pds-dev-kit-web-test 2.5.453 → 2.5.454
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 +2 -3
- package/dist/src/common/hooks/useTooltip.js +1 -1
- package/dist/src/common/services/i18n/resources/en.json +1 -29
- package/dist/src/common/services/i18n/resources/es.json +1 -28
- package/dist/src/common/services/i18n/resources/fil.json +1 -28
- package/dist/src/common/services/i18n/resources/index.d.ts +0 -194
- package/dist/src/common/services/i18n/resources/ja.json +1 -29
- package/dist/src/common/services/i18n/resources/ko.json +1 -29
- package/dist/src/common/services/i18n/resources/zh-cn.json +1 -29
- package/dist/src/common/services/i18n/resources/zh-tw.json +1 -29
- package/dist/src/common/styles/colorSet/index.d.ts +2 -2
- 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 +0 -3
- package/dist/src/common/utils/dateHelper.js +0 -37
- package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
- package/dist/src/desktop/components/index.d.ts +1 -2
- package/dist/src/desktop/components/index.js +1 -3
- package/dist/src/desktop/index.d.ts +1 -1
- package/dist/src/desktop/index.js +1 -2
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +22 -0
- package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +1133 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +4 -1
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +5 -3
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +54 -53
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.d.ts +11 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.js +45 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +10 -0
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +79 -0
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -2
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +24 -2
- package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +3 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.js +5 -3
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.js +9 -2
- package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +139 -0
- package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/compositionQueryContext.js +14 -0
- package/dist/src/sub/DynamicLayout/mock_componentBlocks.d.ts +776 -0
- package/dist/src/sub/DynamicLayout/mock_componentBlocks.js +4236 -0
- package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/mock_composition.js +1607 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1098 -0
- package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_contentsList.js +1091 -0
- package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +96 -0
- package/dist/src/sub/DynamicLayout/mock_queryData.js +2639 -0
- package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +842 -0
- package/dist/src/sub/DynamicLayout/mock_slideBanner.js +854 -0
- package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
- package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
- package/dist/src/sub/DynamicLayout/mocks.d.ts +8 -960
- package/dist/src/sub/DynamicLayout/mocks.js +45 -4237
- package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +7 -7
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +13 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +18 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +10 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +134 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +61 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.js +69 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.js +69 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +9 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +87 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +849 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +43 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +162 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +182 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.d.ts +18 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.js +229 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.d.ts +14 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.js +46 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +139 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +14 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +206 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +17 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +10 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +86 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +25 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +183 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +29 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +128 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.d.ts +18 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.js +229 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +67 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +39 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +14 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +151 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.js +69 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.js +69 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +20 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +173 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +9 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +87 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +849 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +43 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +162 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.d.ts +18 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.js +229 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.d.ts +16 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.js +63 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +46 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +186 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +163 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +31 -7
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +45 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +27 -10
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +3 -1
- 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/parseCompositionPlacement.d.ts +14 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.js +26 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +7 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +10 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +53 -3
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -0
- package/dist/src/sub/DynamicLayout/types.d.ts +64 -17
- package/package.json +3 -2
- package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.d.ts +0 -13
- package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.js +0 -49
- package/dist/src/desktop/components/Calendar/Calendar.d.ts +0 -4
- package/dist/src/desktop/components/Calendar/Calendar.js +0 -383
- package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.d.ts +0 -7
- package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.js +0 -48
- package/dist/src/desktop/components/Calendar/DailyView.d.ts +0 -17
- package/dist/src/desktop/components/Calendar/DailyView.js +0 -82
- package/dist/src/desktop/components/Calendar/MonthlyView.d.ts +0 -24
- package/dist/src/desktop/components/Calendar/MonthlyView.js +0 -186
- package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.d.ts +0 -19
- package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.js +0 -72
- package/dist/src/desktop/components/Calendar/ScheduleItem.d.ts +0 -16
- package/dist/src/desktop/components/Calendar/ScheduleItem.js +0 -49
- package/dist/src/desktop/components/Calendar/WeeklyView.d.ts +0 -21
- package/dist/src/desktop/components/Calendar/WeeklyView.js +0 -100
- package/dist/src/desktop/components/Calendar/YearlyView.d.ts +0 -12
- package/dist/src/desktop/components/Calendar/YearlyView.js +0 -76
- package/dist/src/desktop/components/Calendar/calendarUtils.d.ts +0 -24
- package/dist/src/desktop/components/Calendar/calendarUtils.js +0 -112
- package/dist/src/desktop/components/Calendar/constants.d.ts +0 -1
- package/dist/src/desktop/components/Calendar/constants.js +0 -31
- package/dist/src/desktop/components/Calendar/index.d.ts +0 -10
- package/dist/src/desktop/components/Calendar/index.js +0 -37
- package/dist/src/desktop/components/Calendar/timeFormatUtils.d.ts +0 -16
- package/dist/src/desktop/components/Calendar/timeFormatUtils.js +0 -45
- package/dist/src/desktop/components/Calendar/types.d.ts +0 -60
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +0 -6
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +0 -27
- /package/dist/src/{desktop/components/Calendar/types.js → sub/DynamicLayout/compositionActionTypes.js} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -8,12 +8,12 @@ export { AdminListItemTransition, InputTransition, ButtonTransition } from './sr
|
|
|
8
8
|
export { Form };
|
|
9
9
|
import { Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch } from './src/hybrid';
|
|
10
10
|
export { Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch };
|
|
11
|
-
import { LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicButtonGroup, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_SegmentedButtonGroup, D_Select, D_Slider, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopBasicModalWithTab, DesktopBasicModalWithTabInfoType, D_DesktopHeadlessModal, D_DesktopTutorialModal, DesktopTutorialModalInfoType, D_SectionSheet
|
|
11
|
+
import { LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicButtonGroup, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_SegmentedButtonGroup, D_Select, D_Slider, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopBasicModalWithTab, DesktopBasicModalWithTabInfoType, D_DesktopHeadlessModal, D_DesktopTutorialModal, DesktopTutorialModalInfoType, D_SectionSheet } from './src/desktop';
|
|
12
12
|
export { LayoutWF, WFContainersBox };
|
|
13
13
|
export { LayoutWH, WHContainersBox };
|
|
14
14
|
export { LayoutWS, WSGlobalMenuContainer, WSContainersBox };
|
|
15
15
|
export { LayoutWT, WTGlobalMenuContainer, WTContainersBox };
|
|
16
|
-
export { D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicButtonGroup, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_SegmentedButtonGroup, D_Select, D_Slider, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab
|
|
16
|
+
export { D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicButtonGroup, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_SegmentedButtonGroup, D_Select, D_Slider, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab };
|
|
17
17
|
export { D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopBasicModalWithTab, D_DesktopHeadlessModal, D_DesktopTutorialModal, D_SectionSheet };
|
|
18
18
|
export type { DesktopBasicModalWithTabInfoType, DesktopTutorialModalInfoType };
|
|
19
19
|
import { LayoutMF, MFContainersBox, LayoutMM, MMNavigationContainer, MMContainersBox, LayoutMP, MPNavigationContainer, MPTabContainer, MPContainersBox, LayoutMS, MSNavigationContainer, MSContainersBox, M_BasicButtonGroup, M_BasicChatListItem, M_BasicFormGroup, M_BasicList, M_BasicListItem, M_BlogTextField, M_BodyTextGroup, M_Card, M_CardList, M_ChatBubbleListItem, M_ChatList, M_Checkbox, M_Chip, M_ContextMenu, M_ContextMenuItem, M_DatePicker, M_Dropdown, M_FloatingActionButton, M_HorizontalFormGroup, M_IconButton, M_ImageSlide, M_LottieReactionButton, M_MainButton, M_MobileAlertDialog, M_MobileHeaderBar, M_MobileTabBar, M_Radio, M_ReactionButton, M_SegmentedButtonGroup, M_Select, M_Slider, M_StatusBlock, M_TextButton, M_TextField, M_TextLabel, M_UploadIconButton, M_UploadMainButton, M_UploadTextButton, M_AnnotationSheet, M_ContentSheet, M_MobileBasicModal, M_SectionSheet } from './src/mobile';
|
package/dist/index.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LayoutWF = exports.Switch = exports.Spacing = exports.LottieIcon = exports.LinearProgress = exports.ImageView = exports.Icon = exports.Divider = exports.Form = exports.ButtonTransition = exports.InputTransition = exports.AdminListItemTransition = exports.scaleBounceOutIncludeTranslate02 = exports.scaleBounceInIncludeTranslate02 = exports.scaleBounceOutIncludeTranslate = exports.scaleBounceInIncludeTranslate = exports.scaleBounceOut02 = exports.scaleBounceOut = exports.scaleBounceIn02 = exports.scaleBounceIn = exports.gelatine = exports.scaleDownIncludeTranslate = exports.scaleUpIncludeTranslate = exports.scaleDown = exports.scaleUp = exports.glow = exports.fadeOut = exports.fadeIn = exports.modalOverlayOffAni = exports.modalOverlayOnAni = exports.modalOffAni = exports.modalOnAni = exports.dialogOverlayOffAni = exports.dialogOverlayOnAni = exports.dialogOffAni = exports.dialogOnAni = exports.theme = exports.customTheme = exports.uiColors = exports.spacing = exports.boxShadow = exports.mobileEditorLineHeight = exports.mobileEditorFontSize = exports.mobileLineHeight = exports.mobileFontSize = exports.desktopEditorLineHeight = exports.desktopEditorFontSize = exports.desktopLineHeight = exports.desktopFontSize = exports.fontWeight = void 0;
|
|
4
4
|
exports.D_TextButton = exports.D_StatusBlock = exports.D_Slider = exports.D_Select = exports.D_SegmentedButtonGroup = exports.D_ReactionButton = exports.D_Radio = exports.D_PageTitleTextGroup = exports.D_MainButton = exports.D_LottieReactionButton = exports.D_ImageSlide = exports.D_IconButton = exports.D_HorizontalFormGroup = exports.D_Hero = exports.D_FloatingActionButton = exports.D_FilterBar = exports.D_EditApplyTextField = exports.D_DynamicDesktopNavBarTemplates = exports.D_DynamicDesktopNavBar = exports.D_Dropdown = exports.D_DesktopTabBar = exports.D_DesktopHeaderBar = exports.D_DesktopAlertDialog = exports.D_ContextMenuItem = exports.D_ContextMenu = exports.D_Chip = exports.D_Checkbox = exports.D_ChatList = exports.D_ChatBubbleListItem = exports.D_CardList = exports.D_Card = exports.D_BodyTextGroup = exports.D_BlogTextField = exports.D_BasicListItem = exports.D_BasicList = exports.D_BasicFormGroup = exports.D_BasicChatListItem = exports.D_BasicButtonGroup = exports.D_AdminListItem = exports.D_AdminListHeader = exports.D_AdminList = exports.WTContainersBox = exports.WTGlobalMenuContainer = exports.LayoutWT = exports.WSContainersBox = exports.WSGlobalMenuContainer = exports.LayoutWS = exports.WHContainersBox = exports.LayoutWH = exports.WFContainersBox = void 0;
|
|
5
|
-
exports.M_LottieReactionButton = exports.M_ImageSlide = exports.M_IconButton = exports.M_HorizontalFormGroup = exports.M_FloatingActionButton = exports.M_Dropdown = exports.M_DatePicker = exports.M_ContextMenuItem = exports.M_ContextMenu = exports.M_Chip = exports.M_Checkbox = exports.M_ChatList = exports.M_ChatBubbleListItem = exports.M_CardList = exports.M_Card = exports.M_BodyTextGroup = exports.M_BlogTextField = exports.M_BasicListItem = exports.M_BasicList = exports.M_BasicFormGroup = exports.M_BasicChatListItem = exports.M_BasicButtonGroup = exports.MSContainersBox = exports.MSNavigationContainer = exports.LayoutMS = exports.MPContainersBox = exports.MPTabContainer = exports.MPNavigationContainer = exports.LayoutMP = exports.MMContainersBox = exports.MMNavigationContainer = exports.LayoutMM = exports.MFContainersBox = exports.LayoutMF = exports.D_SectionSheet = exports.D_DesktopTutorialModal = exports.D_DesktopHeadlessModal = exports.D_DesktopBasicModalWithTab = exports.D_DesktopBasicModal = exports.D_ContentSheet = exports.D_AnnotationSheet = exports.
|
|
6
|
-
exports.ToolBar = exports.BulkActionBar = exports.AdminListItem = exports.AdminListHeader = exports.AdminList = exports.DynamicLayout = exports.M_SectionSheet = exports.M_MobileBasicModal = exports.M_ContentSheet = exports.M_AnnotationSheet = exports.M_UploadTextButton = exports.M_UploadMainButton = exports.M_UploadIconButton = exports.M_TextLabel = exports.M_TextField = exports.M_TextButton = exports.M_StatusBlock = exports.M_Slider = exports.M_Select = exports.M_SegmentedButtonGroup = exports.M_ReactionButton = exports.M_Radio = exports.M_MobileTabBar = exports.M_MobileHeaderBar = exports.M_MobileAlertDialog =
|
|
5
|
+
exports.M_MainButton = exports.M_LottieReactionButton = exports.M_ImageSlide = exports.M_IconButton = exports.M_HorizontalFormGroup = exports.M_FloatingActionButton = exports.M_Dropdown = exports.M_DatePicker = exports.M_ContextMenuItem = exports.M_ContextMenu = exports.M_Chip = exports.M_Checkbox = exports.M_ChatList = exports.M_ChatBubbleListItem = exports.M_CardList = exports.M_Card = exports.M_BodyTextGroup = exports.M_BlogTextField = exports.M_BasicListItem = exports.M_BasicList = exports.M_BasicFormGroup = exports.M_BasicChatListItem = exports.M_BasicButtonGroup = exports.MSContainersBox = exports.MSNavigationContainer = exports.LayoutMS = exports.MPContainersBox = exports.MPTabContainer = exports.MPNavigationContainer = exports.LayoutMP = exports.MMContainersBox = exports.MMNavigationContainer = exports.LayoutMM = exports.MFContainersBox = exports.LayoutMF = exports.D_SectionSheet = exports.D_DesktopTutorialModal = exports.D_DesktopHeadlessModal = exports.D_DesktopBasicModalWithTab = exports.D_DesktopBasicModal = exports.D_ContentSheet = exports.D_AnnotationSheet = exports.D_UserDesktopSideTab = exports.D_UserDesktopTabBar = exports.D_UserDesktopNavBar = exports.D_UploadTextButton = exports.D_UploadMainButton = exports.D_UploadIconButton = exports.D_TextLabel = exports.D_TextField = void 0;
|
|
6
|
+
exports.ToolBar = exports.BulkActionBar = exports.AdminListItem = exports.AdminListHeader = exports.AdminList = exports.DynamicLayout = exports.M_SectionSheet = exports.M_MobileBasicModal = exports.M_ContentSheet = exports.M_AnnotationSheet = exports.M_UploadTextButton = exports.M_UploadMainButton = exports.M_UploadIconButton = exports.M_TextLabel = exports.M_TextField = exports.M_TextButton = exports.M_StatusBlock = exports.M_Slider = exports.M_Select = exports.M_SegmentedButtonGroup = exports.M_ReactionButton = exports.M_Radio = exports.M_MobileTabBar = exports.M_MobileHeaderBar = exports.M_MobileAlertDialog = void 0;
|
|
7
7
|
/* eslint-disable import/order */
|
|
8
8
|
/* eslint-disable import/first */
|
|
9
9
|
// common
|
|
@@ -133,7 +133,6 @@ Object.defineProperty(exports, "D_DesktopBasicModalWithTab", { enumerable: true,
|
|
|
133
133
|
Object.defineProperty(exports, "D_DesktopHeadlessModal", { enumerable: true, get: function () { return desktop_1.D_DesktopHeadlessModal; } });
|
|
134
134
|
Object.defineProperty(exports, "D_DesktopTutorialModal", { enumerable: true, get: function () { return desktop_1.D_DesktopTutorialModal; } });
|
|
135
135
|
Object.defineProperty(exports, "D_SectionSheet", { enumerable: true, get: function () { return desktop_1.D_SectionSheet; } });
|
|
136
|
-
Object.defineProperty(exports, "D_Calendar", { enumerable: true, get: function () { return desktop_1.D_Calendar; } });
|
|
137
136
|
// mobile
|
|
138
137
|
var mobile_1 = require("./src/mobile");
|
|
139
138
|
Object.defineProperty(exports, "LayoutMF", { enumerable: true, get: function () { return mobile_1.LayoutMF; } });
|
|
@@ -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.getElementById('root')) })) : ((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;
|
|
@@ -33,34 +33,6 @@
|
|
|
33
33
|
"str_3890": "Thu",
|
|
34
34
|
"str_3891": "Fri",
|
|
35
35
|
"str_3892": "Sat",
|
|
36
|
-
"str_3893": "Sun"
|
|
37
|
-
"calendar_all_day": "All day",
|
|
38
|
-
"calendar_more_schedules": "more",
|
|
39
|
-
"calendar_today": "Today",
|
|
40
|
-
"calendar_month_1": "Jan",
|
|
41
|
-
"calendar_month_2": "Feb",
|
|
42
|
-
"calendar_month_3": "Mar",
|
|
43
|
-
"calendar_month_4": "Apr",
|
|
44
|
-
"calendar_month_5": "May",
|
|
45
|
-
"calendar_month_6": "Jun",
|
|
46
|
-
"calendar_month_7": "Jul",
|
|
47
|
-
"calendar_month_8": "Aug",
|
|
48
|
-
"calendar_month_9": "Sep",
|
|
49
|
-
"calendar_month_10": "Oct",
|
|
50
|
-
"calendar_month_11": "Nov",
|
|
51
|
-
"calendar_month_12": "Dec",
|
|
52
|
-
"calendar_time_am": "AM",
|
|
53
|
-
"calendar_time_pm": "PM",
|
|
54
|
-
"calendar_time_hour": "",
|
|
55
|
-
"calendar_time_noon": "Noon",
|
|
56
|
-
"calendar_header_daily": "{{dayText}}, {{month}} {{day}}, {{year}}",
|
|
57
|
-
"calendar_header_weekly_same_month": "{{month}} {{startDay}} - {{endDay}}",
|
|
58
|
-
"calendar_header_weekly_diff_month": "{{startMonth}} {{startDay}} - {{endMonth}} {{endDay}}",
|
|
59
|
-
"calendar_header_monthly": "{{month}} {{year}}",
|
|
60
|
-
"calendar_view_monthly": "Monthly",
|
|
61
|
-
"calendar_view_weekly": "Weekly",
|
|
62
|
-
"calendar_view_daily": "Daily",
|
|
63
|
-
"calendar_view_yearly": "Yearly",
|
|
64
|
-
"calendar_date_format": "{{day}} ({{dayText}})"
|
|
36
|
+
"str_3893": "Sun"
|
|
65
37
|
}
|
|
66
38
|
}
|
|
@@ -33,33 +33,6 @@
|
|
|
33
33
|
"str_3890": "Thu",
|
|
34
34
|
"str_3891": "Fri",
|
|
35
35
|
"str_3892": "Sat",
|
|
36
|
-
"str_3893": "Sun"
|
|
37
|
-
"calendar_all_day": "Todo el día",
|
|
38
|
-
"calendar_more_schedules": "más",
|
|
39
|
-
"calendar_today": "Hoy",
|
|
40
|
-
"calendar_month_1": "Ene",
|
|
41
|
-
"calendar_month_2": "Feb",
|
|
42
|
-
"calendar_month_3": "Mar",
|
|
43
|
-
"calendar_month_4": "Abr",
|
|
44
|
-
"calendar_month_5": "May",
|
|
45
|
-
"calendar_month_6": "Jun",
|
|
46
|
-
"calendar_month_7": "Jul",
|
|
47
|
-
"calendar_month_8": "Ago",
|
|
48
|
-
"calendar_month_9": "Sep",
|
|
49
|
-
"calendar_month_10": "Oct",
|
|
50
|
-
"calendar_month_11": "Nov",
|
|
51
|
-
"calendar_month_12": "Dic",
|
|
52
|
-
"calendar_time_am": "AM",
|
|
53
|
-
"calendar_time_pm": "PM",
|
|
54
|
-
"calendar_time_hour": "",
|
|
55
|
-
"calendar_time_noon": "Mediodía",
|
|
56
|
-
"calendar_header_daily": "{{dayText}}, {{day}} de {{month}}, {{year}}",
|
|
57
|
-
"calendar_header_weekly_same_month": "{{month}} {{startDay}} - {{endDay}}",
|
|
58
|
-
"calendar_header_weekly_diff_month": "{{startMonth}} {{startDay}} - {{endMonth}} {{endDay}}",
|
|
59
|
-
"calendar_header_monthly": "{{month}} {{year}}",
|
|
60
|
-
"calendar_view_monthly": "Mensual",
|
|
61
|
-
"calendar_view_weekly": "Semanal",
|
|
62
|
-
"calendar_view_daily": "Diario",
|
|
63
|
-
"calendar_view_yearly": "Anual"
|
|
36
|
+
"str_3893": "Sun"
|
|
64
37
|
}
|
|
65
38
|
}
|
|
@@ -33,33 +33,6 @@
|
|
|
33
33
|
"str_3890": "Thu",
|
|
34
34
|
"str_3891": "Fri",
|
|
35
35
|
"str_3892": "Sat",
|
|
36
|
-
"str_3893": "Sun"
|
|
37
|
-
"calendar_all_day": "Buong araw",
|
|
38
|
-
"calendar_more_schedules": "pa",
|
|
39
|
-
"calendar_today": "Ngayon",
|
|
40
|
-
"calendar_month_1": "Ene",
|
|
41
|
-
"calendar_month_2": "Peb",
|
|
42
|
-
"calendar_month_3": "Mar",
|
|
43
|
-
"calendar_month_4": "Abr",
|
|
44
|
-
"calendar_month_5": "May",
|
|
45
|
-
"calendar_month_6": "Hun",
|
|
46
|
-
"calendar_month_7": "Hul",
|
|
47
|
-
"calendar_month_8": "Ago",
|
|
48
|
-
"calendar_month_9": "Set",
|
|
49
|
-
"calendar_month_10": "Okt",
|
|
50
|
-
"calendar_month_11": "Nob",
|
|
51
|
-
"calendar_month_12": "Dis",
|
|
52
|
-
"calendar_time_am": "NU",
|
|
53
|
-
"calendar_time_pm": "NH",
|
|
54
|
-
"calendar_time_hour": "",
|
|
55
|
-
"calendar_time_noon": "Tanghali",
|
|
56
|
-
"calendar_header_daily": "{{dayText}}, {{month}} {{day}}, {{year}}",
|
|
57
|
-
"calendar_header_weekly_same_month": "{{month}} {{startDay}} - {{endDay}}",
|
|
58
|
-
"calendar_header_weekly_diff_month": "{{startMonth}} {{startDay}} - {{endMonth}} {{endDay}}",
|
|
59
|
-
"calendar_header_monthly": "{{month}} {{year}}",
|
|
60
|
-
"calendar_view_monthly": "Buwanan",
|
|
61
|
-
"calendar_view_weekly": "Linggo",
|
|
62
|
-
"calendar_view_daily": "Araw-araw",
|
|
63
|
-
"calendar_view_yearly": "Taon"
|
|
36
|
+
"str_3893": "Sun"
|
|
64
37
|
}
|
|
65
38
|
}
|
|
@@ -35,34 +35,6 @@ declare const locale: {
|
|
|
35
35
|
str_3891: string;
|
|
36
36
|
str_3892: string;
|
|
37
37
|
str_3893: string;
|
|
38
|
-
calendar_all_day: string;
|
|
39
|
-
calendar_more_schedules: string;
|
|
40
|
-
calendar_today: string;
|
|
41
|
-
calendar_month_1: string;
|
|
42
|
-
calendar_month_2: string;
|
|
43
|
-
calendar_month_3: string;
|
|
44
|
-
calendar_month_4: string;
|
|
45
|
-
calendar_month_5: string;
|
|
46
|
-
calendar_month_6: string;
|
|
47
|
-
calendar_month_7: string;
|
|
48
|
-
calendar_month_8: string;
|
|
49
|
-
calendar_month_9: string;
|
|
50
|
-
calendar_month_10: string;
|
|
51
|
-
calendar_month_11: string;
|
|
52
|
-
calendar_month_12: string;
|
|
53
|
-
calendar_time_am: string;
|
|
54
|
-
calendar_time_pm: string;
|
|
55
|
-
calendar_time_hour: string;
|
|
56
|
-
calendar_time_noon: string;
|
|
57
|
-
calendar_header_daily: string;
|
|
58
|
-
calendar_header_weekly_same_month: string;
|
|
59
|
-
calendar_header_weekly_diff_month: string;
|
|
60
|
-
calendar_header_monthly: string;
|
|
61
|
-
calendar_view_monthly: string;
|
|
62
|
-
calendar_view_weekly: string;
|
|
63
|
-
calendar_view_daily: string;
|
|
64
|
-
calendar_view_yearly: string;
|
|
65
|
-
calendar_date_format: string;
|
|
66
38
|
};
|
|
67
39
|
};
|
|
68
40
|
readonly en: {
|
|
@@ -101,34 +73,6 @@ declare const locale: {
|
|
|
101
73
|
str_3891: string;
|
|
102
74
|
str_3892: string;
|
|
103
75
|
str_3893: string;
|
|
104
|
-
calendar_all_day: string;
|
|
105
|
-
calendar_more_schedules: string;
|
|
106
|
-
calendar_today: string;
|
|
107
|
-
calendar_month_1: string;
|
|
108
|
-
calendar_month_2: string;
|
|
109
|
-
calendar_month_3: string;
|
|
110
|
-
calendar_month_4: string;
|
|
111
|
-
calendar_month_5: string;
|
|
112
|
-
calendar_month_6: string;
|
|
113
|
-
calendar_month_7: string;
|
|
114
|
-
calendar_month_8: string;
|
|
115
|
-
calendar_month_9: string;
|
|
116
|
-
calendar_month_10: string;
|
|
117
|
-
calendar_month_11: string;
|
|
118
|
-
calendar_month_12: string;
|
|
119
|
-
calendar_time_am: string;
|
|
120
|
-
calendar_time_pm: string;
|
|
121
|
-
calendar_time_hour: string;
|
|
122
|
-
calendar_time_noon: string;
|
|
123
|
-
calendar_header_daily: string;
|
|
124
|
-
calendar_header_weekly_same_month: string;
|
|
125
|
-
calendar_header_weekly_diff_month: string;
|
|
126
|
-
calendar_header_monthly: string;
|
|
127
|
-
calendar_view_monthly: string;
|
|
128
|
-
calendar_view_weekly: string;
|
|
129
|
-
calendar_view_daily: string;
|
|
130
|
-
calendar_view_yearly: string;
|
|
131
|
-
calendar_date_format: string;
|
|
132
76
|
};
|
|
133
77
|
};
|
|
134
78
|
readonly ja: {
|
|
@@ -167,34 +111,6 @@ declare const locale: {
|
|
|
167
111
|
str_3891: string;
|
|
168
112
|
str_3892: string;
|
|
169
113
|
str_3893: string;
|
|
170
|
-
calendar_all_day: string;
|
|
171
|
-
calendar_more_schedules: string;
|
|
172
|
-
calendar_today: string;
|
|
173
|
-
calendar_month_1: string;
|
|
174
|
-
calendar_month_2: string;
|
|
175
|
-
calendar_month_3: string;
|
|
176
|
-
calendar_month_4: string;
|
|
177
|
-
calendar_month_5: string;
|
|
178
|
-
calendar_month_6: string;
|
|
179
|
-
calendar_month_7: string;
|
|
180
|
-
calendar_month_8: string;
|
|
181
|
-
calendar_month_9: string;
|
|
182
|
-
calendar_month_10: string;
|
|
183
|
-
calendar_month_11: string;
|
|
184
|
-
calendar_month_12: string;
|
|
185
|
-
calendar_time_am: string;
|
|
186
|
-
calendar_time_pm: string;
|
|
187
|
-
calendar_time_hour: string;
|
|
188
|
-
calendar_time_noon: string;
|
|
189
|
-
calendar_header_daily: string;
|
|
190
|
-
calendar_header_weekly_same_month: string;
|
|
191
|
-
calendar_header_weekly_diff_month: string;
|
|
192
|
-
calendar_header_monthly: string;
|
|
193
|
-
calendar_view_monthly: string;
|
|
194
|
-
calendar_view_weekly: string;
|
|
195
|
-
calendar_view_daily: string;
|
|
196
|
-
calendar_view_yearly: string;
|
|
197
|
-
calendar_date_format: string;
|
|
198
114
|
};
|
|
199
115
|
};
|
|
200
116
|
readonly es: {
|
|
@@ -233,33 +149,6 @@ declare const locale: {
|
|
|
233
149
|
str_3891: string;
|
|
234
150
|
str_3892: string;
|
|
235
151
|
str_3893: string;
|
|
236
|
-
calendar_all_day: string;
|
|
237
|
-
calendar_more_schedules: string;
|
|
238
|
-
calendar_today: string;
|
|
239
|
-
calendar_month_1: string;
|
|
240
|
-
calendar_month_2: string;
|
|
241
|
-
calendar_month_3: string;
|
|
242
|
-
calendar_month_4: string;
|
|
243
|
-
calendar_month_5: string;
|
|
244
|
-
calendar_month_6: string;
|
|
245
|
-
calendar_month_7: string;
|
|
246
|
-
calendar_month_8: string;
|
|
247
|
-
calendar_month_9: string;
|
|
248
|
-
calendar_month_10: string;
|
|
249
|
-
calendar_month_11: string;
|
|
250
|
-
calendar_month_12: string;
|
|
251
|
-
calendar_time_am: string;
|
|
252
|
-
calendar_time_pm: string;
|
|
253
|
-
calendar_time_hour: string;
|
|
254
|
-
calendar_time_noon: string;
|
|
255
|
-
calendar_header_daily: string;
|
|
256
|
-
calendar_header_weekly_same_month: string;
|
|
257
|
-
calendar_header_weekly_diff_month: string;
|
|
258
|
-
calendar_header_monthly: string;
|
|
259
|
-
calendar_view_monthly: string;
|
|
260
|
-
calendar_view_weekly: string;
|
|
261
|
-
calendar_view_daily: string;
|
|
262
|
-
calendar_view_yearly: string;
|
|
263
152
|
};
|
|
264
153
|
};
|
|
265
154
|
readonly 'zh-cn': {
|
|
@@ -298,34 +187,6 @@ declare const locale: {
|
|
|
298
187
|
str_3891: string;
|
|
299
188
|
str_3892: string;
|
|
300
189
|
str_3893: string;
|
|
301
|
-
calendar_all_day: string;
|
|
302
|
-
calendar_more_schedules: string;
|
|
303
|
-
calendar_today: string;
|
|
304
|
-
calendar_month_1: string;
|
|
305
|
-
calendar_month_2: string;
|
|
306
|
-
calendar_month_3: string;
|
|
307
|
-
calendar_month_4: string;
|
|
308
|
-
calendar_month_5: string;
|
|
309
|
-
calendar_month_6: string;
|
|
310
|
-
calendar_month_7: string;
|
|
311
|
-
calendar_month_8: string;
|
|
312
|
-
calendar_month_9: string;
|
|
313
|
-
calendar_month_10: string;
|
|
314
|
-
calendar_month_11: string;
|
|
315
|
-
calendar_month_12: string;
|
|
316
|
-
calendar_time_am: string;
|
|
317
|
-
calendar_time_pm: string;
|
|
318
|
-
calendar_time_hour: string;
|
|
319
|
-
calendar_time_noon: string;
|
|
320
|
-
calendar_header_daily: string;
|
|
321
|
-
calendar_header_weekly_same_month: string;
|
|
322
|
-
calendar_header_weekly_diff_month: string;
|
|
323
|
-
calendar_header_monthly: string;
|
|
324
|
-
calendar_view_monthly: string;
|
|
325
|
-
calendar_view_weekly: string;
|
|
326
|
-
calendar_view_daily: string;
|
|
327
|
-
calendar_view_yearly: string;
|
|
328
|
-
calendar_date_format: string;
|
|
329
190
|
};
|
|
330
191
|
};
|
|
331
192
|
readonly 'zh-tw': {
|
|
@@ -364,34 +225,6 @@ declare const locale: {
|
|
|
364
225
|
str_3891: string;
|
|
365
226
|
str_3892: string;
|
|
366
227
|
str_3893: string;
|
|
367
|
-
calendar_all_day: string;
|
|
368
|
-
calendar_more_schedules: string;
|
|
369
|
-
calendar_today: string;
|
|
370
|
-
calendar_month_1: string;
|
|
371
|
-
calendar_month_2: string;
|
|
372
|
-
calendar_month_3: string;
|
|
373
|
-
calendar_month_4: string;
|
|
374
|
-
calendar_month_5: string;
|
|
375
|
-
calendar_month_6: string;
|
|
376
|
-
calendar_month_7: string;
|
|
377
|
-
calendar_month_8: string;
|
|
378
|
-
calendar_month_9: string;
|
|
379
|
-
calendar_month_10: string;
|
|
380
|
-
calendar_month_11: string;
|
|
381
|
-
calendar_month_12: string;
|
|
382
|
-
calendar_time_am: string;
|
|
383
|
-
calendar_time_pm: string;
|
|
384
|
-
calendar_time_hour: string;
|
|
385
|
-
calendar_time_noon: string;
|
|
386
|
-
calendar_header_daily: string;
|
|
387
|
-
calendar_header_weekly_same_month: string;
|
|
388
|
-
calendar_header_weekly_diff_month: string;
|
|
389
|
-
calendar_header_monthly: string;
|
|
390
|
-
calendar_view_monthly: string;
|
|
391
|
-
calendar_view_weekly: string;
|
|
392
|
-
calendar_view_daily: string;
|
|
393
|
-
calendar_view_yearly: string;
|
|
394
|
-
calendar_date_format: string;
|
|
395
228
|
};
|
|
396
229
|
};
|
|
397
230
|
readonly fil: {
|
|
@@ -430,33 +263,6 @@ declare const locale: {
|
|
|
430
263
|
str_3891: string;
|
|
431
264
|
str_3892: string;
|
|
432
265
|
str_3893: string;
|
|
433
|
-
calendar_all_day: string;
|
|
434
|
-
calendar_more_schedules: string;
|
|
435
|
-
calendar_today: string;
|
|
436
|
-
calendar_month_1: string;
|
|
437
|
-
calendar_month_2: string;
|
|
438
|
-
calendar_month_3: string;
|
|
439
|
-
calendar_month_4: string;
|
|
440
|
-
calendar_month_5: string;
|
|
441
|
-
calendar_month_6: string;
|
|
442
|
-
calendar_month_7: string;
|
|
443
|
-
calendar_month_8: string;
|
|
444
|
-
calendar_month_9: string;
|
|
445
|
-
calendar_month_10: string;
|
|
446
|
-
calendar_month_11: string;
|
|
447
|
-
calendar_month_12: string;
|
|
448
|
-
calendar_time_am: string;
|
|
449
|
-
calendar_time_pm: string;
|
|
450
|
-
calendar_time_hour: string;
|
|
451
|
-
calendar_time_noon: string;
|
|
452
|
-
calendar_header_daily: string;
|
|
453
|
-
calendar_header_weekly_same_month: string;
|
|
454
|
-
calendar_header_weekly_diff_month: string;
|
|
455
|
-
calendar_header_monthly: string;
|
|
456
|
-
calendar_view_monthly: string;
|
|
457
|
-
calendar_view_weekly: string;
|
|
458
|
-
calendar_view_daily: string;
|
|
459
|
-
calendar_view_yearly: string;
|
|
460
266
|
};
|
|
461
267
|
};
|
|
462
268
|
};
|
|
@@ -33,34 +33,6 @@
|
|
|
33
33
|
"str_3890": "木",
|
|
34
34
|
"str_3891": "金",
|
|
35
35
|
"str_3892": "土",
|
|
36
|
-
"str_3893": "日"
|
|
37
|
-
"calendar_all_day": "終日",
|
|
38
|
-
"calendar_more_schedules": "件以上",
|
|
39
|
-
"calendar_today": "今日",
|
|
40
|
-
"calendar_month_1": "1月",
|
|
41
|
-
"calendar_month_2": "2月",
|
|
42
|
-
"calendar_month_3": "3月",
|
|
43
|
-
"calendar_month_4": "4月",
|
|
44
|
-
"calendar_month_5": "5月",
|
|
45
|
-
"calendar_month_6": "6月",
|
|
46
|
-
"calendar_month_7": "7月",
|
|
47
|
-
"calendar_month_8": "8月",
|
|
48
|
-
"calendar_month_9": "9月",
|
|
49
|
-
"calendar_month_10": "10月",
|
|
50
|
-
"calendar_month_11": "11月",
|
|
51
|
-
"calendar_month_12": "12月",
|
|
52
|
-
"calendar_time_am": "午前",
|
|
53
|
-
"calendar_time_pm": "午後",
|
|
54
|
-
"calendar_time_hour": "時",
|
|
55
|
-
"calendar_time_noon": "昼",
|
|
56
|
-
"calendar_header_daily": "{{year}}年{{month}}{{day}}日 {{dayText}}曜日",
|
|
57
|
-
"calendar_header_weekly_same_month": "{{month}}{{startDay}}日 - {{endDay}}日",
|
|
58
|
-
"calendar_header_weekly_diff_month": "{{startMonth}}{{startDay}}日 - {{endMonth}}{{endDay}}日",
|
|
59
|
-
"calendar_header_monthly": "{{year}}年{{month}}",
|
|
60
|
-
"calendar_view_monthly": "月",
|
|
61
|
-
"calendar_view_weekly": "週",
|
|
62
|
-
"calendar_view_daily": "日",
|
|
63
|
-
"calendar_view_yearly": "年",
|
|
64
|
-
"calendar_date_format": "{{day}}日 ({{dayText}})"
|
|
36
|
+
"str_3893": "日"
|
|
65
37
|
}
|
|
66
38
|
}
|
|
@@ -33,34 +33,6 @@
|
|
|
33
33
|
"str_3890": "목",
|
|
34
34
|
"str_3891": "금",
|
|
35
35
|
"str_3892": "토",
|
|
36
|
-
"str_3893": "일"
|
|
37
|
-
"calendar_all_day": "종일",
|
|
38
|
-
"calendar_more_schedules": "개 더보기",
|
|
39
|
-
"calendar_today": "오늘",
|
|
40
|
-
"calendar_month_1": "1월",
|
|
41
|
-
"calendar_month_2": "2월",
|
|
42
|
-
"calendar_month_3": "3월",
|
|
43
|
-
"calendar_month_4": "4월",
|
|
44
|
-
"calendar_month_5": "5월",
|
|
45
|
-
"calendar_month_6": "6월",
|
|
46
|
-
"calendar_month_7": "7월",
|
|
47
|
-
"calendar_month_8": "8월",
|
|
48
|
-
"calendar_month_9": "9월",
|
|
49
|
-
"calendar_month_10": "10월",
|
|
50
|
-
"calendar_month_11": "11월",
|
|
51
|
-
"calendar_month_12": "12월",
|
|
52
|
-
"calendar_time_am": "오전",
|
|
53
|
-
"calendar_time_pm": "오후",
|
|
54
|
-
"calendar_time_hour": "시",
|
|
55
|
-
"calendar_time_noon": "점심",
|
|
56
|
-
"calendar_header_daily": "{{year}}년 {{month}} {{day}}일 {{dayText}}요일",
|
|
57
|
-
"calendar_header_weekly_same_month": "{{month}} {{startDay}}일 - {{endDay}}일",
|
|
58
|
-
"calendar_header_weekly_diff_month": "{{startMonth}} {{startDay}}일 - {{endMonth}} {{endDay}}일",
|
|
59
|
-
"calendar_header_monthly": "{{year}}년 {{month}}",
|
|
60
|
-
"calendar_view_monthly": "월간",
|
|
61
|
-
"calendar_view_weekly": "주간",
|
|
62
|
-
"calendar_view_daily": "일간",
|
|
63
|
-
"calendar_view_yearly": "연간",
|
|
64
|
-
"calendar_date_format": "{{day}}일 ({{dayText}})"
|
|
36
|
+
"str_3893": "일"
|
|
65
37
|
}
|
|
66
38
|
}
|
|
@@ -33,34 +33,6 @@
|
|
|
33
33
|
"str_3890": "Thu",
|
|
34
34
|
"str_3891": "Fri",
|
|
35
35
|
"str_3892": "Sat",
|
|
36
|
-
"str_3893": "Sun"
|
|
37
|
-
"calendar_all_day": "全天",
|
|
38
|
-
"calendar_more_schedules": "更多",
|
|
39
|
-
"calendar_today": "今天",
|
|
40
|
-
"calendar_month_1": "1月",
|
|
41
|
-
"calendar_month_2": "2月",
|
|
42
|
-
"calendar_month_3": "3月",
|
|
43
|
-
"calendar_month_4": "4月",
|
|
44
|
-
"calendar_month_5": "5月",
|
|
45
|
-
"calendar_month_6": "6月",
|
|
46
|
-
"calendar_month_7": "7月",
|
|
47
|
-
"calendar_month_8": "8月",
|
|
48
|
-
"calendar_month_9": "9月",
|
|
49
|
-
"calendar_month_10": "10月",
|
|
50
|
-
"calendar_month_11": "11月",
|
|
51
|
-
"calendar_month_12": "12月",
|
|
52
|
-
"calendar_time_am": "上午",
|
|
53
|
-
"calendar_time_pm": "下午",
|
|
54
|
-
"calendar_time_hour": "时",
|
|
55
|
-
"calendar_time_noon": "中午",
|
|
56
|
-
"calendar_header_daily": "{{year}}年{{month}}{{day}}日 {{dayText}}",
|
|
57
|
-
"calendar_header_weekly_same_month": "{{month}}{{startDay}}日 - {{endDay}}日",
|
|
58
|
-
"calendar_header_weekly_diff_month": "{{startMonth}}{{startDay}}日 - {{endMonth}}{{endDay}}日",
|
|
59
|
-
"calendar_header_monthly": "{{year}}年{{month}}",
|
|
60
|
-
"calendar_view_monthly": "月",
|
|
61
|
-
"calendar_view_weekly": "周",
|
|
62
|
-
"calendar_view_daily": "日",
|
|
63
|
-
"calendar_view_yearly": "年",
|
|
64
|
-
"calendar_date_format": "{{day}}日 ({{dayText}})"
|
|
36
|
+
"str_3893": "Sun"
|
|
65
37
|
}
|
|
66
38
|
}
|
|
@@ -33,34 +33,6 @@
|
|
|
33
33
|
"str_3890": "Thu",
|
|
34
34
|
"str_3891": "Fri",
|
|
35
35
|
"str_3892": "Sat",
|
|
36
|
-
"str_3893": "Sun"
|
|
37
|
-
"calendar_all_day": "全天",
|
|
38
|
-
"calendar_more_schedules": "更多",
|
|
39
|
-
"calendar_today": "今天",
|
|
40
|
-
"calendar_month_1": "1月",
|
|
41
|
-
"calendar_month_2": "2月",
|
|
42
|
-
"calendar_month_3": "3月",
|
|
43
|
-
"calendar_month_4": "4月",
|
|
44
|
-
"calendar_month_5": "5月",
|
|
45
|
-
"calendar_month_6": "6月",
|
|
46
|
-
"calendar_month_7": "7月",
|
|
47
|
-
"calendar_month_8": "8月",
|
|
48
|
-
"calendar_month_9": "9月",
|
|
49
|
-
"calendar_month_10": "10月",
|
|
50
|
-
"calendar_month_11": "11月",
|
|
51
|
-
"calendar_month_12": "12月",
|
|
52
|
-
"calendar_time_am": "上午",
|
|
53
|
-
"calendar_time_pm": "下午",
|
|
54
|
-
"calendar_time_hour": "時",
|
|
55
|
-
"calendar_time_noon": "中午",
|
|
56
|
-
"calendar_header_daily": "{{year}}年{{month}}{{day}}日 {{dayText}}",
|
|
57
|
-
"calendar_header_weekly_same_month": "{{month}}{{startDay}}日 - {{endDay}}日",
|
|
58
|
-
"calendar_header_weekly_diff_month": "{{startMonth}}{{startDay}}日 - {{endMonth}}{{endDay}}日",
|
|
59
|
-
"calendar_header_monthly": "{{year}}年{{month}}",
|
|
60
|
-
"calendar_view_monthly": "月",
|
|
61
|
-
"calendar_view_weekly": "周",
|
|
62
|
-
"calendar_view_daily": "日",
|
|
63
|
-
"calendar_view_yearly": "年",
|
|
64
|
-
"calendar_date_format": "{{day}}日 ({{dayText}})"
|
|
36
|
+
"str_3893": "Sun"
|
|
65
37
|
}
|
|
66
38
|
}
|
|
@@ -123,7 +123,7 @@ declare const colorSet: {
|
|
|
123
123
|
grey450: string;
|
|
124
124
|
darkgrey450: string;
|
|
125
125
|
};
|
|
126
|
-
readonly
|
|
126
|
+
readonly PaletteColor_Dark: {
|
|
127
127
|
sys_container_background_01: string;
|
|
128
128
|
sys_container_background_02: string;
|
|
129
129
|
sys_container_background_03: string;
|
|
@@ -503,7 +503,7 @@ declare const colorSet: {
|
|
|
503
503
|
sys_cpnt_sheet_base_54: string;
|
|
504
504
|
sys_component_border_01: string;
|
|
505
505
|
};
|
|
506
|
-
readonly
|
|
506
|
+
readonly PaletteColor_light: {
|
|
507
507
|
sys_container_background_01: string;
|
|
508
508
|
sys_container_background_02: string;
|
|
509
509
|
sys_container_background_03: string;
|
|
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
|
-
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
8
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
13
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
function hoverTypeSystemUICssGenerator(_a) {
|
|
11
11
|
var baseSize = _a.baseSize, sizeOffset = _a.sizeOffset, positionOffset = _a.positionOffset, systemUIPosition = _a.systemUIPosition, _b = _a.distance, distance = _b === void 0 ? 8 : _b;
|
|
12
12
|
if (!sizeOffset || !positionOffset) {
|
|
13
|
-
return '';
|
|
13
|
+
return 'visibility: hidden;';
|
|
14
14
|
}
|
|
15
15
|
var end = positionOffset.left, bottom = positionOffset.bottom, top = positionOffset.top;
|
|
16
16
|
var width = sizeOffset.width, height = sizeOffset.height;
|
|
@@ -10,7 +10,4 @@ export declare class DateHelper {
|
|
|
10
10
|
static addMonths(date: Date, diff: number): Date;
|
|
11
11
|
static addDays(date: Date, diff: number): Date;
|
|
12
12
|
static getCalendarDates(monthDate: Date, startOfWeek: 'sunday' | 'monday'): Date[];
|
|
13
|
-
static endOfMonth(date: Date): Date;
|
|
14
|
-
static getCalendarDatesForCalendar(monthDate: Date, startOfWeek: 'sunday' | 'monday'): Date[];
|
|
15
|
-
static getDatesInRange(startDate: Date, endDate: Date): Date[];
|
|
16
13
|
}
|