pds-dev-kit-web-test 2.5.485 → 2.5.487

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.
Files changed (200) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +2 -3
  3. package/dist/src/common/hooks/useTooltip.js +1 -1
  4. package/dist/src/common/services/i18n/resources/en.json +1 -31
  5. package/dist/src/common/services/i18n/resources/es.json +1 -30
  6. package/dist/src/common/services/i18n/resources/fil.json +1 -30
  7. package/dist/src/common/services/i18n/resources/index.d.ts +0 -208
  8. package/dist/src/common/services/i18n/resources/ja.json +1 -31
  9. package/dist/src/common/services/i18n/resources/ko.json +1 -31
  10. package/dist/src/common/services/i18n/resources/zh-cn.json +1 -31
  11. package/dist/src/common/services/i18n/resources/zh-tw.json +1 -31
  12. package/dist/src/common/styles/colorSet/index.d.ts +2 -2
  13. package/dist/src/common/styles/colorSet/index.js +2 -2
  14. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
  15. package/dist/src/common/utils/dateHelper.d.ts +0 -3
  16. package/dist/src/common/utils/dateHelper.js +0 -37
  17. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  18. package/dist/src/desktop/components/index.d.ts +1 -2
  19. package/dist/src/desktop/components/index.js +1 -3
  20. package/dist/src/desktop/index.d.ts +1 -1
  21. package/dist/src/desktop/index.js +1 -2
  22. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +22 -0
  23. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +1133 -0
  24. package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +4 -1
  25. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +5 -3
  26. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +53 -53
  27. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.d.ts +11 -0
  28. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.js +45 -0
  29. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +10 -0
  30. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +79 -0
  31. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  32. package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -2
  33. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +24 -2
  34. package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +2 -2
  35. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
  36. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
  37. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
  38. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
  39. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
  40. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
  41. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
  42. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
  43. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
  44. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
  45. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
  46. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
  47. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
  48. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
  49. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
  50. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
  51. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
  52. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
  53. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
  54. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +3 -1
  55. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.js +5 -3
  56. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -1
  57. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.js +9 -2
  58. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +139 -0
  59. package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +8 -0
  60. package/dist/src/sub/DynamicLayout/compositionQueryContext.js +14 -0
  61. package/dist/src/sub/DynamicLayout/mock_componentBlocks.d.ts +776 -0
  62. package/dist/src/sub/DynamicLayout/mock_componentBlocks.js +4236 -0
  63. package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
  64. package/dist/src/sub/DynamicLayout/mock_composition.js +1607 -0
  65. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -0
  66. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1111 -0
  67. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -0
  68. package/dist/src/sub/DynamicLayout/mock_contentsList.js +1091 -0
  69. package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +96 -0
  70. package/dist/src/sub/DynamicLayout/mock_queryData.js +2639 -0
  71. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +842 -0
  72. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +854 -0
  73. package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
  74. package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
  75. package/dist/src/sub/DynamicLayout/mocks.d.ts +8 -960
  76. package/dist/src/sub/DynamicLayout/mocks.js +55 -4239
  77. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  78. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  79. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +12 -11
  80. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +16 -10
  81. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +13 -3
  82. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +18 -2
  83. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +10 -4
  84. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +134 -3
  85. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +12 -0
  86. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +61 -0
  87. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.d.ts +15 -0
  88. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.js +69 -0
  89. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.d.ts +15 -0
  90. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.js +69 -0
  91. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +9 -0
  92. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +87 -0
  93. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
  94. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +849 -0
  95. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +43 -0
  96. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +162 -0
  97. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +39 -0
  98. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +182 -0
  99. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.d.ts +18 -0
  100. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.js +229 -0
  101. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.d.ts +14 -0
  102. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.js +46 -0
  103. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
  104. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
  105. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +139 -0
  106. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.js +2 -0
  107. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +14 -0
  108. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +206 -0
  109. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +17 -0
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +39 -0
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +10 -0
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +85 -0
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +25 -0
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +183 -0
  115. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +29 -0
  116. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +128 -0
  117. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.d.ts +18 -0
  118. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.js +229 -0
  119. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +1 -0
  120. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.js +8 -0
  121. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +67 -0
  122. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +2 -0
  123. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +39 -3
  124. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +14 -0
  125. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +151 -0
  126. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +12 -0
  127. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +39 -0
  128. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.d.ts +15 -0
  129. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.js +69 -0
  130. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.d.ts +15 -0
  131. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.js +69 -0
  132. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +20 -0
  133. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +173 -0
  134. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +9 -0
  135. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +87 -0
  136. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
  137. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +849 -0
  138. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +43 -0
  139. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +162 -0
  140. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.d.ts +18 -0
  141. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.js +229 -0
  142. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.d.ts +16 -0
  143. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.js +63 -0
  144. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
  145. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.js +8 -0
  146. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +46 -0
  147. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +186 -0
  148. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +163 -0
  149. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
  150. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +31 -7
  151. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +45 -1
  152. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  153. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +1 -1
  154. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +27 -10
  155. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +3 -1
  156. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/effectPropParsers/parseEffectPropEntAnim.d.ts +4 -4
  157. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding.d.ts +2 -2
  158. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +14 -0
  159. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.js +26 -0
  160. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
  161. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +7 -2
  162. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +18 -13
  163. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  164. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +53 -3
  165. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  166. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +3 -2
  167. package/dist/src/sub/DynamicLayout/types.d.ts +64 -17
  168. package/package.json +3 -2
  169. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.d.ts +0 -13
  170. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.js +0 -132
  171. package/dist/src/desktop/components/Calendar/Calendar.d.ts +0 -4
  172. package/dist/src/desktop/components/Calendar/Calendar.js +0 -384
  173. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.d.ts +0 -7
  174. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.js +0 -48
  175. package/dist/src/desktop/components/Calendar/DailyView.d.ts +0 -17
  176. package/dist/src/desktop/components/Calendar/DailyView.js +0 -64
  177. package/dist/src/desktop/components/Calendar/MonthlyView.d.ts +0 -27
  178. package/dist/src/desktop/components/Calendar/MonthlyView.js +0 -263
  179. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.d.ts +0 -19
  180. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.js +0 -73
  181. package/dist/src/desktop/components/Calendar/ScheduleItem.d.ts +0 -16
  182. package/dist/src/desktop/components/Calendar/ScheduleItem.js +0 -50
  183. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.d.ts +0 -9
  184. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.js +0 -170
  185. package/dist/src/desktop/components/Calendar/WeeklyView.d.ts +0 -21
  186. package/dist/src/desktop/components/Calendar/WeeklyView.js +0 -91
  187. package/dist/src/desktop/components/Calendar/YearlyView.d.ts +0 -12
  188. package/dist/src/desktop/components/Calendar/YearlyView.js +0 -76
  189. package/dist/src/desktop/components/Calendar/calendarUtils.d.ts +0 -24
  190. package/dist/src/desktop/components/Calendar/calendarUtils.js +0 -112
  191. package/dist/src/desktop/components/Calendar/constants.d.ts +0 -1
  192. package/dist/src/desktop/components/Calendar/constants.js +0 -31
  193. package/dist/src/desktop/components/Calendar/index.d.ts +0 -10
  194. package/dist/src/desktop/components/Calendar/index.js +0 -37
  195. package/dist/src/desktop/components/Calendar/timeFormatUtils.d.ts +0 -16
  196. package/dist/src/desktop/components/Calendar/timeFormatUtils.js +0 -45
  197. package/dist/src/desktop/components/Calendar/types.d.ts +0 -60
  198. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +0 -6
  199. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +0 -27
  200. /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, D_Calendar } from './src/desktop';
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, D_Calendar };
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.D_Calendar = 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 = exports.M_MainButton = void 0;
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.body) })) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}));
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,36 +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_duration_hour": " hour",
56
- "calendar_duration_hours": " hours",
57
- "calendar_time_noon": "Noon",
58
- "calendar_header_daily": "{{dayText}}, {{month}} {{day}}, {{year}}",
59
- "calendar_header_weekly_same_month": "{{month}} {{startDay}} - {{endDay}}",
60
- "calendar_header_weekly_diff_month": "{{startMonth}} {{startDay}} - {{endMonth}} {{endDay}}",
61
- "calendar_header_monthly": "{{month}} {{year}}",
62
- "calendar_view_monthly": "Monthly",
63
- "calendar_view_weekly": "Weekly",
64
- "calendar_view_daily": "Daily",
65
- "calendar_view_yearly": "Yearly",
66
- "calendar_date_format": "{{day}} ({{dayText}})"
36
+ "str_3893": "Sun"
67
37
  }
68
38
  }
@@ -33,35 +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_duration_hour": " hora",
56
- "calendar_duration_hours": " horas",
57
- "calendar_time_noon": "Mediodía",
58
- "calendar_header_daily": "{{dayText}}, {{day}} de {{month}}, {{year}}",
59
- "calendar_header_weekly_same_month": "{{month}} {{startDay}} - {{endDay}}",
60
- "calendar_header_weekly_diff_month": "{{startMonth}} {{startDay}} - {{endMonth}} {{endDay}}",
61
- "calendar_header_monthly": "{{month}} {{year}}",
62
- "calendar_view_monthly": "Mensual",
63
- "calendar_view_weekly": "Semanal",
64
- "calendar_view_daily": "Diario",
65
- "calendar_view_yearly": "Anual"
36
+ "str_3893": "Sun"
66
37
  }
67
38
  }
@@ -33,35 +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_duration_hour": " oras",
56
- "calendar_duration_hours": " oras",
57
- "calendar_time_noon": "Tanghali",
58
- "calendar_header_daily": "{{dayText}}, {{month}} {{day}}, {{year}}",
59
- "calendar_header_weekly_same_month": "{{month}} {{startDay}} - {{endDay}}",
60
- "calendar_header_weekly_diff_month": "{{startMonth}} {{startDay}} - {{endMonth}} {{endDay}}",
61
- "calendar_header_monthly": "{{month}} {{year}}",
62
- "calendar_view_monthly": "Buwanan",
63
- "calendar_view_weekly": "Linggo",
64
- "calendar_view_daily": "Araw-araw",
65
- "calendar_view_yearly": "Taon"
36
+ "str_3893": "Sun"
66
37
  }
67
38
  }
@@ -35,36 +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_duration_hour: string;
57
- calendar_duration_hours: string;
58
- calendar_time_noon: string;
59
- calendar_header_daily: string;
60
- calendar_header_weekly_same_month: string;
61
- calendar_header_weekly_diff_month: string;
62
- calendar_header_monthly: string;
63
- calendar_view_monthly: string;
64
- calendar_view_weekly: string;
65
- calendar_view_daily: string;
66
- calendar_view_yearly: string;
67
- calendar_date_format: string;
68
38
  };
69
39
  };
70
40
  readonly en: {
@@ -103,36 +73,6 @@ declare const locale: {
103
73
  str_3891: string;
104
74
  str_3892: string;
105
75
  str_3893: string;
106
- calendar_all_day: string;
107
- calendar_more_schedules: string;
108
- calendar_today: string;
109
- calendar_month_1: string;
110
- calendar_month_2: string;
111
- calendar_month_3: string;
112
- calendar_month_4: string;
113
- calendar_month_5: string;
114
- calendar_month_6: string;
115
- calendar_month_7: string;
116
- calendar_month_8: string;
117
- calendar_month_9: string;
118
- calendar_month_10: string;
119
- calendar_month_11: string;
120
- calendar_month_12: string;
121
- calendar_time_am: string;
122
- calendar_time_pm: string;
123
- calendar_time_hour: string;
124
- calendar_duration_hour: string;
125
- calendar_duration_hours: string;
126
- calendar_time_noon: string;
127
- calendar_header_daily: string;
128
- calendar_header_weekly_same_month: string;
129
- calendar_header_weekly_diff_month: string;
130
- calendar_header_monthly: string;
131
- calendar_view_monthly: string;
132
- calendar_view_weekly: string;
133
- calendar_view_daily: string;
134
- calendar_view_yearly: string;
135
- calendar_date_format: string;
136
76
  };
137
77
  };
138
78
  readonly ja: {
@@ -171,36 +111,6 @@ declare const locale: {
171
111
  str_3891: string;
172
112
  str_3892: string;
173
113
  str_3893: string;
174
- calendar_all_day: string;
175
- calendar_more_schedules: string;
176
- calendar_today: string;
177
- calendar_month_1: string;
178
- calendar_month_2: string;
179
- calendar_month_3: string;
180
- calendar_month_4: string;
181
- calendar_month_5: string;
182
- calendar_month_6: string;
183
- calendar_month_7: string;
184
- calendar_month_8: string;
185
- calendar_month_9: string;
186
- calendar_month_10: string;
187
- calendar_month_11: string;
188
- calendar_month_12: string;
189
- calendar_time_am: string;
190
- calendar_time_pm: string;
191
- calendar_time_hour: string;
192
- calendar_duration_hour: string;
193
- calendar_duration_hours: string;
194
- calendar_time_noon: string;
195
- calendar_header_daily: string;
196
- calendar_header_weekly_same_month: string;
197
- calendar_header_weekly_diff_month: string;
198
- calendar_header_monthly: string;
199
- calendar_view_monthly: string;
200
- calendar_view_weekly: string;
201
- calendar_view_daily: string;
202
- calendar_view_yearly: string;
203
- calendar_date_format: string;
204
114
  };
205
115
  };
206
116
  readonly es: {
@@ -239,35 +149,6 @@ declare const locale: {
239
149
  str_3891: string;
240
150
  str_3892: string;
241
151
  str_3893: string;
242
- calendar_all_day: string;
243
- calendar_more_schedules: string;
244
- calendar_today: string;
245
- calendar_month_1: string;
246
- calendar_month_2: string;
247
- calendar_month_3: string;
248
- calendar_month_4: string;
249
- calendar_month_5: string;
250
- calendar_month_6: string;
251
- calendar_month_7: string;
252
- calendar_month_8: string;
253
- calendar_month_9: string;
254
- calendar_month_10: string;
255
- calendar_month_11: string;
256
- calendar_month_12: string;
257
- calendar_time_am: string;
258
- calendar_time_pm: string;
259
- calendar_time_hour: string;
260
- calendar_duration_hour: string;
261
- calendar_duration_hours: string;
262
- calendar_time_noon: string;
263
- calendar_header_daily: string;
264
- calendar_header_weekly_same_month: string;
265
- calendar_header_weekly_diff_month: string;
266
- calendar_header_monthly: string;
267
- calendar_view_monthly: string;
268
- calendar_view_weekly: string;
269
- calendar_view_daily: string;
270
- calendar_view_yearly: string;
271
152
  };
272
153
  };
273
154
  readonly 'zh-cn': {
@@ -306,36 +187,6 @@ declare const locale: {
306
187
  str_3891: string;
307
188
  str_3892: string;
308
189
  str_3893: string;
309
- calendar_all_day: string;
310
- calendar_more_schedules: string;
311
- calendar_today: string;
312
- calendar_month_1: string;
313
- calendar_month_2: string;
314
- calendar_month_3: string;
315
- calendar_month_4: string;
316
- calendar_month_5: string;
317
- calendar_month_6: string;
318
- calendar_month_7: string;
319
- calendar_month_8: string;
320
- calendar_month_9: string;
321
- calendar_month_10: string;
322
- calendar_month_11: string;
323
- calendar_month_12: string;
324
- calendar_time_am: string;
325
- calendar_time_pm: string;
326
- calendar_time_hour: string;
327
- calendar_duration_hour: string;
328
- calendar_duration_hours: string;
329
- calendar_time_noon: string;
330
- calendar_header_daily: string;
331
- calendar_header_weekly_same_month: string;
332
- calendar_header_weekly_diff_month: string;
333
- calendar_header_monthly: string;
334
- calendar_view_monthly: string;
335
- calendar_view_weekly: string;
336
- calendar_view_daily: string;
337
- calendar_view_yearly: string;
338
- calendar_date_format: string;
339
190
  };
340
191
  };
341
192
  readonly 'zh-tw': {
@@ -374,36 +225,6 @@ declare const locale: {
374
225
  str_3891: string;
375
226
  str_3892: string;
376
227
  str_3893: string;
377
- calendar_all_day: string;
378
- calendar_more_schedules: string;
379
- calendar_today: string;
380
- calendar_month_1: string;
381
- calendar_month_2: string;
382
- calendar_month_3: string;
383
- calendar_month_4: string;
384
- calendar_month_5: string;
385
- calendar_month_6: string;
386
- calendar_month_7: string;
387
- calendar_month_8: string;
388
- calendar_month_9: string;
389
- calendar_month_10: string;
390
- calendar_month_11: string;
391
- calendar_month_12: string;
392
- calendar_time_am: string;
393
- calendar_time_pm: string;
394
- calendar_time_hour: string;
395
- calendar_duration_hour: string;
396
- calendar_duration_hours: string;
397
- calendar_time_noon: string;
398
- calendar_header_daily: string;
399
- calendar_header_weekly_same_month: string;
400
- calendar_header_weekly_diff_month: string;
401
- calendar_header_monthly: string;
402
- calendar_view_monthly: string;
403
- calendar_view_weekly: string;
404
- calendar_view_daily: string;
405
- calendar_view_yearly: string;
406
- calendar_date_format: string;
407
228
  };
408
229
  };
409
230
  readonly fil: {
@@ -442,35 +263,6 @@ declare const locale: {
442
263
  str_3891: string;
443
264
  str_3892: string;
444
265
  str_3893: string;
445
- calendar_all_day: string;
446
- calendar_more_schedules: string;
447
- calendar_today: string;
448
- calendar_month_1: string;
449
- calendar_month_2: string;
450
- calendar_month_3: string;
451
- calendar_month_4: string;
452
- calendar_month_5: string;
453
- calendar_month_6: string;
454
- calendar_month_7: string;
455
- calendar_month_8: string;
456
- calendar_month_9: string;
457
- calendar_month_10: string;
458
- calendar_month_11: string;
459
- calendar_month_12: string;
460
- calendar_time_am: string;
461
- calendar_time_pm: string;
462
- calendar_time_hour: string;
463
- calendar_duration_hour: string;
464
- calendar_duration_hours: string;
465
- calendar_time_noon: string;
466
- calendar_header_daily: string;
467
- calendar_header_weekly_same_month: string;
468
- calendar_header_weekly_diff_month: string;
469
- calendar_header_monthly: string;
470
- calendar_view_monthly: string;
471
- calendar_view_weekly: string;
472
- calendar_view_daily: string;
473
- calendar_view_yearly: string;
474
266
  };
475
267
  };
476
268
  };
@@ -33,36 +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_duration_hour": "時間",
56
- "calendar_duration_hours": "時間",
57
- "calendar_time_noon": "昼",
58
- "calendar_header_daily": "{{year}}年{{month}}{{day}}日 {{dayText}}曜日",
59
- "calendar_header_weekly_same_month": "{{month}}{{startDay}}日 - {{endDay}}日",
60
- "calendar_header_weekly_diff_month": "{{startMonth}}{{startDay}}日 - {{endMonth}}{{endDay}}日",
61
- "calendar_header_monthly": "{{year}}年{{month}}",
62
- "calendar_view_monthly": "月",
63
- "calendar_view_weekly": "週",
64
- "calendar_view_daily": "日",
65
- "calendar_view_yearly": "年",
66
- "calendar_date_format": "{{day}}日 ({{dayText}})"
36
+ "str_3893": "日"
67
37
  }
68
38
  }
@@ -33,36 +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_duration_hour": "시간",
56
- "calendar_duration_hours": "시간",
57
- "calendar_time_noon": "점심",
58
- "calendar_header_daily": "{{year}}년 {{month}} {{day}}일 {{dayText}}요일",
59
- "calendar_header_weekly_same_month": "{{month}} {{startDay}}일 - {{endDay}}일",
60
- "calendar_header_weekly_diff_month": "{{startMonth}} {{startDay}}일 - {{endMonth}} {{endDay}}일",
61
- "calendar_header_monthly": "{{year}}년 {{month}}",
62
- "calendar_view_monthly": "월간",
63
- "calendar_view_weekly": "주간",
64
- "calendar_view_daily": "일간",
65
- "calendar_view_yearly": "연간",
66
- "calendar_date_format": "{{day}}일 ({{dayText}})"
36
+ "str_3893": "일"
67
37
  }
68
38
  }
@@ -33,36 +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_duration_hour": "小时",
56
- "calendar_duration_hours": "小时",
57
- "calendar_time_noon": "中午",
58
- "calendar_header_daily": "{{year}}年{{month}}{{day}}日 {{dayText}}",
59
- "calendar_header_weekly_same_month": "{{month}}{{startDay}}日 - {{endDay}}日",
60
- "calendar_header_weekly_diff_month": "{{startMonth}}{{startDay}}日 - {{endMonth}}{{endDay}}日",
61
- "calendar_header_monthly": "{{year}}年{{month}}",
62
- "calendar_view_monthly": "月",
63
- "calendar_view_weekly": "周",
64
- "calendar_view_daily": "日",
65
- "calendar_view_yearly": "年",
66
- "calendar_date_format": "{{day}}日 ({{dayText}})"
36
+ "str_3893": "Sun"
67
37
  }
68
38
  }
@@ -33,36 +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_duration_hour": "小時",
56
- "calendar_duration_hours": "小時",
57
- "calendar_time_noon": "中午",
58
- "calendar_header_daily": "{{year}}年{{month}}{{day}}日 {{dayText}}",
59
- "calendar_header_weekly_same_month": "{{month}}{{startDay}}日 - {{endDay}}日",
60
- "calendar_header_weekly_diff_month": "{{startMonth}}{{startDay}}日 - {{endMonth}}{{endDay}}日",
61
- "calendar_header_monthly": "{{year}}年{{month}}",
62
- "calendar_view_monthly": "月",
63
- "calendar_view_weekly": "周",
64
- "calendar_view_daily": "日",
65
- "calendar_view_yearly": "年",
66
- "calendar_date_format": "{{day}}日 ({{dayText}})"
36
+ "str_3893": "Sun"
67
37
  }
68
38
  }
@@ -123,7 +123,7 @@ declare const colorSet: {
123
123
  grey450: string;
124
124
  darkgrey450: string;
125
125
  };
126
- readonly PaletteColor_light: {
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 PaletteColor_Dark: {
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
  }