pds-dev-kit-web 1.9.0-beta.3 → 1.9.0-beta.4
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/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 +8 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +8 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +3 -1
- package/dist/src/common/styles/colorSet/UIColor.json +14 -2
- package/dist/src/common/styles/colorSet/index.d.ts +28 -0
- package/dist/src/common/styles/colorSet/ui-type.d.ts +12 -0
- 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.8a8ae8fa.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.73af3e66.iframe.bundle.js → 0.8a8ae8fa.iframe.bundle.js} +8 -8
- package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.d.ts → 4.0cae350a.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.d7ecdbf4.iframe.bundle.js → 4.0cae350a.iframe.bundle.js} +71 -71
- package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.d.ts → 5.6dd988b7.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.dc1e4c72.iframe.bundle.js → 5.6dd988b7.iframe.bundle.js} +13 -13
- package/dist/storybook-static/{6.e668ed7b.iframe.bundle.d.ts → 6.16e7a5f8.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.e668ed7b.iframe.bundle.js → 6.16e7a5f8.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.9af8f518.iframe.bundle.d.ts → 7.d9eac22c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.9af8f518.iframe.bundle.js → 7.d9eac22c.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.d.ts → main.a2e80e11.iframe.bundle.d.ts} +726 -831
- package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.js → main.a2e80e11.iframe.bundle.js} +1264 -1114
- package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.d.ts → runtime~main.d6679bc3.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.1b62987c.iframe.bundle.js → runtime~main.d6679bc3.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.d.ts → vendors~main.acdf7090.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.4e754259.iframe.bundle.js → vendors~main.acdf7090.iframe.bundle.js} +829 -829
- package/package.json +1 -1
- package/release-note.md +4 -7
- package/dist/src/common/services/i18n/resources/zh-cn.json +0 -3685
package/dist/storybook-static/{main.7e8e72d0.iframe.bundle.d.ts → main.a2e80e11.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, SectionBox 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, 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,51 @@ 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 SectionBox(_a: any): any;
|
|
108
|
+
declare namespace SectionBox {
|
|
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 scrollIntoThisSection {
|
|
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
|
+
namespace onClick {
|
|
129
|
+
const defaultValue_1: null;
|
|
130
|
+
export { defaultValue_1 as defaultValue };
|
|
131
|
+
const description_3: string;
|
|
132
|
+
export { description_3 as description };
|
|
133
|
+
const name_2: string;
|
|
134
|
+
export { name_2 as name };
|
|
135
|
+
const required_1: boolean;
|
|
136
|
+
export { required_1 as required };
|
|
137
|
+
export namespace type_1 {
|
|
138
|
+
const name_3: string;
|
|
139
|
+
export { name_3 as name };
|
|
140
|
+
}
|
|
141
|
+
export { type_1 as type };
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
export { props_1 as props };
|
|
145
|
+
}
|
|
146
|
+
export { __docgenInfo_1 as __docgenInfo };
|
|
147
|
+
}
|
|
148
|
+
declare var M_MainButton: any;
|
|
149
|
+
declare var M_TextLabel: any;
|
|
150
|
+
declare var M_TextButton: any;
|
|
151
|
+
declare var M_IconButton: any;
|
|
272
152
|
declare var ContextMenu: any;
|
|
273
153
|
declare var MainButton: any;
|
|
274
154
|
declare var fontWeight: any;
|
|
@@ -327,26 +207,28 @@ declare var UploadTextButton: any;
|
|
|
327
207
|
declare var UserDesktopNavBar: any;
|
|
328
208
|
declare var UserDesktopSideTab: any;
|
|
329
209
|
declare var UserDesktopTabBar: any;
|
|
210
|
+
declare var dialogOnAni: any;
|
|
211
|
+
declare var dialogOffAni: any;
|
|
212
|
+
declare var dialogOverlayOnAni: any;
|
|
213
|
+
declare var dialogOverlayOffAni: any;
|
|
214
|
+
declare var modalOnAni: any;
|
|
215
|
+
declare var modalOffAni: any;
|
|
216
|
+
declare var modalOverlayOnAni: any;
|
|
217
|
+
declare var modalOverlayOffAni: any;
|
|
330
218
|
declare var BasePathContext: any;
|
|
331
219
|
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 {
|
|
220
|
+
const display: boolean;
|
|
221
|
+
const dynamicLayoutSectionItems: never[];
|
|
222
|
+
const id: number;
|
|
223
|
+
const insertedAt: string;
|
|
224
|
+
namespace manifest {
|
|
341
225
|
const availableProperties: string[];
|
|
342
226
|
const availableStyles: string[];
|
|
343
227
|
const availableTemplates: string[];
|
|
344
228
|
const schema: string;
|
|
345
229
|
}
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export { order_1 as order };
|
|
349
|
-
export namespace properties_1 {
|
|
230
|
+
const order: number;
|
|
231
|
+
namespace properties {
|
|
350
232
|
export const buttonAlphaLabel: string;
|
|
351
233
|
export const buttonAlphaLinkSrc: string;
|
|
352
234
|
export const buttonAlphaLinkType: string;
|
|
@@ -365,15 +247,14 @@ declare namespace samplePageIntroSection {
|
|
|
365
247
|
export const carouselAutoplayMode: string;
|
|
366
248
|
export const carouselAutoplayTime: number;
|
|
367
249
|
export const carouselInfiniteLoopMode: string;
|
|
368
|
-
const
|
|
369
|
-
export {
|
|
250
|
+
const description_4: string;
|
|
251
|
+
export { description_4 as description };
|
|
370
252
|
export const itemLinkMethod: string;
|
|
371
253
|
export const sectionContentMediaSrc: string;
|
|
372
254
|
export const sectionContentMediaType: string;
|
|
373
255
|
export const title: string;
|
|
374
256
|
}
|
|
375
|
-
|
|
376
|
-
export namespace styles_1 {
|
|
257
|
+
namespace styles {
|
|
377
258
|
const backgroundColorInHex: string;
|
|
378
259
|
const backgroundMediaSrc: string;
|
|
379
260
|
const backgroundMediaType: string;
|
|
@@ -401,16 +282,13 @@ declare namespace samplePageIntroSection {
|
|
|
401
282
|
const itemTitleColorInHex: string;
|
|
402
283
|
const titleColorInHex: string;
|
|
403
284
|
}
|
|
404
|
-
|
|
405
|
-
const
|
|
406
|
-
export { template_1 as template };
|
|
407
|
-
const updatedAt_1: string;
|
|
408
|
-
export { updatedAt_1 as updatedAt };
|
|
285
|
+
const template: string;
|
|
286
|
+
const updatedAt: string;
|
|
409
287
|
}
|
|
410
288
|
declare namespace samplePageContentsCarouselSection {
|
|
411
|
-
const
|
|
412
|
-
export {
|
|
413
|
-
const
|
|
289
|
+
const display_1: boolean;
|
|
290
|
+
export { display_1 as display };
|
|
291
|
+
const dynamicLayoutSectionItems_1: {
|
|
414
292
|
display: boolean;
|
|
415
293
|
id: number;
|
|
416
294
|
insertedAt: string;
|
|
@@ -432,12 +310,12 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
432
310
|
};
|
|
433
311
|
updatedAt: string;
|
|
434
312
|
}[];
|
|
435
|
-
export {
|
|
436
|
-
const
|
|
437
|
-
export {
|
|
438
|
-
const
|
|
439
|
-
export {
|
|
440
|
-
export namespace
|
|
313
|
+
export { dynamicLayoutSectionItems_1 as dynamicLayoutSectionItems };
|
|
314
|
+
const id_1: number;
|
|
315
|
+
export { id_1 as id };
|
|
316
|
+
const insertedAt_1: string;
|
|
317
|
+
export { insertedAt_1 as insertedAt };
|
|
318
|
+
export namespace manifest_1 {
|
|
441
319
|
const availableProperties_1: string[];
|
|
442
320
|
export { availableProperties_1 as availableProperties };
|
|
443
321
|
const availableStyles_1: string[];
|
|
@@ -447,10 +325,10 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
447
325
|
const schema_1: string;
|
|
448
326
|
export { schema_1 as schema };
|
|
449
327
|
}
|
|
450
|
-
export {
|
|
451
|
-
const
|
|
452
|
-
export {
|
|
453
|
-
export namespace
|
|
328
|
+
export { manifest_1 as manifest };
|
|
329
|
+
const order_1: number;
|
|
330
|
+
export { order_1 as order };
|
|
331
|
+
export namespace properties_1 {
|
|
454
332
|
const buttonAlphaLabel_1: string;
|
|
455
333
|
export { buttonAlphaLabel_1 as buttonAlphaLabel };
|
|
456
334
|
const buttonAlphaLinkSrc_1: string;
|
|
@@ -487,8 +365,8 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
487
365
|
export { carouselAutoplayTime_1 as carouselAutoplayTime };
|
|
488
366
|
const carouselInfiniteLoopMode_1: string;
|
|
489
367
|
export { carouselInfiniteLoopMode_1 as carouselInfiniteLoopMode };
|
|
490
|
-
const
|
|
491
|
-
export {
|
|
368
|
+
const description_5: string;
|
|
369
|
+
export { description_5 as description };
|
|
492
370
|
const itemLinkMethod_1: string;
|
|
493
371
|
export { itemLinkMethod_1 as itemLinkMethod };
|
|
494
372
|
const sectionContentMediaSrc_1: string;
|
|
@@ -498,8 +376,8 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
498
376
|
const title_1: string;
|
|
499
377
|
export { title_1 as title };
|
|
500
378
|
}
|
|
501
|
-
export {
|
|
502
|
-
export namespace
|
|
379
|
+
export { properties_1 as properties };
|
|
380
|
+
export namespace styles_1 {
|
|
503
381
|
const backgroundColorInHex_1: string;
|
|
504
382
|
export { backgroundColorInHex_1 as backgroundColorInHex };
|
|
505
383
|
const backgroundMediaSrc_1: string;
|
|
@@ -553,22 +431,22 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
553
431
|
const titleColorInHex_1: string;
|
|
554
432
|
export { titleColorInHex_1 as titleColorInHex };
|
|
555
433
|
}
|
|
556
|
-
export {
|
|
557
|
-
const
|
|
558
|
-
export {
|
|
559
|
-
const
|
|
560
|
-
export {
|
|
434
|
+
export { styles_1 as styles };
|
|
435
|
+
const template_1: string;
|
|
436
|
+
export { template_1 as template };
|
|
437
|
+
const updatedAt_1: string;
|
|
438
|
+
export { updatedAt_1 as updatedAt };
|
|
561
439
|
}
|
|
562
440
|
declare namespace samplePageIntroSection2 {
|
|
563
|
-
const
|
|
564
|
-
export {
|
|
565
|
-
const
|
|
566
|
-
export {
|
|
567
|
-
const
|
|
568
|
-
export {
|
|
569
|
-
const
|
|
570
|
-
export {
|
|
571
|
-
export namespace
|
|
441
|
+
const display_2: boolean;
|
|
442
|
+
export { display_2 as display };
|
|
443
|
+
const dynamicLayoutSectionItems_2: never[];
|
|
444
|
+
export { dynamicLayoutSectionItems_2 as dynamicLayoutSectionItems };
|
|
445
|
+
const id_2: number;
|
|
446
|
+
export { id_2 as id };
|
|
447
|
+
const insertedAt_2: string;
|
|
448
|
+
export { insertedAt_2 as insertedAt };
|
|
449
|
+
export namespace manifest_2 {
|
|
572
450
|
const availableProperties_2: string[];
|
|
573
451
|
export { availableProperties_2 as availableProperties };
|
|
574
452
|
const availableStyles_2: string[];
|
|
@@ -578,10 +456,10 @@ declare namespace samplePageIntroSection2 {
|
|
|
578
456
|
const schema_2: string;
|
|
579
457
|
export { schema_2 as schema };
|
|
580
458
|
}
|
|
581
|
-
export {
|
|
582
|
-
const
|
|
583
|
-
export {
|
|
584
|
-
export namespace
|
|
459
|
+
export { manifest_2 as manifest };
|
|
460
|
+
const order_2: number;
|
|
461
|
+
export { order_2 as order };
|
|
462
|
+
export namespace properties_2 {
|
|
585
463
|
const buttonAlphaLabel_2: string;
|
|
586
464
|
export { buttonAlphaLabel_2 as buttonAlphaLabel };
|
|
587
465
|
const buttonAlphaLinkSrc_2: string;
|
|
@@ -618,8 +496,8 @@ declare namespace samplePageIntroSection2 {
|
|
|
618
496
|
export { carouselAutoplayTime_2 as carouselAutoplayTime };
|
|
619
497
|
const carouselInfiniteLoopMode_2: string;
|
|
620
498
|
export { carouselInfiniteLoopMode_2 as carouselInfiniteLoopMode };
|
|
621
|
-
const
|
|
622
|
-
export {
|
|
499
|
+
const description_6: string;
|
|
500
|
+
export { description_6 as description };
|
|
623
501
|
const itemLinkMethod_2: string;
|
|
624
502
|
export { itemLinkMethod_2 as itemLinkMethod };
|
|
625
503
|
const sectionContentMediaSrc_2: string;
|
|
@@ -629,8 +507,8 @@ declare namespace samplePageIntroSection2 {
|
|
|
629
507
|
const title_2: string;
|
|
630
508
|
export { title_2 as title };
|
|
631
509
|
}
|
|
632
|
-
export {
|
|
633
|
-
export namespace
|
|
510
|
+
export { properties_2 as properties };
|
|
511
|
+
export namespace styles_2 {
|
|
634
512
|
const backgroundColorInHex_2: string;
|
|
635
513
|
export { backgroundColorInHex_2 as backgroundColorInHex };
|
|
636
514
|
const backgroundMediaSrc_2: string;
|
|
@@ -684,22 +562,22 @@ declare namespace samplePageIntroSection2 {
|
|
|
684
562
|
const titleColorInHex_2: string;
|
|
685
563
|
export { titleColorInHex_2 as titleColorInHex };
|
|
686
564
|
}
|
|
687
|
-
export {
|
|
688
|
-
const
|
|
689
|
-
export {
|
|
690
|
-
const
|
|
691
|
-
export {
|
|
565
|
+
export { styles_2 as styles };
|
|
566
|
+
const template_2: string;
|
|
567
|
+
export { template_2 as template };
|
|
568
|
+
const updatedAt_2: string;
|
|
569
|
+
export { updatedAt_2 as updatedAt };
|
|
692
570
|
}
|
|
693
571
|
declare namespace samplePageContentsSection {
|
|
694
|
-
const
|
|
695
|
-
export {
|
|
696
|
-
const
|
|
697
|
-
export {
|
|
698
|
-
const
|
|
699
|
-
export {
|
|
700
|
-
const
|
|
701
|
-
export {
|
|
702
|
-
export namespace
|
|
572
|
+
const display_3: boolean;
|
|
573
|
+
export { display_3 as display };
|
|
574
|
+
const dynamicLayoutSectionItems_3: never[];
|
|
575
|
+
export { dynamicLayoutSectionItems_3 as dynamicLayoutSectionItems };
|
|
576
|
+
const id_3: number;
|
|
577
|
+
export { id_3 as id };
|
|
578
|
+
const insertedAt_3: string;
|
|
579
|
+
export { insertedAt_3 as insertedAt };
|
|
580
|
+
export namespace manifest_3 {
|
|
703
581
|
const availableProperties_3: string[];
|
|
704
582
|
export { availableProperties_3 as availableProperties };
|
|
705
583
|
const availableStyles_3: string[];
|
|
@@ -709,10 +587,10 @@ declare namespace samplePageContentsSection {
|
|
|
709
587
|
const schema_3: string;
|
|
710
588
|
export { schema_3 as schema };
|
|
711
589
|
}
|
|
712
|
-
export {
|
|
713
|
-
const
|
|
714
|
-
export {
|
|
715
|
-
export namespace
|
|
590
|
+
export { manifest_3 as manifest };
|
|
591
|
+
const order_3: number;
|
|
592
|
+
export { order_3 as order };
|
|
593
|
+
export namespace properties_3 {
|
|
716
594
|
const buttonAlphaLabel_3: string;
|
|
717
595
|
export { buttonAlphaLabel_3 as buttonAlphaLabel };
|
|
718
596
|
const buttonAlphaLinkSrc_3: string;
|
|
@@ -749,8 +627,8 @@ declare namespace samplePageContentsSection {
|
|
|
749
627
|
export { carouselAutoplayTime_3 as carouselAutoplayTime };
|
|
750
628
|
const carouselInfiniteLoopMode_3: string;
|
|
751
629
|
export { carouselInfiniteLoopMode_3 as carouselInfiniteLoopMode };
|
|
752
|
-
const
|
|
753
|
-
export {
|
|
630
|
+
const description_7: string;
|
|
631
|
+
export { description_7 as description };
|
|
754
632
|
const itemLinkMethod_3: string;
|
|
755
633
|
export { itemLinkMethod_3 as itemLinkMethod };
|
|
756
634
|
const sectionContentMediaSrc_3: string;
|
|
@@ -760,8 +638,8 @@ declare namespace samplePageContentsSection {
|
|
|
760
638
|
const title_3: string;
|
|
761
639
|
export { title_3 as title };
|
|
762
640
|
}
|
|
763
|
-
export {
|
|
764
|
-
export namespace
|
|
641
|
+
export { properties_3 as properties };
|
|
642
|
+
export namespace styles_3 {
|
|
765
643
|
const backgroundColorInHex_3: string;
|
|
766
644
|
export { backgroundColorInHex_3 as backgroundColorInHex };
|
|
767
645
|
const backgroundMediaSrc_3: string;
|
|
@@ -815,16 +693,16 @@ declare namespace samplePageContentsSection {
|
|
|
815
693
|
const titleColorInHex_3: string;
|
|
816
694
|
export { titleColorInHex_3 as titleColorInHex };
|
|
817
695
|
}
|
|
818
|
-
export {
|
|
819
|
-
const
|
|
820
|
-
export {
|
|
821
|
-
const
|
|
822
|
-
export {
|
|
696
|
+
export { styles_3 as styles };
|
|
697
|
+
const template_3: string;
|
|
698
|
+
export { template_3 as template };
|
|
699
|
+
const updatedAt_3: string;
|
|
700
|
+
export { updatedAt_3 as updatedAt };
|
|
823
701
|
}
|
|
824
702
|
declare namespace samplePageInfoBoxSection {
|
|
825
|
-
const
|
|
826
|
-
export {
|
|
827
|
-
const
|
|
703
|
+
const display_4: boolean;
|
|
704
|
+
export { display_4 as display };
|
|
705
|
+
const dynamicLayoutSectionItems_4: {
|
|
828
706
|
display: boolean;
|
|
829
707
|
id: number;
|
|
830
708
|
insertedAt: string;
|
|
@@ -846,12 +724,12 @@ declare namespace samplePageInfoBoxSection {
|
|
|
846
724
|
};
|
|
847
725
|
updatedAt: string;
|
|
848
726
|
}[];
|
|
849
|
-
export {
|
|
850
|
-
const
|
|
851
|
-
export {
|
|
852
|
-
const
|
|
853
|
-
export {
|
|
854
|
-
export namespace
|
|
727
|
+
export { dynamicLayoutSectionItems_4 as dynamicLayoutSectionItems };
|
|
728
|
+
const id_4: number;
|
|
729
|
+
export { id_4 as id };
|
|
730
|
+
const insertedAt_4: string;
|
|
731
|
+
export { insertedAt_4 as insertedAt };
|
|
732
|
+
export namespace manifest_4 {
|
|
855
733
|
const availableProperties_4: string[];
|
|
856
734
|
export { availableProperties_4 as availableProperties };
|
|
857
735
|
const availableStyles_4: string[];
|
|
@@ -861,10 +739,10 @@ declare namespace samplePageInfoBoxSection {
|
|
|
861
739
|
const schema_4: string;
|
|
862
740
|
export { schema_4 as schema };
|
|
863
741
|
}
|
|
864
|
-
export {
|
|
865
|
-
const
|
|
866
|
-
export {
|
|
867
|
-
export namespace
|
|
742
|
+
export { manifest_4 as manifest };
|
|
743
|
+
const order_4: number;
|
|
744
|
+
export { order_4 as order };
|
|
745
|
+
export namespace properties_4 {
|
|
868
746
|
const buttonAlphaLabel_4: string;
|
|
869
747
|
export { buttonAlphaLabel_4 as buttonAlphaLabel };
|
|
870
748
|
const buttonAlphaLinkSrc_4: string;
|
|
@@ -901,8 +779,8 @@ declare namespace samplePageInfoBoxSection {
|
|
|
901
779
|
export { carouselAutoplayTime_4 as carouselAutoplayTime };
|
|
902
780
|
const carouselInfiniteLoopMode_4: string;
|
|
903
781
|
export { carouselInfiniteLoopMode_4 as carouselInfiniteLoopMode };
|
|
904
|
-
const
|
|
905
|
-
export {
|
|
782
|
+
const description_8: string;
|
|
783
|
+
export { description_8 as description };
|
|
906
784
|
const itemLinkMethod_4: string;
|
|
907
785
|
export { itemLinkMethod_4 as itemLinkMethod };
|
|
908
786
|
const sectionContentMediaSrc_4: string;
|
|
@@ -912,8 +790,8 @@ declare namespace samplePageInfoBoxSection {
|
|
|
912
790
|
const title_4: string;
|
|
913
791
|
export { title_4 as title };
|
|
914
792
|
}
|
|
915
|
-
export {
|
|
916
|
-
export namespace
|
|
793
|
+
export { properties_4 as properties };
|
|
794
|
+
export namespace styles_4 {
|
|
917
795
|
const backgroundColorInHex_4: string;
|
|
918
796
|
export { backgroundColorInHex_4 as backgroundColorInHex };
|
|
919
797
|
const backgroundMediaSrc_4: string;
|
|
@@ -967,22 +845,22 @@ declare namespace samplePageInfoBoxSection {
|
|
|
967
845
|
const titleColorInHex_4: string;
|
|
968
846
|
export { titleColorInHex_4 as titleColorInHex };
|
|
969
847
|
}
|
|
970
|
-
export {
|
|
971
|
-
const
|
|
972
|
-
export {
|
|
973
|
-
const
|
|
974
|
-
export {
|
|
848
|
+
export { styles_4 as styles };
|
|
849
|
+
const template_4: string;
|
|
850
|
+
export { template_4 as template };
|
|
851
|
+
const updatedAt_4: string;
|
|
852
|
+
export { updatedAt_4 as updatedAt };
|
|
975
853
|
}
|
|
976
854
|
declare namespace samplePageIntroSection3 {
|
|
977
|
-
const
|
|
978
|
-
export {
|
|
979
|
-
const
|
|
980
|
-
export {
|
|
981
|
-
const
|
|
982
|
-
export {
|
|
983
|
-
const
|
|
984
|
-
export {
|
|
985
|
-
export namespace
|
|
855
|
+
const display_5: boolean;
|
|
856
|
+
export { display_5 as display };
|
|
857
|
+
const dynamicLayoutSectionItems_5: never[];
|
|
858
|
+
export { dynamicLayoutSectionItems_5 as dynamicLayoutSectionItems };
|
|
859
|
+
const id_5: number;
|
|
860
|
+
export { id_5 as id };
|
|
861
|
+
const insertedAt_5: string;
|
|
862
|
+
export { insertedAt_5 as insertedAt };
|
|
863
|
+
export namespace manifest_5 {
|
|
986
864
|
const availableProperties_5: string[];
|
|
987
865
|
export { availableProperties_5 as availableProperties };
|
|
988
866
|
const availableStyles_5: string[];
|
|
@@ -992,10 +870,10 @@ declare namespace samplePageIntroSection3 {
|
|
|
992
870
|
const schema_5: string;
|
|
993
871
|
export { schema_5 as schema };
|
|
994
872
|
}
|
|
995
|
-
export {
|
|
996
|
-
const
|
|
997
|
-
export {
|
|
998
|
-
export namespace
|
|
873
|
+
export { manifest_5 as manifest };
|
|
874
|
+
const order_5: number;
|
|
875
|
+
export { order_5 as order };
|
|
876
|
+
export namespace properties_5 {
|
|
999
877
|
const buttonAlphaLabel_5: string;
|
|
1000
878
|
export { buttonAlphaLabel_5 as buttonAlphaLabel };
|
|
1001
879
|
const buttonAlphaLinkSrc_5: string;
|
|
@@ -1032,8 +910,8 @@ declare namespace samplePageIntroSection3 {
|
|
|
1032
910
|
export { carouselAutoplayTime_5 as carouselAutoplayTime };
|
|
1033
911
|
const carouselInfiniteLoopMode_5: string;
|
|
1034
912
|
export { carouselInfiniteLoopMode_5 as carouselInfiniteLoopMode };
|
|
1035
|
-
const
|
|
1036
|
-
export {
|
|
913
|
+
const description_9: string;
|
|
914
|
+
export { description_9 as description };
|
|
1037
915
|
const itemLinkMethod_5: string;
|
|
1038
916
|
export { itemLinkMethod_5 as itemLinkMethod };
|
|
1039
917
|
const sectionContentMediaSrc_5: string;
|
|
@@ -1043,8 +921,8 @@ declare namespace samplePageIntroSection3 {
|
|
|
1043
921
|
const title_5: string;
|
|
1044
922
|
export { title_5 as title };
|
|
1045
923
|
}
|
|
1046
|
-
export {
|
|
1047
|
-
export namespace
|
|
924
|
+
export { properties_5 as properties };
|
|
925
|
+
export namespace styles_5 {
|
|
1048
926
|
const backgroundColorInHex_5: string;
|
|
1049
927
|
export { backgroundColorInHex_5 as backgroundColorInHex };
|
|
1050
928
|
const backgroundMediaSrc_5: string;
|
|
@@ -1098,16 +976,16 @@ declare namespace samplePageIntroSection3 {
|
|
|
1098
976
|
const titleColorInHex_5: string;
|
|
1099
977
|
export { titleColorInHex_5 as titleColorInHex };
|
|
1100
978
|
}
|
|
1101
|
-
export {
|
|
1102
|
-
const
|
|
1103
|
-
export {
|
|
1104
|
-
const
|
|
1105
|
-
export {
|
|
979
|
+
export { styles_5 as styles };
|
|
980
|
+
const template_5: string;
|
|
981
|
+
export { template_5 as template };
|
|
982
|
+
const updatedAt_5: string;
|
|
983
|
+
export { updatedAt_5 as updatedAt };
|
|
1106
984
|
}
|
|
1107
985
|
declare namespace samplePageFooterSection {
|
|
1108
|
-
const
|
|
1109
|
-
export {
|
|
1110
|
-
const
|
|
986
|
+
const display_6: boolean;
|
|
987
|
+
export { display_6 as display };
|
|
988
|
+
const dynamicLayoutSectionItems_6: {
|
|
1111
989
|
display: boolean;
|
|
1112
990
|
id: number;
|
|
1113
991
|
insertedAt: string;
|
|
@@ -1129,12 +1007,12 @@ declare namespace samplePageFooterSection {
|
|
|
1129
1007
|
};
|
|
1130
1008
|
updatedAt: string;
|
|
1131
1009
|
}[];
|
|
1132
|
-
export {
|
|
1133
|
-
const
|
|
1134
|
-
export {
|
|
1135
|
-
const
|
|
1136
|
-
export {
|
|
1137
|
-
export namespace
|
|
1010
|
+
export { dynamicLayoutSectionItems_6 as dynamicLayoutSectionItems };
|
|
1011
|
+
const id_6: number;
|
|
1012
|
+
export { id_6 as id };
|
|
1013
|
+
const insertedAt_6: string;
|
|
1014
|
+
export { insertedAt_6 as insertedAt };
|
|
1015
|
+
export namespace manifest_6 {
|
|
1138
1016
|
const availableProperties_6: string[];
|
|
1139
1017
|
export { availableProperties_6 as availableProperties };
|
|
1140
1018
|
const availableStyles_6: string[];
|
|
@@ -1144,10 +1022,10 @@ declare namespace samplePageFooterSection {
|
|
|
1144
1022
|
const schema_6: string;
|
|
1145
1023
|
export { schema_6 as schema };
|
|
1146
1024
|
}
|
|
1147
|
-
export {
|
|
1148
|
-
const
|
|
1149
|
-
export {
|
|
1150
|
-
export namespace
|
|
1025
|
+
export { manifest_6 as manifest };
|
|
1026
|
+
const order_6: number;
|
|
1027
|
+
export { order_6 as order };
|
|
1028
|
+
export namespace properties_6 {
|
|
1151
1029
|
const buttonAlphaLabel_6: string;
|
|
1152
1030
|
export { buttonAlphaLabel_6 as buttonAlphaLabel };
|
|
1153
1031
|
const buttonAlphaLinkSrc_6: string;
|
|
@@ -1184,8 +1062,8 @@ declare namespace samplePageFooterSection {
|
|
|
1184
1062
|
export { carouselAutoplayTime_6 as carouselAutoplayTime };
|
|
1185
1063
|
const carouselInfiniteLoopMode_6: string;
|
|
1186
1064
|
export { carouselInfiniteLoopMode_6 as carouselInfiniteLoopMode };
|
|
1187
|
-
const
|
|
1188
|
-
export {
|
|
1065
|
+
const description_10: string;
|
|
1066
|
+
export { description_10 as description };
|
|
1189
1067
|
const itemLinkMethod_6: string;
|
|
1190
1068
|
export { itemLinkMethod_6 as itemLinkMethod };
|
|
1191
1069
|
const sectionContentMediaSrc_6: string;
|
|
@@ -1195,8 +1073,8 @@ declare namespace samplePageFooterSection {
|
|
|
1195
1073
|
const title_6: string;
|
|
1196
1074
|
export { title_6 as title };
|
|
1197
1075
|
}
|
|
1198
|
-
export {
|
|
1199
|
-
export namespace
|
|
1076
|
+
export { properties_6 as properties };
|
|
1077
|
+
export namespace styles_6 {
|
|
1200
1078
|
const backgroundColorInHex_6: string;
|
|
1201
1079
|
export { backgroundColorInHex_6 as backgroundColorInHex };
|
|
1202
1080
|
const backgroundMediaSrc_6: string;
|
|
@@ -1250,11 +1128,11 @@ declare namespace samplePageFooterSection {
|
|
|
1250
1128
|
const titleColorInHex_6: string;
|
|
1251
1129
|
export { titleColorInHex_6 as titleColorInHex };
|
|
1252
1130
|
}
|
|
1253
|
-
export {
|
|
1254
|
-
const
|
|
1255
|
-
export {
|
|
1256
|
-
const
|
|
1257
|
-
export {
|
|
1131
|
+
export { styles_6 as styles };
|
|
1132
|
+
const template_6: string;
|
|
1133
|
+
export { template_6 as template };
|
|
1134
|
+
const updatedAt_6: string;
|
|
1135
|
+
export { updatedAt_6 as updatedAt };
|
|
1258
1136
|
}
|
|
1259
1137
|
declare var samplePage: any[];
|
|
1260
1138
|
declare var ContentsContainer: any;
|
|
@@ -1284,12 +1162,12 @@ declare namespace parameters {
|
|
|
1284
1162
|
}
|
|
1285
1163
|
declare namespace globalTypes {
|
|
1286
1164
|
namespace theme {
|
|
1287
|
-
const
|
|
1288
|
-
export {
|
|
1289
|
-
const
|
|
1290
|
-
export {
|
|
1291
|
-
const
|
|
1292
|
-
export {
|
|
1165
|
+
const name_4: string;
|
|
1166
|
+
export { name_4 as name };
|
|
1167
|
+
const description_11: string;
|
|
1168
|
+
export { description_11 as description };
|
|
1169
|
+
const defaultValue_2: string;
|
|
1170
|
+
export { defaultValue_2 as defaultValue };
|
|
1293
1171
|
export namespace toolbar {
|
|
1294
1172
|
const icon: string;
|
|
1295
1173
|
const items: {
|
|
@@ -1317,6 +1195,12 @@ declare var ImageCard: any;
|
|
|
1317
1195
|
declare var MobileAlertDialog: any;
|
|
1318
1196
|
declare var MobileHeaderBar: any;
|
|
1319
1197
|
declare var MobileTabBar: any;
|
|
1198
|
+
declare var SectionMatcher: any;
|
|
1199
|
+
declare var ContentsCarouselSection: any;
|
|
1200
|
+
declare var ContentsSection: any;
|
|
1201
|
+
declare var FooterSection: any;
|
|
1202
|
+
declare var InfoBoxSection: any;
|
|
1203
|
+
declare var IntroSection: any;
|
|
1320
1204
|
declare var ToggleTone: any;
|
|
1321
1205
|
declare var StepContainer: any;
|
|
1322
1206
|
declare var WFA: any;
|
|
@@ -1379,106 +1263,106 @@ declare namespace Popup {
|
|
|
1379
1263
|
const displayName_4: string;
|
|
1380
1264
|
export { displayName_4 as displayName };
|
|
1381
1265
|
export namespace __docgenInfo_2 {
|
|
1382
|
-
const
|
|
1383
|
-
export {
|
|
1266
|
+
const description_12: string;
|
|
1267
|
+
export { description_12 as description };
|
|
1384
1268
|
const displayName_5: string;
|
|
1385
1269
|
export { displayName_5 as displayName };
|
|
1386
1270
|
export namespace props_2 {
|
|
1387
|
-
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 {
|
|
1271
|
+
export namespace targetRef {
|
|
1272
|
+
const defaultValue_3: null;
|
|
1273
|
+
export { defaultValue_3 as defaultValue };
|
|
1274
|
+
const description_13: string;
|
|
1275
|
+
export { description_13 as description };
|
|
1276
|
+
const name_5: string;
|
|
1277
|
+
export { name_5 as name };
|
|
1278
|
+
const required_2: boolean;
|
|
1279
|
+
export { required_2 as required };
|
|
1280
|
+
export namespace type_2 {
|
|
1281
|
+
const name_6: string;
|
|
1282
|
+
export { name_6 as name };
|
|
1399
1283
|
}
|
|
1400
|
-
export {
|
|
1284
|
+
export { type_2 as type };
|
|
1401
1285
|
}
|
|
1402
|
-
namespace isOpen {
|
|
1403
|
-
export namespace
|
|
1404
|
-
const
|
|
1405
|
-
export { value_1 as value };
|
|
1286
|
+
export namespace isOpen {
|
|
1287
|
+
export namespace defaultValue_4 {
|
|
1288
|
+
const value: string;
|
|
1406
1289
|
}
|
|
1407
|
-
export {
|
|
1408
|
-
const
|
|
1409
|
-
export {
|
|
1410
|
-
const
|
|
1411
|
-
export {
|
|
1412
|
-
const
|
|
1413
|
-
export {
|
|
1414
|
-
export namespace
|
|
1415
|
-
const
|
|
1416
|
-
export {
|
|
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 };
|
|
1417
1300
|
}
|
|
1418
|
-
export {
|
|
1301
|
+
export { type_3 as type };
|
|
1419
1302
|
}
|
|
1420
|
-
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 {
|
|
1303
|
+
export namespace onClickOutside {
|
|
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 };
|
|
1432
1315
|
}
|
|
1433
|
-
export {
|
|
1316
|
+
export { type_4 as type };
|
|
1434
1317
|
}
|
|
1435
|
-
namespace
|
|
1436
|
-
const
|
|
1437
|
-
export {
|
|
1438
|
-
const
|
|
1439
|
-
export {
|
|
1440
|
-
const
|
|
1441
|
-
export {
|
|
1442
|
-
const
|
|
1443
|
-
export {
|
|
1444
|
-
export namespace
|
|
1445
|
-
const
|
|
1446
|
-
export {
|
|
1318
|
+
export namespace onClick_1 {
|
|
1319
|
+
const defaultValue_6: null;
|
|
1320
|
+
export { defaultValue_6 as defaultValue };
|
|
1321
|
+
const description_16: string;
|
|
1322
|
+
export { description_16 as description };
|
|
1323
|
+
const name_11: string;
|
|
1324
|
+
export { name_11 as name };
|
|
1325
|
+
const required_5: boolean;
|
|
1326
|
+
export { required_5 as required };
|
|
1327
|
+
export namespace type_5 {
|
|
1328
|
+
const name_12: string;
|
|
1329
|
+
export { name_12 as name };
|
|
1447
1330
|
}
|
|
1448
|
-
export {
|
|
1331
|
+
export { type_5 as type };
|
|
1449
1332
|
}
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1333
|
+
export { onClick_1 as onClick };
|
|
1334
|
+
export namespace placement {
|
|
1335
|
+
export namespace defaultValue_7 {
|
|
1336
|
+
const value_1: string;
|
|
1337
|
+
export { value_1 as value };
|
|
1454
1338
|
}
|
|
1455
|
-
export {
|
|
1456
|
-
const
|
|
1457
|
-
export {
|
|
1458
|
-
const
|
|
1459
|
-
export {
|
|
1460
|
-
const
|
|
1461
|
-
export {
|
|
1462
|
-
export namespace
|
|
1463
|
-
const
|
|
1464
|
-
export {
|
|
1339
|
+
export { defaultValue_7 as defaultValue };
|
|
1340
|
+
const description_17: string;
|
|
1341
|
+
export { description_17 as description };
|
|
1342
|
+
const name_13: string;
|
|
1343
|
+
export { name_13 as name };
|
|
1344
|
+
const required_6: boolean;
|
|
1345
|
+
export { required_6 as required };
|
|
1346
|
+
export namespace type_6 {
|
|
1347
|
+
const name_14: string;
|
|
1348
|
+
export { name_14 as name };
|
|
1465
1349
|
}
|
|
1466
|
-
export {
|
|
1350
|
+
export { type_6 as type };
|
|
1467
1351
|
}
|
|
1468
|
-
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 {
|
|
1352
|
+
export namespace wrapperHeight {
|
|
1353
|
+
const defaultValue_8: null;
|
|
1354
|
+
export { defaultValue_8 as defaultValue };
|
|
1355
|
+
const description_18: string;
|
|
1356
|
+
export { description_18 as description };
|
|
1357
|
+
const name_15: string;
|
|
1358
|
+
export { name_15 as name };
|
|
1359
|
+
const required_7: boolean;
|
|
1360
|
+
export { required_7 as required };
|
|
1361
|
+
export namespace type_7 {
|
|
1362
|
+
const name_16: string;
|
|
1363
|
+
export { name_16 as name };
|
|
1480
1364
|
}
|
|
1481
|
-
export {
|
|
1365
|
+
export { type_7 as type };
|
|
1482
1366
|
}
|
|
1483
1367
|
}
|
|
1484
1368
|
export { props_2 as props };
|
|
@@ -1490,8 +1374,8 @@ declare namespace PopupProvider {
|
|
|
1490
1374
|
const displayName_6: string;
|
|
1491
1375
|
export { displayName_6 as displayName };
|
|
1492
1376
|
export namespace __docgenInfo_3 {
|
|
1493
|
-
const
|
|
1494
|
-
export {
|
|
1377
|
+
const description_19: string;
|
|
1378
|
+
export { description_19 as description };
|
|
1495
1379
|
const displayName_7: string;
|
|
1496
1380
|
export { displayName_7 as displayName };
|
|
1497
1381
|
const props_3: {};
|
|
@@ -1507,6 +1391,20 @@ declare namespace iconThemeColorLineColors {
|
|
|
1507
1391
|
const line1: string;
|
|
1508
1392
|
const line2: string;
|
|
1509
1393
|
}
|
|
1394
|
+
declare var fadeIn: any;
|
|
1395
|
+
declare var fadeOut: any;
|
|
1396
|
+
declare var glow: any;
|
|
1397
|
+
declare var scaleUp: any;
|
|
1398
|
+
declare var scaleDown: any;
|
|
1399
|
+
declare var scaleUpIncludeTranslate: any;
|
|
1400
|
+
declare var scaleDownIncludeTranslate: any;
|
|
1401
|
+
declare var gelatine: any;
|
|
1402
|
+
declare var scaleBounceIn: any;
|
|
1403
|
+
declare var scaleBounceIn02: any;
|
|
1404
|
+
declare var scaleBounceInIncludeTranslate: any;
|
|
1405
|
+
declare var scaleBounceOutIncludeTranslate: any;
|
|
1406
|
+
declare var scaleBounceInIncludeTranslate02: any;
|
|
1407
|
+
declare var scaleBounceOutIncludeTranslate02: any;
|
|
1510
1408
|
declare var BrandLogo: any;
|
|
1511
1409
|
declare var PrimaryMenu: any;
|
|
1512
1410
|
declare var SecondaryMenu: any;
|
|
@@ -2013,11 +1911,8 @@ declare var MSG: any;
|
|
|
2013
1911
|
declare var MSH: any;
|
|
2014
1912
|
declare var TwoButton: any;
|
|
2015
1913
|
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;
|
|
1914
|
+
declare var Sample: any;
|
|
1915
|
+
declare var EditModeSectionMatcher: any;
|
|
2021
1916
|
declare var YouTubeIframe: any;
|
|
2022
1917
|
declare var TemplateA: any;
|
|
2023
1918
|
declare var TemplateB: any;
|
|
@@ -2028,12 +1923,152 @@ declare namespace SectionTitle {
|
|
|
2028
1923
|
const displayName_8: string;
|
|
2029
1924
|
export { displayName_8 as displayName };
|
|
2030
1925
|
export namespace __docgenInfo_4 {
|
|
2031
|
-
const
|
|
2032
|
-
export {
|
|
1926
|
+
const description_20: string;
|
|
1927
|
+
export { description_20 as description };
|
|
2033
1928
|
const displayName_9: string;
|
|
2034
1929
|
export { displayName_9 as displayName };
|
|
2035
1930
|
export namespace props_4 {
|
|
2036
1931
|
namespace text {
|
|
1932
|
+
const defaultValue_9: null;
|
|
1933
|
+
export { defaultValue_9 as defaultValue };
|
|
1934
|
+
const description_21: string;
|
|
1935
|
+
export { description_21 as description };
|
|
1936
|
+
const name_17: string;
|
|
1937
|
+
export { name_17 as name };
|
|
1938
|
+
const required_8: boolean;
|
|
1939
|
+
export { required_8 as required };
|
|
1940
|
+
export namespace type_8 {
|
|
1941
|
+
const name_18: string;
|
|
1942
|
+
export { name_18 as name };
|
|
1943
|
+
}
|
|
1944
|
+
export { type_8 as type };
|
|
1945
|
+
}
|
|
1946
|
+
namespace color {
|
|
1947
|
+
const defaultValue_10: null;
|
|
1948
|
+
export { defaultValue_10 as defaultValue };
|
|
1949
|
+
const description_22: string;
|
|
1950
|
+
export { description_22 as description };
|
|
1951
|
+
const name_19: string;
|
|
1952
|
+
export { name_19 as name };
|
|
1953
|
+
const required_9: boolean;
|
|
1954
|
+
export { required_9 as required };
|
|
1955
|
+
export namespace type_9 {
|
|
1956
|
+
const name_20: string;
|
|
1957
|
+
export { name_20 as name };
|
|
1958
|
+
}
|
|
1959
|
+
export { type_9 as type };
|
|
1960
|
+
}
|
|
1961
|
+
namespace tooltipText {
|
|
1962
|
+
const defaultValue_11: null;
|
|
1963
|
+
export { defaultValue_11 as defaultValue };
|
|
1964
|
+
const description_23: string;
|
|
1965
|
+
export { description_23 as description };
|
|
1966
|
+
const name_21: string;
|
|
1967
|
+
export { name_21 as name };
|
|
1968
|
+
const required_10: boolean;
|
|
1969
|
+
export { required_10 as required };
|
|
1970
|
+
export namespace type_10 {
|
|
1971
|
+
const name_22: string;
|
|
1972
|
+
export { name_22 as name };
|
|
1973
|
+
}
|
|
1974
|
+
export { type_10 as type };
|
|
1975
|
+
}
|
|
1976
|
+
namespace tooltipPosition {
|
|
1977
|
+
const defaultValue_12: null;
|
|
1978
|
+
export { defaultValue_12 as defaultValue };
|
|
1979
|
+
const description_24: string;
|
|
1980
|
+
export { description_24 as description };
|
|
1981
|
+
const name_23: string;
|
|
1982
|
+
export { name_23 as name };
|
|
1983
|
+
const required_11: boolean;
|
|
1984
|
+
export { required_11 as required };
|
|
1985
|
+
export namespace type_11 {
|
|
1986
|
+
const name_24: string;
|
|
1987
|
+
export { name_24 as name };
|
|
1988
|
+
const value_2: {
|
|
1989
|
+
value: string;
|
|
1990
|
+
}[];
|
|
1991
|
+
export { value_2 as value };
|
|
1992
|
+
}
|
|
1993
|
+
export { type_11 as type };
|
|
1994
|
+
}
|
|
1995
|
+
namespace textAlign {
|
|
1996
|
+
const defaultValue_13: null;
|
|
1997
|
+
export { defaultValue_13 as defaultValue };
|
|
1998
|
+
const description_25: string;
|
|
1999
|
+
export { description_25 as description };
|
|
2000
|
+
const name_25: string;
|
|
2001
|
+
export { name_25 as name };
|
|
2002
|
+
const required_12: boolean;
|
|
2003
|
+
export { required_12 as required };
|
|
2004
|
+
export namespace type_12 {
|
|
2005
|
+
const name_26: string;
|
|
2006
|
+
export { name_26 as name };
|
|
2007
|
+
const value_3: {
|
|
2008
|
+
value: string;
|
|
2009
|
+
}[];
|
|
2010
|
+
export { value_3 as value };
|
|
2011
|
+
}
|
|
2012
|
+
export { type_12 as type };
|
|
2013
|
+
}
|
|
2014
|
+
namespace styleTheme {
|
|
2015
|
+
const defaultValue_14: null;
|
|
2016
|
+
export { defaultValue_14 as defaultValue };
|
|
2017
|
+
const description_26: string;
|
|
2018
|
+
export { description_26 as description };
|
|
2019
|
+
const name_27: string;
|
|
2020
|
+
export { name_27 as name };
|
|
2021
|
+
const required_13: boolean;
|
|
2022
|
+
export { required_13 as required };
|
|
2023
|
+
export namespace type_13 {
|
|
2024
|
+
const name_28: string;
|
|
2025
|
+
export { name_28 as name };
|
|
2026
|
+
const value_4: {
|
|
2027
|
+
value: string;
|
|
2028
|
+
}[];
|
|
2029
|
+
export { value_4 as value };
|
|
2030
|
+
}
|
|
2031
|
+
export { type_13 as type };
|
|
2032
|
+
}
|
|
2033
|
+
namespace colorOverride {
|
|
2034
|
+
const defaultValue_15: null;
|
|
2035
|
+
export { defaultValue_15 as defaultValue };
|
|
2036
|
+
const description_27: string;
|
|
2037
|
+
export { description_27 as description };
|
|
2038
|
+
const name_29: string;
|
|
2039
|
+
export { name_29 as name };
|
|
2040
|
+
const required_14: boolean;
|
|
2041
|
+
export { required_14 as required };
|
|
2042
|
+
export namespace type_14 {
|
|
2043
|
+
const name_30: string;
|
|
2044
|
+
export { name_30 as name };
|
|
2045
|
+
const value_5: {
|
|
2046
|
+
value: string;
|
|
2047
|
+
}[];
|
|
2048
|
+
export { value_5 as value };
|
|
2049
|
+
}
|
|
2050
|
+
export { type_14 as type };
|
|
2051
|
+
}
|
|
2052
|
+
namespace colorTheme {
|
|
2053
|
+
const defaultValue_16: null;
|
|
2054
|
+
export { defaultValue_16 as defaultValue };
|
|
2055
|
+
const description_28: string;
|
|
2056
|
+
export { description_28 as description };
|
|
2057
|
+
const name_31: string;
|
|
2058
|
+
export { name_31 as name };
|
|
2059
|
+
const required_15: boolean;
|
|
2060
|
+
export { required_15 as required };
|
|
2061
|
+
export namespace type_15 {
|
|
2062
|
+
const name_32: string;
|
|
2063
|
+
export { name_32 as name };
|
|
2064
|
+
const value_6: {
|
|
2065
|
+
value: string;
|
|
2066
|
+
}[];
|
|
2067
|
+
export { value_6 as value };
|
|
2068
|
+
}
|
|
2069
|
+
export { type_15 as type };
|
|
2070
|
+
}
|
|
2071
|
+
namespace singleLineMode {
|
|
2037
2072
|
const defaultValue_17: null;
|
|
2038
2073
|
export { defaultValue_17 as defaultValue };
|
|
2039
2074
|
const description_29: string;
|
|
@@ -2045,10 +2080,14 @@ declare namespace SectionTitle {
|
|
|
2045
2080
|
export namespace type_16 {
|
|
2046
2081
|
const name_34: string;
|
|
2047
2082
|
export { name_34 as name };
|
|
2083
|
+
const value_7: {
|
|
2084
|
+
value: string;
|
|
2085
|
+
}[];
|
|
2086
|
+
export { value_7 as value };
|
|
2048
2087
|
}
|
|
2049
2088
|
export { type_16 as type };
|
|
2050
2089
|
}
|
|
2051
|
-
namespace
|
|
2090
|
+
namespace ellipsisMode {
|
|
2052
2091
|
const defaultValue_18: null;
|
|
2053
2092
|
export { defaultValue_18 as defaultValue };
|
|
2054
2093
|
const description_30: string;
|
|
@@ -2060,10 +2099,14 @@ declare namespace SectionTitle {
|
|
|
2060
2099
|
export namespace type_17 {
|
|
2061
2100
|
const name_36: string;
|
|
2062
2101
|
export { name_36 as name };
|
|
2102
|
+
const value_8: {
|
|
2103
|
+
value: string;
|
|
2104
|
+
}[];
|
|
2105
|
+
export { value_8 as value };
|
|
2063
2106
|
}
|
|
2064
2107
|
export { type_17 as type };
|
|
2065
2108
|
}
|
|
2066
|
-
namespace
|
|
2109
|
+
namespace lineLimit {
|
|
2067
2110
|
const defaultValue_19: null;
|
|
2068
2111
|
export { defaultValue_19 as defaultValue };
|
|
2069
2112
|
const description_31: string;
|
|
@@ -2078,7 +2121,7 @@ declare namespace SectionTitle {
|
|
|
2078
2121
|
}
|
|
2079
2122
|
export { type_18 as type };
|
|
2080
2123
|
}
|
|
2081
|
-
namespace
|
|
2124
|
+
namespace userSelectMode {
|
|
2082
2125
|
const defaultValue_20: null;
|
|
2083
2126
|
export { defaultValue_20 as defaultValue };
|
|
2084
2127
|
const description_32: string;
|
|
@@ -2090,14 +2133,14 @@ declare namespace SectionTitle {
|
|
|
2090
2133
|
export namespace type_19 {
|
|
2091
2134
|
const name_40: string;
|
|
2092
2135
|
export { name_40 as name };
|
|
2093
|
-
const
|
|
2136
|
+
const value_9: {
|
|
2094
2137
|
value: string;
|
|
2095
2138
|
}[];
|
|
2096
|
-
export {
|
|
2139
|
+
export { value_9 as value };
|
|
2097
2140
|
}
|
|
2098
2141
|
export { type_19 as type };
|
|
2099
2142
|
}
|
|
2100
|
-
namespace
|
|
2143
|
+
namespace customFontSize {
|
|
2101
2144
|
const defaultValue_21: null;
|
|
2102
2145
|
export { defaultValue_21 as defaultValue };
|
|
2103
2146
|
const description_33: string;
|
|
@@ -2109,14 +2152,10 @@ declare namespace SectionTitle {
|
|
|
2109
2152
|
export namespace type_20 {
|
|
2110
2153
|
const name_42: string;
|
|
2111
2154
|
export { name_42 as name };
|
|
2112
|
-
const value_4: {
|
|
2113
|
-
value: string;
|
|
2114
|
-
}[];
|
|
2115
|
-
export { value_4 as value };
|
|
2116
2155
|
}
|
|
2117
2156
|
export { type_20 as type };
|
|
2118
2157
|
}
|
|
2119
|
-
namespace
|
|
2158
|
+
namespace customFontWeight {
|
|
2120
2159
|
const defaultValue_22: null;
|
|
2121
2160
|
export { defaultValue_22 as defaultValue };
|
|
2122
2161
|
const description_34: string;
|
|
@@ -2128,14 +2167,14 @@ declare namespace SectionTitle {
|
|
|
2128
2167
|
export namespace type_21 {
|
|
2129
2168
|
const name_44: string;
|
|
2130
2169
|
export { name_44 as name };
|
|
2131
|
-
const
|
|
2170
|
+
const value_10: {
|
|
2132
2171
|
value: string;
|
|
2133
2172
|
}[];
|
|
2134
|
-
export {
|
|
2173
|
+
export { value_10 as value };
|
|
2135
2174
|
}
|
|
2136
2175
|
export { type_21 as type };
|
|
2137
2176
|
}
|
|
2138
|
-
namespace
|
|
2177
|
+
namespace textDecorationType {
|
|
2139
2178
|
const defaultValue_23: null;
|
|
2140
2179
|
export { defaultValue_23 as defaultValue };
|
|
2141
2180
|
const description_35: string;
|
|
@@ -2147,14 +2186,14 @@ declare namespace SectionTitle {
|
|
|
2147
2186
|
export namespace type_22 {
|
|
2148
2187
|
const name_46: string;
|
|
2149
2188
|
export { name_46 as name };
|
|
2150
|
-
const
|
|
2189
|
+
const value_11: {
|
|
2151
2190
|
value: string;
|
|
2152
2191
|
}[];
|
|
2153
|
-
export {
|
|
2192
|
+
export { value_11 as value };
|
|
2154
2193
|
}
|
|
2155
2194
|
export { type_22 as type };
|
|
2156
2195
|
}
|
|
2157
|
-
namespace
|
|
2196
|
+
namespace requirementMode {
|
|
2158
2197
|
const defaultValue_24: null;
|
|
2159
2198
|
export { defaultValue_24 as defaultValue };
|
|
2160
2199
|
const description_36: string;
|
|
@@ -2166,14 +2205,14 @@ declare namespace SectionTitle {
|
|
|
2166
2205
|
export namespace type_23 {
|
|
2167
2206
|
const name_48: string;
|
|
2168
2207
|
export { name_48 as name };
|
|
2169
|
-
const
|
|
2208
|
+
const value_12: {
|
|
2170
2209
|
value: string;
|
|
2171
2210
|
}[];
|
|
2172
|
-
export {
|
|
2211
|
+
export { value_12 as value };
|
|
2173
2212
|
}
|
|
2174
2213
|
export { type_23 as type };
|
|
2175
2214
|
}
|
|
2176
|
-
namespace
|
|
2215
|
+
namespace bulletPointMode {
|
|
2177
2216
|
const defaultValue_25: null;
|
|
2178
2217
|
export { defaultValue_25 as defaultValue };
|
|
2179
2218
|
const description_37: string;
|
|
@@ -2185,14 +2224,14 @@ declare namespace SectionTitle {
|
|
|
2185
2224
|
export namespace type_24 {
|
|
2186
2225
|
const name_50: string;
|
|
2187
2226
|
export { name_50 as name };
|
|
2188
|
-
const
|
|
2227
|
+
const value_13: {
|
|
2189
2228
|
value: string;
|
|
2190
2229
|
}[];
|
|
2191
|
-
export {
|
|
2230
|
+
export { value_13 as value };
|
|
2192
2231
|
}
|
|
2193
2232
|
export { type_24 as type };
|
|
2194
2233
|
}
|
|
2195
|
-
namespace
|
|
2234
|
+
namespace wordBreak {
|
|
2196
2235
|
const defaultValue_26: null;
|
|
2197
2236
|
export { defaultValue_26 as defaultValue };
|
|
2198
2237
|
const description_38: string;
|
|
@@ -2204,15 +2243,18 @@ declare namespace SectionTitle {
|
|
|
2204
2243
|
export namespace type_25 {
|
|
2205
2244
|
const name_52: string;
|
|
2206
2245
|
export { name_52 as name };
|
|
2207
|
-
const
|
|
2246
|
+
const value_14: {
|
|
2208
2247
|
value: string;
|
|
2209
2248
|
}[];
|
|
2210
|
-
export {
|
|
2249
|
+
export { value_14 as value };
|
|
2211
2250
|
}
|
|
2212
2251
|
export { type_25 as type };
|
|
2213
2252
|
}
|
|
2214
|
-
namespace
|
|
2215
|
-
|
|
2253
|
+
namespace lineHeight {
|
|
2254
|
+
export namespace defaultValue_27 {
|
|
2255
|
+
const value_15: string;
|
|
2256
|
+
export { value_15 as value };
|
|
2257
|
+
}
|
|
2216
2258
|
export { defaultValue_27 as defaultValue };
|
|
2217
2259
|
const description_39: string;
|
|
2218
2260
|
export { description_39 as description };
|
|
@@ -2226,11 +2268,26 @@ declare namespace SectionTitle {
|
|
|
2226
2268
|
}
|
|
2227
2269
|
export { type_26 as type };
|
|
2228
2270
|
}
|
|
2229
|
-
|
|
2271
|
+
}
|
|
2272
|
+
export { props_4 as props };
|
|
2273
|
+
}
|
|
2274
|
+
export { __docgenInfo_4 as __docgenInfo };
|
|
2275
|
+
}
|
|
2276
|
+
declare function SectionDescription(_a: any): any;
|
|
2277
|
+
declare namespace SectionDescription {
|
|
2278
|
+
const displayName_10: string;
|
|
2279
|
+
export { displayName_10 as displayName };
|
|
2280
|
+
export namespace __docgenInfo_5 {
|
|
2281
|
+
const description_40: string;
|
|
2282
|
+
export { description_40 as description };
|
|
2283
|
+
const displayName_11: string;
|
|
2284
|
+
export { displayName_11 as displayName };
|
|
2285
|
+
export namespace props_5 {
|
|
2286
|
+
export namespace text_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 { text_1 as text };
|
|
2302
|
+
export namespace color_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 { color_1 as color };
|
|
2318
|
+
export namespace tooltipText_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,15 @@ declare namespace SectionTitle {
|
|
|
2272
2327
|
export namespace type_29 {
|
|
2273
2328
|
const name_60: string;
|
|
2274
2329
|
export { name_60 as name };
|
|
2275
|
-
const value_11: {
|
|
2276
|
-
value: string;
|
|
2277
|
-
}[];
|
|
2278
|
-
export { value_11 as value };
|
|
2279
2330
|
}
|
|
2280
2331
|
export { type_29 as type };
|
|
2281
2332
|
}
|
|
2282
|
-
|
|
2333
|
+
export { tooltipText_1 as tooltipText };
|
|
2334
|
+
export namespace tooltipPosition_1 {
|
|
2283
2335
|
const defaultValue_31: null;
|
|
2284
2336
|
export { defaultValue_31 as defaultValue };
|
|
2285
|
-
const
|
|
2286
|
-
export {
|
|
2337
|
+
const description_44: string;
|
|
2338
|
+
export { description_44 as description };
|
|
2287
2339
|
const name_61: string;
|
|
2288
2340
|
export { name_61 as name };
|
|
2289
2341
|
const required_30: boolean;
|
|
@@ -2291,18 +2343,19 @@ declare namespace SectionTitle {
|
|
|
2291
2343
|
export namespace type_30 {
|
|
2292
2344
|
const name_62: string;
|
|
2293
2345
|
export { name_62 as name };
|
|
2294
|
-
const
|
|
2346
|
+
const value_16: {
|
|
2295
2347
|
value: string;
|
|
2296
2348
|
}[];
|
|
2297
|
-
export {
|
|
2349
|
+
export { value_16 as value };
|
|
2298
2350
|
}
|
|
2299
2351
|
export { type_30 as type };
|
|
2300
2352
|
}
|
|
2301
|
-
|
|
2353
|
+
export { tooltipPosition_1 as tooltipPosition };
|
|
2354
|
+
export namespace textAlign_1 {
|
|
2302
2355
|
const defaultValue_32: null;
|
|
2303
2356
|
export { defaultValue_32 as defaultValue };
|
|
2304
|
-
const
|
|
2305
|
-
export {
|
|
2357
|
+
const description_45: string;
|
|
2358
|
+
export { description_45 as description };
|
|
2306
2359
|
const name_63: string;
|
|
2307
2360
|
export { name_63 as name };
|
|
2308
2361
|
const required_31: boolean;
|
|
@@ -2310,18 +2363,19 @@ declare namespace SectionTitle {
|
|
|
2310
2363
|
export namespace type_31 {
|
|
2311
2364
|
const name_64: string;
|
|
2312
2365
|
export { name_64 as name };
|
|
2313
|
-
const
|
|
2366
|
+
const value_17: {
|
|
2314
2367
|
value: string;
|
|
2315
2368
|
}[];
|
|
2316
|
-
export {
|
|
2369
|
+
export { value_17 as value };
|
|
2317
2370
|
}
|
|
2318
2371
|
export { type_31 as type };
|
|
2319
2372
|
}
|
|
2320
|
-
|
|
2373
|
+
export { textAlign_1 as textAlign };
|
|
2374
|
+
export namespace styleTheme_1 {
|
|
2321
2375
|
const defaultValue_33: null;
|
|
2322
2376
|
export { defaultValue_33 as defaultValue };
|
|
2323
|
-
const
|
|
2324
|
-
export {
|
|
2377
|
+
const description_46: string;
|
|
2378
|
+
export { description_46 as description };
|
|
2325
2379
|
const name_65: string;
|
|
2326
2380
|
export { name_65 as name };
|
|
2327
2381
|
const required_32: boolean;
|
|
@@ -2329,18 +2383,19 @@ declare namespace SectionTitle {
|
|
|
2329
2383
|
export namespace type_32 {
|
|
2330
2384
|
const name_66: string;
|
|
2331
2385
|
export { name_66 as name };
|
|
2332
|
-
const
|
|
2386
|
+
const value_18: {
|
|
2333
2387
|
value: string;
|
|
2334
2388
|
}[];
|
|
2335
|
-
export {
|
|
2389
|
+
export { value_18 as value };
|
|
2336
2390
|
}
|
|
2337
2391
|
export { type_32 as type };
|
|
2338
2392
|
}
|
|
2339
|
-
|
|
2393
|
+
export { styleTheme_1 as styleTheme };
|
|
2394
|
+
export namespace colorOverride_1 {
|
|
2340
2395
|
const defaultValue_34: null;
|
|
2341
2396
|
export { defaultValue_34 as defaultValue };
|
|
2342
|
-
const
|
|
2343
|
-
export {
|
|
2397
|
+
const description_47: string;
|
|
2398
|
+
export { description_47 as description };
|
|
2344
2399
|
const name_67: string;
|
|
2345
2400
|
export { name_67 as name };
|
|
2346
2401
|
const required_33: boolean;
|
|
@@ -2348,21 +2403,19 @@ declare namespace SectionTitle {
|
|
|
2348
2403
|
export namespace type_33 {
|
|
2349
2404
|
const name_68: string;
|
|
2350
2405
|
export { name_68 as name };
|
|
2351
|
-
const
|
|
2406
|
+
const value_19: {
|
|
2352
2407
|
value: string;
|
|
2353
2408
|
}[];
|
|
2354
|
-
export {
|
|
2409
|
+
export { value_19 as value };
|
|
2355
2410
|
}
|
|
2356
2411
|
export { type_33 as type };
|
|
2357
2412
|
}
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
export { value_16 as value };
|
|
2362
|
-
}
|
|
2413
|
+
export { colorOverride_1 as colorOverride };
|
|
2414
|
+
export namespace colorTheme_1 {
|
|
2415
|
+
const defaultValue_35: null;
|
|
2363
2416
|
export { defaultValue_35 as defaultValue };
|
|
2364
|
-
const
|
|
2365
|
-
export {
|
|
2417
|
+
const description_48: string;
|
|
2418
|
+
export { description_48 as description };
|
|
2366
2419
|
const name_69: string;
|
|
2367
2420
|
export { name_69 as name };
|
|
2368
2421
|
const required_34: boolean;
|
|
@@ -2370,25 +2423,15 @@ declare namespace SectionTitle {
|
|
|
2370
2423
|
export namespace type_34 {
|
|
2371
2424
|
const name_70: string;
|
|
2372
2425
|
export { name_70 as name };
|
|
2426
|
+
const value_20: {
|
|
2427
|
+
value: string;
|
|
2428
|
+
}[];
|
|
2429
|
+
export { value_20 as value };
|
|
2373
2430
|
}
|
|
2374
2431
|
export { type_34 as type };
|
|
2375
2432
|
}
|
|
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 {
|
|
2433
|
+
export { colorTheme_1 as colorTheme };
|
|
2434
|
+
export namespace singleLineMode_1 {
|
|
2392
2435
|
const defaultValue_36: null;
|
|
2393
2436
|
export { defaultValue_36 as defaultValue };
|
|
2394
2437
|
const description_49: string;
|
|
@@ -2400,11 +2443,15 @@ declare namespace SectionDescription {
|
|
|
2400
2443
|
export namespace type_35 {
|
|
2401
2444
|
const name_72: string;
|
|
2402
2445
|
export { name_72 as name };
|
|
2446
|
+
const value_21: {
|
|
2447
|
+
value: string;
|
|
2448
|
+
}[];
|
|
2449
|
+
export { value_21 as value };
|
|
2403
2450
|
}
|
|
2404
2451
|
export { type_35 as type };
|
|
2405
2452
|
}
|
|
2406
|
-
export {
|
|
2407
|
-
export namespace
|
|
2453
|
+
export { singleLineMode_1 as singleLineMode };
|
|
2454
|
+
export namespace ellipsisMode_1 {
|
|
2408
2455
|
const defaultValue_37: null;
|
|
2409
2456
|
export { defaultValue_37 as defaultValue };
|
|
2410
2457
|
const description_50: string;
|
|
@@ -2416,11 +2463,15 @@ declare namespace SectionDescription {
|
|
|
2416
2463
|
export namespace type_36 {
|
|
2417
2464
|
const name_74: string;
|
|
2418
2465
|
export { name_74 as name };
|
|
2466
|
+
const value_22: {
|
|
2467
|
+
value: string;
|
|
2468
|
+
}[];
|
|
2469
|
+
export { value_22 as value };
|
|
2419
2470
|
}
|
|
2420
2471
|
export { type_36 as type };
|
|
2421
2472
|
}
|
|
2422
|
-
export {
|
|
2423
|
-
export namespace
|
|
2473
|
+
export { ellipsisMode_1 as ellipsisMode };
|
|
2474
|
+
export namespace lineLimit_1 {
|
|
2424
2475
|
const defaultValue_38: null;
|
|
2425
2476
|
export { defaultValue_38 as defaultValue };
|
|
2426
2477
|
const description_51: string;
|
|
@@ -2435,8 +2486,8 @@ declare namespace SectionDescription {
|
|
|
2435
2486
|
}
|
|
2436
2487
|
export { type_37 as type };
|
|
2437
2488
|
}
|
|
2438
|
-
export {
|
|
2439
|
-
export namespace
|
|
2489
|
+
export { lineLimit_1 as lineLimit };
|
|
2490
|
+
export namespace userSelectMode_1 {
|
|
2440
2491
|
const defaultValue_39: null;
|
|
2441
2492
|
export { defaultValue_39 as defaultValue };
|
|
2442
2493
|
const description_52: string;
|
|
@@ -2448,15 +2499,15 @@ declare namespace SectionDescription {
|
|
|
2448
2499
|
export namespace type_38 {
|
|
2449
2500
|
const name_78: string;
|
|
2450
2501
|
export { name_78 as name };
|
|
2451
|
-
const
|
|
2502
|
+
const value_23: {
|
|
2452
2503
|
value: string;
|
|
2453
2504
|
}[];
|
|
2454
|
-
export {
|
|
2505
|
+
export { value_23 as value };
|
|
2455
2506
|
}
|
|
2456
2507
|
export { type_38 as type };
|
|
2457
2508
|
}
|
|
2458
|
-
export {
|
|
2459
|
-
export namespace
|
|
2509
|
+
export { userSelectMode_1 as userSelectMode };
|
|
2510
|
+
export namespace customFontSize_1 {
|
|
2460
2511
|
const defaultValue_40: null;
|
|
2461
2512
|
export { defaultValue_40 as defaultValue };
|
|
2462
2513
|
const description_53: string;
|
|
@@ -2468,15 +2519,11 @@ declare namespace SectionDescription {
|
|
|
2468
2519
|
export namespace type_39 {
|
|
2469
2520
|
const name_80: string;
|
|
2470
2521
|
export { name_80 as name };
|
|
2471
|
-
const value_18: {
|
|
2472
|
-
value: string;
|
|
2473
|
-
}[];
|
|
2474
|
-
export { value_18 as value };
|
|
2475
2522
|
}
|
|
2476
2523
|
export { type_39 as type };
|
|
2477
2524
|
}
|
|
2478
|
-
export {
|
|
2479
|
-
export namespace
|
|
2525
|
+
export { customFontSize_1 as customFontSize };
|
|
2526
|
+
export namespace customFontWeight_1 {
|
|
2480
2527
|
const defaultValue_41: null;
|
|
2481
2528
|
export { defaultValue_41 as defaultValue };
|
|
2482
2529
|
const description_54: string;
|
|
@@ -2488,15 +2535,15 @@ declare namespace SectionDescription {
|
|
|
2488
2535
|
export namespace type_40 {
|
|
2489
2536
|
const name_82: string;
|
|
2490
2537
|
export { name_82 as name };
|
|
2491
|
-
const
|
|
2538
|
+
const value_24: {
|
|
2492
2539
|
value: string;
|
|
2493
2540
|
}[];
|
|
2494
|
-
export {
|
|
2541
|
+
export { value_24 as value };
|
|
2495
2542
|
}
|
|
2496
2543
|
export { type_40 as type };
|
|
2497
2544
|
}
|
|
2498
|
-
export {
|
|
2499
|
-
export namespace
|
|
2545
|
+
export { customFontWeight_1 as customFontWeight };
|
|
2546
|
+
export namespace textDecorationType_1 {
|
|
2500
2547
|
const defaultValue_42: null;
|
|
2501
2548
|
export { defaultValue_42 as defaultValue };
|
|
2502
2549
|
const description_55: string;
|
|
@@ -2508,15 +2555,15 @@ declare namespace SectionDescription {
|
|
|
2508
2555
|
export namespace type_41 {
|
|
2509
2556
|
const name_84: string;
|
|
2510
2557
|
export { name_84 as name };
|
|
2511
|
-
const
|
|
2558
|
+
const value_25: {
|
|
2512
2559
|
value: string;
|
|
2513
2560
|
}[];
|
|
2514
|
-
export {
|
|
2561
|
+
export { value_25 as value };
|
|
2515
2562
|
}
|
|
2516
2563
|
export { type_41 as type };
|
|
2517
2564
|
}
|
|
2518
|
-
export {
|
|
2519
|
-
export namespace
|
|
2565
|
+
export { textDecorationType_1 as textDecorationType };
|
|
2566
|
+
export namespace requirementMode_1 {
|
|
2520
2567
|
const defaultValue_43: null;
|
|
2521
2568
|
export { defaultValue_43 as defaultValue };
|
|
2522
2569
|
const description_56: string;
|
|
@@ -2528,15 +2575,15 @@ declare namespace SectionDescription {
|
|
|
2528
2575
|
export namespace type_42 {
|
|
2529
2576
|
const name_86: string;
|
|
2530
2577
|
export { name_86 as name };
|
|
2531
|
-
const
|
|
2578
|
+
const value_26: {
|
|
2532
2579
|
value: string;
|
|
2533
2580
|
}[];
|
|
2534
|
-
export {
|
|
2581
|
+
export { value_26 as value };
|
|
2535
2582
|
}
|
|
2536
2583
|
export { type_42 as type };
|
|
2537
2584
|
}
|
|
2538
|
-
export {
|
|
2539
|
-
export namespace
|
|
2585
|
+
export { requirementMode_1 as requirementMode };
|
|
2586
|
+
export namespace bulletPointMode_1 {
|
|
2540
2587
|
const defaultValue_44: null;
|
|
2541
2588
|
export { defaultValue_44 as defaultValue };
|
|
2542
2589
|
const description_57: string;
|
|
@@ -2548,15 +2595,15 @@ declare namespace SectionDescription {
|
|
|
2548
2595
|
export namespace type_43 {
|
|
2549
2596
|
const name_88: string;
|
|
2550
2597
|
export { name_88 as name };
|
|
2551
|
-
const
|
|
2598
|
+
const value_27: {
|
|
2552
2599
|
value: string;
|
|
2553
2600
|
}[];
|
|
2554
|
-
export {
|
|
2601
|
+
export { value_27 as value };
|
|
2555
2602
|
}
|
|
2556
2603
|
export { type_43 as type };
|
|
2557
2604
|
}
|
|
2558
|
-
export {
|
|
2559
|
-
export namespace
|
|
2605
|
+
export { bulletPointMode_1 as bulletPointMode };
|
|
2606
|
+
export namespace wordBreak_1 {
|
|
2560
2607
|
const defaultValue_45: null;
|
|
2561
2608
|
export { defaultValue_45 as defaultValue };
|
|
2562
2609
|
const description_58: string;
|
|
@@ -2568,15 +2615,15 @@ declare namespace SectionDescription {
|
|
|
2568
2615
|
export namespace type_44 {
|
|
2569
2616
|
const name_90: string;
|
|
2570
2617
|
export { name_90 as name };
|
|
2571
|
-
const
|
|
2618
|
+
const value_28: {
|
|
2572
2619
|
value: string;
|
|
2573
2620
|
}[];
|
|
2574
|
-
export {
|
|
2621
|
+
export { value_28 as value };
|
|
2575
2622
|
}
|
|
2576
2623
|
export { type_44 as type };
|
|
2577
2624
|
}
|
|
2578
|
-
export {
|
|
2579
|
-
export namespace
|
|
2625
|
+
export { wordBreak_1 as wordBreak };
|
|
2626
|
+
export namespace fontWeight {
|
|
2580
2627
|
const defaultValue_46: null;
|
|
2581
2628
|
export { defaultValue_46 as defaultValue };
|
|
2582
2629
|
const description_59: string;
|
|
@@ -2591,32 +2638,41 @@ declare namespace SectionDescription {
|
|
|
2591
2638
|
}
|
|
2592
2639
|
export { type_45 as type };
|
|
2593
2640
|
}
|
|
2594
|
-
|
|
2595
|
-
|
|
2641
|
+
}
|
|
2642
|
+
export { props_5 as props };
|
|
2643
|
+
}
|
|
2644
|
+
export { __docgenInfo_5 as __docgenInfo };
|
|
2645
|
+
}
|
|
2646
|
+
declare function SectionImage(_a: any): any;
|
|
2647
|
+
declare namespace SectionImage {
|
|
2648
|
+
const displayName_12: string;
|
|
2649
|
+
export { displayName_12 as displayName };
|
|
2650
|
+
export namespace __docgenInfo_6 {
|
|
2651
|
+
const description_60: string;
|
|
2652
|
+
export { description_60 as description };
|
|
2653
|
+
const displayName_13: string;
|
|
2654
|
+
export { displayName_13 as displayName };
|
|
2655
|
+
export namespace props_6 {
|
|
2656
|
+
export namespace src {
|
|
2596
2657
|
const defaultValue_47: null;
|
|
2597
2658
|
export { defaultValue_47 as defaultValue };
|
|
2598
|
-
const
|
|
2599
|
-
export {
|
|
2659
|
+
const description_61: string;
|
|
2660
|
+
export { description_61 as description };
|
|
2600
2661
|
const name_93: string;
|
|
2601
2662
|
export { name_93 as name };
|
|
2602
2663
|
const required_46: boolean;
|
|
2603
2664
|
export { required_46 as required };
|
|
2604
2665
|
export namespace type_46 {
|
|
2605
2666
|
const name_94: string;
|
|
2606
|
-
export { name_94 as name };
|
|
2607
|
-
const value_24: {
|
|
2608
|
-
value: string;
|
|
2609
|
-
}[];
|
|
2610
|
-
export { value_24 as value };
|
|
2667
|
+
export { name_94 as name };
|
|
2611
2668
|
}
|
|
2612
2669
|
export { type_46 as type };
|
|
2613
2670
|
}
|
|
2614
|
-
export
|
|
2615
|
-
export namespace customFontSize_1 {
|
|
2671
|
+
export namespace shapeType {
|
|
2616
2672
|
const defaultValue_48: null;
|
|
2617
2673
|
export { defaultValue_48 as defaultValue };
|
|
2618
|
-
const
|
|
2619
|
-
export {
|
|
2674
|
+
const description_62: string;
|
|
2675
|
+
export { description_62 as description };
|
|
2620
2676
|
const name_95: string;
|
|
2621
2677
|
export { name_95 as name };
|
|
2622
2678
|
const required_47: boolean;
|
|
@@ -2624,15 +2680,18 @@ declare namespace SectionDescription {
|
|
|
2624
2680
|
export namespace type_47 {
|
|
2625
2681
|
const name_96: string;
|
|
2626
2682
|
export { name_96 as name };
|
|
2683
|
+
const value_29: {
|
|
2684
|
+
value: string;
|
|
2685
|
+
}[];
|
|
2686
|
+
export { value_29 as value };
|
|
2627
2687
|
}
|
|
2628
2688
|
export { type_47 as type };
|
|
2629
2689
|
}
|
|
2630
|
-
export
|
|
2631
|
-
export namespace customFontWeight_1 {
|
|
2690
|
+
export namespace radius {
|
|
2632
2691
|
const defaultValue_49: null;
|
|
2633
2692
|
export { defaultValue_49 as defaultValue };
|
|
2634
|
-
const
|
|
2635
|
-
export {
|
|
2693
|
+
const description_63: string;
|
|
2694
|
+
export { description_63 as description };
|
|
2636
2695
|
const name_97: string;
|
|
2637
2696
|
export { name_97 as name };
|
|
2638
2697
|
const required_48: boolean;
|
|
@@ -2640,19 +2699,18 @@ declare namespace SectionDescription {
|
|
|
2640
2699
|
export namespace type_48 {
|
|
2641
2700
|
const name_98: string;
|
|
2642
2701
|
export { name_98 as name };
|
|
2643
|
-
const
|
|
2702
|
+
const value_30: {
|
|
2644
2703
|
value: string;
|
|
2645
2704
|
}[];
|
|
2646
|
-
export {
|
|
2705
|
+
export { value_30 as value };
|
|
2647
2706
|
}
|
|
2648
2707
|
export { type_48 as type };
|
|
2649
2708
|
}
|
|
2650
|
-
export
|
|
2651
|
-
export namespace textDecorationType_1 {
|
|
2709
|
+
export namespace width_1 {
|
|
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,15 @@ 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
|
|
2724
|
+
export { width_1 as width };
|
|
2725
|
+
export namespace height {
|
|
2672
2726
|
const defaultValue_51: null;
|
|
2673
2727
|
export { defaultValue_51 as defaultValue };
|
|
2674
|
-
const
|
|
2675
|
-
export {
|
|
2728
|
+
const description_65: string;
|
|
2729
|
+
export { description_65 as description };
|
|
2676
2730
|
const name_101: string;
|
|
2677
2731
|
export { name_101 as name };
|
|
2678
2732
|
const required_50: boolean;
|
|
@@ -2680,19 +2734,14 @@ declare namespace SectionDescription {
|
|
|
2680
2734
|
export namespace type_50 {
|
|
2681
2735
|
const name_102: string;
|
|
2682
2736
|
export { name_102 as name };
|
|
2683
|
-
const value_27: {
|
|
2684
|
-
value: string;
|
|
2685
|
-
}[];
|
|
2686
|
-
export { value_27 as value };
|
|
2687
2737
|
}
|
|
2688
2738
|
export { type_50 as type };
|
|
2689
2739
|
}
|
|
2690
|
-
export
|
|
2691
|
-
export namespace bulletPointMode_1 {
|
|
2740
|
+
export namespace noImageHeight {
|
|
2692
2741
|
const defaultValue_52: null;
|
|
2693
2742
|
export { defaultValue_52 as defaultValue };
|
|
2694
|
-
const
|
|
2695
|
-
export {
|
|
2743
|
+
const description_66: string;
|
|
2744
|
+
export { description_66 as description };
|
|
2696
2745
|
const name_103: string;
|
|
2697
2746
|
export { name_103 as name };
|
|
2698
2747
|
const required_51: boolean;
|
|
@@ -2700,19 +2749,14 @@ declare namespace SectionDescription {
|
|
|
2700
2749
|
export namespace type_51 {
|
|
2701
2750
|
const name_104: string;
|
|
2702
2751
|
export { name_104 as name };
|
|
2703
|
-
const value_28: {
|
|
2704
|
-
value: string;
|
|
2705
|
-
}[];
|
|
2706
|
-
export { value_28 as value };
|
|
2707
2752
|
}
|
|
2708
2753
|
export { type_51 as type };
|
|
2709
2754
|
}
|
|
2710
|
-
export
|
|
2711
|
-
export namespace wordBreak_1 {
|
|
2755
|
+
export namespace noImageWidth {
|
|
2712
2756
|
const defaultValue_53: null;
|
|
2713
2757
|
export { defaultValue_53 as defaultValue };
|
|
2714
|
-
const
|
|
2715
|
-
export {
|
|
2758
|
+
const description_67: string;
|
|
2759
|
+
export { description_67 as description };
|
|
2716
2760
|
const name_105: string;
|
|
2717
2761
|
export { name_105 as name };
|
|
2718
2762
|
const required_52: boolean;
|
|
@@ -2720,19 +2764,14 @@ declare namespace SectionDescription {
|
|
|
2720
2764
|
export namespace type_52 {
|
|
2721
2765
|
const name_106: string;
|
|
2722
2766
|
export { name_106 as name };
|
|
2723
|
-
const value_29: {
|
|
2724
|
-
value: string;
|
|
2725
|
-
}[];
|
|
2726
|
-
export { value_29 as value };
|
|
2727
2767
|
}
|
|
2728
2768
|
export { type_52 as type };
|
|
2729
2769
|
}
|
|
2730
|
-
export
|
|
2731
|
-
export namespace fontWeight {
|
|
2770
|
+
export namespace ratio {
|
|
2732
2771
|
const defaultValue_54: null;
|
|
2733
2772
|
export { defaultValue_54 as defaultValue };
|
|
2734
|
-
const
|
|
2735
|
-
export {
|
|
2773
|
+
const description_68: string;
|
|
2774
|
+
export { description_68 as description };
|
|
2736
2775
|
const name_107: string;
|
|
2737
2776
|
export { name_107 as name };
|
|
2738
2777
|
const required_53: boolean;
|
|
@@ -2740,25 +2779,14 @@ declare namespace SectionDescription {
|
|
|
2740
2779
|
export namespace type_53 {
|
|
2741
2780
|
const name_108: string;
|
|
2742
2781
|
export { name_108 as name };
|
|
2782
|
+
const value_31: {
|
|
2783
|
+
value: string;
|
|
2784
|
+
}[];
|
|
2785
|
+
export { value_31 as value };
|
|
2743
2786
|
}
|
|
2744
2787
|
export { type_53 as type };
|
|
2745
2788
|
}
|
|
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 {
|
|
2789
|
+
export namespace scaleType {
|
|
2762
2790
|
const defaultValue_55: null;
|
|
2763
2791
|
export { defaultValue_55 as defaultValue };
|
|
2764
2792
|
const description_69: string;
|
|
@@ -2770,10 +2798,14 @@ declare namespace SectionImage {
|
|
|
2770
2798
|
export namespace type_54 {
|
|
2771
2799
|
const name_110: string;
|
|
2772
2800
|
export { name_110 as name };
|
|
2801
|
+
const value_32: {
|
|
2802
|
+
value: string;
|
|
2803
|
+
}[];
|
|
2804
|
+
export { value_32 as value };
|
|
2773
2805
|
}
|
|
2774
2806
|
export { type_54 as type };
|
|
2775
2807
|
}
|
|
2776
|
-
export namespace
|
|
2808
|
+
export namespace borderMode {
|
|
2777
2809
|
const defaultValue_56: null;
|
|
2778
2810
|
export { defaultValue_56 as defaultValue };
|
|
2779
2811
|
const description_70: string;
|
|
@@ -2785,14 +2817,14 @@ declare namespace SectionImage {
|
|
|
2785
2817
|
export namespace type_55 {
|
|
2786
2818
|
const name_112: string;
|
|
2787
2819
|
export { name_112 as name };
|
|
2788
|
-
const
|
|
2820
|
+
const value_33: {
|
|
2789
2821
|
value: string;
|
|
2790
2822
|
}[];
|
|
2791
|
-
export {
|
|
2823
|
+
export { value_33 as value };
|
|
2792
2824
|
}
|
|
2793
2825
|
export { type_55 as type };
|
|
2794
2826
|
}
|
|
2795
|
-
export namespace
|
|
2827
|
+
export namespace backgroundFillMode {
|
|
2796
2828
|
const defaultValue_57: null;
|
|
2797
2829
|
export { defaultValue_57 as defaultValue };
|
|
2798
2830
|
const description_71: string;
|
|
@@ -2804,14 +2836,14 @@ declare namespace SectionImage {
|
|
|
2804
2836
|
export namespace type_56 {
|
|
2805
2837
|
const name_114: string;
|
|
2806
2838
|
export { name_114 as name };
|
|
2807
|
-
const
|
|
2839
|
+
const value_34: {
|
|
2808
2840
|
value: string;
|
|
2809
2841
|
}[];
|
|
2810
|
-
export {
|
|
2842
|
+
export { value_34 as value };
|
|
2811
2843
|
}
|
|
2812
2844
|
export { type_56 as type };
|
|
2813
2845
|
}
|
|
2814
|
-
export namespace
|
|
2846
|
+
export namespace isLoading {
|
|
2815
2847
|
const defaultValue_58: null;
|
|
2816
2848
|
export { defaultValue_58 as defaultValue };
|
|
2817
2849
|
const description_72: string;
|
|
@@ -2826,12 +2858,29 @@ declare namespace SectionImage {
|
|
|
2826
2858
|
}
|
|
2827
2859
|
export { type_57 as type };
|
|
2828
2860
|
}
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2861
|
+
}
|
|
2862
|
+
export { props_6 as props };
|
|
2863
|
+
}
|
|
2864
|
+
export { __docgenInfo_6 as __docgenInfo };
|
|
2865
|
+
}
|
|
2866
|
+
declare function SectionButton(_a: any): any;
|
|
2867
|
+
declare namespace SectionButton {
|
|
2868
|
+
const displayName_14: string;
|
|
2869
|
+
export { displayName_14 as displayName };
|
|
2870
|
+
export namespace __docgenInfo_7 {
|
|
2871
|
+
const description_73: string;
|
|
2872
|
+
export { description_73 as description };
|
|
2873
|
+
const displayName_15: string;
|
|
2874
|
+
export { displayName_15 as displayName };
|
|
2875
|
+
export namespace props_7 {
|
|
2876
|
+
export namespace linkType {
|
|
2877
|
+
export namespace defaultValue_59 {
|
|
2878
|
+
const value_35: string;
|
|
2879
|
+
export { value_35 as value };
|
|
2880
|
+
}
|
|
2832
2881
|
export { defaultValue_59 as defaultValue };
|
|
2833
|
-
const
|
|
2834
|
-
export {
|
|
2882
|
+
const description_74: string;
|
|
2883
|
+
export { description_74 as description };
|
|
2835
2884
|
const name_117: string;
|
|
2836
2885
|
export { name_117 as name };
|
|
2837
2886
|
const required_58: boolean;
|
|
@@ -2839,14 +2888,18 @@ declare namespace SectionImage {
|
|
|
2839
2888
|
export namespace type_58 {
|
|
2840
2889
|
const name_118: string;
|
|
2841
2890
|
export { name_118 as name };
|
|
2891
|
+
const value_36: {
|
|
2892
|
+
value: string;
|
|
2893
|
+
}[];
|
|
2894
|
+
export { value_36 as value };
|
|
2842
2895
|
}
|
|
2843
2896
|
export { type_58 as type };
|
|
2844
2897
|
}
|
|
2845
|
-
export namespace
|
|
2898
|
+
export namespace buttonType {
|
|
2846
2899
|
const defaultValue_60: null;
|
|
2847
2900
|
export { defaultValue_60 as defaultValue };
|
|
2848
|
-
const
|
|
2849
|
-
export {
|
|
2901
|
+
const description_75: string;
|
|
2902
|
+
export { description_75 as description };
|
|
2850
2903
|
const name_119: string;
|
|
2851
2904
|
export { name_119 as name };
|
|
2852
2905
|
const required_59: boolean;
|
|
@@ -2857,11 +2910,11 @@ declare namespace SectionImage {
|
|
|
2857
2910
|
}
|
|
2858
2911
|
export { type_59 as type };
|
|
2859
2912
|
}
|
|
2860
|
-
export namespace
|
|
2913
|
+
export namespace backgroundColor {
|
|
2861
2914
|
const defaultValue_61: null;
|
|
2862
2915
|
export { defaultValue_61 as defaultValue };
|
|
2863
|
-
const
|
|
2864
|
-
export {
|
|
2916
|
+
const description_76: string;
|
|
2917
|
+
export { description_76 as description };
|
|
2865
2918
|
const name_121: string;
|
|
2866
2919
|
export { name_121 as name };
|
|
2867
2920
|
const required_60: boolean;
|
|
@@ -2872,11 +2925,11 @@ declare namespace SectionImage {
|
|
|
2872
2925
|
}
|
|
2873
2926
|
export { type_60 as type };
|
|
2874
2927
|
}
|
|
2875
|
-
export namespace
|
|
2928
|
+
export namespace textColor {
|
|
2876
2929
|
const defaultValue_62: null;
|
|
2877
2930
|
export { defaultValue_62 as defaultValue };
|
|
2878
|
-
const
|
|
2879
|
-
export {
|
|
2931
|
+
const description_77: string;
|
|
2932
|
+
export { description_77 as description };
|
|
2880
2933
|
const name_123: string;
|
|
2881
2934
|
export { name_123 as name };
|
|
2882
2935
|
const required_61: boolean;
|
|
@@ -2884,18 +2937,14 @@ declare namespace SectionImage {
|
|
|
2884
2937
|
export namespace type_61 {
|
|
2885
2938
|
const name_124: string;
|
|
2886
2939
|
export { name_124 as name };
|
|
2887
|
-
const value_32: {
|
|
2888
|
-
value: string;
|
|
2889
|
-
}[];
|
|
2890
|
-
export { value_32 as value };
|
|
2891
2940
|
}
|
|
2892
2941
|
export { type_61 as type };
|
|
2893
2942
|
}
|
|
2894
|
-
export namespace
|
|
2943
|
+
export namespace text_2 {
|
|
2895
2944
|
const defaultValue_63: null;
|
|
2896
2945
|
export { defaultValue_63 as defaultValue };
|
|
2897
|
-
const
|
|
2898
|
-
export {
|
|
2946
|
+
const description_78: string;
|
|
2947
|
+
export { description_78 as description };
|
|
2899
2948
|
const name_125: string;
|
|
2900
2949
|
export { name_125 as name };
|
|
2901
2950
|
const required_62: boolean;
|
|
@@ -2903,18 +2952,18 @@ declare namespace SectionImage {
|
|
|
2903
2952
|
export namespace type_62 {
|
|
2904
2953
|
const name_126: string;
|
|
2905
2954
|
export { name_126 as name };
|
|
2906
|
-
const value_33: {
|
|
2907
|
-
value: string;
|
|
2908
|
-
}[];
|
|
2909
|
-
export { value_33 as value };
|
|
2910
2955
|
}
|
|
2911
2956
|
export { type_62 as type };
|
|
2912
2957
|
}
|
|
2913
|
-
export
|
|
2914
|
-
|
|
2958
|
+
export { text_2 as text };
|
|
2959
|
+
export namespace src_1 {
|
|
2960
|
+
export namespace defaultValue_64 {
|
|
2961
|
+
const value_37: string;
|
|
2962
|
+
export { value_37 as value };
|
|
2963
|
+
}
|
|
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,15 @@ 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
|
|
2977
|
+
export { src_1 as src };
|
|
2978
|
+
export namespace borderColor {
|
|
2933
2979
|
const defaultValue_65: null;
|
|
2934
2980
|
export { defaultValue_65 as defaultValue };
|
|
2935
|
-
const
|
|
2936
|
-
export {
|
|
2981
|
+
const description_80: string;
|
|
2982
|
+
export { description_80 as description };
|
|
2937
2983
|
const name_129: string;
|
|
2938
2984
|
export { name_129 as name };
|
|
2939
2985
|
const required_64: boolean;
|
|
@@ -2941,18 +2987,17 @@ declare namespace SectionImage {
|
|
|
2941
2987
|
export namespace type_64 {
|
|
2942
2988
|
const name_130: string;
|
|
2943
2989
|
export { name_130 as name };
|
|
2944
|
-
const value_35: {
|
|
2945
|
-
value: string;
|
|
2946
|
-
}[];
|
|
2947
|
-
export { value_35 as value };
|
|
2948
2990
|
}
|
|
2949
2991
|
export { type_64 as type };
|
|
2950
2992
|
}
|
|
2951
|
-
export namespace
|
|
2952
|
-
|
|
2993
|
+
export namespace state {
|
|
2994
|
+
export namespace defaultValue_66 {
|
|
2995
|
+
const value_38: string;
|
|
2996
|
+
export { value_38 as value };
|
|
2997
|
+
}
|
|
2953
2998
|
export { defaultValue_66 as defaultValue };
|
|
2954
|
-
const
|
|
2955
|
-
export {
|
|
2999
|
+
const description_81: string;
|
|
3000
|
+
export { description_81 as description };
|
|
2956
3001
|
const name_131: string;
|
|
2957
3002
|
export { name_131 as name };
|
|
2958
3003
|
const required_65: boolean;
|
|
@@ -2960,162 +3005,12 @@ declare namespace SectionImage {
|
|
|
2960
3005
|
export namespace type_65 {
|
|
2961
3006
|
const name_132: string;
|
|
2962
3007
|
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: {
|
|
3008
|
+
const value_39: {
|
|
2997
3009
|
value: string;
|
|
2998
3010
|
}[];
|
|
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
3011
|
export { value_39 as value };
|
|
3102
3012
|
}
|
|
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 };
|
|
3013
|
+
export { type_65 as type };
|
|
3119
3014
|
}
|
|
3120
3015
|
}
|
|
3121
3016
|
export { props_7 as props };
|
|
@@ -3125,17 +3020,17 @@ declare namespace SectionButton {
|
|
|
3125
3020
|
declare var M_TemplateA: any;
|
|
3126
3021
|
declare var D_TemplateB: any;
|
|
3127
3022
|
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
3023
|
declare var TemplateC: any;
|
|
3137
3024
|
declare var TemplateD: any;
|
|
3138
3025
|
declare var D_TemplateC: any;
|
|
3139
3026
|
declare var M_TemplateC: any;
|
|
3140
3027
|
declare var D_TemplateD: any;
|
|
3141
3028
|
declare var M_TemplateD: any;
|
|
3029
|
+
declare var TemplateA_desktop: any;
|
|
3030
|
+
declare var TemplateA_mobile: any;
|
|
3031
|
+
declare var TemplateB_desktop: any;
|
|
3032
|
+
declare var TemplateB_mobile: any;
|
|
3033
|
+
declare var TemplateC_desktop: any;
|
|
3034
|
+
declare var TemplateC_mobile: any;
|
|
3035
|
+
declare var TemplateD_desktop: any;
|
|
3036
|
+
declare var TemplateD_mobile: any;
|