pds-dev-kit-web-test 2.5.383 → 2.5.384
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -2
- package/dist/src/common/assets/icons/fill/VideoStop.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoStop.js +30 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +1 -0
- package/dist/src/common/assets/icons/fill/index.js +3 -1
- package/dist/src/common/assets/icons/line/CheckBox.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CheckBox.js +30 -0
- package/dist/src/common/assets/icons/line/Dropdown.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Dropdown.js +30 -0
- package/dist/src/common/assets/icons/line/Radio.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Radio.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestion32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestion40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +30 -0
- package/dist/src/common/assets/icons/line/TextLong.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TextLong.js +30 -0
- package/dist/src/common/assets/icons/line/TextShort.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TextShort.js +30 -0
- package/dist/src/common/assets/icons/line/VideoStop.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoStop.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +10 -0
- package/dist/src/common/assets/icons/line/index.js +21 -1
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +2 -1
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +48 -4
- package/dist/src/common/hooks/useTooltip.js +1 -1
- package/dist/src/common/services/i18n/resources/en.json +9 -1
- package/dist/src/common/services/i18n/resources/es.json +9 -1
- package/dist/src/common/services/i18n/resources/fil.json +9 -1
- package/dist/src/common/services/i18n/resources/index.d.ts +56 -0
- package/dist/src/common/services/i18n/resources/ja.json +9 -1
- package/dist/src/common/services/i18n/resources/ko.json +9 -1
- package/dist/src/common/services/i18n/resources/zh-cn.json +9 -1
- package/dist/src/common/services/i18n/resources/zh-tw.json +9 -1
- package/dist/src/common/styles/colorSet/index.d.ts +124 -124
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
- package/dist/src/common/utils/dateHelper.d.ts +13 -0
- package/dist/src/common/utils/dateHelper.js +87 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +27 -13
- package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/desktop/components/BasicListItem/BasicListItem.js +26 -4
- package/dist/src/desktop/components/BasicListItem/Contents.d.ts +3 -1
- package/dist/src/desktop/components/BasicListItem/Contents.js +2 -2
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +3 -1
- package/dist/src/desktop/components/Checkbox/Checkbox.js +17 -3
- package/dist/src/desktop/components/Radio/Radio.js +2 -2
- package/dist/src/desktop/components/TextField/TextField.js +41 -15
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/mobile/components/BasicListItem/BasicListItem.js +26 -4
- package/dist/src/mobile/components/BasicListItem/Contents.d.ts +3 -1
- package/dist/src/mobile/components/BasicListItem/Contents.js +2 -2
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +3 -1
- package/dist/src/mobile/components/Checkbox/Checkbox.js +17 -3
- package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +16 -0
- package/dist/src/mobile/components/DatePicker/DatePicker.js +156 -0
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +14 -0
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +27 -0
- package/dist/src/mobile/components/DatePicker/Day.d.ts +13 -0
- package/dist/src/mobile/components/DatePicker/Day.js +94 -0
- package/dist/src/mobile/components/DatePicker/index.d.ts +1 -0
- package/dist/src/{sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner → mobile/components/DatePicker}/index.js +3 -3
- package/dist/src/mobile/components/DatePicker/utils.d.ts +16 -0
- package/dist/src/mobile/components/DatePicker/utils.js +68 -0
- package/dist/src/mobile/components/Radio/Radio.js +2 -2
- package/dist/src/mobile/components/TextField/TextField.js +41 -15
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +6 -1
- package/dist/src/mobile/components/TextLabel/TextLabel.js +83 -3
- package/dist/src/mobile/components/index.d.ts +2 -1
- package/dist/src/mobile/components/index.js +3 -1
- package/dist/src/mobile/index.d.ts +1 -1
- package/dist/src/mobile/index.js +3 -2
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +1 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +1 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +1 -1
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
- package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +1 -4
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +2 -4
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +54 -54
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +6 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +27 -0
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +2 -3
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +4 -1
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +6 -1
- package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +26 -25
- package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +1 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +0 -40
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +177 -36
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +4 -152
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +2 -150
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +1 -45
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +9 -262
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +0 -593
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +0 -253
- package/dist/src/sub/DynamicLayout/{mock_video.js → mock_video_cb.js} +10 -10
- package/dist/src/sub/DynamicLayout/mocks.d.ts +185 -8
- package/dist/src/sub/DynamicLayout/mocks.js +16 -61
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +11 -15
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -13
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +23 -19
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +2 -230
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +4 -51
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +7 -50
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +53 -43
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +0 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +10 -56
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +10 -27
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/effectPropParsers/parseEffectPropEntAnim.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +3 -52
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -2
- package/dist/src/sub/DynamicLayout/types.d.ts +15 -48
- package/package.json +3 -3
- package/release-note.md +3 -3
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +0 -20
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +0 -1132
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.d.ts +0 -11
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.js +0 -45
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +0 -9
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +0 -79
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/downIcons.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/downIcons.js +0 -76
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/index.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/index.js +0 -47
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/leftIcons.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/leftIcons.js +0 -76
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/rightIcons.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/rightIcons.js +0 -76
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/upIcons.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/paginationIcons/upIcons.js +0 -76
- package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +0 -139
- package/dist/src/sub/DynamicLayout/compositionActionTypes.js +0 -2
- package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +0 -8
- package/dist/src/sub/DynamicLayout/compositionQueryContext.js +0 -14
- package/dist/src/sub/DynamicLayout/mock_composition.d.ts +0 -3
- package/dist/src/sub/DynamicLayout/mock_composition.js +0 -801
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +0 -1099
- package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mock_contentsList.js +0 -1082
- package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +0 -810
- package/dist/src/sub/DynamicLayout/mock_slideBanner.js +0 -822
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +0 -17
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +0 -59
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.d.ts +0 -31
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +0 -118
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +0 -31
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +0 -191
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +0 -21
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +0 -117
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +0 -889
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +0 -27
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +0 -96
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +0 -50
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +0 -905
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +0 -8
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +0 -90
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.js +0 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +0 -8
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +0 -112
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +0 -17
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +0 -39
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +0 -27
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +0 -115
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +0 -23
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +0 -176
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +0 -30
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +0 -351
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.js +0 -8
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +0 -46
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +0 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +0 -8
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +0 -225
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +0 -15
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +0 -39
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.d.ts +0 -31
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +0 -118
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +0 -31
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +0 -191
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +0 -21
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +0 -117
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +0 -889
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +0 -27
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +0 -96
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +0 -48
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +0 -852
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +0 -80
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +0 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +0 -14
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.js +0 -26
- /package/dist/src/sub/DynamicLayout/{mock_video.d.ts → mock_video_cb.d.ts} +0 -0
@@ -61,6 +61,7 @@ var ChatRoomFree_1 = __importDefault(require("./ChatRoomFree"));
|
|
61
61
|
var ChatRoomGroup_1 = __importDefault(require("./ChatRoomGroup"));
|
62
62
|
var ChatRoomPaid_1 = __importDefault(require("./ChatRoomPaid"));
|
63
63
|
var Check_1 = __importDefault(require("./Check"));
|
64
|
+
var CheckBox_1 = __importDefault(require("./CheckBox"));
|
64
65
|
var CheckboxOff_1 = __importDefault(require("./CheckboxOff"));
|
65
66
|
var Clip_1 = __importDefault(require("./Clip"));
|
66
67
|
var Coins_1 = __importDefault(require("./Coins"));
|
@@ -83,6 +84,7 @@ var DeviceMobileNotification_1 = __importDefault(require("./DeviceMobileNotifica
|
|
83
84
|
var Divider_1 = __importDefault(require("./Divider"));
|
84
85
|
var DottedCircle_1 = __importDefault(require("./DottedCircle"));
|
85
86
|
var Download_1 = __importDefault(require("./Download"));
|
87
|
+
var Dropdown_1 = __importDefault(require("./Dropdown"));
|
86
88
|
var Duplicate_1 = __importDefault(require("./Duplicate"));
|
87
89
|
var DynamicLayout_1 = __importDefault(require("./DynamicLayout"));
|
88
90
|
var Edit_1 = __importDefault(require("./Edit"));
|
@@ -186,6 +188,7 @@ var PostWelcome_1 = __importDefault(require("./PostWelcome"));
|
|
186
188
|
var Profit_1 = __importDefault(require("./Profit"));
|
187
189
|
var Qr_1 = __importDefault(require("./Qr"));
|
188
190
|
var Question_1 = __importDefault(require("./Question"));
|
191
|
+
var Radio_1 = __importDefault(require("./Radio"));
|
189
192
|
var RadioOff_1 = __importDefault(require("./RadioOff"));
|
190
193
|
var RadioOn_1 = __importDefault(require("./RadioOn"));
|
191
194
|
var Receipt_1 = __importDefault(require("./Receipt"));
|
@@ -229,6 +232,10 @@ var SectionPriceBox32_1 = __importDefault(require("./SectionPriceBox32"));
|
|
229
232
|
var SectionPriceBox40_1 = __importDefault(require("./SectionPriceBox40"));
|
230
233
|
var SectionProductsCarousel32_1 = __importDefault(require("./SectionProductsCarousel32"));
|
231
234
|
var SectionProductsCarousel40_1 = __importDefault(require("./SectionProductsCarousel40"));
|
235
|
+
var SectionQuestion32_1 = __importDefault(require("./SectionQuestion32"));
|
236
|
+
var SectionQuestion40_1 = __importDefault(require("./SectionQuestion40"));
|
237
|
+
var SectionQuestionnaire32_1 = __importDefault(require("./SectionQuestionnaire32"));
|
238
|
+
var SectionQuestionnaire40_1 = __importDefault(require("./SectionQuestionnaire40"));
|
232
239
|
var SectionReview32_1 = __importDefault(require("./SectionReview32"));
|
233
240
|
var SectionReview40_1 = __importDefault(require("./SectionReview40"));
|
234
241
|
var SectionSlider32_1 = __importDefault(require("./SectionSlider32"));
|
@@ -272,6 +279,8 @@ var TextAlignLeft_1 = __importDefault(require("./TextAlignLeft"));
|
|
272
279
|
var TextAlignMiddle_1 = __importDefault(require("./TextAlignMiddle"));
|
273
280
|
var TextAlignRight_1 = __importDefault(require("./TextAlignRight"));
|
274
281
|
var TextAlignTop_1 = __importDefault(require("./TextAlignTop"));
|
282
|
+
var TextLong_1 = __importDefault(require("./TextLong"));
|
283
|
+
var TextShort_1 = __importDefault(require("./TextShort"));
|
275
284
|
var Ticket_1 = __importDefault(require("./Ticket"));
|
276
285
|
var Time_1 = __importDefault(require("./Time"));
|
277
286
|
var ToggleDown_1 = __importDefault(require("./ToggleDown"));
|
@@ -307,6 +316,7 @@ var VideoPlaybackSpeed_1 = __importDefault(require("./VideoPlaybackSpeed"));
|
|
307
316
|
var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
|
308
317
|
var VideoPlaylist_1 = __importDefault(require("./VideoPlaylist"));
|
309
318
|
var VideoSeries_1 = __importDefault(require("./VideoSeries"));
|
319
|
+
var VideoStop_1 = __importDefault(require("./VideoStop"));
|
310
320
|
var VideoType_1 = __importDefault(require("./VideoType"));
|
311
321
|
var Vod_1 = __importDefault(require("./Vod"));
|
312
322
|
var VodClass_1 = __importDefault(require("./VodClass"));
|
@@ -372,6 +382,7 @@ var lineIcons = {
|
|
372
382
|
ic_chat_room_group: ChatRoomGroup_1.default,
|
373
383
|
ic_chat_room_paid: ChatRoomPaid_1.default,
|
374
384
|
ic_check: Check_1.default,
|
385
|
+
ic_checkbox: CheckBox_1.default,
|
375
386
|
ic_checkbox_off: CheckboxOff_1.default,
|
376
387
|
ic_clip: Clip_1.default,
|
377
388
|
ic_coins: Coins_1.default,
|
@@ -392,6 +403,7 @@ var lineIcons = {
|
|
392
403
|
ic_divider: Divider_1.default,
|
393
404
|
ic_dotted_circle: DottedCircle_1.default,
|
394
405
|
ic_download: Download_1.default,
|
406
|
+
ic_dropdown: Dropdown_1.default,
|
395
407
|
ic_dynamic_layout: DynamicLayout_1.default,
|
396
408
|
ic_edit: Edit_1.default,
|
397
409
|
ic_editor: Editor_1.default,
|
@@ -485,6 +497,7 @@ var lineIcons = {
|
|
485
497
|
ic_profit: Profit_1.default,
|
486
498
|
ic_qr: Qr_1.default,
|
487
499
|
ic_question: Question_1.default,
|
500
|
+
ic_radio: Radio_1.default,
|
488
501
|
ic_radio_off: RadioOff_1.default,
|
489
502
|
ic_radio_on: RadioOn_1.default,
|
490
503
|
ic_receipt: Receipt_1.default,
|
@@ -520,6 +533,10 @@ var lineIcons = {
|
|
520
533
|
ic_section_price_box_40: SectionPriceBox40_1.default,
|
521
534
|
ic_section_products_carousel_32: SectionProductsCarousel32_1.default,
|
522
535
|
ic_section_products_carousel_40: SectionProductsCarousel40_1.default,
|
536
|
+
ic_question_line_32: SectionQuestion32_1.default,
|
537
|
+
ic_question_line_40: SectionQuestion40_1.default,
|
538
|
+
ic_questionnaire_line_32: SectionQuestionnaire32_1.default,
|
539
|
+
ic_questionnaire_line_40: SectionQuestionnaire40_1.default,
|
523
540
|
ic_section_review_32: SectionReview32_1.default,
|
524
541
|
ic_section_review_40: SectionReview40_1.default,
|
525
542
|
ic_section_slider_32: SectionSlider32_1.default,
|
@@ -560,6 +577,8 @@ var lineIcons = {
|
|
560
577
|
ic_text_align_middle: TextAlignMiddle_1.default,
|
561
578
|
ic_text_align_right: TextAlignRight_1.default,
|
562
579
|
ic_text_align_top: TextAlignTop_1.default,
|
580
|
+
ic_text_long: TextLong_1.default,
|
581
|
+
ic_text_short: TextShort_1.default,
|
563
582
|
ic_ticket: Ticket_1.default,
|
564
583
|
ic_time: Time_1.default,
|
565
584
|
ic_toggle_down: ToggleDown_1.default,
|
@@ -629,6 +648,7 @@ var lineIcons = {
|
|
629
648
|
ic_desktop_sync: DesktopSync_1.default,
|
630
649
|
ic_move_backward_arrow: MoveBackwardArrow_1.default,
|
631
650
|
ic_move_forward_arrow: MoveForwardArrow_1.default,
|
632
|
-
ic_send_to_back_arrow: SendToBackArrow_1.default
|
651
|
+
ic_send_to_back_arrow: SendToBackArrow_1.default,
|
652
|
+
ic_video_stop: VideoStop_1.default
|
633
653
|
};
|
634
654
|
exports.default = lineIcons;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
import type { UiColors } from '../../types';
|
3
3
|
export type ThreeBarProgressProps = {
|
4
4
|
colorKey?: UiColors;
|
5
|
+
size?: 'small' | 'large';
|
5
6
|
};
|
6
|
-
declare function ThreeBarProgress({ colorKey }: ThreeBarProgressProps): JSX.Element;
|
7
|
+
declare function ThreeBarProgress({ colorKey, size }: ThreeBarProgressProps): JSX.Element;
|
7
8
|
export default ThreeBarProgress;
|
@@ -3,6 +3,17 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
3
3
|
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
4
4
|
return cooked;
|
5
5
|
};
|
6
|
+
var __assign = (this && this.__assign) || function () {
|
7
|
+
__assign = Object.assign || function(t) {
|
8
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
9
|
+
s = arguments[i];
|
10
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
11
|
+
t[p] = s[p];
|
12
|
+
}
|
13
|
+
return t;
|
14
|
+
};
|
15
|
+
return __assign.apply(this, arguments);
|
16
|
+
};
|
6
17
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
7
18
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
8
19
|
};
|
@@ -10,16 +21,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
21
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
11
22
|
var styled_components_1 = __importDefault(require("styled-components"));
|
12
23
|
function ThreeBarProgress(_a) {
|
13
|
-
var _b = _a.colorKey, colorKey = _b === void 0 ? 'ui_loading_three_bar' : _b;
|
14
|
-
return ((0, jsx_runtime_1.jsx)(S_ThreeBarProgressWrapper, { children: (0, jsx_runtime_1.jsx)(S_ThreeBarProgressContent, { colorKey: colorKey }) }));
|
24
|
+
var _b = _a.colorKey, colorKey = _b === void 0 ? 'ui_loading_three_bar' : _b, _c = _a.size, size = _c === void 0 ? 'large' : _c;
|
25
|
+
return ((0, jsx_runtime_1.jsx)(S_ThreeBarProgressWrapper, __assign({ size: size }, { children: (0, jsx_runtime_1.jsx)(S_ThreeBarProgressContent, { colorKey: colorKey, size: size }) })));
|
15
26
|
}
|
16
|
-
var S_ThreeBarProgressWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n justify-content: center;\n min-height:
|
17
|
-
var
|
27
|
+
var S_ThreeBarProgressWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n justify-content: center;\n min-height: ", ";\n width: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n justify-content: center;\n min-height: ", ";\n width: 100%;\n"])), function (_a) {
|
28
|
+
var size = _a.size;
|
29
|
+
return (size === 'large' ? '400px' : '250px');
|
30
|
+
});
|
31
|
+
var S_ThreeBarProgressContent = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n &,\n &:before,\n &:after {\n background-color: ", ";\n -webkit-animation: threeBarAnimation 1s infinite ease-in-out;\n animation: threeBarAnimation 1s infinite ease-in-out;\n width: ", ";\n height: ", ";\n min-height: ", ";\n border-radius: 3px;\n }\n & {\n color: ", ";\n text-indent: -9999em;\n margin: ", ";\n position: relative;\n font-size: 1px;\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation-delay: -0.16s;\n animation-delay: -0.16s;\n }\n &:before,\n &:after {\n position: absolute;\n top: 0;\n content: '';\n }\n &:before {\n left: ", ";\n -webkit-animation-delay: -0.32s;\n animation-delay: -0.32s;\n }\n &:after {\n left: ", ";\n }\n @-webkit-keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n @keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n"], ["\n &,\n &:before,\n &:after {\n background-color: ", ";\n -webkit-animation: threeBarAnimation 1s infinite ease-in-out;\n animation: threeBarAnimation 1s infinite ease-in-out;\n width: ", ";\n height: ", ";\n min-height: ", ";\n border-radius: 3px;\n }\n & {\n color: ", ";\n text-indent: -9999em;\n margin: ", ";\n position: relative;\n font-size: 1px;\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation-delay: -0.16s;\n animation-delay: -0.16s;\n }\n &:before,\n &:after {\n position: absolute;\n top: 0;\n content: '';\n }\n &:before {\n left: ", ";\n -webkit-animation-delay: -0.32s;\n animation-delay: -0.32s;\n }\n &:after {\n left: ", ";\n }\n @-webkit-keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n @keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n"])), function (_a) {
|
18
32
|
var theme = _a.theme, colorKey = _a.colorKey;
|
19
33
|
return colorKey && theme[colorKey];
|
34
|
+
}, function (_a) {
|
35
|
+
var size = _a.size;
|
36
|
+
return (size === 'large' ? '11px' : '8px');
|
37
|
+
}, function (_a) {
|
38
|
+
var size = _a.size;
|
39
|
+
return (size === 'large' ? '44px' : '31px');
|
40
|
+
}, function (_a) {
|
41
|
+
var size = _a.size;
|
42
|
+
return (size === 'large' ? '44px' : '31px');
|
20
43
|
}, function (_a) {
|
21
44
|
var theme = _a.theme, colorKey = _a.colorKey;
|
22
45
|
return colorKey && theme[colorKey];
|
46
|
+
}, function (_a) {
|
47
|
+
var size = _a.size;
|
48
|
+
return (size === 'large' ? '88px auto' : '62px auto');
|
49
|
+
}, function (_a) {
|
50
|
+
var size = _a.size;
|
51
|
+
return (size === 'large' ? '-20px' : '-14px');
|
52
|
+
}, function (_a) {
|
53
|
+
var size = _a.size;
|
54
|
+
return (size === 'large' ? '20px' : '14px');
|
55
|
+
}, function (_a) {
|
56
|
+
var size = _a.size;
|
57
|
+
return (size === 'large' ? '44px' : '31px');
|
58
|
+
}, function (_a) {
|
59
|
+
var size = _a.size;
|
60
|
+
return (size === 'large' ? '48px' : '35px');
|
61
|
+
}, function (_a) {
|
62
|
+
var size = _a.size;
|
63
|
+
return (size === 'large' ? '44px' : '31px');
|
64
|
+
}, function (_a) {
|
65
|
+
var size = _a.size;
|
66
|
+
return (size === 'large' ? '48px' : '35px');
|
23
67
|
});
|
24
68
|
exports.default = ThreeBarProgress;
|
25
69
|
var templateObject_1, templateObject_2;
|
@@ -66,7 +66,7 @@ function UseTooltip(_a) {
|
|
66
66
|
systemUIPosition: tooltipPosition,
|
67
67
|
distance: distance
|
68
68
|
});
|
69
|
-
return tooltipText ? ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, react_dom_1.createPortal)((0, jsx_runtime_1.jsx)(S_TooltipWrapper, __assign({ className: "TooltipWrapper", ref: tooltipRef, tooltipPositionCss: tooltipPositionCss }, { children: tooltipText })), document.
|
69
|
+
return tooltipText ? ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, react_dom_1.createPortal)((0, jsx_runtime_1.jsx)(S_TooltipWrapper, __assign({ className: "TooltipWrapper", ref: tooltipRef, tooltipPositionCss: tooltipPositionCss }, { children: tooltipText })), document.body) })) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}));
|
70
70
|
}
|
71
71
|
var S_TooltipWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n\n ", ";\n"], ["\n ", "\n\n ", ";\n"])), systemUI_1.TooltipWrapperStyle, function (_a) {
|
72
72
|
var tooltipPositionCss = _a.tooltipPositionCss;
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "Start for Free"
|
28
|
+
"str_1460": "Start for Free",
|
29
|
+
"str_35": "{{month}}.{{year}}",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "Start for Free"
|
28
|
+
"str_1460": "Start for Free",
|
29
|
+
"str_35": "{{month}}.{{year}}",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "Magsimula nang Libre"
|
28
|
+
"str_1460": "Magsimula nang Libre",
|
29
|
+
"str_35": "{{month}}.{{year}}",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -27,6 +27,14 @@ declare const locale: {
|
|
27
27
|
str_free: string;
|
28
28
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
29
29
|
str_1460: string;
|
30
|
+
str_35: string;
|
31
|
+
str_3887: string;
|
32
|
+
str_3888: string;
|
33
|
+
str_3889: string;
|
34
|
+
str_3890: string;
|
35
|
+
str_3891: string;
|
36
|
+
str_3892: string;
|
37
|
+
str_3893: string;
|
30
38
|
};
|
31
39
|
};
|
32
40
|
readonly en: {
|
@@ -57,6 +65,14 @@ declare const locale: {
|
|
57
65
|
str_free: string;
|
58
66
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
59
67
|
str_1460: string;
|
68
|
+
str_35: string;
|
69
|
+
str_3887: string;
|
70
|
+
str_3888: string;
|
71
|
+
str_3889: string;
|
72
|
+
str_3890: string;
|
73
|
+
str_3891: string;
|
74
|
+
str_3892: string;
|
75
|
+
str_3893: string;
|
60
76
|
};
|
61
77
|
};
|
62
78
|
readonly ja: {
|
@@ -87,6 +103,14 @@ declare const locale: {
|
|
87
103
|
str_free: string;
|
88
104
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
89
105
|
str_1460: string;
|
106
|
+
str_35: string;
|
107
|
+
str_3887: string;
|
108
|
+
str_3888: string;
|
109
|
+
str_3889: string;
|
110
|
+
str_3890: string;
|
111
|
+
str_3891: string;
|
112
|
+
str_3892: string;
|
113
|
+
str_3893: string;
|
90
114
|
};
|
91
115
|
};
|
92
116
|
readonly es: {
|
@@ -117,6 +141,14 @@ declare const locale: {
|
|
117
141
|
str_free: string;
|
118
142
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
119
143
|
str_1460: string;
|
144
|
+
str_35: string;
|
145
|
+
str_3887: string;
|
146
|
+
str_3888: string;
|
147
|
+
str_3889: string;
|
148
|
+
str_3890: string;
|
149
|
+
str_3891: string;
|
150
|
+
str_3892: string;
|
151
|
+
str_3893: string;
|
120
152
|
};
|
121
153
|
};
|
122
154
|
readonly 'zh-cn': {
|
@@ -147,6 +179,14 @@ declare const locale: {
|
|
147
179
|
str_free: string;
|
148
180
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
149
181
|
str_1460: string;
|
182
|
+
str_35: string;
|
183
|
+
str_3887: string;
|
184
|
+
str_3888: string;
|
185
|
+
str_3889: string;
|
186
|
+
str_3890: string;
|
187
|
+
str_3891: string;
|
188
|
+
str_3892: string;
|
189
|
+
str_3893: string;
|
150
190
|
};
|
151
191
|
};
|
152
192
|
readonly 'zh-tw': {
|
@@ -177,6 +217,14 @@ declare const locale: {
|
|
177
217
|
str_free: string;
|
178
218
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
179
219
|
str_1460: string;
|
220
|
+
str_35: string;
|
221
|
+
str_3887: string;
|
222
|
+
str_3888: string;
|
223
|
+
str_3889: string;
|
224
|
+
str_3890: string;
|
225
|
+
str_3891: string;
|
226
|
+
str_3892: string;
|
227
|
+
str_3893: string;
|
180
228
|
};
|
181
229
|
};
|
182
230
|
readonly fil: {
|
@@ -207,6 +255,14 @@ declare const locale: {
|
|
207
255
|
str_free: string;
|
208
256
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
209
257
|
str_1460: string;
|
258
|
+
str_35: string;
|
259
|
+
str_3887: string;
|
260
|
+
str_3888: string;
|
261
|
+
str_3889: string;
|
262
|
+
str_3890: string;
|
263
|
+
str_3891: string;
|
264
|
+
str_3892: string;
|
265
|
+
str_3893: string;
|
210
266
|
};
|
211
267
|
};
|
212
268
|
};
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "無料で始める"
|
28
|
+
"str_1460": "無料で始める",
|
29
|
+
"str_35": "{{year}}年 {{month}}月",
|
30
|
+
"str_3887": "月",
|
31
|
+
"str_3888": "火",
|
32
|
+
"str_3889": "水",
|
33
|
+
"str_3890": "木",
|
34
|
+
"str_3891": "金",
|
35
|
+
"str_3892": "土",
|
36
|
+
"str_3893": "日"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "시작하기",
|
26
26
|
"str_free": "무료",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "사업자의 도메인이 연결되지 않아 실행할 수 없습니다.",
|
28
|
-
"str_1460": "무료로 시작하기"
|
28
|
+
"str_1460": "무료로 시작하기",
|
29
|
+
"str_35": "{{year}}년 {{month}}월",
|
30
|
+
"str_3887": "월",
|
31
|
+
"str_3888": "화",
|
32
|
+
"str_3889": "수",
|
33
|
+
"str_3890": "목",
|
34
|
+
"str_3891": "금",
|
35
|
+
"str_3892": "토",
|
36
|
+
"str_3893": "일"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "免费开始"
|
28
|
+
"str_1460": "免费开始",
|
29
|
+
"str_35": "{{year}}年 {{month}}月",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "免費開始"
|
28
|
+
"str_1460": "免費開始",
|
29
|
+
"str_35": "{{year}}年 {{month}}月",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|