pds-dev-kit-web 1.9.0-beta.3 → 1.9.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +14 -0
- package/dist/src/common/assets/icons/fill/ArrowDown.js +1 -1
- package/dist/src/common/assets/icons/fill/ArrowUp.js +1 -1
- package/dist/src/common/services/i18n/resources/en.json +4625 -1466
- package/dist/src/common/services/i18n/resources/es.json +6082 -2923
- package/dist/src/common/services/i18n/resources/index.d.ts +18961 -7
- package/dist/src/common/services/i18n/resources/index.js +2 -2
- package/dist/src/common/services/i18n/resources/jp.json +6091 -2932
- package/dist/src/common/services/i18n/resources/ko.json +3353 -194
- package/dist/src/common/services/i18n/resources/zh-tw.json +4000 -841
- package/dist/src/common/services/i18n/resources/zh-zh.json +6844 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +9 -2
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +9 -2
- package/dist/src/common/styles/colorSet/SemanticColor.json +5 -1
- package/dist/src/common/styles/colorSet/UIColor.json +15 -3
- package/dist/src/common/styles/colorSet/index.d.ts +32 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +12 -0
- package/dist/src/common/styles/movement/animationStyle.d.ts +8 -0
- package/dist/src/common/styles/movement/animationStyle.js +18 -0
- package/dist/src/common/styles/movement/keyframes.d.ts +14 -0
- package/dist/src/common/styles/movement/keyframes.js +23 -0
- package/dist/src/common/styles/movement/transitionStyle.d.ts +3 -0
- package/dist/src/common/styles/movement/transitionStyle.js +12 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +4 -3
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +5 -4
- package/dist/src/desktop/components/Dropdown/Dropdown.js +34 -3
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +15 -4
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +5 -4
- package/dist/src/desktop/components/IconButton/IconButton.js +7 -6
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +4 -3
- package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
- package/dist/src/desktop/components/MainButton/MainButton.js +129 -41
- package/dist/src/desktop/components/ReactionButton/ReactionButton.js +5 -1
- package/dist/src/desktop/components/Select/Select.js +29 -2
- package/dist/src/desktop/components/TextButton/TextButton.js +3 -2
- package/dist/src/desktop/components/TextField/TextField.js +35 -4
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +7 -6
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +141 -49
- package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
- package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +3 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +2 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +2 -2
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +35 -18
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +8 -7
- package/dist/src/mobile/components/Dropdown/Dropdown.js +21 -3
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.js +4 -3
- package/dist/src/mobile/components/IconButton/IconButton.js +6 -5
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +3 -2
- package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
- package/dist/src/mobile/components/MainButton/MainButton.js +122 -37
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +5 -4
- package/dist/src/mobile/components/Select/Select.js +18 -2
- package/dist/src/mobile/components/TextButton/TextButton.js +2 -1
- package/dist/src/mobile/components/TextField/TextField.js +22 -4
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +6 -5
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +134 -42
- package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
- package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +3 -2
- package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +5 -4
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +2 -2
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +2 -2
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.d.ts +6 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +23 -8
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
- package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
- package/dist/src/sub/DynamicLayout/types.d.ts +2 -1
- package/dist/storybook-static/{0.73af3e66.iframe.bundle.d.ts → 0.2023c95c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.73af3e66.iframe.bundle.js → 0.2023c95c.iframe.bundle.js} +8 -8
- package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.d.ts → 4.d1de0501.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.js → 4.d1de0501.iframe.bundle.js} +71 -71
- package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.d.ts → 5.2f192ddf.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.js → 5.2f192ddf.iframe.bundle.js} +13 -13
- package/dist/storybook-static/{6.e668ed7b.iframe.bundle.d.ts → 6.62fc7663.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.e668ed7b.iframe.bundle.js → 6.62fc7663.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.9af8f518.iframe.bundle.d.ts → 7.3518bf24.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.9af8f518.iframe.bundle.js → 7.3518bf24.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.d.ts → main.bea0ee46.iframe.bundle.d.ts} +740 -860
- package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.js → main.bea0ee46.iframe.bundle.js} +1343 -1112
- package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.d.ts → runtime~main.54fba058.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.js → runtime~main.54fba058.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.d.ts → vendors~main.dd7c8d3f.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.js → vendors~main.dd7c8d3f.iframe.bundle.js} +829 -829
- package/package.json +1 -1
- package/release-note.md +91 -10
- package/dist/src/common/services/i18n/resources/zh-cn.json +0 -3685
package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.d.ts → main.bea0ee46.iframe.bundle.d.ts}
RENAMED
|
@@ -2,7 +2,7 @@ export = webpackContext;
|
|
|
2
2
|
export = webpackContext;
|
|
3
3
|
declare function webpackContext(req: any): any;
|
|
4
4
|
declare namespace webpackContext {
|
|
5
|
-
export { keys, webpackContextResolve as resolve, id, __esModule, Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch, CircularProgress, Form, ThreeBarProgress, TextLabel, Section, sectionContext, dynamicLayoutContext, IconButton, Item, withFormProvider, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav,
|
|
5
|
+
export { keys, webpackContextResolve as resolve, id, __esModule, Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch, CircularProgress, Form, ThreeBarProgress, TextLabel, AdminListItemTransition, InputTransition, ButtonTransition, Section, sectionContext, dynamicLayoutContext, IconButton, Item, withFormProvider, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_SectionSheet, OverlayBorders as default, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, ContextMenu, MainButton, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, themeByGivenTone, AdminList, AdminListHeader, AdminListItem, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, ImageSlide, LottieReactionButton, PageTitleTextGroup, Radio, ReactionButton, Select, StatusBlock, TextButton, TextField, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopSideTab, UserDesktopTabBar, dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni, BasePathContext, samplePageIntroSection, samplePageContentsCarouselSection, samplePageIntroSection2, samplePageContentsSection, samplePageInfoBoxSection, samplePageIntroSection3, samplePageFooterSection, samplePage, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, NavigationContainer, TabContainer, parameters, globalTypes, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, SectionMatcher, ContentsCarouselSection, ContentsSection, FooterSection, InfoBoxSection, IntroSection, ToggleTone, StepContainer, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, WFL, PageMenu, WizardPageMenu, TabMenu, LeftSubMenu, Step, WHA, WHB, WHC, WHD, WHE, PrimaryGlobalMenu, SecondaryGlobalMenu, WSA, WSB, WSC, WSD, WSE, WSF, WSG, WSH, GlobalMenu, WTA, WTB, WTC, WTD, WTE, WTF, WTG, WTH, WTI, WTJ, WTK, WTL, WTM, WTN, WTO, WTP, WTQ, WTS, WTT, WTU, TopPageMenu, LeftPageMenu, Popup, PopupProvider, iconStateColors, iconThemeColorLineColors, fadeIn, fadeOut, glow, scaleUp, scaleDown, scaleUpIncludeTranslate, scaleDownIncludeTranslate, gelatine, scaleBounceIn, scaleBounceIn02, scaleBounceInIncludeTranslate, scaleBounceOutIncludeTranslate, scaleBounceInIncludeTranslate02, scaleBounceOutIncludeTranslate02, BrandLogo, PrimaryMenu, SecondaryMenu, UserProfile, ContextMenuNavs, ContextMenuItemNav, defaultValue, TEMPLATES_DATA, textStyles, textThemeColorLines, iconFillTypeColors, iconStyleThemeColors, iconColorThemeLineColors, AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopHeadlessModal, SectionSheet, Single, Multi, Auto, readOnly, disabled, Low, Medium, High, Empty, TextFieldType, SelectType, SwitchType, MixType, DefaultBasicList, Image, Badge, Validate, MultiState, MultiRows, AutoState, AutoRows, TitleOnly, WithDescription, WithContent, Both, DefaultCardList, MultiCardList, Grey01, Primary, LongText, SellerTail, Seller, SubscriberTail, Subscriber, MyTail, My, WithImage, AllVariation, AllIcon, WithChatBubbleListItem, CategoryChoice, FilterSingle, FilterMulti, Removable, Label, Time, Information, DefaultContextMenu, ListContextMenu, DefaultContextMenuItem, TitleDefault, IconDefault, tBtn3TextDefault, StackDefault, LeftBtnDesktopHeaderBar, RightBtnDesktopHeaderBar, ComplexBtnDesktopHeaderBar, MainDefault, SubDefault, ContentDefault, LeftIconButton, OverrideUserProfile, ColorThemeTransparent, SingleSize, SingleState, SinglePreventBlankMode, SingleValidation, MultiSizeOnlyLarge, MultiValidation, AutoSizeOnlyLarge, AutoValidation, TextFieldForm, MultiTextFieldForm, EditApply_textfieldForm, DropdownForm, TextStringType, EditButton, List, Disabled, TextType, CountTypeFormatting, CountTypeNonFormatting, OnlyHintText, OnlyDefaultValue, HintAndDefaultValue, NoHintNoDefaultValue, All, SingleSizeIcon, SingleStateIcon, SingleColorTheme, TransparentColorTheme, ShortText, LongTextWithLineBreakTab, TextDefault, CenterNoneDefault, WFA_1, WFA_2, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFE_3, WFE_4, WFF_1, WFG_1, WFG_2, WFG_3, WFG_4, WFG_5, WFG_6, WFH_1, WFI_1, WFI_2, WFI_3, WFI_4, WFI_5, WFI_6, WFJ_1, WFK_1, WFL_1, WHA_1, WHB_1, WHB_2, WHB_3, WHB_4, WHB_5, WHB_6, WHC_1, WHD_1, WHD_2, WHD_3, WHD_4, WHD_5, WHD_6, WHE_1, WHE_2, WSA_1, WSB_1, WSB_2, WSC_1, WSD_1, WSE_1, WSF_1, WSF_2, WSF_3, WSF_4, WSF_5, WSF_6, WSF_7, WSG_1, WSG_2, WSG_3, WSG_4, WSG_5, WSH_1, WTA_1, WTA_2, WTA_3, WTB_1, WTC_1, WTD_1, WTD_2, WTD_3, WTD_4, WTD_5, WTD_6, WTE_1, WTF_1, WTF_2, WTF_3, WTF_4, WTF_5, WTF_6, WTG_1, WTH_1, WTH_2, WTH_3, WTI_1, WTI_2, WTJ_1, WTK_1, WTK_2, WTK_3, WTK_4, WTL_1, WTM_1, WTM_2, WTM_3, WTN_1, WTN_2, WTN_3, WTO_1, WTP_1, WTQ_1, WTS_1, WTS_2, WTT_1, WTT_2, WTU_1, UseCase1MoreInformation, UseCase1Community, UseCase2Thumbnail, BodyScrollDefault, BodyOverflowVisible, imageMainButtonCase, imageFocusCase, imageHeaderCase, imageHeaderFixedCase, UseCase1PostsSettingSection, AllLineIcon, AllFillIcon, LineIcon, FillIcon, AutoWidthResponsive, AutoWidth300, AutoWidth300NoImage400, AutoHeightResponsive, AutoHeight300, AutoHeight300NoImage400, AutoWidth300Height500, RatioResponsive, Ratio300, MultiAutoHeight, MultiAutoWidth, AllLottieIcon, OneLottieIcon, IconLongTextDefault, Profile, CaptionText, MFA_1, MFB_1, MFB_2, MFC_1, MFD_1, MFE_1, MFE_2, MFA, MFB, MFC, MFD, MFE, MMA_1, MMB_1, MMA, MMB, Navigation, MPA_1, MPB_1, MPC_1, MPC_2, MPD_1, MPE_1, MPF_1, MPF_2, MPA, MPB, MPC, MPD, MPE, MPF, Tab, MSA_1, MSA_2, MSB_1, MSC_1, MSC_2, MSD_1, MSE_1, MSF_1, MSF_2, MSG_1, MSH_1, MSA, MSB, MSC, MSD, MSE, MSF, MSG, MSH, TwoButton, ContentTextScrollDefault, Sample, EditModeSectionMatcher, YouTubeIframe, TemplateA, TemplateB, D_TemplateA, Carousel, SectionTitle, SectionDescription, SectionImage, SectionButton, M_TemplateA, D_TemplateB, M_TemplateB, TemplateC, TemplateD, D_TemplateC, M_TemplateC, D_TemplateD, M_TemplateD, useLazyUnmount, TemplateA_desktop, TemplateA_mobile, TemplateB_desktop, TemplateB_mobile, TemplateC_desktop, TemplateC_mobile, TemplateD_desktop, TemplateD_mobile };
|
|
6
6
|
}
|
|
7
7
|
declare function keys(): string[];
|
|
8
8
|
declare function webpackContextResolve(req: any): any;
|
|
@@ -19,6 +19,9 @@ declare var CircularProgress: any;
|
|
|
19
19
|
declare var Form: any;
|
|
20
20
|
declare var ThreeBarProgress: any;
|
|
21
21
|
declare var TextLabel: any;
|
|
22
|
+
declare var AdminListItemTransition: any;
|
|
23
|
+
declare var InputTransition: any;
|
|
24
|
+
declare var ButtonTransition: any;
|
|
22
25
|
declare var Section: any;
|
|
23
26
|
declare var sectionContext: any;
|
|
24
27
|
declare var dynamicLayoutContext: any;
|
|
@@ -40,178 +43,6 @@ declare var NavLink: any;
|
|
|
40
43
|
declare var Navs: any;
|
|
41
44
|
declare var ContextTextLabelNav: any;
|
|
42
45
|
declare var TextLabelNav: any;
|
|
43
|
-
declare function IntroSection(_a: any): any;
|
|
44
|
-
declare namespace IntroSection {
|
|
45
|
-
const displayName_2: string;
|
|
46
|
-
export { displayName_2 as displayName };
|
|
47
|
-
export namespace __docgenInfo_1 {
|
|
48
|
-
const description_1: string;
|
|
49
|
-
export { description_1 as description };
|
|
50
|
-
const displayName_3: string;
|
|
51
|
-
export { displayName_3 as displayName };
|
|
52
|
-
export namespace props_1 {
|
|
53
|
-
namespace id {
|
|
54
|
-
export const defaultValue: null;
|
|
55
|
-
const description_2: string;
|
|
56
|
-
export { description_2 as description };
|
|
57
|
-
export const name: string;
|
|
58
|
-
export const required: boolean;
|
|
59
|
-
export namespace type {
|
|
60
|
-
const name_1: string;
|
|
61
|
-
export { name_1 as name };
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
namespace display {
|
|
65
|
-
const defaultValue_1: null;
|
|
66
|
-
export { defaultValue_1 as defaultValue };
|
|
67
|
-
const description_3: string;
|
|
68
|
-
export { description_3 as description };
|
|
69
|
-
const name_2: string;
|
|
70
|
-
export { name_2 as name };
|
|
71
|
-
const required_1: boolean;
|
|
72
|
-
export { required_1 as required };
|
|
73
|
-
export namespace type_1 {
|
|
74
|
-
const name_3: string;
|
|
75
|
-
export { name_3 as name };
|
|
76
|
-
}
|
|
77
|
-
export { type_1 as type };
|
|
78
|
-
}
|
|
79
|
-
namespace order {
|
|
80
|
-
const defaultValue_2: null;
|
|
81
|
-
export { defaultValue_2 as defaultValue };
|
|
82
|
-
const description_4: string;
|
|
83
|
-
export { description_4 as description };
|
|
84
|
-
const name_4: string;
|
|
85
|
-
export { name_4 as name };
|
|
86
|
-
const required_2: boolean;
|
|
87
|
-
export { required_2 as required };
|
|
88
|
-
export namespace type_2 {
|
|
89
|
-
const name_5: string;
|
|
90
|
-
export { name_5 as name };
|
|
91
|
-
}
|
|
92
|
-
export { type_2 as type };
|
|
93
|
-
}
|
|
94
|
-
namespace manifest {
|
|
95
|
-
const defaultValue_3: null;
|
|
96
|
-
export { defaultValue_3 as defaultValue };
|
|
97
|
-
const description_5: string;
|
|
98
|
-
export { description_5 as description };
|
|
99
|
-
const name_6: string;
|
|
100
|
-
export { name_6 as name };
|
|
101
|
-
const required_3: boolean;
|
|
102
|
-
export { required_3 as required };
|
|
103
|
-
export namespace type_3 {
|
|
104
|
-
const name_7: string;
|
|
105
|
-
export { name_7 as name };
|
|
106
|
-
}
|
|
107
|
-
export { type_3 as type };
|
|
108
|
-
}
|
|
109
|
-
namespace template {
|
|
110
|
-
const defaultValue_4: null;
|
|
111
|
-
export { defaultValue_4 as defaultValue };
|
|
112
|
-
const description_6: string;
|
|
113
|
-
export { description_6 as description };
|
|
114
|
-
const name_8: string;
|
|
115
|
-
export { name_8 as name };
|
|
116
|
-
const required_4: boolean;
|
|
117
|
-
export { required_4 as required };
|
|
118
|
-
export namespace type_4 {
|
|
119
|
-
const name_9: string;
|
|
120
|
-
export { name_9 as name };
|
|
121
|
-
export const value: {
|
|
122
|
-
value: string;
|
|
123
|
-
}[];
|
|
124
|
-
}
|
|
125
|
-
export { type_4 as type };
|
|
126
|
-
}
|
|
127
|
-
namespace properties {
|
|
128
|
-
const defaultValue_5: null;
|
|
129
|
-
export { defaultValue_5 as defaultValue };
|
|
130
|
-
const description_7: string;
|
|
131
|
-
export { description_7 as description };
|
|
132
|
-
const name_10: string;
|
|
133
|
-
export { name_10 as name };
|
|
134
|
-
const required_5: boolean;
|
|
135
|
-
export { required_5 as required };
|
|
136
|
-
export namespace type_5 {
|
|
137
|
-
const name_11: string;
|
|
138
|
-
export { name_11 as name };
|
|
139
|
-
}
|
|
140
|
-
export { type_5 as type };
|
|
141
|
-
}
|
|
142
|
-
namespace styles {
|
|
143
|
-
const defaultValue_6: null;
|
|
144
|
-
export { defaultValue_6 as defaultValue };
|
|
145
|
-
const description_8: string;
|
|
146
|
-
export { description_8 as description };
|
|
147
|
-
const name_12: string;
|
|
148
|
-
export { name_12 as name };
|
|
149
|
-
const required_6: boolean;
|
|
150
|
-
export { required_6 as required };
|
|
151
|
-
export namespace type_6 {
|
|
152
|
-
const name_13: string;
|
|
153
|
-
export { name_13 as name };
|
|
154
|
-
}
|
|
155
|
-
export { type_6 as type };
|
|
156
|
-
}
|
|
157
|
-
namespace dynamicLayoutSectionItems {
|
|
158
|
-
const defaultValue_7: null;
|
|
159
|
-
export { defaultValue_7 as defaultValue };
|
|
160
|
-
const description_9: string;
|
|
161
|
-
export { description_9 as description };
|
|
162
|
-
const name_14: string;
|
|
163
|
-
export { name_14 as name };
|
|
164
|
-
const required_7: boolean;
|
|
165
|
-
export { required_7 as required };
|
|
166
|
-
export namespace type_7 {
|
|
167
|
-
const name_15: string;
|
|
168
|
-
export { name_15 as name };
|
|
169
|
-
}
|
|
170
|
-
export { type_7 as type };
|
|
171
|
-
}
|
|
172
|
-
namespace insertedAt {
|
|
173
|
-
const defaultValue_8: null;
|
|
174
|
-
export { defaultValue_8 as defaultValue };
|
|
175
|
-
const description_10: string;
|
|
176
|
-
export { description_10 as description };
|
|
177
|
-
const name_16: string;
|
|
178
|
-
export { name_16 as name };
|
|
179
|
-
const required_8: boolean;
|
|
180
|
-
export { required_8 as required };
|
|
181
|
-
export namespace type_8 {
|
|
182
|
-
const name_17: string;
|
|
183
|
-
export { name_17 as name };
|
|
184
|
-
}
|
|
185
|
-
export { type_8 as type };
|
|
186
|
-
}
|
|
187
|
-
namespace updatedAt {
|
|
188
|
-
const defaultValue_9: null;
|
|
189
|
-
export { defaultValue_9 as defaultValue };
|
|
190
|
-
const description_11: string;
|
|
191
|
-
export { description_11 as description };
|
|
192
|
-
const name_18: string;
|
|
193
|
-
export { name_18 as name };
|
|
194
|
-
const required_9: boolean;
|
|
195
|
-
export { required_9 as required };
|
|
196
|
-
export namespace type_9 {
|
|
197
|
-
const name_19: string;
|
|
198
|
-
export { name_19 as name };
|
|
199
|
-
}
|
|
200
|
-
export { type_9 as type };
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
export { props_1 as props };
|
|
204
|
-
}
|
|
205
|
-
export { __docgenInfo_1 as __docgenInfo };
|
|
206
|
-
}
|
|
207
|
-
declare var D_MainButton: any;
|
|
208
|
-
declare var D_TextLabel: any;
|
|
209
|
-
declare var D_TextButton: any;
|
|
210
|
-
declare var D_IconButton: any;
|
|
211
|
-
declare var M_MainButton: any;
|
|
212
|
-
declare var M_TextLabel: any;
|
|
213
|
-
declare var M_TextButton: any;
|
|
214
|
-
declare var M_IconButton: any;
|
|
215
46
|
declare var LayoutWF: any;
|
|
216
47
|
declare var WFContainersBox: any;
|
|
217
48
|
declare var LayoutWH: any;
|
|
@@ -250,14 +81,18 @@ declare var D_FilterBar: any;
|
|
|
250
81
|
declare var D_FloatingActionButton: any;
|
|
251
82
|
declare var D_Hero: any;
|
|
252
83
|
declare var D_HorizontalFormGroup: any;
|
|
84
|
+
declare var D_IconButton: any;
|
|
253
85
|
declare var D_ImageSlide: any;
|
|
254
86
|
declare var D_LottieReactionButton: any;
|
|
87
|
+
declare var D_MainButton: any;
|
|
255
88
|
declare var D_PageTitleTextGroup: any;
|
|
256
89
|
declare var D_Radio: any;
|
|
257
90
|
declare var D_ReactionButton: any;
|
|
258
91
|
declare var D_Select: any;
|
|
259
92
|
declare var D_StatusBlock: any;
|
|
93
|
+
declare var D_TextButton: any;
|
|
260
94
|
declare var D_TextField: any;
|
|
95
|
+
declare var D_TextLabel: any;
|
|
261
96
|
declare var D_UploadIconButton: any;
|
|
262
97
|
declare var D_UploadMainButton: any;
|
|
263
98
|
declare var D_UploadTextButton: any;
|
|
@@ -269,6 +104,36 @@ declare var D_ContentSheet: any;
|
|
|
269
104
|
declare var D_DesktopBasicModal: any;
|
|
270
105
|
declare var D_DesktopHeadlessModal: any;
|
|
271
106
|
declare var D_SectionSheet: any;
|
|
107
|
+
declare function OverlayBorders(_a: any): any;
|
|
108
|
+
declare namespace OverlayBorders {
|
|
109
|
+
const displayName_2: string;
|
|
110
|
+
export { displayName_2 as displayName };
|
|
111
|
+
export namespace __docgenInfo_1 {
|
|
112
|
+
const description_1: string;
|
|
113
|
+
export { description_1 as description };
|
|
114
|
+
const displayName_3: string;
|
|
115
|
+
export { displayName_3 as displayName };
|
|
116
|
+
export namespace props_1 {
|
|
117
|
+
namespace zIndex {
|
|
118
|
+
export const defaultValue: null;
|
|
119
|
+
const description_2: string;
|
|
120
|
+
export { description_2 as description };
|
|
121
|
+
export const name: string;
|
|
122
|
+
export const required: boolean;
|
|
123
|
+
export namespace type {
|
|
124
|
+
const name_1: string;
|
|
125
|
+
export { name_1 as name };
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
export { props_1 as props };
|
|
130
|
+
}
|
|
131
|
+
export { __docgenInfo_1 as __docgenInfo };
|
|
132
|
+
}
|
|
133
|
+
declare var M_MainButton: any;
|
|
134
|
+
declare var M_TextLabel: any;
|
|
135
|
+
declare var M_TextButton: any;
|
|
136
|
+
declare var M_IconButton: any;
|
|
272
137
|
declare var ContextMenu: any;
|
|
273
138
|
declare var MainButton: any;
|
|
274
139
|
declare var fontWeight: any;
|
|
@@ -327,26 +192,28 @@ declare var UploadTextButton: any;
|
|
|
327
192
|
declare var UserDesktopNavBar: any;
|
|
328
193
|
declare var UserDesktopSideTab: any;
|
|
329
194
|
declare var UserDesktopTabBar: any;
|
|
195
|
+
declare var dialogOnAni: any;
|
|
196
|
+
declare var dialogOffAni: any;
|
|
197
|
+
declare var dialogOverlayOnAni: any;
|
|
198
|
+
declare var dialogOverlayOffAni: any;
|
|
199
|
+
declare var modalOnAni: any;
|
|
200
|
+
declare var modalOffAni: any;
|
|
201
|
+
declare var modalOverlayOnAni: any;
|
|
202
|
+
declare var modalOverlayOffAni: any;
|
|
330
203
|
declare var BasePathContext: any;
|
|
331
204
|
declare namespace samplePageIntroSection {
|
|
332
|
-
const
|
|
333
|
-
|
|
334
|
-
const
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
export { id_1 as id };
|
|
338
|
-
const insertedAt_1: string;
|
|
339
|
-
export { insertedAt_1 as insertedAt };
|
|
340
|
-
export namespace manifest_1 {
|
|
205
|
+
const display: boolean;
|
|
206
|
+
const dynamicLayoutSectionItems: never[];
|
|
207
|
+
const id: number;
|
|
208
|
+
const insertedAt: string;
|
|
209
|
+
namespace manifest {
|
|
341
210
|
const availableProperties: string[];
|
|
342
211
|
const availableStyles: string[];
|
|
343
212
|
const availableTemplates: string[];
|
|
344
213
|
const schema: string;
|
|
345
214
|
}
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export { order_1 as order };
|
|
349
|
-
export namespace properties_1 {
|
|
215
|
+
const order: number;
|
|
216
|
+
namespace properties {
|
|
350
217
|
export const buttonAlphaLabel: string;
|
|
351
218
|
export const buttonAlphaLinkSrc: string;
|
|
352
219
|
export const buttonAlphaLinkType: string;
|
|
@@ -365,15 +232,14 @@ declare namespace samplePageIntroSection {
|
|
|
365
232
|
export const carouselAutoplayMode: string;
|
|
366
233
|
export const carouselAutoplayTime: number;
|
|
367
234
|
export const carouselInfiniteLoopMode: string;
|
|
368
|
-
const
|
|
369
|
-
export {
|
|
235
|
+
const description_3: string;
|
|
236
|
+
export { description_3 as description };
|
|
370
237
|
export const itemLinkMethod: string;
|
|
371
238
|
export const sectionContentMediaSrc: string;
|
|
372
239
|
export const sectionContentMediaType: string;
|
|
373
240
|
export const title: string;
|
|
374
241
|
}
|
|
375
|
-
|
|
376
|
-
export namespace styles_1 {
|
|
242
|
+
namespace styles {
|
|
377
243
|
const backgroundColorInHex: string;
|
|
378
244
|
const backgroundMediaSrc: string;
|
|
379
245
|
const backgroundMediaType: string;
|
|
@@ -401,16 +267,13 @@ declare namespace samplePageIntroSection {
|
|
|
401
267
|
const itemTitleColorInHex: string;
|
|
402
268
|
const titleColorInHex: string;
|
|
403
269
|
}
|
|
404
|
-
|
|
405
|
-
const
|
|
406
|
-
export { template_1 as template };
|
|
407
|
-
const updatedAt_1: string;
|
|
408
|
-
export { updatedAt_1 as updatedAt };
|
|
270
|
+
const template: string;
|
|
271
|
+
const updatedAt: string;
|
|
409
272
|
}
|
|
410
273
|
declare namespace samplePageContentsCarouselSection {
|
|
411
|
-
const
|
|
412
|
-
export {
|
|
413
|
-
const
|
|
274
|
+
const display_1: boolean;
|
|
275
|
+
export { display_1 as display };
|
|
276
|
+
const dynamicLayoutSectionItems_1: {
|
|
414
277
|
display: boolean;
|
|
415
278
|
id: number;
|
|
416
279
|
insertedAt: string;
|
|
@@ -432,12 +295,12 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
432
295
|
};
|
|
433
296
|
updatedAt: string;
|
|
434
297
|
}[];
|
|
435
|
-
export {
|
|
436
|
-
const
|
|
437
|
-
export {
|
|
438
|
-
const
|
|
439
|
-
export {
|
|
440
|
-
export namespace
|
|
298
|
+
export { dynamicLayoutSectionItems_1 as dynamicLayoutSectionItems };
|
|
299
|
+
const id_1: number;
|
|
300
|
+
export { id_1 as id };
|
|
301
|
+
const insertedAt_1: string;
|
|
302
|
+
export { insertedAt_1 as insertedAt };
|
|
303
|
+
export namespace manifest_1 {
|
|
441
304
|
const availableProperties_1: string[];
|
|
442
305
|
export { availableProperties_1 as availableProperties };
|
|
443
306
|
const availableStyles_1: string[];
|
|
@@ -447,10 +310,10 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
447
310
|
const schema_1: string;
|
|
448
311
|
export { schema_1 as schema };
|
|
449
312
|
}
|
|
450
|
-
export {
|
|
451
|
-
const
|
|
452
|
-
export {
|
|
453
|
-
export namespace
|
|
313
|
+
export { manifest_1 as manifest };
|
|
314
|
+
const order_1: number;
|
|
315
|
+
export { order_1 as order };
|
|
316
|
+
export namespace properties_1 {
|
|
454
317
|
const buttonAlphaLabel_1: string;
|
|
455
318
|
export { buttonAlphaLabel_1 as buttonAlphaLabel };
|
|
456
319
|
const buttonAlphaLinkSrc_1: string;
|
|
@@ -487,8 +350,8 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
487
350
|
export { carouselAutoplayTime_1 as carouselAutoplayTime };
|
|
488
351
|
const carouselInfiniteLoopMode_1: string;
|
|
489
352
|
export { carouselInfiniteLoopMode_1 as carouselInfiniteLoopMode };
|
|
490
|
-
const
|
|
491
|
-
export {
|
|
353
|
+
const description_4: string;
|
|
354
|
+
export { description_4 as description };
|
|
492
355
|
const itemLinkMethod_1: string;
|
|
493
356
|
export { itemLinkMethod_1 as itemLinkMethod };
|
|
494
357
|
const sectionContentMediaSrc_1: string;
|
|
@@ -498,8 +361,8 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
498
361
|
const title_1: string;
|
|
499
362
|
export { title_1 as title };
|
|
500
363
|
}
|
|
501
|
-
export {
|
|
502
|
-
export namespace
|
|
364
|
+
export { properties_1 as properties };
|
|
365
|
+
export namespace styles_1 {
|
|
503
366
|
const backgroundColorInHex_1: string;
|
|
504
367
|
export { backgroundColorInHex_1 as backgroundColorInHex };
|
|
505
368
|
const backgroundMediaSrc_1: string;
|
|
@@ -553,22 +416,22 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
553
416
|
const titleColorInHex_1: string;
|
|
554
417
|
export { titleColorInHex_1 as titleColorInHex };
|
|
555
418
|
}
|
|
556
|
-
export {
|
|
557
|
-
const
|
|
558
|
-
export {
|
|
559
|
-
const
|
|
560
|
-
export {
|
|
419
|
+
export { styles_1 as styles };
|
|
420
|
+
const template_1: string;
|
|
421
|
+
export { template_1 as template };
|
|
422
|
+
const updatedAt_1: string;
|
|
423
|
+
export { updatedAt_1 as updatedAt };
|
|
561
424
|
}
|
|
562
425
|
declare namespace samplePageIntroSection2 {
|
|
563
|
-
const
|
|
564
|
-
export {
|
|
565
|
-
const
|
|
566
|
-
export {
|
|
567
|
-
const
|
|
568
|
-
export {
|
|
569
|
-
const
|
|
570
|
-
export {
|
|
571
|
-
export namespace
|
|
426
|
+
const display_2: boolean;
|
|
427
|
+
export { display_2 as display };
|
|
428
|
+
const dynamicLayoutSectionItems_2: never[];
|
|
429
|
+
export { dynamicLayoutSectionItems_2 as dynamicLayoutSectionItems };
|
|
430
|
+
const id_2: number;
|
|
431
|
+
export { id_2 as id };
|
|
432
|
+
const insertedAt_2: string;
|
|
433
|
+
export { insertedAt_2 as insertedAt };
|
|
434
|
+
export namespace manifest_2 {
|
|
572
435
|
const availableProperties_2: string[];
|
|
573
436
|
export { availableProperties_2 as availableProperties };
|
|
574
437
|
const availableStyles_2: string[];
|
|
@@ -578,10 +441,10 @@ declare namespace samplePageIntroSection2 {
|
|
|
578
441
|
const schema_2: string;
|
|
579
442
|
export { schema_2 as schema };
|
|
580
443
|
}
|
|
581
|
-
export {
|
|
582
|
-
const
|
|
583
|
-
export {
|
|
584
|
-
export namespace
|
|
444
|
+
export { manifest_2 as manifest };
|
|
445
|
+
const order_2: number;
|
|
446
|
+
export { order_2 as order };
|
|
447
|
+
export namespace properties_2 {
|
|
585
448
|
const buttonAlphaLabel_2: string;
|
|
586
449
|
export { buttonAlphaLabel_2 as buttonAlphaLabel };
|
|
587
450
|
const buttonAlphaLinkSrc_2: string;
|
|
@@ -618,8 +481,8 @@ declare namespace samplePageIntroSection2 {
|
|
|
618
481
|
export { carouselAutoplayTime_2 as carouselAutoplayTime };
|
|
619
482
|
const carouselInfiniteLoopMode_2: string;
|
|
620
483
|
export { carouselInfiniteLoopMode_2 as carouselInfiniteLoopMode };
|
|
621
|
-
const
|
|
622
|
-
export {
|
|
484
|
+
const description_5: string;
|
|
485
|
+
export { description_5 as description };
|
|
623
486
|
const itemLinkMethod_2: string;
|
|
624
487
|
export { itemLinkMethod_2 as itemLinkMethod };
|
|
625
488
|
const sectionContentMediaSrc_2: string;
|
|
@@ -629,8 +492,8 @@ declare namespace samplePageIntroSection2 {
|
|
|
629
492
|
const title_2: string;
|
|
630
493
|
export { title_2 as title };
|
|
631
494
|
}
|
|
632
|
-
export {
|
|
633
|
-
export namespace
|
|
495
|
+
export { properties_2 as properties };
|
|
496
|
+
export namespace styles_2 {
|
|
634
497
|
const backgroundColorInHex_2: string;
|
|
635
498
|
export { backgroundColorInHex_2 as backgroundColorInHex };
|
|
636
499
|
const backgroundMediaSrc_2: string;
|
|
@@ -684,22 +547,22 @@ declare namespace samplePageIntroSection2 {
|
|
|
684
547
|
const titleColorInHex_2: string;
|
|
685
548
|
export { titleColorInHex_2 as titleColorInHex };
|
|
686
549
|
}
|
|
687
|
-
export {
|
|
688
|
-
const
|
|
689
|
-
export {
|
|
690
|
-
const
|
|
691
|
-
export {
|
|
550
|
+
export { styles_2 as styles };
|
|
551
|
+
const template_2: string;
|
|
552
|
+
export { template_2 as template };
|
|
553
|
+
const updatedAt_2: string;
|
|
554
|
+
export { updatedAt_2 as updatedAt };
|
|
692
555
|
}
|
|
693
556
|
declare namespace samplePageContentsSection {
|
|
694
|
-
const
|
|
695
|
-
export {
|
|
696
|
-
const
|
|
697
|
-
export {
|
|
698
|
-
const
|
|
699
|
-
export {
|
|
700
|
-
const
|
|
701
|
-
export {
|
|
702
|
-
export namespace
|
|
557
|
+
const display_3: boolean;
|
|
558
|
+
export { display_3 as display };
|
|
559
|
+
const dynamicLayoutSectionItems_3: never[];
|
|
560
|
+
export { dynamicLayoutSectionItems_3 as dynamicLayoutSectionItems };
|
|
561
|
+
const id_3: number;
|
|
562
|
+
export { id_3 as id };
|
|
563
|
+
const insertedAt_3: string;
|
|
564
|
+
export { insertedAt_3 as insertedAt };
|
|
565
|
+
export namespace manifest_3 {
|
|
703
566
|
const availableProperties_3: string[];
|
|
704
567
|
export { availableProperties_3 as availableProperties };
|
|
705
568
|
const availableStyles_3: string[];
|
|
@@ -709,10 +572,10 @@ declare namespace samplePageContentsSection {
|
|
|
709
572
|
const schema_3: string;
|
|
710
573
|
export { schema_3 as schema };
|
|
711
574
|
}
|
|
712
|
-
export {
|
|
713
|
-
const
|
|
714
|
-
export {
|
|
715
|
-
export namespace
|
|
575
|
+
export { manifest_3 as manifest };
|
|
576
|
+
const order_3: number;
|
|
577
|
+
export { order_3 as order };
|
|
578
|
+
export namespace properties_3 {
|
|
716
579
|
const buttonAlphaLabel_3: string;
|
|
717
580
|
export { buttonAlphaLabel_3 as buttonAlphaLabel };
|
|
718
581
|
const buttonAlphaLinkSrc_3: string;
|
|
@@ -749,8 +612,8 @@ declare namespace samplePageContentsSection {
|
|
|
749
612
|
export { carouselAutoplayTime_3 as carouselAutoplayTime };
|
|
750
613
|
const carouselInfiniteLoopMode_3: string;
|
|
751
614
|
export { carouselInfiniteLoopMode_3 as carouselInfiniteLoopMode };
|
|
752
|
-
const
|
|
753
|
-
export {
|
|
615
|
+
const description_6: string;
|
|
616
|
+
export { description_6 as description };
|
|
754
617
|
const itemLinkMethod_3: string;
|
|
755
618
|
export { itemLinkMethod_3 as itemLinkMethod };
|
|
756
619
|
const sectionContentMediaSrc_3: string;
|
|
@@ -760,9 +623,9 @@ declare namespace samplePageContentsSection {
|
|
|
760
623
|
const title_3: string;
|
|
761
624
|
export { title_3 as title };
|
|
762
625
|
}
|
|
763
|
-
export {
|
|
764
|
-
export namespace
|
|
765
|
-
const backgroundColorInHex_3: string;
|
|
626
|
+
export { properties_3 as properties };
|
|
627
|
+
export namespace styles_3 {
|
|
628
|
+
const backgroundColorInHex_3: string;
|
|
766
629
|
export { backgroundColorInHex_3 as backgroundColorInHex };
|
|
767
630
|
const backgroundMediaSrc_3: string;
|
|
768
631
|
export { backgroundMediaSrc_3 as backgroundMediaSrc };
|
|
@@ -815,16 +678,16 @@ declare namespace samplePageContentsSection {
|
|
|
815
678
|
const titleColorInHex_3: string;
|
|
816
679
|
export { titleColorInHex_3 as titleColorInHex };
|
|
817
680
|
}
|
|
818
|
-
export {
|
|
819
|
-
const
|
|
820
|
-
export {
|
|
821
|
-
const
|
|
822
|
-
export {
|
|
681
|
+
export { styles_3 as styles };
|
|
682
|
+
const template_3: string;
|
|
683
|
+
export { template_3 as template };
|
|
684
|
+
const updatedAt_3: string;
|
|
685
|
+
export { updatedAt_3 as updatedAt };
|
|
823
686
|
}
|
|
824
687
|
declare namespace samplePageInfoBoxSection {
|
|
825
|
-
const
|
|
826
|
-
export {
|
|
827
|
-
const
|
|
688
|
+
const display_4: boolean;
|
|
689
|
+
export { display_4 as display };
|
|
690
|
+
const dynamicLayoutSectionItems_4: {
|
|
828
691
|
display: boolean;
|
|
829
692
|
id: number;
|
|
830
693
|
insertedAt: string;
|
|
@@ -846,12 +709,12 @@ declare namespace samplePageInfoBoxSection {
|
|
|
846
709
|
};
|
|
847
710
|
updatedAt: string;
|
|
848
711
|
}[];
|
|
849
|
-
export {
|
|
850
|
-
const
|
|
851
|
-
export {
|
|
852
|
-
const
|
|
853
|
-
export {
|
|
854
|
-
export namespace
|
|
712
|
+
export { dynamicLayoutSectionItems_4 as dynamicLayoutSectionItems };
|
|
713
|
+
const id_4: number;
|
|
714
|
+
export { id_4 as id };
|
|
715
|
+
const insertedAt_4: string;
|
|
716
|
+
export { insertedAt_4 as insertedAt };
|
|
717
|
+
export namespace manifest_4 {
|
|
855
718
|
const availableProperties_4: string[];
|
|
856
719
|
export { availableProperties_4 as availableProperties };
|
|
857
720
|
const availableStyles_4: string[];
|
|
@@ -861,10 +724,10 @@ declare namespace samplePageInfoBoxSection {
|
|
|
861
724
|
const schema_4: string;
|
|
862
725
|
export { schema_4 as schema };
|
|
863
726
|
}
|
|
864
|
-
export {
|
|
865
|
-
const
|
|
866
|
-
export {
|
|
867
|
-
export namespace
|
|
727
|
+
export { manifest_4 as manifest };
|
|
728
|
+
const order_4: number;
|
|
729
|
+
export { order_4 as order };
|
|
730
|
+
export namespace properties_4 {
|
|
868
731
|
const buttonAlphaLabel_4: string;
|
|
869
732
|
export { buttonAlphaLabel_4 as buttonAlphaLabel };
|
|
870
733
|
const buttonAlphaLinkSrc_4: string;
|
|
@@ -901,8 +764,8 @@ declare namespace samplePageInfoBoxSection {
|
|
|
901
764
|
export { carouselAutoplayTime_4 as carouselAutoplayTime };
|
|
902
765
|
const carouselInfiniteLoopMode_4: string;
|
|
903
766
|
export { carouselInfiniteLoopMode_4 as carouselInfiniteLoopMode };
|
|
904
|
-
const
|
|
905
|
-
export {
|
|
767
|
+
const description_7: string;
|
|
768
|
+
export { description_7 as description };
|
|
906
769
|
const itemLinkMethod_4: string;
|
|
907
770
|
export { itemLinkMethod_4 as itemLinkMethod };
|
|
908
771
|
const sectionContentMediaSrc_4: string;
|
|
@@ -912,8 +775,8 @@ declare namespace samplePageInfoBoxSection {
|
|
|
912
775
|
const title_4: string;
|
|
913
776
|
export { title_4 as title };
|
|
914
777
|
}
|
|
915
|
-
export {
|
|
916
|
-
export namespace
|
|
778
|
+
export { properties_4 as properties };
|
|
779
|
+
export namespace styles_4 {
|
|
917
780
|
const backgroundColorInHex_4: string;
|
|
918
781
|
export { backgroundColorInHex_4 as backgroundColorInHex };
|
|
919
782
|
const backgroundMediaSrc_4: string;
|
|
@@ -967,22 +830,22 @@ declare namespace samplePageInfoBoxSection {
|
|
|
967
830
|
const titleColorInHex_4: string;
|
|
968
831
|
export { titleColorInHex_4 as titleColorInHex };
|
|
969
832
|
}
|
|
970
|
-
export {
|
|
971
|
-
const
|
|
972
|
-
export {
|
|
973
|
-
const
|
|
974
|
-
export {
|
|
833
|
+
export { styles_4 as styles };
|
|
834
|
+
const template_4: string;
|
|
835
|
+
export { template_4 as template };
|
|
836
|
+
const updatedAt_4: string;
|
|
837
|
+
export { updatedAt_4 as updatedAt };
|
|
975
838
|
}
|
|
976
839
|
declare namespace samplePageIntroSection3 {
|
|
977
|
-
const
|
|
978
|
-
export {
|
|
979
|
-
const
|
|
980
|
-
export {
|
|
981
|
-
const
|
|
982
|
-
export {
|
|
983
|
-
const
|
|
984
|
-
export {
|
|
985
|
-
export namespace
|
|
840
|
+
const display_5: boolean;
|
|
841
|
+
export { display_5 as display };
|
|
842
|
+
const dynamicLayoutSectionItems_5: never[];
|
|
843
|
+
export { dynamicLayoutSectionItems_5 as dynamicLayoutSectionItems };
|
|
844
|
+
const id_5: number;
|
|
845
|
+
export { id_5 as id };
|
|
846
|
+
const insertedAt_5: string;
|
|
847
|
+
export { insertedAt_5 as insertedAt };
|
|
848
|
+
export namespace manifest_5 {
|
|
986
849
|
const availableProperties_5: string[];
|
|
987
850
|
export { availableProperties_5 as availableProperties };
|
|
988
851
|
const availableStyles_5: string[];
|
|
@@ -992,10 +855,10 @@ declare namespace samplePageIntroSection3 {
|
|
|
992
855
|
const schema_5: string;
|
|
993
856
|
export { schema_5 as schema };
|
|
994
857
|
}
|
|
995
|
-
export {
|
|
996
|
-
const
|
|
997
|
-
export {
|
|
998
|
-
export namespace
|
|
858
|
+
export { manifest_5 as manifest };
|
|
859
|
+
const order_5: number;
|
|
860
|
+
export { order_5 as order };
|
|
861
|
+
export namespace properties_5 {
|
|
999
862
|
const buttonAlphaLabel_5: string;
|
|
1000
863
|
export { buttonAlphaLabel_5 as buttonAlphaLabel };
|
|
1001
864
|
const buttonAlphaLinkSrc_5: string;
|
|
@@ -1032,8 +895,8 @@ declare namespace samplePageIntroSection3 {
|
|
|
1032
895
|
export { carouselAutoplayTime_5 as carouselAutoplayTime };
|
|
1033
896
|
const carouselInfiniteLoopMode_5: string;
|
|
1034
897
|
export { carouselInfiniteLoopMode_5 as carouselInfiniteLoopMode };
|
|
1035
|
-
const
|
|
1036
|
-
export {
|
|
898
|
+
const description_8: string;
|
|
899
|
+
export { description_8 as description };
|
|
1037
900
|
const itemLinkMethod_5: string;
|
|
1038
901
|
export { itemLinkMethod_5 as itemLinkMethod };
|
|
1039
902
|
const sectionContentMediaSrc_5: string;
|
|
@@ -1043,8 +906,8 @@ declare namespace samplePageIntroSection3 {
|
|
|
1043
906
|
const title_5: string;
|
|
1044
907
|
export { title_5 as title };
|
|
1045
908
|
}
|
|
1046
|
-
export {
|
|
1047
|
-
export namespace
|
|
909
|
+
export { properties_5 as properties };
|
|
910
|
+
export namespace styles_5 {
|
|
1048
911
|
const backgroundColorInHex_5: string;
|
|
1049
912
|
export { backgroundColorInHex_5 as backgroundColorInHex };
|
|
1050
913
|
const backgroundMediaSrc_5: string;
|
|
@@ -1098,16 +961,16 @@ declare namespace samplePageIntroSection3 {
|
|
|
1098
961
|
const titleColorInHex_5: string;
|
|
1099
962
|
export { titleColorInHex_5 as titleColorInHex };
|
|
1100
963
|
}
|
|
1101
|
-
export {
|
|
1102
|
-
const
|
|
1103
|
-
export {
|
|
1104
|
-
const
|
|
1105
|
-
export {
|
|
964
|
+
export { styles_5 as styles };
|
|
965
|
+
const template_5: string;
|
|
966
|
+
export { template_5 as template };
|
|
967
|
+
const updatedAt_5: string;
|
|
968
|
+
export { updatedAt_5 as updatedAt };
|
|
1106
969
|
}
|
|
1107
970
|
declare namespace samplePageFooterSection {
|
|
1108
|
-
const
|
|
1109
|
-
export {
|
|
1110
|
-
const
|
|
971
|
+
const display_6: boolean;
|
|
972
|
+
export { display_6 as display };
|
|
973
|
+
const dynamicLayoutSectionItems_6: {
|
|
1111
974
|
display: boolean;
|
|
1112
975
|
id: number;
|
|
1113
976
|
insertedAt: string;
|
|
@@ -1129,12 +992,12 @@ declare namespace samplePageFooterSection {
|
|
|
1129
992
|
};
|
|
1130
993
|
updatedAt: string;
|
|
1131
994
|
}[];
|
|
1132
|
-
export {
|
|
1133
|
-
const
|
|
1134
|
-
export {
|
|
1135
|
-
const
|
|
1136
|
-
export {
|
|
1137
|
-
export namespace
|
|
995
|
+
export { dynamicLayoutSectionItems_6 as dynamicLayoutSectionItems };
|
|
996
|
+
const id_6: number;
|
|
997
|
+
export { id_6 as id };
|
|
998
|
+
const insertedAt_6: string;
|
|
999
|
+
export { insertedAt_6 as insertedAt };
|
|
1000
|
+
export namespace manifest_6 {
|
|
1138
1001
|
const availableProperties_6: string[];
|
|
1139
1002
|
export { availableProperties_6 as availableProperties };
|
|
1140
1003
|
const availableStyles_6: string[];
|
|
@@ -1144,10 +1007,10 @@ declare namespace samplePageFooterSection {
|
|
|
1144
1007
|
const schema_6: string;
|
|
1145
1008
|
export { schema_6 as schema };
|
|
1146
1009
|
}
|
|
1147
|
-
export {
|
|
1148
|
-
const
|
|
1149
|
-
export {
|
|
1150
|
-
export namespace
|
|
1010
|
+
export { manifest_6 as manifest };
|
|
1011
|
+
const order_6: number;
|
|
1012
|
+
export { order_6 as order };
|
|
1013
|
+
export namespace properties_6 {
|
|
1151
1014
|
const buttonAlphaLabel_6: string;
|
|
1152
1015
|
export { buttonAlphaLabel_6 as buttonAlphaLabel };
|
|
1153
1016
|
const buttonAlphaLinkSrc_6: string;
|
|
@@ -1184,8 +1047,8 @@ declare namespace samplePageFooterSection {
|
|
|
1184
1047
|
export { carouselAutoplayTime_6 as carouselAutoplayTime };
|
|
1185
1048
|
const carouselInfiniteLoopMode_6: string;
|
|
1186
1049
|
export { carouselInfiniteLoopMode_6 as carouselInfiniteLoopMode };
|
|
1187
|
-
const
|
|
1188
|
-
export {
|
|
1050
|
+
const description_9: string;
|
|
1051
|
+
export { description_9 as description };
|
|
1189
1052
|
const itemLinkMethod_6: string;
|
|
1190
1053
|
export { itemLinkMethod_6 as itemLinkMethod };
|
|
1191
1054
|
const sectionContentMediaSrc_6: string;
|
|
@@ -1195,8 +1058,8 @@ declare namespace samplePageFooterSection {
|
|
|
1195
1058
|
const title_6: string;
|
|
1196
1059
|
export { title_6 as title };
|
|
1197
1060
|
}
|
|
1198
|
-
export {
|
|
1199
|
-
export namespace
|
|
1061
|
+
export { properties_6 as properties };
|
|
1062
|
+
export namespace styles_6 {
|
|
1200
1063
|
const backgroundColorInHex_6: string;
|
|
1201
1064
|
export { backgroundColorInHex_6 as backgroundColorInHex };
|
|
1202
1065
|
const backgroundMediaSrc_6: string;
|
|
@@ -1250,11 +1113,11 @@ declare namespace samplePageFooterSection {
|
|
|
1250
1113
|
const titleColorInHex_6: string;
|
|
1251
1114
|
export { titleColorInHex_6 as titleColorInHex };
|
|
1252
1115
|
}
|
|
1253
|
-
export {
|
|
1254
|
-
const
|
|
1255
|
-
export {
|
|
1256
|
-
const
|
|
1257
|
-
export {
|
|
1116
|
+
export { styles_6 as styles };
|
|
1117
|
+
const template_6: string;
|
|
1118
|
+
export { template_6 as template };
|
|
1119
|
+
const updatedAt_6: string;
|
|
1120
|
+
export { updatedAt_6 as updatedAt };
|
|
1258
1121
|
}
|
|
1259
1122
|
declare var samplePage: any[];
|
|
1260
1123
|
declare var ContentsContainer: any;
|
|
@@ -1284,12 +1147,12 @@ declare namespace parameters {
|
|
|
1284
1147
|
}
|
|
1285
1148
|
declare namespace globalTypes {
|
|
1286
1149
|
namespace theme {
|
|
1287
|
-
const
|
|
1288
|
-
export {
|
|
1289
|
-
const
|
|
1290
|
-
export {
|
|
1291
|
-
const
|
|
1292
|
-
export {
|
|
1150
|
+
const name_2: string;
|
|
1151
|
+
export { name_2 as name };
|
|
1152
|
+
const description_10: string;
|
|
1153
|
+
export { description_10 as description };
|
|
1154
|
+
const defaultValue_1: string;
|
|
1155
|
+
export { defaultValue_1 as defaultValue };
|
|
1293
1156
|
export namespace toolbar {
|
|
1294
1157
|
const icon: string;
|
|
1295
1158
|
const items: {
|
|
@@ -1317,6 +1180,12 @@ declare var ImageCard: any;
|
|
|
1317
1180
|
declare var MobileAlertDialog: any;
|
|
1318
1181
|
declare var MobileHeaderBar: any;
|
|
1319
1182
|
declare var MobileTabBar: any;
|
|
1183
|
+
declare var SectionMatcher: any;
|
|
1184
|
+
declare var ContentsCarouselSection: any;
|
|
1185
|
+
declare var ContentsSection: any;
|
|
1186
|
+
declare var FooterSection: any;
|
|
1187
|
+
declare var InfoBoxSection: any;
|
|
1188
|
+
declare var IntroSection: any;
|
|
1320
1189
|
declare var ToggleTone: any;
|
|
1321
1190
|
declare var StepContainer: any;
|
|
1322
1191
|
declare var WFA: any;
|
|
@@ -1379,106 +1248,105 @@ declare namespace Popup {
|
|
|
1379
1248
|
const displayName_4: string;
|
|
1380
1249
|
export { displayName_4 as displayName };
|
|
1381
1250
|
export namespace __docgenInfo_2 {
|
|
1382
|
-
const
|
|
1383
|
-
export {
|
|
1251
|
+
const description_11: string;
|
|
1252
|
+
export { description_11 as description };
|
|
1384
1253
|
const displayName_5: string;
|
|
1385
1254
|
export { displayName_5 as displayName };
|
|
1386
1255
|
export namespace props_2 {
|
|
1387
1256
|
namespace targetRef {
|
|
1388
|
-
const
|
|
1389
|
-
export {
|
|
1390
|
-
const
|
|
1391
|
-
export {
|
|
1392
|
-
const
|
|
1393
|
-
export {
|
|
1394
|
-
const
|
|
1395
|
-
export {
|
|
1396
|
-
export namespace
|
|
1397
|
-
const
|
|
1398
|
-
export {
|
|
1257
|
+
const defaultValue_2: null;
|
|
1258
|
+
export { defaultValue_2 as defaultValue };
|
|
1259
|
+
const description_12: string;
|
|
1260
|
+
export { description_12 as description };
|
|
1261
|
+
const name_3: string;
|
|
1262
|
+
export { name_3 as name };
|
|
1263
|
+
const required_1: boolean;
|
|
1264
|
+
export { required_1 as required };
|
|
1265
|
+
export namespace type_1 {
|
|
1266
|
+
const name_4: string;
|
|
1267
|
+
export { name_4 as name };
|
|
1399
1268
|
}
|
|
1400
|
-
export {
|
|
1269
|
+
export { type_1 as type };
|
|
1401
1270
|
}
|
|
1402
1271
|
namespace isOpen {
|
|
1403
|
-
export namespace
|
|
1404
|
-
const
|
|
1405
|
-
export { value_1 as value };
|
|
1272
|
+
export namespace defaultValue_3 {
|
|
1273
|
+
const value: string;
|
|
1406
1274
|
}
|
|
1407
|
-
export {
|
|
1408
|
-
const
|
|
1409
|
-
export {
|
|
1410
|
-
const
|
|
1411
|
-
export {
|
|
1412
|
-
const
|
|
1413
|
-
export {
|
|
1414
|
-
export namespace
|
|
1415
|
-
const
|
|
1416
|
-
export {
|
|
1275
|
+
export { defaultValue_3 as defaultValue };
|
|
1276
|
+
const description_13: string;
|
|
1277
|
+
export { description_13 as description };
|
|
1278
|
+
const name_5: string;
|
|
1279
|
+
export { name_5 as name };
|
|
1280
|
+
const required_2: boolean;
|
|
1281
|
+
export { required_2 as required };
|
|
1282
|
+
export namespace type_2 {
|
|
1283
|
+
const name_6: string;
|
|
1284
|
+
export { name_6 as name };
|
|
1417
1285
|
}
|
|
1418
|
-
export {
|
|
1286
|
+
export { type_2 as type };
|
|
1419
1287
|
}
|
|
1420
1288
|
namespace onClickOutside {
|
|
1421
|
-
const
|
|
1422
|
-
export {
|
|
1423
|
-
const
|
|
1424
|
-
export {
|
|
1425
|
-
const
|
|
1426
|
-
export {
|
|
1427
|
-
const
|
|
1428
|
-
export {
|
|
1429
|
-
export namespace
|
|
1430
|
-
const
|
|
1431
|
-
export {
|
|
1289
|
+
const defaultValue_4: null;
|
|
1290
|
+
export { defaultValue_4 as defaultValue };
|
|
1291
|
+
const description_14: string;
|
|
1292
|
+
export { description_14 as description };
|
|
1293
|
+
const name_7: string;
|
|
1294
|
+
export { name_7 as name };
|
|
1295
|
+
const required_3: boolean;
|
|
1296
|
+
export { required_3 as required };
|
|
1297
|
+
export namespace type_3 {
|
|
1298
|
+
const name_8: string;
|
|
1299
|
+
export { name_8 as name };
|
|
1432
1300
|
}
|
|
1433
|
-
export {
|
|
1301
|
+
export { type_3 as type };
|
|
1434
1302
|
}
|
|
1435
1303
|
namespace onClick {
|
|
1436
|
-
const
|
|
1437
|
-
export {
|
|
1438
|
-
const
|
|
1439
|
-
export {
|
|
1440
|
-
const
|
|
1441
|
-
export {
|
|
1442
|
-
const
|
|
1443
|
-
export {
|
|
1444
|
-
export namespace
|
|
1445
|
-
const
|
|
1446
|
-
export {
|
|
1304
|
+
const defaultValue_5: null;
|
|
1305
|
+
export { defaultValue_5 as defaultValue };
|
|
1306
|
+
const description_15: string;
|
|
1307
|
+
export { description_15 as description };
|
|
1308
|
+
const name_9: string;
|
|
1309
|
+
export { name_9 as name };
|
|
1310
|
+
const required_4: boolean;
|
|
1311
|
+
export { required_4 as required };
|
|
1312
|
+
export namespace type_4 {
|
|
1313
|
+
const name_10: string;
|
|
1314
|
+
export { name_10 as name };
|
|
1447
1315
|
}
|
|
1448
|
-
export {
|
|
1316
|
+
export { type_4 as type };
|
|
1449
1317
|
}
|
|
1450
1318
|
namespace placement {
|
|
1451
|
-
export namespace
|
|
1452
|
-
const
|
|
1453
|
-
export {
|
|
1319
|
+
export namespace defaultValue_6 {
|
|
1320
|
+
const value_1: string;
|
|
1321
|
+
export { value_1 as value };
|
|
1454
1322
|
}
|
|
1455
|
-
export {
|
|
1456
|
-
const
|
|
1457
|
-
export {
|
|
1458
|
-
const
|
|
1459
|
-
export {
|
|
1460
|
-
const
|
|
1461
|
-
export {
|
|
1462
|
-
export namespace
|
|
1463
|
-
const
|
|
1464
|
-
export {
|
|
1323
|
+
export { defaultValue_6 as defaultValue };
|
|
1324
|
+
const description_16: string;
|
|
1325
|
+
export { description_16 as description };
|
|
1326
|
+
const name_11: string;
|
|
1327
|
+
export { name_11 as name };
|
|
1328
|
+
const required_5: boolean;
|
|
1329
|
+
export { required_5 as required };
|
|
1330
|
+
export namespace type_5 {
|
|
1331
|
+
const name_12: string;
|
|
1332
|
+
export { name_12 as name };
|
|
1465
1333
|
}
|
|
1466
|
-
export {
|
|
1334
|
+
export { type_5 as type };
|
|
1467
1335
|
}
|
|
1468
1336
|
namespace wrapperHeight {
|
|
1469
|
-
const
|
|
1470
|
-
export {
|
|
1471
|
-
const
|
|
1472
|
-
export {
|
|
1473
|
-
const
|
|
1474
|
-
export {
|
|
1475
|
-
const
|
|
1476
|
-
export {
|
|
1477
|
-
export namespace
|
|
1478
|
-
const
|
|
1479
|
-
export {
|
|
1337
|
+
const defaultValue_7: null;
|
|
1338
|
+
export { defaultValue_7 as defaultValue };
|
|
1339
|
+
const description_17: string;
|
|
1340
|
+
export { description_17 as description };
|
|
1341
|
+
const name_13: string;
|
|
1342
|
+
export { name_13 as name };
|
|
1343
|
+
const required_6: boolean;
|
|
1344
|
+
export { required_6 as required };
|
|
1345
|
+
export namespace type_6 {
|
|
1346
|
+
const name_14: string;
|
|
1347
|
+
export { name_14 as name };
|
|
1480
1348
|
}
|
|
1481
|
-
export {
|
|
1349
|
+
export { type_6 as type };
|
|
1482
1350
|
}
|
|
1483
1351
|
}
|
|
1484
1352
|
export { props_2 as props };
|
|
@@ -1490,8 +1358,8 @@ declare namespace PopupProvider {
|
|
|
1490
1358
|
const displayName_6: string;
|
|
1491
1359
|
export { displayName_6 as displayName };
|
|
1492
1360
|
export namespace __docgenInfo_3 {
|
|
1493
|
-
const
|
|
1494
|
-
export {
|
|
1361
|
+
const description_18: string;
|
|
1362
|
+
export { description_18 as description };
|
|
1495
1363
|
const displayName_7: string;
|
|
1496
1364
|
export { displayName_7 as displayName };
|
|
1497
1365
|
const props_3: {};
|
|
@@ -1507,6 +1375,20 @@ declare namespace iconThemeColorLineColors {
|
|
|
1507
1375
|
const line1: string;
|
|
1508
1376
|
const line2: string;
|
|
1509
1377
|
}
|
|
1378
|
+
declare var fadeIn: any;
|
|
1379
|
+
declare var fadeOut: any;
|
|
1380
|
+
declare var glow: any;
|
|
1381
|
+
declare var scaleUp: any;
|
|
1382
|
+
declare var scaleDown: any;
|
|
1383
|
+
declare var scaleUpIncludeTranslate: any;
|
|
1384
|
+
declare var scaleDownIncludeTranslate: any;
|
|
1385
|
+
declare var gelatine: any;
|
|
1386
|
+
declare var scaleBounceIn: any;
|
|
1387
|
+
declare var scaleBounceIn02: any;
|
|
1388
|
+
declare var scaleBounceInIncludeTranslate: any;
|
|
1389
|
+
declare var scaleBounceOutIncludeTranslate: any;
|
|
1390
|
+
declare var scaleBounceInIncludeTranslate02: any;
|
|
1391
|
+
declare var scaleBounceOutIncludeTranslate02: any;
|
|
1510
1392
|
declare var BrandLogo: any;
|
|
1511
1393
|
declare var PrimaryMenu: any;
|
|
1512
1394
|
declare var SecondaryMenu: any;
|
|
@@ -2013,11 +1895,8 @@ declare var MSG: any;
|
|
|
2013
1895
|
declare var MSH: any;
|
|
2014
1896
|
declare var TwoButton: any;
|
|
2015
1897
|
declare var ContentTextScrollDefault: any;
|
|
2016
|
-
declare var
|
|
2017
|
-
declare var
|
|
2018
|
-
declare var TemplateB_desktop: any;
|
|
2019
|
-
declare var TemplateB_mobile: any;
|
|
2020
|
-
declare var ContentsCarouselSection: any;
|
|
1898
|
+
declare var Sample: any;
|
|
1899
|
+
declare var EditModeSectionMatcher: any;
|
|
2021
1900
|
declare var YouTubeIframe: any;
|
|
2022
1901
|
declare var TemplateA: any;
|
|
2023
1902
|
declare var TemplateB: any;
|
|
@@ -2028,30 +1907,193 @@ declare namespace SectionTitle {
|
|
|
2028
1907
|
const displayName_8: string;
|
|
2029
1908
|
export { displayName_8 as displayName };
|
|
2030
1909
|
export namespace __docgenInfo_4 {
|
|
2031
|
-
const
|
|
2032
|
-
export {
|
|
1910
|
+
const description_19: string;
|
|
1911
|
+
export { description_19 as description };
|
|
2033
1912
|
const displayName_9: string;
|
|
2034
1913
|
export { displayName_9 as displayName };
|
|
2035
1914
|
export namespace props_4 {
|
|
2036
1915
|
namespace text {
|
|
2037
|
-
const
|
|
2038
|
-
export {
|
|
2039
|
-
const
|
|
2040
|
-
export {
|
|
2041
|
-
const
|
|
2042
|
-
export {
|
|
2043
|
-
const
|
|
2044
|
-
export {
|
|
2045
|
-
export namespace
|
|
2046
|
-
const
|
|
2047
|
-
export {
|
|
1916
|
+
const defaultValue_8: null;
|
|
1917
|
+
export { defaultValue_8 as defaultValue };
|
|
1918
|
+
const description_20: string;
|
|
1919
|
+
export { description_20 as description };
|
|
1920
|
+
const name_15: string;
|
|
1921
|
+
export { name_15 as name };
|
|
1922
|
+
const required_7: boolean;
|
|
1923
|
+
export { required_7 as required };
|
|
1924
|
+
export namespace type_7 {
|
|
1925
|
+
const name_16: string;
|
|
1926
|
+
export { name_16 as name };
|
|
2048
1927
|
}
|
|
2049
|
-
export {
|
|
1928
|
+
export { type_7 as type };
|
|
2050
1929
|
}
|
|
2051
1930
|
namespace color {
|
|
2052
|
-
const
|
|
2053
|
-
export {
|
|
2054
|
-
const
|
|
1931
|
+
const defaultValue_9: null;
|
|
1932
|
+
export { defaultValue_9 as defaultValue };
|
|
1933
|
+
const description_21: string;
|
|
1934
|
+
export { description_21 as description };
|
|
1935
|
+
const name_17: string;
|
|
1936
|
+
export { name_17 as name };
|
|
1937
|
+
const required_8: boolean;
|
|
1938
|
+
export { required_8 as required };
|
|
1939
|
+
export namespace type_8 {
|
|
1940
|
+
const name_18: string;
|
|
1941
|
+
export { name_18 as name };
|
|
1942
|
+
}
|
|
1943
|
+
export { type_8 as type };
|
|
1944
|
+
}
|
|
1945
|
+
namespace tooltipText {
|
|
1946
|
+
const defaultValue_10: null;
|
|
1947
|
+
export { defaultValue_10 as defaultValue };
|
|
1948
|
+
const description_22: string;
|
|
1949
|
+
export { description_22 as description };
|
|
1950
|
+
const name_19: string;
|
|
1951
|
+
export { name_19 as name };
|
|
1952
|
+
const required_9: boolean;
|
|
1953
|
+
export { required_9 as required };
|
|
1954
|
+
export namespace type_9 {
|
|
1955
|
+
const name_20: string;
|
|
1956
|
+
export { name_20 as name };
|
|
1957
|
+
}
|
|
1958
|
+
export { type_9 as type };
|
|
1959
|
+
}
|
|
1960
|
+
namespace tooltipPosition {
|
|
1961
|
+
const defaultValue_11: null;
|
|
1962
|
+
export { defaultValue_11 as defaultValue };
|
|
1963
|
+
const description_23: string;
|
|
1964
|
+
export { description_23 as description };
|
|
1965
|
+
const name_21: string;
|
|
1966
|
+
export { name_21 as name };
|
|
1967
|
+
const required_10: boolean;
|
|
1968
|
+
export { required_10 as required };
|
|
1969
|
+
export namespace type_10 {
|
|
1970
|
+
const name_22: string;
|
|
1971
|
+
export { name_22 as name };
|
|
1972
|
+
const value_2: {
|
|
1973
|
+
value: string;
|
|
1974
|
+
}[];
|
|
1975
|
+
export { value_2 as value };
|
|
1976
|
+
}
|
|
1977
|
+
export { type_10 as type };
|
|
1978
|
+
}
|
|
1979
|
+
namespace textAlign {
|
|
1980
|
+
const defaultValue_12: null;
|
|
1981
|
+
export { defaultValue_12 as defaultValue };
|
|
1982
|
+
const description_24: string;
|
|
1983
|
+
export { description_24 as description };
|
|
1984
|
+
const name_23: string;
|
|
1985
|
+
export { name_23 as name };
|
|
1986
|
+
const required_11: boolean;
|
|
1987
|
+
export { required_11 as required };
|
|
1988
|
+
export namespace type_11 {
|
|
1989
|
+
const name_24: string;
|
|
1990
|
+
export { name_24 as name };
|
|
1991
|
+
const value_3: {
|
|
1992
|
+
value: string;
|
|
1993
|
+
}[];
|
|
1994
|
+
export { value_3 as value };
|
|
1995
|
+
}
|
|
1996
|
+
export { type_11 as type };
|
|
1997
|
+
}
|
|
1998
|
+
namespace styleTheme {
|
|
1999
|
+
const defaultValue_13: null;
|
|
2000
|
+
export { defaultValue_13 as defaultValue };
|
|
2001
|
+
const description_25: string;
|
|
2002
|
+
export { description_25 as description };
|
|
2003
|
+
const name_25: string;
|
|
2004
|
+
export { name_25 as name };
|
|
2005
|
+
const required_12: boolean;
|
|
2006
|
+
export { required_12 as required };
|
|
2007
|
+
export namespace type_12 {
|
|
2008
|
+
const name_26: string;
|
|
2009
|
+
export { name_26 as name };
|
|
2010
|
+
const value_4: {
|
|
2011
|
+
value: string;
|
|
2012
|
+
}[];
|
|
2013
|
+
export { value_4 as value };
|
|
2014
|
+
}
|
|
2015
|
+
export { type_12 as type };
|
|
2016
|
+
}
|
|
2017
|
+
namespace colorOverride {
|
|
2018
|
+
const defaultValue_14: null;
|
|
2019
|
+
export { defaultValue_14 as defaultValue };
|
|
2020
|
+
const description_26: string;
|
|
2021
|
+
export { description_26 as description };
|
|
2022
|
+
const name_27: string;
|
|
2023
|
+
export { name_27 as name };
|
|
2024
|
+
const required_13: boolean;
|
|
2025
|
+
export { required_13 as required };
|
|
2026
|
+
export namespace type_13 {
|
|
2027
|
+
const name_28: string;
|
|
2028
|
+
export { name_28 as name };
|
|
2029
|
+
const value_5: {
|
|
2030
|
+
value: string;
|
|
2031
|
+
}[];
|
|
2032
|
+
export { value_5 as value };
|
|
2033
|
+
}
|
|
2034
|
+
export { type_13 as type };
|
|
2035
|
+
}
|
|
2036
|
+
namespace colorTheme {
|
|
2037
|
+
const defaultValue_15: null;
|
|
2038
|
+
export { defaultValue_15 as defaultValue };
|
|
2039
|
+
const description_27: string;
|
|
2040
|
+
export { description_27 as description };
|
|
2041
|
+
const name_29: string;
|
|
2042
|
+
export { name_29 as name };
|
|
2043
|
+
const required_14: boolean;
|
|
2044
|
+
export { required_14 as required };
|
|
2045
|
+
export namespace type_14 {
|
|
2046
|
+
const name_30: string;
|
|
2047
|
+
export { name_30 as name };
|
|
2048
|
+
const value_6: {
|
|
2049
|
+
value: string;
|
|
2050
|
+
}[];
|
|
2051
|
+
export { value_6 as value };
|
|
2052
|
+
}
|
|
2053
|
+
export { type_14 as type };
|
|
2054
|
+
}
|
|
2055
|
+
namespace singleLineMode {
|
|
2056
|
+
const defaultValue_16: null;
|
|
2057
|
+
export { defaultValue_16 as defaultValue };
|
|
2058
|
+
const description_28: string;
|
|
2059
|
+
export { description_28 as description };
|
|
2060
|
+
const name_31: string;
|
|
2061
|
+
export { name_31 as name };
|
|
2062
|
+
const required_15: boolean;
|
|
2063
|
+
export { required_15 as required };
|
|
2064
|
+
export namespace type_15 {
|
|
2065
|
+
const name_32: string;
|
|
2066
|
+
export { name_32 as name };
|
|
2067
|
+
const value_7: {
|
|
2068
|
+
value: string;
|
|
2069
|
+
}[];
|
|
2070
|
+
export { value_7 as value };
|
|
2071
|
+
}
|
|
2072
|
+
export { type_15 as type };
|
|
2073
|
+
}
|
|
2074
|
+
namespace ellipsisMode {
|
|
2075
|
+
const defaultValue_17: null;
|
|
2076
|
+
export { defaultValue_17 as defaultValue };
|
|
2077
|
+
const description_29: string;
|
|
2078
|
+
export { description_29 as description };
|
|
2079
|
+
const name_33: string;
|
|
2080
|
+
export { name_33 as name };
|
|
2081
|
+
const required_16: boolean;
|
|
2082
|
+
export { required_16 as required };
|
|
2083
|
+
export namespace type_16 {
|
|
2084
|
+
const name_34: string;
|
|
2085
|
+
export { name_34 as name };
|
|
2086
|
+
const value_8: {
|
|
2087
|
+
value: string;
|
|
2088
|
+
}[];
|
|
2089
|
+
export { value_8 as value };
|
|
2090
|
+
}
|
|
2091
|
+
export { type_16 as type };
|
|
2092
|
+
}
|
|
2093
|
+
namespace lineLimit {
|
|
2094
|
+
const defaultValue_18: null;
|
|
2095
|
+
export { defaultValue_18 as defaultValue };
|
|
2096
|
+
const description_30: string;
|
|
2055
2097
|
export { description_30 as description };
|
|
2056
2098
|
const name_35: string;
|
|
2057
2099
|
export { name_35 as name };
|
|
@@ -2063,7 +2105,7 @@ declare namespace SectionTitle {
|
|
|
2063
2105
|
}
|
|
2064
2106
|
export { type_17 as type };
|
|
2065
2107
|
}
|
|
2066
|
-
namespace
|
|
2108
|
+
namespace userSelectMode {
|
|
2067
2109
|
const defaultValue_19: null;
|
|
2068
2110
|
export { defaultValue_19 as defaultValue };
|
|
2069
2111
|
const description_31: string;
|
|
@@ -2075,10 +2117,14 @@ declare namespace SectionTitle {
|
|
|
2075
2117
|
export namespace type_18 {
|
|
2076
2118
|
const name_38: string;
|
|
2077
2119
|
export { name_38 as name };
|
|
2120
|
+
const value_9: {
|
|
2121
|
+
value: string;
|
|
2122
|
+
}[];
|
|
2123
|
+
export { value_9 as value };
|
|
2078
2124
|
}
|
|
2079
2125
|
export { type_18 as type };
|
|
2080
2126
|
}
|
|
2081
|
-
namespace
|
|
2127
|
+
namespace customFontSize {
|
|
2082
2128
|
const defaultValue_20: null;
|
|
2083
2129
|
export { defaultValue_20 as defaultValue };
|
|
2084
2130
|
const description_32: string;
|
|
@@ -2090,14 +2136,10 @@ declare namespace SectionTitle {
|
|
|
2090
2136
|
export namespace type_19 {
|
|
2091
2137
|
const name_40: string;
|
|
2092
2138
|
export { name_40 as name };
|
|
2093
|
-
const value_3: {
|
|
2094
|
-
value: string;
|
|
2095
|
-
}[];
|
|
2096
|
-
export { value_3 as value };
|
|
2097
2139
|
}
|
|
2098
2140
|
export { type_19 as type };
|
|
2099
2141
|
}
|
|
2100
|
-
namespace
|
|
2142
|
+
namespace customFontWeight {
|
|
2101
2143
|
const defaultValue_21: null;
|
|
2102
2144
|
export { defaultValue_21 as defaultValue };
|
|
2103
2145
|
const description_33: string;
|
|
@@ -2109,14 +2151,14 @@ declare namespace SectionTitle {
|
|
|
2109
2151
|
export namespace type_20 {
|
|
2110
2152
|
const name_42: string;
|
|
2111
2153
|
export { name_42 as name };
|
|
2112
|
-
const
|
|
2154
|
+
const value_10: {
|
|
2113
2155
|
value: string;
|
|
2114
2156
|
}[];
|
|
2115
|
-
export {
|
|
2157
|
+
export { value_10 as value };
|
|
2116
2158
|
}
|
|
2117
2159
|
export { type_20 as type };
|
|
2118
2160
|
}
|
|
2119
|
-
namespace
|
|
2161
|
+
namespace textDecorationType {
|
|
2120
2162
|
const defaultValue_22: null;
|
|
2121
2163
|
export { defaultValue_22 as defaultValue };
|
|
2122
2164
|
const description_34: string;
|
|
@@ -2128,14 +2170,14 @@ declare namespace SectionTitle {
|
|
|
2128
2170
|
export namespace type_21 {
|
|
2129
2171
|
const name_44: string;
|
|
2130
2172
|
export { name_44 as name };
|
|
2131
|
-
const
|
|
2173
|
+
const value_11: {
|
|
2132
2174
|
value: string;
|
|
2133
2175
|
}[];
|
|
2134
|
-
export {
|
|
2176
|
+
export { value_11 as value };
|
|
2135
2177
|
}
|
|
2136
2178
|
export { type_21 as type };
|
|
2137
2179
|
}
|
|
2138
|
-
namespace
|
|
2180
|
+
namespace requirementMode {
|
|
2139
2181
|
const defaultValue_23: null;
|
|
2140
2182
|
export { defaultValue_23 as defaultValue };
|
|
2141
2183
|
const description_35: string;
|
|
@@ -2147,14 +2189,14 @@ declare namespace SectionTitle {
|
|
|
2147
2189
|
export namespace type_22 {
|
|
2148
2190
|
const name_46: string;
|
|
2149
2191
|
export { name_46 as name };
|
|
2150
|
-
const
|
|
2192
|
+
const value_12: {
|
|
2151
2193
|
value: string;
|
|
2152
2194
|
}[];
|
|
2153
|
-
export {
|
|
2195
|
+
export { value_12 as value };
|
|
2154
2196
|
}
|
|
2155
2197
|
export { type_22 as type };
|
|
2156
2198
|
}
|
|
2157
|
-
namespace
|
|
2199
|
+
namespace bulletPointMode {
|
|
2158
2200
|
const defaultValue_24: null;
|
|
2159
2201
|
export { defaultValue_24 as defaultValue };
|
|
2160
2202
|
const description_36: string;
|
|
@@ -2166,14 +2208,14 @@ declare namespace SectionTitle {
|
|
|
2166
2208
|
export namespace type_23 {
|
|
2167
2209
|
const name_48: string;
|
|
2168
2210
|
export { name_48 as name };
|
|
2169
|
-
const
|
|
2211
|
+
const value_13: {
|
|
2170
2212
|
value: string;
|
|
2171
2213
|
}[];
|
|
2172
|
-
export {
|
|
2214
|
+
export { value_13 as value };
|
|
2173
2215
|
}
|
|
2174
2216
|
export { type_23 as type };
|
|
2175
2217
|
}
|
|
2176
|
-
namespace
|
|
2218
|
+
namespace wordBreak {
|
|
2177
2219
|
const defaultValue_25: null;
|
|
2178
2220
|
export { defaultValue_25 as defaultValue };
|
|
2179
2221
|
const description_37: string;
|
|
@@ -2185,15 +2227,18 @@ declare namespace SectionTitle {
|
|
|
2185
2227
|
export namespace type_24 {
|
|
2186
2228
|
const name_50: string;
|
|
2187
2229
|
export { name_50 as name };
|
|
2188
|
-
const
|
|
2230
|
+
const value_14: {
|
|
2189
2231
|
value: string;
|
|
2190
2232
|
}[];
|
|
2191
|
-
export {
|
|
2233
|
+
export { value_14 as value };
|
|
2192
2234
|
}
|
|
2193
2235
|
export { type_24 as type };
|
|
2194
2236
|
}
|
|
2195
|
-
namespace
|
|
2196
|
-
|
|
2237
|
+
namespace lineHeight {
|
|
2238
|
+
export namespace defaultValue_26 {
|
|
2239
|
+
const value_15: string;
|
|
2240
|
+
export { value_15 as value };
|
|
2241
|
+
}
|
|
2197
2242
|
export { defaultValue_26 as defaultValue };
|
|
2198
2243
|
const description_38: string;
|
|
2199
2244
|
export { description_38 as description };
|
|
@@ -2204,18 +2249,29 @@ declare namespace SectionTitle {
|
|
|
2204
2249
|
export namespace type_25 {
|
|
2205
2250
|
const name_52: string;
|
|
2206
2251
|
export { name_52 as name };
|
|
2207
|
-
const value_9: {
|
|
2208
|
-
value: string;
|
|
2209
|
-
}[];
|
|
2210
|
-
export { value_9 as value };
|
|
2211
2252
|
}
|
|
2212
2253
|
export { type_25 as type };
|
|
2213
2254
|
}
|
|
2214
|
-
|
|
2255
|
+
}
|
|
2256
|
+
export { props_4 as props };
|
|
2257
|
+
}
|
|
2258
|
+
export { __docgenInfo_4 as __docgenInfo };
|
|
2259
|
+
}
|
|
2260
|
+
declare function SectionDescription(_a: any): any;
|
|
2261
|
+
declare namespace SectionDescription {
|
|
2262
|
+
const displayName_10: string;
|
|
2263
|
+
export { displayName_10 as displayName };
|
|
2264
|
+
export namespace __docgenInfo_5 {
|
|
2265
|
+
const description_39: string;
|
|
2266
|
+
export { description_39 as description };
|
|
2267
|
+
const displayName_11: string;
|
|
2268
|
+
export { displayName_11 as displayName };
|
|
2269
|
+
export namespace props_5 {
|
|
2270
|
+
export namespace text_1 {
|
|
2215
2271
|
const defaultValue_27: null;
|
|
2216
2272
|
export { defaultValue_27 as defaultValue };
|
|
2217
|
-
const
|
|
2218
|
-
export {
|
|
2273
|
+
const description_40: string;
|
|
2274
|
+
export { description_40 as description };
|
|
2219
2275
|
const name_53: string;
|
|
2220
2276
|
export { name_53 as name };
|
|
2221
2277
|
const required_26: boolean;
|
|
@@ -2226,11 +2282,12 @@ declare namespace SectionTitle {
|
|
|
2226
2282
|
}
|
|
2227
2283
|
export { type_26 as type };
|
|
2228
2284
|
}
|
|
2229
|
-
|
|
2285
|
+
export { text_1 as text };
|
|
2286
|
+
export namespace color_1 {
|
|
2230
2287
|
const defaultValue_28: null;
|
|
2231
2288
|
export { defaultValue_28 as defaultValue };
|
|
2232
|
-
const
|
|
2233
|
-
export {
|
|
2289
|
+
const description_41: string;
|
|
2290
|
+
export { description_41 as description };
|
|
2234
2291
|
const name_55: string;
|
|
2235
2292
|
export { name_55 as name };
|
|
2236
2293
|
const required_27: boolean;
|
|
@@ -2238,18 +2295,15 @@ declare namespace SectionTitle {
|
|
|
2238
2295
|
export namespace type_27 {
|
|
2239
2296
|
const name_56: string;
|
|
2240
2297
|
export { name_56 as name };
|
|
2241
|
-
const value_10: {
|
|
2242
|
-
value: string;
|
|
2243
|
-
}[];
|
|
2244
|
-
export { value_10 as value };
|
|
2245
2298
|
}
|
|
2246
2299
|
export { type_27 as type };
|
|
2247
2300
|
}
|
|
2248
|
-
|
|
2301
|
+
export { color_1 as color };
|
|
2302
|
+
export namespace tooltipText_1 {
|
|
2249
2303
|
const defaultValue_29: null;
|
|
2250
2304
|
export { defaultValue_29 as defaultValue };
|
|
2251
|
-
const
|
|
2252
|
-
export {
|
|
2305
|
+
const description_42: string;
|
|
2306
|
+
export { description_42 as description };
|
|
2253
2307
|
const name_57: string;
|
|
2254
2308
|
export { name_57 as name };
|
|
2255
2309
|
const required_28: boolean;
|
|
@@ -2260,11 +2314,12 @@ declare namespace SectionTitle {
|
|
|
2260
2314
|
}
|
|
2261
2315
|
export { type_28 as type };
|
|
2262
2316
|
}
|
|
2263
|
-
|
|
2317
|
+
export { tooltipText_1 as tooltipText };
|
|
2318
|
+
export namespace tooltipPosition_1 {
|
|
2264
2319
|
const defaultValue_30: null;
|
|
2265
2320
|
export { defaultValue_30 as defaultValue };
|
|
2266
|
-
const
|
|
2267
|
-
export {
|
|
2321
|
+
const description_43: string;
|
|
2322
|
+
export { description_43 as description };
|
|
2268
2323
|
const name_59: string;
|
|
2269
2324
|
export { name_59 as name };
|
|
2270
2325
|
const required_29: boolean;
|
|
@@ -2272,18 +2327,19 @@ declare namespace SectionTitle {
|
|
|
2272
2327
|
export namespace type_29 {
|
|
2273
2328
|
const name_60: string;
|
|
2274
2329
|
export { name_60 as name };
|
|
2275
|
-
const
|
|
2330
|
+
const value_16: {
|
|
2276
2331
|
value: string;
|
|
2277
2332
|
}[];
|
|
2278
|
-
export {
|
|
2333
|
+
export { value_16 as value };
|
|
2279
2334
|
}
|
|
2280
2335
|
export { type_29 as type };
|
|
2281
2336
|
}
|
|
2282
|
-
|
|
2337
|
+
export { tooltipPosition_1 as tooltipPosition };
|
|
2338
|
+
export namespace textAlign_1 {
|
|
2283
2339
|
const defaultValue_31: null;
|
|
2284
2340
|
export { defaultValue_31 as defaultValue };
|
|
2285
|
-
const
|
|
2286
|
-
export {
|
|
2341
|
+
const description_44: string;
|
|
2342
|
+
export { description_44 as description };
|
|
2287
2343
|
const name_61: string;
|
|
2288
2344
|
export { name_61 as name };
|
|
2289
2345
|
const required_30: boolean;
|
|
@@ -2291,18 +2347,19 @@ declare namespace SectionTitle {
|
|
|
2291
2347
|
export namespace type_30 {
|
|
2292
2348
|
const name_62: string;
|
|
2293
2349
|
export { name_62 as name };
|
|
2294
|
-
const
|
|
2350
|
+
const value_17: {
|
|
2295
2351
|
value: string;
|
|
2296
2352
|
}[];
|
|
2297
|
-
export {
|
|
2353
|
+
export { value_17 as value };
|
|
2298
2354
|
}
|
|
2299
2355
|
export { type_30 as type };
|
|
2300
2356
|
}
|
|
2301
|
-
|
|
2357
|
+
export { textAlign_1 as textAlign };
|
|
2358
|
+
export namespace styleTheme_1 {
|
|
2302
2359
|
const defaultValue_32: null;
|
|
2303
2360
|
export { defaultValue_32 as defaultValue };
|
|
2304
|
-
const
|
|
2305
|
-
export {
|
|
2361
|
+
const description_45: string;
|
|
2362
|
+
export { description_45 as description };
|
|
2306
2363
|
const name_63: string;
|
|
2307
2364
|
export { name_63 as name };
|
|
2308
2365
|
const required_31: boolean;
|
|
@@ -2310,18 +2367,19 @@ declare namespace SectionTitle {
|
|
|
2310
2367
|
export namespace type_31 {
|
|
2311
2368
|
const name_64: string;
|
|
2312
2369
|
export { name_64 as name };
|
|
2313
|
-
const
|
|
2370
|
+
const value_18: {
|
|
2314
2371
|
value: string;
|
|
2315
2372
|
}[];
|
|
2316
|
-
export {
|
|
2373
|
+
export { value_18 as value };
|
|
2317
2374
|
}
|
|
2318
2375
|
export { type_31 as type };
|
|
2319
2376
|
}
|
|
2320
|
-
|
|
2377
|
+
export { styleTheme_1 as styleTheme };
|
|
2378
|
+
export namespace colorOverride_1 {
|
|
2321
2379
|
const defaultValue_33: null;
|
|
2322
2380
|
export { defaultValue_33 as defaultValue };
|
|
2323
|
-
const
|
|
2324
|
-
export {
|
|
2381
|
+
const description_46: string;
|
|
2382
|
+
export { description_46 as description };
|
|
2325
2383
|
const name_65: string;
|
|
2326
2384
|
export { name_65 as name };
|
|
2327
2385
|
const required_32: boolean;
|
|
@@ -2329,18 +2387,19 @@ declare namespace SectionTitle {
|
|
|
2329
2387
|
export namespace type_32 {
|
|
2330
2388
|
const name_66: string;
|
|
2331
2389
|
export { name_66 as name };
|
|
2332
|
-
const
|
|
2390
|
+
const value_19: {
|
|
2333
2391
|
value: string;
|
|
2334
2392
|
}[];
|
|
2335
|
-
export {
|
|
2393
|
+
export { value_19 as value };
|
|
2336
2394
|
}
|
|
2337
2395
|
export { type_32 as type };
|
|
2338
2396
|
}
|
|
2339
|
-
|
|
2397
|
+
export { colorOverride_1 as colorOverride };
|
|
2398
|
+
export namespace colorTheme_1 {
|
|
2340
2399
|
const defaultValue_34: null;
|
|
2341
2400
|
export { defaultValue_34 as defaultValue };
|
|
2342
|
-
const
|
|
2343
|
-
export {
|
|
2401
|
+
const description_47: string;
|
|
2402
|
+
export { description_47 as description };
|
|
2344
2403
|
const name_67: string;
|
|
2345
2404
|
export { name_67 as name };
|
|
2346
2405
|
const required_33: boolean;
|
|
@@ -2348,21 +2407,19 @@ declare namespace SectionTitle {
|
|
|
2348
2407
|
export namespace type_33 {
|
|
2349
2408
|
const name_68: string;
|
|
2350
2409
|
export { name_68 as name };
|
|
2351
|
-
const
|
|
2410
|
+
const value_20: {
|
|
2352
2411
|
value: string;
|
|
2353
2412
|
}[];
|
|
2354
|
-
export {
|
|
2413
|
+
export { value_20 as value };
|
|
2355
2414
|
}
|
|
2356
2415
|
export { type_33 as type };
|
|
2357
2416
|
}
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
export { value_16 as value };
|
|
2362
|
-
}
|
|
2417
|
+
export { colorTheme_1 as colorTheme };
|
|
2418
|
+
export namespace singleLineMode_1 {
|
|
2419
|
+
const defaultValue_35: null;
|
|
2363
2420
|
export { defaultValue_35 as defaultValue };
|
|
2364
|
-
const
|
|
2365
|
-
export {
|
|
2421
|
+
const description_48: string;
|
|
2422
|
+
export { description_48 as description };
|
|
2366
2423
|
const name_69: string;
|
|
2367
2424
|
export { name_69 as name };
|
|
2368
2425
|
const required_34: boolean;
|
|
@@ -2370,25 +2427,15 @@ declare namespace SectionTitle {
|
|
|
2370
2427
|
export namespace type_34 {
|
|
2371
2428
|
const name_70: string;
|
|
2372
2429
|
export { name_70 as name };
|
|
2430
|
+
const value_21: {
|
|
2431
|
+
value: string;
|
|
2432
|
+
}[];
|
|
2433
|
+
export { value_21 as value };
|
|
2373
2434
|
}
|
|
2374
2435
|
export { type_34 as type };
|
|
2375
2436
|
}
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
}
|
|
2379
|
-
export { __docgenInfo_4 as __docgenInfo };
|
|
2380
|
-
}
|
|
2381
|
-
declare function SectionDescription(_a: any): any;
|
|
2382
|
-
declare namespace SectionDescription {
|
|
2383
|
-
const displayName_10: string;
|
|
2384
|
-
export { displayName_10 as displayName };
|
|
2385
|
-
export namespace __docgenInfo_5 {
|
|
2386
|
-
const description_48: string;
|
|
2387
|
-
export { description_48 as description };
|
|
2388
|
-
const displayName_11: string;
|
|
2389
|
-
export { displayName_11 as displayName };
|
|
2390
|
-
export namespace props_5 {
|
|
2391
|
-
export namespace text_1 {
|
|
2437
|
+
export { singleLineMode_1 as singleLineMode };
|
|
2438
|
+
export namespace ellipsisMode_1 {
|
|
2392
2439
|
const defaultValue_36: null;
|
|
2393
2440
|
export { defaultValue_36 as defaultValue };
|
|
2394
2441
|
const description_49: string;
|
|
@@ -2400,11 +2447,15 @@ declare namespace SectionDescription {
|
|
|
2400
2447
|
export namespace type_35 {
|
|
2401
2448
|
const name_72: string;
|
|
2402
2449
|
export { name_72 as name };
|
|
2450
|
+
const value_22: {
|
|
2451
|
+
value: string;
|
|
2452
|
+
}[];
|
|
2453
|
+
export { value_22 as value };
|
|
2403
2454
|
}
|
|
2404
2455
|
export { type_35 as type };
|
|
2405
2456
|
}
|
|
2406
|
-
export {
|
|
2407
|
-
export namespace
|
|
2457
|
+
export { ellipsisMode_1 as ellipsisMode };
|
|
2458
|
+
export namespace lineLimit_1 {
|
|
2408
2459
|
const defaultValue_37: null;
|
|
2409
2460
|
export { defaultValue_37 as defaultValue };
|
|
2410
2461
|
const description_50: string;
|
|
@@ -2419,8 +2470,8 @@ declare namespace SectionDescription {
|
|
|
2419
2470
|
}
|
|
2420
2471
|
export { type_36 as type };
|
|
2421
2472
|
}
|
|
2422
|
-
export {
|
|
2423
|
-
export namespace
|
|
2473
|
+
export { lineLimit_1 as lineLimit };
|
|
2474
|
+
export namespace userSelectMode_1 {
|
|
2424
2475
|
const defaultValue_38: null;
|
|
2425
2476
|
export { defaultValue_38 as defaultValue };
|
|
2426
2477
|
const description_51: string;
|
|
@@ -2432,11 +2483,15 @@ declare namespace SectionDescription {
|
|
|
2432
2483
|
export namespace type_37 {
|
|
2433
2484
|
const name_76: string;
|
|
2434
2485
|
export { name_76 as name };
|
|
2486
|
+
const value_23: {
|
|
2487
|
+
value: string;
|
|
2488
|
+
}[];
|
|
2489
|
+
export { value_23 as value };
|
|
2435
2490
|
}
|
|
2436
2491
|
export { type_37 as type };
|
|
2437
2492
|
}
|
|
2438
|
-
export {
|
|
2439
|
-
export namespace
|
|
2493
|
+
export { userSelectMode_1 as userSelectMode };
|
|
2494
|
+
export namespace customFontSize_1 {
|
|
2440
2495
|
const defaultValue_39: null;
|
|
2441
2496
|
export { defaultValue_39 as defaultValue };
|
|
2442
2497
|
const description_52: string;
|
|
@@ -2448,15 +2503,11 @@ declare namespace SectionDescription {
|
|
|
2448
2503
|
export namespace type_38 {
|
|
2449
2504
|
const name_78: string;
|
|
2450
2505
|
export { name_78 as name };
|
|
2451
|
-
const value_17: {
|
|
2452
|
-
value: string;
|
|
2453
|
-
}[];
|
|
2454
|
-
export { value_17 as value };
|
|
2455
2506
|
}
|
|
2456
2507
|
export { type_38 as type };
|
|
2457
2508
|
}
|
|
2458
|
-
export {
|
|
2459
|
-
export namespace
|
|
2509
|
+
export { customFontSize_1 as customFontSize };
|
|
2510
|
+
export namespace customFontWeight_1 {
|
|
2460
2511
|
const defaultValue_40: null;
|
|
2461
2512
|
export { defaultValue_40 as defaultValue };
|
|
2462
2513
|
const description_53: string;
|
|
@@ -2468,15 +2519,15 @@ declare namespace SectionDescription {
|
|
|
2468
2519
|
export namespace type_39 {
|
|
2469
2520
|
const name_80: string;
|
|
2470
2521
|
export { name_80 as name };
|
|
2471
|
-
const
|
|
2522
|
+
const value_24: {
|
|
2472
2523
|
value: string;
|
|
2473
2524
|
}[];
|
|
2474
|
-
export {
|
|
2525
|
+
export { value_24 as value };
|
|
2475
2526
|
}
|
|
2476
2527
|
export { type_39 as type };
|
|
2477
2528
|
}
|
|
2478
|
-
export {
|
|
2479
|
-
export namespace
|
|
2529
|
+
export { customFontWeight_1 as customFontWeight };
|
|
2530
|
+
export namespace textDecorationType_1 {
|
|
2480
2531
|
const defaultValue_41: null;
|
|
2481
2532
|
export { defaultValue_41 as defaultValue };
|
|
2482
2533
|
const description_54: string;
|
|
@@ -2488,15 +2539,15 @@ declare namespace SectionDescription {
|
|
|
2488
2539
|
export namespace type_40 {
|
|
2489
2540
|
const name_82: string;
|
|
2490
2541
|
export { name_82 as name };
|
|
2491
|
-
const
|
|
2542
|
+
const value_25: {
|
|
2492
2543
|
value: string;
|
|
2493
2544
|
}[];
|
|
2494
|
-
export {
|
|
2545
|
+
export { value_25 as value };
|
|
2495
2546
|
}
|
|
2496
2547
|
export { type_40 as type };
|
|
2497
2548
|
}
|
|
2498
|
-
export {
|
|
2499
|
-
export namespace
|
|
2549
|
+
export { textDecorationType_1 as textDecorationType };
|
|
2550
|
+
export namespace requirementMode_1 {
|
|
2500
2551
|
const defaultValue_42: null;
|
|
2501
2552
|
export { defaultValue_42 as defaultValue };
|
|
2502
2553
|
const description_55: string;
|
|
@@ -2508,15 +2559,15 @@ declare namespace SectionDescription {
|
|
|
2508
2559
|
export namespace type_41 {
|
|
2509
2560
|
const name_84: string;
|
|
2510
2561
|
export { name_84 as name };
|
|
2511
|
-
const
|
|
2562
|
+
const value_26: {
|
|
2512
2563
|
value: string;
|
|
2513
2564
|
}[];
|
|
2514
|
-
export {
|
|
2565
|
+
export { value_26 as value };
|
|
2515
2566
|
}
|
|
2516
2567
|
export { type_41 as type };
|
|
2517
2568
|
}
|
|
2518
|
-
export {
|
|
2519
|
-
export namespace
|
|
2569
|
+
export { requirementMode_1 as requirementMode };
|
|
2570
|
+
export namespace bulletPointMode_1 {
|
|
2520
2571
|
const defaultValue_43: null;
|
|
2521
2572
|
export { defaultValue_43 as defaultValue };
|
|
2522
2573
|
const description_56: string;
|
|
@@ -2528,15 +2579,15 @@ declare namespace SectionDescription {
|
|
|
2528
2579
|
export namespace type_42 {
|
|
2529
2580
|
const name_86: string;
|
|
2530
2581
|
export { name_86 as name };
|
|
2531
|
-
const
|
|
2582
|
+
const value_27: {
|
|
2532
2583
|
value: string;
|
|
2533
2584
|
}[];
|
|
2534
|
-
export {
|
|
2585
|
+
export { value_27 as value };
|
|
2535
2586
|
}
|
|
2536
2587
|
export { type_42 as type };
|
|
2537
2588
|
}
|
|
2538
|
-
export {
|
|
2539
|
-
export namespace
|
|
2589
|
+
export { bulletPointMode_1 as bulletPointMode };
|
|
2590
|
+
export namespace wordBreak_1 {
|
|
2540
2591
|
const defaultValue_44: null;
|
|
2541
2592
|
export { defaultValue_44 as defaultValue };
|
|
2542
2593
|
const description_57: string;
|
|
@@ -2548,15 +2599,15 @@ declare namespace SectionDescription {
|
|
|
2548
2599
|
export namespace type_43 {
|
|
2549
2600
|
const name_88: string;
|
|
2550
2601
|
export { name_88 as name };
|
|
2551
|
-
const
|
|
2602
|
+
const value_28: {
|
|
2552
2603
|
value: string;
|
|
2553
2604
|
}[];
|
|
2554
|
-
export {
|
|
2605
|
+
export { value_28 as value };
|
|
2555
2606
|
}
|
|
2556
2607
|
export { type_43 as type };
|
|
2557
2608
|
}
|
|
2558
|
-
export {
|
|
2559
|
-
export namespace
|
|
2609
|
+
export { wordBreak_1 as wordBreak };
|
|
2610
|
+
export namespace fontWeight {
|
|
2560
2611
|
const defaultValue_45: null;
|
|
2561
2612
|
export { defaultValue_45 as defaultValue };
|
|
2562
2613
|
const description_58: string;
|
|
@@ -2568,19 +2619,29 @@ declare namespace SectionDescription {
|
|
|
2568
2619
|
export namespace type_44 {
|
|
2569
2620
|
const name_90: string;
|
|
2570
2621
|
export { name_90 as name };
|
|
2571
|
-
const value_23: {
|
|
2572
|
-
value: string;
|
|
2573
|
-
}[];
|
|
2574
|
-
export { value_23 as value };
|
|
2575
2622
|
}
|
|
2576
2623
|
export { type_44 as type };
|
|
2577
2624
|
}
|
|
2578
|
-
|
|
2579
|
-
|
|
2625
|
+
}
|
|
2626
|
+
export { props_5 as props };
|
|
2627
|
+
}
|
|
2628
|
+
export { __docgenInfo_5 as __docgenInfo };
|
|
2629
|
+
}
|
|
2630
|
+
declare function SectionImage(_a: any): any;
|
|
2631
|
+
declare namespace SectionImage {
|
|
2632
|
+
const displayName_12: string;
|
|
2633
|
+
export { displayName_12 as displayName };
|
|
2634
|
+
export namespace __docgenInfo_6 {
|
|
2635
|
+
const description_59: string;
|
|
2636
|
+
export { description_59 as description };
|
|
2637
|
+
const displayName_13: string;
|
|
2638
|
+
export { displayName_13 as displayName };
|
|
2639
|
+
export namespace props_6 {
|
|
2640
|
+
export namespace src {
|
|
2580
2641
|
const defaultValue_46: null;
|
|
2581
2642
|
export { defaultValue_46 as defaultValue };
|
|
2582
|
-
const
|
|
2583
|
-
export {
|
|
2643
|
+
const description_60: string;
|
|
2644
|
+
export { description_60 as description };
|
|
2584
2645
|
const name_91: string;
|
|
2585
2646
|
export { name_91 as name };
|
|
2586
2647
|
const required_45: boolean;
|
|
@@ -2591,12 +2652,11 @@ declare namespace SectionDescription {
|
|
|
2591
2652
|
}
|
|
2592
2653
|
export { type_45 as type };
|
|
2593
2654
|
}
|
|
2594
|
-
export
|
|
2595
|
-
export namespace userSelectMode_1 {
|
|
2655
|
+
export namespace shapeType {
|
|
2596
2656
|
const defaultValue_47: null;
|
|
2597
2657
|
export { defaultValue_47 as defaultValue };
|
|
2598
|
-
const
|
|
2599
|
-
export {
|
|
2658
|
+
const description_61: string;
|
|
2659
|
+
export { description_61 as description };
|
|
2600
2660
|
const name_93: string;
|
|
2601
2661
|
export { name_93 as name };
|
|
2602
2662
|
const required_46: boolean;
|
|
@@ -2604,19 +2664,18 @@ declare namespace SectionDescription {
|
|
|
2604
2664
|
export namespace type_46 {
|
|
2605
2665
|
const name_94: string;
|
|
2606
2666
|
export { name_94 as name };
|
|
2607
|
-
const
|
|
2667
|
+
const value_29: {
|
|
2608
2668
|
value: string;
|
|
2609
2669
|
}[];
|
|
2610
|
-
export {
|
|
2670
|
+
export { value_29 as value };
|
|
2611
2671
|
}
|
|
2612
2672
|
export { type_46 as type };
|
|
2613
2673
|
}
|
|
2614
|
-
export
|
|
2615
|
-
export namespace customFontSize_1 {
|
|
2674
|
+
export namespace radius {
|
|
2616
2675
|
const defaultValue_48: null;
|
|
2617
|
-
export { defaultValue_48 as defaultValue };
|
|
2618
|
-
const
|
|
2619
|
-
export {
|
|
2676
|
+
export { defaultValue_48 as defaultValue };
|
|
2677
|
+
const description_62: string;
|
|
2678
|
+
export { description_62 as description };
|
|
2620
2679
|
const name_95: string;
|
|
2621
2680
|
export { name_95 as name };
|
|
2622
2681
|
const required_47: boolean;
|
|
@@ -2624,15 +2683,18 @@ declare namespace SectionDescription {
|
|
|
2624
2683
|
export namespace type_47 {
|
|
2625
2684
|
const name_96: string;
|
|
2626
2685
|
export { name_96 as name };
|
|
2686
|
+
const value_30: {
|
|
2687
|
+
value: string;
|
|
2688
|
+
}[];
|
|
2689
|
+
export { value_30 as value };
|
|
2627
2690
|
}
|
|
2628
2691
|
export { type_47 as type };
|
|
2629
2692
|
}
|
|
2630
|
-
export
|
|
2631
|
-
export namespace customFontWeight_1 {
|
|
2693
|
+
export namespace width_1 {
|
|
2632
2694
|
const defaultValue_49: null;
|
|
2633
2695
|
export { defaultValue_49 as defaultValue };
|
|
2634
|
-
const
|
|
2635
|
-
export {
|
|
2696
|
+
const description_63: string;
|
|
2697
|
+
export { description_63 as description };
|
|
2636
2698
|
const name_97: string;
|
|
2637
2699
|
export { name_97 as name };
|
|
2638
2700
|
const required_48: boolean;
|
|
@@ -2640,19 +2702,15 @@ declare namespace SectionDescription {
|
|
|
2640
2702
|
export namespace type_48 {
|
|
2641
2703
|
const name_98: string;
|
|
2642
2704
|
export { name_98 as name };
|
|
2643
|
-
const value_25: {
|
|
2644
|
-
value: string;
|
|
2645
|
-
}[];
|
|
2646
|
-
export { value_25 as value };
|
|
2647
2705
|
}
|
|
2648
2706
|
export { type_48 as type };
|
|
2649
2707
|
}
|
|
2650
|
-
export {
|
|
2651
|
-
export namespace
|
|
2708
|
+
export { width_1 as width };
|
|
2709
|
+
export namespace height {
|
|
2652
2710
|
const defaultValue_50: null;
|
|
2653
2711
|
export { defaultValue_50 as defaultValue };
|
|
2654
|
-
const
|
|
2655
|
-
export {
|
|
2712
|
+
const description_64: string;
|
|
2713
|
+
export { description_64 as description };
|
|
2656
2714
|
const name_99: string;
|
|
2657
2715
|
export { name_99 as name };
|
|
2658
2716
|
const required_49: boolean;
|
|
@@ -2660,19 +2718,14 @@ declare namespace SectionDescription {
|
|
|
2660
2718
|
export namespace type_49 {
|
|
2661
2719
|
const name_100: string;
|
|
2662
2720
|
export { name_100 as name };
|
|
2663
|
-
const value_26: {
|
|
2664
|
-
value: string;
|
|
2665
|
-
}[];
|
|
2666
|
-
export { value_26 as value };
|
|
2667
2721
|
}
|
|
2668
2722
|
export { type_49 as type };
|
|
2669
2723
|
}
|
|
2670
|
-
export
|
|
2671
|
-
export namespace requirementMode_1 {
|
|
2724
|
+
export namespace noImageHeight {
|
|
2672
2725
|
const defaultValue_51: null;
|
|
2673
2726
|
export { defaultValue_51 as defaultValue };
|
|
2674
|
-
const
|
|
2675
|
-
export {
|
|
2727
|
+
const description_65: string;
|
|
2728
|
+
export { description_65 as description };
|
|
2676
2729
|
const name_101: string;
|
|
2677
2730
|
export { name_101 as name };
|
|
2678
2731
|
const required_50: boolean;
|
|
@@ -2680,19 +2733,14 @@ declare namespace SectionDescription {
|
|
|
2680
2733
|
export namespace type_50 {
|
|
2681
2734
|
const name_102: string;
|
|
2682
2735
|
export { name_102 as name };
|
|
2683
|
-
const value_27: {
|
|
2684
|
-
value: string;
|
|
2685
|
-
}[];
|
|
2686
|
-
export { value_27 as value };
|
|
2687
2736
|
}
|
|
2688
2737
|
export { type_50 as type };
|
|
2689
2738
|
}
|
|
2690
|
-
export
|
|
2691
|
-
export namespace bulletPointMode_1 {
|
|
2739
|
+
export namespace noImageWidth {
|
|
2692
2740
|
const defaultValue_52: null;
|
|
2693
2741
|
export { defaultValue_52 as defaultValue };
|
|
2694
|
-
const
|
|
2695
|
-
export {
|
|
2742
|
+
const description_66: string;
|
|
2743
|
+
export { description_66 as description };
|
|
2696
2744
|
const name_103: string;
|
|
2697
2745
|
export { name_103 as name };
|
|
2698
2746
|
const required_51: boolean;
|
|
@@ -2700,19 +2748,14 @@ declare namespace SectionDescription {
|
|
|
2700
2748
|
export namespace type_51 {
|
|
2701
2749
|
const name_104: string;
|
|
2702
2750
|
export { name_104 as name };
|
|
2703
|
-
const value_28: {
|
|
2704
|
-
value: string;
|
|
2705
|
-
}[];
|
|
2706
|
-
export { value_28 as value };
|
|
2707
2751
|
}
|
|
2708
2752
|
export { type_51 as type };
|
|
2709
2753
|
}
|
|
2710
|
-
export
|
|
2711
|
-
export namespace wordBreak_1 {
|
|
2754
|
+
export namespace ratio {
|
|
2712
2755
|
const defaultValue_53: null;
|
|
2713
2756
|
export { defaultValue_53 as defaultValue };
|
|
2714
|
-
const
|
|
2715
|
-
export {
|
|
2757
|
+
const description_67: string;
|
|
2758
|
+
export { description_67 as description };
|
|
2716
2759
|
const name_105: string;
|
|
2717
2760
|
export { name_105 as name };
|
|
2718
2761
|
const required_52: boolean;
|
|
@@ -2720,19 +2763,18 @@ declare namespace SectionDescription {
|
|
|
2720
2763
|
export namespace type_52 {
|
|
2721
2764
|
const name_106: string;
|
|
2722
2765
|
export { name_106 as name };
|
|
2723
|
-
const
|
|
2766
|
+
const value_31: {
|
|
2724
2767
|
value: string;
|
|
2725
2768
|
}[];
|
|
2726
|
-
export {
|
|
2769
|
+
export { value_31 as value };
|
|
2727
2770
|
}
|
|
2728
2771
|
export { type_52 as type };
|
|
2729
2772
|
}
|
|
2730
|
-
export
|
|
2731
|
-
export namespace fontWeight {
|
|
2773
|
+
export namespace scaleType {
|
|
2732
2774
|
const defaultValue_54: null;
|
|
2733
2775
|
export { defaultValue_54 as defaultValue };
|
|
2734
|
-
const
|
|
2735
|
-
export {
|
|
2776
|
+
const description_68: string;
|
|
2777
|
+
export { description_68 as description };
|
|
2736
2778
|
const name_107: string;
|
|
2737
2779
|
export { name_107 as name };
|
|
2738
2780
|
const required_53: boolean;
|
|
@@ -2740,25 +2782,14 @@ declare namespace SectionDescription {
|
|
|
2740
2782
|
export namespace type_53 {
|
|
2741
2783
|
const name_108: string;
|
|
2742
2784
|
export { name_108 as name };
|
|
2785
|
+
const value_32: {
|
|
2786
|
+
value: string;
|
|
2787
|
+
}[];
|
|
2788
|
+
export { value_32 as value };
|
|
2743
2789
|
}
|
|
2744
2790
|
export { type_53 as type };
|
|
2745
2791
|
}
|
|
2746
|
-
|
|
2747
|
-
export { props_5 as props };
|
|
2748
|
-
}
|
|
2749
|
-
export { __docgenInfo_5 as __docgenInfo };
|
|
2750
|
-
}
|
|
2751
|
-
declare function SectionImage(_a: any): any;
|
|
2752
|
-
declare namespace SectionImage {
|
|
2753
|
-
const displayName_12: string;
|
|
2754
|
-
export { displayName_12 as displayName };
|
|
2755
|
-
export namespace __docgenInfo_6 {
|
|
2756
|
-
const description_68: string;
|
|
2757
|
-
export { description_68 as description };
|
|
2758
|
-
const displayName_13: string;
|
|
2759
|
-
export { displayName_13 as displayName };
|
|
2760
|
-
export namespace props_6 {
|
|
2761
|
-
export namespace src {
|
|
2792
|
+
export namespace borderMode {
|
|
2762
2793
|
const defaultValue_55: null;
|
|
2763
2794
|
export { defaultValue_55 as defaultValue };
|
|
2764
2795
|
const description_69: string;
|
|
@@ -2770,10 +2801,14 @@ declare namespace SectionImage {
|
|
|
2770
2801
|
export namespace type_54 {
|
|
2771
2802
|
const name_110: string;
|
|
2772
2803
|
export { name_110 as name };
|
|
2804
|
+
const value_33: {
|
|
2805
|
+
value: string;
|
|
2806
|
+
}[];
|
|
2807
|
+
export { value_33 as value };
|
|
2773
2808
|
}
|
|
2774
2809
|
export { type_54 as type };
|
|
2775
2810
|
}
|
|
2776
|
-
export namespace
|
|
2811
|
+
export namespace backgroundFillMode {
|
|
2777
2812
|
const defaultValue_56: null;
|
|
2778
2813
|
export { defaultValue_56 as defaultValue };
|
|
2779
2814
|
const description_70: string;
|
|
@@ -2785,14 +2820,14 @@ declare namespace SectionImage {
|
|
|
2785
2820
|
export namespace type_55 {
|
|
2786
2821
|
const name_112: string;
|
|
2787
2822
|
export { name_112 as name };
|
|
2788
|
-
const
|
|
2823
|
+
const value_34: {
|
|
2789
2824
|
value: string;
|
|
2790
2825
|
}[];
|
|
2791
|
-
export {
|
|
2826
|
+
export { value_34 as value };
|
|
2792
2827
|
}
|
|
2793
2828
|
export { type_55 as type };
|
|
2794
2829
|
}
|
|
2795
|
-
export namespace
|
|
2830
|
+
export namespace isLoading {
|
|
2796
2831
|
const defaultValue_57: null;
|
|
2797
2832
|
export { defaultValue_57 as defaultValue };
|
|
2798
2833
|
const description_71: string;
|
|
@@ -2804,18 +2839,32 @@ declare namespace SectionImage {
|
|
|
2804
2839
|
export namespace type_56 {
|
|
2805
2840
|
const name_114: string;
|
|
2806
2841
|
export { name_114 as name };
|
|
2807
|
-
const value_31: {
|
|
2808
|
-
value: string;
|
|
2809
|
-
}[];
|
|
2810
|
-
export { value_31 as value };
|
|
2811
2842
|
}
|
|
2812
2843
|
export { type_56 as type };
|
|
2813
2844
|
}
|
|
2814
|
-
|
|
2815
|
-
|
|
2845
|
+
}
|
|
2846
|
+
export { props_6 as props };
|
|
2847
|
+
}
|
|
2848
|
+
export { __docgenInfo_6 as __docgenInfo };
|
|
2849
|
+
}
|
|
2850
|
+
declare function SectionButton(_a: any): any;
|
|
2851
|
+
declare namespace SectionButton {
|
|
2852
|
+
const displayName_14: string;
|
|
2853
|
+
export { displayName_14 as displayName };
|
|
2854
|
+
export namespace __docgenInfo_7 {
|
|
2855
|
+
const description_72: string;
|
|
2856
|
+
export { description_72 as description };
|
|
2857
|
+
const displayName_15: string;
|
|
2858
|
+
export { displayName_15 as displayName };
|
|
2859
|
+
export namespace props_7 {
|
|
2860
|
+
export namespace linkType {
|
|
2861
|
+
export namespace defaultValue_58 {
|
|
2862
|
+
const value_35: string;
|
|
2863
|
+
export { value_35 as value };
|
|
2864
|
+
}
|
|
2816
2865
|
export { defaultValue_58 as defaultValue };
|
|
2817
|
-
const
|
|
2818
|
-
export {
|
|
2866
|
+
const description_73: string;
|
|
2867
|
+
export { description_73 as description };
|
|
2819
2868
|
const name_115: string;
|
|
2820
2869
|
export { name_115 as name };
|
|
2821
2870
|
const required_57: boolean;
|
|
@@ -2823,15 +2872,18 @@ declare namespace SectionImage {
|
|
|
2823
2872
|
export namespace type_57 {
|
|
2824
2873
|
const name_116: string;
|
|
2825
2874
|
export { name_116 as name };
|
|
2875
|
+
const value_36: {
|
|
2876
|
+
value: string;
|
|
2877
|
+
}[];
|
|
2878
|
+
export { value_36 as value };
|
|
2826
2879
|
}
|
|
2827
2880
|
export { type_57 as type };
|
|
2828
2881
|
}
|
|
2829
|
-
export
|
|
2830
|
-
export namespace height {
|
|
2882
|
+
export namespace buttonType {
|
|
2831
2883
|
const defaultValue_59: null;
|
|
2832
2884
|
export { defaultValue_59 as defaultValue };
|
|
2833
|
-
const
|
|
2834
|
-
export {
|
|
2885
|
+
const description_74: string;
|
|
2886
|
+
export { description_74 as description };
|
|
2835
2887
|
const name_117: string;
|
|
2836
2888
|
export { name_117 as name };
|
|
2837
2889
|
const required_58: boolean;
|
|
@@ -2842,11 +2894,11 @@ declare namespace SectionImage {
|
|
|
2842
2894
|
}
|
|
2843
2895
|
export { type_58 as type };
|
|
2844
2896
|
}
|
|
2845
|
-
export namespace
|
|
2897
|
+
export namespace backgroundColor {
|
|
2846
2898
|
const defaultValue_60: null;
|
|
2847
2899
|
export { defaultValue_60 as defaultValue };
|
|
2848
|
-
const
|
|
2849
|
-
export {
|
|
2900
|
+
const description_75: string;
|
|
2901
|
+
export { description_75 as description };
|
|
2850
2902
|
const name_119: string;
|
|
2851
2903
|
export { name_119 as name };
|
|
2852
2904
|
const required_59: boolean;
|
|
@@ -2857,11 +2909,11 @@ declare namespace SectionImage {
|
|
|
2857
2909
|
}
|
|
2858
2910
|
export { type_59 as type };
|
|
2859
2911
|
}
|
|
2860
|
-
export namespace
|
|
2912
|
+
export namespace textColor {
|
|
2861
2913
|
const defaultValue_61: null;
|
|
2862
2914
|
export { defaultValue_61 as defaultValue };
|
|
2863
|
-
const
|
|
2864
|
-
export {
|
|
2915
|
+
const description_76: string;
|
|
2916
|
+
export { description_76 as description };
|
|
2865
2917
|
const name_121: string;
|
|
2866
2918
|
export { name_121 as name };
|
|
2867
2919
|
const required_60: boolean;
|
|
@@ -2872,11 +2924,11 @@ declare namespace SectionImage {
|
|
|
2872
2924
|
}
|
|
2873
2925
|
export { type_60 as type };
|
|
2874
2926
|
}
|
|
2875
|
-
export namespace
|
|
2927
|
+
export namespace text_2 {
|
|
2876
2928
|
const defaultValue_62: null;
|
|
2877
2929
|
export { defaultValue_62 as defaultValue };
|
|
2878
|
-
const
|
|
2879
|
-
export {
|
|
2930
|
+
const description_77: string;
|
|
2931
|
+
export { description_77 as description };
|
|
2880
2932
|
const name_123: string;
|
|
2881
2933
|
export { name_123 as name };
|
|
2882
2934
|
const required_61: boolean;
|
|
@@ -2884,18 +2936,18 @@ declare namespace SectionImage {
|
|
|
2884
2936
|
export namespace type_61 {
|
|
2885
2937
|
const name_124: string;
|
|
2886
2938
|
export { name_124 as name };
|
|
2887
|
-
const value_32: {
|
|
2888
|
-
value: string;
|
|
2889
|
-
}[];
|
|
2890
|
-
export { value_32 as value };
|
|
2891
2939
|
}
|
|
2892
2940
|
export { type_61 as type };
|
|
2893
2941
|
}
|
|
2894
|
-
export
|
|
2895
|
-
|
|
2942
|
+
export { text_2 as text };
|
|
2943
|
+
export namespace src_1 {
|
|
2944
|
+
export namespace defaultValue_63 {
|
|
2945
|
+
const value_37: string;
|
|
2946
|
+
export { value_37 as value };
|
|
2947
|
+
}
|
|
2896
2948
|
export { defaultValue_63 as defaultValue };
|
|
2897
|
-
const
|
|
2898
|
-
export {
|
|
2949
|
+
const description_78: string;
|
|
2950
|
+
export { description_78 as description };
|
|
2899
2951
|
const name_125: string;
|
|
2900
2952
|
export { name_125 as name };
|
|
2901
2953
|
const required_62: boolean;
|
|
@@ -2903,18 +2955,15 @@ declare namespace SectionImage {
|
|
|
2903
2955
|
export namespace type_62 {
|
|
2904
2956
|
const name_126: string;
|
|
2905
2957
|
export { name_126 as name };
|
|
2906
|
-
const value_33: {
|
|
2907
|
-
value: string;
|
|
2908
|
-
}[];
|
|
2909
|
-
export { value_33 as value };
|
|
2910
2958
|
}
|
|
2911
2959
|
export { type_62 as type };
|
|
2912
2960
|
}
|
|
2913
|
-
export
|
|
2961
|
+
export { src_1 as src };
|
|
2962
|
+
export namespace borderColor {
|
|
2914
2963
|
const defaultValue_64: null;
|
|
2915
2964
|
export { defaultValue_64 as defaultValue };
|
|
2916
|
-
const
|
|
2917
|
-
export {
|
|
2965
|
+
const description_79: string;
|
|
2966
|
+
export { description_79 as description };
|
|
2918
2967
|
const name_127: string;
|
|
2919
2968
|
export { name_127 as name };
|
|
2920
2969
|
const required_63: boolean;
|
|
@@ -2922,18 +2971,17 @@ declare namespace SectionImage {
|
|
|
2922
2971
|
export namespace type_63 {
|
|
2923
2972
|
const name_128: string;
|
|
2924
2973
|
export { name_128 as name };
|
|
2925
|
-
const value_34: {
|
|
2926
|
-
value: string;
|
|
2927
|
-
}[];
|
|
2928
|
-
export { value_34 as value };
|
|
2929
2974
|
}
|
|
2930
2975
|
export { type_63 as type };
|
|
2931
2976
|
}
|
|
2932
|
-
export namespace
|
|
2933
|
-
|
|
2977
|
+
export namespace state {
|
|
2978
|
+
export namespace defaultValue_65 {
|
|
2979
|
+
const value_38: string;
|
|
2980
|
+
export { value_38 as value };
|
|
2981
|
+
}
|
|
2934
2982
|
export { defaultValue_65 as defaultValue };
|
|
2935
|
-
const
|
|
2936
|
-
export {
|
|
2983
|
+
const description_80: string;
|
|
2984
|
+
export { description_80 as description };
|
|
2937
2985
|
const name_129: string;
|
|
2938
2986
|
export { name_129 as name };
|
|
2939
2987
|
const required_64: boolean;
|
|
@@ -2941,181 +2989,12 @@ declare namespace SectionImage {
|
|
|
2941
2989
|
export namespace type_64 {
|
|
2942
2990
|
const name_130: string;
|
|
2943
2991
|
export { name_130 as name };
|
|
2944
|
-
const
|
|
2945
|
-
value: string;
|
|
2946
|
-
}[];
|
|
2947
|
-
export { value_35 as value };
|
|
2948
|
-
}
|
|
2949
|
-
export { type_64 as type };
|
|
2950
|
-
}
|
|
2951
|
-
export namespace isLoading {
|
|
2952
|
-
const defaultValue_66: null;
|
|
2953
|
-
export { defaultValue_66 as defaultValue };
|
|
2954
|
-
const description_80: string;
|
|
2955
|
-
export { description_80 as description };
|
|
2956
|
-
const name_131: string;
|
|
2957
|
-
export { name_131 as name };
|
|
2958
|
-
const required_65: boolean;
|
|
2959
|
-
export { required_65 as required };
|
|
2960
|
-
export namespace type_65 {
|
|
2961
|
-
const name_132: string;
|
|
2962
|
-
export { name_132 as name };
|
|
2963
|
-
}
|
|
2964
|
-
export { type_65 as type };
|
|
2965
|
-
}
|
|
2966
|
-
}
|
|
2967
|
-
export { props_6 as props };
|
|
2968
|
-
}
|
|
2969
|
-
export { __docgenInfo_6 as __docgenInfo };
|
|
2970
|
-
}
|
|
2971
|
-
declare function SectionButton(_a: any): any;
|
|
2972
|
-
declare namespace SectionButton {
|
|
2973
|
-
const displayName_14: string;
|
|
2974
|
-
export { displayName_14 as displayName };
|
|
2975
|
-
export namespace __docgenInfo_7 {
|
|
2976
|
-
const description_81: string;
|
|
2977
|
-
export { description_81 as description };
|
|
2978
|
-
const displayName_15: string;
|
|
2979
|
-
export { displayName_15 as displayName };
|
|
2980
|
-
export namespace props_7 {
|
|
2981
|
-
export namespace linkType {
|
|
2982
|
-
export namespace defaultValue_67 {
|
|
2983
|
-
const value_36: string;
|
|
2984
|
-
export { value_36 as value };
|
|
2985
|
-
}
|
|
2986
|
-
export { defaultValue_67 as defaultValue };
|
|
2987
|
-
const description_82: string;
|
|
2988
|
-
export { description_82 as description };
|
|
2989
|
-
const name_133: string;
|
|
2990
|
-
export { name_133 as name };
|
|
2991
|
-
const required_66: boolean;
|
|
2992
|
-
export { required_66 as required };
|
|
2993
|
-
export namespace type_66 {
|
|
2994
|
-
const name_134: string;
|
|
2995
|
-
export { name_134 as name };
|
|
2996
|
-
const value_37: {
|
|
2992
|
+
const value_39: {
|
|
2997
2993
|
value: string;
|
|
2998
2994
|
}[];
|
|
2999
|
-
export { value_37 as value };
|
|
3000
|
-
}
|
|
3001
|
-
export { type_66 as type };
|
|
3002
|
-
}
|
|
3003
|
-
export namespace buttonType {
|
|
3004
|
-
const defaultValue_68: null;
|
|
3005
|
-
export { defaultValue_68 as defaultValue };
|
|
3006
|
-
const description_83: string;
|
|
3007
|
-
export { description_83 as description };
|
|
3008
|
-
const name_135: string;
|
|
3009
|
-
export { name_135 as name };
|
|
3010
|
-
const required_67: boolean;
|
|
3011
|
-
export { required_67 as required };
|
|
3012
|
-
export namespace type_67 {
|
|
3013
|
-
const name_136: string;
|
|
3014
|
-
export { name_136 as name };
|
|
3015
|
-
}
|
|
3016
|
-
export { type_67 as type };
|
|
3017
|
-
}
|
|
3018
|
-
export namespace backgroundColor {
|
|
3019
|
-
const defaultValue_69: null;
|
|
3020
|
-
export { defaultValue_69 as defaultValue };
|
|
3021
|
-
const description_84: string;
|
|
3022
|
-
export { description_84 as description };
|
|
3023
|
-
const name_137: string;
|
|
3024
|
-
export { name_137 as name };
|
|
3025
|
-
const required_68: boolean;
|
|
3026
|
-
export { required_68 as required };
|
|
3027
|
-
export namespace type_68 {
|
|
3028
|
-
const name_138: string;
|
|
3029
|
-
export { name_138 as name };
|
|
3030
|
-
}
|
|
3031
|
-
export { type_68 as type };
|
|
3032
|
-
}
|
|
3033
|
-
export namespace textColor {
|
|
3034
|
-
const defaultValue_70: null;
|
|
3035
|
-
export { defaultValue_70 as defaultValue };
|
|
3036
|
-
const description_85: string;
|
|
3037
|
-
export { description_85 as description };
|
|
3038
|
-
const name_139: string;
|
|
3039
|
-
export { name_139 as name };
|
|
3040
|
-
const required_69: boolean;
|
|
3041
|
-
export { required_69 as required };
|
|
3042
|
-
export namespace type_69 {
|
|
3043
|
-
const name_140: string;
|
|
3044
|
-
export { name_140 as name };
|
|
3045
|
-
}
|
|
3046
|
-
export { type_69 as type };
|
|
3047
|
-
}
|
|
3048
|
-
export namespace text_2 {
|
|
3049
|
-
const defaultValue_71: null;
|
|
3050
|
-
export { defaultValue_71 as defaultValue };
|
|
3051
|
-
const description_86: string;
|
|
3052
|
-
export { description_86 as description };
|
|
3053
|
-
const name_141: string;
|
|
3054
|
-
export { name_141 as name };
|
|
3055
|
-
const required_70: boolean;
|
|
3056
|
-
export { required_70 as required };
|
|
3057
|
-
export namespace type_70 {
|
|
3058
|
-
const name_142: string;
|
|
3059
|
-
export { name_142 as name };
|
|
3060
|
-
}
|
|
3061
|
-
export { type_70 as type };
|
|
3062
|
-
}
|
|
3063
|
-
export { text_2 as text };
|
|
3064
|
-
export namespace src_1 {
|
|
3065
|
-
export namespace defaultValue_72 {
|
|
3066
|
-
const value_38: string;
|
|
3067
|
-
export { value_38 as value };
|
|
3068
|
-
}
|
|
3069
|
-
export { defaultValue_72 as defaultValue };
|
|
3070
|
-
const description_87: string;
|
|
3071
|
-
export { description_87 as description };
|
|
3072
|
-
const name_143: string;
|
|
3073
|
-
export { name_143 as name };
|
|
3074
|
-
const required_71: boolean;
|
|
3075
|
-
export { required_71 as required };
|
|
3076
|
-
export namespace type_71 {
|
|
3077
|
-
const name_144: string;
|
|
3078
|
-
export { name_144 as name };
|
|
3079
|
-
}
|
|
3080
|
-
export { type_71 as type };
|
|
3081
|
-
}
|
|
3082
|
-
export { src_1 as src };
|
|
3083
|
-
export namespace borderColor {
|
|
3084
|
-
const defaultValue_73: null;
|
|
3085
|
-
export { defaultValue_73 as defaultValue };
|
|
3086
|
-
const description_88: string;
|
|
3087
|
-
export { description_88 as description };
|
|
3088
|
-
const name_145: string;
|
|
3089
|
-
export { name_145 as name };
|
|
3090
|
-
const required_72: boolean;
|
|
3091
|
-
export { required_72 as required };
|
|
3092
|
-
export namespace type_72 {
|
|
3093
|
-
const name_146: string;
|
|
3094
|
-
export { name_146 as name };
|
|
3095
|
-
}
|
|
3096
|
-
export { type_72 as type };
|
|
3097
|
-
}
|
|
3098
|
-
export namespace state {
|
|
3099
|
-
export namespace defaultValue_74 {
|
|
3100
|
-
const value_39: string;
|
|
3101
2995
|
export { value_39 as value };
|
|
3102
2996
|
}
|
|
3103
|
-
export {
|
|
3104
|
-
const description_89: string;
|
|
3105
|
-
export { description_89 as description };
|
|
3106
|
-
const name_147: string;
|
|
3107
|
-
export { name_147 as name };
|
|
3108
|
-
const required_73: boolean;
|
|
3109
|
-
export { required_73 as required };
|
|
3110
|
-
export namespace type_73 {
|
|
3111
|
-
const name_148: string;
|
|
3112
|
-
export { name_148 as name };
|
|
3113
|
-
const value_40: {
|
|
3114
|
-
value: string;
|
|
3115
|
-
}[];
|
|
3116
|
-
export { value_40 as value };
|
|
3117
|
-
}
|
|
3118
|
-
export { type_73 as type };
|
|
2997
|
+
export { type_64 as type };
|
|
3119
2998
|
}
|
|
3120
2999
|
}
|
|
3121
3000
|
export { props_7 as props };
|
|
@@ -3125,17 +3004,18 @@ declare namespace SectionButton {
|
|
|
3125
3004
|
declare var M_TemplateA: any;
|
|
3126
3005
|
declare var D_TemplateB: any;
|
|
3127
3006
|
declare var M_TemplateB: any;
|
|
3128
|
-
declare var ContentsSection: any;
|
|
3129
|
-
declare var FooterSection: any;
|
|
3130
|
-
declare var InfoBoxSection: any;
|
|
3131
|
-
declare var TemplateC_desktop: any;
|
|
3132
|
-
declare var TemplateC_mobile: any;
|
|
3133
|
-
declare var TemplateD_desktop: any;
|
|
3134
|
-
declare var TemplateD_mobile: any;
|
|
3135
|
-
declare var IntroSection: any;
|
|
3136
3007
|
declare var TemplateC: any;
|
|
3137
3008
|
declare var TemplateD: any;
|
|
3138
3009
|
declare var D_TemplateC: any;
|
|
3139
3010
|
declare var M_TemplateC: any;
|
|
3140
3011
|
declare var D_TemplateD: any;
|
|
3141
3012
|
declare var M_TemplateD: any;
|
|
3013
|
+
declare var useLazyUnmount: any;
|
|
3014
|
+
declare var TemplateA_desktop: any;
|
|
3015
|
+
declare var TemplateA_mobile: any;
|
|
3016
|
+
declare var TemplateB_desktop: any;
|
|
3017
|
+
declare var TemplateB_mobile: any;
|
|
3018
|
+
declare var TemplateC_desktop: any;
|
|
3019
|
+
declare var TemplateC_mobile: any;
|
|
3020
|
+
declare var TemplateD_desktop: any;
|
|
3021
|
+
declare var TemplateD_mobile: any;
|