@redneckz/wildless-cms-uni-blocks 0.6.19 → 0.6.21
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/bin/migration-scripts/0.6.19.js +21 -0
- package/bin/migration-scripts/0.6.21.js +15 -0
- package/bundle/bundle.umd.js +49 -22
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/Blocks.d.ts +2 -41
- package/bundle/components/Blocks.mobile.d.ts +2 -18
- package/bundle/components/ContentPage/ContentPage.d.ts +2 -2
- package/bundle/components/ContentPage/mapSlot.d.ts +2 -0
- package/bundle/components/ContentPage/normalizeBlock.d.ts +3 -11
- package/bundle/components/ContentPage/normalizeBlock.mobile.d.ts +3 -2
- package/bundle/components/ContentPage/renderBlock.d.ts +7 -3
- package/bundle/components/ContentPage/renderBlockList.d.ts +14 -0
- package/bundle/components/ContentPage/renderSlots.d.ts +12 -0
- package/bundle/model/BlockDecorator.d.ts +4 -3
- package/bundle/model/BlocksRegistry.d.ts +1 -1
- package/bundle/model/ContentPageDef.d.ts +1 -4
- package/bundle/model/JSXBlock.d.ts +3 -1
- package/dist/components/Blocks.d.ts +2 -41
- package/dist/components/Blocks.js.map +1 -1
- package/dist/components/Blocks.mobile.d.ts +2 -18
- package/dist/components/Blocks.mobile.js.map +1 -1
- package/dist/components/ContentPage/ContentPage.d.ts +2 -2
- package/dist/components/ContentPage/ContentPage.js +12 -11
- package/dist/components/ContentPage/ContentPage.js.map +1 -1
- package/dist/components/ContentPage/mapSlot.d.ts +2 -0
- package/dist/components/ContentPage/mapSlot.js +14 -0
- package/dist/components/ContentPage/mapSlot.js.map +1 -0
- package/dist/components/ContentPage/normalizeBlock.d.ts +3 -11
- package/dist/components/ContentPage/normalizeBlock.js +13 -3
- package/dist/components/ContentPage/normalizeBlock.js.map +1 -1
- package/dist/components/ContentPage/normalizeBlock.mobile.d.ts +3 -2
- package/dist/components/ContentPage/normalizeBlock.mobile.js +18 -3
- package/dist/components/ContentPage/normalizeBlock.mobile.js.map +1 -1
- package/dist/components/ContentPage/normalizePage.js +2 -14
- package/dist/components/ContentPage/normalizePage.js.map +1 -1
- package/dist/components/ContentPage/renderBlock.d.ts +7 -3
- package/dist/components/ContentPage/renderBlock.js +9 -9
- package/dist/components/ContentPage/renderBlock.js.map +1 -1
- package/dist/components/ContentPage/renderBlockList.d.ts +14 -0
- package/dist/components/ContentPage/renderBlockList.js +18 -0
- package/dist/components/ContentPage/renderBlockList.js.map +1 -0
- package/dist/components/ContentPage/renderSlots.d.ts +12 -0
- package/dist/components/ContentPage/renderSlots.js +17 -0
- package/dist/components/ContentPage/renderSlots.js.map +1 -0
- package/dist/model/BlockDecorator.d.ts +4 -3
- package/dist/model/BlockDecorator.js +1 -2
- package/dist/model/BlockDecorator.js.map +1 -1
- package/dist/model/BlocksRegistry.d.ts +1 -1
- package/dist/model/ContentPageDef.d.ts +1 -4
- package/dist/model/JSXBlock.d.ts +3 -1
- package/dist/model/getParentBlockDef.js +5 -2
- package/dist/model/getParentBlockDef.js.map +1 -1
- package/lib/components/Blocks.d.ts +2 -41
- package/lib/components/Blocks.js.map +1 -1
- package/lib/components/Blocks.mobile.d.ts +2 -18
- package/lib/components/Blocks.mobile.js.map +1 -1
- package/lib/components/ContentPage/ContentPage.d.ts +2 -2
- package/lib/components/ContentPage/ContentPage.js +12 -11
- package/lib/components/ContentPage/ContentPage.js.map +1 -1
- package/lib/components/ContentPage/mapSlot.d.ts +2 -0
- package/lib/components/ContentPage/mapSlot.js +11 -0
- package/lib/components/ContentPage/mapSlot.js.map +1 -0
- package/lib/components/ContentPage/normalizeBlock.d.ts +3 -11
- package/lib/components/ContentPage/normalizeBlock.js +13 -3
- package/lib/components/ContentPage/normalizeBlock.js.map +1 -1
- package/lib/components/ContentPage/normalizeBlock.mobile.d.ts +3 -2
- package/lib/components/ContentPage/normalizeBlock.mobile.js +18 -3
- package/lib/components/ContentPage/normalizeBlock.mobile.js.map +1 -1
- package/lib/components/ContentPage/normalizePage.js +2 -14
- package/lib/components/ContentPage/normalizePage.js.map +1 -1
- package/lib/components/ContentPage/renderBlock.d.ts +7 -3
- package/lib/components/ContentPage/renderBlock.js +9 -9
- package/lib/components/ContentPage/renderBlock.js.map +1 -1
- package/lib/components/ContentPage/renderBlockList.d.ts +14 -0
- package/lib/components/ContentPage/renderBlockList.js +15 -0
- package/lib/components/ContentPage/renderBlockList.js.map +1 -0
- package/lib/components/ContentPage/renderSlots.d.ts +12 -0
- package/lib/components/ContentPage/renderSlots.js +14 -0
- package/lib/components/ContentPage/renderSlots.js.map +1 -0
- package/lib/model/BlockDecorator.d.ts +4 -3
- package/lib/model/BlockDecorator.js +0 -1
- package/lib/model/BlockDecorator.js.map +1 -1
- package/lib/model/BlocksRegistry.d.ts +1 -1
- package/lib/model/ContentPageDef.d.ts +1 -4
- package/lib/model/JSXBlock.d.ts +3 -1
- package/lib/model/getParentBlockDef.js +5 -2
- package/lib/model/getParentBlockDef.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +49 -22
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/Blocks.d.ts +2 -18
- package/mobile/bundle/components/ContentPage/ContentPage.d.ts +2 -2
- package/mobile/bundle/components/ContentPage/mapSlot.d.ts +2 -0
- package/mobile/bundle/components/ContentPage/normalizeBlock.d.ts +3 -2
- package/mobile/bundle/components/ContentPage/renderBlock.d.ts +7 -3
- package/mobile/bundle/components/ContentPage/renderBlockList.d.ts +14 -0
- package/mobile/bundle/components/ContentPage/renderSlots.d.ts +12 -0
- package/mobile/bundle/model/BlockDecorator.d.ts +4 -3
- package/mobile/bundle/model/BlocksRegistry.d.ts +1 -1
- package/mobile/bundle/model/ContentPageDef.d.ts +1 -4
- package/mobile/bundle/model/JSXBlock.d.ts +3 -1
- package/mobile/dist/components/Blocks.d.ts +2 -18
- package/mobile/dist/components/Blocks.js.map +1 -1
- package/mobile/dist/components/ContentPage/ContentPage.d.ts +2 -2
- package/mobile/dist/components/ContentPage/ContentPage.js +12 -11
- package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
- package/mobile/dist/components/ContentPage/mapSlot.d.ts +2 -0
- package/mobile/dist/components/ContentPage/mapSlot.js +14 -0
- package/mobile/dist/components/ContentPage/mapSlot.js.map +1 -0
- package/mobile/dist/components/ContentPage/normalizeBlock.d.ts +3 -2
- package/mobile/dist/components/ContentPage/normalizeBlock.js +18 -3
- package/mobile/dist/components/ContentPage/normalizeBlock.js.map +1 -1
- package/mobile/dist/components/ContentPage/normalizePage.js +2 -14
- package/mobile/dist/components/ContentPage/normalizePage.js.map +1 -1
- package/mobile/dist/components/ContentPage/renderBlock.d.ts +7 -3
- package/mobile/dist/components/ContentPage/renderBlock.js +9 -9
- package/mobile/dist/components/ContentPage/renderBlock.js.map +1 -1
- package/mobile/dist/components/ContentPage/renderBlockList.d.ts +14 -0
- package/mobile/dist/components/ContentPage/renderBlockList.js +18 -0
- package/mobile/dist/components/ContentPage/renderBlockList.js.map +1 -0
- package/mobile/dist/components/ContentPage/renderSlots.d.ts +12 -0
- package/mobile/dist/components/ContentPage/renderSlots.js +17 -0
- package/mobile/dist/components/ContentPage/renderSlots.js.map +1 -0
- package/mobile/dist/model/BlockDecorator.d.ts +4 -3
- package/mobile/dist/model/BlockDecorator.js +1 -2
- package/mobile/dist/model/BlockDecorator.js.map +1 -1
- package/mobile/dist/model/BlocksRegistry.d.ts +1 -1
- package/mobile/dist/model/ContentPageDef.d.ts +1 -4
- package/mobile/dist/model/JSXBlock.d.ts +3 -1
- package/mobile/dist/model/getParentBlockDef.js +5 -2
- package/mobile/dist/model/getParentBlockDef.js.map +1 -1
- package/mobile/lib/components/Blocks.d.ts +2 -18
- package/mobile/lib/components/Blocks.js.map +1 -1
- package/mobile/lib/components/ContentPage/ContentPage.d.ts +2 -2
- package/mobile/lib/components/ContentPage/ContentPage.js +12 -11
- package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
- package/mobile/lib/components/ContentPage/mapSlot.d.ts +2 -0
- package/mobile/lib/components/ContentPage/mapSlot.js +11 -0
- package/mobile/lib/components/ContentPage/mapSlot.js.map +1 -0
- package/mobile/lib/components/ContentPage/normalizeBlock.d.ts +3 -2
- package/mobile/lib/components/ContentPage/normalizeBlock.js +18 -3
- package/mobile/lib/components/ContentPage/normalizeBlock.js.map +1 -1
- package/mobile/lib/components/ContentPage/normalizePage.js +2 -14
- package/mobile/lib/components/ContentPage/normalizePage.js.map +1 -1
- package/mobile/lib/components/ContentPage/renderBlock.d.ts +7 -3
- package/mobile/lib/components/ContentPage/renderBlock.js +9 -9
- package/mobile/lib/components/ContentPage/renderBlock.js.map +1 -1
- package/mobile/lib/components/ContentPage/renderBlockList.d.ts +14 -0
- package/mobile/lib/components/ContentPage/renderBlockList.js +15 -0
- package/mobile/lib/components/ContentPage/renderBlockList.js.map +1 -0
- package/mobile/lib/components/ContentPage/renderSlots.d.ts +12 -0
- package/mobile/lib/components/ContentPage/renderSlots.js +14 -0
- package/mobile/lib/components/ContentPage/renderSlots.js.map +1 -0
- package/mobile/lib/model/BlockDecorator.d.ts +4 -3
- package/mobile/lib/model/BlockDecorator.js +0 -1
- package/mobile/lib/model/BlockDecorator.js.map +1 -1
- package/mobile/lib/model/BlocksRegistry.d.ts +1 -1
- package/mobile/lib/model/ContentPageDef.d.ts +1 -4
- package/mobile/lib/model/JSXBlock.d.ts +3 -1
- package/mobile/lib/model/getParentBlockDef.js +5 -2
- package/mobile/lib/model/getParentBlockDef.js.map +1 -1
- package/mobile/src/components/Blocks.ts +2 -1
- package/mobile/src/components/ContentPage/ContentPage.page.json +131 -133
- package/mobile/src/components/ContentPage/ContentPage.tsx +25 -28
- package/mobile/src/components/ContentPage/mapSlot.ts +17 -0
- package/mobile/src/components/ContentPage/normalizeBlock.ts +26 -4
- package/mobile/src/components/ContentPage/normalizePage.ts +3 -20
- package/mobile/src/components/ContentPage/renderBlock.tsx +16 -18
- package/mobile/src/components/ContentPage/renderBlockList.tsx +39 -0
- package/mobile/src/components/ContentPage/renderSlots.tsx +33 -0
- package/mobile/src/model/BlockDecorator.ts +4 -4
- package/mobile/src/model/BlocksRegistry.ts +1 -1
- package/mobile/src/model/ContentPageDef.ts +1 -5
- package/mobile/src/model/JSXBlock.ts +3 -1
- package/mobile/src/model/getParentBlockDef.ts +6 -2
- package/package.json +1 -1
- package/src/components/Accordion/Accordion.fixture.mobile.tsx +16 -4
- package/src/components/Blocks.mobile.ts +2 -1
- package/src/components/Blocks.ts +2 -1
- package/src/components/ContentPage/ContentPage.page.json +131 -133
- package/src/components/ContentPage/ContentPage.tsx +25 -28
- package/src/components/ContentPage/mapSlot.ts +17 -0
- package/src/components/ContentPage/normalizeBlock.mobile.ts +26 -4
- package/src/components/ContentPage/normalizeBlock.ts +17 -4
- package/src/components/ContentPage/normalizePage.ts +3 -20
- package/src/components/ContentPage/renderBlock.tsx +16 -18
- package/src/components/ContentPage/renderBlockList.tsx +39 -0
- package/src/components/ContentPage/renderSlots.tsx +33 -0
- package/src/model/BlockDecorator.ts +4 -4
- package/src/model/BlocksRegistry.ts +1 -1
- package/src/model/ContentPageDef.ts +1 -5
- package/src/model/JSXBlock.ts +3 -1
- package/src/model/getParentBlockDef.ts +6 -2
- package/bin/migration-scripts/0.4.0.js +0 -3
- package/bin/migration-scripts/0.4.1.js +0 -3
- package/bundle/components/ContentPage/filterBlocks.d.ts +0 -12
- package/bundle/components/ContentPage/filterBlocks.mobile.d.ts +0 -12
- package/dist/components/ContentPage/filterBlocks.d.ts +0 -12
- package/dist/components/ContentPage/filterBlocks.js +0 -6
- package/dist/components/ContentPage/filterBlocks.js.map +0 -1
- package/dist/components/ContentPage/filterBlocks.mobile.d.ts +0 -12
- package/dist/components/ContentPage/filterBlocks.mobile.js +0 -8
- package/dist/components/ContentPage/filterBlocks.mobile.js.map +0 -1
- package/lib/components/ContentPage/filterBlocks.d.ts +0 -12
- package/lib/components/ContentPage/filterBlocks.js +0 -3
- package/lib/components/ContentPage/filterBlocks.js.map +0 -1
- package/lib/components/ContentPage/filterBlocks.mobile.d.ts +0 -12
- package/lib/components/ContentPage/filterBlocks.mobile.js +0 -5
- package/lib/components/ContentPage/filterBlocks.mobile.js.map +0 -1
- package/mobile/bundle/components/ContentPage/filterBlocks.d.ts +0 -3
- package/mobile/dist/components/ContentPage/filterBlocks.d.ts +0 -3
- package/mobile/dist/components/ContentPage/filterBlocks.js +0 -8
- package/mobile/dist/components/ContentPage/filterBlocks.js.map +0 -1
- package/mobile/lib/components/ContentPage/filterBlocks.d.ts +0 -3
- package/mobile/lib/components/ContentPage/filterBlocks.js +0 -5
- package/mobile/lib/components/ContentPage/filterBlocks.js.map +0 -1
- package/mobile/src/components/ContentPage/filterBlocks.ts +0 -11
- package/src/components/ContentPage/filterBlocks.mobile.ts +0 -11
- package/src/components/ContentPage/filterBlocks.ts +0 -6
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BlockAncestors } from '../../model/BlockDecorator';
|
|
2
|
+
import type { BlockDef, Slot } from '../../model/ContentPageDef';
|
|
3
|
+
import type { VNode } from '../../model/VNode';
|
|
4
|
+
import type { RenderBlockOptions } from './renderBlock';
|
|
5
|
+
interface RenderSlotsProps {
|
|
6
|
+
slots?: Record<string, BlockDef[]>;
|
|
7
|
+
parent: Slot;
|
|
8
|
+
options: RenderBlockOptions;
|
|
9
|
+
ancestors?: BlockAncestors;
|
|
10
|
+
}
|
|
11
|
+
export declare function renderSlots({ slots, parent, options, ancestors, }: RenderSlotsProps): Record<string, VNode>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { renderBlocksList } from './renderBlockList.js';
|
|
2
|
+
export function renderSlots({ slots = {}, parent, options, ancestors = [], }) {
|
|
3
|
+
return Object.entries(slots).reduce((res, [slotName, slotBlocks]) => ({
|
|
4
|
+
...res,
|
|
5
|
+
[slotName]: renderBlocksList({
|
|
6
|
+
blocks: slotBlocks,
|
|
7
|
+
parent,
|
|
8
|
+
slotName,
|
|
9
|
+
options,
|
|
10
|
+
ancestors,
|
|
11
|
+
}),
|
|
12
|
+
}), {});
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=renderSlots.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"renderSlots.js","sourceRoot":"","sources":["../../../src/components/ContentPage/renderSlots.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AASrD,MAAM,UAAU,WAAW,CAAC,EAC1B,KAAK,GAAG,EAAE,EACV,MAAM,EACN,OAAO,EACP,SAAS,GAAG,EAAE,GACG;IACjB,OAAO,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,MAAM,CACjC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,UAAU,CAAC,EAAE,EAAE,CAAC,CAAC;QAChC,GAAG,GAAG;QACN,CAAC,QAAQ,CAAC,EAAE,gBAAgB,CAAC;YAC3B,MAAM,EAAE,UAAU;YAClB,MAAM;YACN,QAAQ;YACR,OAAO;YACP,SAAS;SACV,CAAC;KACH,CAAC,EACF,EAAE,CACH,CAAC;AACJ,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import type { BlockDef, Slot
|
|
1
|
+
import type { BlockDef, Slot } from './ContentPageDef';
|
|
2
2
|
export declare const DEFAULT_SLOT_NAME: null;
|
|
3
|
-
export declare type
|
|
4
|
-
export declare
|
|
3
|
+
export declare type SlotName = string | typeof DEFAULT_SLOT_NAME;
|
|
4
|
+
export declare type BlockAncestorItem = [Slot, SlotName];
|
|
5
|
+
export declare type BlockAncestors = BlockAncestorItem[];
|
|
5
6
|
interface BlockDecoratorProps<VNode> {
|
|
6
7
|
blockClassName: string;
|
|
7
8
|
block: BlockDef;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockDecorator.js","sourceRoot":"","sources":["../../src/model/BlockDecorator.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,iBAAiB,GAAG,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"BlockDecorator.js","sourceRoot":"","sources":["../../src/model/BlockDecorator.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,iBAAiB,GAAG,IAAI,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { JSXBlock } from './JSXBlock';
|
|
2
|
-
export declare type BlocksRegistry
|
|
2
|
+
export declare type BlocksRegistry = Record<string, JSXBlock<any>>;
|
|
@@ -18,9 +18,7 @@ export interface BlockDef extends BaseBlockDef {
|
|
|
18
18
|
export interface Slot {
|
|
19
19
|
style?: string[];
|
|
20
20
|
blocks?: BlockDef[];
|
|
21
|
-
|
|
22
|
-
export interface SlotsMap {
|
|
23
|
-
header?: Slot;
|
|
21
|
+
slots?: Record<string, BlockDef[]>;
|
|
24
22
|
}
|
|
25
23
|
export interface ContentPageMeta {
|
|
26
24
|
title?: string;
|
|
@@ -37,7 +35,6 @@ export interface ContentPageMeta {
|
|
|
37
35
|
}
|
|
38
36
|
export interface ContentPageDef extends ContentPageMeta, Slot {
|
|
39
37
|
_customPageType?: string;
|
|
40
|
-
slots?: SlotsMap;
|
|
41
38
|
fallback?: Record<string, unknown>;
|
|
42
39
|
likeControl?: boolean;
|
|
43
40
|
colorPalette?: ColorPalette;
|
package/lib/model/JSXBlock.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UNIComponent } from '@redneckz/uni-jsx';
|
|
2
2
|
import type { ContentPageContext } from '../components/ContentPage/ContentPageContext';
|
|
3
|
-
import type { BlockAncestors } from './BlockDecorator';
|
|
3
|
+
import type { BlockAncestors, SlotName } from './BlockDecorator';
|
|
4
4
|
import type { ContentPageDef } from './ContentPageDef';
|
|
5
5
|
import type { VNode } from './VNode';
|
|
6
6
|
export interface UniBlockProps {
|
|
@@ -10,8 +10,10 @@ export interface UniBlockProps {
|
|
|
10
10
|
ancestors?: BlockAncestors;
|
|
11
11
|
labels?: string[];
|
|
12
12
|
anchor?: string;
|
|
13
|
+
slots?: Record<string, VNode>;
|
|
13
14
|
}
|
|
14
15
|
export declare type JSXBlock<BlockProps = Record<string, any>> = UNIComponent<BlockProps & UniBlockProps, any, VNode | VNode[]> & {
|
|
15
16
|
childrenTypes?: string[];
|
|
17
|
+
slots?: (props: BlockProps) => SlotName[];
|
|
16
18
|
renderChild?: (child: VNode, i: number) => VNode;
|
|
17
19
|
};
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export function getParentBlockDef(ancestors, type) {
|
|
2
|
-
const [
|
|
3
|
-
|
|
2
|
+
const [block] = (ancestors || [])
|
|
3
|
+
.map((item) => item)
|
|
4
|
+
.reverse()
|
|
5
|
+
.find(([_]) => _ && 'type' in _ && (!type || type === _.type)) || [];
|
|
6
|
+
return block || {};
|
|
4
7
|
}
|
|
5
8
|
//# sourceMappingURL=getParentBlockDef.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getParentBlockDef.js","sourceRoot":"","sources":["../../src/model/getParentBlockDef.ts"],"names":[],"mappings":"AAGA,MAAM,UAAU,iBAAiB,CAAC,SAAqC,EAAE,IAAa;IACpF,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"getParentBlockDef.js","sourceRoot":"","sources":["../../src/model/getParentBlockDef.ts"],"names":[],"mappings":"AAGA,MAAM,UAAU,iBAAiB,CAAC,SAAqC,EAAE,IAAa;IACpF,MAAM,CAAC,KAAK,CAAC,GACX,CAAC,SAAS,IAAI,EAAE,CAAC;SACd,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC;SACnB,OAAO,EAAE;SACT,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,IAAI,MAAM,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,KAAM,CAAc,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,CAAC;IAEvF,OAAO,KAAK,IAAI,EAAE,CAAC;AACrB,CAAC"}
|
|
@@ -355,8 +355,11 @@
|
|
|
355
355
|
Accordion.childrenTypes = ['AccordionItem'];
|
|
356
356
|
|
|
357
357
|
function getParentBlockDef(ancestors, type) {
|
|
358
|
-
const [
|
|
359
|
-
|
|
358
|
+
const [block] = (ancestors || [])
|
|
359
|
+
.map((item) => item)
|
|
360
|
+
.reverse()
|
|
361
|
+
.find(([_]) => _ && 'type' in _ && (!type || type === _.type)) || [];
|
|
362
|
+
return block || {};
|
|
360
363
|
}
|
|
361
364
|
|
|
362
365
|
function getParentBlockContent(ancestors, defaultContent) {
|
|
@@ -1557,19 +1560,30 @@
|
|
|
1557
1560
|
});
|
|
1558
1561
|
|
|
1559
1562
|
const DEFAULT_SLOT_NAME = null;
|
|
1560
|
-
const DEFAULT_ANCESTORS = [DEFAULT_SLOT_NAME];
|
|
1561
1563
|
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1564
|
+
function renderSlots({ slots = {}, parent, options, ancestors = [], }) {
|
|
1565
|
+
return Object.entries(slots).reduce((res, [slotName, slotBlocks]) => ({
|
|
1566
|
+
...res,
|
|
1567
|
+
[slotName]: renderBlocksList({
|
|
1568
|
+
blocks: slotBlocks,
|
|
1569
|
+
parent,
|
|
1570
|
+
slotName,
|
|
1571
|
+
options,
|
|
1572
|
+
ancestors,
|
|
1573
|
+
}),
|
|
1574
|
+
}), {});
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
function renderBlock({ block = {}, options, ancestors = [] }) {
|
|
1578
|
+
const { key, page, blockDecorator, blocksRegistry = {}, context } = options;
|
|
1579
|
+
const { type, slots, blocks: childBlocks } = block;
|
|
1566
1580
|
if (!(type && type in blocksRegistry)) {
|
|
1567
1581
|
console.warn(`No block with "${type}" is registered`);
|
|
1568
1582
|
}
|
|
1569
1583
|
const BlockComponent = type && blocksRegistry[type];
|
|
1570
|
-
const
|
|
1571
|
-
const
|
|
1572
|
-
const
|
|
1584
|
+
const subBlockRenderProps = { parent: block, options, ancestors };
|
|
1585
|
+
const children = renderBlocksList({ ...subBlockRenderProps, blocks: childBlocks });
|
|
1586
|
+
const blockSlots = slots ? renderSlots({ ...subBlockRenderProps, slots }) : {};
|
|
1573
1587
|
return blockDecorator({
|
|
1574
1588
|
blockClassName: `scroll-mt-12 ${style2className(block.style)}`,
|
|
1575
1589
|
block,
|
|
@@ -1577,27 +1591,40 @@
|
|
|
1577
1591
|
// Adjusted by decorator block and blockClassName
|
|
1578
1592
|
render: ({ block: adjustedBlock, blockClassName: adjustedBlockClassName }) => {
|
|
1579
1593
|
const { version, anchor, labels, content } = adjustedBlock;
|
|
1580
|
-
return BlockComponent ? (jsx(BlockComponent, { className: adjustedBlockClassName, context: context, page: page, ancestors: ancestors, version: version, anchor: anchor, labels: labels, ...content, children: children }, key)) : null;
|
|
1594
|
+
return BlockComponent ? (jsx(BlockComponent, { className: adjustedBlockClassName, context: context, page: page, ancestors: ancestors, version: version, anchor: anchor, labels: labels, slots: blockSlots, ...content, children: children }, key)) : null;
|
|
1581
1595
|
},
|
|
1582
1596
|
}, key);
|
|
1583
1597
|
}
|
|
1584
1598
|
|
|
1599
|
+
const defaultChildRenderer = (_) => _;
|
|
1600
|
+
function renderBlocksList({ blocks = [], parent, slotName = DEFAULT_SLOT_NAME, options, ancestors = [], }) {
|
|
1601
|
+
const { blocksRegistry = {} } = options;
|
|
1602
|
+
const { type } = parent;
|
|
1603
|
+
const BlockComponent = type && blocksRegistry[type];
|
|
1604
|
+
const { renderChild = defaultChildRenderer } = BlockComponent || {};
|
|
1605
|
+
return blocks.map((_, j) => renderChild(renderBlock({
|
|
1606
|
+
block: _,
|
|
1607
|
+
options: { ...options, key: `${options.key ? options.key : _.type}-${j}` },
|
|
1608
|
+
ancestors: [...ancestors, [parent, slotName]],
|
|
1609
|
+
}), j));
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1585
1612
|
const defaultBlockDecorator = ({ blockClassName, block, render }) => render({ blockClassName, block });
|
|
1586
1613
|
const ContentPage = JSX((props) => {
|
|
1587
|
-
const { className = '', context, data = {} } = props;
|
|
1614
|
+
const { className = '', blocksRegistry, blockDecorator, context, data = {} } = props;
|
|
1588
1615
|
const { style: pageStyle, blocks, slots, likeControl, colorPalette = 'pc' } = data;
|
|
1589
|
-
const
|
|
1590
|
-
|
|
1591
|
-
});
|
|
1592
|
-
function renderBlocksList({ blocksRegistry, data, blockDecorator, context }) {
|
|
1593
|
-
return (blocks, ancestors) => blocks.map((block, i) => renderBlock(block, {
|
|
1594
|
-
key: `${block.type || '#'}-${i}`,
|
|
1616
|
+
const options = {
|
|
1617
|
+
key: '',
|
|
1595
1618
|
blocksRegistry,
|
|
1596
|
-
page: data
|
|
1619
|
+
page: data,
|
|
1597
1620
|
blockDecorator: blockDecorator || defaultBlockDecorator,
|
|
1598
1621
|
context,
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1622
|
+
};
|
|
1623
|
+
const pageSlots = renderSlots({ slots, parent: data, options });
|
|
1624
|
+
return (jsxs("section", { className: `relative ${style2className(pageStyle)} ${className}`, "data-theme": colorPalette, children: [pageSlots?.header ? (jsx("div", { className: "mb-5 shadow-[0_8px_32px_0px_#00000014]", children: pageSlots.header })) : null, blocks?.length ? (jsxs("div", { className: "container grid grid-cols-12 gap-1", children: [renderBlocksList({ blocks, parent: data, options }), pageSlots?.footer ? pageSlots.footer : null] })) : null, likeControl ? renderLikeControl(context) : null] }));
|
|
1625
|
+
});
|
|
1626
|
+
ContentPage.childrenTypes = [];
|
|
1627
|
+
ContentPage.slots = () => ['header', 'footer'];
|
|
1601
1628
|
function renderLikeControl(context) {
|
|
1602
1629
|
return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-lg sticky bottom-0 pointer-events-auto", context: context }, "LikeControl") }));
|
|
1603
1630
|
}
|
|
@@ -1606,7 +1633,7 @@
|
|
|
1606
1633
|
return (list) => list.reduce((acc, el, i) => (acc.length ? acc.concat({ ...sep, key: i }, el) : [el]), []);
|
|
1607
1634
|
}
|
|
1608
1635
|
|
|
1609
|
-
const packageVersion = "0.6.
|
|
1636
|
+
const packageVersion = "0.6.21";
|
|
1610
1637
|
|
|
1611
1638
|
exports.Blocks = Blocks;
|
|
1612
1639
|
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),r=n("useState"),i=n("useEffect"),l=n("useCallback"),a=n("useMemo"),s=n("useRef");function o(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}}}}const c=new class{_={PROD_BRANCH:"master",FORCED_DRAFT_FLOW:!1};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}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get CDN(){return this._.CDN}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},d="likesToken";function m(){async function e(){try{const e=JSON.parse(globalThis.localStorage.getItem(d)||"");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(d,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:r}=await e.json();return r||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:n,name:r}=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:r},body:JSON.stringify({node_id:t,user_name:r})}),{likes:i}=await e.json();return i||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:n,name:r}=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:r},body:JSON.stringify({node_id:t,user_name:r})}),{likes:i}=await e.json();return i||0}catch(e){return console.error(e),0}}}}const h=(...e)=>globalThis._uni._jsx(...e),u=(...e)=>globalThis._uni._jsxs(...e),p=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:x(e)),t._tmpl},x=e=>{function t(t,n){const{children:r,...i}=t||{},l=n?.slots?.default,a=r||l&&l();return e(Object.assign(i,a&&{children:a}),n)}return t.inheritAttrs=!1,t};class g{static inst=new g;subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]||=[],this.subscribers[e]?.push(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){this.subjectsStateMap[e]=t,this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}}const b=p((e=>{const{tag:t="section",observerCallback:n,observerOptions:r,className:l="",anchor:a=null,children:o}=e,c=s(null);i((()=>{if(!c.current)return;const e=new IntersectionObserver(n,r);return e.observe(c.current),()=>{e.disconnect()}}),[n,r]);return h(t,{ref:c,className:l,id:a,children:o})})),f=100,N={threshold:new Array(18).fill(0).map((function(e,t){const n=(t+1)/f+.82;return Math.round(n*f)/f}))},y=p((({anchor:e,className:t,children:n,tag:l="section",labels:o})=>{const c=l,[d,m]=r(!0),u=s({}),p=a((()=>(({anchor:e,anchorClickRef:t})=>n=>{if(!n?.length)return;const[r]=n;!r.isIntersecting||r.boundingClientRect.top>150||(t?.current?.isScrolling&&t.current.label===`#${e}`?(g.inst.fire("anchorClick",{isScrolling:!1,label:void 0}),g.inst.fire("tab",{type:"link",label:e})):t?.current?.isScrolling||g.inst.fire("tab",{type:"link",label:e}))})({anchor:e,anchorClickRef:u})),[e]);return i((()=>{const t=g.inst.subscribe("anchorClick",(e=>{m(!0),u.current=e})),n=g.inst.subscribe("tab",(t=>{if("group"===t.type){const n=o?.length||e;m(!t.label||(!n||Boolean(o?.includes(t.label))))}else(n=t.label)&&(globalThis.document.location.hash=n),m(!0);var n}));return()=>{t(),n()}}),[]),d?e?h(b,{tag:l,className:t,observerCallback:p,observerOptions:N,anchor:e,children:n}):h(c,{className:t,children:n}):null}));const v={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"},w=p((e=>{const{className:t,headingType:n="h3",title:r,as:i="h3"}=e;return h(i,{className:`font-sans font-medium m-0 ${v[n]} ${t||""}`,children:r})})),k=p((({children:e})=>h("ul",{className:"list-none m-0 p-0",children:e}))),$=p((({title:e,description:t,context:n,className:r="",children:i,...l})=>u(y,{context:n,className:`py-6 px-4 font-sans bg-white text-primary-text ${r}`,...l,children:[e?h(w,{headingType:"h3",className:"mb-2 text-center",title:e}):null,t?h("div",{className:"mb-5 text-m-light text-center",children:t}):null,h(k,{children:i})]})));$.childrenTypes=["AccordionItem"];const C=p((({isFoldButtonOnTop:e=!1,unfoldedByDefault:t=!1,renderFoldableSection:n,renderFoldButton:i})=>{const[a,s]=r(t),o=l((()=>{s((e=>!e))}),[]),c=n({isUnfolded:a,onToggle:o}),d=i?i({isUnfolded:a,onToggle:o}):null;return u("div",e?{children:[d,c]}:{children:[c,d]})})),S=p((({className:e="",isUnfolded:t,children:n})=>{const r=s(null);return i((()=>{r.current&&(r.current.style.maxHeight=t?`${r.current.scrollHeight}px`:"")}),[t,n?.length]),h("div",{ref:r,className:`transition-max-h duration-300 overflow-hidden max-h-0 ${e}`,children:n})})),T={normal:"text-primary-main",black:"text-black",white:"text-black"},_=p((({className:e="",imageClassName:t="",name:n="",alt:r=`Иконка ${n}`,title:i=r,iconVersion:l="normal",asSVG:a,...s})=>{const o=`${c.CDN||""}icons/${n}.svg`;return a?h(j,{className:e,children:u("svg",{className:[I(e,s.width),T[l],t,D(l)].join(" "),...s,"aria-hidden":"true",children:[i?h("title",{children:i}):null,r?h("desc",{children:r}):null,h("use",{href:`${o}#icon`,xlinkHref:`${o}#icon`})]})}):h("img",{className:e,src:o,alt:r,title:i,...s,"aria-hidden":"true"})})),D=e=>"white"===e?"invert":"",I=(e,t)=>t?`width: ${t}px `:"w-full h-full",j=p((({className:e,children:t})=>e?h("div",{className:e,children:t}):t));function R(e){return"string"==typeof e?"normal":e?.iconVersion||"normal"}const A=(e,t)=>e.media&&t.media?e.media-t.media:0,L=p((({className:e="",image:t,imageClassName:n="",isMobile:r=!1})=>{if(!t||!t?.sources&&!t?.src)return null;return u("picture",{className:`${r?"flex":"flex-none"} ${e}`,children:[t?.sources?.length?t.sources.sort(A).map((({src:e,format:n,media:r},i)=>h("source",{srcSet:e,type:O(n),media:r?`(max-width: ${r}px)`:"",...t.size},`${i}_${e}`))):null,M(t,n,r)]})})),M=(e,t="",n=!1)=>{const r={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},i=e.title||"",l=e.alt||e.title,a=n?"m-auto":"m-0";return h("img",{src:e.src,className:`${a} ${t}`,alt:l,title:i,style:r,...e.size})};function O(e){return e?`image/${String(e)}`:void 0}const V=p((({className:e="",image:t,imageClassName:n="",isMobile:r,...i})=>{if(!t)return null;const l="string"==typeof t?t:t.icon;return l||""===l?l.length?h(_,{className:e,imageClassName:n,iconVersion:R(t),name:l,...i}):null:h(L,{className:e,imageClassName:n,image:t,isMobile:r})})),B=p((e=>h(V,{...e,isMobile:!0}))),P=["PlusIcon","MinusIcon"],F=p((({className:e="",ancestors:t,label:n="",labelIcon:r,isExpanded:i,children:l})=>{const{bordered:a}=function(e,t){const{content:n}=function(e,t){const[,...n]=e||[];return n.reverse().find((e=>!t||t===e?.type))||{}}(e);return n||t}(t,{});return h("li",{className:`${a?"border p-4 rounded mb-4":"border-0 border-b last:border-b-0"} border-solid border-main-divider ${e}`,children:h(C,{isFoldButtonOnTop:!0,unfoldedByDefault:i,renderFoldableSection:({isUnfolded:e})=>h(S,{className:"flex flex-wrap group-last:last:pb-0 gap-5 [&>*]:p-0",isUnfolded:e,children:l}),renderFoldButton:({isUnfolded:e,onToggle:t})=>h(E,{className:a?"":"py-[14px] px-0",label:n,icon:P[Number(e)],primaryIcon:r,onClick:t})})})}));F.childrenTypes=[];const E=p((({className:e,icon:t,label:n,primaryIcon:r,onClick:i})=>u("button",{className:`border-none bg-transparent flex justify-between text-left w-full font-sans text-primary-text group cursor-pointer ${e}`,onClick:i,children:[u("span",{className:"text-m-title-xs font-medium pr-2.5 flex group-hover:text-primary-main",children:[r?h(B,{image:r,className:"mr-3 flex-shrink-0",width:"24",height:"24",asSVG:!0}):null,n]}),h(B,{className:"flex-shrink-0",image:t,width:"24",height:"24",asSVG:!0})]}))),z=p((({children:e,activeIndex:t,indexFraction:n,showDots:r})=>{const i=e=>n=>{if(e===t)return;const r=n.currentTarget.parentElement?.previousElementSibling;r?.children[e]?.scrollIntoView({behavior:"smooth",block:"nearest"})};return r&&e?.length?h("div",{className:"flex gap-2 mx-auto mt-5 w-fit",children:e?.map(((e,r)=>h("div",{onClick:i(r),className:"bg-primary-main opacity-30 w-1.5 h-1.5 min-w-1.5 min-h-1.5 rounded-full",style:G(r,t,n),"aria-hidden":!0},String(r))))}):null})),G=(e,t,n)=>{if(e<t||e>t+1)return;const r=1-n;return e===t?{opacity:""+(.3+.7*r),width:6+16*r+"px"}:{opacity:""+(.3+.7*n),width:6+16*n+"px"}},H=p((({className:e="",children:t,...n})=>h("div",{className:`snap-center snap-always min-w-full box-border ${e}`,role:"listitem",...n,children:t}))),W=e=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e}px`}),J=p((({className:e="",children:t,activeIndex:n,onScroll:r,gap:i=14,padding:l=16})=>h("div",{className:`overflow-auto flex horizontal-list no-scrollbar ${e}`,style:{...W(l),gap:`${i}px`},role:"list",onScroll:r,children:t?.length?t?.map(((e,t)=>h(H,{style:W(l/4),"aria-current":Boolean(n===t),children:e},String(t)))):h(H,{children:t})}))),U=p((({className:e,children:t,gap:n=14,padding:i=16,showDots:l=!0,onSlideChange:a})=>{const[s,o]=r(0),[c,d]=r(0),m={activeIndex:s,indexFraction:c,showDots:l,children:t};return u("div",{className:e,children:[h(J,{gap:n,padding:i,activeIndex:s,onScroll:e=>{const{scrollLeft:t,clientWidth:r,childElementCount:l,scrollWidth:c,children:m}=e?.currentTarget,h=m[0].offsetWidth-i/2,u=(({gap:e,padding:t,clientWidth:n,scrollWidth:r,childElementCount:i,itemWidth:l})=>{const a=r-n;if(2===i)return[[0,a],[a,r]];const s=l+e,o=n-e-t,c=i-2,d=new Array(i).fill(0).map(((e,t)=>0===t||t===c?[t>0?a-o:0,t>0?a:o]:[(t-1)*s+o,t*s+o]));return d[i-1]=[a,r],d})({gap:n,padding:i,clientWidth:r,scrollWidth:c,childElementCount:l,itemWidth:h}),{index:p,fraction:x}=((e,t)=>{const n=t.findIndex((([t,n])=>t<=e&&e<n));if(n<0)return{index:n,fraction:0};const[r,i]=t[n];return{index:n,fraction:(e-r)/(i-r)}})(t,u);p!==s&&a&&a(),o(p),d(x)},children:t}),h(z,{...m})]})})),Y={primary:"group-hover:brightness-0 group-hover:invert",secondary:"group-hover:brightness-0 group-hover:invert",white:"group-hover:brightness-0 group-hover:invert",link:""},K=p((e=>{const{text:t,aboveText:n,appendLeft:r,appendRight:i,version:l="primary"}=e;return u("div",{className:X(e),children:[r?h("div",{className:Y[l],children:r}):null,Q(e)?u("div",{children:[h("div",{className:"text-xs-light text-left",children:n}),h("div",{className:"text-left "+(n?"text-s -mt-0.5":"text-l"),children:t})]}):null,i?h("div",{className:Y[l],children:i}):null]})})),X=e=>{const{className:t="",version:n,aboveText:r,rounded:i}=e;if("link"===n)return"";const l="gap-2 "+(r?"py-2.5 px-7":"py-4 px-9");return["group flex items-center justify-center",Q(e)?l:"h-12 w-12",i?"rounded-full":"",t].join(" ")},Q=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),Z={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",link:"text-primary-main"},q={primary:"bg-secondary-dark text-secondary-text",secondary:"bg-secondary-light text-secondary-text",white:"bg-white text-primary-text",link:""},ee="w-full text-center font-sans select-none",te=p((({className:e,text:t,aboveText:n,appendLeft:r,href:i,target:l,onClick:a,children:s,disabled:o,rounded:c,version:d="primary",ariaLabel:m,...u})=>{const{appendRight:p,...x}=u,g=s??h(K,{text:t,aboveText:n,appendLeft:r,rounded:c,version:d});return o?h("div",{role:"button","aria-disabled":"true","aria-label":m,tabIndex:-1,className:`inline-block ${ee} ${q[d]||""} ${c?"rounded-full":"rounded-md"} ${e||""}`,children:g}):h("a",{className:`${ee} inline-block cursor-pointer no-underline focus:border focus:border-primary-focus ${Z[d]||""} ${c?"rounded-full":"rounded-md"} ${e||""}`,href:i,target:l,onClick:a,"aria-label":m,role:i?"link":"button",...x,children:g})})),ne=(e=!1)=>e?"text-white":"",re=(e=!1)=>"text-s mb-3.5 "+(e?"text-white":"text-secondary-text/80"),ie=p((({icon:e,image:t,title:n,subtitle:r,isFillGradient:i})=>u("div",{role:"columnheader",children:[e?h(B,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}):null,t?.src&&h("div",{className:"mb-3.5",children:h(B,{image:t})}),n?h(w,{headingType:"h4",className:ne(i),title:n}):null,r?h("div",{className:re(i),children:r}):null]}))),le=p((({cell:e,rowHeader:t,isFillGradient:n=!1})=>h("div",{className:"box-border flex flex-col",role:"cell",children:h("div",{className:"h-full border-main-divider border border-t-0 border-x-0",children:e.map(ae(n,t))})}))),ae=(e,t)=>({label:n,description:r},i)=>u("div",{className:"flex justify-between text-s py-3.5",children:[h("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),u("div",{className:"basis-1/2",children:[n?h("div",{className:"text-right "+(e?"text-white":""),children:n}):null,r?h("div",{className:"text-right "+(e?"text-white/80":"text-secondary-text"),children:r}):null]})]},String(i)),se=p((({header:e,columnData:t,visibleRowLength:n=0,isFillGradient:r,showRow:i,onToggleColumn:l})=>{const a=t?.slice(0,i?t.length:n),s=r?"secondary":"primary";return u("div",{className:`border border-main-stroke rounded-md p-4 mb-3.5 ${r?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""}`,role:"row",children:[h(ie,{...e,isFillGradient:r}),a?.length?a.map((({rowHeader:e,cell:t},n)=>h(le,{cell:t,rowHeader:e,isFillGradient:r},String(n)))):null,i&&e?.link?h(te,{href:e.link.href,target:e.link.target,version:s,className:"text-s font-medium mt-4 py-[11px]",children:e.link.text}):null,oe({onToggleColumn:l,isFillGradient:r,showRow:i})]})})),oe=({onToggleColumn:e,isFillGradient:t,showRow:n})=>h("div",{className:"mt-5",role:"cell",children:h("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:n?"Скрыть":"Показать описание"})}),ce=p((e=>{const{className:t,title:n}=e;return u("section",{className:`bg-white font-sans px-4 py-6 overflow-hidden text-primary-text relative ${t||""}`,children:[n?h(w,{headingType:"h3",className:"font-medium text-center m-0 mb-5",title:n}):null,h("div",{role:"table",children:h(de,{...e})})]})})),de=p((({columns:e,rowHeaders:t,isColoredFirstColumn:n,visibleRowLength:i,orientation:a,context:s})=>{const[o,c]=r(new Array(e?.length||0).fill(!i)),d=l((e=>{const t=(t,n)=>n===e?!t:t;c((e=>e.map(t)))}),[]),m=l((()=>c((e=>new Array(e.length).fill(!1)))),[]),u=e?.map((({data:e,header:r},l)=>{return h(se,{context:s,visibleRowLength:i,showRow:o[l],header:r,columnData:(a=e,a?.map(((e,n)=>({cell:e,rowHeader:t?.[n]?.title})))),isFillGradient:0===l&&n,onToggleColumn:()=>d(l)},String(l));var a}));return"horizontal"===a?h(U,{context:s,onSlideChange:m,children:u}):u})),me=new Map;function he(e,t,{fallback:n}={}){const l=a((()=>ue(e)),[e]),[s,o]=r(),[c,d]=r(),m=e=>{o(e),d(void 0)},h=e=>{o(void 0),d(e)};i((()=>{if(!l.every((e=>null===e)))try{const e=t(...l);"then"in e?(e=>{e.then((e=>me.get(l)||e)).then(m).catch(h)})(e):m(e)}catch(e){h(e)}}),[t,...l]);const u=l[0],p=n&&"string"==typeof u&&n[u];return{data:s||c||!p?s:p,error:c,mutate:()=>Promise.resolve(void 0),isValidating:!1}}function ue(e){return e?Array.isArray(e)?e:e instanceof Function?ue(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 xe(e={}){const{data:t}=he(`/wcms-resources/${c.SITEMAP||"sitemap"}.json`,pe,{fallback:e});return t||{}}const ge=p((({className:e,isMobile:t=!1})=>{const{term:n,setTerm:i}=(()=>{const[e,t]=r("");return{term:e,setTerm:e=>t(e)}})(),l=t?"text-s":"text-l-light",a=t?" placeholder-transparent":"h-full",s=t?"some search":void 0;return u("form",{className:`font-sans relative ${e}`,children:[u("div",{className:"absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none",children:[h("div",{className:t?"w-5 h-5":"w-6 h-6",children:h(B,{image:"LoupeIcon",width:"24",height:"24"})}),n?null:h("label",{htmlFor:"search-bar-input",className:`text-secondary-text ${l}`,children:"Поиск по сайту"})]}),h("input",{id:"search-bar-input",className:`h-12 pl-12 w-full peer text-l text-black border border-solid rounded-md box-border\n outline-none pr-[6%] border-main-stroke hover:border-primary-hover active:border-primary-text focus:border-primary-text ${a}`,value:n,onChange:e=>i(e.target.value),type:"text",name:"search-bar-input",placeholder:s}),t?h("button",{className:"visible peer-placeholder-shown:invisible absolute top-2 right-3 w-6 h-6 p-1 bg-transparent cursor-pointer border-none",onClick:e=>{e.preventDefault(),i("")},children:h(B,{image:"CloseIcon",width:"24",height:"24"})}):h(te,{version:"primary",text:"Найти",className:"invisible peer-focus:visible absolute top-[3px] right-1",onClick:e=>{e?.preventDefault(),console.log("click")},children:h("div",{className:"text-s px-9 py-2.5",children:"Найти"})})]})})),be=p((({className:e=""})=>h(ge,{className:e,isMobile:!0}))),fe=p((({className:e="",documents:t,...n})=>h(y,{className:`font-sans bg-white mt-[10px] ${e}`,...n,children:h("ul",{className:"flex flex-col text-s text-secondary-text p-0",children:t?.length?Ne(t):null})}))),Ne=e=>e.map(((e,t)=>{const{text:n,...r}=e;return h("li",{className:"mb-4 list-none",children:h("a",{className:"hover:text-primary-main",role:"link",...r,children:n||null})},`list_item_${String(t)}`)})),ye={"bg-white":"text-primary-main",transparent:"text-white"},ve={"bg-white":"text-black",transparent:"text-white"},we=p((({className:e="",href:t,children:n,targetBlank:r,bgColor:i="bg-white",showTitle:l=!0})=>u("a",{className:`inline-flex items-center font-sans no-underline ${e}`,href:t||"https://rshb.ru/",target:r?"_blank":"_self","aria-label":"Россельхозбанк",children:[h(B,{image:{icon:"LogoIcon",iconVersion:ye[i]},className:`${ye[i]} w-10 h-[38px]`,asSVG:!0}),l?h("span",{className:`${ve[i]} text-s font-medium ml-2.5`,children:n||"Россельхозбанк"}):null]}))),ke=p((({className:e="",title:t="Мобильное приложение",description:n,href:r="#"})=>h("div",{className:`col-span-12 rounded-md cursor-pointer p-4 mt-6 mb-6 bg-secondary-light font-sans ${e}`,children:r?u("div",{className:"flex",children:[h("div",{className:"flex justify-center align-middle rounded-md bg-primary-main w-[50px] h-[50px]",children:h(we,{className:"w-[33px]",bgColor:"transparent",showTitle:!0})}),u("a",{href:r,target:"_blank",className:"flex flex-col justify-center pl-3",children:[h("div",{className:"text-s font-medium mb-[3px]",children:t}),h("div",{className:"text-s text-secondary-text",children:n})]})]}):null}))),$e=e=>e?.includes("//"),Ce=e=>(e||"").replace(/\/?\?.*/,""),Se=e=>{if(!e||!$e(e))return;const t=e,n=t.indexOf("//"),r=t.indexOf("/",n+"//".length);return-1!==r?t.substring(0,r):t};var Te=Object.freeze({__proto__:null,isURL:$e,withoutQuery:Ce,getOrigin:Se,getHash:e=>{if(!e||!$e(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0},isHash:e=>e?.startsWith("#")});const _e="/mobile",De=(e,t)=>{if(!e)return e;const n=Se(t?.href);return n?e.replace(n,"")||"/":e},Ie=e=>e;function je({router:e,handlerDecorator:t=Ie},n){const r=((e,t)=>{if(!e)return e;const n=De(e,t)||"",r=t?.pathname.startsWith(_e);return r&&!$e(n)?`/mobile${n}`:n})(n.href,e);return{...n,href:r,"aria-label":n.text,onClick:t((t=>{const i=r&&!$e(r),l=!n.target||"_self"===n.target;i&&l&&(t?.preventDefault(),e.push(r))}),n)}}const Re=p((({className:e="",items:t,hasButton:n,context:r})=>{const i=r.useRouter(),{handlerDecorator:l}=r;return u("div",{className:e,children:[t?.length?t.map(Ae):null,n?h(te,{version:"primary",className:"mb-6 w-full",...je({router:i,handlerDecorator:l},{text:"Обратная связь",href:"/",target:"_blank"}),ariaLabel:"Обратная связь"}):null]})})),Ae=(e,t)=>{const{type:n,text:r,description:i}=e;return u("div",{className:"mb-4",children:[h("div",{children:Le(n,r)}),h("div",{className:"mt-1 text-s-light text-secondary-text",children:i})]},String(t))},Le=(e,t="")=>{switch(e){case"tel":return h("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${Me(t)}`,children:t});case"email":return h("a",{className:"text-xl-light text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return h("span",{children:t})}},Me=e=>e.replaceAll(/\D/g,""),Oe=p((({className:e="",index:t,text:n,href:r,target:i,onClick:l})=>h("a",{className:`text-secondary-text hover:text-primary-main inline-block no-underline ${e}`,href:r,target:i,onClick:l,children:n||`Документ ${t}`}))),Ve=p((({title:e,links:t,className:n="",context:r})=>{const i=r.useRouter(),{handlerDecorator:l}=r;return u("div",{className:n,children:[h("span",{className:"text-primary-text text-s font-medium",children:e}),t?.length?h("div",{className:"flex flex-col gap-2 pt-3",children:t.map(((e,t)=>h(Oe,{index:t,className:"text-s",...je({router:i,handlerDecorator:l},e)},String(t))))}):null]})})),Be=[{origins:["t.me","telegram.org"],icon:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],icon:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],icon:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],icon:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],icon:{icon:"PlayMarketIcon"},label:"Google Play"}],Pe=p((({href:e,version:t="primary"})=>{const{icon:n,label:r}=Be.find((({origins:t})=>t.some((t=>e?.includes(t)))))||{};if(!n)return null;return h("a",{className:`flex items-center justify-center rounded-md w-14 h-14 group box-border ${"secondary"===t?"bg-white hover:bg-secondary-hover":"border-solid border-[1px] border-main-divider hover:border-transparent hover:bg-primary-main"} ${"primary"===t?"hover:text-black":""}`,href:e,"aria-label":r,target:"_blank",rel:"noopener noreferrer",children:n?h(B,{image:n,imageClassName:"group-hover:text-white",width:"24",height:"24",asSVG:!0}):null})})),Fe=p((({className:e,media:t,version:n,context:r})=>{const i=r.useRouter(),{handlerDecorator:l}=r;return h("div",{className:`flex gap-2 items-start justify-start pt-6 pb-6 ${e||""}`,children:t?.map(((e,t)=>h(Pe,{version:n,...je({router:i,handlerDecorator:l},e)},String(t))))})})),Ee=p((({className:e="",index:t,text:n,href:r,target:i,onClick:l})=>h("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:i,onClick:l,children:n||`Документ ${t}`}))),ze=p((({className:e,links:t,context:n})=>{const r=n.useRouter(),{handlerDecorator:i}=n;return u("div",{className:`${e||""}`,children:[h("div",{className:"py-6",children:h("span",{className:"text-xs-light text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?h("div",{className:"flex flex-col justify-start items-start gap-2",children:t.map(((e,t)=>h(Ee,{index:t,className:"",...je({router:r,handlerDecorator:i},e)},String(t))))}):null]})})),Ge=p((({className:e="",documents:t,relatedEnterprises:n,contacts:r,socialMedia:i,context:l,horizontalNavigationTitle:a,page:s})=>{const o=s?.fallback,c=xe(o),d=c?.dispositions;return u("footer",{className:`font-sans px-4 py-[26px] bg-white ${e}`,children:[h(Re,{className:"overflow-hidden",items:r,context:l,hasButton:!0}),h(k,{children:c.topItems?.map(((e,t)=>h(F,{context:l,label:e.text,children:h(fe,{context:l,documents:e.items})},String(t))))}),h("div",{children:d?.map(He)}),h(ke,{context:l,title:"Мобильное приложение",description:"Загрузить для IOS и Android"}),h(be,{context:l,className:"grow"}),h(Fe,{className:"pb-4",media:i,context:l}),h(Ve,{title:a,links:n,context:l}),h(ze,{links:t,context:l})]})})),He=(e,t)=>{const{icon:n,href:r,text:i}=e;return u(te,{version:"link",href:r,className:"flex text-s mb-4 w-6",children:[n?h(B,{className:"pr-1",image:n,width:"24",height:"24",asSVG:!0}):null,h("span",{className:"pl-2.5 font-medium text-primary-text",children:i})]},`footer-${t}`)},We={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Je=p((({context:e,title:t,description:n,cards:r=[],className:i,orientation:l="horizontal"})=>u("section",{className:`relative font-sans text-primary-text bg-white px-4 py-6 overflow-hidden ${i}`,children:[u("div",{className:"flex flex-col items-center mb-5",children:[t?h(w,{headingType:"h3",className:`text-center ${n?"mb-2":"mb-5"}`,title:t}):null,n?h("div",{className:"text-m max-w-[600px] text-center mb-5",children:n}):null]}),Ue(l,r,e)]})));function Ue(e,t,n){return"horizontal"===e?h(U,{context:n,children:t?.map(Ye)}):h("div",{className:"grid gap-[14px]",children:t?.map(Ye)})}function Ye(e,t){return u("div",{className:`h-full justify-between box-border horizontal-list-item border-solid border rounded-md border-main-stroke p-4 flex flex-col\n ${We[e.version??"primary"]}`,children:[u("div",{children:[Ke(e.icon),e.title?h("h3",{className:"text-m-title-xs font-medium m-0",children:e.title}):null,e.description?Xe(e):null,e.items?.length?Ze(e.items,e.isDotted,e.version):null]}),e?.button?.text?(n=e.button,h(te,{className:"mt-3",...n})):null]},t);var n}const Ke=e=>e?.src||e?.icon?h("div",{className:"flex justify-center",children:h(B,{className:"mb-3.5",image:e})}):null;function Xe(e){return h("div",{className:"text-secondary-text mt-1 text-s "+("secondary"===e.version?"text-white opacity-80":""),children:e.description})}const Qe={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text"};function Ze(e,t,n="primary"){return h("section",{className:"mt-3",children:e.map(((e,r)=>u("div",{children:[t?h("div",{className:`rounded-full inline-block mr-3 mt-2 w-2 h-2 min-w-2 min-h-2 ${Qe[n]}`}):null,h("span",{className:"text-m font-medium",children:e.title}),h("span",{className:"text-s pl-2 "+("primary"===n?"text-secondary-text":""),children:e.text})]},String(r))))})}const qe=(e,t,n=((e,t)=>t.startsWith(e)))=>n(Ce(e),(e=>(e||"").replace(_e,""))(Ce($e(e)?t.href:t.pathname))),et=e=>t=>qe(t.href,e),tt=e=>t=>t.items?.some(et(e))||qe(t.href,e)||((e,t)=>Se(e)===Se(t.href))(t.href,e),nt=e=>t=>e?.href===t?.href,rt=(e,t)=>{return(r=e,i=t,(r||[]).map((e=>i?.find(nt(e))||e))).concat((n=e,(t||[]).filter((e=>!n?.find(nt(e))))));var n,r,i},it="absolute left-0 -bottom-3 w-full h-[2px]",lt=p((({className:e="",text:t,href:n,target:r,active:i,onClick:l,children:a,bgColor:s="bg-white"})=>u("a",{className:`relative inline-block bg-transparent text-center no-underline ${e}`,href:n,target:r,onClick:l,children:[h("span",{className:at(s,i),children:t||a}),i?h("div",{className:st(s,i)}):null]}))),at=(e,t=!1)=>{let n="text-white";return"bg-white"===e&&(n=t?"text-primary-main":"text-secondary-text hover:text-primary-main"),`${n} font-sans text-s`},st=(e,t=!1)=>t?`${"bg-white"===e?"bg-primary-main":e} ${it}`:it,ot=o("https://10.80.4.9");const ct=p((({context:e,burgerSubMenu:t,onClick:n,defaultLocation:a="",children:s})=>{const[o,c]=function(e){const[t,n]=r(e);return i((()=>{n(globalThis?.localStorage.getItem("location")||e)}),[e]),[t,l((()=>{ot.getFetcherAddress().then((t=>{const r=t||e;globalThis?.localStorage.setItem("location",r),n(r)}))}),[e])]}(a);return u("div",{className:"absolute top-0 left-0 w-full h-full bg-white p-4 box-border z-20",children:[h("button",{className:"absolute top-4 right-4 border-none bg-transparent cursor-pointer",onClick:n,children:h(B,{image:"CloseIcon",width:"24",height:"24",asSVG:!0})}),u("button",{onClick:c,className:"flex items-center text-s text-secondary-text p-0 mb-4 bg-transparent cursor-pointer",children:[h(B,{image:"GeolocationIcon",width:"20",height:"20",className:"text-primary-main box-border mr-2",asSVG:!0}),o]}),s,h("div",{className:"mb-7",children:t?.map(dt)}),h(be,{context:e,className:"grow"})]})})),dt=(e,t)=>{const{icon:n,href:r,text:i}=e;return u("a",{href:r,className:"flex text-s mb-4 hover:text-primary-main",children:[n?h(B,{className:"text-primary-main pr-1",image:n,width:"24",height:"24",asSVG:!0}):null,h("span",{className:"font-medium pl-0.5",children:i})]},`headerSubMenu-${t}`)},mt=p((({onClick:e,bgColor:t})=>u("div",{className:"flex items-center justify-between border-0 border-b border-main-divider h-[50px]",children:[u("div",{className:"flex items-center",children:[h("button",{className:"pl-0 pr-4 border-0 bg-transparent cursor-pointer",onClick:e,"aria-label":"Открыть меню",children:h(B,{image:{icon:"BurgerIcon",iconVersion:"bg-white"===t?"black":"white"},className:"text-primary-text w-6 h-6",width:"24",height:"24",asSVG:!0})}),h(we,{className:"mr-8",bgColor:t})]}),h("button",{className:("bg-white"===t?"text-primary-main":"text-white")+" text-s border-0 bg-transparent cursor-pointer",children:"Войти"})]}))),ht=p((({className:e="",defaultLocation:t,bgColor:n="bg-white",context:i,topItems:l,page:a})=>{const{handlerDecorator:s}=i,o=i.useRouter(),c=a?.fallback,d=xe(c),m=rt(d.topItems,l).find(tt(o))?.items,p=(e=>(t=[])=>{const n=t?.filter(et(e));return n?.length?(r=e=>e.href?.length||0,e=>e.reduceRight(((e,t)=>r(e)>r(t)?e:t)))(n):void 0;var r})(o)(m),[x,g]=r(!1),b=()=>g(!x);return u("header",{className:`${n} ${e}`,children:[u("div",{className:"container px-4 py-0 box-border",children:[h(mt,{onClick:b,bgColor:n}),h("nav",{className:"flex items-center m-0 p-0 overflow-y-hidden w-full h-[50px]",children:h("div",{className:"flex no-scrollbar horizontal-list h-full items-center",children:m?.map(((e,t)=>ut({...je({router:o,handlerDecorator:s},e),active:e===p,bgColor:n},t)))})})]}),x?h(ct,{context:i,onClick:b,burgerSubMenu:d?.dispositions,defaultLocation:t,children:h(k,{children:d.topItems?.map(((e,t)=>h(F,{context:i,label:e.text,children:h(fe,{context:i,documents:e.items})},String(t))))})}):null]})})),ut=(e,t)=>h(lt,{className:"mr-8 whitespace-nowrap text-s",...e},String(t)),pt={left:"text-left",center:"text-center",right:"text-right"},xt={transparent:{background:"bg-transparent",text:"text-primary-text",description:"text-primary-text"},primary:{background:"bg-white",text:"text-primary-text",description:"text-primary-text"},secondary:{background:"bg-primary-main",text:"text-white",description:"text-white/80"}},gt=p((({bgColorHeadline:e="transparent",className:t="",title:n,description:r,image:i,align:l="left"})=>{const a=xt[e];return u("section",{className:`px-4 py-6 flex flex-col gap-2.5 ${a.background} ${t}`,children:[n?h(w,{headingType:"h2",className:`${a.text} ${pt[l]}`,title:n}):null,r?h("p",{className:`text-m ${a.description} ${pt[l]}`,children:r}):null,i?.src&&h("div",{className:"mt-2.5 mx-auto flex justify-center",children:h(B,{image:i})})]})})),bt=p((({className:e,iconClassName:t,textClassName:n,suffixClassName:r,doc:i,icon:l})=>{const{text:a,fileSize:s,...o}=i;return u("a",{className:e,role:"link",...o,children:[l?h(B,{className:t,image:l,width:"24px",height:"24px",asSVG:!0}):null,a?u("span",{className:n,children:[a,h("span",{className:r,children:o?.href&&ft(Nt(o.href),s)})]}):null]})})),ft=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),Nt=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},yt=p((({className:e="",doc:t,icon:n})=>h(bt,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3 min-w-6 min-h-6",doc:t,icon:n}))),vt=p((({context:e,hasBorder:t=!0,documents:n,icon:r})=>h(U,{context:e,className:"text-s text-primary-main mt-5",children:n?.length?n.map(((e,n)=>h(yt,{className:t?"rounded-md border-main-stroke border border-solid p-4":"",doc:e,icon:r},String(n)))):null}))),wt=p((({hasBorder:e=!0,documents:t,icon:n})=>h("div",{className:"text-s text-primary-main flex flex-col mt-5 "+(e?"gap-3.5":"gap-2"),role:"list",children:t?.length?t.map(((t,r)=>h("div",{role:"listitem",children:h(yt,{className:e?"rounded-md border-main-stroke border border-solid p-4":"",doc:t,icon:n})},String(r)))):null}))),kt=p((({className:e="",context:t,title:n,description:r,icon:i={icon:"DocIconMonoColor"},documents:l,orientation:a="vertical",hasBorder:s=!0})=>u("section",{className:`font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${e}`,children:[h(gt,{className:"!p-0 "+(r?"gap-2":"gap-5"),title:n,description:r,context:t,align:"center"}),"vertical"===a?h(wt,{hasBorder:s,documents:l,icon:i}):h(vt,{context:t,hasBorder:s,documents:l,icon:i})]}))),$t=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function Ct(e=""){const t=$t(e);return t<=4?"S":t<=8?"M":"L"}function St(e=""){const t=$t(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function Tt(e=""){const t=$t(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const _t=p((({className:e,context:t,title:n,description:r="Блок в разработке...",...i})=>u(y,{context:t,className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${Tt(e)} ${St(e)} `,...i,children:[h(gt,{context:t,className:"!p-0 max-w-[600px]",title:n,description:r,headlineVersion:Ct(e)}),h("figure",{className:"m-0 min-w-[80%]",children:Dt()})]}))),Dt=(e=3)=>jt(100,e).map((e=>Math.floor(e))).map(It),It=(e,t)=>h("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),jt=(e,t)=>[e].concat(t>0?jt(e/1.618,t-1):[]),Rt=p((({context:e,className:t="",buttons:n})=>{const{handlerDecorator:r}=e,i=e.useRouter();return n&&n?.length?h("div",{className:t,children:n.map(((e,t)=>At({button:je({router:i,handlerDecorator:r},e),index:t})))}):null}));function At({button:e,buttonClassName:t,index:n}){const{icon:r,iconRight:i,version:l,...a}=e,s="secondary"===l?"normal":"white",o=Lt({icon:r,iconVersion:s}),c=Lt({icon:i,iconVersion:s});return h(te,{className:t,appendLeft:o,appendRight:c,version:l,...a},n?String(n):"")}const Lt=({icon:e,iconVersion:t})=>{if(!e?.icon&&!e?.src)return null;const n=e?.size?.width?`${e.size.width}`:"24";return h(B,{image:{...e,iconVersion:t},width:n,height:"24",asSVG:!0})},Mt={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text"},Ot={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"},Vt=p((({className:e="",isDotted:t=!0,children:n,version:r="primary",size:i="M"})=>u("div",{className:`font-sans flex items-baseline ${e}`,role:"listitem",children:[t?h("div",{children:h("div",{className:`rounded-full align-middle inline-block ${Mt[r]} ${Ot[i]}`})}):null,h("span",{children:n})]}))),Bt={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text"},Pt={S:"text-l-light",M:"text-h6",L:"text-h5"},Ft={S:"ml-2",M:"ml-3",L:"ml-4"},Et=p((e=>{const{className:t="",hasIndent:n,isDotted:r,itemClassName:i="",items:l,listItemSize:a="M",version:s="primary"}=e;return l?.length?h("section",{className:`${Bt[s]} ${Pt[a]} ${t} ${n?Ft[a]:""}`,role:"list",children:l.map(((e,t)=>h(Vt,{className:`${i} mb-1.5`,isDotted:r,version:s,size:a,children:e},String(t))))}):null})),zt=p((({className:e="",title:t="",children:n,buttons:r,image:i})=>u("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,children:[t,u("div",{className:"flex grow w-full justify-between",children:[u("div",{className:"flex flex-col justify-between w-full",children:[h("div",{className:"h-full",children:n}),r?h("div",{className:"mt-auto pt-8",children:r}):null]}),i]})]}))),Gt={primary:"text-primary-text",secondary:"text-white"},Ht={primary:"text-secondary-text",secondary:"text-white"},Wt=p((e=>{const{className:t="",icon:n,label:r,description:i,version:l="primary",benefitsVersion:a="normal"}=e,s=i?"items-start":"items-center",o=Ut("white"===a||"secondary"===l,n);return u("div",{className:`flex gap-5 ${s} ${t}`,children:[n?h("div",{className:Jt(l,a),children:h(B,{className:"w-6 h-6",image:{...n,iconVersion:o},asSVG:!0})}):null,u("div",{className:"gap-0.5",children:[r?h("div",{className:`text-h6 ${Gt[l]}`,children:r}):null,i?h("div",{className:`text-m-light ${Ht[l]}`,children:i}):null]})]})}));function Jt(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-[50px] h-[50px] min-w-[50px] rounded-full p-2.5 box-border flex items-center justify-center ${n}`}const Ut=(e,t)=>t?.iconVersion||e?"white":"normal",Yt=(e="primary",t="normal")=>({icon:n,label:r,description:i},l)=>h(Wt,{icon:n,label:r,description:i,version:e,benefitsVersion:t},String(l)),Kt=p((({className:e="",context:t,title:n,headlineVersion:r="L",description:i,benefits:l,benefitsVersion:a="normal",buttons:s,image:o,items:c,version:d="primary",isDotted:m=!0,label:p})=>u("div",{className:`w-full ${e}`,children:[u("div",{children:[p?Zt(p,d):null,h(gt,{context:t,className:"!p-0 max-w-[600px]",title:n,description:i,bgColorHeadline:d,headlineVersion:r}),u(zt,{context:t,buttons:s?.length?h(Rt,{context:t,buttons:s,className:"flex flex-col mt-5 gap-2.5"}):null,children:[l?.filter((e=>e.label))?.length?h("div",{className:"mt-3",children:l.map(Yt(d,a))}):null,c?.length?h(Et,{className:"mt-3 text-m",items:c,version:d,isDotted:m}):null]})]}),Xt(o)]})));function Xt(e){return e?.src?h(B,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const Qt={primary:"text-primary-main border-secondary-hover",secondary:"text-white/80"},Zt=(e,t)=>h("div",{className:`px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid w-fit ${Qt[t]}`,children:e}),qt=p((e=>{const{className:t="",version:n="primary"}=e;return h("section",{className:`font-sans bg-white px-4 py-6 ${We[n]} ${t}`,children:h(Kt,{...e})})})),en=p((({block:e,context:t,className:n=""})=>h("section",{className:`flex grow-0 shrink-0 basis-full px-4 pt-6 ${We[e?.version??"primary"]} ${n}`,role:"listitem",children:h("div",{className:"flex grow",children:h(Kt,{context:t,...e})})}))),tn=p((({className:e,context:t,slides:n=[]})=>{const r=n.map((e=>e.productBlock));return h("section",{className:`font-sans bg-white overflow-hidden w-100 pb-6 ${e||""}`,children:h(U,{context:t,children:r.map(((e,n)=>h(en,{block:e,context:t},String(n))))})})})),nn={primary:{background:"bg-white",title:"text-primary-text",description:"!text-secondary-text text-l-light",iconText:"text-secondary-text",iconBackground:"bg-main-divider",iconConnector:"bg-secondary-light",dot:"bg-secondary-text"},secondary:{background:"bg-primary-main",title:"text-white",description:"!text-white/80 text-l-light",iconText:"text-white",iconBackground:"bg-white/30",iconConnector:"bg-white",dot:"bg-white/80"}},rn={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-[50px] w-[50px] min-w-[50px] min-h-[50px]"},ln={normal:"min-h-[70px]",small:"min-h-[50px]"},an={primary:"normal",secondary:"white"},sn=p((({className:e,title:t,description:n,showLines:r=!0,steps:i,size:l="normal",version:a="primary"})=>{const s=nn[a];return u("section",{className:`box-border font-sans bg-white px-4 py-6 flex flex-col\n ${s.background} ${s.title} ${e||""}`,children:[t?h(w,{headingType:"h3",className:`text-center ${s.title}`,title:t}):null,n?h("p",{className:`text-m-light text-center ${s.description} ${t?"mt-2":""}`,children:n}):null,i?.length?h("div",{className:"box-border py-0.5 mb-0.5 mt-5",children:h("div",{className:"flex flex-col justify-between gap-x-[101px]",children:i.map(on(l,a,r))})}):null]})})),on=(e,t,n)=>(r,i,l)=>{const a=l.length-1===i,s="normal"===e?"ml-[34px]":"ml-6",o=nn[t];return h("div",{children:u("div",{className:"flex flex-row text-center relative",children:[u("div",{className:"overflow-hidden flex-shrink-0",children:[cn(e,t)(r,i),a?null:h("div",{className:`min-h-8 h-full w-[2px] ${n?o.iconConnector:""} ${s}`})]}),u("div",{className:`flex flex-col justify-center h-fit ${ln[e]}`,children:[r.label?h("div",{className:"text-m-title-xs font-medium m-0 text-left mb-1",children:r.label}):null,r.description?h("div",{className:`text-s ${o.description} text-left`,children:r.description}):null]})]})},String(i))},cn=(e,t)=>(n,r)=>{const i=nn[t],l="normal"===e?"38":"27",a="normal"===e?"text-m-title":"text-m-title-xs";return h("div",{className:`${rn[e]} ${i.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:h("span",{className:`font-medium flex self-center ${i.title} ${a}`,children:(s=n?.icon,Boolean(s?.icon||s?.src)?h(B,{image:{...n.icon,iconVersion:an[t]},width:l,height:l,asSVG:!0}):h("span",{children:r+1}))})});var s},dn={Buttons:({buttons:e})=>e&&e?.length?h("div",{children:e.map((({rounded:e,icon:t,...n},r)=>At({button:{rounded:e,icon:t,...n},buttonClassName:`mt-3 ${r>0&&e?"ml-2.5":""} ${t?"w-12 h-12":""}`})))}):null,Img:({image:e})=>e?.src?h(B,{image:{...e,className:"m-0"}}):null,List:({isDotted:e,...t})=>h(Et,{className:"flex flex-col justify-between items-start text-m",version:"gray",isDotted:e??!0,...t}),LabelDescription:({label:e,description:t})=>u("div",{children:[e?h("div",{className:"text-xl font-medium m-0 "+(t?"mb-1":""),children:e}):null,t?h("div",{className:"text-s text-secondary-text",children:t}):null]})},mn=p((({title:e,icon:t})=>u("div",{className:"flex gap-2.5 mb-2",children:[e?h(w,{headingType:"h3",className:"font-medium",title:e}):null,t?h(B,{className:"ml-auto max-w-6 max-h-6",image:t,width:"24px",height:"24px"}):null]}))),hn=p((({context:e,tile:t})=>u("div",{className:"rounded-md border-main-stroke h-full box-border border p-4",children:[h(mn,{...t.header}),t.data?.length?t.data.map(un(e)):null]}))),un=e=>(t,n)=>u("div",{children:[n>0?h("div",{className:"h-5"}):null,pn(t,e)]},String(n)),pn=(e,t)=>{if(!e)return null;const{tableCellType:n,...r}=e;if(!n||!(n in dn))return null;return h(dn[n],{context:t,displayTable:()=>null,...r,isVisible:!0})},xn=p((({tiles:e,context:t})=>h(U,{context:t,children:e.map(((e,n)=>h(hn,{tile:e,context:t},String(n))))}))),gn=p((({tiles:e,context:t})=>h("div",{className:"flex flex-col gap-3.5",children:e.map(((e,n)=>h(hn,{tile:e,context:t},String(n))))}))),bn=p((({className:e,context:t,title:n,description:r,tariffsColumns:i,rowHeaders:l,orientation:a="vertical"})=>{const s=Nn(i),o=yn(l,s);return u("section",{className:`px-4 py-6 bg-white font-sans text-primary-text overflow-x-hidden ${e}`,children:[n?h(w,{headingType:"h2",className:`text-center ${r?"mb-2":"mb-5"}`,title:n}):null,r?h("div",{className:"mb-5 text-center text-m",children:r}):null,o?.length?fn(a,o,t):null]})}));function fn(e,t,n){return h("vertical"===e?gn:xn,{context:n,tiles:t})}const Nn=e=>e?.[0].data?e[0].data:[],yn=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),vn={primary:{background:"bg-white",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"},secondary:{background:"bg-primary-main",icon:"bg-white text-primary-main",title:"text-white",description:"text-white"},"secondary-light":{background:"bg-primary-main/10",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"}},wn=p((({title:e,description:t,blockVersion:n="primary",iconVersion:r,image:i,className:l="",items:a,isDotted:s=!0})=>{const o=vn[n],c="secondary"===n?"secondary":"gray";return u("section",{className:`font-sans px-4 py-[18px] flex flex-col ${o.background} ${l}`,children:["small"===r?kn(o.icon):null,"big"===r?$n(i):null,u("div",{className:"py-0.5",children:[e?h("div",{className:`text-l font-medium mb-1 ${o.title}`,children:e}):null,t?h("div",{className:`text-s ${o.description}`,children:t}):null,a?.length?h(Et,{className:"mt-1 text-m",items:a,isDotted:s,version:c}):null]})]})}));function kn(e){return h("div",{className:"mb-3",children:h("div",{className:`rounded-full h-4 w-4 text-center text-xs-light ${e}`,children:"i"})})}function $n(e){return e?.src?h(B,{className:"pb-3 mr-auto",image:e}):null}const Cn={Accordion:$,AccordionItem:F,ComparisonTable:ce,Footer:Ge,Gallery:Je,Header:ht,Headline:gt,LinkDocs:kt,LinkList:fe,MobileAppTile:ke,ProductBlock:qt,ProductGallery:tn,StepsBlock:sn,TariffsTable:bn,TextBlock:wn,Placeholder:_t};function Sn(e){return e?e.filter(Boolean).join(" "):""}const Tn=m();const _n=p((({className:e,onClick:t,ariaLabel:n})=>h("button",{type:"button",className:`border-0 w-9 bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":n,children:Dn()}))),Dn=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return u("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[h("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"}),h("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"})]})},In=p((({className:e,context:t,...n})=>{const{useRouter:a,handlerDecorator:s=Ie}=t,o=function(e){const[t,n]=r(0);return i((()=>{(async()=>{const[t]=await Tn.getLikeCount(e);n(t?.value||0)})()}),[e]),{likeCount:t,like:l((async()=>{n(await Tn.like(e))}),[e]),dislike:l((async()=>{n(await Tn.dislike(e))}),[e])}}(a().pathname);return u(y,{tag:"div",context:t,className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e||""}`,...n,children:[h(_n,{onClick:s(o.like),ariaLabel:"Поставить отметку «лайк»"}),h(_n,{onClick:s(o.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),h("span",{className:"select-none",children:o.likeCount})]})})),jn=[null],Rn=e=>e;function An(e,t,n=jn){const{key:r,page:i,blockDecorator:l,blocksRegistry:a,context:s}=t,{type:o,blocks:c}=e;o&&o in a||console.warn(`No block with "${o}" is registered`);const d=o&&a[o],{renderChild:m=Rn}=d||{},u=c?.length?c.map(((r,i)=>m(An(r,{...t,key:`${t.key}-${i}`},[...n,e]),i))):null;return l({blockClassName:`scroll-mt-12 ${Sn(e.style)}`,block:e,ancestors:n,render:({block:e,blockClassName:t})=>{const{version:l,anchor:a,labels:o,content:c}=e;return d?h(d,{className:t,context:s,page:i,ancestors:n,version:l,anchor:a,labels:o,...c,children:u},r):null}},r)}const Ln=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),Mn=p((e=>{const{className:t="",context:n,data:r={}}=e,{style:i,blocks:l,slots:a,likeControl:s,colorPalette:o="pc"}=r,c=function({blocksRegistry:e,data:t,blockDecorator:n,context:r}){return(i,l)=>i.map(((i,a)=>An(i,{key:`${i.type||"#"}-${a}`,blocksRegistry:e,page:t||{},blockDecorator:n||Ln,context:r},l)))}(e);return u("section",{className:`relative ${Sn(i)} ${t}`,"data-theme":o,children:[a?.header?.blocks?.length?h("div",{className:`${Sn(a.header.style)}`,children:c(a.header.blocks,["header"])}):null,l?.length?h("div",{className:"container grid grid-cols-12 gap-1",children:c(l)}):null,s?On(n):null]})}));function On(e){return h("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:h(In,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto",context:e},"LikeControl")})}e.Blocks=Cn,e.ContentPage=Mn,e.DaDataAPI=o,e.LikeAPI=m,e.joinList=function(e){return t=>t.reduce(((t,n,r)=>t.length?t.concat({...e,key:r},n):[n]),[])},e.packageVersion="0.6.19",e.projectSettings=c,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=Te,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),r=n("useState"),i=n("useEffect"),l=n("useCallback"),a=n("useMemo"),s=n("useRef");function o(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}}}}const c=new class{_={PROD_BRANCH:"master",FORCED_DRAFT_FLOW:!1};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}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get CDN(){return this._.CDN}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},d="likesToken";function m(){async function e(){try{const e=JSON.parse(globalThis.localStorage.getItem(d)||"");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(d,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:r}=await e.json();return r||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:n,name:r}=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:r},body:JSON.stringify({node_id:t,user_name:r})}),{likes:i}=await e.json();return i||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:n,name:r}=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:r},body:JSON.stringify({node_id:t,user_name:r})}),{likes:i}=await e.json();return i||0}catch(e){return console.error(e),0}}}}const h=(...e)=>globalThis._uni._jsx(...e),u=(...e)=>globalThis._uni._jsxs(...e),p=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:x(e)),t._tmpl},x=e=>{function t(t,n){const{children:r,...i}=t||{},l=n?.slots?.default,a=r||l&&l();return e(Object.assign(i,a&&{children:a}),n)}return t.inheritAttrs=!1,t};class g{static inst=new g;subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]||=[],this.subscribers[e]?.push(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){this.subjectsStateMap[e]=t,this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}}const b=p((e=>{const{tag:t="section",observerCallback:n,observerOptions:r,className:l="",anchor:a=null,children:o}=e,c=s(null);i((()=>{if(!c.current)return;const e=new IntersectionObserver(n,r);return e.observe(c.current),()=>{e.disconnect()}}),[n,r]);return h(t,{ref:c,className:l,id:a,children:o})})),f=100,N={threshold:new Array(18).fill(0).map((function(e,t){const n=(t+1)/f+.82;return Math.round(n*f)/f}))},y=p((({anchor:e,className:t,children:n,tag:l="section",labels:o})=>{const c=l,[d,m]=r(!0),u=s({}),p=a((()=>(({anchor:e,anchorClickRef:t})=>n=>{if(!n?.length)return;const[r]=n;!r.isIntersecting||r.boundingClientRect.top>150||(t?.current?.isScrolling&&t.current.label===`#${e}`?(g.inst.fire("anchorClick",{isScrolling:!1,label:void 0}),g.inst.fire("tab",{type:"link",label:e})):t?.current?.isScrolling||g.inst.fire("tab",{type:"link",label:e}))})({anchor:e,anchorClickRef:u})),[e]);return i((()=>{const t=g.inst.subscribe("anchorClick",(e=>{m(!0),u.current=e})),n=g.inst.subscribe("tab",(t=>{if("group"===t.type){const n=o?.length||e;m(!t.label||(!n||Boolean(o?.includes(t.label))))}else(n=t.label)&&(globalThis.document.location.hash=n),m(!0);var n}));return()=>{t(),n()}}),[]),d?e?h(b,{tag:l,className:t,observerCallback:p,observerOptions:N,anchor:e,children:n}):h(c,{className:t,children:n}):null}));const v={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"},w=p((e=>{const{className:t,headingType:n="h3",title:r,as:i="h3"}=e;return h(i,{className:`font-sans font-medium m-0 ${v[n]} ${t||""}`,children:r})})),k=p((({children:e})=>h("ul",{className:"list-none m-0 p-0",children:e}))),$=p((({title:e,description:t,context:n,className:r="",children:i,...l})=>u(y,{context:n,className:`py-6 px-4 font-sans bg-white text-primary-text ${r}`,...l,children:[e?h(w,{headingType:"h3",className:"mb-2 text-center",title:e}):null,t?h("div",{className:"mb-5 text-m-light text-center",children:t}):null,h(k,{children:i})]})));$.childrenTypes=["AccordionItem"];const C=p((({isFoldButtonOnTop:e=!1,unfoldedByDefault:t=!1,renderFoldableSection:n,renderFoldButton:i})=>{const[a,s]=r(t),o=l((()=>{s((e=>!e))}),[]),c=n({isUnfolded:a,onToggle:o}),d=i?i({isUnfolded:a,onToggle:o}):null;return u("div",e?{children:[d,c]}:{children:[c,d]})})),S=p((({className:e="",isUnfolded:t,children:n})=>{const r=s(null);return i((()=>{r.current&&(r.current.style.maxHeight=t?`${r.current.scrollHeight}px`:"")}),[t,n?.length]),h("div",{ref:r,className:`transition-max-h duration-300 overflow-hidden max-h-0 ${e}`,children:n})})),T={normal:"text-primary-main",black:"text-black",white:"text-black"},_=p((({className:e="",imageClassName:t="",name:n="",alt:r=`Иконка ${n}`,title:i=r,iconVersion:l="normal",asSVG:a,...s})=>{const o=`${c.CDN||""}icons/${n}.svg`;return a?h(j,{className:e,children:u("svg",{className:[I(e,s.width),T[l],t,D(l)].join(" "),...s,"aria-hidden":"true",children:[i?h("title",{children:i}):null,r?h("desc",{children:r}):null,h("use",{href:`${o}#icon`,xlinkHref:`${o}#icon`})]})}):h("img",{className:e,src:o,alt:r,title:i,...s,"aria-hidden":"true"})})),D=e=>"white"===e?"invert":"",I=(e,t)=>t?`width: ${t}px `:"w-full h-full",j=p((({className:e,children:t})=>e?h("div",{className:e,children:t}):t));function R(e){return"string"==typeof e?"normal":e?.iconVersion||"normal"}const A=(e,t)=>e.media&&t.media?e.media-t.media:0,L=p((({className:e="",image:t,imageClassName:n="",isMobile:r=!1})=>{if(!t||!t?.sources&&!t?.src)return null;return u("picture",{className:`${r?"flex":"flex-none"} ${e}`,children:[t?.sources?.length?t.sources.sort(A).map((({src:e,format:n,media:r},i)=>h("source",{srcSet:e,type:M(n),media:r?`(max-width: ${r}px)`:"",...t.size},`${i}_${e}`))):null,O(t,n,r)]})})),O=(e,t="",n=!1)=>{const r={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},i=e.title||"",l=e.alt||e.title,a=n?"m-auto":"m-0";return h("img",{src:e.src,className:`${a} ${t}`,alt:l,title:i,style:r,...e.size})};function M(e){return e?`image/${String(e)}`:void 0}const V=p((({className:e="",image:t,imageClassName:n="",isMobile:r,...i})=>{if(!t)return null;const l="string"==typeof t?t:t.icon;return l||""===l?l.length?h(_,{className:e,imageClassName:n,iconVersion:R(t),name:l,...i}):null:h(L,{className:e,imageClassName:n,image:t,isMobile:r})})),B=p((e=>h(V,{...e,isMobile:!0}))),P=["PlusIcon","MinusIcon"],F=p((({className:e="",ancestors:t,label:n="",labelIcon:r,isExpanded:i,children:l})=>{const{bordered:a}=function(e,t){const{content:n}=function(e,t){const[n]=(e||[]).map((e=>e)).reverse().find((([e])=>e&&"type"in e&&(!t||t===e.type)))||[];return n||{}}(e);return n||t}(t,{});return h("li",{className:`${a?"border p-4 rounded mb-4":"border-0 border-b last:border-b-0"} border-solid border-main-divider ${e}`,children:h(C,{isFoldButtonOnTop:!0,unfoldedByDefault:i,renderFoldableSection:({isUnfolded:e})=>h(S,{className:"flex flex-wrap group-last:last:pb-0 gap-5 [&>*]:p-0",isUnfolded:e,children:l}),renderFoldButton:({isUnfolded:e,onToggle:t})=>h(E,{className:a?"":"py-[14px] px-0",label:n,icon:P[Number(e)],primaryIcon:r,onClick:t})})})}));F.childrenTypes=[];const E=p((({className:e,icon:t,label:n,primaryIcon:r,onClick:i})=>u("button",{className:`border-none bg-transparent flex justify-between text-left w-full font-sans text-primary-text group cursor-pointer ${e}`,onClick:i,children:[u("span",{className:"text-m-title-xs font-medium pr-2.5 flex group-hover:text-primary-main",children:[r?h(B,{image:r,className:"mr-3 flex-shrink-0",width:"24",height:"24",asSVG:!0}):null,n]}),h(B,{className:"flex-shrink-0",image:t,width:"24",height:"24",asSVG:!0})]}))),z=p((({children:e,activeIndex:t,indexFraction:n,showDots:r})=>{const i=e=>n=>{if(e===t)return;const r=n.currentTarget.parentElement?.previousElementSibling;r?.children[e]?.scrollIntoView({behavior:"smooth",block:"nearest"})};return r&&e?.length?h("div",{className:"flex gap-2 mx-auto mt-5 w-fit",children:e?.map(((e,r)=>h("div",{onClick:i(r),className:"bg-primary-main opacity-30 w-1.5 h-1.5 min-w-1.5 min-h-1.5 rounded-full",style:G(r,t,n),"aria-hidden":!0},String(r))))}):null})),G=(e,t,n)=>{if(e<t||e>t+1)return;const r=1-n;return e===t?{opacity:""+(.3+.7*r),width:6+16*r+"px"}:{opacity:""+(.3+.7*n),width:6+16*n+"px"}},H=p((({className:e="",children:t,...n})=>h("div",{className:`snap-center snap-always min-w-full box-border ${e}`,role:"listitem",...n,children:t}))),W=e=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e}px`}),J=p((({className:e="",children:t,activeIndex:n,onScroll:r,gap:i=14,padding:l=16})=>h("div",{className:`overflow-auto flex horizontal-list no-scrollbar ${e}`,style:{...W(l),gap:`${i}px`},role:"list",onScroll:r,children:t?.length?t?.map(((e,t)=>h(H,{style:W(l/4),"aria-current":Boolean(n===t),children:e},String(t)))):h(H,{children:t})}))),U=p((({className:e,children:t,gap:n=14,padding:i=16,showDots:l=!0,onSlideChange:a})=>{const[s,o]=r(0),[c,d]=r(0),m={activeIndex:s,indexFraction:c,showDots:l,children:t};return u("div",{className:e,children:[h(J,{gap:n,padding:i,activeIndex:s,onScroll:e=>{const{scrollLeft:t,clientWidth:r,childElementCount:l,scrollWidth:c,children:m}=e?.currentTarget,h=m[0].offsetWidth-i/2,u=(({gap:e,padding:t,clientWidth:n,scrollWidth:r,childElementCount:i,itemWidth:l})=>{const a=r-n;if(2===i)return[[0,a],[a,r]];const s=l+e,o=n-e-t,c=i-2,d=new Array(i).fill(0).map(((e,t)=>0===t||t===c?[t>0?a-o:0,t>0?a:o]:[(t-1)*s+o,t*s+o]));return d[i-1]=[a,r],d})({gap:n,padding:i,clientWidth:r,scrollWidth:c,childElementCount:l,itemWidth:h}),{index:p,fraction:x}=((e,t)=>{const n=t.findIndex((([t,n])=>t<=e&&e<n));if(n<0)return{index:n,fraction:0};const[r,i]=t[n];return{index:n,fraction:(e-r)/(i-r)}})(t,u);p!==s&&a&&a(),o(p),d(x)},children:t}),h(z,{...m})]})})),Y={primary:"group-hover:brightness-0 group-hover:invert",secondary:"group-hover:brightness-0 group-hover:invert",white:"group-hover:brightness-0 group-hover:invert",link:""},K=p((e=>{const{text:t,aboveText:n,appendLeft:r,appendRight:i,version:l="primary"}=e;return u("div",{className:X(e),children:[r?h("div",{className:Y[l],children:r}):null,Q(e)?u("div",{children:[h("div",{className:"text-xs-light text-left",children:n}),h("div",{className:"text-left "+(n?"text-s -mt-0.5":"text-l"),children:t})]}):null,i?h("div",{className:Y[l],children:i}):null]})})),X=e=>{const{className:t="",version:n,aboveText:r,rounded:i}=e;if("link"===n)return"";const l="gap-2 "+(r?"py-2.5 px-7":"py-4 px-9");return["group flex items-center justify-center",Q(e)?l:"h-12 w-12",i?"rounded-full":"",t].join(" ")},Q=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),Z={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",link:"text-primary-main"},q={primary:"bg-secondary-dark text-secondary-text",secondary:"bg-secondary-light text-secondary-text",white:"bg-white text-primary-text",link:""},ee="w-full text-center font-sans select-none",te=p((({className:e,text:t,aboveText:n,appendLeft:r,href:i,target:l,onClick:a,children:s,disabled:o,rounded:c,version:d="primary",ariaLabel:m,...u})=>{const{appendRight:p,...x}=u,g=s??h(K,{text:t,aboveText:n,appendLeft:r,rounded:c,version:d});return o?h("div",{role:"button","aria-disabled":"true","aria-label":m,tabIndex:-1,className:`inline-block ${ee} ${q[d]||""} ${c?"rounded-full":"rounded-md"} ${e||""}`,children:g}):h("a",{className:`${ee} inline-block cursor-pointer no-underline focus:border focus:border-primary-focus ${Z[d]||""} ${c?"rounded-full":"rounded-md"} ${e||""}`,href:i,target:l,onClick:a,"aria-label":m,role:i?"link":"button",...x,children:g})})),ne=(e=!1)=>e?"text-white":"",re=(e=!1)=>"text-s mb-3.5 "+(e?"text-white":"text-secondary-text/80"),ie=p((({icon:e,image:t,title:n,subtitle:r,isFillGradient:i})=>u("div",{role:"columnheader",children:[e?h(B,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}):null,t?.src&&h("div",{className:"mb-3.5",children:h(B,{image:t})}),n?h(w,{headingType:"h4",className:ne(i),title:n}):null,r?h("div",{className:re(i),children:r}):null]}))),le=p((({cell:e,rowHeader:t,isFillGradient:n=!1})=>h("div",{className:"box-border flex flex-col",role:"cell",children:h("div",{className:"h-full border-main-divider border border-t-0 border-x-0",children:e.map(ae(n,t))})}))),ae=(e,t)=>({label:n,description:r},i)=>u("div",{className:"flex justify-between text-s py-3.5",children:[h("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),u("div",{className:"basis-1/2",children:[n?h("div",{className:"text-right "+(e?"text-white":""),children:n}):null,r?h("div",{className:"text-right "+(e?"text-white/80":"text-secondary-text"),children:r}):null]})]},String(i)),se=p((({header:e,columnData:t,visibleRowLength:n=0,isFillGradient:r,showRow:i,onToggleColumn:l})=>{const a=t?.slice(0,i?t.length:n),s=r?"secondary":"primary";return u("div",{className:`border border-main-stroke rounded-md p-4 mb-3.5 ${r?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""}`,role:"row",children:[h(ie,{...e,isFillGradient:r}),a?.length?a.map((({rowHeader:e,cell:t},n)=>h(le,{cell:t,rowHeader:e,isFillGradient:r},String(n)))):null,i&&e?.link?h(te,{href:e.link.href,target:e.link.target,version:s,className:"text-s font-medium mt-4 py-[11px]",children:e.link.text}):null,oe({onToggleColumn:l,isFillGradient:r,showRow:i})]})})),oe=({onToggleColumn:e,isFillGradient:t,showRow:n})=>h("div",{className:"mt-5",role:"cell",children:h("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:n?"Скрыть":"Показать описание"})}),ce=p((e=>{const{className:t,title:n}=e;return u("section",{className:`bg-white font-sans px-4 py-6 overflow-hidden text-primary-text relative ${t||""}`,children:[n?h(w,{headingType:"h3",className:"font-medium text-center m-0 mb-5",title:n}):null,h("div",{role:"table",children:h(de,{...e})})]})})),de=p((({columns:e,rowHeaders:t,isColoredFirstColumn:n,visibleRowLength:i,orientation:a,context:s})=>{const[o,c]=r(new Array(e?.length||0).fill(!i)),d=l((e=>{const t=(t,n)=>n===e?!t:t;c((e=>e.map(t)))}),[]),m=l((()=>c((e=>new Array(e.length).fill(!1)))),[]),u=e?.map((({data:e,header:r},l)=>{return h(se,{context:s,visibleRowLength:i,showRow:o[l],header:r,columnData:(a=e,a?.map(((e,n)=>({cell:e,rowHeader:t?.[n]?.title})))),isFillGradient:0===l&&n,onToggleColumn:()=>d(l)},String(l));var a}));return"horizontal"===a?h(U,{context:s,onSlideChange:m,children:u}):u})),me=new Map;function he(e,t,{fallback:n}={}){const l=a((()=>ue(e)),[e]),[s,o]=r(),[c,d]=r(),m=e=>{o(e),d(void 0)},h=e=>{o(void 0),d(e)};i((()=>{if(!l.every((e=>null===e)))try{const e=t(...l);"then"in e?(e=>{e.then((e=>me.get(l)||e)).then(m).catch(h)})(e):m(e)}catch(e){h(e)}}),[t,...l]);const u=l[0],p=n&&"string"==typeof u&&n[u];return{data:s||c||!p?s:p,error:c,mutate:()=>Promise.resolve(void 0),isValidating:!1}}function ue(e){return e?Array.isArray(e)?e:e instanceof Function?ue(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 xe(e={}){const{data:t}=he(`/wcms-resources/${c.SITEMAP||"sitemap"}.json`,pe,{fallback:e});return t||{}}const ge=p((({className:e,isMobile:t=!1})=>{const{term:n,setTerm:i}=(()=>{const[e,t]=r("");return{term:e,setTerm:e=>t(e)}})(),l=t?"text-s":"text-l-light",a=t?" placeholder-transparent":"h-full",s=t?"some search":void 0;return u("form",{className:`font-sans relative ${e}`,children:[u("div",{className:"absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none",children:[h("div",{className:t?"w-5 h-5":"w-6 h-6",children:h(B,{image:"LoupeIcon",width:"24",height:"24"})}),n?null:h("label",{htmlFor:"search-bar-input",className:`text-secondary-text ${l}`,children:"Поиск по сайту"})]}),h("input",{id:"search-bar-input",className:`h-12 pl-12 w-full peer text-l text-black border border-solid rounded-md box-border\n outline-none pr-[6%] border-main-stroke hover:border-primary-hover active:border-primary-text focus:border-primary-text ${a}`,value:n,onChange:e=>i(e.target.value),type:"text",name:"search-bar-input",placeholder:s}),t?h("button",{className:"visible peer-placeholder-shown:invisible absolute top-2 right-3 w-6 h-6 p-1 bg-transparent cursor-pointer border-none",onClick:e=>{e.preventDefault(),i("")},children:h(B,{image:"CloseIcon",width:"24",height:"24"})}):h(te,{version:"primary",text:"Найти",className:"invisible peer-focus:visible absolute top-[3px] right-1",onClick:e=>{e?.preventDefault(),console.log("click")},children:h("div",{className:"text-s px-9 py-2.5",children:"Найти"})})]})})),be=p((({className:e=""})=>h(ge,{className:e,isMobile:!0}))),fe=p((({className:e="",documents:t,...n})=>h(y,{className:`font-sans bg-white mt-[10px] ${e}`,...n,children:h("ul",{className:"flex flex-col text-s text-secondary-text p-0",children:t?.length?Ne(t):null})}))),Ne=e=>e.map(((e,t)=>{const{text:n,...r}=e;return h("li",{className:"mb-4 list-none",children:h("a",{className:"hover:text-primary-main",role:"link",...r,children:n||null})},`list_item_${String(t)}`)})),ye={"bg-white":"text-primary-main",transparent:"text-white"},ve={"bg-white":"text-black",transparent:"text-white"},we=p((({className:e="",href:t,children:n,targetBlank:r,bgColor:i="bg-white",showTitle:l=!0})=>u("a",{className:`inline-flex items-center font-sans no-underline ${e}`,href:t||"https://rshb.ru/",target:r?"_blank":"_self","aria-label":"Россельхозбанк",children:[h(B,{image:{icon:"LogoIcon",iconVersion:ye[i]},className:`${ye[i]} w-10 h-[38px]`,asSVG:!0}),l?h("span",{className:`${ve[i]} text-s font-medium ml-2.5`,children:n||"Россельхозбанк"}):null]}))),ke=p((({className:e="",title:t="Мобильное приложение",description:n,href:r="#"})=>h("div",{className:`col-span-12 rounded-md cursor-pointer p-4 mt-6 mb-6 bg-secondary-light font-sans ${e}`,children:r?u("div",{className:"flex",children:[h("div",{className:"flex justify-center align-middle rounded-md bg-primary-main w-[50px] h-[50px]",children:h(we,{className:"w-[33px]",bgColor:"transparent",showTitle:!0})}),u("a",{href:r,target:"_blank",className:"flex flex-col justify-center pl-3",children:[h("div",{className:"text-s font-medium mb-[3px]",children:t}),h("div",{className:"text-s text-secondary-text",children:n})]})]}):null}))),$e=e=>e?.includes("//"),Ce=e=>(e||"").replace(/\/?\?.*/,""),Se=e=>{if(!e||!$e(e))return;const t=e,n=t.indexOf("//"),r=t.indexOf("/",n+"//".length);return-1!==r?t.substring(0,r):t};var Te=Object.freeze({__proto__:null,isURL:$e,withoutQuery:Ce,getOrigin:Se,getHash:e=>{if(!e||!$e(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0},isHash:e=>e?.startsWith("#")});const _e="/mobile",De=(e,t)=>{if(!e)return e;const n=Se(t?.href);return n?e.replace(n,"")||"/":e},Ie=e=>e;function je({router:e,handlerDecorator:t=Ie},n){const r=((e,t)=>{if(!e)return e;const n=De(e,t)||"",r=t?.pathname.startsWith(_e);return r&&!$e(n)?`/mobile${n}`:n})(n.href,e);return{...n,href:r,"aria-label":n.text,onClick:t((t=>{const i=r&&!$e(r),l=!n.target||"_self"===n.target;i&&l&&(t?.preventDefault(),e.push(r))}),n)}}const Re=p((({className:e="",items:t,hasButton:n,context:r})=>{const i=r.useRouter(),{handlerDecorator:l}=r;return u("div",{className:e,children:[t?.length?t.map(Ae):null,n?h(te,{version:"primary",className:"mb-6 w-full",...je({router:i,handlerDecorator:l},{text:"Обратная связь",href:"/",target:"_blank"}),ariaLabel:"Обратная связь"}):null]})})),Ae=(e,t)=>{const{type:n,text:r,description:i}=e;return u("div",{className:"mb-4",children:[h("div",{children:Le(n,r)}),h("div",{className:"mt-1 text-s-light text-secondary-text",children:i})]},String(t))},Le=(e,t="")=>{switch(e){case"tel":return h("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${Oe(t)}`,children:t});case"email":return h("a",{className:"text-xl-light text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return h("span",{children:t})}},Oe=e=>e.replaceAll(/\D/g,""),Me=p((({className:e="",index:t,text:n,href:r,target:i,onClick:l})=>h("a",{className:`text-secondary-text hover:text-primary-main inline-block no-underline ${e}`,href:r,target:i,onClick:l,children:n||`Документ ${t}`}))),Ve=p((({title:e,links:t,className:n="",context:r})=>{const i=r.useRouter(),{handlerDecorator:l}=r;return u("div",{className:n,children:[h("span",{className:"text-primary-text text-s font-medium",children:e}),t?.length?h("div",{className:"flex flex-col gap-2 pt-3",children:t.map(((e,t)=>h(Me,{index:t,className:"text-s",...je({router:i,handlerDecorator:l},e)},String(t))))}):null]})})),Be=[{origins:["t.me","telegram.org"],icon:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],icon:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],icon:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],icon:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],icon:{icon:"PlayMarketIcon"},label:"Google Play"}],Pe=p((({href:e,version:t="primary"})=>{const{icon:n,label:r}=Be.find((({origins:t})=>t.some((t=>e?.includes(t)))))||{};if(!n)return null;return h("a",{className:`flex items-center justify-center rounded-md w-14 h-14 group box-border ${"secondary"===t?"bg-white hover:bg-secondary-hover":"border-solid border-[1px] border-main-divider hover:border-transparent hover:bg-primary-main"} ${"primary"===t?"hover:text-black":""}`,href:e,"aria-label":r,target:"_blank",rel:"noopener noreferrer",children:n?h(B,{image:n,imageClassName:"group-hover:text-white",width:"24",height:"24",asSVG:!0}):null})})),Fe=p((({className:e,media:t,version:n,context:r})=>{const i=r.useRouter(),{handlerDecorator:l}=r;return h("div",{className:`flex gap-2 items-start justify-start pt-6 pb-6 ${e||""}`,children:t?.map(((e,t)=>h(Pe,{version:n,...je({router:i,handlerDecorator:l},e)},String(t))))})})),Ee=p((({className:e="",index:t,text:n,href:r,target:i,onClick:l})=>h("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:i,onClick:l,children:n||`Документ ${t}`}))),ze=p((({className:e,links:t,context:n})=>{const r=n.useRouter(),{handlerDecorator:i}=n;return u("div",{className:`${e||""}`,children:[h("div",{className:"py-6",children:h("span",{className:"text-xs-light text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?h("div",{className:"flex flex-col justify-start items-start gap-2",children:t.map(((e,t)=>h(Ee,{index:t,className:"",...je({router:r,handlerDecorator:i},e)},String(t))))}):null]})})),Ge=p((({className:e="",documents:t,relatedEnterprises:n,contacts:r,socialMedia:i,context:l,horizontalNavigationTitle:a,page:s})=>{const o=s?.fallback,c=xe(o),d=c?.dispositions;return u("footer",{className:`font-sans px-4 py-[26px] bg-white ${e}`,children:[h(Re,{className:"overflow-hidden",items:r,context:l,hasButton:!0}),h(k,{children:c.topItems?.map(((e,t)=>h(F,{context:l,label:e.text,children:h(fe,{context:l,documents:e.items})},String(t))))}),h("div",{children:d?.map(He)}),h(ke,{context:l,title:"Мобильное приложение",description:"Загрузить для IOS и Android"}),h(be,{context:l,className:"grow"}),h(Fe,{className:"pb-4",media:i,context:l}),h(Ve,{title:a,links:n,context:l}),h(ze,{links:t,context:l})]})})),He=(e,t)=>{const{icon:n,href:r,text:i}=e;return u(te,{version:"link",href:r,className:"flex text-s mb-4 w-6",children:[n?h(B,{className:"pr-1",image:n,width:"24",height:"24",asSVG:!0}):null,h("span",{className:"pl-2.5 font-medium text-primary-text",children:i})]},`footer-${t}`)},We={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},Je=p((({context:e,title:t,description:n,cards:r=[],className:i,orientation:l="horizontal"})=>u("section",{className:`relative font-sans text-primary-text bg-white px-4 py-6 overflow-hidden ${i}`,children:[u("div",{className:"flex flex-col items-center mb-5",children:[t?h(w,{headingType:"h3",className:`text-center ${n?"mb-2":"mb-5"}`,title:t}):null,n?h("div",{className:"text-m max-w-[600px] text-center mb-5",children:n}):null]}),Ue(l,r,e)]})));function Ue(e,t,n){return"horizontal"===e?h(U,{context:n,children:t?.map(Ye)}):h("div",{className:"grid gap-[14px]",children:t?.map(Ye)})}function Ye(e,t){return u("div",{className:`h-full justify-between box-border horizontal-list-item border-solid border rounded-md border-main-stroke p-4 flex flex-col\n ${We[e.version??"primary"]}`,children:[u("div",{children:[Ke(e.icon),e.title?h("h3",{className:"text-m-title-xs font-medium m-0",children:e.title}):null,e.description?Xe(e):null,e.items?.length?Ze(e.items,e.isDotted,e.version):null]}),e?.button?.text?(n=e.button,h(te,{className:"mt-3",...n})):null]},t);var n}const Ke=e=>e?.src||e?.icon?h("div",{className:"flex justify-center",children:h(B,{className:"mb-3.5",image:e})}):null;function Xe(e){return h("div",{className:"text-secondary-text mt-1 text-s "+("secondary"===e.version?"text-white opacity-80":""),children:e.description})}const Qe={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text"};function Ze(e,t,n="primary"){return h("section",{className:"mt-3",children:e.map(((e,r)=>u("div",{children:[t?h("div",{className:`rounded-full inline-block mr-3 mt-2 w-2 h-2 min-w-2 min-h-2 ${Qe[n]}`}):null,h("span",{className:"text-m font-medium",children:e.title}),h("span",{className:"text-s pl-2 "+("primary"===n?"text-secondary-text":""),children:e.text})]},String(r))))})}const qe=(e,t,n=((e,t)=>t.startsWith(e)))=>n(Ce(e),(e=>(e||"").replace(_e,""))(Ce($e(e)?t.href:t.pathname))),et=e=>t=>qe(t.href,e),tt=e=>t=>t.items?.some(et(e))||qe(t.href,e)||((e,t)=>Se(e)===Se(t.href))(t.href,e),nt=e=>t=>e?.href===t?.href,rt=(e,t)=>{return(r=e,i=t,(r||[]).map((e=>i?.find(nt(e))||e))).concat((n=e,(t||[]).filter((e=>!n?.find(nt(e))))));var n,r,i},it="absolute left-0 -bottom-3 w-full h-[2px]",lt=p((({className:e="",text:t,href:n,target:r,active:i,onClick:l,children:a,bgColor:s="bg-white"})=>u("a",{className:`relative inline-block bg-transparent text-center no-underline ${e}`,href:n,target:r,onClick:l,children:[h("span",{className:at(s,i),children:t||a}),i?h("div",{className:st(s,i)}):null]}))),at=(e,t=!1)=>{let n="text-white";return"bg-white"===e&&(n=t?"text-primary-main":"text-secondary-text hover:text-primary-main"),`${n} font-sans text-s`},st=(e,t=!1)=>t?`${"bg-white"===e?"bg-primary-main":e} ${it}`:it,ot=o("https://10.80.4.9");const ct=p((({context:e,burgerSubMenu:t,onClick:n,defaultLocation:a="",children:s})=>{const[o,c]=function(e){const[t,n]=r(e);return i((()=>{n(globalThis?.localStorage.getItem("location")||e)}),[e]),[t,l((()=>{ot.getFetcherAddress().then((t=>{const r=t||e;globalThis?.localStorage.setItem("location",r),n(r)}))}),[e])]}(a);return u("div",{className:"absolute top-0 left-0 w-full h-full bg-white p-4 box-border z-20",children:[h("button",{className:"absolute top-4 right-4 border-none bg-transparent cursor-pointer",onClick:n,children:h(B,{image:"CloseIcon",width:"24",height:"24",asSVG:!0})}),u("button",{onClick:c,className:"flex items-center text-s text-secondary-text p-0 mb-4 bg-transparent cursor-pointer",children:[h(B,{image:"GeolocationIcon",width:"20",height:"20",className:"text-primary-main box-border mr-2",asSVG:!0}),o]}),s,h("div",{className:"mb-7",children:t?.map(dt)}),h(be,{context:e,className:"grow"})]})})),dt=(e,t)=>{const{icon:n,href:r,text:i}=e;return u("a",{href:r,className:"flex text-s mb-4 hover:text-primary-main",children:[n?h(B,{className:"text-primary-main pr-1",image:n,width:"24",height:"24",asSVG:!0}):null,h("span",{className:"font-medium pl-0.5",children:i})]},`headerSubMenu-${t}`)},mt=p((({onClick:e,bgColor:t})=>u("div",{className:"flex items-center justify-between border-0 border-b border-main-divider h-[50px]",children:[u("div",{className:"flex items-center",children:[h("button",{className:"pl-0 pr-4 border-0 bg-transparent cursor-pointer",onClick:e,"aria-label":"Открыть меню",children:h(B,{image:{icon:"BurgerIcon",iconVersion:"bg-white"===t?"black":"white"},className:"text-primary-text w-6 h-6",width:"24",height:"24",asSVG:!0})}),h(we,{className:"mr-8",bgColor:t})]}),h("button",{className:("bg-white"===t?"text-primary-main":"text-white")+" text-s border-0 bg-transparent cursor-pointer",children:"Войти"})]}))),ht=p((({className:e="",defaultLocation:t,bgColor:n="bg-white",context:i,topItems:l,page:a})=>{const{handlerDecorator:s}=i,o=i.useRouter(),c=a?.fallback,d=xe(c),m=rt(d.topItems,l).find(tt(o))?.items,p=(e=>(t=[])=>{const n=t?.filter(et(e));return n?.length?(r=e=>e.href?.length||0,e=>e.reduceRight(((e,t)=>r(e)>r(t)?e:t)))(n):void 0;var r})(o)(m),[x,g]=r(!1),b=()=>g(!x);return u("header",{className:`${n} ${e}`,children:[u("div",{className:"container px-4 py-0 box-border",children:[h(mt,{onClick:b,bgColor:n}),h("nav",{className:"flex items-center m-0 p-0 overflow-y-hidden w-full h-[50px]",children:h("div",{className:"flex no-scrollbar horizontal-list h-full items-center",children:m?.map(((e,t)=>ut({...je({router:o,handlerDecorator:s},e),active:e===p,bgColor:n},t)))})})]}),x?h(ct,{context:i,onClick:b,burgerSubMenu:d?.dispositions,defaultLocation:t,children:h(k,{children:d.topItems?.map(((e,t)=>h(F,{context:i,label:e.text,children:h(fe,{context:i,documents:e.items})},String(t))))})}):null]})})),ut=(e,t)=>h(lt,{className:"mr-8 whitespace-nowrap text-s",...e},String(t)),pt={left:"text-left",center:"text-center",right:"text-right"},xt={transparent:{background:"bg-transparent",text:"text-primary-text",description:"text-primary-text"},primary:{background:"bg-white",text:"text-primary-text",description:"text-primary-text"},secondary:{background:"bg-primary-main",text:"text-white",description:"text-white/80"}},gt=p((({bgColorHeadline:e="transparent",className:t="",title:n,description:r,image:i,align:l="left"})=>{const a=xt[e];return u("section",{className:`px-4 py-6 flex flex-col gap-2.5 ${a.background} ${t}`,children:[n?h(w,{headingType:"h2",className:`${a.text} ${pt[l]}`,title:n}):null,r?h("p",{className:`text-m ${a.description} ${pt[l]}`,children:r}):null,i?.src&&h("div",{className:"mt-2.5 mx-auto flex justify-center",children:h(B,{image:i})})]})})),bt=p((({className:e,iconClassName:t,textClassName:n,suffixClassName:r,doc:i,icon:l})=>{const{text:a,fileSize:s,...o}=i;return u("a",{className:e,role:"link",...o,children:[l?h(B,{className:t,image:l,width:"24px",height:"24px",asSVG:!0}):null,a?u("span",{className:n,children:[a,h("span",{className:r,children:o?.href&&ft(Nt(o.href),s)})]}):null]})})),ft=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),Nt=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},yt=p((({className:e="",doc:t,icon:n})=>h(bt,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3 min-w-6 min-h-6",doc:t,icon:n}))),vt=p((({context:e,hasBorder:t=!0,documents:n,icon:r})=>h(U,{context:e,className:"text-s text-primary-main mt-5",children:n?.length?n.map(((e,n)=>h(yt,{className:t?"rounded-md border-main-stroke border border-solid p-4":"",doc:e,icon:r},String(n)))):null}))),wt=p((({hasBorder:e=!0,documents:t,icon:n})=>h("div",{className:"text-s text-primary-main flex flex-col mt-5 "+(e?"gap-3.5":"gap-2"),role:"list",children:t?.length?t.map(((t,r)=>h("div",{role:"listitem",children:h(yt,{className:e?"rounded-md border-main-stroke border border-solid p-4":"",doc:t,icon:n})},String(r)))):null}))),kt=p((({className:e="",context:t,title:n,description:r,icon:i={icon:"DocIconMonoColor"},documents:l,orientation:a="vertical",hasBorder:s=!0})=>u("section",{className:`font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${e}`,children:[h(gt,{className:"!p-0 "+(r?"gap-2":"gap-5"),title:n,description:r,context:t,align:"center"}),"vertical"===a?h(wt,{hasBorder:s,documents:l,icon:i}):h(vt,{context:t,hasBorder:s,documents:l,icon:i})]}))),$t=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function Ct(e=""){const t=$t(e);return t<=4?"S":t<=8?"M":"L"}function St(e=""){const t=$t(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function Tt(e=""){const t=$t(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const _t=p((({className:e,context:t,title:n,description:r="Блок в разработке...",...i})=>u(y,{context:t,className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${Tt(e)} ${St(e)} `,...i,children:[h(gt,{context:t,className:"!p-0 max-w-[600px]",title:n,description:r,headlineVersion:Ct(e)}),h("figure",{className:"m-0 min-w-[80%]",children:Dt()})]}))),Dt=(e=3)=>jt(100,e).map((e=>Math.floor(e))).map(It),It=(e,t)=>h("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),jt=(e,t)=>[e].concat(t>0?jt(e/1.618,t-1):[]),Rt=p((({context:e,className:t="",buttons:n})=>{const{handlerDecorator:r}=e,i=e.useRouter();return n&&n?.length?h("div",{className:t,children:n.map(((e,t)=>At({button:je({router:i,handlerDecorator:r},e),index:t})))}):null}));function At({button:e,buttonClassName:t,index:n}){const{icon:r,iconRight:i,version:l,...a}=e,s="secondary"===l?"normal":"white",o=Lt({icon:r,iconVersion:s}),c=Lt({icon:i,iconVersion:s});return h(te,{className:t,appendLeft:o,appendRight:c,version:l,...a},n?String(n):"")}const Lt=({icon:e,iconVersion:t})=>{if(!e?.icon&&!e?.src)return null;const n=e?.size?.width?`${e.size.width}`:"24";return h(B,{image:{...e,iconVersion:t},width:n,height:"24",asSVG:!0})},Ot={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text"},Mt={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"},Vt=p((({className:e="",isDotted:t=!0,children:n,version:r="primary",size:i="M"})=>u("div",{className:`font-sans flex items-baseline ${e}`,role:"listitem",children:[t?h("div",{children:h("div",{className:`rounded-full align-middle inline-block ${Ot[r]} ${Mt[i]}`})}):null,h("span",{children:n})]}))),Bt={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text"},Pt={S:"text-l-light",M:"text-h6",L:"text-h5"},Ft={S:"ml-2",M:"ml-3",L:"ml-4"},Et=p((e=>{const{className:t="",hasIndent:n,isDotted:r,itemClassName:i="",items:l,listItemSize:a="M",version:s="primary"}=e;return l?.length?h("section",{className:`${Bt[s]} ${Pt[a]} ${t} ${n?Ft[a]:""}`,role:"list",children:l.map(((e,t)=>h(Vt,{className:`${i} mb-1.5`,isDotted:r,version:s,size:a,children:e},String(t))))}):null})),zt=p((({className:e="",title:t="",children:n,buttons:r,image:i})=>u("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,children:[t,u("div",{className:"flex grow w-full justify-between",children:[u("div",{className:"flex flex-col justify-between w-full",children:[h("div",{className:"h-full",children:n}),r?h("div",{className:"mt-auto pt-8",children:r}):null]}),i]})]}))),Gt={primary:"text-primary-text",secondary:"text-white"},Ht={primary:"text-secondary-text",secondary:"text-white"},Wt=p((e=>{const{className:t="",icon:n,label:r,description:i,version:l="primary",benefitsVersion:a="normal"}=e,s=i?"items-start":"items-center",o=Ut("white"===a||"secondary"===l,n);return u("div",{className:`flex gap-5 ${s} ${t}`,children:[n?h("div",{className:Jt(l,a),children:h(B,{className:"w-6 h-6",image:{...n,iconVersion:o},asSVG:!0})}):null,u("div",{className:"gap-0.5",children:[r?h("div",{className:`text-h6 ${Gt[l]}`,children:r}):null,i?h("div",{className:`text-m-light ${Ht[l]}`,children:i}):null]})]})}));function Jt(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-[50px] h-[50px] min-w-[50px] rounded-full p-2.5 box-border flex items-center justify-center ${n}`}const Ut=(e,t)=>t?.iconVersion||e?"white":"normal",Yt=(e="primary",t="normal")=>({icon:n,label:r,description:i},l)=>h(Wt,{icon:n,label:r,description:i,version:e,benefitsVersion:t},String(l)),Kt=p((({className:e="",context:t,title:n,headlineVersion:r="L",description:i,benefits:l,benefitsVersion:a="normal",buttons:s,image:o,items:c,version:d="primary",isDotted:m=!0,label:p})=>u("div",{className:`w-full ${e}`,children:[u("div",{children:[p?Zt(p,d):null,h(gt,{context:t,className:"!p-0 max-w-[600px]",title:n,description:i,bgColorHeadline:d,headlineVersion:r}),u(zt,{context:t,buttons:s?.length?h(Rt,{context:t,buttons:s,className:"flex flex-col mt-5 gap-2.5"}):null,children:[l?.filter((e=>e.label))?.length?h("div",{className:"mt-3",children:l.map(Yt(d,a))}):null,c?.length?h(Et,{className:"mt-3 text-m",items:c,version:d,isDotted:m}):null]})]}),Xt(o)]})));function Xt(e){return e?.src?h(B,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const Qt={primary:"text-primary-main border-secondary-hover",secondary:"text-white/80"},Zt=(e,t)=>h("div",{className:`px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid w-fit ${Qt[t]}`,children:e}),qt=p((e=>{const{className:t="",version:n="primary"}=e;return h("section",{className:`font-sans bg-white px-4 py-6 ${We[n]} ${t}`,children:h(Kt,{...e})})})),en=p((({block:e,context:t,className:n=""})=>h("section",{className:`flex grow-0 shrink-0 basis-full px-4 pt-6 ${We[e?.version??"primary"]} ${n}`,role:"listitem",children:h("div",{className:"flex grow",children:h(Kt,{context:t,...e})})}))),tn=p((({className:e,context:t,slides:n=[]})=>{const r=n.map((e=>e.productBlock));return h("section",{className:`font-sans bg-white overflow-hidden w-100 pb-6 ${e||""}`,children:h(U,{context:t,children:r.map(((e,n)=>h(en,{block:e,context:t},String(n))))})})})),nn={primary:{background:"bg-white",title:"text-primary-text",description:"!text-secondary-text text-l-light",iconText:"text-secondary-text",iconBackground:"bg-main-divider",iconConnector:"bg-secondary-light",dot:"bg-secondary-text"},secondary:{background:"bg-primary-main",title:"text-white",description:"!text-white/80 text-l-light",iconText:"text-white",iconBackground:"bg-white/30",iconConnector:"bg-white",dot:"bg-white/80"}},rn={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-[50px] w-[50px] min-w-[50px] min-h-[50px]"},ln={normal:"min-h-[70px]",small:"min-h-[50px]"},an={primary:"normal",secondary:"white"},sn=p((({className:e,title:t,description:n,showLines:r=!0,steps:i,size:l="normal",version:a="primary"})=>{const s=nn[a];return u("section",{className:`box-border font-sans bg-white px-4 py-6 flex flex-col\n ${s.background} ${s.title} ${e||""}`,children:[t?h(w,{headingType:"h3",className:`text-center ${s.title}`,title:t}):null,n?h("p",{className:`text-m-light text-center ${s.description} ${t?"mt-2":""}`,children:n}):null,i?.length?h("div",{className:"box-border py-0.5 mb-0.5 mt-5",children:h("div",{className:"flex flex-col justify-between gap-x-[101px]",children:i.map(on(l,a,r))})}):null]})})),on=(e,t,n)=>(r,i,l)=>{const a=l.length-1===i,s="normal"===e?"ml-[34px]":"ml-6",o=nn[t];return h("div",{children:u("div",{className:"flex flex-row text-center relative",children:[u("div",{className:"overflow-hidden flex-shrink-0",children:[cn(e,t)(r,i),a?null:h("div",{className:`min-h-8 h-full w-[2px] ${n?o.iconConnector:""} ${s}`})]}),u("div",{className:`flex flex-col justify-center h-fit ${ln[e]}`,children:[r.label?h("div",{className:"text-m-title-xs font-medium m-0 text-left mb-1",children:r.label}):null,r.description?h("div",{className:`text-s ${o.description} text-left`,children:r.description}):null]})]})},String(i))},cn=(e,t)=>(n,r)=>{const i=nn[t],l="normal"===e?"38":"27",a="normal"===e?"text-m-title":"text-m-title-xs";return h("div",{className:`${rn[e]} ${i.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:h("span",{className:`font-medium flex self-center ${i.title} ${a}`,children:(s=n?.icon,Boolean(s?.icon||s?.src)?h(B,{image:{...n.icon,iconVersion:an[t]},width:l,height:l,asSVG:!0}):h("span",{children:r+1}))})});var s},dn={Buttons:({buttons:e})=>e&&e?.length?h("div",{children:e.map((({rounded:e,icon:t,...n},r)=>At({button:{rounded:e,icon:t,...n},buttonClassName:`mt-3 ${r>0&&e?"ml-2.5":""} ${t?"w-12 h-12":""}`})))}):null,Img:({image:e})=>e?.src?h(B,{image:{...e,className:"m-0"}}):null,List:({isDotted:e,...t})=>h(Et,{className:"flex flex-col justify-between items-start text-m",version:"gray",isDotted:e??!0,...t}),LabelDescription:({label:e,description:t})=>u("div",{children:[e?h("div",{className:"text-xl font-medium m-0 "+(t?"mb-1":""),children:e}):null,t?h("div",{className:"text-s text-secondary-text",children:t}):null]})},mn=p((({title:e,icon:t})=>u("div",{className:"flex gap-2.5 mb-2",children:[e?h(w,{headingType:"h3",className:"font-medium",title:e}):null,t?h(B,{className:"ml-auto max-w-6 max-h-6",image:t,width:"24px",height:"24px"}):null]}))),hn=p((({context:e,tile:t})=>u("div",{className:"rounded-md border-main-stroke h-full box-border border p-4",children:[h(mn,{...t.header}),t.data?.length?t.data.map(un(e)):null]}))),un=e=>(t,n)=>u("div",{children:[n>0?h("div",{className:"h-5"}):null,pn(t,e)]},String(n)),pn=(e,t)=>{if(!e)return null;const{tableCellType:n,...r}=e;if(!n||!(n in dn))return null;return h(dn[n],{context:t,displayTable:()=>null,...r,isVisible:!0})},xn=p((({tiles:e,context:t})=>h(U,{context:t,children:e.map(((e,n)=>h(hn,{tile:e,context:t},String(n))))}))),gn=p((({tiles:e,context:t})=>h("div",{className:"flex flex-col gap-3.5",children:e.map(((e,n)=>h(hn,{tile:e,context:t},String(n))))}))),bn=p((({className:e,context:t,title:n,description:r,tariffsColumns:i,rowHeaders:l,orientation:a="vertical"})=>{const s=Nn(i),o=yn(l,s);return u("section",{className:`px-4 py-6 bg-white font-sans text-primary-text overflow-x-hidden ${e}`,children:[n?h(w,{headingType:"h2",className:`text-center ${r?"mb-2":"mb-5"}`,title:n}):null,r?h("div",{className:"mb-5 text-center text-m",children:r}):null,o?.length?fn(a,o,t):null]})}));function fn(e,t,n){return h("vertical"===e?gn:xn,{context:n,tiles:t})}const Nn=e=>e?.[0].data?e[0].data:[],yn=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),vn={primary:{background:"bg-white",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"},secondary:{background:"bg-primary-main",icon:"bg-white text-primary-main",title:"text-white",description:"text-white"},"secondary-light":{background:"bg-primary-main/10",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"}},wn=p((({title:e,description:t,blockVersion:n="primary",iconVersion:r,image:i,className:l="",items:a,isDotted:s=!0})=>{const o=vn[n],c="secondary"===n?"secondary":"gray";return u("section",{className:`font-sans px-4 py-[18px] flex flex-col ${o.background} ${l}`,children:["small"===r?kn(o.icon):null,"big"===r?$n(i):null,u("div",{className:"py-0.5",children:[e?h("div",{className:`text-l font-medium mb-1 ${o.title}`,children:e}):null,t?h("div",{className:`text-s ${o.description}`,children:t}):null,a?.length?h(Et,{className:"mt-1 text-m",items:a,isDotted:s,version:c}):null]})]})}));function kn(e){return h("div",{className:"mb-3",children:h("div",{className:`rounded-full h-4 w-4 text-center text-xs-light ${e}`,children:"i"})})}function $n(e){return e?.src?h(B,{className:"pb-3 mr-auto",image:e}):null}const Cn={Accordion:$,AccordionItem:F,ComparisonTable:ce,Footer:Ge,Gallery:Je,Header:ht,Headline:gt,LinkDocs:kt,LinkList:fe,MobileAppTile:ke,ProductBlock:qt,ProductGallery:tn,StepsBlock:sn,TariffsTable:bn,TextBlock:wn,Placeholder:_t};function Sn(e){return e?e.filter(Boolean).join(" "):""}const Tn=m();const _n=p((({className:e,onClick:t,ariaLabel:n})=>h("button",{type:"button",className:`border-0 w-9 bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":n,children:Dn()}))),Dn=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return u("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[h("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"}),h("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"})]})},In=p((({className:e,context:t,...n})=>{const{useRouter:a,handlerDecorator:s=Ie}=t,o=function(e){const[t,n]=r(0);return i((()=>{(async()=>{const[t]=await Tn.getLikeCount(e);n(t?.value||0)})()}),[e]),{likeCount:t,like:l((async()=>{n(await Tn.like(e))}),[e]),dislike:l((async()=>{n(await Tn.dislike(e))}),[e])}}(a().pathname);return u(y,{tag:"div",context:t,className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e||""}`,...n,children:[h(_n,{onClick:s(o.like),ariaLabel:"Поставить отметку «лайк»"}),h(_n,{onClick:s(o.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),h("span",{className:"select-none",children:o.likeCount})]})}));function jn({slots:e={},parent:t,options:n,ancestors:r=[]}){return Object.entries(e).reduce(((e,[i,l])=>({...e,[i]:An({blocks:l,parent:t,slotName:i,options:n,ancestors:r})})),{})}const Rn=e=>e;function An({blocks:e=[],parent:t,slotName:n=null,options:r,ancestors:i=[]}){const{blocksRegistry:l={}}=r,{type:a}=t,s=a&&l[a],{renderChild:o=Rn}=s||{};return e.map(((e,l)=>o(function({block:e={},options:t,ancestors:n=[]}){const{key:r,page:i,blockDecorator:l,blocksRegistry:a={},context:s}=t,{type:o,slots:c,blocks:d}=e;o&&o in a||console.warn(`No block with "${o}" is registered`);const m=o&&a[o],u={parent:e,options:t,ancestors:n},p=An({...u,blocks:d}),x=c?jn({...u,slots:c}):{};return l({blockClassName:`scroll-mt-12 ${Sn(e.style)}`,block:e,ancestors:n,render:({block:e,blockClassName:t})=>{const{version:l,anchor:a,labels:o,content:c}=e;return m?h(m,{className:t,context:s,page:i,ancestors:n,version:l,anchor:a,labels:o,slots:x,...c,children:p},r):null}},r)}({block:e,options:{...r,key:`${r.key?r.key:e.type}-${l}`},ancestors:[...i,[t,n]]}),l)))}const Ln=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),On=p((e=>{const{className:t="",blocksRegistry:n,blockDecorator:r,context:i,data:l={}}=e,{style:a,blocks:s,slots:o,likeControl:c,colorPalette:d="pc"}=l,m={key:"",blocksRegistry:n,page:l,blockDecorator:r||Ln,context:i},p=jn({slots:o,parent:l,options:m});return u("section",{className:`relative ${Sn(a)} ${t}`,"data-theme":d,children:[p?.header?h("div",{className:"mb-5 shadow-[0_8px_32px_0px_#00000014]",children:p.header}):null,s?.length?u("div",{className:"container grid grid-cols-12 gap-1",children:[An({blocks:s,parent:l,options:m}),p?.footer?p.footer:null]}):null,c?Mn(i):null]})}));function Mn(e){return h("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:h(In,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto",context:e},"LikeControl")})}On.childrenTypes=[],On.slots=()=>["header","footer"];e.Blocks=Cn,e.ContentPage=On,e.DaDataAPI=o,e.LikeAPI=m,e.joinList=function(e){return t=>t.reduce(((t,n,r)=>t.length?t.concat({...e,key:r},n):[n]),[])},e.packageVersion="0.6.21",e.projectSettings=c,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=Te,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
@@ -1,18 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
AccordionItem: import("../model/JSXBlock").JSXBlock<import("./AccordionItem/AccordionItemProps").AccordionItemProps>;
|
|
4
|
-
ComparisonTable: import("@redneckz/uni-jsx").UNIComponent<import("./ComparisonTable/ComparisonTable").ComparisonTableProps, any, any>;
|
|
5
|
-
Footer: import("@redneckz/uni-jsx").UNIComponent<import("./Footer/Footer").FooterProps, any, any>;
|
|
6
|
-
Gallery: import("@redneckz/uni-jsx").UNIComponent<import("./Gallery/GalleryProps").GalleryProps, any, any>;
|
|
7
|
-
Header: import("@redneckz/uni-jsx").UNIComponent<import("./Header/Header").HeaderProps, any, any>;
|
|
8
|
-
Headline: import("@redneckz/uni-jsx").UNIComponent<import("./Headline/Headline").HeadlineProps, any, any>;
|
|
9
|
-
LinkDocs: import("@redneckz/uni-jsx").UNIComponent<import("./LinkDocs/LinkDocs").LinkDocsProps, any, any>;
|
|
10
|
-
LinkList: import("@redneckz/uni-jsx").UNIComponent<import("./LinkList/LinkList").LinkListProps, any, any>;
|
|
11
|
-
MobileAppTile: import("@redneckz/uni-jsx").UNIComponent<import("./MobileAppTile/MobileAppTile").MobileAppTileProps, any, any>;
|
|
12
|
-
ProductBlock: import("@redneckz/uni-jsx").UNIComponent<import("./ProductBlock/ProductBlock").ProductBlockProps, any, any>;
|
|
13
|
-
ProductGallery: import("@redneckz/uni-jsx").UNIComponent<import("./ProductGallery/ProductGallery").ProductGalleryProps, any, any>;
|
|
14
|
-
StepsBlock: import("@redneckz/uni-jsx").UNIComponent<import("./StepsBlock/StepsBlock").StepsBlockProps, any, any>;
|
|
15
|
-
TariffsTable: import("@redneckz/uni-jsx").UNIComponent<import("./TariffsTable/TariffsTable").TariffsTableProps, any, any>;
|
|
16
|
-
TextBlock: import("@redneckz/uni-jsx").UNIComponent<import("./TextBlock/TextBlock").TextBlockProps, any, any>;
|
|
17
|
-
Placeholder: import("@redneckz/uni-jsx").UNIComponent<import("./Placeholder/Placeholder").PlaceholderProps, any, any>;
|
|
18
|
-
};
|
|
1
|
+
import type { BlocksRegistry } from '../model/BlocksRegistry';
|
|
2
|
+
export declare const Blocks: BlocksRegistry;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { BlockDecorator } from '../../model/BlockDecorator';
|
|
2
2
|
import type { BlocksRegistry } from '../../model/BlocksRegistry';
|
|
3
3
|
import type { ContentPageDef } from '../../model/ContentPageDef';
|
|
4
|
-
import type { UniBlockProps } from '../../model/JSXBlock';
|
|
4
|
+
import type { JSXBlock, UniBlockProps } from '../../model/JSXBlock';
|
|
5
5
|
interface ContentPageProps extends UniBlockProps {
|
|
6
6
|
blocksRegistry: BlocksRegistry;
|
|
7
7
|
data?: ContentPageDef;
|
|
8
8
|
blockDecorator?: BlockDecorator;
|
|
9
9
|
}
|
|
10
|
-
export declare const ContentPage:
|
|
10
|
+
export declare const ContentPage: JSXBlock<ContentPageProps>;
|
|
11
11
|
export {};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import type { BlocksRegistry } from '../../model/BlocksRegistry';
|
|
2
|
+
import type { Slot } from '../../model/ContentPageDef';
|
|
3
|
+
export declare function normalizeBlock<S extends Slot>(block?: S, blocksRegistry?: BlocksRegistry): S;
|
|
@@ -2,12 +2,16 @@ import { BlockAncestors, BlockDecorator } from '../../model/BlockDecorator';
|
|
|
2
2
|
import type { BlocksRegistry } from '../../model/BlocksRegistry';
|
|
3
3
|
import type { BlockDef, ContentPageDef } from '../../model/ContentPageDef';
|
|
4
4
|
import type { ContentPageContext } from './ContentPageContext';
|
|
5
|
-
interface RenderBlockOptions {
|
|
5
|
+
export interface RenderBlockOptions {
|
|
6
6
|
key: string;
|
|
7
7
|
page: ContentPageDef;
|
|
8
8
|
blockDecorator: BlockDecorator;
|
|
9
9
|
blocksRegistry: BlocksRegistry;
|
|
10
10
|
context: ContentPageContext;
|
|
11
11
|
}
|
|
12
|
-
export
|
|
13
|
-
|
|
12
|
+
export interface RenderBlockProps {
|
|
13
|
+
block?: BlockDef;
|
|
14
|
+
options: RenderBlockOptions;
|
|
15
|
+
ancestors?: BlockAncestors;
|
|
16
|
+
}
|
|
17
|
+
export declare function renderBlock({ block, options, ancestors }: RenderBlockProps): any;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { SlotName } from '../../model/BlockDecorator';
|
|
2
|
+
import { BlockAncestors } from '../../model/BlockDecorator';
|
|
3
|
+
import type { BlockDef, Slot } from '../../model/ContentPageDef';
|
|
4
|
+
import type { VNode } from '../../model/VNode';
|
|
5
|
+
import { RenderBlockOptions } from './renderBlock';
|
|
6
|
+
interface RenderBlockListProps {
|
|
7
|
+
blocks?: BlockDef[];
|
|
8
|
+
parent: Slot;
|
|
9
|
+
slotName?: SlotName;
|
|
10
|
+
options: RenderBlockOptions;
|
|
11
|
+
ancestors?: BlockAncestors;
|
|
12
|
+
}
|
|
13
|
+
export declare function renderBlocksList({ blocks, parent, slotName, options, ancestors, }: RenderBlockListProps): Record<string, VNode>;
|
|
14
|
+
export {};
|