sass-template-common 0.2.45 → 0.2.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +99 -101
- package/dist/sass-template-common.js +2012 -2079
- package/dist/sass-template-common.umd.cjs +21 -21
- package/package.json +1 -1
|
@@ -62,11 +62,11 @@ export declare interface Author {
|
|
|
62
62
|
internaluser: boolean;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
export declare const AutorComponent: FC<
|
|
65
|
+
export declare const AutorComponent: FC<Props_12>;
|
|
66
66
|
|
|
67
|
-
export declare const AutorHeader1: FC<
|
|
67
|
+
export declare const AutorHeader1: FC<Props_43>;
|
|
68
68
|
|
|
69
|
-
export declare const AutorHeader2: FC<
|
|
69
|
+
export declare const AutorHeader2: FC<Props_44>;
|
|
70
70
|
|
|
71
71
|
export declare interface AutorInfo {
|
|
72
72
|
info: {
|
|
@@ -104,9 +104,9 @@ export declare interface AutorInfo {
|
|
|
104
104
|
};
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
export declare const BannerAdvertising: ({ banners, name }:
|
|
107
|
+
export declare const BannerAdvertising: ({ banners, name }: Props_26) => false | JSX.Element | null | undefined;
|
|
108
108
|
|
|
109
|
-
export declare const BannerAdvertisingMiddle: ({ banners, index }:
|
|
109
|
+
export declare const BannerAdvertisingMiddle: ({ banners, index }: Props_25) => JSX.Element | null;
|
|
110
110
|
|
|
111
111
|
export declare interface BannerResponse {
|
|
112
112
|
key: string;
|
|
@@ -364,15 +364,15 @@ export declare type ConfigMain = {
|
|
|
364
364
|
|
|
365
365
|
export declare const ContactInfoServer: FC<Props_9>;
|
|
366
366
|
|
|
367
|
-
export declare const ContactInput: FC<
|
|
367
|
+
export declare const ContactInput: FC<Props_38>;
|
|
368
368
|
|
|
369
|
-
export declare const ContactSelect: FC<
|
|
369
|
+
export declare const ContactSelect: FC<Props_39>;
|
|
370
370
|
|
|
371
|
-
export declare const ContactTextarea: FC<
|
|
371
|
+
export declare const ContactTextarea: FC<Props_40>;
|
|
372
372
|
|
|
373
|
-
export declare const ContentLayout1: FC<
|
|
373
|
+
export declare const ContentLayout1: FC<Props_22>;
|
|
374
374
|
|
|
375
|
-
export declare const ContentLayoutTema: FC<
|
|
375
|
+
export declare const ContentLayoutTema: FC<Props_36>;
|
|
376
376
|
|
|
377
377
|
export declare const cutString: (text: string, length?: number) => string;
|
|
378
378
|
|
|
@@ -405,7 +405,7 @@ declare interface Date_2 {
|
|
|
405
405
|
}
|
|
406
406
|
export { Date_2 as Date }
|
|
407
407
|
|
|
408
|
-
export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }:
|
|
408
|
+
export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }: Props_20) => JSX.Element | null;
|
|
409
409
|
|
|
410
410
|
declare type DestacadoDiario = {
|
|
411
411
|
customSectionCardStyles: SectionCardCSS;
|
|
@@ -471,11 +471,11 @@ export declare class DynamicBlockServices extends CommonServices {
|
|
|
471
471
|
}>;
|
|
472
472
|
}
|
|
473
473
|
|
|
474
|
-
export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, showTagBySection, }:
|
|
474
|
+
export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, showTagBySection, }: Props_19) => JSX.Element[];
|
|
475
475
|
|
|
476
|
-
export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }:
|
|
476
|
+
export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_18) => JSX.Element;
|
|
477
477
|
|
|
478
|
-
export declare function DynamicSlot({ component, slot_id, data, banners, }:
|
|
478
|
+
export declare function DynamicSlot({ component, slot_id, data, banners, }: Props_16): JSX.Element | undefined;
|
|
479
479
|
|
|
480
480
|
export declare const EditorialBlock: FC<Props_7>;
|
|
481
481
|
|
|
@@ -506,7 +506,7 @@ export declare interface Entity {
|
|
|
506
506
|
};
|
|
507
507
|
}
|
|
508
508
|
|
|
509
|
-
export declare const ErrorComponent: FC<
|
|
509
|
+
export declare const ErrorComponent: FC<Props_37>;
|
|
510
510
|
|
|
511
511
|
declare interface External_2 {
|
|
512
512
|
httpstream: boolean;
|
|
@@ -519,7 +519,7 @@ export declare const Font: ({ config }: {
|
|
|
519
519
|
config: Config;
|
|
520
520
|
}) => JSX.Element;
|
|
521
521
|
|
|
522
|
-
export declare const Footer: FC<
|
|
522
|
+
export declare const Footer: FC<Props_31>;
|
|
523
523
|
|
|
524
524
|
export declare const FormatAfterScripts: (props: {
|
|
525
525
|
name: string;
|
|
@@ -973,11 +973,11 @@ declare interface ItemListSchemaProps {
|
|
|
973
973
|
ROUTE: MetadataDefaultsKeys;
|
|
974
974
|
}
|
|
975
975
|
|
|
976
|
-
export declare const JournalistArticule2: FC<
|
|
976
|
+
export declare const JournalistArticule2: FC<Props_47>;
|
|
977
977
|
|
|
978
|
-
export declare const JournalistGroup: FC<
|
|
978
|
+
export declare const JournalistGroup: FC<Props_48>;
|
|
979
979
|
|
|
980
|
-
export declare const LayoutNewsComponent: FC<
|
|
980
|
+
export declare const LayoutNewsComponent: FC<Props_45>;
|
|
981
981
|
|
|
982
982
|
export declare const LazyLoader: ({ render, internalPath, section, currentNews, stylesConfig, icon, isVisibleDefault, COMMENTS_VARS }: LazyLoaderProps) => JSX.Element;
|
|
983
983
|
|
|
@@ -1067,9 +1067,9 @@ export declare interface Link {
|
|
|
1067
1067
|
|
|
1068
1068
|
export declare function LinkComponent(props: any): JSX.Element;
|
|
1069
1069
|
|
|
1070
|
-
export declare const LiveBlogHeader: FC<
|
|
1070
|
+
export declare const LiveBlogHeader: FC<Props_41>;
|
|
1071
1071
|
|
|
1072
|
-
declare const Location_2: FC<
|
|
1072
|
+
declare const Location_2: FC<Props_21>;
|
|
1073
1073
|
export { Location_2 as Location }
|
|
1074
1074
|
|
|
1075
1075
|
export declare type Logo = {
|
|
@@ -1155,7 +1155,7 @@ export declare type MetadataDefaultsKeys = '404' | 'home' | 'slug' | 'news' | 'a
|
|
|
1155
1155
|
|
|
1156
1156
|
export declare const metadataToJSX: (metadata: any) => JSX_2.Element[];
|
|
1157
1157
|
|
|
1158
|
-
export declare const MiddleSection: FC<
|
|
1158
|
+
export declare const MiddleSection: FC<Props_24>;
|
|
1159
1159
|
|
|
1160
1160
|
export declare const Modulo1x3: FC<Modulo1x3Props>;
|
|
1161
1161
|
|
|
@@ -1395,7 +1395,7 @@ declare interface NewsArticleProps {
|
|
|
1395
1395
|
|
|
1396
1396
|
export declare const NewsComponent: (props: Props_10) => Promise<JSX.Element | undefined>;
|
|
1397
1397
|
|
|
1398
|
-
export declare const NewsContent: FC<
|
|
1398
|
+
export declare const NewsContent: FC<Props_35>;
|
|
1399
1399
|
|
|
1400
1400
|
declare interface NewsDescriptionBlockCSS extends NewsDescriptionCSS {
|
|
1401
1401
|
'--news-description-block-padding-main'?: string;
|
|
@@ -1441,7 +1441,7 @@ export declare interface NewsResponse {
|
|
|
1441
1441
|
data: DataNews[];
|
|
1442
1442
|
}
|
|
1443
1443
|
|
|
1444
|
-
export declare const NextPrev: FC<
|
|
1444
|
+
export declare const NextPrev: FC<Props_34>;
|
|
1445
1445
|
|
|
1446
1446
|
export declare type NoteShare = {
|
|
1447
1447
|
variant: 'outline' | 'container';
|
|
@@ -1604,21 +1604,12 @@ declare type Props_10 = {
|
|
|
1604
1604
|
};
|
|
1605
1605
|
|
|
1606
1606
|
declare type Props_11 = {
|
|
1607
|
-
option: string;
|
|
1608
|
-
entity?: Entity;
|
|
1609
|
-
sectionPadding?: string;
|
|
1610
|
-
backgroundColor?: string;
|
|
1611
|
-
backDropHeigth?: string;
|
|
1612
|
-
textColor?: string;
|
|
1613
|
-
};
|
|
1614
|
-
|
|
1615
|
-
declare type Props_12 = {
|
|
1616
1607
|
query: string;
|
|
1617
1608
|
hasContent: boolean;
|
|
1618
1609
|
texts: textsType;
|
|
1619
1610
|
};
|
|
1620
1611
|
|
|
1621
|
-
declare type
|
|
1612
|
+
declare type Props_12 = {
|
|
1622
1613
|
option: string;
|
|
1623
1614
|
autor: Array<AutorInfo>;
|
|
1624
1615
|
data: Array<NewListResponseData>;
|
|
@@ -1637,52 +1628,45 @@ declare type Props_13 = {
|
|
|
1637
1628
|
paths: RoutePathConfig;
|
|
1638
1629
|
};
|
|
1639
1630
|
|
|
1640
|
-
declare type
|
|
1631
|
+
declare type Props_13 = {
|
|
1641
1632
|
option: string;
|
|
1642
1633
|
data: Array<VideoResponseData>;
|
|
1643
1634
|
};
|
|
1644
1635
|
|
|
1645
|
-
declare type
|
|
1636
|
+
declare type Props_14 = {
|
|
1646
1637
|
option: string;
|
|
1647
1638
|
item: NewListResponseData;
|
|
1648
1639
|
autorIcon: ReactNode;
|
|
1649
1640
|
paths: RoutePathConfig;
|
|
1650
1641
|
};
|
|
1651
1642
|
|
|
1652
|
-
declare type
|
|
1643
|
+
declare type Props_15 = {
|
|
1653
1644
|
containerId: string;
|
|
1654
1645
|
containerId2: string;
|
|
1655
1646
|
};
|
|
1656
1647
|
|
|
1657
|
-
declare type
|
|
1648
|
+
declare type Props_16 = {
|
|
1658
1649
|
component: string;
|
|
1659
1650
|
slot_id: string;
|
|
1660
1651
|
data: any;
|
|
1661
1652
|
banners: BannerResponse[];
|
|
1662
1653
|
};
|
|
1663
1654
|
|
|
1664
|
-
declare type
|
|
1655
|
+
declare type Props_17 = {
|
|
1665
1656
|
children: ReactNode;
|
|
1666
1657
|
stylesConfigEntry: {
|
|
1667
1658
|
[key: string]: any;
|
|
1668
1659
|
};
|
|
1669
1660
|
};
|
|
1670
1661
|
|
|
1671
|
-
declare type
|
|
1662
|
+
declare type Props_18 = {
|
|
1672
1663
|
component: string;
|
|
1673
1664
|
data: any;
|
|
1674
1665
|
banners: BannerResponse[];
|
|
1675
1666
|
rightOnlyBanner?: boolean;
|
|
1676
1667
|
};
|
|
1677
1668
|
|
|
1678
|
-
declare type
|
|
1679
|
-
id?: string;
|
|
1680
|
-
dimensionValues?: {
|
|
1681
|
-
[key: string]: string;
|
|
1682
|
-
};
|
|
1683
|
-
};
|
|
1684
|
-
|
|
1685
|
-
declare type Props_20 = {
|
|
1669
|
+
declare type Props_19 = {
|
|
1686
1670
|
slots: any;
|
|
1687
1671
|
DYNAMIC_SLOT_SUBINDEXES: number;
|
|
1688
1672
|
stylesConfig: ConfigDynamic;
|
|
@@ -1692,51 +1676,58 @@ declare type Props_20 = {
|
|
|
1692
1676
|
showTagBySection?: boolean;
|
|
1693
1677
|
};
|
|
1694
1678
|
|
|
1695
|
-
declare type
|
|
1679
|
+
declare type Props_2 = {
|
|
1680
|
+
id?: string;
|
|
1681
|
+
dimensionValues?: {
|
|
1682
|
+
[key: string]: string;
|
|
1683
|
+
};
|
|
1684
|
+
};
|
|
1685
|
+
|
|
1686
|
+
declare type Props_20 = {
|
|
1696
1687
|
mainBlock: any;
|
|
1697
1688
|
StylesConfigMain: ConfigMain;
|
|
1698
1689
|
config: Config;
|
|
1699
1690
|
banners: BannerResponse[];
|
|
1700
1691
|
};
|
|
1701
1692
|
|
|
1702
|
-
declare type
|
|
1693
|
+
declare type Props_21 = {
|
|
1703
1694
|
place: string;
|
|
1704
1695
|
};
|
|
1705
1696
|
|
|
1706
|
-
declare type
|
|
1697
|
+
declare type Props_22 = {
|
|
1707
1698
|
children: ReactNode;
|
|
1708
1699
|
desktopWidth?: string;
|
|
1709
1700
|
className?: string;
|
|
1710
1701
|
};
|
|
1711
1702
|
|
|
1712
|
-
declare type
|
|
1703
|
+
declare type Props_23 = {
|
|
1713
1704
|
children: ReactNode;
|
|
1714
1705
|
show: boolean;
|
|
1715
1706
|
order?: number;
|
|
1716
1707
|
};
|
|
1717
1708
|
|
|
1718
|
-
declare type
|
|
1709
|
+
declare type Props_24 = {
|
|
1719
1710
|
children: ReactNode;
|
|
1720
1711
|
};
|
|
1721
1712
|
|
|
1722
|
-
declare type
|
|
1713
|
+
declare type Props_25 = {
|
|
1723
1714
|
banners: Array<BannerResponse>;
|
|
1724
1715
|
index: string | number;
|
|
1725
1716
|
};
|
|
1726
1717
|
|
|
1727
|
-
declare type
|
|
1718
|
+
declare type Props_26 = {
|
|
1728
1719
|
banners: Array<BannerResponse>;
|
|
1729
1720
|
name: string;
|
|
1730
1721
|
};
|
|
1731
1722
|
|
|
1732
|
-
declare type
|
|
1723
|
+
declare type Props_27 = {
|
|
1733
1724
|
title?: string;
|
|
1734
1725
|
content: Array<NewListResponseData>;
|
|
1735
1726
|
customNewsDescriptionStyles?: CSSProperties;
|
|
1736
1727
|
paths: RoutePathConfig;
|
|
1737
1728
|
};
|
|
1738
1729
|
|
|
1739
|
-
declare type
|
|
1730
|
+
declare type Props_28 = {
|
|
1740
1731
|
title: string;
|
|
1741
1732
|
sibtitle: string;
|
|
1742
1733
|
image: ReactNode;
|
|
@@ -1747,6 +1738,13 @@ declare type Props_29 = {
|
|
|
1747
1738
|
submitFunction: any;
|
|
1748
1739
|
};
|
|
1749
1740
|
|
|
1741
|
+
declare type Props_29 = {
|
|
1742
|
+
title: string;
|
|
1743
|
+
sibtitle: string;
|
|
1744
|
+
image: ReactNode;
|
|
1745
|
+
texts: textsType;
|
|
1746
|
+
};
|
|
1747
|
+
|
|
1750
1748
|
declare type Props_3 = {
|
|
1751
1749
|
AssetsPrefix: string | Record<string, string>;
|
|
1752
1750
|
AssetsPath: string;
|
|
@@ -1754,18 +1752,11 @@ declare type Props_3 = {
|
|
|
1754
1752
|
};
|
|
1755
1753
|
|
|
1756
1754
|
declare type Props_30 = {
|
|
1757
|
-
title: string;
|
|
1758
|
-
sibtitle: string;
|
|
1759
|
-
image: ReactNode;
|
|
1760
|
-
texts: textsType;
|
|
1761
|
-
};
|
|
1762
|
-
|
|
1763
|
-
declare type Props_31 = {
|
|
1764
1755
|
whatsappLink: string;
|
|
1765
1756
|
terms: string;
|
|
1766
1757
|
};
|
|
1767
1758
|
|
|
1768
|
-
declare type
|
|
1759
|
+
declare type Props_31 = {
|
|
1769
1760
|
socials: any;
|
|
1770
1761
|
socialNetworks: any;
|
|
1771
1762
|
freeZone: Array<MenuResponse>;
|
|
@@ -1775,17 +1766,17 @@ declare type Props_32 = {
|
|
|
1775
1766
|
customBlock?: ReactNode;
|
|
1776
1767
|
};
|
|
1777
1768
|
|
|
1778
|
-
declare type
|
|
1769
|
+
declare type Props_32 = {
|
|
1779
1770
|
noteShare?: NoteShare;
|
|
1780
1771
|
url?: string;
|
|
1781
1772
|
};
|
|
1782
1773
|
|
|
1783
|
-
declare type
|
|
1774
|
+
declare type Props_33 = {
|
|
1784
1775
|
video: VideoResponseData;
|
|
1785
1776
|
type: string;
|
|
1786
1777
|
};
|
|
1787
1778
|
|
|
1788
|
-
declare type
|
|
1779
|
+
declare type Props_34 = {
|
|
1789
1780
|
currentPage: number;
|
|
1790
1781
|
showNext: boolean;
|
|
1791
1782
|
maxPages: number;
|
|
@@ -1796,19 +1787,19 @@ declare type Props_35 = {
|
|
|
1796
1787
|
};
|
|
1797
1788
|
};
|
|
1798
1789
|
|
|
1799
|
-
declare type
|
|
1790
|
+
declare type Props_35 = {
|
|
1800
1791
|
children: ReactNode;
|
|
1801
1792
|
paginatorComponent?: ReactNode;
|
|
1802
1793
|
grid?: 3 | 4;
|
|
1803
1794
|
className?: string;
|
|
1804
1795
|
};
|
|
1805
1796
|
|
|
1806
|
-
declare type
|
|
1797
|
+
declare type Props_36 = {
|
|
1807
1798
|
children: ReactNode;
|
|
1808
1799
|
className?: string;
|
|
1809
1800
|
};
|
|
1810
1801
|
|
|
1811
|
-
declare type
|
|
1802
|
+
declare type Props_37 = {
|
|
1812
1803
|
title: string;
|
|
1813
1804
|
description: string;
|
|
1814
1805
|
buttonText?: string;
|
|
@@ -1816,10 +1807,15 @@ declare type Props_38 = {
|
|
|
1816
1807
|
backgroundImgURL?: string;
|
|
1817
1808
|
};
|
|
1818
1809
|
|
|
1819
|
-
declare type
|
|
1810
|
+
declare type Props_38 = {
|
|
1820
1811
|
label: string;
|
|
1821
1812
|
} & InputHTMLAttributes<HTMLInputElement>;
|
|
1822
1813
|
|
|
1814
|
+
declare type Props_39 = {
|
|
1815
|
+
label: string;
|
|
1816
|
+
options: Array<SelectItem>;
|
|
1817
|
+
} & InputHTMLAttributes<HTMLSelectElement>;
|
|
1818
|
+
|
|
1823
1819
|
declare type Props_4 = {
|
|
1824
1820
|
axiosApi: AxiosInstance;
|
|
1825
1821
|
banners: BannerResponse[];
|
|
@@ -1850,36 +1846,31 @@ declare type Props_4 = {
|
|
|
1850
1846
|
head_custom_elements?: any;
|
|
1851
1847
|
};
|
|
1852
1848
|
|
|
1853
|
-
declare
|
|
1854
|
-
label: string;
|
|
1855
|
-
options: Array<SelectItem>;
|
|
1856
|
-
} & InputHTMLAttributes<HTMLSelectElement>;
|
|
1857
|
-
|
|
1858
|
-
declare interface Props_41 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
|
|
1849
|
+
declare interface Props_40 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
|
|
1859
1850
|
label: string;
|
|
1860
1851
|
}
|
|
1861
1852
|
|
|
1862
|
-
declare type
|
|
1853
|
+
declare type Props_41 = {
|
|
1863
1854
|
fontSizeSubTitle?: string;
|
|
1864
1855
|
lineHeightSubTitle?: string;
|
|
1865
1856
|
} & NewListResponseData;
|
|
1866
1857
|
|
|
1867
|
-
declare type
|
|
1858
|
+
declare type Props_42 = {
|
|
1868
1859
|
itemList: Array<ItemList>;
|
|
1869
1860
|
};
|
|
1870
1861
|
|
|
1871
|
-
declare type
|
|
1862
|
+
declare type Props_43 = {
|
|
1872
1863
|
autor: AutorInfo;
|
|
1873
1864
|
autorIcon: any;
|
|
1874
1865
|
className?: string;
|
|
1875
1866
|
};
|
|
1876
1867
|
|
|
1877
|
-
declare type
|
|
1868
|
+
declare type Props_44 = {
|
|
1878
1869
|
autor: AutorInfo;
|
|
1879
1870
|
autorIcon: any;
|
|
1880
1871
|
};
|
|
1881
1872
|
|
|
1882
|
-
declare type
|
|
1873
|
+
declare type Props_45 = {
|
|
1883
1874
|
children: ReactNode;
|
|
1884
1875
|
banner: ReactNode;
|
|
1885
1876
|
bannerTop: ReactNode;
|
|
@@ -1888,7 +1879,7 @@ declare type Props_46 = {
|
|
|
1888
1879
|
paths: RoutePathConfig;
|
|
1889
1880
|
};
|
|
1890
1881
|
|
|
1891
|
-
declare type
|
|
1882
|
+
declare type Props_46 = {
|
|
1892
1883
|
video: VideoResponseData;
|
|
1893
1884
|
videoList: Array<VideoResponseData>;
|
|
1894
1885
|
type: string;
|
|
@@ -1904,7 +1895,7 @@ declare type Props_47 = {
|
|
|
1904
1895
|
relatedName?: string;
|
|
1905
1896
|
};
|
|
1906
1897
|
|
|
1907
|
-
declare interface
|
|
1898
|
+
declare interface Props_47 {
|
|
1908
1899
|
autor: AutorInfo;
|
|
1909
1900
|
autorIcon: any;
|
|
1910
1901
|
texts: {
|
|
@@ -1913,13 +1904,20 @@ declare interface Props_48 {
|
|
|
1913
1904
|
paths: RoutePathConfig;
|
|
1914
1905
|
}
|
|
1915
1906
|
|
|
1916
|
-
declare type
|
|
1907
|
+
declare type Props_48 = {
|
|
1917
1908
|
news: NewListResponseData;
|
|
1918
1909
|
autorIcon: ReactNode;
|
|
1919
1910
|
texts: textsType;
|
|
1920
1911
|
paths: RoutePathConfig;
|
|
1921
1912
|
};
|
|
1922
1913
|
|
|
1914
|
+
declare type Props_49 = {
|
|
1915
|
+
tag: string;
|
|
1916
|
+
description: string;
|
|
1917
|
+
img: string;
|
|
1918
|
+
className?: string;
|
|
1919
|
+
};
|
|
1920
|
+
|
|
1923
1921
|
declare type Props_5 = {
|
|
1924
1922
|
children: ReactNode;
|
|
1925
1923
|
defaultRouteName: MetadataDefaultsKeys;
|
|
@@ -1977,7 +1975,7 @@ declare type Props_9 = {
|
|
|
1977
1975
|
data: FreeZoneResponse[];
|
|
1978
1976
|
};
|
|
1979
1977
|
|
|
1980
|
-
export declare const Readest: FC<
|
|
1978
|
+
export declare const Readest: FC<Props_27>;
|
|
1981
1979
|
|
|
1982
1980
|
declare interface Related {
|
|
1983
1981
|
automatic: boolean;
|
|
@@ -2046,9 +2044,9 @@ export declare interface RoutePathConfig {
|
|
|
2046
2044
|
'ultimas-noticias': string | 'ultimas-noticias';
|
|
2047
2045
|
}
|
|
2048
2046
|
|
|
2049
|
-
export declare function ScriptHydrator({ containerId, containerId2 }:
|
|
2047
|
+
export declare function ScriptHydrator({ containerId, containerId2 }: Props_15): null;
|
|
2050
2048
|
|
|
2051
|
-
export declare const SearchSection: FC<
|
|
2049
|
+
export declare const SearchSection: FC<Props_11>;
|
|
2052
2050
|
|
|
2053
2051
|
export declare const Section: ForwardRefExoticComponent<SectionProps & RefAttributes<HTMLDivElement>>;
|
|
2054
2052
|
|
|
@@ -2104,7 +2102,7 @@ declare interface SectionCardProps_2 extends Omit<NewsDescriptionProps, 'preview
|
|
|
2104
2102
|
heightImageOverwrite?: string;
|
|
2105
2103
|
}
|
|
2106
2104
|
|
|
2107
|
-
export declare const SectionCardServerComponent: FC<
|
|
2105
|
+
export declare const SectionCardServerComponent: FC<Props_14>;
|
|
2108
2106
|
|
|
2109
2107
|
declare interface SectionCSS {
|
|
2110
2108
|
'--section-title-color'?: string;
|
|
@@ -2149,9 +2147,9 @@ declare type SelectItem = {
|
|
|
2149
2147
|
value: string | number;
|
|
2150
2148
|
};
|
|
2151
2149
|
|
|
2152
|
-
export declare function shareButtons({ noteShare }:
|
|
2150
|
+
export declare function shareButtons({ noteShare }: Props_32): JSX.Element | null;
|
|
2153
2151
|
|
|
2154
|
-
export declare const ShowSection: FC<
|
|
2152
|
+
export declare const ShowSection: FC<Props_23>;
|
|
2155
2153
|
|
|
2156
2154
|
declare interface Size {
|
|
2157
2155
|
size: string;
|
|
@@ -2239,13 +2237,13 @@ export declare const speculationRulesHome: {
|
|
|
2239
2237
|
}[];
|
|
2240
2238
|
};
|
|
2241
2239
|
|
|
2242
|
-
export declare function StaticSlotWrapper({ children, stylesConfigEntry, }:
|
|
2240
|
+
export declare function StaticSlotWrapper({ children, stylesConfigEntry, }: Props_17): JSX.Element;
|
|
2243
2241
|
|
|
2244
|
-
export declare const SubscribeColumn: (props:
|
|
2242
|
+
export declare const SubscribeColumn: (props: Props_28) => JSX.Element;
|
|
2245
2243
|
|
|
2246
|
-
export declare const SubscribeRow: FC<
|
|
2244
|
+
export declare const SubscribeRow: FC<Props_29>;
|
|
2247
2245
|
|
|
2248
|
-
export declare const SubscribeWhatsAppColumn: FC<
|
|
2246
|
+
export declare const SubscribeWhatsAppColumn: FC<Props_30>;
|
|
2249
2247
|
|
|
2250
2248
|
declare interface Subtitle {
|
|
2251
2249
|
rendered: string;
|
|
@@ -2286,7 +2284,7 @@ export declare interface Tag {
|
|
|
2286
2284
|
info: boolean;
|
|
2287
2285
|
}
|
|
2288
2286
|
|
|
2289
|
-
export declare const
|
|
2287
|
+
export declare const TagHeader: FC<Props_49>;
|
|
2290
2288
|
|
|
2291
2289
|
export declare const TagSection: FC<TagSectionProps>;
|
|
2292
2290
|
|
|
@@ -2315,7 +2313,7 @@ export declare type textsType = {
|
|
|
2315
2313
|
[key: string]: string;
|
|
2316
2314
|
};
|
|
2317
2315
|
|
|
2318
|
-
export declare const TimeLine: FC<
|
|
2316
|
+
export declare const TimeLine: FC<Props_42>;
|
|
2319
2317
|
|
|
2320
2318
|
declare interface Title {
|
|
2321
2319
|
home: string;
|
|
@@ -2362,9 +2360,9 @@ export declare const verifyCaptchaTokenEnterprise: ({ token, projectId, captchaK
|
|
|
2362
2360
|
captchaAction: captchaActionType;
|
|
2363
2361
|
}) => Promise<number>;
|
|
2364
2362
|
|
|
2365
|
-
export declare const VideoBlock3: FC<
|
|
2363
|
+
export declare const VideoBlock3: FC<Props_33>;
|
|
2366
2364
|
|
|
2367
|
-
export declare const VideoBlock4: FC<
|
|
2365
|
+
export declare const VideoBlock4: FC<Props_46>;
|
|
2368
2366
|
|
|
2369
2367
|
export declare const VideoEmbeddedHeader: ({ newsformated, internal, commonServices, }: {
|
|
2370
2368
|
newsformated: NewListResponseData;
|
|
@@ -2427,7 +2425,7 @@ declare interface VideoSchemasProps {
|
|
|
2427
2425
|
axiosApi: AxiosInstance;
|
|
2428
2426
|
}
|
|
2429
2427
|
|
|
2430
|
-
export declare const VideoSection: FC<
|
|
2428
|
+
export declare const VideoSection: FC<Props_13>;
|
|
2431
2429
|
|
|
2432
2430
|
export declare const VideosSchemas: ({ realPath, config, axiosApi }: VideoSchemasProps) => Promise<JSX.Element | null | undefined>;
|
|
2433
2431
|
|