pds-dev-kit-web 1.9.0-beta.0 → 1.9.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -0
- package/dist/index.js +16 -0
- package/dist/src/GlobalStyle.js +4 -1
- package/dist/src/common/assets/icons/fill/ArrowDown.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowDown.js +34 -0
- package/dist/src/common/assets/icons/fill/ArrowUp.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowUp.js +34 -0
- package/dist/src/common/assets/icons/fill/ToggleDown.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ToggleDown.js +36 -0
- package/dist/src/common/assets/icons/fill/ToggleUp.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ToggleUp.js +36 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/index.js +8 -0
- package/dist/src/common/assets/icons/line/Confetti.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Confetti.js +36 -0
- package/dist/src/common/assets/icons/line/CsBold.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CsBold.js +34 -0
- package/dist/src/common/assets/icons/line/CsFace.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CsFace.js +34 -0
- package/dist/src/common/assets/icons/line/DeviceApp.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceApp.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceDesktop.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceDesktop.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceMobile.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceMobile.js +34 -0
- package/dist/src/common/assets/icons/line/EditorLeftSide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/EditorLeftSide.js +34 -0
- package/dist/src/common/assets/icons/line/EditorRightSide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/EditorRightSide.js +34 -0
- package/dist/src/common/assets/icons/line/Mail.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Mail.js +36 -0
- package/dist/src/common/assets/icons/line/News.d.ts +4 -0
- package/dist/src/common/assets/icons/line/News.js +36 -0
- package/dist/src/common/assets/icons/line/Rocket.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Rocket.js +36 -0
- package/dist/src/common/assets/icons/line/VideoGuide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoGuide.js +36 -0
- package/dist/src/common/assets/icons/line/index.d.ts +12 -0
- package/dist/src/common/assets/icons/line/index.js +24 -0
- package/dist/src/common/services/i18n/resources/en.json +4852 -1257
- package/dist/src/common/services/i18n/resources/es.json +6105 -2510
- package/dist/src/common/services/i18n/resources/index.d.ts +28084 -16
- package/dist/src/common/services/i18n/resources/index.js +5 -1
- package/dist/src/common/services/i18n/resources/jp.json +6114 -2519
- package/dist/src/common/services/i18n/resources/ko.json +3816 -221
- package/dist/src/common/services/i18n/resources/zh-tw.json +6844 -0
- package/dist/src/common/services/i18n/resources/zh-zh.json +6844 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +12 -3
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +11 -2
- package/dist/src/common/styles/colorSet/SemanticColor.json +5 -1
- package/dist/src/common/styles/colorSet/UIColor.json +24 -3
- package/dist/src/common/styles/colorSet/index.d.ts +137 -94
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +21 -0
- package/dist/src/common/styles/index.d.ts +4 -0
- package/dist/src/common/styles/movement/animationStyle.d.ts +8 -0
- package/dist/src/common/styles/movement/animationStyle.js +18 -0
- package/dist/src/common/styles/movement/keyframes.d.ts +16 -0
- package/dist/src/common/styles/movement/keyframes.js +25 -0
- package/dist/src/common/styles/movement/transitionStyle.d.ts +3 -0
- package/dist/src/common/styles/movement/transitionStyle.js +12 -0
- package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +2 -0
- package/dist/src/common/styles/scroll/scrollbarStyle.js +14 -0
- package/dist/src/common/styles/theme.d.ts +4 -0
- package/dist/src/common/styles/theme.js +4 -0
- package/dist/src/common/types/styled-components.d.ts +4 -0
- package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
- package/dist/src/desktop/components/AdminList/AdminList.js +4 -4
- package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
- package/dist/src/desktop/components/AdminList/HeaderRow.js +21 -17
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +20 -15
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +1 -1
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +3 -3
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +5 -4
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
- package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +5 -4
- package/dist/src/desktop/components/Dropdown/Dropdown.js +34 -3
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +15 -4
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +5 -4
- package/dist/src/desktop/components/IconButton/IconButton.js +7 -6
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +4 -3
- package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
- package/dist/src/desktop/components/MainButton/MainButton.js +129 -41
- package/dist/src/desktop/components/ReactionButton/ReactionButton.js +5 -1
- package/dist/src/desktop/components/Select/Select.js +29 -2
- package/dist/src/desktop/components/TextButton/TextButton.js +3 -2
- package/dist/src/desktop/components/TextField/TextField.js +35 -4
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +7 -5
- package/dist/src/desktop/components/TextLabel/TextLabel.js +61 -42
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +7 -6
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +141 -49
- package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
- package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +3 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +28 -28
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +11 -10
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +9 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +18 -17
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +41 -14
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +41 -14
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +41 -14
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +14 -36
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +17 -17
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -8
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +41 -14
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -8
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +41 -14
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +31 -8
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +5 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +20 -19
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +32 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +38 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +31 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +32 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +33 -9
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +42 -14
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +42 -14
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +41 -14
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +5 -2
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +45 -45
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +17 -13
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +15 -11
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +15 -11
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +22 -17
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +32 -18
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +12 -14
- package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -1
- package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
- package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.js +1 -1
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +3 -3
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +5 -4
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
- package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
- package/dist/src/mobile/components/Dropdown/Dropdown.js +21 -3
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.js +4 -3
- package/dist/src/mobile/components/IconButton/IconButton.js +6 -5
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +3 -2
- package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
- package/dist/src/mobile/components/MainButton/MainButton.js +122 -37
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +5 -4
- package/dist/src/mobile/components/Select/Select.js +18 -2
- package/dist/src/mobile/components/TextButton/TextButton.js +2 -1
- package/dist/src/mobile/components/TextField/TextField.js +22 -4
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +7 -5
- package/dist/src/mobile/components/TextLabel/TextLabel.js +57 -38
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +6 -5
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +134 -42
- package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
- package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +3 -2
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +41 -14
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +41 -14
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -8
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -8
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +41 -14
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +41 -14
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +12 -12
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +41 -14
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +41 -14
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +5 -4
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +7 -32
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +25 -0
- 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 +7 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +116 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.js +8 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +48 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.js +8 -0
- package/dist/src/sub/DynamicLayout/hooks/index.d.ts +2 -0
- package/dist/src/sub/DynamicLayout/hooks/index.js +5 -1
- 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/hooks/useUnmountStyle/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.js +8 -0
- package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.d.ts +10 -0
- package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.js +65 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/desktop/D_TemplateC.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/desktop/D_TemplateD.js +1 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +4 -1
- package/dist/storybook-static/{0.ade47ed3.iframe.bundle.d.ts → 0.f85c225d.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.ade47ed3.iframe.bundle.js → 0.f85c225d.iframe.bundle.js} +8 -8
- package/dist/storybook-static/{4.93bcde3d.iframe.bundle.d.ts → 4.32dc09b1.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.93bcde3d.iframe.bundle.js → 4.32dc09b1.iframe.bundle.js} +71 -71
- package/dist/storybook-static/{5.ea6583af.iframe.bundle.d.ts → 5.f8adf19a.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.ea6583af.iframe.bundle.js → 5.f8adf19a.iframe.bundle.js} +13 -13
- package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.d.ts → 6.bbd5c6b7.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.js → 6.bbd5c6b7.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.a63b16b9.iframe.bundle.d.ts → 7.b309bb58.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.a63b16b9.iframe.bundle.js → 7.b309bb58.iframe.bundle.js} +3 -3
- package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.7b01b842.iframe.bundle.d.ts} +1100 -1208
- package/dist/storybook-static/main.7b01b842.iframe.bundle.js +17079 -0
- package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.d.ts → runtime~main.fb11004c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.js → runtime~main.fb11004c.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.d.ts → vendors~main.bf41a3c3.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.js → vendors~main.bf41a3c3.iframe.bundle.js} +830 -830
- package/package.json +1 -1
- package/release-note.md +6 -12
- package/dist/storybook-static/main.997ab4f6.iframe.bundle.js +0 -16278
package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.7b01b842.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, scrollbarStyle, scrollbarWithPaddingStyle, Item, withFormProvider, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_SectionSheet, OverlayBorders as default, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, ContextMenu, MainButton, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, themeByGivenTone, AdminList, AdminListHeader, AdminListItem, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, ImageSlide, LottieReactionButton, PageTitleTextGroup, Radio, ReactionButton, Select, StatusBlock, TextButton, TextField, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopSideTab, UserDesktopTabBar, dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni, BasePathContext, samplePageIntroSection, samplePageContentsCarouselSection, samplePageIntroSection2, samplePageContentsSection, samplePageInfoBoxSection, samplePageIntroSection3, samplePageFooterSection, samplePage, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, NavigationContainer, TabContainer, parameters, globalTypes, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, SectionMatcher, ContentsCarouselSection, useLazyUnmount, 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, scaleBounceOut, scaleBounceOut02, scaleBounceInIncludeTranslate, scaleBounceOutIncludeTranslate, scaleBounceInIncludeTranslate02, scaleBounceOutIncludeTranslate02, BrandLogo, PrimaryMenu, SecondaryMenu, UserProfile, ContextMenuNavs, ContextMenuItemNav, defaultValue, TEMPLATES_DATA, textStyles, iconFillTypeColors, iconStyleThemeColors, 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, OtherAvatarImpact, OtherAvatar, OtherAvatarSub, Other, OtherSub, Me, MeSub, GreyColorChildrenTextLabel, BrandPrimaryColorChildrenTextLabel, TranslucentWhiteColorChildrenTextLabel, TranslucentBlackColorChildrenTextLabel, 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, useUnmountStyle, 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,10 +19,15 @@ 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;
|
|
25
28
|
declare var IconButton: any;
|
|
29
|
+
declare var scrollbarStyle: any;
|
|
30
|
+
declare var scrollbarWithPaddingStyle: any;
|
|
26
31
|
declare var Item: any;
|
|
27
32
|
declare function withFormProvider(storyFn: any): any;
|
|
28
33
|
declare namespace withFormProvider {
|
|
@@ -40,178 +45,6 @@ declare var NavLink: any;
|
|
|
40
45
|
declare var Navs: any;
|
|
41
46
|
declare var ContextTextLabelNav: any;
|
|
42
47
|
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
48
|
declare var LayoutWF: any;
|
|
216
49
|
declare var WFContainersBox: any;
|
|
217
50
|
declare var LayoutWH: any;
|
|
@@ -250,14 +83,18 @@ declare var D_FilterBar: any;
|
|
|
250
83
|
declare var D_FloatingActionButton: any;
|
|
251
84
|
declare var D_Hero: any;
|
|
252
85
|
declare var D_HorizontalFormGroup: any;
|
|
86
|
+
declare var D_IconButton: any;
|
|
253
87
|
declare var D_ImageSlide: any;
|
|
254
88
|
declare var D_LottieReactionButton: any;
|
|
89
|
+
declare var D_MainButton: any;
|
|
255
90
|
declare var D_PageTitleTextGroup: any;
|
|
256
91
|
declare var D_Radio: any;
|
|
257
92
|
declare var D_ReactionButton: any;
|
|
258
93
|
declare var D_Select: any;
|
|
259
94
|
declare var D_StatusBlock: any;
|
|
95
|
+
declare var D_TextButton: any;
|
|
260
96
|
declare var D_TextField: any;
|
|
97
|
+
declare var D_TextLabel: any;
|
|
261
98
|
declare var D_UploadIconButton: any;
|
|
262
99
|
declare var D_UploadMainButton: any;
|
|
263
100
|
declare var D_UploadTextButton: any;
|
|
@@ -269,6 +106,36 @@ declare var D_ContentSheet: any;
|
|
|
269
106
|
declare var D_DesktopBasicModal: any;
|
|
270
107
|
declare var D_DesktopHeadlessModal: any;
|
|
271
108
|
declare var D_SectionSheet: any;
|
|
109
|
+
declare function OverlayBorders(_a: any): any;
|
|
110
|
+
declare namespace OverlayBorders {
|
|
111
|
+
const displayName_2: string;
|
|
112
|
+
export { displayName_2 as displayName };
|
|
113
|
+
export namespace __docgenInfo_1 {
|
|
114
|
+
const description_1: string;
|
|
115
|
+
export { description_1 as description };
|
|
116
|
+
const displayName_3: string;
|
|
117
|
+
export { displayName_3 as displayName };
|
|
118
|
+
export namespace props_1 {
|
|
119
|
+
namespace zIndex {
|
|
120
|
+
export const defaultValue: null;
|
|
121
|
+
const description_2: string;
|
|
122
|
+
export { description_2 as description };
|
|
123
|
+
export const name: string;
|
|
124
|
+
export const required: boolean;
|
|
125
|
+
export namespace type {
|
|
126
|
+
const name_1: string;
|
|
127
|
+
export { name_1 as name };
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
export { props_1 as props };
|
|
132
|
+
}
|
|
133
|
+
export { __docgenInfo_1 as __docgenInfo };
|
|
134
|
+
}
|
|
135
|
+
declare var M_MainButton: any;
|
|
136
|
+
declare var M_TextLabel: any;
|
|
137
|
+
declare var M_TextButton: any;
|
|
138
|
+
declare var M_IconButton: any;
|
|
272
139
|
declare var ContextMenu: any;
|
|
273
140
|
declare var MainButton: any;
|
|
274
141
|
declare var fontWeight: any;
|
|
@@ -327,26 +194,28 @@ declare var UploadTextButton: any;
|
|
|
327
194
|
declare var UserDesktopNavBar: any;
|
|
328
195
|
declare var UserDesktopSideTab: any;
|
|
329
196
|
declare var UserDesktopTabBar: any;
|
|
197
|
+
declare var dialogOnAni: any;
|
|
198
|
+
declare var dialogOffAni: any;
|
|
199
|
+
declare var dialogOverlayOnAni: any;
|
|
200
|
+
declare var dialogOverlayOffAni: any;
|
|
201
|
+
declare var modalOnAni: any;
|
|
202
|
+
declare var modalOffAni: any;
|
|
203
|
+
declare var modalOverlayOnAni: any;
|
|
204
|
+
declare var modalOverlayOffAni: any;
|
|
330
205
|
declare var BasePathContext: any;
|
|
331
206
|
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 {
|
|
207
|
+
const display: boolean;
|
|
208
|
+
const dynamicLayoutSectionItems: never[];
|
|
209
|
+
const id: number;
|
|
210
|
+
const insertedAt: string;
|
|
211
|
+
namespace manifest {
|
|
341
212
|
const availableProperties: string[];
|
|
342
213
|
const availableStyles: string[];
|
|
343
214
|
const availableTemplates: string[];
|
|
344
215
|
const schema: string;
|
|
345
216
|
}
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export { order_1 as order };
|
|
349
|
-
export namespace properties_1 {
|
|
217
|
+
const order: number;
|
|
218
|
+
namespace properties {
|
|
350
219
|
export const buttonAlphaLabel: string;
|
|
351
220
|
export const buttonAlphaLinkSrc: string;
|
|
352
221
|
export const buttonAlphaLinkType: string;
|
|
@@ -365,15 +234,14 @@ declare namespace samplePageIntroSection {
|
|
|
365
234
|
export const carouselAutoplayMode: string;
|
|
366
235
|
export const carouselAutoplayTime: number;
|
|
367
236
|
export const carouselInfiniteLoopMode: string;
|
|
368
|
-
const
|
|
369
|
-
export {
|
|
237
|
+
const description_3: string;
|
|
238
|
+
export { description_3 as description };
|
|
370
239
|
export const itemLinkMethod: string;
|
|
371
240
|
export const sectionContentMediaSrc: string;
|
|
372
241
|
export const sectionContentMediaType: string;
|
|
373
242
|
export const title: string;
|
|
374
243
|
}
|
|
375
|
-
|
|
376
|
-
export namespace styles_1 {
|
|
244
|
+
namespace styles {
|
|
377
245
|
const backgroundColorInHex: string;
|
|
378
246
|
const backgroundMediaSrc: string;
|
|
379
247
|
const backgroundMediaType: string;
|
|
@@ -401,16 +269,13 @@ declare namespace samplePageIntroSection {
|
|
|
401
269
|
const itemTitleColorInHex: string;
|
|
402
270
|
const titleColorInHex: string;
|
|
403
271
|
}
|
|
404
|
-
|
|
405
|
-
const
|
|
406
|
-
export { template_1 as template };
|
|
407
|
-
const updatedAt_1: string;
|
|
408
|
-
export { updatedAt_1 as updatedAt };
|
|
272
|
+
const template: string;
|
|
273
|
+
const updatedAt: string;
|
|
409
274
|
}
|
|
410
275
|
declare namespace samplePageContentsCarouselSection {
|
|
411
|
-
const
|
|
412
|
-
export {
|
|
413
|
-
const
|
|
276
|
+
const display_1: boolean;
|
|
277
|
+
export { display_1 as display };
|
|
278
|
+
const dynamicLayoutSectionItems_1: {
|
|
414
279
|
display: boolean;
|
|
415
280
|
id: number;
|
|
416
281
|
insertedAt: string;
|
|
@@ -432,12 +297,12 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
432
297
|
};
|
|
433
298
|
updatedAt: string;
|
|
434
299
|
}[];
|
|
435
|
-
export {
|
|
436
|
-
const
|
|
437
|
-
export {
|
|
438
|
-
const
|
|
439
|
-
export {
|
|
440
|
-
export namespace
|
|
300
|
+
export { dynamicLayoutSectionItems_1 as dynamicLayoutSectionItems };
|
|
301
|
+
const id_1: number;
|
|
302
|
+
export { id_1 as id };
|
|
303
|
+
const insertedAt_1: string;
|
|
304
|
+
export { insertedAt_1 as insertedAt };
|
|
305
|
+
export namespace manifest_1 {
|
|
441
306
|
const availableProperties_1: string[];
|
|
442
307
|
export { availableProperties_1 as availableProperties };
|
|
443
308
|
const availableStyles_1: string[];
|
|
@@ -447,10 +312,10 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
447
312
|
const schema_1: string;
|
|
448
313
|
export { schema_1 as schema };
|
|
449
314
|
}
|
|
450
|
-
export {
|
|
451
|
-
const
|
|
452
|
-
export {
|
|
453
|
-
export namespace
|
|
315
|
+
export { manifest_1 as manifest };
|
|
316
|
+
const order_1: number;
|
|
317
|
+
export { order_1 as order };
|
|
318
|
+
export namespace properties_1 {
|
|
454
319
|
const buttonAlphaLabel_1: string;
|
|
455
320
|
export { buttonAlphaLabel_1 as buttonAlphaLabel };
|
|
456
321
|
const buttonAlphaLinkSrc_1: string;
|
|
@@ -487,8 +352,8 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
487
352
|
export { carouselAutoplayTime_1 as carouselAutoplayTime };
|
|
488
353
|
const carouselInfiniteLoopMode_1: string;
|
|
489
354
|
export { carouselInfiniteLoopMode_1 as carouselInfiniteLoopMode };
|
|
490
|
-
const
|
|
491
|
-
export {
|
|
355
|
+
const description_4: string;
|
|
356
|
+
export { description_4 as description };
|
|
492
357
|
const itemLinkMethod_1: string;
|
|
493
358
|
export { itemLinkMethod_1 as itemLinkMethod };
|
|
494
359
|
const sectionContentMediaSrc_1: string;
|
|
@@ -498,8 +363,8 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
498
363
|
const title_1: string;
|
|
499
364
|
export { title_1 as title };
|
|
500
365
|
}
|
|
501
|
-
export {
|
|
502
|
-
export namespace
|
|
366
|
+
export { properties_1 as properties };
|
|
367
|
+
export namespace styles_1 {
|
|
503
368
|
const backgroundColorInHex_1: string;
|
|
504
369
|
export { backgroundColorInHex_1 as backgroundColorInHex };
|
|
505
370
|
const backgroundMediaSrc_1: string;
|
|
@@ -553,22 +418,22 @@ declare namespace samplePageContentsCarouselSection {
|
|
|
553
418
|
const titleColorInHex_1: string;
|
|
554
419
|
export { titleColorInHex_1 as titleColorInHex };
|
|
555
420
|
}
|
|
556
|
-
export {
|
|
557
|
-
const
|
|
558
|
-
export {
|
|
559
|
-
const
|
|
560
|
-
export {
|
|
421
|
+
export { styles_1 as styles };
|
|
422
|
+
const template_1: string;
|
|
423
|
+
export { template_1 as template };
|
|
424
|
+
const updatedAt_1: string;
|
|
425
|
+
export { updatedAt_1 as updatedAt };
|
|
561
426
|
}
|
|
562
427
|
declare namespace samplePageIntroSection2 {
|
|
563
|
-
const
|
|
564
|
-
export {
|
|
565
|
-
const
|
|
566
|
-
export {
|
|
567
|
-
const
|
|
568
|
-
export {
|
|
569
|
-
const
|
|
570
|
-
export {
|
|
571
|
-
export namespace
|
|
428
|
+
const display_2: boolean;
|
|
429
|
+
export { display_2 as display };
|
|
430
|
+
const dynamicLayoutSectionItems_2: never[];
|
|
431
|
+
export { dynamicLayoutSectionItems_2 as dynamicLayoutSectionItems };
|
|
432
|
+
const id_2: number;
|
|
433
|
+
export { id_2 as id };
|
|
434
|
+
const insertedAt_2: string;
|
|
435
|
+
export { insertedAt_2 as insertedAt };
|
|
436
|
+
export namespace manifest_2 {
|
|
572
437
|
const availableProperties_2: string[];
|
|
573
438
|
export { availableProperties_2 as availableProperties };
|
|
574
439
|
const availableStyles_2: string[];
|
|
@@ -578,10 +443,10 @@ declare namespace samplePageIntroSection2 {
|
|
|
578
443
|
const schema_2: string;
|
|
579
444
|
export { schema_2 as schema };
|
|
580
445
|
}
|
|
581
|
-
export {
|
|
582
|
-
const
|
|
583
|
-
export {
|
|
584
|
-
export namespace
|
|
446
|
+
export { manifest_2 as manifest };
|
|
447
|
+
const order_2: number;
|
|
448
|
+
export { order_2 as order };
|
|
449
|
+
export namespace properties_2 {
|
|
585
450
|
const buttonAlphaLabel_2: string;
|
|
586
451
|
export { buttonAlphaLabel_2 as buttonAlphaLabel };
|
|
587
452
|
const buttonAlphaLinkSrc_2: string;
|
|
@@ -618,8 +483,8 @@ declare namespace samplePageIntroSection2 {
|
|
|
618
483
|
export { carouselAutoplayTime_2 as carouselAutoplayTime };
|
|
619
484
|
const carouselInfiniteLoopMode_2: string;
|
|
620
485
|
export { carouselInfiniteLoopMode_2 as carouselInfiniteLoopMode };
|
|
621
|
-
const
|
|
622
|
-
export {
|
|
486
|
+
const description_5: string;
|
|
487
|
+
export { description_5 as description };
|
|
623
488
|
const itemLinkMethod_2: string;
|
|
624
489
|
export { itemLinkMethod_2 as itemLinkMethod };
|
|
625
490
|
const sectionContentMediaSrc_2: string;
|
|
@@ -629,8 +494,8 @@ declare namespace samplePageIntroSection2 {
|
|
|
629
494
|
const title_2: string;
|
|
630
495
|
export { title_2 as title };
|
|
631
496
|
}
|
|
632
|
-
export {
|
|
633
|
-
export namespace
|
|
497
|
+
export { properties_2 as properties };
|
|
498
|
+
export namespace styles_2 {
|
|
634
499
|
const backgroundColorInHex_2: string;
|
|
635
500
|
export { backgroundColorInHex_2 as backgroundColorInHex };
|
|
636
501
|
const backgroundMediaSrc_2: string;
|
|
@@ -684,22 +549,22 @@ declare namespace samplePageIntroSection2 {
|
|
|
684
549
|
const titleColorInHex_2: string;
|
|
685
550
|
export { titleColorInHex_2 as titleColorInHex };
|
|
686
551
|
}
|
|
687
|
-
export {
|
|
688
|
-
const
|
|
689
|
-
export {
|
|
690
|
-
const
|
|
691
|
-
export {
|
|
552
|
+
export { styles_2 as styles };
|
|
553
|
+
const template_2: string;
|
|
554
|
+
export { template_2 as template };
|
|
555
|
+
const updatedAt_2: string;
|
|
556
|
+
export { updatedAt_2 as updatedAt };
|
|
692
557
|
}
|
|
693
558
|
declare namespace samplePageContentsSection {
|
|
694
|
-
const
|
|
695
|
-
export {
|
|
696
|
-
const
|
|
697
|
-
export {
|
|
698
|
-
const
|
|
699
|
-
export {
|
|
700
|
-
const
|
|
701
|
-
export {
|
|
702
|
-
export namespace
|
|
559
|
+
const display_3: boolean;
|
|
560
|
+
export { display_3 as display };
|
|
561
|
+
const dynamicLayoutSectionItems_3: never[];
|
|
562
|
+
export { dynamicLayoutSectionItems_3 as dynamicLayoutSectionItems };
|
|
563
|
+
const id_3: number;
|
|
564
|
+
export { id_3 as id };
|
|
565
|
+
const insertedAt_3: string;
|
|
566
|
+
export { insertedAt_3 as insertedAt };
|
|
567
|
+
export namespace manifest_3 {
|
|
703
568
|
const availableProperties_3: string[];
|
|
704
569
|
export { availableProperties_3 as availableProperties };
|
|
705
570
|
const availableStyles_3: string[];
|
|
@@ -709,10 +574,10 @@ declare namespace samplePageContentsSection {
|
|
|
709
574
|
const schema_3: string;
|
|
710
575
|
export { schema_3 as schema };
|
|
711
576
|
}
|
|
712
|
-
export {
|
|
713
|
-
const
|
|
714
|
-
export {
|
|
715
|
-
export namespace
|
|
577
|
+
export { manifest_3 as manifest };
|
|
578
|
+
const order_3: number;
|
|
579
|
+
export { order_3 as order };
|
|
580
|
+
export namespace properties_3 {
|
|
716
581
|
const buttonAlphaLabel_3: string;
|
|
717
582
|
export { buttonAlphaLabel_3 as buttonAlphaLabel };
|
|
718
583
|
const buttonAlphaLinkSrc_3: string;
|
|
@@ -749,8 +614,8 @@ declare namespace samplePageContentsSection {
|
|
|
749
614
|
export { carouselAutoplayTime_3 as carouselAutoplayTime };
|
|
750
615
|
const carouselInfiniteLoopMode_3: string;
|
|
751
616
|
export { carouselInfiniteLoopMode_3 as carouselInfiniteLoopMode };
|
|
752
|
-
const
|
|
753
|
-
export {
|
|
617
|
+
const description_6: string;
|
|
618
|
+
export { description_6 as description };
|
|
754
619
|
const itemLinkMethod_3: string;
|
|
755
620
|
export { itemLinkMethod_3 as itemLinkMethod };
|
|
756
621
|
const sectionContentMediaSrc_3: string;
|
|
@@ -760,9 +625,9 @@ declare namespace samplePageContentsSection {
|
|
|
760
625
|
const title_3: string;
|
|
761
626
|
export { title_3 as title };
|
|
762
627
|
}
|
|
763
|
-
export {
|
|
764
|
-
export namespace
|
|
765
|
-
const backgroundColorInHex_3: string;
|
|
628
|
+
export { properties_3 as properties };
|
|
629
|
+
export namespace styles_3 {
|
|
630
|
+
const backgroundColorInHex_3: string;
|
|
766
631
|
export { backgroundColorInHex_3 as backgroundColorInHex };
|
|
767
632
|
const backgroundMediaSrc_3: string;
|
|
768
633
|
export { backgroundMediaSrc_3 as backgroundMediaSrc };
|
|
@@ -815,16 +680,16 @@ declare namespace samplePageContentsSection {
|
|
|
815
680
|
const titleColorInHex_3: string;
|
|
816
681
|
export { titleColorInHex_3 as titleColorInHex };
|
|
817
682
|
}
|
|
818
|
-
export {
|
|
819
|
-
const
|
|
820
|
-
export {
|
|
821
|
-
const
|
|
822
|
-
export {
|
|
683
|
+
export { styles_3 as styles };
|
|
684
|
+
const template_3: string;
|
|
685
|
+
export { template_3 as template };
|
|
686
|
+
const updatedAt_3: string;
|
|
687
|
+
export { updatedAt_3 as updatedAt };
|
|
823
688
|
}
|
|
824
689
|
declare namespace samplePageInfoBoxSection {
|
|
825
|
-
const
|
|
826
|
-
export {
|
|
827
|
-
const
|
|
690
|
+
const display_4: boolean;
|
|
691
|
+
export { display_4 as display };
|
|
692
|
+
const dynamicLayoutSectionItems_4: {
|
|
828
693
|
display: boolean;
|
|
829
694
|
id: number;
|
|
830
695
|
insertedAt: string;
|
|
@@ -846,12 +711,12 @@ declare namespace samplePageInfoBoxSection {
|
|
|
846
711
|
};
|
|
847
712
|
updatedAt: string;
|
|
848
713
|
}[];
|
|
849
|
-
export {
|
|
850
|
-
const
|
|
851
|
-
export {
|
|
852
|
-
const
|
|
853
|
-
export {
|
|
854
|
-
export namespace
|
|
714
|
+
export { dynamicLayoutSectionItems_4 as dynamicLayoutSectionItems };
|
|
715
|
+
const id_4: number;
|
|
716
|
+
export { id_4 as id };
|
|
717
|
+
const insertedAt_4: string;
|
|
718
|
+
export { insertedAt_4 as insertedAt };
|
|
719
|
+
export namespace manifest_4 {
|
|
855
720
|
const availableProperties_4: string[];
|
|
856
721
|
export { availableProperties_4 as availableProperties };
|
|
857
722
|
const availableStyles_4: string[];
|
|
@@ -861,10 +726,10 @@ declare namespace samplePageInfoBoxSection {
|
|
|
861
726
|
const schema_4: string;
|
|
862
727
|
export { schema_4 as schema };
|
|
863
728
|
}
|
|
864
|
-
export {
|
|
865
|
-
const
|
|
866
|
-
export {
|
|
867
|
-
export namespace
|
|
729
|
+
export { manifest_4 as manifest };
|
|
730
|
+
const order_4: number;
|
|
731
|
+
export { order_4 as order };
|
|
732
|
+
export namespace properties_4 {
|
|
868
733
|
const buttonAlphaLabel_4: string;
|
|
869
734
|
export { buttonAlphaLabel_4 as buttonAlphaLabel };
|
|
870
735
|
const buttonAlphaLinkSrc_4: string;
|
|
@@ -901,8 +766,8 @@ declare namespace samplePageInfoBoxSection {
|
|
|
901
766
|
export { carouselAutoplayTime_4 as carouselAutoplayTime };
|
|
902
767
|
const carouselInfiniteLoopMode_4: string;
|
|
903
768
|
export { carouselInfiniteLoopMode_4 as carouselInfiniteLoopMode };
|
|
904
|
-
const
|
|
905
|
-
export {
|
|
769
|
+
const description_7: string;
|
|
770
|
+
export { description_7 as description };
|
|
906
771
|
const itemLinkMethod_4: string;
|
|
907
772
|
export { itemLinkMethod_4 as itemLinkMethod };
|
|
908
773
|
const sectionContentMediaSrc_4: string;
|
|
@@ -912,8 +777,8 @@ declare namespace samplePageInfoBoxSection {
|
|
|
912
777
|
const title_4: string;
|
|
913
778
|
export { title_4 as title };
|
|
914
779
|
}
|
|
915
|
-
export {
|
|
916
|
-
export namespace
|
|
780
|
+
export { properties_4 as properties };
|
|
781
|
+
export namespace styles_4 {
|
|
917
782
|
const backgroundColorInHex_4: string;
|
|
918
783
|
export { backgroundColorInHex_4 as backgroundColorInHex };
|
|
919
784
|
const backgroundMediaSrc_4: string;
|
|
@@ -967,22 +832,22 @@ declare namespace samplePageInfoBoxSection {
|
|
|
967
832
|
const titleColorInHex_4: string;
|
|
968
833
|
export { titleColorInHex_4 as titleColorInHex };
|
|
969
834
|
}
|
|
970
|
-
export {
|
|
971
|
-
const
|
|
972
|
-
export {
|
|
973
|
-
const
|
|
974
|
-
export {
|
|
835
|
+
export { styles_4 as styles };
|
|
836
|
+
const template_4: string;
|
|
837
|
+
export { template_4 as template };
|
|
838
|
+
const updatedAt_4: string;
|
|
839
|
+
export { updatedAt_4 as updatedAt };
|
|
975
840
|
}
|
|
976
841
|
declare namespace samplePageIntroSection3 {
|
|
977
|
-
const
|
|
978
|
-
export {
|
|
979
|
-
const
|
|
980
|
-
export {
|
|
981
|
-
const
|
|
982
|
-
export {
|
|
983
|
-
const
|
|
984
|
-
export {
|
|
985
|
-
export namespace
|
|
842
|
+
const display_5: boolean;
|
|
843
|
+
export { display_5 as display };
|
|
844
|
+
const dynamicLayoutSectionItems_5: never[];
|
|
845
|
+
export { dynamicLayoutSectionItems_5 as dynamicLayoutSectionItems };
|
|
846
|
+
const id_5: number;
|
|
847
|
+
export { id_5 as id };
|
|
848
|
+
const insertedAt_5: string;
|
|
849
|
+
export { insertedAt_5 as insertedAt };
|
|
850
|
+
export namespace manifest_5 {
|
|
986
851
|
const availableProperties_5: string[];
|
|
987
852
|
export { availableProperties_5 as availableProperties };
|
|
988
853
|
const availableStyles_5: string[];
|
|
@@ -992,10 +857,10 @@ declare namespace samplePageIntroSection3 {
|
|
|
992
857
|
const schema_5: string;
|
|
993
858
|
export { schema_5 as schema };
|
|
994
859
|
}
|
|
995
|
-
export {
|
|
996
|
-
const
|
|
997
|
-
export {
|
|
998
|
-
export namespace
|
|
860
|
+
export { manifest_5 as manifest };
|
|
861
|
+
const order_5: number;
|
|
862
|
+
export { order_5 as order };
|
|
863
|
+
export namespace properties_5 {
|
|
999
864
|
const buttonAlphaLabel_5: string;
|
|
1000
865
|
export { buttonAlphaLabel_5 as buttonAlphaLabel };
|
|
1001
866
|
const buttonAlphaLinkSrc_5: string;
|
|
@@ -1032,8 +897,8 @@ declare namespace samplePageIntroSection3 {
|
|
|
1032
897
|
export { carouselAutoplayTime_5 as carouselAutoplayTime };
|
|
1033
898
|
const carouselInfiniteLoopMode_5: string;
|
|
1034
899
|
export { carouselInfiniteLoopMode_5 as carouselInfiniteLoopMode };
|
|
1035
|
-
const
|
|
1036
|
-
export {
|
|
900
|
+
const description_8: string;
|
|
901
|
+
export { description_8 as description };
|
|
1037
902
|
const itemLinkMethod_5: string;
|
|
1038
903
|
export { itemLinkMethod_5 as itemLinkMethod };
|
|
1039
904
|
const sectionContentMediaSrc_5: string;
|
|
@@ -1043,8 +908,8 @@ declare namespace samplePageIntroSection3 {
|
|
|
1043
908
|
const title_5: string;
|
|
1044
909
|
export { title_5 as title };
|
|
1045
910
|
}
|
|
1046
|
-
export {
|
|
1047
|
-
export namespace
|
|
911
|
+
export { properties_5 as properties };
|
|
912
|
+
export namespace styles_5 {
|
|
1048
913
|
const backgroundColorInHex_5: string;
|
|
1049
914
|
export { backgroundColorInHex_5 as backgroundColorInHex };
|
|
1050
915
|
const backgroundMediaSrc_5: string;
|
|
@@ -1098,16 +963,16 @@ declare namespace samplePageIntroSection3 {
|
|
|
1098
963
|
const titleColorInHex_5: string;
|
|
1099
964
|
export { titleColorInHex_5 as titleColorInHex };
|
|
1100
965
|
}
|
|
1101
|
-
export {
|
|
1102
|
-
const
|
|
1103
|
-
export {
|
|
1104
|
-
const
|
|
1105
|
-
export {
|
|
966
|
+
export { styles_5 as styles };
|
|
967
|
+
const template_5: string;
|
|
968
|
+
export { template_5 as template };
|
|
969
|
+
const updatedAt_5: string;
|
|
970
|
+
export { updatedAt_5 as updatedAt };
|
|
1106
971
|
}
|
|
1107
972
|
declare namespace samplePageFooterSection {
|
|
1108
|
-
const
|
|
1109
|
-
export {
|
|
1110
|
-
const
|
|
973
|
+
const display_6: boolean;
|
|
974
|
+
export { display_6 as display };
|
|
975
|
+
const dynamicLayoutSectionItems_6: {
|
|
1111
976
|
display: boolean;
|
|
1112
977
|
id: number;
|
|
1113
978
|
insertedAt: string;
|
|
@@ -1129,12 +994,12 @@ declare namespace samplePageFooterSection {
|
|
|
1129
994
|
};
|
|
1130
995
|
updatedAt: string;
|
|
1131
996
|
}[];
|
|
1132
|
-
export {
|
|
1133
|
-
const
|
|
1134
|
-
export {
|
|
1135
|
-
const
|
|
1136
|
-
export {
|
|
1137
|
-
export namespace
|
|
997
|
+
export { dynamicLayoutSectionItems_6 as dynamicLayoutSectionItems };
|
|
998
|
+
const id_6: number;
|
|
999
|
+
export { id_6 as id };
|
|
1000
|
+
const insertedAt_6: string;
|
|
1001
|
+
export { insertedAt_6 as insertedAt };
|
|
1002
|
+
export namespace manifest_6 {
|
|
1138
1003
|
const availableProperties_6: string[];
|
|
1139
1004
|
export { availableProperties_6 as availableProperties };
|
|
1140
1005
|
const availableStyles_6: string[];
|
|
@@ -1144,10 +1009,10 @@ declare namespace samplePageFooterSection {
|
|
|
1144
1009
|
const schema_6: string;
|
|
1145
1010
|
export { schema_6 as schema };
|
|
1146
1011
|
}
|
|
1147
|
-
export {
|
|
1148
|
-
const
|
|
1149
|
-
export {
|
|
1150
|
-
export namespace
|
|
1012
|
+
export { manifest_6 as manifest };
|
|
1013
|
+
const order_6: number;
|
|
1014
|
+
export { order_6 as order };
|
|
1015
|
+
export namespace properties_6 {
|
|
1151
1016
|
const buttonAlphaLabel_6: string;
|
|
1152
1017
|
export { buttonAlphaLabel_6 as buttonAlphaLabel };
|
|
1153
1018
|
const buttonAlphaLinkSrc_6: string;
|
|
@@ -1184,8 +1049,8 @@ declare namespace samplePageFooterSection {
|
|
|
1184
1049
|
export { carouselAutoplayTime_6 as carouselAutoplayTime };
|
|
1185
1050
|
const carouselInfiniteLoopMode_6: string;
|
|
1186
1051
|
export { carouselInfiniteLoopMode_6 as carouselInfiniteLoopMode };
|
|
1187
|
-
const
|
|
1188
|
-
export {
|
|
1052
|
+
const description_9: string;
|
|
1053
|
+
export { description_9 as description };
|
|
1189
1054
|
const itemLinkMethod_6: string;
|
|
1190
1055
|
export { itemLinkMethod_6 as itemLinkMethod };
|
|
1191
1056
|
const sectionContentMediaSrc_6: string;
|
|
@@ -1195,8 +1060,8 @@ declare namespace samplePageFooterSection {
|
|
|
1195
1060
|
const title_6: string;
|
|
1196
1061
|
export { title_6 as title };
|
|
1197
1062
|
}
|
|
1198
|
-
export {
|
|
1199
|
-
export namespace
|
|
1063
|
+
export { properties_6 as properties };
|
|
1064
|
+
export namespace styles_6 {
|
|
1200
1065
|
const backgroundColorInHex_6: string;
|
|
1201
1066
|
export { backgroundColorInHex_6 as backgroundColorInHex };
|
|
1202
1067
|
const backgroundMediaSrc_6: string;
|
|
@@ -1250,11 +1115,11 @@ declare namespace samplePageFooterSection {
|
|
|
1250
1115
|
const titleColorInHex_6: string;
|
|
1251
1116
|
export { titleColorInHex_6 as titleColorInHex };
|
|
1252
1117
|
}
|
|
1253
|
-
export {
|
|
1254
|
-
const
|
|
1255
|
-
export {
|
|
1256
|
-
const
|
|
1257
|
-
export {
|
|
1118
|
+
export { styles_6 as styles };
|
|
1119
|
+
const template_6: string;
|
|
1120
|
+
export { template_6 as template };
|
|
1121
|
+
const updatedAt_6: string;
|
|
1122
|
+
export { updatedAt_6 as updatedAt };
|
|
1258
1123
|
}
|
|
1259
1124
|
declare var samplePage: any[];
|
|
1260
1125
|
declare var ContentsContainer: any;
|
|
@@ -1276,21 +1141,32 @@ declare namespace parameters {
|
|
|
1276
1141
|
namespace controls {
|
|
1277
1142
|
const expanded: boolean;
|
|
1278
1143
|
}
|
|
1279
|
-
namespace backgrounds {
|
|
1280
|
-
const _default: string;
|
|
1281
|
-
export { _default as default };
|
|
1282
|
-
export const values: {
|
|
1283
|
-
name: string;
|
|
1284
|
-
value: string;
|
|
1285
|
-
}[];
|
|
1286
|
-
}
|
|
1287
1144
|
namespace options {
|
|
1288
1145
|
namespace storySort {
|
|
1289
1146
|
const method: string;
|
|
1290
1147
|
}
|
|
1291
1148
|
}
|
|
1292
1149
|
}
|
|
1293
|
-
declare
|
|
1150
|
+
declare namespace globalTypes {
|
|
1151
|
+
namespace theme {
|
|
1152
|
+
const name_2: string;
|
|
1153
|
+
export { name_2 as name };
|
|
1154
|
+
const description_10: string;
|
|
1155
|
+
export { description_10 as description };
|
|
1156
|
+
const defaultValue_1: string;
|
|
1157
|
+
export { defaultValue_1 as defaultValue };
|
|
1158
|
+
export namespace toolbar {
|
|
1159
|
+
const icon: string;
|
|
1160
|
+
const items: {
|
|
1161
|
+
value: string;
|
|
1162
|
+
icon: string;
|
|
1163
|
+
title: string;
|
|
1164
|
+
}[];
|
|
1165
|
+
const showName: boolean;
|
|
1166
|
+
}
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
declare var decorators: ((Story: any, Context: any) => any)[];
|
|
1294
1170
|
declare var Col: any;
|
|
1295
1171
|
declare var Grid: any;
|
|
1296
1172
|
declare var Row: any;
|
|
@@ -1306,7 +1182,15 @@ declare var ImageCard: any;
|
|
|
1306
1182
|
declare var MobileAlertDialog: any;
|
|
1307
1183
|
declare var MobileHeaderBar: any;
|
|
1308
1184
|
declare var MobileTabBar: any;
|
|
1185
|
+
declare var SectionMatcher: any;
|
|
1186
|
+
declare var ContentsCarouselSection: any;
|
|
1187
|
+
declare var useLazyUnmount: any;
|
|
1188
|
+
declare var ContentsSection: any;
|
|
1189
|
+
declare var FooterSection: any;
|
|
1190
|
+
declare var InfoBoxSection: any;
|
|
1191
|
+
declare var IntroSection: any;
|
|
1309
1192
|
declare var ToggleTone: any;
|
|
1193
|
+
declare var StepContainer: any;
|
|
1310
1194
|
declare var WFA: any;
|
|
1311
1195
|
declare var WFB: any;
|
|
1312
1196
|
declare var WFC: any;
|
|
@@ -1318,11 +1202,11 @@ declare var WFH: any;
|
|
|
1318
1202
|
declare var WFI: any;
|
|
1319
1203
|
declare var WFJ: any;
|
|
1320
1204
|
declare var WFK: any;
|
|
1205
|
+
declare var WFL: any;
|
|
1321
1206
|
declare var PageMenu: any;
|
|
1322
1207
|
declare var WizardPageMenu: any;
|
|
1323
1208
|
declare var TabMenu: any;
|
|
1324
1209
|
declare var LeftSubMenu: any;
|
|
1325
|
-
declare var StepContainer: any;
|
|
1326
1210
|
declare var Step: any;
|
|
1327
1211
|
declare var WHA: any;
|
|
1328
1212
|
declare var WHB: any;
|
|
@@ -1367,106 +1251,105 @@ declare namespace Popup {
|
|
|
1367
1251
|
const displayName_4: string;
|
|
1368
1252
|
export { displayName_4 as displayName };
|
|
1369
1253
|
export namespace __docgenInfo_2 {
|
|
1370
|
-
const
|
|
1371
|
-
export {
|
|
1254
|
+
const description_11: string;
|
|
1255
|
+
export { description_11 as description };
|
|
1372
1256
|
const displayName_5: string;
|
|
1373
1257
|
export { displayName_5 as displayName };
|
|
1374
1258
|
export namespace props_2 {
|
|
1375
1259
|
namespace targetRef {
|
|
1376
|
-
const
|
|
1377
|
-
export {
|
|
1378
|
-
const
|
|
1379
|
-
export {
|
|
1380
|
-
const
|
|
1381
|
-
export {
|
|
1382
|
-
const
|
|
1383
|
-
export {
|
|
1384
|
-
export namespace
|
|
1385
|
-
const
|
|
1386
|
-
export {
|
|
1260
|
+
const defaultValue_2: null;
|
|
1261
|
+
export { defaultValue_2 as defaultValue };
|
|
1262
|
+
const description_12: string;
|
|
1263
|
+
export { description_12 as description };
|
|
1264
|
+
const name_3: string;
|
|
1265
|
+
export { name_3 as name };
|
|
1266
|
+
const required_1: boolean;
|
|
1267
|
+
export { required_1 as required };
|
|
1268
|
+
export namespace type_1 {
|
|
1269
|
+
const name_4: string;
|
|
1270
|
+
export { name_4 as name };
|
|
1387
1271
|
}
|
|
1388
|
-
export {
|
|
1272
|
+
export { type_1 as type };
|
|
1389
1273
|
}
|
|
1390
1274
|
namespace isOpen {
|
|
1391
|
-
export namespace
|
|
1392
|
-
const
|
|
1393
|
-
export { value_1 as value };
|
|
1275
|
+
export namespace defaultValue_3 {
|
|
1276
|
+
const value: string;
|
|
1394
1277
|
}
|
|
1395
|
-
export {
|
|
1396
|
-
const
|
|
1397
|
-
export {
|
|
1398
|
-
const
|
|
1399
|
-
export {
|
|
1400
|
-
const
|
|
1401
|
-
export {
|
|
1402
|
-
export namespace
|
|
1403
|
-
const
|
|
1404
|
-
export {
|
|
1278
|
+
export { defaultValue_3 as defaultValue };
|
|
1279
|
+
const description_13: string;
|
|
1280
|
+
export { description_13 as description };
|
|
1281
|
+
const name_5: string;
|
|
1282
|
+
export { name_5 as name };
|
|
1283
|
+
const required_2: boolean;
|
|
1284
|
+
export { required_2 as required };
|
|
1285
|
+
export namespace type_2 {
|
|
1286
|
+
const name_6: string;
|
|
1287
|
+
export { name_6 as name };
|
|
1405
1288
|
}
|
|
1406
|
-
export {
|
|
1289
|
+
export { type_2 as type };
|
|
1407
1290
|
}
|
|
1408
1291
|
namespace onClickOutside {
|
|
1409
|
-
const
|
|
1410
|
-
export {
|
|
1411
|
-
const
|
|
1412
|
-
export {
|
|
1413
|
-
const
|
|
1414
|
-
export {
|
|
1415
|
-
const
|
|
1416
|
-
export {
|
|
1417
|
-
export namespace
|
|
1418
|
-
const
|
|
1419
|
-
export {
|
|
1292
|
+
const defaultValue_4: null;
|
|
1293
|
+
export { defaultValue_4 as defaultValue };
|
|
1294
|
+
const description_14: string;
|
|
1295
|
+
export { description_14 as description };
|
|
1296
|
+
const name_7: string;
|
|
1297
|
+
export { name_7 as name };
|
|
1298
|
+
const required_3: boolean;
|
|
1299
|
+
export { required_3 as required };
|
|
1300
|
+
export namespace type_3 {
|
|
1301
|
+
const name_8: string;
|
|
1302
|
+
export { name_8 as name };
|
|
1420
1303
|
}
|
|
1421
|
-
export {
|
|
1304
|
+
export { type_3 as type };
|
|
1422
1305
|
}
|
|
1423
1306
|
namespace onClick {
|
|
1424
|
-
const
|
|
1425
|
-
export {
|
|
1426
|
-
const
|
|
1427
|
-
export {
|
|
1428
|
-
const
|
|
1429
|
-
export {
|
|
1430
|
-
const
|
|
1431
|
-
export {
|
|
1432
|
-
export namespace
|
|
1433
|
-
const
|
|
1434
|
-
export {
|
|
1307
|
+
const defaultValue_5: null;
|
|
1308
|
+
export { defaultValue_5 as defaultValue };
|
|
1309
|
+
const description_15: string;
|
|
1310
|
+
export { description_15 as description };
|
|
1311
|
+
const name_9: string;
|
|
1312
|
+
export { name_9 as name };
|
|
1313
|
+
const required_4: boolean;
|
|
1314
|
+
export { required_4 as required };
|
|
1315
|
+
export namespace type_4 {
|
|
1316
|
+
const name_10: string;
|
|
1317
|
+
export { name_10 as name };
|
|
1435
1318
|
}
|
|
1436
|
-
export {
|
|
1319
|
+
export { type_4 as type };
|
|
1437
1320
|
}
|
|
1438
1321
|
namespace placement {
|
|
1439
|
-
export namespace
|
|
1440
|
-
const
|
|
1441
|
-
export {
|
|
1322
|
+
export namespace defaultValue_6 {
|
|
1323
|
+
const value_1: string;
|
|
1324
|
+
export { value_1 as value };
|
|
1442
1325
|
}
|
|
1443
|
-
export {
|
|
1444
|
-
const
|
|
1445
|
-
export {
|
|
1446
|
-
const
|
|
1447
|
-
export {
|
|
1448
|
-
const
|
|
1449
|
-
export {
|
|
1450
|
-
export namespace
|
|
1451
|
-
const
|
|
1452
|
-
export {
|
|
1326
|
+
export { defaultValue_6 as defaultValue };
|
|
1327
|
+
const description_16: string;
|
|
1328
|
+
export { description_16 as description };
|
|
1329
|
+
const name_11: string;
|
|
1330
|
+
export { name_11 as name };
|
|
1331
|
+
const required_5: boolean;
|
|
1332
|
+
export { required_5 as required };
|
|
1333
|
+
export namespace type_5 {
|
|
1334
|
+
const name_12: string;
|
|
1335
|
+
export { name_12 as name };
|
|
1453
1336
|
}
|
|
1454
|
-
export {
|
|
1337
|
+
export { type_5 as type };
|
|
1455
1338
|
}
|
|
1456
1339
|
namespace wrapperHeight {
|
|
1457
|
-
const
|
|
1458
|
-
export {
|
|
1459
|
-
const
|
|
1460
|
-
export {
|
|
1461
|
-
const
|
|
1462
|
-
export {
|
|
1463
|
-
const
|
|
1464
|
-
export {
|
|
1465
|
-
export namespace
|
|
1466
|
-
const
|
|
1467
|
-
export {
|
|
1340
|
+
const defaultValue_7: null;
|
|
1341
|
+
export { defaultValue_7 as defaultValue };
|
|
1342
|
+
const description_17: string;
|
|
1343
|
+
export { description_17 as description };
|
|
1344
|
+
const name_13: string;
|
|
1345
|
+
export { name_13 as name };
|
|
1346
|
+
const required_6: boolean;
|
|
1347
|
+
export { required_6 as required };
|
|
1348
|
+
export namespace type_6 {
|
|
1349
|
+
const name_14: string;
|
|
1350
|
+
export { name_14 as name };
|
|
1468
1351
|
}
|
|
1469
|
-
export {
|
|
1352
|
+
export { type_6 as type };
|
|
1470
1353
|
}
|
|
1471
1354
|
}
|
|
1472
1355
|
export { props_2 as props };
|
|
@@ -1478,8 +1361,8 @@ declare namespace PopupProvider {
|
|
|
1478
1361
|
const displayName_6: string;
|
|
1479
1362
|
export { displayName_6 as displayName };
|
|
1480
1363
|
export namespace __docgenInfo_3 {
|
|
1481
|
-
const
|
|
1482
|
-
export {
|
|
1364
|
+
const description_18: string;
|
|
1365
|
+
export { description_18 as description };
|
|
1483
1366
|
const displayName_7: string;
|
|
1484
1367
|
export { displayName_7 as displayName };
|
|
1485
1368
|
const props_3: {};
|
|
@@ -1495,6 +1378,22 @@ declare namespace iconThemeColorLineColors {
|
|
|
1495
1378
|
const line1: string;
|
|
1496
1379
|
const line2: string;
|
|
1497
1380
|
}
|
|
1381
|
+
declare var fadeIn: any;
|
|
1382
|
+
declare var fadeOut: any;
|
|
1383
|
+
declare var glow: any;
|
|
1384
|
+
declare var scaleUp: any;
|
|
1385
|
+
declare var scaleDown: any;
|
|
1386
|
+
declare var scaleUpIncludeTranslate: any;
|
|
1387
|
+
declare var scaleDownIncludeTranslate: any;
|
|
1388
|
+
declare var gelatine: any;
|
|
1389
|
+
declare var scaleBounceIn: any;
|
|
1390
|
+
declare var scaleBounceIn02: any;
|
|
1391
|
+
declare var scaleBounceOut: any;
|
|
1392
|
+
declare var scaleBounceOut02: any;
|
|
1393
|
+
declare var scaleBounceInIncludeTranslate: any;
|
|
1394
|
+
declare var scaleBounceOutIncludeTranslate: any;
|
|
1395
|
+
declare var scaleBounceInIncludeTranslate02: any;
|
|
1396
|
+
declare var scaleBounceOutIncludeTranslate02: any;
|
|
1498
1397
|
declare var BrandLogo: any;
|
|
1499
1398
|
declare var PrimaryMenu: any;
|
|
1500
1399
|
declare var SecondaryMenu: any;
|
|
@@ -1687,13 +1586,6 @@ declare namespace textStyles {
|
|
|
1687
1586
|
const small: string;
|
|
1688
1587
|
const xsmall: string;
|
|
1689
1588
|
}
|
|
1690
|
-
declare namespace textThemeColorLines {
|
|
1691
|
-
const line1_1: string;
|
|
1692
|
-
export { line1_1 as line1 };
|
|
1693
|
-
const line2_1: string;
|
|
1694
|
-
export { line2_1 as line2 };
|
|
1695
|
-
export const line3: string;
|
|
1696
|
-
}
|
|
1697
1589
|
declare namespace iconFillTypeColors {
|
|
1698
1590
|
const fill_1: string;
|
|
1699
1591
|
export { fill_1 as fill };
|
|
@@ -1704,14 +1596,6 @@ declare namespace iconStyleThemeColors {
|
|
|
1704
1596
|
const primary: string;
|
|
1705
1597
|
const secondary: string;
|
|
1706
1598
|
}
|
|
1707
|
-
declare namespace iconColorThemeLineColors {
|
|
1708
|
-
const line1_2: string;
|
|
1709
|
-
export { line1_2 as line1 };
|
|
1710
|
-
const line2_2: string;
|
|
1711
|
-
export { line2_2 as line2 };
|
|
1712
|
-
const line3_1: string;
|
|
1713
|
-
export { line3_1 as line3 };
|
|
1714
|
-
}
|
|
1715
1599
|
declare var AnnotationSheet: any;
|
|
1716
1600
|
declare var ContentSheet: any;
|
|
1717
1601
|
declare var DesktopBasicModal: any;
|
|
@@ -1747,12 +1631,17 @@ declare var MultiCardList: any;
|
|
|
1747
1631
|
declare var Grey01: any;
|
|
1748
1632
|
declare var Primary: any;
|
|
1749
1633
|
declare var LongText: any;
|
|
1750
|
-
declare var
|
|
1751
|
-
declare var
|
|
1752
|
-
declare var
|
|
1753
|
-
declare var
|
|
1754
|
-
declare var
|
|
1755
|
-
declare var
|
|
1634
|
+
declare var OtherAvatarImpact: any;
|
|
1635
|
+
declare var OtherAvatar: any;
|
|
1636
|
+
declare var OtherAvatarSub: any;
|
|
1637
|
+
declare var Other: any;
|
|
1638
|
+
declare var OtherSub: any;
|
|
1639
|
+
declare var Me: any;
|
|
1640
|
+
declare var MeSub: any;
|
|
1641
|
+
declare var GreyColorChildrenTextLabel: any;
|
|
1642
|
+
declare var BrandPrimaryColorChildrenTextLabel: any;
|
|
1643
|
+
declare var TranslucentWhiteColorChildrenTextLabel: any;
|
|
1644
|
+
declare var TranslucentBlackColorChildrenTextLabel: any;
|
|
1756
1645
|
declare var WithImage: any;
|
|
1757
1646
|
declare var AllVariation: any;
|
|
1758
1647
|
declare var AllIcon: any;
|
|
@@ -1813,12 +1702,15 @@ declare var LongTextWithLineBreakTab: any;
|
|
|
1813
1702
|
declare var TextDefault: any;
|
|
1814
1703
|
declare var CenterNoneDefault: any;
|
|
1815
1704
|
declare var WFA_1: any;
|
|
1705
|
+
declare var WFA_2: any;
|
|
1816
1706
|
declare var WFB_1: any;
|
|
1817
1707
|
declare var WFC_1: any;
|
|
1818
1708
|
declare var WFD_1: any;
|
|
1819
1709
|
declare var WFD_2: any;
|
|
1820
1710
|
declare var WFE_1: any;
|
|
1821
1711
|
declare var WFE_2: any;
|
|
1712
|
+
declare var WFE_3: any;
|
|
1713
|
+
declare var WFE_4: any;
|
|
1822
1714
|
declare var WFF_1: any;
|
|
1823
1715
|
declare var WFG_1: any;
|
|
1824
1716
|
declare var WFG_2: any;
|
|
@@ -1835,6 +1727,7 @@ declare var WFI_5: any;
|
|
|
1835
1727
|
declare var WFI_6: any;
|
|
1836
1728
|
declare var WFJ_1: any;
|
|
1837
1729
|
declare var WFK_1: any;
|
|
1730
|
+
declare var WFL_1: any;
|
|
1838
1731
|
declare var WHA_1: any;
|
|
1839
1732
|
declare var WHB_1: any;
|
|
1840
1733
|
declare var WHB_2: any;
|
|
@@ -1853,6 +1746,7 @@ declare var WHE_1: any;
|
|
|
1853
1746
|
declare var WHE_2: any;
|
|
1854
1747
|
declare var WSA_1: any;
|
|
1855
1748
|
declare var WSB_1: any;
|
|
1749
|
+
declare var WSB_2: any;
|
|
1856
1750
|
declare var WSC_1: any;
|
|
1857
1751
|
declare var WSD_1: any;
|
|
1858
1752
|
declare var WSE_1: any;
|
|
@@ -1996,12 +1890,10 @@ declare var MSG: any;
|
|
|
1996
1890
|
declare var MSH: any;
|
|
1997
1891
|
declare var TwoButton: any;
|
|
1998
1892
|
declare var ContentTextScrollDefault: any;
|
|
1999
|
-
declare var
|
|
2000
|
-
declare var
|
|
2001
|
-
declare var TemplateB_desktop: any;
|
|
2002
|
-
declare var TemplateB_mobile: any;
|
|
2003
|
-
declare var ContentsCarouselSection: any;
|
|
1893
|
+
declare var Sample: any;
|
|
1894
|
+
declare var EditModeSectionMatcher: any;
|
|
2004
1895
|
declare var YouTubeIframe: any;
|
|
1896
|
+
declare var useUnmountStyle: any;
|
|
2005
1897
|
declare var TemplateA: any;
|
|
2006
1898
|
declare var TemplateB: any;
|
|
2007
1899
|
declare var D_TemplateA: any;
|
|
@@ -2011,1094 +1903,1094 @@ declare namespace SectionTitle {
|
|
|
2011
1903
|
const displayName_8: string;
|
|
2012
1904
|
export { displayName_8 as displayName };
|
|
2013
1905
|
export namespace __docgenInfo_4 {
|
|
2014
|
-
const
|
|
2015
|
-
export {
|
|
1906
|
+
const description_19: string;
|
|
1907
|
+
export { description_19 as description };
|
|
2016
1908
|
const displayName_9: string;
|
|
2017
1909
|
export { displayName_9 as displayName };
|
|
2018
1910
|
export namespace props_4 {
|
|
2019
1911
|
namespace text {
|
|
2020
|
-
const
|
|
2021
|
-
export {
|
|
2022
|
-
const
|
|
2023
|
-
export {
|
|
2024
|
-
const
|
|
2025
|
-
export {
|
|
2026
|
-
const
|
|
2027
|
-
export {
|
|
2028
|
-
export namespace
|
|
2029
|
-
const
|
|
2030
|
-
export {
|
|
1912
|
+
const defaultValue_8: null;
|
|
1913
|
+
export { defaultValue_8 as defaultValue };
|
|
1914
|
+
const description_20: string;
|
|
1915
|
+
export { description_20 as description };
|
|
1916
|
+
const name_15: string;
|
|
1917
|
+
export { name_15 as name };
|
|
1918
|
+
const required_7: boolean;
|
|
1919
|
+
export { required_7 as required };
|
|
1920
|
+
export namespace type_7 {
|
|
1921
|
+
const name_16: string;
|
|
1922
|
+
export { name_16 as name };
|
|
2031
1923
|
}
|
|
2032
|
-
export {
|
|
1924
|
+
export { type_7 as type };
|
|
2033
1925
|
}
|
|
2034
1926
|
namespace color {
|
|
2035
|
-
const
|
|
2036
|
-
export {
|
|
2037
|
-
const
|
|
2038
|
-
export {
|
|
2039
|
-
const
|
|
2040
|
-
export {
|
|
2041
|
-
const
|
|
2042
|
-
export {
|
|
2043
|
-
export namespace
|
|
2044
|
-
const
|
|
2045
|
-
export {
|
|
1927
|
+
const defaultValue_9: null;
|
|
1928
|
+
export { defaultValue_9 as defaultValue };
|
|
1929
|
+
const description_21: string;
|
|
1930
|
+
export { description_21 as description };
|
|
1931
|
+
const name_17: string;
|
|
1932
|
+
export { name_17 as name };
|
|
1933
|
+
const required_8: boolean;
|
|
1934
|
+
export { required_8 as required };
|
|
1935
|
+
export namespace type_8 {
|
|
1936
|
+
const name_18: string;
|
|
1937
|
+
export { name_18 as name };
|
|
2046
1938
|
}
|
|
2047
|
-
export {
|
|
1939
|
+
export { type_8 as type };
|
|
2048
1940
|
}
|
|
2049
1941
|
namespace tooltipText {
|
|
2050
|
-
const
|
|
2051
|
-
export {
|
|
2052
|
-
const
|
|
2053
|
-
export {
|
|
2054
|
-
const
|
|
2055
|
-
export {
|
|
2056
|
-
const
|
|
2057
|
-
export {
|
|
2058
|
-
export namespace
|
|
2059
|
-
const
|
|
2060
|
-
export {
|
|
1942
|
+
const defaultValue_10: null;
|
|
1943
|
+
export { defaultValue_10 as defaultValue };
|
|
1944
|
+
const description_22: string;
|
|
1945
|
+
export { description_22 as description };
|
|
1946
|
+
const name_19: string;
|
|
1947
|
+
export { name_19 as name };
|
|
1948
|
+
const required_9: boolean;
|
|
1949
|
+
export { required_9 as required };
|
|
1950
|
+
export namespace type_9 {
|
|
1951
|
+
const name_20: string;
|
|
1952
|
+
export { name_20 as name };
|
|
2061
1953
|
}
|
|
2062
|
-
export {
|
|
1954
|
+
export { type_9 as type };
|
|
2063
1955
|
}
|
|
2064
1956
|
namespace tooltipPosition {
|
|
1957
|
+
const defaultValue_11: null;
|
|
1958
|
+
export { defaultValue_11 as defaultValue };
|
|
1959
|
+
const description_23: string;
|
|
1960
|
+
export { description_23 as description };
|
|
1961
|
+
const name_21: string;
|
|
1962
|
+
export { name_21 as name };
|
|
1963
|
+
const required_10: boolean;
|
|
1964
|
+
export { required_10 as required };
|
|
1965
|
+
export namespace type_10 {
|
|
1966
|
+
const name_22: string;
|
|
1967
|
+
export { name_22 as name };
|
|
1968
|
+
const value_2: {
|
|
1969
|
+
value: string;
|
|
1970
|
+
}[];
|
|
1971
|
+
export { value_2 as value };
|
|
1972
|
+
}
|
|
1973
|
+
export { type_10 as type };
|
|
1974
|
+
}
|
|
1975
|
+
namespace textAlign {
|
|
1976
|
+
const defaultValue_12: null;
|
|
1977
|
+
export { defaultValue_12 as defaultValue };
|
|
1978
|
+
const description_24: string;
|
|
1979
|
+
export { description_24 as description };
|
|
1980
|
+
const name_23: string;
|
|
1981
|
+
export { name_23 as name };
|
|
1982
|
+
const required_11: boolean;
|
|
1983
|
+
export { required_11 as required };
|
|
1984
|
+
export namespace type_11 {
|
|
1985
|
+
const name_24: string;
|
|
1986
|
+
export { name_24 as name };
|
|
1987
|
+
const value_3: {
|
|
1988
|
+
value: string;
|
|
1989
|
+
}[];
|
|
1990
|
+
export { value_3 as value };
|
|
1991
|
+
}
|
|
1992
|
+
export { type_11 as type };
|
|
1993
|
+
}
|
|
1994
|
+
namespace styleTheme {
|
|
1995
|
+
const defaultValue_13: null;
|
|
1996
|
+
export { defaultValue_13 as defaultValue };
|
|
1997
|
+
const description_25: string;
|
|
1998
|
+
export { description_25 as description };
|
|
1999
|
+
const name_25: string;
|
|
2000
|
+
export { name_25 as name };
|
|
2001
|
+
const required_12: boolean;
|
|
2002
|
+
export { required_12 as required };
|
|
2003
|
+
export namespace type_12 {
|
|
2004
|
+
const name_26: string;
|
|
2005
|
+
export { name_26 as name };
|
|
2006
|
+
const value_4: {
|
|
2007
|
+
value: string;
|
|
2008
|
+
}[];
|
|
2009
|
+
export { value_4 as value };
|
|
2010
|
+
}
|
|
2011
|
+
export { type_12 as type };
|
|
2012
|
+
}
|
|
2013
|
+
namespace colorOverride {
|
|
2014
|
+
const defaultValue_14: null;
|
|
2015
|
+
export { defaultValue_14 as defaultValue };
|
|
2016
|
+
const description_26: string;
|
|
2017
|
+
export { description_26 as description };
|
|
2018
|
+
const name_27: string;
|
|
2019
|
+
export { name_27 as name };
|
|
2020
|
+
const required_13: boolean;
|
|
2021
|
+
export { required_13 as required };
|
|
2022
|
+
export namespace type_13 {
|
|
2023
|
+
const name_28: string;
|
|
2024
|
+
export { name_28 as name };
|
|
2025
|
+
const value_5: {
|
|
2026
|
+
value: string;
|
|
2027
|
+
}[];
|
|
2028
|
+
export { value_5 as value };
|
|
2029
|
+
}
|
|
2030
|
+
export { type_13 as type };
|
|
2031
|
+
}
|
|
2032
|
+
namespace colorTheme {
|
|
2033
|
+
const defaultValue_15: null;
|
|
2034
|
+
export { defaultValue_15 as defaultValue };
|
|
2035
|
+
const description_27: string;
|
|
2036
|
+
export { description_27 as description };
|
|
2037
|
+
const name_29: string;
|
|
2038
|
+
export { name_29 as name };
|
|
2039
|
+
const required_14: boolean;
|
|
2040
|
+
export { required_14 as required };
|
|
2041
|
+
export namespace type_14 {
|
|
2042
|
+
const name_30: string;
|
|
2043
|
+
export { name_30 as name };
|
|
2044
|
+
const value_6: {
|
|
2045
|
+
value: string;
|
|
2046
|
+
}[];
|
|
2047
|
+
export { value_6 as value };
|
|
2048
|
+
}
|
|
2049
|
+
export { type_14 as type };
|
|
2050
|
+
}
|
|
2051
|
+
namespace singleLineMode {
|
|
2052
|
+
const defaultValue_16: null;
|
|
2053
|
+
export { defaultValue_16 as defaultValue };
|
|
2054
|
+
const description_28: string;
|
|
2055
|
+
export { description_28 as description };
|
|
2056
|
+
const name_31: string;
|
|
2057
|
+
export { name_31 as name };
|
|
2058
|
+
const required_15: boolean;
|
|
2059
|
+
export { required_15 as required };
|
|
2060
|
+
export namespace type_15 {
|
|
2061
|
+
const name_32: string;
|
|
2062
|
+
export { name_32 as name };
|
|
2063
|
+
const value_7: {
|
|
2064
|
+
value: string;
|
|
2065
|
+
}[];
|
|
2066
|
+
export { value_7 as value };
|
|
2067
|
+
}
|
|
2068
|
+
export { type_15 as type };
|
|
2069
|
+
}
|
|
2070
|
+
namespace ellipsisMode {
|
|
2071
|
+
const defaultValue_17: null;
|
|
2072
|
+
export { defaultValue_17 as defaultValue };
|
|
2073
|
+
const description_29: string;
|
|
2074
|
+
export { description_29 as description };
|
|
2075
|
+
const name_33: string;
|
|
2076
|
+
export { name_33 as name };
|
|
2077
|
+
const required_16: boolean;
|
|
2078
|
+
export { required_16 as required };
|
|
2079
|
+
export namespace type_16 {
|
|
2080
|
+
const name_34: string;
|
|
2081
|
+
export { name_34 as name };
|
|
2082
|
+
const value_8: {
|
|
2083
|
+
value: string;
|
|
2084
|
+
}[];
|
|
2085
|
+
export { value_8 as value };
|
|
2086
|
+
}
|
|
2087
|
+
export { type_16 as type };
|
|
2088
|
+
}
|
|
2089
|
+
namespace lineLimit {
|
|
2090
|
+
const defaultValue_18: null;
|
|
2091
|
+
export { defaultValue_18 as defaultValue };
|
|
2092
|
+
const description_30: string;
|
|
2093
|
+
export { description_30 as description };
|
|
2094
|
+
const name_35: string;
|
|
2095
|
+
export { name_35 as name };
|
|
2096
|
+
const required_17: boolean;
|
|
2097
|
+
export { required_17 as required };
|
|
2098
|
+
export namespace type_17 {
|
|
2099
|
+
const name_36: string;
|
|
2100
|
+
export { name_36 as name };
|
|
2101
|
+
}
|
|
2102
|
+
export { type_17 as type };
|
|
2103
|
+
}
|
|
2104
|
+
namespace userSelectMode {
|
|
2065
2105
|
const defaultValue_19: null;
|
|
2066
2106
|
export { defaultValue_19 as defaultValue };
|
|
2067
2107
|
const description_31: string;
|
|
2068
2108
|
export { description_31 as description };
|
|
2069
|
-
const
|
|
2070
|
-
export {
|
|
2071
|
-
const
|
|
2072
|
-
export {
|
|
2073
|
-
export namespace
|
|
2074
|
-
const
|
|
2075
|
-
export {
|
|
2076
|
-
const
|
|
2109
|
+
const name_37: string;
|
|
2110
|
+
export { name_37 as name };
|
|
2111
|
+
const required_18: boolean;
|
|
2112
|
+
export { required_18 as required };
|
|
2113
|
+
export namespace type_18 {
|
|
2114
|
+
const name_38: string;
|
|
2115
|
+
export { name_38 as name };
|
|
2116
|
+
const value_9: {
|
|
2077
2117
|
value: string;
|
|
2078
2118
|
}[];
|
|
2079
|
-
export {
|
|
2119
|
+
export { value_9 as value };
|
|
2080
2120
|
}
|
|
2081
|
-
export {
|
|
2121
|
+
export { type_18 as type };
|
|
2082
2122
|
}
|
|
2083
|
-
namespace
|
|
2123
|
+
namespace customFontSize {
|
|
2084
2124
|
const defaultValue_20: null;
|
|
2085
2125
|
export { defaultValue_20 as defaultValue };
|
|
2086
2126
|
const description_32: string;
|
|
2087
2127
|
export { description_32 as description };
|
|
2088
|
-
const
|
|
2089
|
-
export {
|
|
2128
|
+
const name_39: string;
|
|
2129
|
+
export { name_39 as name };
|
|
2130
|
+
const required_19: boolean;
|
|
2131
|
+
export { required_19 as required };
|
|
2132
|
+
export namespace type_19 {
|
|
2133
|
+
const name_40: string;
|
|
2134
|
+
export { name_40 as name };
|
|
2135
|
+
}
|
|
2136
|
+
export { type_19 as type };
|
|
2137
|
+
}
|
|
2138
|
+
namespace customFontWeight {
|
|
2139
|
+
const defaultValue_21: null;
|
|
2140
|
+
export { defaultValue_21 as defaultValue };
|
|
2141
|
+
const description_33: string;
|
|
2142
|
+
export { description_33 as description };
|
|
2143
|
+
const name_41: string;
|
|
2144
|
+
export { name_41 as name };
|
|
2090
2145
|
const required_20: boolean;
|
|
2091
2146
|
export { required_20 as required };
|
|
2092
2147
|
export namespace type_20 {
|
|
2093
|
-
const
|
|
2094
|
-
export {
|
|
2095
|
-
const
|
|
2148
|
+
const name_42: string;
|
|
2149
|
+
export { name_42 as name };
|
|
2150
|
+
const value_10: {
|
|
2096
2151
|
value: string;
|
|
2097
2152
|
}[];
|
|
2098
|
-
export {
|
|
2153
|
+
export { value_10 as value };
|
|
2099
2154
|
}
|
|
2100
2155
|
export { type_20 as type };
|
|
2101
2156
|
}
|
|
2102
|
-
namespace
|
|
2103
|
-
const
|
|
2104
|
-
export {
|
|
2105
|
-
const
|
|
2106
|
-
export {
|
|
2107
|
-
const
|
|
2108
|
-
export {
|
|
2157
|
+
namespace textDecorationType {
|
|
2158
|
+
const defaultValue_22: null;
|
|
2159
|
+
export { defaultValue_22 as defaultValue };
|
|
2160
|
+
const description_34: string;
|
|
2161
|
+
export { description_34 as description };
|
|
2162
|
+
const name_43: string;
|
|
2163
|
+
export { name_43 as name };
|
|
2109
2164
|
const required_21: boolean;
|
|
2110
2165
|
export { required_21 as required };
|
|
2111
2166
|
export namespace type_21 {
|
|
2112
|
-
const
|
|
2113
|
-
export {
|
|
2114
|
-
const
|
|
2167
|
+
const name_44: string;
|
|
2168
|
+
export { name_44 as name };
|
|
2169
|
+
const value_11: {
|
|
2115
2170
|
value: string;
|
|
2116
2171
|
}[];
|
|
2117
|
-
export {
|
|
2172
|
+
export { value_11 as value };
|
|
2118
2173
|
}
|
|
2119
2174
|
export { type_21 as type };
|
|
2120
2175
|
}
|
|
2121
|
-
namespace
|
|
2122
|
-
const
|
|
2123
|
-
export {
|
|
2124
|
-
const
|
|
2125
|
-
export {
|
|
2126
|
-
const
|
|
2127
|
-
export {
|
|
2176
|
+
namespace requirementMode {
|
|
2177
|
+
const defaultValue_23: null;
|
|
2178
|
+
export { defaultValue_23 as defaultValue };
|
|
2179
|
+
const description_35: string;
|
|
2180
|
+
export { description_35 as description };
|
|
2181
|
+
const name_45: string;
|
|
2182
|
+
export { name_45 as name };
|
|
2128
2183
|
const required_22: boolean;
|
|
2129
2184
|
export { required_22 as required };
|
|
2130
2185
|
export namespace type_22 {
|
|
2131
|
-
const
|
|
2132
|
-
export {
|
|
2133
|
-
const
|
|
2186
|
+
const name_46: string;
|
|
2187
|
+
export { name_46 as name };
|
|
2188
|
+
const value_12: {
|
|
2134
2189
|
value: string;
|
|
2135
2190
|
}[];
|
|
2136
|
-
export {
|
|
2191
|
+
export { value_12 as value };
|
|
2137
2192
|
}
|
|
2138
2193
|
export { type_22 as type };
|
|
2139
2194
|
}
|
|
2140
|
-
namespace
|
|
2141
|
-
const
|
|
2142
|
-
export {
|
|
2143
|
-
const
|
|
2144
|
-
export {
|
|
2145
|
-
const
|
|
2146
|
-
export {
|
|
2195
|
+
namespace bulletPointMode {
|
|
2196
|
+
const defaultValue_24: null;
|
|
2197
|
+
export { defaultValue_24 as defaultValue };
|
|
2198
|
+
const description_36: string;
|
|
2199
|
+
export { description_36 as description };
|
|
2200
|
+
const name_47: string;
|
|
2201
|
+
export { name_47 as name };
|
|
2147
2202
|
const required_23: boolean;
|
|
2148
2203
|
export { required_23 as required };
|
|
2149
2204
|
export namespace type_23 {
|
|
2150
|
-
const
|
|
2151
|
-
export {
|
|
2152
|
-
const
|
|
2205
|
+
const name_48: string;
|
|
2206
|
+
export { name_48 as name };
|
|
2207
|
+
const value_13: {
|
|
2153
2208
|
value: string;
|
|
2154
2209
|
}[];
|
|
2155
|
-
export {
|
|
2210
|
+
export { value_13 as value };
|
|
2156
2211
|
}
|
|
2157
2212
|
export { type_23 as type };
|
|
2158
2213
|
}
|
|
2159
|
-
namespace
|
|
2160
|
-
const
|
|
2161
|
-
export {
|
|
2162
|
-
const
|
|
2163
|
-
export {
|
|
2164
|
-
const
|
|
2165
|
-
export {
|
|
2214
|
+
namespace wordBreak {
|
|
2215
|
+
const defaultValue_25: null;
|
|
2216
|
+
export { defaultValue_25 as defaultValue };
|
|
2217
|
+
const description_37: string;
|
|
2218
|
+
export { description_37 as description };
|
|
2219
|
+
const name_49: string;
|
|
2220
|
+
export { name_49 as name };
|
|
2166
2221
|
const required_24: boolean;
|
|
2167
2222
|
export { required_24 as required };
|
|
2168
2223
|
export namespace type_24 {
|
|
2169
|
-
const
|
|
2170
|
-
export {
|
|
2171
|
-
const
|
|
2224
|
+
const name_50: string;
|
|
2225
|
+
export { name_50 as name };
|
|
2226
|
+
const value_14: {
|
|
2172
2227
|
value: string;
|
|
2173
2228
|
}[];
|
|
2174
|
-
export {
|
|
2229
|
+
export { value_14 as value };
|
|
2175
2230
|
}
|
|
2176
2231
|
export { type_24 as type };
|
|
2177
2232
|
}
|
|
2178
|
-
namespace
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2233
|
+
namespace lineHeight {
|
|
2234
|
+
export namespace defaultValue_26 {
|
|
2235
|
+
const value_15: string;
|
|
2236
|
+
export { value_15 as value };
|
|
2237
|
+
}
|
|
2238
|
+
export { defaultValue_26 as defaultValue };
|
|
2239
|
+
const description_38: string;
|
|
2240
|
+
export { description_38 as description };
|
|
2241
|
+
const name_51: string;
|
|
2242
|
+
export { name_51 as name };
|
|
2185
2243
|
const required_25: boolean;
|
|
2186
2244
|
export { required_25 as required };
|
|
2187
2245
|
export namespace type_25 {
|
|
2188
|
-
const
|
|
2189
|
-
export {
|
|
2190
|
-
const value_9: {
|
|
2191
|
-
value: string;
|
|
2192
|
-
}[];
|
|
2193
|
-
export { value_9 as value };
|
|
2246
|
+
const name_52: string;
|
|
2247
|
+
export { name_52 as name };
|
|
2194
2248
|
}
|
|
2195
2249
|
export { type_25 as type };
|
|
2196
2250
|
}
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2251
|
+
}
|
|
2252
|
+
export { props_4 as props };
|
|
2253
|
+
}
|
|
2254
|
+
export { __docgenInfo_4 as __docgenInfo };
|
|
2255
|
+
}
|
|
2256
|
+
declare function SectionDescription(_a: any): any;
|
|
2257
|
+
declare namespace SectionDescription {
|
|
2258
|
+
const displayName_10: string;
|
|
2259
|
+
export { displayName_10 as displayName };
|
|
2260
|
+
export namespace __docgenInfo_5 {
|
|
2261
|
+
const description_39: string;
|
|
2262
|
+
export { description_39 as description };
|
|
2263
|
+
const displayName_11: string;
|
|
2264
|
+
export { displayName_11 as displayName };
|
|
2265
|
+
export namespace props_5 {
|
|
2266
|
+
export namespace text_1 {
|
|
2267
|
+
const defaultValue_27: null;
|
|
2268
|
+
export { defaultValue_27 as defaultValue };
|
|
2269
|
+
const description_40: string;
|
|
2270
|
+
export { description_40 as description };
|
|
2271
|
+
const name_53: string;
|
|
2272
|
+
export { name_53 as name };
|
|
2204
2273
|
const required_26: boolean;
|
|
2205
2274
|
export { required_26 as required };
|
|
2206
2275
|
export namespace type_26 {
|
|
2207
|
-
const
|
|
2208
|
-
export {
|
|
2276
|
+
const name_54: string;
|
|
2277
|
+
export { name_54 as name };
|
|
2209
2278
|
}
|
|
2210
2279
|
export { type_26 as type };
|
|
2211
2280
|
}
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2281
|
+
export { text_1 as text };
|
|
2282
|
+
export namespace color_1 {
|
|
2283
|
+
const defaultValue_28: null;
|
|
2284
|
+
export { defaultValue_28 as defaultValue };
|
|
2285
|
+
const description_41: string;
|
|
2286
|
+
export { description_41 as description };
|
|
2287
|
+
const name_55: string;
|
|
2288
|
+
export { name_55 as name };
|
|
2219
2289
|
const required_27: boolean;
|
|
2220
2290
|
export { required_27 as required };
|
|
2221
2291
|
export namespace type_27 {
|
|
2222
|
-
const
|
|
2223
|
-
export {
|
|
2224
|
-
const value_10: {
|
|
2225
|
-
value: string;
|
|
2226
|
-
}[];
|
|
2227
|
-
export { value_10 as value };
|
|
2292
|
+
const name_56: string;
|
|
2293
|
+
export { name_56 as name };
|
|
2228
2294
|
}
|
|
2229
2295
|
export { type_27 as type };
|
|
2230
2296
|
}
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2297
|
+
export { color_1 as color };
|
|
2298
|
+
export namespace tooltipText_1 {
|
|
2299
|
+
const defaultValue_29: null;
|
|
2300
|
+
export { defaultValue_29 as defaultValue };
|
|
2301
|
+
const description_42: string;
|
|
2302
|
+
export { description_42 as description };
|
|
2303
|
+
const name_57: string;
|
|
2304
|
+
export { name_57 as name };
|
|
2238
2305
|
const required_28: boolean;
|
|
2239
2306
|
export { required_28 as required };
|
|
2240
2307
|
export namespace type_28 {
|
|
2241
|
-
const
|
|
2242
|
-
export {
|
|
2308
|
+
const name_58: string;
|
|
2309
|
+
export { name_58 as name };
|
|
2243
2310
|
}
|
|
2244
2311
|
export { type_28 as type };
|
|
2245
2312
|
}
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2313
|
+
export { tooltipText_1 as tooltipText };
|
|
2314
|
+
export namespace tooltipPosition_1 {
|
|
2315
|
+
const defaultValue_30: null;
|
|
2316
|
+
export { defaultValue_30 as defaultValue };
|
|
2317
|
+
const description_43: string;
|
|
2318
|
+
export { description_43 as description };
|
|
2319
|
+
const name_59: string;
|
|
2320
|
+
export { name_59 as name };
|
|
2253
2321
|
const required_29: boolean;
|
|
2254
2322
|
export { required_29 as required };
|
|
2255
2323
|
export namespace type_29 {
|
|
2256
|
-
const
|
|
2257
|
-
export {
|
|
2258
|
-
const
|
|
2324
|
+
const name_60: string;
|
|
2325
|
+
export { name_60 as name };
|
|
2326
|
+
const value_16: {
|
|
2259
2327
|
value: string;
|
|
2260
2328
|
}[];
|
|
2261
|
-
export {
|
|
2329
|
+
export { value_16 as value };
|
|
2262
2330
|
}
|
|
2263
2331
|
export { type_29 as type };
|
|
2264
2332
|
}
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2333
|
+
export { tooltipPosition_1 as tooltipPosition };
|
|
2334
|
+
export namespace textAlign_1 {
|
|
2335
|
+
const defaultValue_31: null;
|
|
2336
|
+
export { defaultValue_31 as defaultValue };
|
|
2337
|
+
const description_44: string;
|
|
2338
|
+
export { description_44 as description };
|
|
2339
|
+
const name_61: string;
|
|
2340
|
+
export { name_61 as name };
|
|
2272
2341
|
const required_30: boolean;
|
|
2273
2342
|
export { required_30 as required };
|
|
2274
2343
|
export namespace type_30 {
|
|
2275
|
-
const
|
|
2276
|
-
export {
|
|
2277
|
-
const
|
|
2344
|
+
const name_62: string;
|
|
2345
|
+
export { name_62 as name };
|
|
2346
|
+
const value_17: {
|
|
2278
2347
|
value: string;
|
|
2279
2348
|
}[];
|
|
2280
|
-
export {
|
|
2349
|
+
export { value_17 as value };
|
|
2281
2350
|
}
|
|
2282
2351
|
export { type_30 as type };
|
|
2283
2352
|
}
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2353
|
+
export { textAlign_1 as textAlign };
|
|
2354
|
+
export namespace styleTheme_1 {
|
|
2355
|
+
const defaultValue_32: null;
|
|
2356
|
+
export { defaultValue_32 as defaultValue };
|
|
2357
|
+
const description_45: string;
|
|
2358
|
+
export { description_45 as description };
|
|
2359
|
+
const name_63: string;
|
|
2360
|
+
export { name_63 as name };
|
|
2291
2361
|
const required_31: boolean;
|
|
2292
2362
|
export { required_31 as required };
|
|
2293
2363
|
export namespace type_31 {
|
|
2294
|
-
const
|
|
2295
|
-
export {
|
|
2296
|
-
const
|
|
2364
|
+
const name_64: string;
|
|
2365
|
+
export { name_64 as name };
|
|
2366
|
+
const value_18: {
|
|
2297
2367
|
value: string;
|
|
2298
2368
|
}[];
|
|
2299
|
-
export {
|
|
2369
|
+
export { value_18 as value };
|
|
2300
2370
|
}
|
|
2301
2371
|
export { type_31 as type };
|
|
2302
2372
|
}
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2373
|
+
export { styleTheme_1 as styleTheme };
|
|
2374
|
+
export namespace colorOverride_1 {
|
|
2375
|
+
const defaultValue_33: null;
|
|
2376
|
+
export { defaultValue_33 as defaultValue };
|
|
2377
|
+
const description_46: string;
|
|
2378
|
+
export { description_46 as description };
|
|
2379
|
+
const name_65: string;
|
|
2380
|
+
export { name_65 as name };
|
|
2310
2381
|
const required_32: boolean;
|
|
2311
2382
|
export { required_32 as required };
|
|
2312
2383
|
export namespace type_32 {
|
|
2313
|
-
const
|
|
2314
|
-
export {
|
|
2315
|
-
const
|
|
2384
|
+
const name_66: string;
|
|
2385
|
+
export { name_66 as name };
|
|
2386
|
+
const value_19: {
|
|
2316
2387
|
value: string;
|
|
2317
2388
|
}[];
|
|
2318
|
-
export {
|
|
2389
|
+
export { value_19 as value };
|
|
2319
2390
|
}
|
|
2320
2391
|
export { type_32 as type };
|
|
2321
2392
|
}
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2393
|
+
export { colorOverride_1 as colorOverride };
|
|
2394
|
+
export namespace colorTheme_1 {
|
|
2395
|
+
const defaultValue_34: null;
|
|
2396
|
+
export { defaultValue_34 as defaultValue };
|
|
2397
|
+
const description_47: string;
|
|
2398
|
+
export { description_47 as description };
|
|
2399
|
+
const name_67: string;
|
|
2400
|
+
export { name_67 as name };
|
|
2329
2401
|
const required_33: boolean;
|
|
2330
2402
|
export { required_33 as required };
|
|
2331
2403
|
export namespace type_33 {
|
|
2332
|
-
const
|
|
2333
|
-
export {
|
|
2334
|
-
const
|
|
2404
|
+
const name_68: string;
|
|
2405
|
+
export { name_68 as name };
|
|
2406
|
+
const value_20: {
|
|
2335
2407
|
value: string;
|
|
2336
2408
|
}[];
|
|
2337
|
-
export {
|
|
2409
|
+
export { value_20 as value };
|
|
2338
2410
|
}
|
|
2339
2411
|
export { type_33 as type };
|
|
2340
2412
|
}
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
const value_16: string;
|
|
2344
|
-
export { value_16 as value };
|
|
2345
|
-
}
|
|
2346
|
-
export { defaultValue_34 as defaultValue };
|
|
2347
|
-
const description_46: string;
|
|
2348
|
-
export { description_46 as description };
|
|
2349
|
-
const name_68: string;
|
|
2350
|
-
export { name_68 as name };
|
|
2351
|
-
const required_34: boolean;
|
|
2352
|
-
export { required_34 as required };
|
|
2353
|
-
export namespace type_34 {
|
|
2354
|
-
const name_69: string;
|
|
2355
|
-
export { name_69 as name };
|
|
2356
|
-
}
|
|
2357
|
-
export { type_34 as type };
|
|
2358
|
-
}
|
|
2359
|
-
}
|
|
2360
|
-
export { props_4 as props };
|
|
2361
|
-
}
|
|
2362
|
-
export { __docgenInfo_4 as __docgenInfo };
|
|
2363
|
-
}
|
|
2364
|
-
declare function SectionDescription(_a: any): any;
|
|
2365
|
-
declare namespace SectionDescription {
|
|
2366
|
-
const displayName_10: string;
|
|
2367
|
-
export { displayName_10 as displayName };
|
|
2368
|
-
export namespace __docgenInfo_5 {
|
|
2369
|
-
const description_47: string;
|
|
2370
|
-
export { description_47 as description };
|
|
2371
|
-
const displayName_11: string;
|
|
2372
|
-
export { displayName_11 as displayName };
|
|
2373
|
-
export namespace props_5 {
|
|
2374
|
-
export namespace text_1 {
|
|
2413
|
+
export { colorTheme_1 as colorTheme };
|
|
2414
|
+
export namespace singleLineMode_1 {
|
|
2375
2415
|
const defaultValue_35: null;
|
|
2376
2416
|
export { defaultValue_35 as defaultValue };
|
|
2377
2417
|
const description_48: string;
|
|
2378
2418
|
export { description_48 as description };
|
|
2379
|
-
const
|
|
2380
|
-
export {
|
|
2381
|
-
const
|
|
2382
|
-
export {
|
|
2383
|
-
export namespace
|
|
2384
|
-
const
|
|
2385
|
-
export {
|
|
2419
|
+
const name_69: string;
|
|
2420
|
+
export { name_69 as name };
|
|
2421
|
+
const required_34: boolean;
|
|
2422
|
+
export { required_34 as required };
|
|
2423
|
+
export namespace type_34 {
|
|
2424
|
+
const name_70: string;
|
|
2425
|
+
export { name_70 as name };
|
|
2426
|
+
const value_21: {
|
|
2427
|
+
value: string;
|
|
2428
|
+
}[];
|
|
2429
|
+
export { value_21 as value };
|
|
2386
2430
|
}
|
|
2387
|
-
export {
|
|
2431
|
+
export { type_34 as type };
|
|
2388
2432
|
}
|
|
2389
|
-
export {
|
|
2390
|
-
export namespace
|
|
2433
|
+
export { singleLineMode_1 as singleLineMode };
|
|
2434
|
+
export namespace ellipsisMode_1 {
|
|
2391
2435
|
const defaultValue_36: null;
|
|
2392
2436
|
export { defaultValue_36 as defaultValue };
|
|
2393
2437
|
const description_49: string;
|
|
2394
2438
|
export { description_49 as description };
|
|
2395
|
-
const
|
|
2396
|
-
export {
|
|
2397
|
-
const
|
|
2398
|
-
export {
|
|
2399
|
-
export namespace
|
|
2400
|
-
const
|
|
2401
|
-
export {
|
|
2439
|
+
const name_71: string;
|
|
2440
|
+
export { name_71 as name };
|
|
2441
|
+
const required_35: boolean;
|
|
2442
|
+
export { required_35 as required };
|
|
2443
|
+
export namespace type_35 {
|
|
2444
|
+
const name_72: string;
|
|
2445
|
+
export { name_72 as name };
|
|
2446
|
+
const value_22: {
|
|
2447
|
+
value: string;
|
|
2448
|
+
}[];
|
|
2449
|
+
export { value_22 as value };
|
|
2402
2450
|
}
|
|
2403
|
-
export {
|
|
2451
|
+
export { type_35 as type };
|
|
2404
2452
|
}
|
|
2405
|
-
export {
|
|
2406
|
-
export namespace
|
|
2453
|
+
export { ellipsisMode_1 as ellipsisMode };
|
|
2454
|
+
export namespace lineLimit_1 {
|
|
2407
2455
|
const defaultValue_37: null;
|
|
2408
2456
|
export { defaultValue_37 as defaultValue };
|
|
2409
2457
|
const description_50: string;
|
|
2410
2458
|
export { description_50 as description };
|
|
2411
|
-
const
|
|
2412
|
-
export {
|
|
2413
|
-
const
|
|
2414
|
-
export {
|
|
2415
|
-
export namespace
|
|
2416
|
-
const
|
|
2417
|
-
export {
|
|
2459
|
+
const name_73: string;
|
|
2460
|
+
export { name_73 as name };
|
|
2461
|
+
const required_36: boolean;
|
|
2462
|
+
export { required_36 as required };
|
|
2463
|
+
export namespace type_36 {
|
|
2464
|
+
const name_74: string;
|
|
2465
|
+
export { name_74 as name };
|
|
2418
2466
|
}
|
|
2419
|
-
export {
|
|
2467
|
+
export { type_36 as type };
|
|
2420
2468
|
}
|
|
2421
|
-
export {
|
|
2422
|
-
export namespace
|
|
2469
|
+
export { lineLimit_1 as lineLimit };
|
|
2470
|
+
export namespace userSelectMode_1 {
|
|
2423
2471
|
const defaultValue_38: null;
|
|
2424
2472
|
export { defaultValue_38 as defaultValue };
|
|
2425
2473
|
const description_51: string;
|
|
2426
2474
|
export { description_51 as description };
|
|
2427
|
-
const
|
|
2428
|
-
export {
|
|
2429
|
-
const
|
|
2430
|
-
export {
|
|
2431
|
-
export namespace
|
|
2432
|
-
const
|
|
2433
|
-
export {
|
|
2434
|
-
const
|
|
2475
|
+
const name_75: string;
|
|
2476
|
+
export { name_75 as name };
|
|
2477
|
+
const required_37: boolean;
|
|
2478
|
+
export { required_37 as required };
|
|
2479
|
+
export namespace type_37 {
|
|
2480
|
+
const name_76: string;
|
|
2481
|
+
export { name_76 as name };
|
|
2482
|
+
const value_23: {
|
|
2435
2483
|
value: string;
|
|
2436
2484
|
}[];
|
|
2437
|
-
export {
|
|
2485
|
+
export { value_23 as value };
|
|
2438
2486
|
}
|
|
2439
|
-
export {
|
|
2487
|
+
export { type_37 as type };
|
|
2440
2488
|
}
|
|
2441
|
-
export {
|
|
2442
|
-
export namespace
|
|
2489
|
+
export { userSelectMode_1 as userSelectMode };
|
|
2490
|
+
export namespace customFontSize_1 {
|
|
2443
2491
|
const defaultValue_39: null;
|
|
2444
2492
|
export { defaultValue_39 as defaultValue };
|
|
2445
2493
|
const description_52: string;
|
|
2446
2494
|
export { description_52 as description };
|
|
2447
|
-
const
|
|
2448
|
-
export {
|
|
2449
|
-
const
|
|
2450
|
-
export {
|
|
2451
|
-
export namespace
|
|
2452
|
-
const
|
|
2453
|
-
export {
|
|
2454
|
-
const value_18: {
|
|
2455
|
-
value: string;
|
|
2456
|
-
}[];
|
|
2457
|
-
export { value_18 as value };
|
|
2495
|
+
const name_77: string;
|
|
2496
|
+
export { name_77 as name };
|
|
2497
|
+
const required_38: boolean;
|
|
2498
|
+
export { required_38 as required };
|
|
2499
|
+
export namespace type_38 {
|
|
2500
|
+
const name_78: string;
|
|
2501
|
+
export { name_78 as name };
|
|
2458
2502
|
}
|
|
2459
|
-
export {
|
|
2503
|
+
export { type_38 as type };
|
|
2460
2504
|
}
|
|
2461
|
-
export {
|
|
2462
|
-
export namespace
|
|
2505
|
+
export { customFontSize_1 as customFontSize };
|
|
2506
|
+
export namespace customFontWeight_1 {
|
|
2463
2507
|
const defaultValue_40: null;
|
|
2464
2508
|
export { defaultValue_40 as defaultValue };
|
|
2465
2509
|
const description_53: string;
|
|
2466
2510
|
export { description_53 as description };
|
|
2467
|
-
const
|
|
2468
|
-
export {
|
|
2469
|
-
const
|
|
2470
|
-
export {
|
|
2471
|
-
export namespace
|
|
2472
|
-
const
|
|
2473
|
-
export {
|
|
2474
|
-
const
|
|
2511
|
+
const name_79: string;
|
|
2512
|
+
export { name_79 as name };
|
|
2513
|
+
const required_39: boolean;
|
|
2514
|
+
export { required_39 as required };
|
|
2515
|
+
export namespace type_39 {
|
|
2516
|
+
const name_80: string;
|
|
2517
|
+
export { name_80 as name };
|
|
2518
|
+
const value_24: {
|
|
2475
2519
|
value: string;
|
|
2476
2520
|
}[];
|
|
2477
|
-
export {
|
|
2521
|
+
export { value_24 as value };
|
|
2478
2522
|
}
|
|
2479
|
-
export {
|
|
2523
|
+
export { type_39 as type };
|
|
2480
2524
|
}
|
|
2481
|
-
export {
|
|
2482
|
-
export namespace
|
|
2525
|
+
export { customFontWeight_1 as customFontWeight };
|
|
2526
|
+
export namespace textDecorationType_1 {
|
|
2483
2527
|
const defaultValue_41: null;
|
|
2484
2528
|
export { defaultValue_41 as defaultValue };
|
|
2485
2529
|
const description_54: string;
|
|
2486
2530
|
export { description_54 as description };
|
|
2487
|
-
const
|
|
2488
|
-
export {
|
|
2489
|
-
const
|
|
2490
|
-
export {
|
|
2491
|
-
export namespace
|
|
2492
|
-
const
|
|
2493
|
-
export {
|
|
2494
|
-
const
|
|
2531
|
+
const name_81: string;
|
|
2532
|
+
export { name_81 as name };
|
|
2533
|
+
const required_40: boolean;
|
|
2534
|
+
export { required_40 as required };
|
|
2535
|
+
export namespace type_40 {
|
|
2536
|
+
const name_82: string;
|
|
2537
|
+
export { name_82 as name };
|
|
2538
|
+
const value_25: {
|
|
2495
2539
|
value: string;
|
|
2496
2540
|
}[];
|
|
2497
|
-
export {
|
|
2541
|
+
export { value_25 as value };
|
|
2498
2542
|
}
|
|
2499
|
-
export {
|
|
2543
|
+
export { type_40 as type };
|
|
2500
2544
|
}
|
|
2501
|
-
export {
|
|
2502
|
-
export namespace
|
|
2545
|
+
export { textDecorationType_1 as textDecorationType };
|
|
2546
|
+
export namespace requirementMode_1 {
|
|
2503
2547
|
const defaultValue_42: null;
|
|
2504
2548
|
export { defaultValue_42 as defaultValue };
|
|
2505
2549
|
const description_55: string;
|
|
2506
2550
|
export { description_55 as description };
|
|
2507
|
-
const
|
|
2508
|
-
export {
|
|
2509
|
-
const
|
|
2510
|
-
export {
|
|
2511
|
-
export namespace
|
|
2512
|
-
const
|
|
2513
|
-
export {
|
|
2514
|
-
const
|
|
2551
|
+
const name_83: string;
|
|
2552
|
+
export { name_83 as name };
|
|
2553
|
+
const required_41: boolean;
|
|
2554
|
+
export { required_41 as required };
|
|
2555
|
+
export namespace type_41 {
|
|
2556
|
+
const name_84: string;
|
|
2557
|
+
export { name_84 as name };
|
|
2558
|
+
const value_26: {
|
|
2515
2559
|
value: string;
|
|
2516
2560
|
}[];
|
|
2517
|
-
export {
|
|
2561
|
+
export { value_26 as value };
|
|
2518
2562
|
}
|
|
2519
|
-
export {
|
|
2563
|
+
export { type_41 as type };
|
|
2520
2564
|
}
|
|
2521
|
-
export {
|
|
2522
|
-
export namespace
|
|
2565
|
+
export { requirementMode_1 as requirementMode };
|
|
2566
|
+
export namespace bulletPointMode_1 {
|
|
2523
2567
|
const defaultValue_43: null;
|
|
2524
2568
|
export { defaultValue_43 as defaultValue };
|
|
2525
2569
|
const description_56: string;
|
|
2526
2570
|
export { description_56 as description };
|
|
2527
|
-
const
|
|
2528
|
-
export {
|
|
2529
|
-
const
|
|
2530
|
-
export {
|
|
2531
|
-
export namespace
|
|
2532
|
-
const
|
|
2533
|
-
export {
|
|
2534
|
-
const
|
|
2571
|
+
const name_85: string;
|
|
2572
|
+
export { name_85 as name };
|
|
2573
|
+
const required_42: boolean;
|
|
2574
|
+
export { required_42 as required };
|
|
2575
|
+
export namespace type_42 {
|
|
2576
|
+
const name_86: string;
|
|
2577
|
+
export { name_86 as name };
|
|
2578
|
+
const value_27: {
|
|
2535
2579
|
value: string;
|
|
2536
2580
|
}[];
|
|
2537
|
-
export {
|
|
2581
|
+
export { value_27 as value };
|
|
2538
2582
|
}
|
|
2539
|
-
export {
|
|
2583
|
+
export { type_42 as type };
|
|
2540
2584
|
}
|
|
2541
|
-
export {
|
|
2542
|
-
export namespace
|
|
2585
|
+
export { bulletPointMode_1 as bulletPointMode };
|
|
2586
|
+
export namespace wordBreak_1 {
|
|
2543
2587
|
const defaultValue_44: null;
|
|
2544
2588
|
export { defaultValue_44 as defaultValue };
|
|
2545
2589
|
const description_57: string;
|
|
2546
2590
|
export { description_57 as description };
|
|
2547
|
-
const
|
|
2548
|
-
export {
|
|
2549
|
-
const
|
|
2550
|
-
export {
|
|
2551
|
-
export namespace
|
|
2552
|
-
const
|
|
2553
|
-
export {
|
|
2554
|
-
const
|
|
2591
|
+
const name_87: string;
|
|
2592
|
+
export { name_87 as name };
|
|
2593
|
+
const required_43: boolean;
|
|
2594
|
+
export { required_43 as required };
|
|
2595
|
+
export namespace type_43 {
|
|
2596
|
+
const name_88: string;
|
|
2597
|
+
export { name_88 as name };
|
|
2598
|
+
const value_28: {
|
|
2555
2599
|
value: string;
|
|
2556
2600
|
}[];
|
|
2557
|
-
export {
|
|
2601
|
+
export { value_28 as value };
|
|
2558
2602
|
}
|
|
2559
|
-
export {
|
|
2603
|
+
export { type_43 as type };
|
|
2560
2604
|
}
|
|
2561
|
-
export {
|
|
2562
|
-
export namespace
|
|
2605
|
+
export { wordBreak_1 as wordBreak };
|
|
2606
|
+
export namespace fontWeight {
|
|
2563
2607
|
const defaultValue_45: null;
|
|
2564
2608
|
export { defaultValue_45 as defaultValue };
|
|
2565
2609
|
const description_58: string;
|
|
2566
2610
|
export { description_58 as description };
|
|
2567
|
-
const
|
|
2568
|
-
export {
|
|
2611
|
+
const name_89: string;
|
|
2612
|
+
export { name_89 as name };
|
|
2613
|
+
const required_44: boolean;
|
|
2614
|
+
export { required_44 as required };
|
|
2615
|
+
export namespace type_44 {
|
|
2616
|
+
const name_90: string;
|
|
2617
|
+
export { name_90 as name };
|
|
2618
|
+
}
|
|
2619
|
+
export { type_44 as type };
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
export { props_5 as props };
|
|
2623
|
+
}
|
|
2624
|
+
export { __docgenInfo_5 as __docgenInfo };
|
|
2625
|
+
}
|
|
2626
|
+
declare function SectionImage(_a: any): any;
|
|
2627
|
+
declare namespace SectionImage {
|
|
2628
|
+
const displayName_12: string;
|
|
2629
|
+
export { displayName_12 as displayName };
|
|
2630
|
+
export namespace __docgenInfo_6 {
|
|
2631
|
+
const description_59: string;
|
|
2632
|
+
export { description_59 as description };
|
|
2633
|
+
const displayName_13: string;
|
|
2634
|
+
export { displayName_13 as displayName };
|
|
2635
|
+
export namespace props_6 {
|
|
2636
|
+
export namespace src {
|
|
2637
|
+
const defaultValue_46: null;
|
|
2638
|
+
export { defaultValue_46 as defaultValue };
|
|
2639
|
+
const description_60: string;
|
|
2640
|
+
export { description_60 as description };
|
|
2641
|
+
const name_91: string;
|
|
2642
|
+
export { name_91 as name };
|
|
2569
2643
|
const required_45: boolean;
|
|
2570
2644
|
export { required_45 as required };
|
|
2571
2645
|
export namespace type_45 {
|
|
2572
|
-
const
|
|
2573
|
-
export {
|
|
2646
|
+
const name_92: string;
|
|
2647
|
+
export { name_92 as name };
|
|
2574
2648
|
}
|
|
2575
2649
|
export { type_45 as type };
|
|
2576
2650
|
}
|
|
2577
|
-
export
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
export { name_92 as name };
|
|
2651
|
+
export namespace shapeType {
|
|
2652
|
+
const defaultValue_47: null;
|
|
2653
|
+
export { defaultValue_47 as defaultValue };
|
|
2654
|
+
const description_61: string;
|
|
2655
|
+
export { description_61 as description };
|
|
2656
|
+
const name_93: string;
|
|
2657
|
+
export { name_93 as name };
|
|
2585
2658
|
const required_46: boolean;
|
|
2586
2659
|
export { required_46 as required };
|
|
2587
2660
|
export namespace type_46 {
|
|
2588
|
-
const
|
|
2589
|
-
export {
|
|
2590
|
-
const
|
|
2661
|
+
const name_94: string;
|
|
2662
|
+
export { name_94 as name };
|
|
2663
|
+
const value_29: {
|
|
2591
2664
|
value: string;
|
|
2592
2665
|
}[];
|
|
2593
|
-
export {
|
|
2666
|
+
export { value_29 as value };
|
|
2594
2667
|
}
|
|
2595
2668
|
export { type_46 as type };
|
|
2596
2669
|
}
|
|
2597
|
-
export
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
export { name_94 as name };
|
|
2670
|
+
export namespace radius {
|
|
2671
|
+
const defaultValue_48: null;
|
|
2672
|
+
export { defaultValue_48 as defaultValue };
|
|
2673
|
+
const description_62: string;
|
|
2674
|
+
export { description_62 as description };
|
|
2675
|
+
const name_95: string;
|
|
2676
|
+
export { name_95 as name };
|
|
2605
2677
|
const required_47: boolean;
|
|
2606
2678
|
export { required_47 as required };
|
|
2607
2679
|
export namespace type_47 {
|
|
2608
|
-
const
|
|
2609
|
-
export {
|
|
2680
|
+
const name_96: string;
|
|
2681
|
+
export { name_96 as name };
|
|
2682
|
+
const value_30: {
|
|
2683
|
+
value: string;
|
|
2684
|
+
}[];
|
|
2685
|
+
export { value_30 as value };
|
|
2610
2686
|
}
|
|
2611
2687
|
export { type_47 as type };
|
|
2612
2688
|
}
|
|
2613
|
-
export
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
export { name_96 as name };
|
|
2689
|
+
export namespace width_1 {
|
|
2690
|
+
const defaultValue_49: null;
|
|
2691
|
+
export { defaultValue_49 as defaultValue };
|
|
2692
|
+
const description_63: string;
|
|
2693
|
+
export { description_63 as description };
|
|
2694
|
+
const name_97: string;
|
|
2695
|
+
export { name_97 as name };
|
|
2621
2696
|
const required_48: boolean;
|
|
2622
2697
|
export { required_48 as required };
|
|
2623
2698
|
export namespace type_48 {
|
|
2624
|
-
const
|
|
2625
|
-
export {
|
|
2626
|
-
const value_25: {
|
|
2627
|
-
value: string;
|
|
2628
|
-
}[];
|
|
2629
|
-
export { value_25 as value };
|
|
2699
|
+
const name_98: string;
|
|
2700
|
+
export { name_98 as name };
|
|
2630
2701
|
}
|
|
2631
2702
|
export { type_48 as type };
|
|
2632
2703
|
}
|
|
2633
|
-
export {
|
|
2634
|
-
export namespace
|
|
2635
|
-
const
|
|
2636
|
-
export {
|
|
2637
|
-
const
|
|
2638
|
-
export {
|
|
2639
|
-
const
|
|
2640
|
-
export {
|
|
2704
|
+
export { width_1 as width };
|
|
2705
|
+
export namespace height {
|
|
2706
|
+
const defaultValue_50: null;
|
|
2707
|
+
export { defaultValue_50 as defaultValue };
|
|
2708
|
+
const description_64: string;
|
|
2709
|
+
export { description_64 as description };
|
|
2710
|
+
const name_99: string;
|
|
2711
|
+
export { name_99 as name };
|
|
2641
2712
|
const required_49: boolean;
|
|
2642
2713
|
export { required_49 as required };
|
|
2643
2714
|
export namespace type_49 {
|
|
2644
|
-
const
|
|
2645
|
-
export {
|
|
2646
|
-
const value_26: {
|
|
2647
|
-
value: string;
|
|
2648
|
-
}[];
|
|
2649
|
-
export { value_26 as value };
|
|
2715
|
+
const name_100: string;
|
|
2716
|
+
export { name_100 as name };
|
|
2650
2717
|
}
|
|
2651
2718
|
export { type_49 as type };
|
|
2652
2719
|
}
|
|
2653
|
-
export
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
export { name_100 as name };
|
|
2720
|
+
export namespace noImageHeight {
|
|
2721
|
+
const defaultValue_51: null;
|
|
2722
|
+
export { defaultValue_51 as defaultValue };
|
|
2723
|
+
const description_65: string;
|
|
2724
|
+
export { description_65 as description };
|
|
2725
|
+
const name_101: string;
|
|
2726
|
+
export { name_101 as name };
|
|
2661
2727
|
const required_50: boolean;
|
|
2662
2728
|
export { required_50 as required };
|
|
2663
2729
|
export namespace type_50 {
|
|
2664
|
-
const
|
|
2665
|
-
export {
|
|
2666
|
-
const value_27: {
|
|
2667
|
-
value: string;
|
|
2668
|
-
}[];
|
|
2669
|
-
export { value_27 as value };
|
|
2730
|
+
const name_102: string;
|
|
2731
|
+
export { name_102 as name };
|
|
2670
2732
|
}
|
|
2671
2733
|
export { type_50 as type };
|
|
2672
2734
|
}
|
|
2673
|
-
export
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
export { name_102 as name };
|
|
2735
|
+
export namespace noImageWidth {
|
|
2736
|
+
const defaultValue_52: null;
|
|
2737
|
+
export { defaultValue_52 as defaultValue };
|
|
2738
|
+
const description_66: string;
|
|
2739
|
+
export { description_66 as description };
|
|
2740
|
+
const name_103: string;
|
|
2741
|
+
export { name_103 as name };
|
|
2681
2742
|
const required_51: boolean;
|
|
2682
2743
|
export { required_51 as required };
|
|
2683
2744
|
export namespace type_51 {
|
|
2684
|
-
const
|
|
2685
|
-
export {
|
|
2686
|
-
const value_28: {
|
|
2687
|
-
value: string;
|
|
2688
|
-
}[];
|
|
2689
|
-
export { value_28 as value };
|
|
2745
|
+
const name_104: string;
|
|
2746
|
+
export { name_104 as name };
|
|
2690
2747
|
}
|
|
2691
2748
|
export { type_51 as type };
|
|
2692
2749
|
}
|
|
2693
|
-
export
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
export { name_104 as name };
|
|
2750
|
+
export namespace ratio {
|
|
2751
|
+
const defaultValue_53: null;
|
|
2752
|
+
export { defaultValue_53 as defaultValue };
|
|
2753
|
+
const description_67: string;
|
|
2754
|
+
export { description_67 as description };
|
|
2755
|
+
const name_105: string;
|
|
2756
|
+
export { name_105 as name };
|
|
2701
2757
|
const required_52: boolean;
|
|
2702
2758
|
export { required_52 as required };
|
|
2703
2759
|
export namespace type_52 {
|
|
2704
|
-
const
|
|
2705
|
-
export {
|
|
2706
|
-
const
|
|
2760
|
+
const name_106: string;
|
|
2761
|
+
export { name_106 as name };
|
|
2762
|
+
const value_31: {
|
|
2707
2763
|
value: string;
|
|
2708
2764
|
}[];
|
|
2709
|
-
export {
|
|
2765
|
+
export { value_31 as value };
|
|
2710
2766
|
}
|
|
2711
2767
|
export { type_52 as type };
|
|
2712
2768
|
}
|
|
2713
|
-
export
|
|
2714
|
-
export namespace fontWeight {
|
|
2715
|
-
const defaultValue_53: null;
|
|
2716
|
-
export { defaultValue_53 as defaultValue };
|
|
2717
|
-
const description_66: string;
|
|
2718
|
-
export { description_66 as description };
|
|
2719
|
-
const name_106: string;
|
|
2720
|
-
export { name_106 as name };
|
|
2721
|
-
const required_53: boolean;
|
|
2722
|
-
export { required_53 as required };
|
|
2723
|
-
export namespace type_53 {
|
|
2724
|
-
const name_107: string;
|
|
2725
|
-
export { name_107 as name };
|
|
2726
|
-
}
|
|
2727
|
-
export { type_53 as type };
|
|
2728
|
-
}
|
|
2729
|
-
}
|
|
2730
|
-
export { props_5 as props };
|
|
2731
|
-
}
|
|
2732
|
-
export { __docgenInfo_5 as __docgenInfo };
|
|
2733
|
-
}
|
|
2734
|
-
declare function SectionImage(_a: any): any;
|
|
2735
|
-
declare namespace SectionImage {
|
|
2736
|
-
const displayName_12: string;
|
|
2737
|
-
export { displayName_12 as displayName };
|
|
2738
|
-
export namespace __docgenInfo_6 {
|
|
2739
|
-
const description_67: string;
|
|
2740
|
-
export { description_67 as description };
|
|
2741
|
-
const displayName_13: string;
|
|
2742
|
-
export { displayName_13 as displayName };
|
|
2743
|
-
export namespace props_6 {
|
|
2744
|
-
export namespace src {
|
|
2769
|
+
export namespace scaleType {
|
|
2745
2770
|
const defaultValue_54: null;
|
|
2746
2771
|
export { defaultValue_54 as defaultValue };
|
|
2747
2772
|
const description_68: string;
|
|
2748
2773
|
export { description_68 as description };
|
|
2749
|
-
const
|
|
2750
|
-
export {
|
|
2751
|
-
const
|
|
2752
|
-
export {
|
|
2753
|
-
export namespace
|
|
2754
|
-
const
|
|
2755
|
-
export {
|
|
2774
|
+
const name_107: string;
|
|
2775
|
+
export { name_107 as name };
|
|
2776
|
+
const required_53: boolean;
|
|
2777
|
+
export { required_53 as required };
|
|
2778
|
+
export namespace type_53 {
|
|
2779
|
+
const name_108: string;
|
|
2780
|
+
export { name_108 as name };
|
|
2781
|
+
const value_32: {
|
|
2782
|
+
value: string;
|
|
2783
|
+
}[];
|
|
2784
|
+
export { value_32 as value };
|
|
2756
2785
|
}
|
|
2757
|
-
export {
|
|
2786
|
+
export { type_53 as type };
|
|
2758
2787
|
}
|
|
2759
|
-
export namespace
|
|
2788
|
+
export namespace borderMode {
|
|
2760
2789
|
const defaultValue_55: null;
|
|
2761
2790
|
export { defaultValue_55 as defaultValue };
|
|
2762
2791
|
const description_69: string;
|
|
2763
2792
|
export { description_69 as description };
|
|
2764
|
-
const
|
|
2765
|
-
export {
|
|
2766
|
-
const
|
|
2767
|
-
export {
|
|
2768
|
-
export namespace
|
|
2769
|
-
const
|
|
2770
|
-
export {
|
|
2771
|
-
const
|
|
2793
|
+
const name_109: string;
|
|
2794
|
+
export { name_109 as name };
|
|
2795
|
+
const required_54: boolean;
|
|
2796
|
+
export { required_54 as required };
|
|
2797
|
+
export namespace type_54 {
|
|
2798
|
+
const name_110: string;
|
|
2799
|
+
export { name_110 as name };
|
|
2800
|
+
const value_33: {
|
|
2772
2801
|
value: string;
|
|
2773
2802
|
}[];
|
|
2774
|
-
export {
|
|
2803
|
+
export { value_33 as value };
|
|
2775
2804
|
}
|
|
2776
|
-
export {
|
|
2805
|
+
export { type_54 as type };
|
|
2777
2806
|
}
|
|
2778
|
-
export namespace
|
|
2807
|
+
export namespace backgroundFillMode {
|
|
2779
2808
|
const defaultValue_56: null;
|
|
2780
2809
|
export { defaultValue_56 as defaultValue };
|
|
2781
2810
|
const description_70: string;
|
|
2782
2811
|
export { description_70 as description };
|
|
2783
|
-
const
|
|
2784
|
-
export {
|
|
2785
|
-
const
|
|
2786
|
-
export {
|
|
2787
|
-
export namespace
|
|
2788
|
-
const
|
|
2789
|
-
export {
|
|
2790
|
-
const
|
|
2812
|
+
const name_111: string;
|
|
2813
|
+
export { name_111 as name };
|
|
2814
|
+
const required_55: boolean;
|
|
2815
|
+
export { required_55 as required };
|
|
2816
|
+
export namespace type_55 {
|
|
2817
|
+
const name_112: string;
|
|
2818
|
+
export { name_112 as name };
|
|
2819
|
+
const value_34: {
|
|
2791
2820
|
value: string;
|
|
2792
2821
|
}[];
|
|
2793
|
-
export {
|
|
2822
|
+
export { value_34 as value };
|
|
2794
2823
|
}
|
|
2795
|
-
export {
|
|
2824
|
+
export { type_55 as type };
|
|
2796
2825
|
}
|
|
2797
|
-
export namespace
|
|
2826
|
+
export namespace isLoading {
|
|
2798
2827
|
const defaultValue_57: null;
|
|
2799
2828
|
export { defaultValue_57 as defaultValue };
|
|
2800
2829
|
const description_71: string;
|
|
2801
2830
|
export { description_71 as description };
|
|
2802
|
-
const
|
|
2803
|
-
export {
|
|
2831
|
+
const name_113: string;
|
|
2832
|
+
export { name_113 as name };
|
|
2833
|
+
const required_56: boolean;
|
|
2834
|
+
export { required_56 as required };
|
|
2835
|
+
export namespace type_56 {
|
|
2836
|
+
const name_114: string;
|
|
2837
|
+
export { name_114 as name };
|
|
2838
|
+
}
|
|
2839
|
+
export { type_56 as type };
|
|
2840
|
+
}
|
|
2841
|
+
}
|
|
2842
|
+
export { props_6 as props };
|
|
2843
|
+
}
|
|
2844
|
+
export { __docgenInfo_6 as __docgenInfo };
|
|
2845
|
+
}
|
|
2846
|
+
declare function SectionButton(_a: any): any;
|
|
2847
|
+
declare namespace SectionButton {
|
|
2848
|
+
const displayName_14: string;
|
|
2849
|
+
export { displayName_14 as displayName };
|
|
2850
|
+
export namespace __docgenInfo_7 {
|
|
2851
|
+
const description_72: string;
|
|
2852
|
+
export { description_72 as description };
|
|
2853
|
+
const displayName_15: string;
|
|
2854
|
+
export { displayName_15 as displayName };
|
|
2855
|
+
export namespace props_7 {
|
|
2856
|
+
export namespace linkType {
|
|
2857
|
+
export namespace defaultValue_58 {
|
|
2858
|
+
const value_35: string;
|
|
2859
|
+
export { value_35 as value };
|
|
2860
|
+
}
|
|
2861
|
+
export { defaultValue_58 as defaultValue };
|
|
2862
|
+
const description_73: string;
|
|
2863
|
+
export { description_73 as description };
|
|
2864
|
+
const name_115: string;
|
|
2865
|
+
export { name_115 as name };
|
|
2804
2866
|
const required_57: boolean;
|
|
2805
2867
|
export { required_57 as required };
|
|
2806
2868
|
export namespace type_57 {
|
|
2807
|
-
const
|
|
2808
|
-
export {
|
|
2869
|
+
const name_116: string;
|
|
2870
|
+
export { name_116 as name };
|
|
2871
|
+
const value_36: {
|
|
2872
|
+
value: string;
|
|
2873
|
+
}[];
|
|
2874
|
+
export { value_36 as value };
|
|
2809
2875
|
}
|
|
2810
2876
|
export { type_57 as type };
|
|
2811
2877
|
}
|
|
2812
|
-
export
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
export { name_116 as name };
|
|
2878
|
+
export namespace buttonType {
|
|
2879
|
+
const defaultValue_59: null;
|
|
2880
|
+
export { defaultValue_59 as defaultValue };
|
|
2881
|
+
const description_74: string;
|
|
2882
|
+
export { description_74 as description };
|
|
2883
|
+
const name_117: string;
|
|
2884
|
+
export { name_117 as name };
|
|
2820
2885
|
const required_58: boolean;
|
|
2821
2886
|
export { required_58 as required };
|
|
2822
2887
|
export namespace type_58 {
|
|
2823
|
-
const
|
|
2824
|
-
export {
|
|
2888
|
+
const name_118: string;
|
|
2889
|
+
export { name_118 as name };
|
|
2825
2890
|
}
|
|
2826
2891
|
export { type_58 as type };
|
|
2827
2892
|
}
|
|
2828
|
-
export namespace
|
|
2829
|
-
const
|
|
2830
|
-
export {
|
|
2831
|
-
const
|
|
2832
|
-
export {
|
|
2833
|
-
const
|
|
2834
|
-
export {
|
|
2893
|
+
export namespace backgroundColor {
|
|
2894
|
+
const defaultValue_60: null;
|
|
2895
|
+
export { defaultValue_60 as defaultValue };
|
|
2896
|
+
const description_75: string;
|
|
2897
|
+
export { description_75 as description };
|
|
2898
|
+
const name_119: string;
|
|
2899
|
+
export { name_119 as name };
|
|
2835
2900
|
const required_59: boolean;
|
|
2836
2901
|
export { required_59 as required };
|
|
2837
2902
|
export namespace type_59 {
|
|
2838
|
-
const
|
|
2839
|
-
export {
|
|
2903
|
+
const name_120: string;
|
|
2904
|
+
export { name_120 as name };
|
|
2840
2905
|
}
|
|
2841
2906
|
export { type_59 as type };
|
|
2842
2907
|
}
|
|
2843
|
-
export namespace
|
|
2844
|
-
const
|
|
2845
|
-
export {
|
|
2846
|
-
const
|
|
2847
|
-
export {
|
|
2848
|
-
const
|
|
2849
|
-
export {
|
|
2908
|
+
export namespace textColor {
|
|
2909
|
+
const defaultValue_61: null;
|
|
2910
|
+
export { defaultValue_61 as defaultValue };
|
|
2911
|
+
const description_76: string;
|
|
2912
|
+
export { description_76 as description };
|
|
2913
|
+
const name_121: string;
|
|
2914
|
+
export { name_121 as name };
|
|
2850
2915
|
const required_60: boolean;
|
|
2851
2916
|
export { required_60 as required };
|
|
2852
2917
|
export namespace type_60 {
|
|
2853
|
-
const
|
|
2854
|
-
export {
|
|
2918
|
+
const name_122: string;
|
|
2919
|
+
export { name_122 as name };
|
|
2855
2920
|
}
|
|
2856
2921
|
export { type_60 as type };
|
|
2857
2922
|
}
|
|
2858
|
-
export namespace
|
|
2859
|
-
const
|
|
2860
|
-
export {
|
|
2861
|
-
const
|
|
2862
|
-
export {
|
|
2863
|
-
const
|
|
2864
|
-
export {
|
|
2923
|
+
export namespace text_2 {
|
|
2924
|
+
const defaultValue_62: null;
|
|
2925
|
+
export { defaultValue_62 as defaultValue };
|
|
2926
|
+
const description_77: string;
|
|
2927
|
+
export { description_77 as description };
|
|
2928
|
+
const name_123: string;
|
|
2929
|
+
export { name_123 as name };
|
|
2865
2930
|
const required_61: boolean;
|
|
2866
2931
|
export { required_61 as required };
|
|
2867
2932
|
export namespace type_61 {
|
|
2868
|
-
const
|
|
2869
|
-
export {
|
|
2870
|
-
const value_32: {
|
|
2871
|
-
value: string;
|
|
2872
|
-
}[];
|
|
2873
|
-
export { value_32 as value };
|
|
2933
|
+
const name_124: string;
|
|
2934
|
+
export { name_124 as name };
|
|
2874
2935
|
}
|
|
2875
2936
|
export { type_61 as type };
|
|
2876
2937
|
}
|
|
2877
|
-
export
|
|
2878
|
-
|
|
2879
|
-
export
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
export {
|
|
2938
|
+
export { text_2 as text };
|
|
2939
|
+
export namespace src_1 {
|
|
2940
|
+
export namespace defaultValue_63 {
|
|
2941
|
+
const value_37: string;
|
|
2942
|
+
export { value_37 as value };
|
|
2943
|
+
}
|
|
2944
|
+
export { defaultValue_63 as defaultValue };
|
|
2945
|
+
const description_78: string;
|
|
2946
|
+
export { description_78 as description };
|
|
2947
|
+
const name_125: string;
|
|
2948
|
+
export { name_125 as name };
|
|
2884
2949
|
const required_62: boolean;
|
|
2885
2950
|
export { required_62 as required };
|
|
2886
2951
|
export namespace type_62 {
|
|
2887
|
-
const
|
|
2888
|
-
export {
|
|
2889
|
-
const value_33: {
|
|
2890
|
-
value: string;
|
|
2891
|
-
}[];
|
|
2892
|
-
export { value_33 as value };
|
|
2952
|
+
const name_126: string;
|
|
2953
|
+
export { name_126 as name };
|
|
2893
2954
|
}
|
|
2894
2955
|
export { type_62 as type };
|
|
2895
2956
|
}
|
|
2896
|
-
export
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2957
|
+
export { src_1 as src };
|
|
2958
|
+
export namespace borderColor {
|
|
2959
|
+
const defaultValue_64: null;
|
|
2960
|
+
export { defaultValue_64 as defaultValue };
|
|
2961
|
+
const description_79: string;
|
|
2962
|
+
export { description_79 as description };
|
|
2963
|
+
const name_127: string;
|
|
2964
|
+
export { name_127 as name };
|
|
2903
2965
|
const required_63: boolean;
|
|
2904
2966
|
export { required_63 as required };
|
|
2905
2967
|
export namespace type_63 {
|
|
2906
|
-
const
|
|
2907
|
-
export {
|
|
2908
|
-
const value_34: {
|
|
2909
|
-
value: string;
|
|
2910
|
-
}[];
|
|
2911
|
-
export { value_34 as value };
|
|
2968
|
+
const name_128: string;
|
|
2969
|
+
export { name_128 as name };
|
|
2912
2970
|
}
|
|
2913
2971
|
export { type_63 as type };
|
|
2914
2972
|
}
|
|
2915
|
-
export namespace
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2973
|
+
export namespace state {
|
|
2974
|
+
export namespace defaultValue_65 {
|
|
2975
|
+
const value_38: string;
|
|
2976
|
+
export { value_38 as value };
|
|
2977
|
+
}
|
|
2978
|
+
export { defaultValue_65 as defaultValue };
|
|
2979
|
+
const description_80: string;
|
|
2980
|
+
export { description_80 as description };
|
|
2981
|
+
const name_129: string;
|
|
2982
|
+
export { name_129 as name };
|
|
2922
2983
|
const required_64: boolean;
|
|
2923
2984
|
export { required_64 as required };
|
|
2924
2985
|
export namespace type_64 {
|
|
2925
|
-
const
|
|
2926
|
-
export {
|
|
2927
|
-
const
|
|
2928
|
-
value: string;
|
|
2929
|
-
}[];
|
|
2930
|
-
export { value_35 as value };
|
|
2931
|
-
}
|
|
2932
|
-
export { type_64 as type };
|
|
2933
|
-
}
|
|
2934
|
-
export namespace isLoading {
|
|
2935
|
-
const defaultValue_65: null;
|
|
2936
|
-
export { defaultValue_65 as defaultValue };
|
|
2937
|
-
const description_79: string;
|
|
2938
|
-
export { description_79 as description };
|
|
2939
|
-
const name_130: string;
|
|
2940
|
-
export { name_130 as name };
|
|
2941
|
-
const required_65: boolean;
|
|
2942
|
-
export { required_65 as required };
|
|
2943
|
-
export namespace type_65 {
|
|
2944
|
-
const name_131: string;
|
|
2945
|
-
export { name_131 as name };
|
|
2946
|
-
}
|
|
2947
|
-
export { type_65 as type };
|
|
2948
|
-
}
|
|
2949
|
-
}
|
|
2950
|
-
export { props_6 as props };
|
|
2951
|
-
}
|
|
2952
|
-
export { __docgenInfo_6 as __docgenInfo };
|
|
2953
|
-
}
|
|
2954
|
-
declare function SectionButton(_a: any): any;
|
|
2955
|
-
declare namespace SectionButton {
|
|
2956
|
-
const displayName_14: string;
|
|
2957
|
-
export { displayName_14 as displayName };
|
|
2958
|
-
export namespace __docgenInfo_7 {
|
|
2959
|
-
const description_80: string;
|
|
2960
|
-
export { description_80 as description };
|
|
2961
|
-
const displayName_15: string;
|
|
2962
|
-
export { displayName_15 as displayName };
|
|
2963
|
-
export namespace props_7 {
|
|
2964
|
-
export namespace linkType {
|
|
2965
|
-
export namespace defaultValue_66 {
|
|
2966
|
-
const value_36: string;
|
|
2967
|
-
export { value_36 as value };
|
|
2968
|
-
}
|
|
2969
|
-
export { defaultValue_66 as defaultValue };
|
|
2970
|
-
const description_81: string;
|
|
2971
|
-
export { description_81 as description };
|
|
2972
|
-
const name_132: string;
|
|
2973
|
-
export { name_132 as name };
|
|
2974
|
-
const required_66: boolean;
|
|
2975
|
-
export { required_66 as required };
|
|
2976
|
-
export namespace type_66 {
|
|
2977
|
-
const name_133: string;
|
|
2978
|
-
export { name_133 as name };
|
|
2979
|
-
const value_37: {
|
|
2986
|
+
const name_130: string;
|
|
2987
|
+
export { name_130 as name };
|
|
2988
|
+
const value_39: {
|
|
2980
2989
|
value: string;
|
|
2981
2990
|
}[];
|
|
2982
|
-
export { value_37 as value };
|
|
2983
|
-
}
|
|
2984
|
-
export { type_66 as type };
|
|
2985
|
-
}
|
|
2986
|
-
export namespace buttonType {
|
|
2987
|
-
const defaultValue_67: null;
|
|
2988
|
-
export { defaultValue_67 as defaultValue };
|
|
2989
|
-
const description_82: string;
|
|
2990
|
-
export { description_82 as description };
|
|
2991
|
-
const name_134: string;
|
|
2992
|
-
export { name_134 as name };
|
|
2993
|
-
const required_67: boolean;
|
|
2994
|
-
export { required_67 as required };
|
|
2995
|
-
export namespace type_67 {
|
|
2996
|
-
const name_135: string;
|
|
2997
|
-
export { name_135 as name };
|
|
2998
|
-
}
|
|
2999
|
-
export { type_67 as type };
|
|
3000
|
-
}
|
|
3001
|
-
export namespace backgroundColor {
|
|
3002
|
-
const defaultValue_68: null;
|
|
3003
|
-
export { defaultValue_68 as defaultValue };
|
|
3004
|
-
const description_83: string;
|
|
3005
|
-
export { description_83 as description };
|
|
3006
|
-
const name_136: string;
|
|
3007
|
-
export { name_136 as name };
|
|
3008
|
-
const required_68: boolean;
|
|
3009
|
-
export { required_68 as required };
|
|
3010
|
-
export namespace type_68 {
|
|
3011
|
-
const name_137: string;
|
|
3012
|
-
export { name_137 as name };
|
|
3013
|
-
}
|
|
3014
|
-
export { type_68 as type };
|
|
3015
|
-
}
|
|
3016
|
-
export namespace textColor {
|
|
3017
|
-
const defaultValue_69: null;
|
|
3018
|
-
export { defaultValue_69 as defaultValue };
|
|
3019
|
-
const description_84: string;
|
|
3020
|
-
export { description_84 as description };
|
|
3021
|
-
const name_138: string;
|
|
3022
|
-
export { name_138 as name };
|
|
3023
|
-
const required_69: boolean;
|
|
3024
|
-
export { required_69 as required };
|
|
3025
|
-
export namespace type_69 {
|
|
3026
|
-
const name_139: string;
|
|
3027
|
-
export { name_139 as name };
|
|
3028
|
-
}
|
|
3029
|
-
export { type_69 as type };
|
|
3030
|
-
}
|
|
3031
|
-
export namespace text_2 {
|
|
3032
|
-
const defaultValue_70: null;
|
|
3033
|
-
export { defaultValue_70 as defaultValue };
|
|
3034
|
-
const description_85: string;
|
|
3035
|
-
export { description_85 as description };
|
|
3036
|
-
const name_140: string;
|
|
3037
|
-
export { name_140 as name };
|
|
3038
|
-
const required_70: boolean;
|
|
3039
|
-
export { required_70 as required };
|
|
3040
|
-
export namespace type_70 {
|
|
3041
|
-
const name_141: string;
|
|
3042
|
-
export { name_141 as name };
|
|
3043
|
-
}
|
|
3044
|
-
export { type_70 as type };
|
|
3045
|
-
}
|
|
3046
|
-
export { text_2 as text };
|
|
3047
|
-
export namespace src_1 {
|
|
3048
|
-
export namespace defaultValue_71 {
|
|
3049
|
-
const value_38: string;
|
|
3050
|
-
export { value_38 as value };
|
|
3051
|
-
}
|
|
3052
|
-
export { defaultValue_71 as defaultValue };
|
|
3053
|
-
const description_86: string;
|
|
3054
|
-
export { description_86 as description };
|
|
3055
|
-
const name_142: string;
|
|
3056
|
-
export { name_142 as name };
|
|
3057
|
-
const required_71: boolean;
|
|
3058
|
-
export { required_71 as required };
|
|
3059
|
-
export namespace type_71 {
|
|
3060
|
-
const name_143: string;
|
|
3061
|
-
export { name_143 as name };
|
|
3062
|
-
}
|
|
3063
|
-
export { type_71 as type };
|
|
3064
|
-
}
|
|
3065
|
-
export { src_1 as src };
|
|
3066
|
-
export namespace borderColor {
|
|
3067
|
-
const defaultValue_72: null;
|
|
3068
|
-
export { defaultValue_72 as defaultValue };
|
|
3069
|
-
const description_87: string;
|
|
3070
|
-
export { description_87 as description };
|
|
3071
|
-
const name_144: string;
|
|
3072
|
-
export { name_144 as name };
|
|
3073
|
-
const required_72: boolean;
|
|
3074
|
-
export { required_72 as required };
|
|
3075
|
-
export namespace type_72 {
|
|
3076
|
-
const name_145: string;
|
|
3077
|
-
export { name_145 as name };
|
|
3078
|
-
}
|
|
3079
|
-
export { type_72 as type };
|
|
3080
|
-
}
|
|
3081
|
-
export namespace state {
|
|
3082
|
-
export namespace defaultValue_73 {
|
|
3083
|
-
const value_39: string;
|
|
3084
2991
|
export { value_39 as value };
|
|
3085
2992
|
}
|
|
3086
|
-
export {
|
|
3087
|
-
const description_88: string;
|
|
3088
|
-
export { description_88 as description };
|
|
3089
|
-
const name_146: string;
|
|
3090
|
-
export { name_146 as name };
|
|
3091
|
-
const required_73: boolean;
|
|
3092
|
-
export { required_73 as required };
|
|
3093
|
-
export namespace type_73 {
|
|
3094
|
-
const name_147: string;
|
|
3095
|
-
export { name_147 as name };
|
|
3096
|
-
const value_40: {
|
|
3097
|
-
value: string;
|
|
3098
|
-
}[];
|
|
3099
|
-
export { value_40 as value };
|
|
3100
|
-
}
|
|
3101
|
-
export { type_73 as type };
|
|
2993
|
+
export { type_64 as type };
|
|
3102
2994
|
}
|
|
3103
2995
|
}
|
|
3104
2996
|
export { props_7 as props };
|
|
@@ -3108,17 +3000,17 @@ declare namespace SectionButton {
|
|
|
3108
3000
|
declare var M_TemplateA: any;
|
|
3109
3001
|
declare var D_TemplateB: any;
|
|
3110
3002
|
declare var M_TemplateB: any;
|
|
3111
|
-
declare var ContentsSection: any;
|
|
3112
|
-
declare var FooterSection: any;
|
|
3113
|
-
declare var InfoBoxSection: any;
|
|
3114
|
-
declare var TemplateC_desktop: any;
|
|
3115
|
-
declare var TemplateC_mobile: any;
|
|
3116
|
-
declare var TemplateD_desktop: any;
|
|
3117
|
-
declare var TemplateD_mobile: any;
|
|
3118
|
-
declare var IntroSection: any;
|
|
3119
3003
|
declare var TemplateC: any;
|
|
3120
3004
|
declare var TemplateD: any;
|
|
3121
3005
|
declare var D_TemplateC: any;
|
|
3122
3006
|
declare var M_TemplateC: any;
|
|
3123
3007
|
declare var D_TemplateD: any;
|
|
3124
3008
|
declare var M_TemplateD: any;
|
|
3009
|
+
declare var TemplateA_desktop: any;
|
|
3010
|
+
declare var TemplateA_mobile: any;
|
|
3011
|
+
declare var TemplateB_desktop: any;
|
|
3012
|
+
declare var TemplateB_mobile: any;
|
|
3013
|
+
declare var TemplateC_desktop: any;
|
|
3014
|
+
declare var TemplateC_mobile: any;
|
|
3015
|
+
declare var TemplateD_desktop: any;
|
|
3016
|
+
declare var TemplateD_mobile: any;
|