pds-dev-kit-web 1.9.0-beta.0 → 1.9.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/common/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/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 +10 -0
- package/dist/src/common/assets/icons/line/index.js +20 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +2 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +6 -1
- package/dist/src/common/styles/colorSet/index.d.ts +523 -516
- package/dist/src/common/styles/colorSet/index.js +4 -4
- package/dist/src/common/styles/colorSet/ui-type.d.ts +5 -0
- package/dist/src/common/styles/index.d.ts +4 -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/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/TextLabel/TextLabel.d.ts +5 -3
- package/dist/src/desktop/components/TextLabel/TextLabel.js +56 -42
- 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 -7
- 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 +12 -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 +11 -7
- 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 +4 -4
- 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 +31 -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 +31 -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 +32 -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 +41 -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 +41 -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/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/TextLabel/TextLabel.d.ts +5 -3
- package/dist/src/mobile/components/TextLabel/TextLabel.js +52 -38
- 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/storybook-static/{0.ade47ed3.iframe.bundle.d.ts → 0.73af3e66.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.ade47ed3.iframe.bundle.js → 0.73af3e66.iframe.bundle.js} +4 -4
- package/dist/storybook-static/{4.93bcde3d.iframe.bundle.d.ts → 4.d7ecdbf4.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.93bcde3d.iframe.bundle.js → 4.d7ecdbf4.iframe.bundle.js} +68 -68
- package/dist/storybook-static/{5.ea6583af.iframe.bundle.d.ts → 5.dc1e4c72.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.ea6583af.iframe.bundle.js → 5.dc1e4c72.iframe.bundle.js} +10 -10
- package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.d.ts → 6.e668ed7b.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.js → 6.e668ed7b.iframe.bundle.js} +5 -5
- package/dist/storybook-static/{7.a63b16b9.iframe.bundle.d.ts → 7.9af8f518.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.a63b16b9.iframe.bundle.js → 7.9af8f518.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.43b6f244.iframe.bundle.d.ts} +552 -535
- package/dist/storybook-static/{main.997ab4f6.iframe.bundle.js → main.43b6f244.iframe.bundle.js} +754 -485
- package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.d.ts → runtime~main.1b62987c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.js → runtime~main.1b62987c.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.d.ts → vendors~main.4e754259.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.js → vendors~main.4e754259.iframe.bundle.js} +18 -18
- package/package.json +1 -1
- package/release-note.md +24 -11
package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.43b6f244.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, IntroSection as default, D_MainButton, D_TextLabel, D_TextButton, D_IconButton, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, 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_ImageSlide, D_LottieReactionButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextField, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_SectionSheet, 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, BasePathContext, samplePageIntroSection, samplePageContentsCarouselSection, samplePageIntroSection2, samplePageContentsSection, samplePageInfoBoxSection, samplePageIntroSection3, samplePageFooterSection, samplePage, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, NavigationContainer, TabContainer, parameters, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, ToggleTone, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, PageMenu, WizardPageMenu, TabMenu, LeftSubMenu,
|
|
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, IntroSection as default, D_MainButton, D_TextLabel, D_TextButton, D_IconButton, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, 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_ImageSlide, D_LottieReactionButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextField, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_SectionSheet, 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, 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, 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, BrandLogo, PrimaryMenu, SecondaryMenu, UserProfile, ContextMenuNavs, ContextMenuItemNav, defaultValue, TEMPLATES_DATA, textStyles, textThemeColorLines, iconFillTypeColors, iconStyleThemeColors, iconColorThemeLineColors, AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopHeadlessModal, SectionSheet, Single, Multi, Auto, readOnly, disabled, Low, Medium, High, Empty, TextFieldType, SelectType, SwitchType, MixType, DefaultBasicList, Image, Badge, Validate, MultiState, MultiRows, AutoState, AutoRows, TitleOnly, WithDescription, WithContent, Both, DefaultCardList, MultiCardList, Grey01, Primary, LongText, SellerTail, Seller, SubscriberTail, Subscriber, MyTail, My, WithImage, AllVariation, AllIcon, WithChatBubbleListItem, CategoryChoice, FilterSingle, FilterMulti, Removable, Label, Time, Information, DefaultContextMenu, ListContextMenu, DefaultContextMenuItem, TitleDefault, IconDefault, tBtn3TextDefault, StackDefault, LeftBtnDesktopHeaderBar, RightBtnDesktopHeaderBar, ComplexBtnDesktopHeaderBar, MainDefault, SubDefault, ContentDefault, LeftIconButton, OverrideUserProfile, ColorThemeTransparent, SingleSize, SingleState, SinglePreventBlankMode, SingleValidation, MultiSizeOnlyLarge, MultiValidation, AutoSizeOnlyLarge, AutoValidation, TextFieldForm, MultiTextFieldForm, EditApply_textfieldForm, DropdownForm, TextStringType, EditButton, List, Disabled, TextType, CountTypeFormatting, CountTypeNonFormatting, OnlyHintText, OnlyDefaultValue, HintAndDefaultValue, NoHintNoDefaultValue, All, SingleSizeIcon, SingleStateIcon, SingleColorTheme, TransparentColorTheme, ShortText, LongTextWithLineBreakTab, TextDefault, CenterNoneDefault, WFA_1, WFA_2, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFE_3, WFE_4, WFF_1, WFG_1, WFG_2, WFG_3, WFG_4, WFG_5, WFG_6, WFH_1, WFI_1, WFI_2, WFI_3, WFI_4, WFI_5, WFI_6, WFJ_1, WFK_1, WFL_1, WHA_1, WHB_1, WHB_2, WHB_3, WHB_4, WHB_5, WHB_6, WHC_1, WHD_1, WHD_2, WHD_3, WHD_4, WHD_5, WHD_6, WHE_1, WHE_2, WSA_1, WSB_1, WSB_2, WSC_1, WSD_1, WSE_1, WSF_1, WSF_2, WSF_3, WSF_4, WSF_5, WSF_6, WSF_7, WSG_1, WSG_2, WSG_3, WSG_4, WSG_5, WSH_1, WTA_1, WTA_2, WTA_3, WTB_1, WTC_1, WTD_1, WTD_2, WTD_3, WTD_4, WTD_5, WTD_6, WTE_1, WTF_1, WTF_2, WTF_3, WTF_4, WTF_5, WTF_6, WTG_1, WTH_1, WTH_2, WTH_3, WTI_1, WTI_2, WTJ_1, WTK_1, WTK_2, WTK_3, WTK_4, WTL_1, WTM_1, WTM_2, WTM_3, WTN_1, WTN_2, WTN_3, WTO_1, WTP_1, WTQ_1, WTS_1, WTS_2, WTT_1, WTT_2, WTU_1, UseCase1MoreInformation, UseCase1Community, UseCase2Thumbnail, BodyScrollDefault, BodyOverflowVisible, imageMainButtonCase, imageFocusCase, imageHeaderCase, imageHeaderFixedCase, UseCase1PostsSettingSection, AllLineIcon, AllFillIcon, LineIcon, FillIcon, AutoWidthResponsive, AutoWidth300, AutoWidth300NoImage400, AutoHeightResponsive, AutoHeight300, AutoHeight300NoImage400, AutoWidth300Height500, RatioResponsive, Ratio300, MultiAutoHeight, MultiAutoWidth, AllLottieIcon, OneLottieIcon, IconLongTextDefault, Profile, CaptionText, MFA_1, MFB_1, MFB_2, MFC_1, MFD_1, MFE_1, MFE_2, MFA, MFB, MFC, MFD, MFE, MMA_1, MMB_1, MMA, MMB, Navigation, MPA_1, MPB_1, MPC_1, MPC_2, MPD_1, MPE_1, MPF_1, MPF_2, MPA, MPB, MPC, MPD, MPE, MPF, Tab, MSA_1, MSA_2, MSB_1, MSC_1, MSC_2, MSD_1, MSE_1, MSF_1, MSF_2, MSG_1, MSH_1, MSA, MSB, MSC, MSD, MSE, MSF, MSG, MSH, TwoButton, ContentTextScrollDefault, TemplateA_desktop, TemplateA_mobile, TemplateB_desktop, TemplateB_mobile, ContentsCarouselSection, YouTubeIframe, TemplateA, TemplateB, D_TemplateA, Carousel, SectionTitle, SectionDescription, SectionImage, SectionButton, M_TemplateA, D_TemplateB, M_TemplateB, ContentsSection, FooterSection, InfoBoxSection, TemplateC_desktop, TemplateC_mobile, TemplateD_desktop, TemplateD_mobile, IntroSection, TemplateC, TemplateD, D_TemplateC, M_TemplateC, D_TemplateD, M_TemplateD };
|
|
6
6
|
}
|
|
7
7
|
declare function keys(): string[];
|
|
8
8
|
declare function webpackContextResolve(req: any): any;
|
|
@@ -1276,21 +1276,32 @@ declare namespace parameters {
|
|
|
1276
1276
|
namespace controls {
|
|
1277
1277
|
const expanded: boolean;
|
|
1278
1278
|
}
|
|
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
1279
|
namespace options {
|
|
1288
1280
|
namespace storySort {
|
|
1289
1281
|
const method: string;
|
|
1290
1282
|
}
|
|
1291
1283
|
}
|
|
1292
1284
|
}
|
|
1293
|
-
declare
|
|
1285
|
+
declare namespace globalTypes {
|
|
1286
|
+
namespace theme {
|
|
1287
|
+
const name_20: string;
|
|
1288
|
+
export { name_20 as name };
|
|
1289
|
+
const description_19: string;
|
|
1290
|
+
export { description_19 as description };
|
|
1291
|
+
const defaultValue_10: string;
|
|
1292
|
+
export { defaultValue_10 as defaultValue };
|
|
1293
|
+
export namespace toolbar {
|
|
1294
|
+
const icon: string;
|
|
1295
|
+
const items: {
|
|
1296
|
+
value: string;
|
|
1297
|
+
icon: string;
|
|
1298
|
+
title: string;
|
|
1299
|
+
}[];
|
|
1300
|
+
const showName: boolean;
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
declare var decorators: ((Story: any, Context: any) => any)[];
|
|
1294
1305
|
declare var Col: any;
|
|
1295
1306
|
declare var Grid: any;
|
|
1296
1307
|
declare var Row: any;
|
|
@@ -1307,6 +1318,7 @@ declare var MobileAlertDialog: any;
|
|
|
1307
1318
|
declare var MobileHeaderBar: any;
|
|
1308
1319
|
declare var MobileTabBar: any;
|
|
1309
1320
|
declare var ToggleTone: any;
|
|
1321
|
+
declare var StepContainer: any;
|
|
1310
1322
|
declare var WFA: any;
|
|
1311
1323
|
declare var WFB: any;
|
|
1312
1324
|
declare var WFC: any;
|
|
@@ -1318,11 +1330,11 @@ declare var WFH: any;
|
|
|
1318
1330
|
declare var WFI: any;
|
|
1319
1331
|
declare var WFJ: any;
|
|
1320
1332
|
declare var WFK: any;
|
|
1333
|
+
declare var WFL: any;
|
|
1321
1334
|
declare var PageMenu: any;
|
|
1322
1335
|
declare var WizardPageMenu: any;
|
|
1323
1336
|
declare var TabMenu: any;
|
|
1324
1337
|
declare var LeftSubMenu: any;
|
|
1325
|
-
declare var StepContainer: any;
|
|
1326
1338
|
declare var Step: any;
|
|
1327
1339
|
declare var WHA: any;
|
|
1328
1340
|
declare var WHB: any;
|
|
@@ -1367,104 +1379,104 @@ declare namespace Popup {
|
|
|
1367
1379
|
const displayName_4: string;
|
|
1368
1380
|
export { displayName_4 as displayName };
|
|
1369
1381
|
export namespace __docgenInfo_2 {
|
|
1370
|
-
const
|
|
1371
|
-
export {
|
|
1382
|
+
const description_20: string;
|
|
1383
|
+
export { description_20 as description };
|
|
1372
1384
|
const displayName_5: string;
|
|
1373
1385
|
export { displayName_5 as displayName };
|
|
1374
1386
|
export namespace props_2 {
|
|
1375
1387
|
namespace targetRef {
|
|
1376
|
-
const
|
|
1377
|
-
export {
|
|
1378
|
-
const
|
|
1379
|
-
export {
|
|
1380
|
-
const
|
|
1381
|
-
export {
|
|
1388
|
+
const defaultValue_11: null;
|
|
1389
|
+
export { defaultValue_11 as defaultValue };
|
|
1390
|
+
const description_21: string;
|
|
1391
|
+
export { description_21 as description };
|
|
1392
|
+
const name_21: string;
|
|
1393
|
+
export { name_21 as name };
|
|
1382
1394
|
const required_10: boolean;
|
|
1383
1395
|
export { required_10 as required };
|
|
1384
1396
|
export namespace type_10 {
|
|
1385
|
-
const
|
|
1386
|
-
export {
|
|
1397
|
+
const name_22: string;
|
|
1398
|
+
export { name_22 as name };
|
|
1387
1399
|
}
|
|
1388
1400
|
export { type_10 as type };
|
|
1389
1401
|
}
|
|
1390
1402
|
namespace isOpen {
|
|
1391
|
-
export namespace
|
|
1403
|
+
export namespace defaultValue_12 {
|
|
1392
1404
|
const value_1: string;
|
|
1393
1405
|
export { value_1 as value };
|
|
1394
1406
|
}
|
|
1395
|
-
export {
|
|
1396
|
-
const
|
|
1397
|
-
export {
|
|
1398
|
-
const
|
|
1399
|
-
export {
|
|
1407
|
+
export { defaultValue_12 as defaultValue };
|
|
1408
|
+
const description_22: string;
|
|
1409
|
+
export { description_22 as description };
|
|
1410
|
+
const name_23: string;
|
|
1411
|
+
export { name_23 as name };
|
|
1400
1412
|
const required_11: boolean;
|
|
1401
1413
|
export { required_11 as required };
|
|
1402
1414
|
export namespace type_11 {
|
|
1403
|
-
const
|
|
1404
|
-
export {
|
|
1415
|
+
const name_24: string;
|
|
1416
|
+
export { name_24 as name };
|
|
1405
1417
|
}
|
|
1406
1418
|
export { type_11 as type };
|
|
1407
1419
|
}
|
|
1408
1420
|
namespace onClickOutside {
|
|
1409
|
-
const
|
|
1410
|
-
export {
|
|
1411
|
-
const
|
|
1412
|
-
export {
|
|
1413
|
-
const
|
|
1414
|
-
export {
|
|
1421
|
+
const defaultValue_13: null;
|
|
1422
|
+
export { defaultValue_13 as defaultValue };
|
|
1423
|
+
const description_23: string;
|
|
1424
|
+
export { description_23 as description };
|
|
1425
|
+
const name_25: string;
|
|
1426
|
+
export { name_25 as name };
|
|
1415
1427
|
const required_12: boolean;
|
|
1416
1428
|
export { required_12 as required };
|
|
1417
1429
|
export namespace type_12 {
|
|
1418
|
-
const
|
|
1419
|
-
export {
|
|
1430
|
+
const name_26: string;
|
|
1431
|
+
export { name_26 as name };
|
|
1420
1432
|
}
|
|
1421
1433
|
export { type_12 as type };
|
|
1422
1434
|
}
|
|
1423
1435
|
namespace onClick {
|
|
1424
|
-
const
|
|
1425
|
-
export {
|
|
1426
|
-
const
|
|
1427
|
-
export {
|
|
1428
|
-
const
|
|
1429
|
-
export {
|
|
1436
|
+
const defaultValue_14: null;
|
|
1437
|
+
export { defaultValue_14 as defaultValue };
|
|
1438
|
+
const description_24: string;
|
|
1439
|
+
export { description_24 as description };
|
|
1440
|
+
const name_27: string;
|
|
1441
|
+
export { name_27 as name };
|
|
1430
1442
|
const required_13: boolean;
|
|
1431
1443
|
export { required_13 as required };
|
|
1432
1444
|
export namespace type_13 {
|
|
1433
|
-
const
|
|
1434
|
-
export {
|
|
1445
|
+
const name_28: string;
|
|
1446
|
+
export { name_28 as name };
|
|
1435
1447
|
}
|
|
1436
1448
|
export { type_13 as type };
|
|
1437
1449
|
}
|
|
1438
1450
|
namespace placement {
|
|
1439
|
-
export namespace
|
|
1451
|
+
export namespace defaultValue_15 {
|
|
1440
1452
|
const value_2: string;
|
|
1441
1453
|
export { value_2 as value };
|
|
1442
1454
|
}
|
|
1443
|
-
export {
|
|
1444
|
-
const
|
|
1445
|
-
export {
|
|
1446
|
-
const
|
|
1447
|
-
export {
|
|
1455
|
+
export { defaultValue_15 as defaultValue };
|
|
1456
|
+
const description_25: string;
|
|
1457
|
+
export { description_25 as description };
|
|
1458
|
+
const name_29: string;
|
|
1459
|
+
export { name_29 as name };
|
|
1448
1460
|
const required_14: boolean;
|
|
1449
1461
|
export { required_14 as required };
|
|
1450
1462
|
export namespace type_14 {
|
|
1451
|
-
const
|
|
1452
|
-
export {
|
|
1463
|
+
const name_30: string;
|
|
1464
|
+
export { name_30 as name };
|
|
1453
1465
|
}
|
|
1454
1466
|
export { type_14 as type };
|
|
1455
1467
|
}
|
|
1456
1468
|
namespace wrapperHeight {
|
|
1457
|
-
const
|
|
1458
|
-
export {
|
|
1459
|
-
const
|
|
1460
|
-
export {
|
|
1461
|
-
const
|
|
1462
|
-
export {
|
|
1469
|
+
const defaultValue_16: null;
|
|
1470
|
+
export { defaultValue_16 as defaultValue };
|
|
1471
|
+
const description_26: string;
|
|
1472
|
+
export { description_26 as description };
|
|
1473
|
+
const name_31: string;
|
|
1474
|
+
export { name_31 as name };
|
|
1463
1475
|
const required_15: boolean;
|
|
1464
1476
|
export { required_15 as required };
|
|
1465
1477
|
export namespace type_15 {
|
|
1466
|
-
const
|
|
1467
|
-
export {
|
|
1478
|
+
const name_32: string;
|
|
1479
|
+
export { name_32 as name };
|
|
1468
1480
|
}
|
|
1469
1481
|
export { type_15 as type };
|
|
1470
1482
|
}
|
|
@@ -1478,8 +1490,8 @@ declare namespace PopupProvider {
|
|
|
1478
1490
|
const displayName_6: string;
|
|
1479
1491
|
export { displayName_6 as displayName };
|
|
1480
1492
|
export namespace __docgenInfo_3 {
|
|
1481
|
-
const
|
|
1482
|
-
export {
|
|
1493
|
+
const description_27: string;
|
|
1494
|
+
export { description_27 as description };
|
|
1483
1495
|
const displayName_7: string;
|
|
1484
1496
|
export { displayName_7 as displayName };
|
|
1485
1497
|
const props_3: {};
|
|
@@ -1813,12 +1825,15 @@ declare var LongTextWithLineBreakTab: any;
|
|
|
1813
1825
|
declare var TextDefault: any;
|
|
1814
1826
|
declare var CenterNoneDefault: any;
|
|
1815
1827
|
declare var WFA_1: any;
|
|
1828
|
+
declare var WFA_2: any;
|
|
1816
1829
|
declare var WFB_1: any;
|
|
1817
1830
|
declare var WFC_1: any;
|
|
1818
1831
|
declare var WFD_1: any;
|
|
1819
1832
|
declare var WFD_2: any;
|
|
1820
1833
|
declare var WFE_1: any;
|
|
1821
1834
|
declare var WFE_2: any;
|
|
1835
|
+
declare var WFE_3: any;
|
|
1836
|
+
declare var WFE_4: any;
|
|
1822
1837
|
declare var WFF_1: any;
|
|
1823
1838
|
declare var WFG_1: any;
|
|
1824
1839
|
declare var WFG_2: any;
|
|
@@ -1835,6 +1850,7 @@ declare var WFI_5: any;
|
|
|
1835
1850
|
declare var WFI_6: any;
|
|
1836
1851
|
declare var WFJ_1: any;
|
|
1837
1852
|
declare var WFK_1: any;
|
|
1853
|
+
declare var WFL_1: any;
|
|
1838
1854
|
declare var WHA_1: any;
|
|
1839
1855
|
declare var WHB_1: any;
|
|
1840
1856
|
declare var WHB_2: any;
|
|
@@ -1853,6 +1869,7 @@ declare var WHE_1: any;
|
|
|
1853
1869
|
declare var WHE_2: any;
|
|
1854
1870
|
declare var WSA_1: any;
|
|
1855
1871
|
declare var WSB_1: any;
|
|
1872
|
+
declare var WSB_2: any;
|
|
1856
1873
|
declare var WSC_1: any;
|
|
1857
1874
|
declare var WSD_1: any;
|
|
1858
1875
|
declare var WSE_1: any;
|
|
@@ -2011,68 +2028,68 @@ declare namespace SectionTitle {
|
|
|
2011
2028
|
const displayName_8: string;
|
|
2012
2029
|
export { displayName_8 as displayName };
|
|
2013
2030
|
export namespace __docgenInfo_4 {
|
|
2014
|
-
const
|
|
2015
|
-
export {
|
|
2031
|
+
const description_28: string;
|
|
2032
|
+
export { description_28 as description };
|
|
2016
2033
|
const displayName_9: string;
|
|
2017
2034
|
export { displayName_9 as displayName };
|
|
2018
2035
|
export namespace props_4 {
|
|
2019
2036
|
namespace text {
|
|
2020
|
-
const
|
|
2021
|
-
export {
|
|
2022
|
-
const
|
|
2023
|
-
export {
|
|
2024
|
-
const
|
|
2025
|
-
export {
|
|
2037
|
+
const defaultValue_17: null;
|
|
2038
|
+
export { defaultValue_17 as defaultValue };
|
|
2039
|
+
const description_29: string;
|
|
2040
|
+
export { description_29 as description };
|
|
2041
|
+
const name_33: string;
|
|
2042
|
+
export { name_33 as name };
|
|
2026
2043
|
const required_16: boolean;
|
|
2027
2044
|
export { required_16 as required };
|
|
2028
2045
|
export namespace type_16 {
|
|
2029
|
-
const
|
|
2030
|
-
export {
|
|
2046
|
+
const name_34: string;
|
|
2047
|
+
export { name_34 as name };
|
|
2031
2048
|
}
|
|
2032
2049
|
export { type_16 as type };
|
|
2033
2050
|
}
|
|
2034
2051
|
namespace color {
|
|
2035
|
-
const
|
|
2036
|
-
export {
|
|
2037
|
-
const
|
|
2038
|
-
export {
|
|
2039
|
-
const
|
|
2040
|
-
export {
|
|
2052
|
+
const defaultValue_18: null;
|
|
2053
|
+
export { defaultValue_18 as defaultValue };
|
|
2054
|
+
const description_30: string;
|
|
2055
|
+
export { description_30 as description };
|
|
2056
|
+
const name_35: string;
|
|
2057
|
+
export { name_35 as name };
|
|
2041
2058
|
const required_17: boolean;
|
|
2042
2059
|
export { required_17 as required };
|
|
2043
2060
|
export namespace type_17 {
|
|
2044
|
-
const
|
|
2045
|
-
export {
|
|
2061
|
+
const name_36: string;
|
|
2062
|
+
export { name_36 as name };
|
|
2046
2063
|
}
|
|
2047
2064
|
export { type_17 as type };
|
|
2048
2065
|
}
|
|
2049
2066
|
namespace tooltipText {
|
|
2050
|
-
const
|
|
2051
|
-
export {
|
|
2052
|
-
const
|
|
2053
|
-
export {
|
|
2054
|
-
const
|
|
2055
|
-
export {
|
|
2067
|
+
const defaultValue_19: null;
|
|
2068
|
+
export { defaultValue_19 as defaultValue };
|
|
2069
|
+
const description_31: string;
|
|
2070
|
+
export { description_31 as description };
|
|
2071
|
+
const name_37: string;
|
|
2072
|
+
export { name_37 as name };
|
|
2056
2073
|
const required_18: boolean;
|
|
2057
2074
|
export { required_18 as required };
|
|
2058
2075
|
export namespace type_18 {
|
|
2059
|
-
const
|
|
2060
|
-
export {
|
|
2076
|
+
const name_38: string;
|
|
2077
|
+
export { name_38 as name };
|
|
2061
2078
|
}
|
|
2062
2079
|
export { type_18 as type };
|
|
2063
2080
|
}
|
|
2064
2081
|
namespace tooltipPosition {
|
|
2065
|
-
const
|
|
2066
|
-
export {
|
|
2067
|
-
const
|
|
2068
|
-
export {
|
|
2069
|
-
const
|
|
2070
|
-
export {
|
|
2082
|
+
const defaultValue_20: null;
|
|
2083
|
+
export { defaultValue_20 as defaultValue };
|
|
2084
|
+
const description_32: string;
|
|
2085
|
+
export { description_32 as description };
|
|
2086
|
+
const name_39: string;
|
|
2087
|
+
export { name_39 as name };
|
|
2071
2088
|
const required_19: boolean;
|
|
2072
2089
|
export { required_19 as required };
|
|
2073
2090
|
export namespace type_19 {
|
|
2074
|
-
const
|
|
2075
|
-
export {
|
|
2091
|
+
const name_40: string;
|
|
2092
|
+
export { name_40 as name };
|
|
2076
2093
|
const value_3: {
|
|
2077
2094
|
value: string;
|
|
2078
2095
|
}[];
|
|
@@ -2081,17 +2098,17 @@ declare namespace SectionTitle {
|
|
|
2081
2098
|
export { type_19 as type };
|
|
2082
2099
|
}
|
|
2083
2100
|
namespace textAlign {
|
|
2084
|
-
const
|
|
2085
|
-
export {
|
|
2086
|
-
const
|
|
2087
|
-
export {
|
|
2088
|
-
const
|
|
2089
|
-
export {
|
|
2101
|
+
const defaultValue_21: null;
|
|
2102
|
+
export { defaultValue_21 as defaultValue };
|
|
2103
|
+
const description_33: string;
|
|
2104
|
+
export { description_33 as description };
|
|
2105
|
+
const name_41: string;
|
|
2106
|
+
export { name_41 as name };
|
|
2090
2107
|
const required_20: boolean;
|
|
2091
2108
|
export { required_20 as required };
|
|
2092
2109
|
export namespace type_20 {
|
|
2093
|
-
const
|
|
2094
|
-
export {
|
|
2110
|
+
const name_42: string;
|
|
2111
|
+
export { name_42 as name };
|
|
2095
2112
|
const value_4: {
|
|
2096
2113
|
value: string;
|
|
2097
2114
|
}[];
|
|
@@ -2100,17 +2117,17 @@ declare namespace SectionTitle {
|
|
|
2100
2117
|
export { type_20 as type };
|
|
2101
2118
|
}
|
|
2102
2119
|
namespace styleTheme {
|
|
2103
|
-
const
|
|
2104
|
-
export {
|
|
2105
|
-
const
|
|
2106
|
-
export {
|
|
2107
|
-
const
|
|
2108
|
-
export {
|
|
2120
|
+
const defaultValue_22: null;
|
|
2121
|
+
export { defaultValue_22 as defaultValue };
|
|
2122
|
+
const description_34: string;
|
|
2123
|
+
export { description_34 as description };
|
|
2124
|
+
const name_43: string;
|
|
2125
|
+
export { name_43 as name };
|
|
2109
2126
|
const required_21: boolean;
|
|
2110
2127
|
export { required_21 as required };
|
|
2111
2128
|
export namespace type_21 {
|
|
2112
|
-
const
|
|
2113
|
-
export {
|
|
2129
|
+
const name_44: string;
|
|
2130
|
+
export { name_44 as name };
|
|
2114
2131
|
const value_5: {
|
|
2115
2132
|
value: string;
|
|
2116
2133
|
}[];
|
|
@@ -2119,17 +2136,17 @@ declare namespace SectionTitle {
|
|
|
2119
2136
|
export { type_21 as type };
|
|
2120
2137
|
}
|
|
2121
2138
|
namespace colorOverride {
|
|
2122
|
-
const
|
|
2123
|
-
export {
|
|
2124
|
-
const
|
|
2125
|
-
export {
|
|
2126
|
-
const
|
|
2127
|
-
export {
|
|
2139
|
+
const defaultValue_23: null;
|
|
2140
|
+
export { defaultValue_23 as defaultValue };
|
|
2141
|
+
const description_35: string;
|
|
2142
|
+
export { description_35 as description };
|
|
2143
|
+
const name_45: string;
|
|
2144
|
+
export { name_45 as name };
|
|
2128
2145
|
const required_22: boolean;
|
|
2129
2146
|
export { required_22 as required };
|
|
2130
2147
|
export namespace type_22 {
|
|
2131
|
-
const
|
|
2132
|
-
export {
|
|
2148
|
+
const name_46: string;
|
|
2149
|
+
export { name_46 as name };
|
|
2133
2150
|
const value_6: {
|
|
2134
2151
|
value: string;
|
|
2135
2152
|
}[];
|
|
@@ -2138,17 +2155,17 @@ declare namespace SectionTitle {
|
|
|
2138
2155
|
export { type_22 as type };
|
|
2139
2156
|
}
|
|
2140
2157
|
namespace colorTheme {
|
|
2141
|
-
const
|
|
2142
|
-
export {
|
|
2143
|
-
const
|
|
2144
|
-
export {
|
|
2145
|
-
const
|
|
2146
|
-
export {
|
|
2158
|
+
const defaultValue_24: null;
|
|
2159
|
+
export { defaultValue_24 as defaultValue };
|
|
2160
|
+
const description_36: string;
|
|
2161
|
+
export { description_36 as description };
|
|
2162
|
+
const name_47: string;
|
|
2163
|
+
export { name_47 as name };
|
|
2147
2164
|
const required_23: boolean;
|
|
2148
2165
|
export { required_23 as required };
|
|
2149
2166
|
export namespace type_23 {
|
|
2150
|
-
const
|
|
2151
|
-
export {
|
|
2167
|
+
const name_48: string;
|
|
2168
|
+
export { name_48 as name };
|
|
2152
2169
|
const value_7: {
|
|
2153
2170
|
value: string;
|
|
2154
2171
|
}[];
|
|
@@ -2157,17 +2174,17 @@ declare namespace SectionTitle {
|
|
|
2157
2174
|
export { type_23 as type };
|
|
2158
2175
|
}
|
|
2159
2176
|
namespace singleLineMode {
|
|
2160
|
-
const
|
|
2161
|
-
export {
|
|
2162
|
-
const
|
|
2163
|
-
export {
|
|
2164
|
-
const
|
|
2165
|
-
export {
|
|
2177
|
+
const defaultValue_25: null;
|
|
2178
|
+
export { defaultValue_25 as defaultValue };
|
|
2179
|
+
const description_37: string;
|
|
2180
|
+
export { description_37 as description };
|
|
2181
|
+
const name_49: string;
|
|
2182
|
+
export { name_49 as name };
|
|
2166
2183
|
const required_24: boolean;
|
|
2167
2184
|
export { required_24 as required };
|
|
2168
2185
|
export namespace type_24 {
|
|
2169
|
-
const
|
|
2170
|
-
export {
|
|
2186
|
+
const name_50: string;
|
|
2187
|
+
export { name_50 as name };
|
|
2171
2188
|
const value_8: {
|
|
2172
2189
|
value: string;
|
|
2173
2190
|
}[];
|
|
@@ -2176,17 +2193,17 @@ declare namespace SectionTitle {
|
|
|
2176
2193
|
export { type_24 as type };
|
|
2177
2194
|
}
|
|
2178
2195
|
namespace ellipsisMode {
|
|
2179
|
-
const
|
|
2180
|
-
export {
|
|
2181
|
-
const
|
|
2182
|
-
export {
|
|
2183
|
-
const
|
|
2184
|
-
export {
|
|
2196
|
+
const defaultValue_26: null;
|
|
2197
|
+
export { defaultValue_26 as defaultValue };
|
|
2198
|
+
const description_38: string;
|
|
2199
|
+
export { description_38 as description };
|
|
2200
|
+
const name_51: string;
|
|
2201
|
+
export { name_51 as name };
|
|
2185
2202
|
const required_25: boolean;
|
|
2186
2203
|
export { required_25 as required };
|
|
2187
2204
|
export namespace type_25 {
|
|
2188
|
-
const
|
|
2189
|
-
export {
|
|
2205
|
+
const name_52: string;
|
|
2206
|
+
export { name_52 as name };
|
|
2190
2207
|
const value_9: {
|
|
2191
2208
|
value: string;
|
|
2192
2209
|
}[];
|
|
@@ -2195,32 +2212,32 @@ declare namespace SectionTitle {
|
|
|
2195
2212
|
export { type_25 as type };
|
|
2196
2213
|
}
|
|
2197
2214
|
namespace lineLimit {
|
|
2198
|
-
const
|
|
2199
|
-
export {
|
|
2200
|
-
const
|
|
2201
|
-
export {
|
|
2202
|
-
const
|
|
2203
|
-
export {
|
|
2215
|
+
const defaultValue_27: null;
|
|
2216
|
+
export { defaultValue_27 as defaultValue };
|
|
2217
|
+
const description_39: string;
|
|
2218
|
+
export { description_39 as description };
|
|
2219
|
+
const name_53: string;
|
|
2220
|
+
export { name_53 as name };
|
|
2204
2221
|
const required_26: boolean;
|
|
2205
2222
|
export { required_26 as required };
|
|
2206
2223
|
export namespace type_26 {
|
|
2207
|
-
const
|
|
2208
|
-
export {
|
|
2224
|
+
const name_54: string;
|
|
2225
|
+
export { name_54 as name };
|
|
2209
2226
|
}
|
|
2210
2227
|
export { type_26 as type };
|
|
2211
2228
|
}
|
|
2212
2229
|
namespace userSelectMode {
|
|
2213
|
-
const
|
|
2214
|
-
export {
|
|
2215
|
-
const
|
|
2216
|
-
export {
|
|
2217
|
-
const
|
|
2218
|
-
export {
|
|
2230
|
+
const defaultValue_28: null;
|
|
2231
|
+
export { defaultValue_28 as defaultValue };
|
|
2232
|
+
const description_40: string;
|
|
2233
|
+
export { description_40 as description };
|
|
2234
|
+
const name_55: string;
|
|
2235
|
+
export { name_55 as name };
|
|
2219
2236
|
const required_27: boolean;
|
|
2220
2237
|
export { required_27 as required };
|
|
2221
2238
|
export namespace type_27 {
|
|
2222
|
-
const
|
|
2223
|
-
export {
|
|
2239
|
+
const name_56: string;
|
|
2240
|
+
export { name_56 as name };
|
|
2224
2241
|
const value_10: {
|
|
2225
2242
|
value: string;
|
|
2226
2243
|
}[];
|
|
@@ -2229,32 +2246,32 @@ declare namespace SectionTitle {
|
|
|
2229
2246
|
export { type_27 as type };
|
|
2230
2247
|
}
|
|
2231
2248
|
namespace customFontSize {
|
|
2232
|
-
const
|
|
2233
|
-
export {
|
|
2234
|
-
const
|
|
2235
|
-
export {
|
|
2236
|
-
const
|
|
2237
|
-
export {
|
|
2249
|
+
const defaultValue_29: null;
|
|
2250
|
+
export { defaultValue_29 as defaultValue };
|
|
2251
|
+
const description_41: string;
|
|
2252
|
+
export { description_41 as description };
|
|
2253
|
+
const name_57: string;
|
|
2254
|
+
export { name_57 as name };
|
|
2238
2255
|
const required_28: boolean;
|
|
2239
2256
|
export { required_28 as required };
|
|
2240
2257
|
export namespace type_28 {
|
|
2241
|
-
const
|
|
2242
|
-
export {
|
|
2258
|
+
const name_58: string;
|
|
2259
|
+
export { name_58 as name };
|
|
2243
2260
|
}
|
|
2244
2261
|
export { type_28 as type };
|
|
2245
2262
|
}
|
|
2246
2263
|
namespace customFontWeight {
|
|
2247
|
-
const
|
|
2248
|
-
export {
|
|
2249
|
-
const
|
|
2250
|
-
export {
|
|
2251
|
-
const
|
|
2252
|
-
export {
|
|
2264
|
+
const defaultValue_30: null;
|
|
2265
|
+
export { defaultValue_30 as defaultValue };
|
|
2266
|
+
const description_42: string;
|
|
2267
|
+
export { description_42 as description };
|
|
2268
|
+
const name_59: string;
|
|
2269
|
+
export { name_59 as name };
|
|
2253
2270
|
const required_29: boolean;
|
|
2254
2271
|
export { required_29 as required };
|
|
2255
2272
|
export namespace type_29 {
|
|
2256
|
-
const
|
|
2257
|
-
export {
|
|
2273
|
+
const name_60: string;
|
|
2274
|
+
export { name_60 as name };
|
|
2258
2275
|
const value_11: {
|
|
2259
2276
|
value: string;
|
|
2260
2277
|
}[];
|
|
@@ -2263,17 +2280,17 @@ declare namespace SectionTitle {
|
|
|
2263
2280
|
export { type_29 as type };
|
|
2264
2281
|
}
|
|
2265
2282
|
namespace textDecorationType {
|
|
2266
|
-
const
|
|
2267
|
-
export {
|
|
2268
|
-
const
|
|
2269
|
-
export {
|
|
2270
|
-
const
|
|
2271
|
-
export {
|
|
2283
|
+
const defaultValue_31: null;
|
|
2284
|
+
export { defaultValue_31 as defaultValue };
|
|
2285
|
+
const description_43: string;
|
|
2286
|
+
export { description_43 as description };
|
|
2287
|
+
const name_61: string;
|
|
2288
|
+
export { name_61 as name };
|
|
2272
2289
|
const required_30: boolean;
|
|
2273
2290
|
export { required_30 as required };
|
|
2274
2291
|
export namespace type_30 {
|
|
2275
|
-
const
|
|
2276
|
-
export {
|
|
2292
|
+
const name_62: string;
|
|
2293
|
+
export { name_62 as name };
|
|
2277
2294
|
const value_12: {
|
|
2278
2295
|
value: string;
|
|
2279
2296
|
}[];
|
|
@@ -2282,17 +2299,17 @@ declare namespace SectionTitle {
|
|
|
2282
2299
|
export { type_30 as type };
|
|
2283
2300
|
}
|
|
2284
2301
|
namespace requirementMode {
|
|
2285
|
-
const
|
|
2286
|
-
export {
|
|
2287
|
-
const
|
|
2288
|
-
export {
|
|
2289
|
-
const
|
|
2290
|
-
export {
|
|
2302
|
+
const defaultValue_32: null;
|
|
2303
|
+
export { defaultValue_32 as defaultValue };
|
|
2304
|
+
const description_44: string;
|
|
2305
|
+
export { description_44 as description };
|
|
2306
|
+
const name_63: string;
|
|
2307
|
+
export { name_63 as name };
|
|
2291
2308
|
const required_31: boolean;
|
|
2292
2309
|
export { required_31 as required };
|
|
2293
2310
|
export namespace type_31 {
|
|
2294
|
-
const
|
|
2295
|
-
export {
|
|
2311
|
+
const name_64: string;
|
|
2312
|
+
export { name_64 as name };
|
|
2296
2313
|
const value_13: {
|
|
2297
2314
|
value: string;
|
|
2298
2315
|
}[];
|
|
@@ -2301,17 +2318,17 @@ declare namespace SectionTitle {
|
|
|
2301
2318
|
export { type_31 as type };
|
|
2302
2319
|
}
|
|
2303
2320
|
namespace bulletPointMode {
|
|
2304
|
-
const
|
|
2305
|
-
export {
|
|
2306
|
-
const
|
|
2307
|
-
export {
|
|
2308
|
-
const
|
|
2309
|
-
export {
|
|
2321
|
+
const defaultValue_33: null;
|
|
2322
|
+
export { defaultValue_33 as defaultValue };
|
|
2323
|
+
const description_45: string;
|
|
2324
|
+
export { description_45 as description };
|
|
2325
|
+
const name_65: string;
|
|
2326
|
+
export { name_65 as name };
|
|
2310
2327
|
const required_32: boolean;
|
|
2311
2328
|
export { required_32 as required };
|
|
2312
2329
|
export namespace type_32 {
|
|
2313
|
-
const
|
|
2314
|
-
export {
|
|
2330
|
+
const name_66: string;
|
|
2331
|
+
export { name_66 as name };
|
|
2315
2332
|
const value_14: {
|
|
2316
2333
|
value: string;
|
|
2317
2334
|
}[];
|
|
@@ -2320,17 +2337,17 @@ declare namespace SectionTitle {
|
|
|
2320
2337
|
export { type_32 as type };
|
|
2321
2338
|
}
|
|
2322
2339
|
namespace wordBreak {
|
|
2323
|
-
const
|
|
2324
|
-
export {
|
|
2325
|
-
const
|
|
2326
|
-
export {
|
|
2327
|
-
const
|
|
2328
|
-
export {
|
|
2340
|
+
const defaultValue_34: null;
|
|
2341
|
+
export { defaultValue_34 as defaultValue };
|
|
2342
|
+
const description_46: string;
|
|
2343
|
+
export { description_46 as description };
|
|
2344
|
+
const name_67: string;
|
|
2345
|
+
export { name_67 as name };
|
|
2329
2346
|
const required_33: boolean;
|
|
2330
2347
|
export { required_33 as required };
|
|
2331
2348
|
export namespace type_33 {
|
|
2332
|
-
const
|
|
2333
|
-
export {
|
|
2349
|
+
const name_68: string;
|
|
2350
|
+
export { name_68 as name };
|
|
2334
2351
|
const value_15: {
|
|
2335
2352
|
value: string;
|
|
2336
2353
|
}[];
|
|
@@ -2339,20 +2356,20 @@ declare namespace SectionTitle {
|
|
|
2339
2356
|
export { type_33 as type };
|
|
2340
2357
|
}
|
|
2341
2358
|
namespace lineHeight {
|
|
2342
|
-
export namespace
|
|
2359
|
+
export namespace defaultValue_35 {
|
|
2343
2360
|
const value_16: string;
|
|
2344
2361
|
export { value_16 as value };
|
|
2345
2362
|
}
|
|
2346
|
-
export {
|
|
2347
|
-
const
|
|
2348
|
-
export {
|
|
2349
|
-
const
|
|
2350
|
-
export {
|
|
2363
|
+
export { defaultValue_35 as defaultValue };
|
|
2364
|
+
const description_47: string;
|
|
2365
|
+
export { description_47 as description };
|
|
2366
|
+
const name_69: string;
|
|
2367
|
+
export { name_69 as name };
|
|
2351
2368
|
const required_34: boolean;
|
|
2352
2369
|
export { required_34 as required };
|
|
2353
2370
|
export namespace type_34 {
|
|
2354
|
-
const
|
|
2355
|
-
export {
|
|
2371
|
+
const name_70: string;
|
|
2372
|
+
export { name_70 as name };
|
|
2356
2373
|
}
|
|
2357
2374
|
export { type_34 as type };
|
|
2358
2375
|
}
|
|
@@ -2366,71 +2383,71 @@ declare namespace SectionDescription {
|
|
|
2366
2383
|
const displayName_10: string;
|
|
2367
2384
|
export { displayName_10 as displayName };
|
|
2368
2385
|
export namespace __docgenInfo_5 {
|
|
2369
|
-
const
|
|
2370
|
-
export {
|
|
2386
|
+
const description_48: string;
|
|
2387
|
+
export { description_48 as description };
|
|
2371
2388
|
const displayName_11: string;
|
|
2372
2389
|
export { displayName_11 as displayName };
|
|
2373
2390
|
export namespace props_5 {
|
|
2374
2391
|
export namespace text_1 {
|
|
2375
|
-
const
|
|
2376
|
-
export {
|
|
2377
|
-
const
|
|
2378
|
-
export {
|
|
2379
|
-
const
|
|
2380
|
-
export {
|
|
2392
|
+
const defaultValue_36: null;
|
|
2393
|
+
export { defaultValue_36 as defaultValue };
|
|
2394
|
+
const description_49: string;
|
|
2395
|
+
export { description_49 as description };
|
|
2396
|
+
const name_71: string;
|
|
2397
|
+
export { name_71 as name };
|
|
2381
2398
|
const required_35: boolean;
|
|
2382
2399
|
export { required_35 as required };
|
|
2383
2400
|
export namespace type_35 {
|
|
2384
|
-
const
|
|
2385
|
-
export {
|
|
2401
|
+
const name_72: string;
|
|
2402
|
+
export { name_72 as name };
|
|
2386
2403
|
}
|
|
2387
2404
|
export { type_35 as type };
|
|
2388
2405
|
}
|
|
2389
2406
|
export { text_1 as text };
|
|
2390
2407
|
export namespace color_1 {
|
|
2391
|
-
const
|
|
2392
|
-
export {
|
|
2393
|
-
const
|
|
2394
|
-
export {
|
|
2395
|
-
const
|
|
2396
|
-
export {
|
|
2408
|
+
const defaultValue_37: null;
|
|
2409
|
+
export { defaultValue_37 as defaultValue };
|
|
2410
|
+
const description_50: string;
|
|
2411
|
+
export { description_50 as description };
|
|
2412
|
+
const name_73: string;
|
|
2413
|
+
export { name_73 as name };
|
|
2397
2414
|
const required_36: boolean;
|
|
2398
2415
|
export { required_36 as required };
|
|
2399
2416
|
export namespace type_36 {
|
|
2400
|
-
const
|
|
2401
|
-
export {
|
|
2417
|
+
const name_74: string;
|
|
2418
|
+
export { name_74 as name };
|
|
2402
2419
|
}
|
|
2403
2420
|
export { type_36 as type };
|
|
2404
2421
|
}
|
|
2405
2422
|
export { color_1 as color };
|
|
2406
2423
|
export namespace tooltipText_1 {
|
|
2407
|
-
const
|
|
2408
|
-
export {
|
|
2409
|
-
const
|
|
2410
|
-
export {
|
|
2411
|
-
const
|
|
2412
|
-
export {
|
|
2424
|
+
const defaultValue_38: null;
|
|
2425
|
+
export { defaultValue_38 as defaultValue };
|
|
2426
|
+
const description_51: string;
|
|
2427
|
+
export { description_51 as description };
|
|
2428
|
+
const name_75: string;
|
|
2429
|
+
export { name_75 as name };
|
|
2413
2430
|
const required_37: boolean;
|
|
2414
2431
|
export { required_37 as required };
|
|
2415
2432
|
export namespace type_37 {
|
|
2416
|
-
const
|
|
2417
|
-
export {
|
|
2433
|
+
const name_76: string;
|
|
2434
|
+
export { name_76 as name };
|
|
2418
2435
|
}
|
|
2419
2436
|
export { type_37 as type };
|
|
2420
2437
|
}
|
|
2421
2438
|
export { tooltipText_1 as tooltipText };
|
|
2422
2439
|
export namespace tooltipPosition_1 {
|
|
2423
|
-
const
|
|
2424
|
-
export {
|
|
2425
|
-
const
|
|
2426
|
-
export {
|
|
2427
|
-
const
|
|
2428
|
-
export {
|
|
2440
|
+
const defaultValue_39: null;
|
|
2441
|
+
export { defaultValue_39 as defaultValue };
|
|
2442
|
+
const description_52: string;
|
|
2443
|
+
export { description_52 as description };
|
|
2444
|
+
const name_77: string;
|
|
2445
|
+
export { name_77 as name };
|
|
2429
2446
|
const required_38: boolean;
|
|
2430
2447
|
export { required_38 as required };
|
|
2431
2448
|
export namespace type_38 {
|
|
2432
|
-
const
|
|
2433
|
-
export {
|
|
2449
|
+
const name_78: string;
|
|
2450
|
+
export { name_78 as name };
|
|
2434
2451
|
const value_17: {
|
|
2435
2452
|
value: string;
|
|
2436
2453
|
}[];
|
|
@@ -2440,17 +2457,17 @@ declare namespace SectionDescription {
|
|
|
2440
2457
|
}
|
|
2441
2458
|
export { tooltipPosition_1 as tooltipPosition };
|
|
2442
2459
|
export namespace textAlign_1 {
|
|
2443
|
-
const
|
|
2444
|
-
export {
|
|
2445
|
-
const
|
|
2446
|
-
export {
|
|
2447
|
-
const
|
|
2448
|
-
export {
|
|
2460
|
+
const defaultValue_40: null;
|
|
2461
|
+
export { defaultValue_40 as defaultValue };
|
|
2462
|
+
const description_53: string;
|
|
2463
|
+
export { description_53 as description };
|
|
2464
|
+
const name_79: string;
|
|
2465
|
+
export { name_79 as name };
|
|
2449
2466
|
const required_39: boolean;
|
|
2450
2467
|
export { required_39 as required };
|
|
2451
2468
|
export namespace type_39 {
|
|
2452
|
-
const
|
|
2453
|
-
export {
|
|
2469
|
+
const name_80: string;
|
|
2470
|
+
export { name_80 as name };
|
|
2454
2471
|
const value_18: {
|
|
2455
2472
|
value: string;
|
|
2456
2473
|
}[];
|
|
@@ -2460,17 +2477,17 @@ declare namespace SectionDescription {
|
|
|
2460
2477
|
}
|
|
2461
2478
|
export { textAlign_1 as textAlign };
|
|
2462
2479
|
export namespace styleTheme_1 {
|
|
2463
|
-
const
|
|
2464
|
-
export {
|
|
2465
|
-
const
|
|
2466
|
-
export {
|
|
2467
|
-
const
|
|
2468
|
-
export {
|
|
2480
|
+
const defaultValue_41: null;
|
|
2481
|
+
export { defaultValue_41 as defaultValue };
|
|
2482
|
+
const description_54: string;
|
|
2483
|
+
export { description_54 as description };
|
|
2484
|
+
const name_81: string;
|
|
2485
|
+
export { name_81 as name };
|
|
2469
2486
|
const required_40: boolean;
|
|
2470
2487
|
export { required_40 as required };
|
|
2471
2488
|
export namespace type_40 {
|
|
2472
|
-
const
|
|
2473
|
-
export {
|
|
2489
|
+
const name_82: string;
|
|
2490
|
+
export { name_82 as name };
|
|
2474
2491
|
const value_19: {
|
|
2475
2492
|
value: string;
|
|
2476
2493
|
}[];
|
|
@@ -2480,17 +2497,17 @@ declare namespace SectionDescription {
|
|
|
2480
2497
|
}
|
|
2481
2498
|
export { styleTheme_1 as styleTheme };
|
|
2482
2499
|
export namespace colorOverride_1 {
|
|
2483
|
-
const
|
|
2484
|
-
export {
|
|
2485
|
-
const
|
|
2486
|
-
export {
|
|
2487
|
-
const
|
|
2488
|
-
export {
|
|
2500
|
+
const defaultValue_42: null;
|
|
2501
|
+
export { defaultValue_42 as defaultValue };
|
|
2502
|
+
const description_55: string;
|
|
2503
|
+
export { description_55 as description };
|
|
2504
|
+
const name_83: string;
|
|
2505
|
+
export { name_83 as name };
|
|
2489
2506
|
const required_41: boolean;
|
|
2490
2507
|
export { required_41 as required };
|
|
2491
2508
|
export namespace type_41 {
|
|
2492
|
-
const
|
|
2493
|
-
export {
|
|
2509
|
+
const name_84: string;
|
|
2510
|
+
export { name_84 as name };
|
|
2494
2511
|
const value_20: {
|
|
2495
2512
|
value: string;
|
|
2496
2513
|
}[];
|
|
@@ -2500,17 +2517,17 @@ declare namespace SectionDescription {
|
|
|
2500
2517
|
}
|
|
2501
2518
|
export { colorOverride_1 as colorOverride };
|
|
2502
2519
|
export namespace colorTheme_1 {
|
|
2503
|
-
const
|
|
2504
|
-
export {
|
|
2505
|
-
const
|
|
2506
|
-
export {
|
|
2507
|
-
const
|
|
2508
|
-
export {
|
|
2520
|
+
const defaultValue_43: null;
|
|
2521
|
+
export { defaultValue_43 as defaultValue };
|
|
2522
|
+
const description_56: string;
|
|
2523
|
+
export { description_56 as description };
|
|
2524
|
+
const name_85: string;
|
|
2525
|
+
export { name_85 as name };
|
|
2509
2526
|
const required_42: boolean;
|
|
2510
2527
|
export { required_42 as required };
|
|
2511
2528
|
export namespace type_42 {
|
|
2512
|
-
const
|
|
2513
|
-
export {
|
|
2529
|
+
const name_86: string;
|
|
2530
|
+
export { name_86 as name };
|
|
2514
2531
|
const value_21: {
|
|
2515
2532
|
value: string;
|
|
2516
2533
|
}[];
|
|
@@ -2520,17 +2537,17 @@ declare namespace SectionDescription {
|
|
|
2520
2537
|
}
|
|
2521
2538
|
export { colorTheme_1 as colorTheme };
|
|
2522
2539
|
export namespace singleLineMode_1 {
|
|
2523
|
-
const
|
|
2524
|
-
export {
|
|
2525
|
-
const
|
|
2526
|
-
export {
|
|
2527
|
-
const
|
|
2528
|
-
export {
|
|
2540
|
+
const defaultValue_44: null;
|
|
2541
|
+
export { defaultValue_44 as defaultValue };
|
|
2542
|
+
const description_57: string;
|
|
2543
|
+
export { description_57 as description };
|
|
2544
|
+
const name_87: string;
|
|
2545
|
+
export { name_87 as name };
|
|
2529
2546
|
const required_43: boolean;
|
|
2530
2547
|
export { required_43 as required };
|
|
2531
2548
|
export namespace type_43 {
|
|
2532
|
-
const
|
|
2533
|
-
export {
|
|
2549
|
+
const name_88: string;
|
|
2550
|
+
export { name_88 as name };
|
|
2534
2551
|
const value_22: {
|
|
2535
2552
|
value: string;
|
|
2536
2553
|
}[];
|
|
@@ -2540,17 +2557,17 @@ declare namespace SectionDescription {
|
|
|
2540
2557
|
}
|
|
2541
2558
|
export { singleLineMode_1 as singleLineMode };
|
|
2542
2559
|
export namespace ellipsisMode_1 {
|
|
2543
|
-
const
|
|
2544
|
-
export {
|
|
2545
|
-
const
|
|
2546
|
-
export {
|
|
2547
|
-
const
|
|
2548
|
-
export {
|
|
2560
|
+
const defaultValue_45: null;
|
|
2561
|
+
export { defaultValue_45 as defaultValue };
|
|
2562
|
+
const description_58: string;
|
|
2563
|
+
export { description_58 as description };
|
|
2564
|
+
const name_89: string;
|
|
2565
|
+
export { name_89 as name };
|
|
2549
2566
|
const required_44: boolean;
|
|
2550
2567
|
export { required_44 as required };
|
|
2551
2568
|
export namespace type_44 {
|
|
2552
|
-
const
|
|
2553
|
-
export {
|
|
2569
|
+
const name_90: string;
|
|
2570
|
+
export { name_90 as name };
|
|
2554
2571
|
const value_23: {
|
|
2555
2572
|
value: string;
|
|
2556
2573
|
}[];
|
|
@@ -2560,33 +2577,33 @@ declare namespace SectionDescription {
|
|
|
2560
2577
|
}
|
|
2561
2578
|
export { ellipsisMode_1 as ellipsisMode };
|
|
2562
2579
|
export namespace lineLimit_1 {
|
|
2563
|
-
const
|
|
2564
|
-
export {
|
|
2565
|
-
const
|
|
2566
|
-
export {
|
|
2567
|
-
const
|
|
2568
|
-
export {
|
|
2580
|
+
const defaultValue_46: null;
|
|
2581
|
+
export { defaultValue_46 as defaultValue };
|
|
2582
|
+
const description_59: string;
|
|
2583
|
+
export { description_59 as description };
|
|
2584
|
+
const name_91: string;
|
|
2585
|
+
export { name_91 as name };
|
|
2569
2586
|
const required_45: boolean;
|
|
2570
2587
|
export { required_45 as required };
|
|
2571
2588
|
export namespace type_45 {
|
|
2572
|
-
const
|
|
2573
|
-
export {
|
|
2589
|
+
const name_92: string;
|
|
2590
|
+
export { name_92 as name };
|
|
2574
2591
|
}
|
|
2575
2592
|
export { type_45 as type };
|
|
2576
2593
|
}
|
|
2577
2594
|
export { lineLimit_1 as lineLimit };
|
|
2578
2595
|
export namespace userSelectMode_1 {
|
|
2579
|
-
const
|
|
2580
|
-
export {
|
|
2581
|
-
const
|
|
2582
|
-
export {
|
|
2583
|
-
const
|
|
2584
|
-
export {
|
|
2596
|
+
const defaultValue_47: null;
|
|
2597
|
+
export { defaultValue_47 as defaultValue };
|
|
2598
|
+
const description_60: string;
|
|
2599
|
+
export { description_60 as description };
|
|
2600
|
+
const name_93: string;
|
|
2601
|
+
export { name_93 as name };
|
|
2585
2602
|
const required_46: boolean;
|
|
2586
2603
|
export { required_46 as required };
|
|
2587
2604
|
export namespace type_46 {
|
|
2588
|
-
const
|
|
2589
|
-
export {
|
|
2605
|
+
const name_94: string;
|
|
2606
|
+
export { name_94 as name };
|
|
2590
2607
|
const value_24: {
|
|
2591
2608
|
value: string;
|
|
2592
2609
|
}[];
|
|
@@ -2596,33 +2613,33 @@ declare namespace SectionDescription {
|
|
|
2596
2613
|
}
|
|
2597
2614
|
export { userSelectMode_1 as userSelectMode };
|
|
2598
2615
|
export namespace customFontSize_1 {
|
|
2599
|
-
const
|
|
2600
|
-
export {
|
|
2601
|
-
const
|
|
2602
|
-
export {
|
|
2603
|
-
const
|
|
2604
|
-
export {
|
|
2616
|
+
const defaultValue_48: null;
|
|
2617
|
+
export { defaultValue_48 as defaultValue };
|
|
2618
|
+
const description_61: string;
|
|
2619
|
+
export { description_61 as description };
|
|
2620
|
+
const name_95: string;
|
|
2621
|
+
export { name_95 as name };
|
|
2605
2622
|
const required_47: boolean;
|
|
2606
2623
|
export { required_47 as required };
|
|
2607
2624
|
export namespace type_47 {
|
|
2608
|
-
const
|
|
2609
|
-
export {
|
|
2625
|
+
const name_96: string;
|
|
2626
|
+
export { name_96 as name };
|
|
2610
2627
|
}
|
|
2611
2628
|
export { type_47 as type };
|
|
2612
2629
|
}
|
|
2613
2630
|
export { customFontSize_1 as customFontSize };
|
|
2614
2631
|
export namespace customFontWeight_1 {
|
|
2615
|
-
const
|
|
2616
|
-
export {
|
|
2617
|
-
const
|
|
2618
|
-
export {
|
|
2619
|
-
const
|
|
2620
|
-
export {
|
|
2632
|
+
const defaultValue_49: null;
|
|
2633
|
+
export { defaultValue_49 as defaultValue };
|
|
2634
|
+
const description_62: string;
|
|
2635
|
+
export { description_62 as description };
|
|
2636
|
+
const name_97: string;
|
|
2637
|
+
export { name_97 as name };
|
|
2621
2638
|
const required_48: boolean;
|
|
2622
2639
|
export { required_48 as required };
|
|
2623
2640
|
export namespace type_48 {
|
|
2624
|
-
const
|
|
2625
|
-
export {
|
|
2641
|
+
const name_98: string;
|
|
2642
|
+
export { name_98 as name };
|
|
2626
2643
|
const value_25: {
|
|
2627
2644
|
value: string;
|
|
2628
2645
|
}[];
|
|
@@ -2632,17 +2649,17 @@ declare namespace SectionDescription {
|
|
|
2632
2649
|
}
|
|
2633
2650
|
export { customFontWeight_1 as customFontWeight };
|
|
2634
2651
|
export namespace textDecorationType_1 {
|
|
2635
|
-
const
|
|
2636
|
-
export {
|
|
2637
|
-
const
|
|
2638
|
-
export {
|
|
2639
|
-
const
|
|
2640
|
-
export {
|
|
2652
|
+
const defaultValue_50: null;
|
|
2653
|
+
export { defaultValue_50 as defaultValue };
|
|
2654
|
+
const description_63: string;
|
|
2655
|
+
export { description_63 as description };
|
|
2656
|
+
const name_99: string;
|
|
2657
|
+
export { name_99 as name };
|
|
2641
2658
|
const required_49: boolean;
|
|
2642
2659
|
export { required_49 as required };
|
|
2643
2660
|
export namespace type_49 {
|
|
2644
|
-
const
|
|
2645
|
-
export {
|
|
2661
|
+
const name_100: string;
|
|
2662
|
+
export { name_100 as name };
|
|
2646
2663
|
const value_26: {
|
|
2647
2664
|
value: string;
|
|
2648
2665
|
}[];
|
|
@@ -2652,17 +2669,17 @@ declare namespace SectionDescription {
|
|
|
2652
2669
|
}
|
|
2653
2670
|
export { textDecorationType_1 as textDecorationType };
|
|
2654
2671
|
export namespace requirementMode_1 {
|
|
2655
|
-
const
|
|
2656
|
-
export {
|
|
2657
|
-
const
|
|
2658
|
-
export {
|
|
2659
|
-
const
|
|
2660
|
-
export {
|
|
2672
|
+
const defaultValue_51: null;
|
|
2673
|
+
export { defaultValue_51 as defaultValue };
|
|
2674
|
+
const description_64: string;
|
|
2675
|
+
export { description_64 as description };
|
|
2676
|
+
const name_101: string;
|
|
2677
|
+
export { name_101 as name };
|
|
2661
2678
|
const required_50: boolean;
|
|
2662
2679
|
export { required_50 as required };
|
|
2663
2680
|
export namespace type_50 {
|
|
2664
|
-
const
|
|
2665
|
-
export {
|
|
2681
|
+
const name_102: string;
|
|
2682
|
+
export { name_102 as name };
|
|
2666
2683
|
const value_27: {
|
|
2667
2684
|
value: string;
|
|
2668
2685
|
}[];
|
|
@@ -2672,17 +2689,17 @@ declare namespace SectionDescription {
|
|
|
2672
2689
|
}
|
|
2673
2690
|
export { requirementMode_1 as requirementMode };
|
|
2674
2691
|
export namespace bulletPointMode_1 {
|
|
2675
|
-
const
|
|
2676
|
-
export {
|
|
2677
|
-
const
|
|
2678
|
-
export {
|
|
2679
|
-
const
|
|
2680
|
-
export {
|
|
2692
|
+
const defaultValue_52: null;
|
|
2693
|
+
export { defaultValue_52 as defaultValue };
|
|
2694
|
+
const description_65: string;
|
|
2695
|
+
export { description_65 as description };
|
|
2696
|
+
const name_103: string;
|
|
2697
|
+
export { name_103 as name };
|
|
2681
2698
|
const required_51: boolean;
|
|
2682
2699
|
export { required_51 as required };
|
|
2683
2700
|
export namespace type_51 {
|
|
2684
|
-
const
|
|
2685
|
-
export {
|
|
2701
|
+
const name_104: string;
|
|
2702
|
+
export { name_104 as name };
|
|
2686
2703
|
const value_28: {
|
|
2687
2704
|
value: string;
|
|
2688
2705
|
}[];
|
|
@@ -2692,17 +2709,17 @@ declare namespace SectionDescription {
|
|
|
2692
2709
|
}
|
|
2693
2710
|
export { bulletPointMode_1 as bulletPointMode };
|
|
2694
2711
|
export namespace wordBreak_1 {
|
|
2695
|
-
const
|
|
2696
|
-
export {
|
|
2697
|
-
const
|
|
2698
|
-
export {
|
|
2699
|
-
const
|
|
2700
|
-
export {
|
|
2712
|
+
const defaultValue_53: null;
|
|
2713
|
+
export { defaultValue_53 as defaultValue };
|
|
2714
|
+
const description_66: string;
|
|
2715
|
+
export { description_66 as description };
|
|
2716
|
+
const name_105: string;
|
|
2717
|
+
export { name_105 as name };
|
|
2701
2718
|
const required_52: boolean;
|
|
2702
2719
|
export { required_52 as required };
|
|
2703
2720
|
export namespace type_52 {
|
|
2704
|
-
const
|
|
2705
|
-
export {
|
|
2721
|
+
const name_106: string;
|
|
2722
|
+
export { name_106 as name };
|
|
2706
2723
|
const value_29: {
|
|
2707
2724
|
value: string;
|
|
2708
2725
|
}[];
|
|
@@ -2712,17 +2729,17 @@ declare namespace SectionDescription {
|
|
|
2712
2729
|
}
|
|
2713
2730
|
export { wordBreak_1 as wordBreak };
|
|
2714
2731
|
export namespace fontWeight {
|
|
2715
|
-
const
|
|
2716
|
-
export {
|
|
2717
|
-
const
|
|
2718
|
-
export {
|
|
2719
|
-
const
|
|
2720
|
-
export {
|
|
2732
|
+
const defaultValue_54: null;
|
|
2733
|
+
export { defaultValue_54 as defaultValue };
|
|
2734
|
+
const description_67: string;
|
|
2735
|
+
export { description_67 as description };
|
|
2736
|
+
const name_107: string;
|
|
2737
|
+
export { name_107 as name };
|
|
2721
2738
|
const required_53: boolean;
|
|
2722
2739
|
export { required_53 as required };
|
|
2723
2740
|
export namespace type_53 {
|
|
2724
|
-
const
|
|
2725
|
-
export {
|
|
2741
|
+
const name_108: string;
|
|
2742
|
+
export { name_108 as name };
|
|
2726
2743
|
}
|
|
2727
2744
|
export { type_53 as type };
|
|
2728
2745
|
}
|
|
@@ -2736,38 +2753,38 @@ declare namespace SectionImage {
|
|
|
2736
2753
|
const displayName_12: string;
|
|
2737
2754
|
export { displayName_12 as displayName };
|
|
2738
2755
|
export namespace __docgenInfo_6 {
|
|
2739
|
-
const
|
|
2740
|
-
export {
|
|
2756
|
+
const description_68: string;
|
|
2757
|
+
export { description_68 as description };
|
|
2741
2758
|
const displayName_13: string;
|
|
2742
2759
|
export { displayName_13 as displayName };
|
|
2743
2760
|
export namespace props_6 {
|
|
2744
2761
|
export namespace src {
|
|
2745
|
-
const
|
|
2746
|
-
export {
|
|
2747
|
-
const
|
|
2748
|
-
export {
|
|
2749
|
-
const
|
|
2750
|
-
export {
|
|
2762
|
+
const defaultValue_55: null;
|
|
2763
|
+
export { defaultValue_55 as defaultValue };
|
|
2764
|
+
const description_69: string;
|
|
2765
|
+
export { description_69 as description };
|
|
2766
|
+
const name_109: string;
|
|
2767
|
+
export { name_109 as name };
|
|
2751
2768
|
const required_54: boolean;
|
|
2752
2769
|
export { required_54 as required };
|
|
2753
2770
|
export namespace type_54 {
|
|
2754
|
-
const
|
|
2755
|
-
export {
|
|
2771
|
+
const name_110: string;
|
|
2772
|
+
export { name_110 as name };
|
|
2756
2773
|
}
|
|
2757
2774
|
export { type_54 as type };
|
|
2758
2775
|
}
|
|
2759
2776
|
export namespace shapeType {
|
|
2760
|
-
const
|
|
2761
|
-
export {
|
|
2762
|
-
const
|
|
2763
|
-
export {
|
|
2764
|
-
const
|
|
2765
|
-
export {
|
|
2777
|
+
const defaultValue_56: null;
|
|
2778
|
+
export { defaultValue_56 as defaultValue };
|
|
2779
|
+
const description_70: string;
|
|
2780
|
+
export { description_70 as description };
|
|
2781
|
+
const name_111: string;
|
|
2782
|
+
export { name_111 as name };
|
|
2766
2783
|
const required_55: boolean;
|
|
2767
2784
|
export { required_55 as required };
|
|
2768
2785
|
export namespace type_55 {
|
|
2769
|
-
const
|
|
2770
|
-
export {
|
|
2786
|
+
const name_112: string;
|
|
2787
|
+
export { name_112 as name };
|
|
2771
2788
|
const value_30: {
|
|
2772
2789
|
value: string;
|
|
2773
2790
|
}[];
|
|
@@ -2776,17 +2793,17 @@ declare namespace SectionImage {
|
|
|
2776
2793
|
export { type_55 as type };
|
|
2777
2794
|
}
|
|
2778
2795
|
export namespace radius {
|
|
2779
|
-
const
|
|
2780
|
-
export {
|
|
2781
|
-
const
|
|
2782
|
-
export {
|
|
2783
|
-
const
|
|
2784
|
-
export {
|
|
2796
|
+
const defaultValue_57: null;
|
|
2797
|
+
export { defaultValue_57 as defaultValue };
|
|
2798
|
+
const description_71: string;
|
|
2799
|
+
export { description_71 as description };
|
|
2800
|
+
const name_113: string;
|
|
2801
|
+
export { name_113 as name };
|
|
2785
2802
|
const required_56: boolean;
|
|
2786
2803
|
export { required_56 as required };
|
|
2787
2804
|
export namespace type_56 {
|
|
2788
|
-
const
|
|
2789
|
-
export {
|
|
2805
|
+
const name_114: string;
|
|
2806
|
+
export { name_114 as name };
|
|
2790
2807
|
const value_31: {
|
|
2791
2808
|
value: string;
|
|
2792
2809
|
}[];
|
|
@@ -2795,78 +2812,78 @@ declare namespace SectionImage {
|
|
|
2795
2812
|
export { type_56 as type };
|
|
2796
2813
|
}
|
|
2797
2814
|
export namespace width_1 {
|
|
2798
|
-
const
|
|
2799
|
-
export {
|
|
2800
|
-
const
|
|
2801
|
-
export {
|
|
2802
|
-
const
|
|
2803
|
-
export {
|
|
2815
|
+
const defaultValue_58: null;
|
|
2816
|
+
export { defaultValue_58 as defaultValue };
|
|
2817
|
+
const description_72: string;
|
|
2818
|
+
export { description_72 as description };
|
|
2819
|
+
const name_115: string;
|
|
2820
|
+
export { name_115 as name };
|
|
2804
2821
|
const required_57: boolean;
|
|
2805
2822
|
export { required_57 as required };
|
|
2806
2823
|
export namespace type_57 {
|
|
2807
|
-
const
|
|
2808
|
-
export {
|
|
2824
|
+
const name_116: string;
|
|
2825
|
+
export { name_116 as name };
|
|
2809
2826
|
}
|
|
2810
2827
|
export { type_57 as type };
|
|
2811
2828
|
}
|
|
2812
2829
|
export { width_1 as width };
|
|
2813
2830
|
export namespace height {
|
|
2814
|
-
const
|
|
2815
|
-
export {
|
|
2816
|
-
const
|
|
2817
|
-
export {
|
|
2818
|
-
const
|
|
2819
|
-
export {
|
|
2831
|
+
const defaultValue_59: null;
|
|
2832
|
+
export { defaultValue_59 as defaultValue };
|
|
2833
|
+
const description_73: string;
|
|
2834
|
+
export { description_73 as description };
|
|
2835
|
+
const name_117: string;
|
|
2836
|
+
export { name_117 as name };
|
|
2820
2837
|
const required_58: boolean;
|
|
2821
2838
|
export { required_58 as required };
|
|
2822
2839
|
export namespace type_58 {
|
|
2823
|
-
const
|
|
2824
|
-
export {
|
|
2840
|
+
const name_118: string;
|
|
2841
|
+
export { name_118 as name };
|
|
2825
2842
|
}
|
|
2826
2843
|
export { type_58 as type };
|
|
2827
2844
|
}
|
|
2828
2845
|
export namespace noImageHeight {
|
|
2829
|
-
const
|
|
2830
|
-
export {
|
|
2831
|
-
const
|
|
2832
|
-
export {
|
|
2833
|
-
const
|
|
2834
|
-
export {
|
|
2846
|
+
const defaultValue_60: null;
|
|
2847
|
+
export { defaultValue_60 as defaultValue };
|
|
2848
|
+
const description_74: string;
|
|
2849
|
+
export { description_74 as description };
|
|
2850
|
+
const name_119: string;
|
|
2851
|
+
export { name_119 as name };
|
|
2835
2852
|
const required_59: boolean;
|
|
2836
2853
|
export { required_59 as required };
|
|
2837
2854
|
export namespace type_59 {
|
|
2838
|
-
const
|
|
2839
|
-
export {
|
|
2855
|
+
const name_120: string;
|
|
2856
|
+
export { name_120 as name };
|
|
2840
2857
|
}
|
|
2841
2858
|
export { type_59 as type };
|
|
2842
2859
|
}
|
|
2843
2860
|
export namespace noImageWidth {
|
|
2844
|
-
const
|
|
2845
|
-
export {
|
|
2846
|
-
const
|
|
2847
|
-
export {
|
|
2848
|
-
const
|
|
2849
|
-
export {
|
|
2861
|
+
const defaultValue_61: null;
|
|
2862
|
+
export { defaultValue_61 as defaultValue };
|
|
2863
|
+
const description_75: string;
|
|
2864
|
+
export { description_75 as description };
|
|
2865
|
+
const name_121: string;
|
|
2866
|
+
export { name_121 as name };
|
|
2850
2867
|
const required_60: boolean;
|
|
2851
2868
|
export { required_60 as required };
|
|
2852
2869
|
export namespace type_60 {
|
|
2853
|
-
const
|
|
2854
|
-
export {
|
|
2870
|
+
const name_122: string;
|
|
2871
|
+
export { name_122 as name };
|
|
2855
2872
|
}
|
|
2856
2873
|
export { type_60 as type };
|
|
2857
2874
|
}
|
|
2858
2875
|
export namespace ratio {
|
|
2859
|
-
const
|
|
2860
|
-
export {
|
|
2861
|
-
const
|
|
2862
|
-
export {
|
|
2863
|
-
const
|
|
2864
|
-
export {
|
|
2876
|
+
const defaultValue_62: null;
|
|
2877
|
+
export { defaultValue_62 as defaultValue };
|
|
2878
|
+
const description_76: string;
|
|
2879
|
+
export { description_76 as description };
|
|
2880
|
+
const name_123: string;
|
|
2881
|
+
export { name_123 as name };
|
|
2865
2882
|
const required_61: boolean;
|
|
2866
2883
|
export { required_61 as required };
|
|
2867
2884
|
export namespace type_61 {
|
|
2868
|
-
const
|
|
2869
|
-
export {
|
|
2885
|
+
const name_124: string;
|
|
2886
|
+
export { name_124 as name };
|
|
2870
2887
|
const value_32: {
|
|
2871
2888
|
value: string;
|
|
2872
2889
|
}[];
|
|
@@ -2875,17 +2892,17 @@ declare namespace SectionImage {
|
|
|
2875
2892
|
export { type_61 as type };
|
|
2876
2893
|
}
|
|
2877
2894
|
export namespace scaleType {
|
|
2878
|
-
const
|
|
2879
|
-
export {
|
|
2880
|
-
const
|
|
2881
|
-
export {
|
|
2882
|
-
const
|
|
2883
|
-
export {
|
|
2895
|
+
const defaultValue_63: null;
|
|
2896
|
+
export { defaultValue_63 as defaultValue };
|
|
2897
|
+
const description_77: string;
|
|
2898
|
+
export { description_77 as description };
|
|
2899
|
+
const name_125: string;
|
|
2900
|
+
export { name_125 as name };
|
|
2884
2901
|
const required_62: boolean;
|
|
2885
2902
|
export { required_62 as required };
|
|
2886
2903
|
export namespace type_62 {
|
|
2887
|
-
const
|
|
2888
|
-
export {
|
|
2904
|
+
const name_126: string;
|
|
2905
|
+
export { name_126 as name };
|
|
2889
2906
|
const value_33: {
|
|
2890
2907
|
value: string;
|
|
2891
2908
|
}[];
|
|
@@ -2894,17 +2911,17 @@ declare namespace SectionImage {
|
|
|
2894
2911
|
export { type_62 as type };
|
|
2895
2912
|
}
|
|
2896
2913
|
export namespace borderMode {
|
|
2897
|
-
const
|
|
2898
|
-
export {
|
|
2899
|
-
const
|
|
2900
|
-
export {
|
|
2901
|
-
const
|
|
2902
|
-
export {
|
|
2914
|
+
const defaultValue_64: null;
|
|
2915
|
+
export { defaultValue_64 as defaultValue };
|
|
2916
|
+
const description_78: string;
|
|
2917
|
+
export { description_78 as description };
|
|
2918
|
+
const name_127: string;
|
|
2919
|
+
export { name_127 as name };
|
|
2903
2920
|
const required_63: boolean;
|
|
2904
2921
|
export { required_63 as required };
|
|
2905
2922
|
export namespace type_63 {
|
|
2906
|
-
const
|
|
2907
|
-
export {
|
|
2923
|
+
const name_128: string;
|
|
2924
|
+
export { name_128 as name };
|
|
2908
2925
|
const value_34: {
|
|
2909
2926
|
value: string;
|
|
2910
2927
|
}[];
|
|
@@ -2913,17 +2930,17 @@ declare namespace SectionImage {
|
|
|
2913
2930
|
export { type_63 as type };
|
|
2914
2931
|
}
|
|
2915
2932
|
export namespace backgroundFillMode {
|
|
2916
|
-
const
|
|
2917
|
-
export {
|
|
2918
|
-
const
|
|
2919
|
-
export {
|
|
2920
|
-
const
|
|
2921
|
-
export {
|
|
2933
|
+
const defaultValue_65: null;
|
|
2934
|
+
export { defaultValue_65 as defaultValue };
|
|
2935
|
+
const description_79: string;
|
|
2936
|
+
export { description_79 as description };
|
|
2937
|
+
const name_129: string;
|
|
2938
|
+
export { name_129 as name };
|
|
2922
2939
|
const required_64: boolean;
|
|
2923
2940
|
export { required_64 as required };
|
|
2924
2941
|
export namespace type_64 {
|
|
2925
|
-
const
|
|
2926
|
-
export {
|
|
2942
|
+
const name_130: string;
|
|
2943
|
+
export { name_130 as name };
|
|
2927
2944
|
const value_35: {
|
|
2928
2945
|
value: string;
|
|
2929
2946
|
}[];
|
|
@@ -2932,17 +2949,17 @@ declare namespace SectionImage {
|
|
|
2932
2949
|
export { type_64 as type };
|
|
2933
2950
|
}
|
|
2934
2951
|
export namespace isLoading {
|
|
2935
|
-
const
|
|
2936
|
-
export {
|
|
2937
|
-
const
|
|
2938
|
-
export {
|
|
2939
|
-
const
|
|
2940
|
-
export {
|
|
2952
|
+
const defaultValue_66: null;
|
|
2953
|
+
export { defaultValue_66 as defaultValue };
|
|
2954
|
+
const description_80: string;
|
|
2955
|
+
export { description_80 as description };
|
|
2956
|
+
const name_131: string;
|
|
2957
|
+
export { name_131 as name };
|
|
2941
2958
|
const required_65: boolean;
|
|
2942
2959
|
export { required_65 as required };
|
|
2943
2960
|
export namespace type_65 {
|
|
2944
|
-
const
|
|
2945
|
-
export {
|
|
2961
|
+
const name_132: string;
|
|
2962
|
+
export { name_132 as name };
|
|
2946
2963
|
}
|
|
2947
2964
|
export { type_65 as type };
|
|
2948
2965
|
}
|
|
@@ -2956,26 +2973,26 @@ declare namespace SectionButton {
|
|
|
2956
2973
|
const displayName_14: string;
|
|
2957
2974
|
export { displayName_14 as displayName };
|
|
2958
2975
|
export namespace __docgenInfo_7 {
|
|
2959
|
-
const
|
|
2960
|
-
export {
|
|
2976
|
+
const description_81: string;
|
|
2977
|
+
export { description_81 as description };
|
|
2961
2978
|
const displayName_15: string;
|
|
2962
2979
|
export { displayName_15 as displayName };
|
|
2963
2980
|
export namespace props_7 {
|
|
2964
2981
|
export namespace linkType {
|
|
2965
|
-
export namespace
|
|
2982
|
+
export namespace defaultValue_67 {
|
|
2966
2983
|
const value_36: string;
|
|
2967
2984
|
export { value_36 as value };
|
|
2968
2985
|
}
|
|
2969
|
-
export {
|
|
2970
|
-
const
|
|
2971
|
-
export {
|
|
2972
|
-
const
|
|
2973
|
-
export {
|
|
2986
|
+
export { defaultValue_67 as defaultValue };
|
|
2987
|
+
const description_82: string;
|
|
2988
|
+
export { description_82 as description };
|
|
2989
|
+
const name_133: string;
|
|
2990
|
+
export { name_133 as name };
|
|
2974
2991
|
const required_66: boolean;
|
|
2975
2992
|
export { required_66 as required };
|
|
2976
2993
|
export namespace type_66 {
|
|
2977
|
-
const
|
|
2978
|
-
export {
|
|
2994
|
+
const name_134: string;
|
|
2995
|
+
export { name_134 as name };
|
|
2979
2996
|
const value_37: {
|
|
2980
2997
|
value: string;
|
|
2981
2998
|
}[];
|
|
@@ -2984,115 +3001,115 @@ declare namespace SectionButton {
|
|
|
2984
3001
|
export { type_66 as type };
|
|
2985
3002
|
}
|
|
2986
3003
|
export namespace buttonType {
|
|
2987
|
-
const
|
|
2988
|
-
export {
|
|
2989
|
-
const
|
|
2990
|
-
export {
|
|
2991
|
-
const
|
|
2992
|
-
export {
|
|
3004
|
+
const defaultValue_68: null;
|
|
3005
|
+
export { defaultValue_68 as defaultValue };
|
|
3006
|
+
const description_83: string;
|
|
3007
|
+
export { description_83 as description };
|
|
3008
|
+
const name_135: string;
|
|
3009
|
+
export { name_135 as name };
|
|
2993
3010
|
const required_67: boolean;
|
|
2994
3011
|
export { required_67 as required };
|
|
2995
3012
|
export namespace type_67 {
|
|
2996
|
-
const
|
|
2997
|
-
export {
|
|
3013
|
+
const name_136: string;
|
|
3014
|
+
export { name_136 as name };
|
|
2998
3015
|
}
|
|
2999
3016
|
export { type_67 as type };
|
|
3000
3017
|
}
|
|
3001
3018
|
export namespace backgroundColor {
|
|
3002
|
-
const
|
|
3003
|
-
export {
|
|
3004
|
-
const
|
|
3005
|
-
export {
|
|
3006
|
-
const
|
|
3007
|
-
export {
|
|
3019
|
+
const defaultValue_69: null;
|
|
3020
|
+
export { defaultValue_69 as defaultValue };
|
|
3021
|
+
const description_84: string;
|
|
3022
|
+
export { description_84 as description };
|
|
3023
|
+
const name_137: string;
|
|
3024
|
+
export { name_137 as name };
|
|
3008
3025
|
const required_68: boolean;
|
|
3009
3026
|
export { required_68 as required };
|
|
3010
3027
|
export namespace type_68 {
|
|
3011
|
-
const
|
|
3012
|
-
export {
|
|
3028
|
+
const name_138: string;
|
|
3029
|
+
export { name_138 as name };
|
|
3013
3030
|
}
|
|
3014
3031
|
export { type_68 as type };
|
|
3015
3032
|
}
|
|
3016
3033
|
export namespace textColor {
|
|
3017
|
-
const
|
|
3018
|
-
export {
|
|
3019
|
-
const
|
|
3020
|
-
export {
|
|
3021
|
-
const
|
|
3022
|
-
export {
|
|
3034
|
+
const defaultValue_70: null;
|
|
3035
|
+
export { defaultValue_70 as defaultValue };
|
|
3036
|
+
const description_85: string;
|
|
3037
|
+
export { description_85 as description };
|
|
3038
|
+
const name_139: string;
|
|
3039
|
+
export { name_139 as name };
|
|
3023
3040
|
const required_69: boolean;
|
|
3024
3041
|
export { required_69 as required };
|
|
3025
3042
|
export namespace type_69 {
|
|
3026
|
-
const
|
|
3027
|
-
export {
|
|
3043
|
+
const name_140: string;
|
|
3044
|
+
export { name_140 as name };
|
|
3028
3045
|
}
|
|
3029
3046
|
export { type_69 as type };
|
|
3030
3047
|
}
|
|
3031
3048
|
export namespace text_2 {
|
|
3032
|
-
const
|
|
3033
|
-
export {
|
|
3034
|
-
const
|
|
3035
|
-
export {
|
|
3036
|
-
const
|
|
3037
|
-
export {
|
|
3049
|
+
const defaultValue_71: null;
|
|
3050
|
+
export { defaultValue_71 as defaultValue };
|
|
3051
|
+
const description_86: string;
|
|
3052
|
+
export { description_86 as description };
|
|
3053
|
+
const name_141: string;
|
|
3054
|
+
export { name_141 as name };
|
|
3038
3055
|
const required_70: boolean;
|
|
3039
3056
|
export { required_70 as required };
|
|
3040
3057
|
export namespace type_70 {
|
|
3041
|
-
const
|
|
3042
|
-
export {
|
|
3058
|
+
const name_142: string;
|
|
3059
|
+
export { name_142 as name };
|
|
3043
3060
|
}
|
|
3044
3061
|
export { type_70 as type };
|
|
3045
3062
|
}
|
|
3046
3063
|
export { text_2 as text };
|
|
3047
3064
|
export namespace src_1 {
|
|
3048
|
-
export namespace
|
|
3065
|
+
export namespace defaultValue_72 {
|
|
3049
3066
|
const value_38: string;
|
|
3050
3067
|
export { value_38 as value };
|
|
3051
3068
|
}
|
|
3052
|
-
export {
|
|
3053
|
-
const
|
|
3054
|
-
export {
|
|
3055
|
-
const
|
|
3056
|
-
export {
|
|
3069
|
+
export { defaultValue_72 as defaultValue };
|
|
3070
|
+
const description_87: string;
|
|
3071
|
+
export { description_87 as description };
|
|
3072
|
+
const name_143: string;
|
|
3073
|
+
export { name_143 as name };
|
|
3057
3074
|
const required_71: boolean;
|
|
3058
3075
|
export { required_71 as required };
|
|
3059
3076
|
export namespace type_71 {
|
|
3060
|
-
const
|
|
3061
|
-
export {
|
|
3077
|
+
const name_144: string;
|
|
3078
|
+
export { name_144 as name };
|
|
3062
3079
|
}
|
|
3063
3080
|
export { type_71 as type };
|
|
3064
3081
|
}
|
|
3065
3082
|
export { src_1 as src };
|
|
3066
3083
|
export namespace borderColor {
|
|
3067
|
-
const
|
|
3068
|
-
export {
|
|
3069
|
-
const
|
|
3070
|
-
export {
|
|
3071
|
-
const
|
|
3072
|
-
export {
|
|
3084
|
+
const defaultValue_73: null;
|
|
3085
|
+
export { defaultValue_73 as defaultValue };
|
|
3086
|
+
const description_88: string;
|
|
3087
|
+
export { description_88 as description };
|
|
3088
|
+
const name_145: string;
|
|
3089
|
+
export { name_145 as name };
|
|
3073
3090
|
const required_72: boolean;
|
|
3074
3091
|
export { required_72 as required };
|
|
3075
3092
|
export namespace type_72 {
|
|
3076
|
-
const
|
|
3077
|
-
export {
|
|
3093
|
+
const name_146: string;
|
|
3094
|
+
export { name_146 as name };
|
|
3078
3095
|
}
|
|
3079
3096
|
export { type_72 as type };
|
|
3080
3097
|
}
|
|
3081
3098
|
export namespace state {
|
|
3082
|
-
export namespace
|
|
3099
|
+
export namespace defaultValue_74 {
|
|
3083
3100
|
const value_39: string;
|
|
3084
3101
|
export { value_39 as value };
|
|
3085
3102
|
}
|
|
3086
|
-
export {
|
|
3087
|
-
const
|
|
3088
|
-
export {
|
|
3089
|
-
const
|
|
3090
|
-
export {
|
|
3103
|
+
export { defaultValue_74 as defaultValue };
|
|
3104
|
+
const description_89: string;
|
|
3105
|
+
export { description_89 as description };
|
|
3106
|
+
const name_147: string;
|
|
3107
|
+
export { name_147 as name };
|
|
3091
3108
|
const required_73: boolean;
|
|
3092
3109
|
export { required_73 as required };
|
|
3093
3110
|
export namespace type_73 {
|
|
3094
|
-
const
|
|
3095
|
-
export {
|
|
3111
|
+
const name_148: string;
|
|
3112
|
+
export { name_148 as name };
|
|
3096
3113
|
const value_40: {
|
|
3097
3114
|
value: string;
|
|
3098
3115
|
}[];
|