pds-dev-kit-web-test 2.5.411 → 2.5.413

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 (213) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +2 -3
  3. package/dist/src/common/assets/icons/fill/Video.js +1 -1
  4. package/dist/src/common/assets/icons/fill/VideoOff.js +1 -1
  5. package/dist/src/common/assets/icons/fill/VideoType.js +1 -1
  6. package/dist/src/common/assets/icons/fill/index.d.ts +0 -3
  7. package/dist/src/common/assets/icons/fill/index.js +1 -7
  8. package/dist/src/common/assets/icons/line/Video.js +1 -1
  9. package/dist/src/common/assets/icons/line/VideoOff.js +1 -1
  10. package/dist/src/common/assets/icons/line/VideoType.js +1 -1
  11. package/dist/src/common/assets/icons/line/index.d.ts +0 -12
  12. package/dist/src/common/assets/icons/line/index.js +1 -25
  13. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +1 -2
  14. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +4 -48
  15. package/dist/src/common/services/i18n/resources/en.json +1 -9
  16. package/dist/src/common/services/i18n/resources/es.json +1 -9
  17. package/dist/src/common/services/i18n/resources/fil.json +1 -9
  18. package/dist/src/common/services/i18n/resources/index.d.ts +0 -56
  19. package/dist/src/common/services/i18n/resources/ja.json +1 -9
  20. package/dist/src/common/services/i18n/resources/ko.json +1 -9
  21. package/dist/src/common/services/i18n/resources/zh-cn.json +1 -9
  22. package/dist/src/common/services/i18n/resources/zh-tw.json +1 -9
  23. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -9
  24. package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -9
  25. package/dist/src/common/styles/colorSet/UIColor.json +1 -14
  26. package/dist/src/common/styles/colorSet/index.d.ts +2 -31
  27. package/dist/src/common/styles/colorSet/index.js +2 -2
  28. package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -13
  29. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +0 -1
  30. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +13 -27
  31. package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +1 -4
  32. package/dist/src/desktop/components/BasicListItem/BasicListItem.js +4 -26
  33. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +1 -3
  34. package/dist/src/desktop/components/BasicListItem/Contents.js +2 -2
  35. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
  36. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
  37. package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +1 -3
  38. package/dist/src/desktop/components/Checkbox/Checkbox.js +3 -17
  39. package/dist/src/desktop/components/Chip/Chip.d.ts +1 -1
  40. package/dist/src/desktop/components/Chip/Chip.js +5 -50
  41. package/dist/src/desktop/components/Radio/Radio.js +2 -2
  42. package/dist/src/desktop/components/TextField/TextField.js +15 -41
  43. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
  44. package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +1 -4
  45. package/dist/src/mobile/components/BasicListItem/BasicListItem.js +4 -26
  46. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +1 -3
  47. package/dist/src/mobile/components/BasicListItem/Contents.js +2 -2
  48. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
  49. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
  50. package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +1 -3
  51. package/dist/src/mobile/components/Checkbox/Checkbox.js +3 -17
  52. package/dist/src/mobile/components/Chip/Chip.d.ts +1 -1
  53. package/dist/src/mobile/components/Chip/Chip.js +5 -50
  54. package/dist/src/mobile/components/Radio/Radio.js +2 -2
  55. package/dist/src/mobile/components/TextField/TextField.js +15 -41
  56. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +1 -6
  57. package/dist/src/mobile/components/TextLabel/TextLabel.js +3 -83
  58. package/dist/src/mobile/components/index.d.ts +1 -2
  59. package/dist/src/mobile/components/index.js +1 -3
  60. package/dist/src/mobile/index.d.ts +1 -1
  61. package/dist/src/mobile/index.js +2 -3
  62. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +1 -1
  63. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +1 -1
  64. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +1 -1
  65. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +1 -1
  66. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +1 -1
  67. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +1 -1
  68. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +1 -1
  69. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +1 -1
  70. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +1 -1
  71. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +1 -1
  72. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +1 -1
  73. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +1 -1
  74. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +1 -1
  75. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +1 -1
  76. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +1 -1
  77. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +1 -1
  78. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +1 -1
  79. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +1 -1
  80. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +1 -1
  81. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +1 -1
  82. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +1 -1
  83. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
  84. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +1 -1
  85. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +4 -4
  86. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +1 -1
  87. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +2 -2
  88. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +2 -2
  89. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +10 -36
  90. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -4
  91. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +1 -12
  92. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +1 -3
  93. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +4 -152
  94. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +2 -150
  95. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +1 -45
  96. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +9 -262
  97. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +0 -593
  98. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +0 -253
  99. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +4 -4
  100. package/dist/src/sub/DynamicLayout/mock_composition.js +0 -4
  101. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +2 -1
  102. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +274 -1047
  103. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +2 -1
  104. package/dist/src/sub/DynamicLayout/mock_contentsList.js +222 -1008
  105. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +2 -810
  106. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +268 -772
  107. package/dist/src/sub/DynamicLayout/mocks.d.ts +776 -2
  108. package/dist/src/sub/DynamicLayout/mocks.js +11 -4266
  109. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +4 -4
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +15 -11
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +0 -3
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +4 -25
  115. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +26 -102
  116. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +1 -21
  117. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +96 -16
  118. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +2 -7
  119. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +20 -26
  120. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +23 -46
  121. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +98 -84
  122. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +6 -6
  123. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +20 -32
  124. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +3 -3
  125. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +132 -59
  126. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +30 -24
  127. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +1 -1
  128. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +5 -13
  129. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +13 -88
  130. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +96 -16
  131. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +2 -7
  132. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +20 -26
  133. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +23 -46
  134. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +67 -64
  135. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +6 -6
  136. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +4 -10
  137. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +7 -16
  138. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  139. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +4 -11
  140. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +0 -1
  141. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
  142. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +2 -2
  143. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  144. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +2 -15
  145. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  146. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -1
  147. package/dist/src/sub/DynamicLayout/types.d.ts +1 -10
  148. package/package.json +3 -2
  149. package/release-note.md +3 -3
  150. package/dist/src/common/assets/icons/fill/Cam.d.ts +0 -4
  151. package/dist/src/common/assets/icons/fill/Cam.js +0 -30
  152. package/dist/src/common/assets/icons/fill/CamOff.d.ts +0 -4
  153. package/dist/src/common/assets/icons/fill/CamOff.js +0 -30
  154. package/dist/src/common/assets/icons/fill/VideoStop.d.ts +0 -4
  155. package/dist/src/common/assets/icons/fill/VideoStop.js +0 -30
  156. package/dist/src/common/assets/icons/line/Cam.d.ts +0 -4
  157. package/dist/src/common/assets/icons/line/Cam.js +0 -30
  158. package/dist/src/common/assets/icons/line/CamOff.d.ts +0 -4
  159. package/dist/src/common/assets/icons/line/CamOff.js +0 -30
  160. package/dist/src/common/assets/icons/line/CheckBox.d.ts +0 -4
  161. package/dist/src/common/assets/icons/line/CheckBox.js +0 -30
  162. package/dist/src/common/assets/icons/line/Dropdown.d.ts +0 -4
  163. package/dist/src/common/assets/icons/line/Dropdown.js +0 -30
  164. package/dist/src/common/assets/icons/line/Radio.d.ts +0 -4
  165. package/dist/src/common/assets/icons/line/Radio.js +0 -30
  166. package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +0 -4
  167. package/dist/src/common/assets/icons/line/SectionQuestion32.js +0 -30
  168. package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +0 -4
  169. package/dist/src/common/assets/icons/line/SectionQuestion40.js +0 -30
  170. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +0 -4
  171. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +0 -30
  172. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +0 -4
  173. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +0 -30
  174. package/dist/src/common/assets/icons/line/TextLong.d.ts +0 -4
  175. package/dist/src/common/assets/icons/line/TextLong.js +0 -30
  176. package/dist/src/common/assets/icons/line/TextShort.d.ts +0 -4
  177. package/dist/src/common/assets/icons/line/TextShort.js +0 -30
  178. package/dist/src/common/assets/icons/line/VideoStop.d.ts +0 -4
  179. package/dist/src/common/assets/icons/line/VideoStop.js +0 -30
  180. package/dist/src/common/utils/dateHelper.d.ts +0 -13
  181. package/dist/src/common/utils/dateHelper.js +0 -87
  182. package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +0 -16
  183. package/dist/src/mobile/components/DatePicker/DatePicker.js +0 -156
  184. package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +0 -14
  185. package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +0 -27
  186. package/dist/src/mobile/components/DatePicker/Day.d.ts +0 -13
  187. package/dist/src/mobile/components/DatePicker/Day.js +0 -94
  188. package/dist/src/mobile/components/DatePicker/index.d.ts +0 -1
  189. package/dist/src/mobile/components/DatePicker/index.js +0 -8
  190. package/dist/src/mobile/components/DatePicker/utils.d.ts +0 -16
  191. package/dist/src/mobile/components/DatePicker/utils.js +0 -68
  192. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.d.ts +0 -8
  193. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +0 -77
  194. package/dist/src/sub/DynamicLayout/mock_video.d.ts +0 -368
  195. package/dist/src/sub/DynamicLayout/mock_video.js +0 -371
  196. package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +0 -368
  197. package/dist/src/sub/DynamicLayout/mock_video_cb.js +0 -371
  198. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +0 -3
  199. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +0 -209
  200. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +0 -27
  201. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +0 -96
  202. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +0 -23
  203. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +0 -176
  204. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +0 -3
  205. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +0 -209
  206. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +0 -27
  207. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +0 -96
  208. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.d.ts +0 -5
  209. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +0 -148
  210. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +0 -4
  211. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +0 -25
  212. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.d.ts +0 -1
  213. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +0 -8
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- import type { Layout } from 'publ-echo/dist/lib';
3
- import type { ResizeEventType } from 'publ-echo/dist/lib/GridItem/types';
4
- import type { ComponentBlock, GroupBlock } from 'publ-echo/dist/lib/GridLayoutEditor/group';
5
- import type { LayoutItem, Layouts } from 'publ-echo/dist/lib/GridLayoutEditor/types';
2
+ import type { Layout } from 'publ-echo-test/dist/lib';
3
+ import type { ResizeEventType } from 'publ-echo-test/dist/lib/GridItem/types';
4
+ import type { ComponentBlock, GroupBlock } from 'publ-echo-test/dist/lib/GridLayoutEditor/group';
5
+ import type { LayoutItem, Layouts } from 'publ-echo-test/dist/lib/GridLayoutEditor/types';
6
6
  export type TypeOfSectionAction = ActionMap<ActionHandlerPayload>[keyof ActionMap<ActionHandlerPayload>];
7
7
  export type PayloadCBType = {
8
8
  type: ComponentBlock['type'];
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { ISection } from '../../types';
3
- import type { Layout } from 'publ-echo/dist/lib/GridLayoutEditor/types';
3
+ import type { Layout } from 'publ-echo-test/dist/lib/GridLayoutEditor/types';
4
4
  export type LayoutsType = {
5
5
  sm: Layout;
6
6
  lg: Layout;
@@ -51,9 +51,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
51
51
  };
52
52
  Object.defineProperty(exports, "__esModule", { value: true });
53
53
  var jsx_runtime_1 = require("react/jsx-runtime");
54
- var publ_echo_1 = require("publ-echo");
55
- var group_1 = require("publ-echo/dist/lib/GridLayoutEditor/group");
56
- var renderHelpers_1 = require("publ-echo/dist/lib/GridLayoutEditor/utils/renderHelpers");
54
+ var publ_echo_test_1 = require("publ-echo-test");
55
+ var group_1 = require("publ-echo-test/dist/lib/GridLayoutEditor/group");
56
+ var renderHelpers_1 = require("publ-echo-test/dist/lib/GridLayoutEditor/utils/renderHelpers");
57
57
  var react_1 = __importStar(require("react"));
58
58
  var ErrorBoundary_1 = require("../../../DynamicLayout/components/Section/ErrorBoundary");
59
59
  var dynamicLayoutContext_1 = require("../../../DynamicLayout/dynamicLayoutContext");
@@ -66,7 +66,7 @@ var clsx_1 = require("./newUtils/clsx");
66
66
  var group_2 = require("./newUtils/group");
67
67
  var util_1 = require("./util");
68
68
  var parseSectionPadding_1 = __importDefault(require("./util/layoutPropParsers/parseSectionPadding"));
69
- var Responsive = (0, publ_echo_1.WidthProvider)(publ_echo_1.ResponsiveGridEditor);
69
+ var Responsive = (0, publ_echo_test_1.WidthProvider)(publ_echo_test_1.ResponsiveGridEditor);
70
70
  var GRID_CELL_MIN = 24;
71
71
  var DESKTOP_GRID_COLS = 24;
72
72
  var MOBILE_GRID_COLS = 8;
@@ -27,6 +27,12 @@ function FlexGridItem(_a) {
27
27
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
28
28
  var defaultHeight = getMaxHeight(cb.jsonProperties.data.CB_PLACEMENT_PROP_PLACEMENT, device, rowHeight);
29
29
  var gridArea = getGridAreaFromCB(cb.jsonProperties.data.CB_PLACEMENT_PROP_PLACEMENT, device);
30
+ // const zIndex =
31
+ // device === 'DESKTOP'
32
+ // ? cb.jsonProperties.data.CB_PLACEMENT_PROP_PLACEMENT.CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX
33
+ // : cb.jsonProperties.data.CB_PLACEMENT_PROP_PLACEMENT[
34
+ // 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE'
35
+ // ];
30
36
  return ((0, jsx_runtime_1.jsx)(GridItem, __assign({ "data-cb-id": cb.id, style: {
31
37
  zIndex: zIndex,
32
38
  gridArea: gridArea
@@ -45,26 +51,24 @@ function getMaxHeight(props, device, rowHeight) {
45
51
  var height = rowsMobile * rowHeight + (rowsMobile - 1) * gap;
46
52
  return height;
47
53
  }
48
- function clamp(num, min, max) {
49
- return Math.max(Math.min(num, max), min);
50
- }
51
54
  function getGridAreaFromCB(props, device) {
52
55
  var CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX = props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX, CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY = props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY, cols = props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS, rows = props.CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS;
53
56
  if (device === 'DESKTOP') {
54
- var colStart_1 = clamp(CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX + 1, 1, Math.max(1, 25 - cols));
55
- var rowStart_1 = clamp(CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY + 1, 1, Infinity);
56
- var rowEnd_1 = clamp(rows + rowStart_1, rowStart_1 + 1, Infinity);
57
- var colEnd_1 = clamp(colStart_1 + cols, colStart_1 + 1, 25);
57
+ var colStart_1 = CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX + 1;
58
+ var rowStart_1 = CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY + 1;
59
+ var rowEnd_1 = rows + rowStart_1;
60
+ var colEnd_1 = cols + colStart_1;
61
+ // <grid-row-start> / <grid-column-start> / <grid-row-end> / <grid-column-end>;
58
62
  return "".concat(rowStart_1, " / ").concat(colStart_1, " / ").concat(rowEnd_1, " / ").concat(colEnd_1);
59
63
  }
60
64
  var startXMobile = props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE'];
61
65
  var startYMobile = props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE'];
62
66
  var colsMobile = props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE'];
63
67
  var rowsMobile = props['CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE'];
64
- var colStart = clamp(startXMobile + 1, 1, Math.max(1, 9 - colsMobile));
65
- var rowStart = clamp(startYMobile + 1, 1, Infinity);
66
- var rowEnd = clamp(rowsMobile + rowStart, rowStart + 1, Infinity);
67
- var colEnd = clamp(colStart + colsMobile, colStart + 1, 9);
68
+ var colStart = startXMobile + 1;
69
+ var rowStart = startYMobile + 1;
70
+ var rowEnd = rowsMobile + rowStart;
71
+ var colEnd = colsMobile + colStart;
68
72
  return "".concat(rowStart, " / ").concat(colStart, " / ").concat(rowEnd, " / ").concat(colEnd);
69
73
  }
70
74
  exports.default = FlexGridItem;
@@ -28,7 +28,6 @@ var RichText_1 = require("./componentBlocks/RichText");
28
28
  var SlideBanner_1 = require("./componentBlocks/SlideBanner");
29
29
  var Text_1 = __importDefault(require("./componentBlocks/Text/Text"));
30
30
  var Twitter_1 = __importDefault(require("./componentBlocks/Twitter/Twitter"));
31
- var VideoPlayer_1 = require("./componentBlocks/VideoPlayer");
32
31
  var Youtube_1 = require("./componentBlocks/Youtube");
33
32
  function ComponentBlockMatcher(_a) {
34
33
  var cbProps = _a.cbProps, device = _a.device, index = _a.index;
@@ -51,8 +50,6 @@ function ComponentBlockMatcher(_a) {
51
50
  return (0, jsx_runtime_1.jsx)(Youtube_1.Youtube, __assign({}, propsWithValue, { index: index }));
52
51
  case types_1.CB_ALL_CODES.CB_EMBED:
53
52
  return (0, jsx_runtime_1.jsx)(Embed_1.default, __assign({}, propsWithValue, { index: index }));
54
- case types_1.CB_ALL_CODES.CB_VIDEOPLAYER:
55
- return (0, jsx_runtime_1.jsx)(VideoPlayer_1.VideoPlayer, __assign({}, propsWithValue, { index: index }));
56
53
  case types_1.CB_ALL_CODES.CB_CONTENTSCAROUSEL: {
57
54
  var compositions = cbProps.compositions;
58
55
  return ((0, jsx_runtime_1.jsx)(ContentsCarousel_1.ContentsCarousel, __assign({}, propsWithValue, { compositions: compositions, index: index })));
@@ -44,14 +44,13 @@ function Button(props) {
44
44
  var queryContext = (0, compositionQueryContext_1.useCCBQueryPath)();
45
45
  var index = props.index, CB_STYLE_PROP_COLOR = props.CB_STYLE_PROP_COLOR, _b = props.CB_CONTENT_PROP_CLINK, CB_CONTENT_PROP_CLINK_SPEC_SRC = _b.CB_CONTENT_PROP_CLINK_SPEC_SRC, CB_CONTENT_PROP_CLINK_SPEC_TYPE = _b.CB_CONTENT_PROP_CLINK_SPEC_TYPE, CB_CONTENT_PROP_CLINK_SPEC_NEWTAB = _b.CB_CONTENT_PROP_CLINK_SPEC_NEWTAB, CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC = _b.CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC, CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE = _b.CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE, CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA = _b.CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA, CB_STYLE_PROP_SHADOW = props.CB_STYLE_PROP_SHADOW, CB_EFFECT_PROP_ENTANIM = props.CB_EFFECT_PROP_ENTANIM;
46
46
  var cLinkValue = function () {
47
- if (CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE === 'DATA' ||
48
- CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE === 'DELEGATEDDATA') {
47
+ if (CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE === 'DATA') {
49
48
  if (!(queryContext === null || queryContext === void 0 ? void 0 : queryContext.queryData)) {
50
- return '';
49
+ return "ERROR: QueryData NOT FOUND";
51
50
  }
52
51
  var link = queryContext.queryData[CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA];
53
52
  if (!link) {
54
- return '';
53
+ return "ERROR: ".concat(CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA, " NOT found from queryData");
55
54
  }
56
55
  return link;
57
56
  }
@@ -83,26 +82,6 @@ function Button(props) {
83
82
  : CB_EFFECT_PROP_ENTANIM['CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE'] === 'NONE';
84
83
  var hasEffect = !isNoneEffectType;
85
84
  var effectVisibleStyle = hasEffect ? { opacity: isVisible ? 1 : 0 } : {};
86
- var textValue = function () {
87
- if (device === 'MOBILE' &&
88
- mode !== 'EDIT' &&
89
- props.CB_CONTENT_PROP_VISIBILITY.CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB === false) {
90
- return '';
91
- }
92
- if (device === 'DESKTOP' &&
93
- mode !== 'EDIT' &&
94
- props.CB_CONTENT_PROP_VISIBILITY.CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP === false) {
95
- return '';
96
- }
97
- if (device === 'MOBILE') {
98
- var value = props.CB_CONTENT_PROP_TEXT.CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE;
99
- if (value === null || value === undefined) {
100
- return props.CB_CONTENT_PROP_TEXT.CB_CONTENT_PROP_TEXT_SPEC_TEXT;
101
- }
102
- return value;
103
- }
104
- return props.CB_CONTENT_PROP_TEXT.CB_CONTENT_PROP_TEXT_SPEC_TEXT;
105
- };
106
85
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isEditModeAndHidden && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle, style: {
107
86
  paddingLeft: paddingLeft,
108
87
  paddingRight: paddingRight,
@@ -110,7 +89,7 @@ function Button(props) {
110
89
  paddingTop: paddingTop
111
90
  } }, { children: (0, jsx_runtime_1.jsx)(S_CB_BoxWithShadow_1.S_CB_BoxWithShadow, __assign({ onMouseLeave: function (e) {
112
91
  e.currentTarget.classList.remove('hovered');
113
- }, className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign(__assign(__assign({}, btnTextStyle), propsStyle), layoutStyle), effectCssProperties), btnColorStyle), { whiteSpace: 'pre-wrap', wordBreak: 'break-word', cursor: CLINKCursor }), hoverStyle: __assign(__assign(__assign(__assign({}, btnTextHoverStyle), propsHoverStyle), btnColorHoverStyle), { whiteSpace: 'pre-wrap', wordBreak: 'break-word' }), cbStylePropsShadowSpecs: CB_STYLE_PROP_SHADOW, device: device, onClick: onClickCLINK }, { children: textValue() })) }))] }));
92
+ }, className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign(__assign(__assign({}, btnTextStyle), propsStyle), layoutStyle), effectCssProperties), btnColorStyle), { whiteSpace: 'pre-wrap', wordBreak: 'break-word', cursor: CLINKCursor }), hoverStyle: __assign(__assign(__assign(__assign({}, btnTextHoverStyle), propsHoverStyle), btnColorHoverStyle), { whiteSpace: 'pre-wrap', wordBreak: 'break-word' }), cbStylePropsShadowSpecs: CB_STYLE_PROP_SHADOW, device: device, onClick: onClickCLINK }, { children: props.CB_CONTENT_PROP_TEXT.CB_CONTENT_PROP_TEXT_SPEC_TEXT })) }))] }));
114
93
  }
115
94
  function getBTNStyles(props, device) {
116
95
  var availableSpecCodes = [
@@ -14,40 +14,20 @@ var __assign = (this && this.__assign) || function () {
14
14
  };
15
15
  return __assign.apply(this, arguments);
16
16
  };
17
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
- if (k2 === undefined) k2 = k;
19
- var desc = Object.getOwnPropertyDescriptor(m, k);
20
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
21
- desc = { enumerable: true, get: function() { return m[k]; } };
22
- }
23
- Object.defineProperty(o, k2, desc);
24
- }) : (function(o, m, k, k2) {
25
- if (k2 === undefined) k2 = k;
26
- o[k2] = m[k];
27
- }));
28
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
29
- Object.defineProperty(o, "default", { enumerable: true, value: v });
30
- }) : function(o, v) {
31
- o["default"] = v;
32
- });
33
- var __importStar = (this && this.__importStar) || function (mod) {
34
- if (mod && mod.__esModule) return mod;
35
- var result = {};
36
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
37
- __setModuleDefault(result, mod);
38
- return result;
39
- };
40
17
  var __importDefault = (this && this.__importDefault) || function (mod) {
41
18
  return (mod && mod.__esModule) ? mod : { "default": mod };
42
19
  };
43
20
  Object.defineProperty(exports, "__esModule", { value: true });
44
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
+ /* eslint-disable @typescript-eslint/no-unused-vars */
45
23
  var react_1 = require("react");
24
+ require("../../../../../../../DynamicLayout/compositionQueryContext");
25
+ require("../../../../../../../DynamicLayout/CompositionRenderer/Composition");
46
26
  var createCompositions_1 = require("../../../../../../../DynamicLayout/CompositionRenderer/createCompositions");
47
27
  var dynamicLayoutContext_1 = require("../../../../../../../DynamicLayout/dynamicLayoutContext");
48
28
  var hooks_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks");
49
29
  var util_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/util");
50
- var styled_components_1 = __importStar(require("styled-components"));
30
+ var styled_components_1 = __importDefault(require("styled-components"));
51
31
  var S_CB_AnimationObserverBox_1 = require("../components/S_CB_AnimationObserverBox");
52
32
  var S_CB_BoxWithShadow_1 = require("../components/S_CB_BoxWithShadow");
53
33
  var CustomNavigation_1 = require("./components/CustomNavigation");
@@ -93,7 +73,6 @@ function ContentsCarousel(props) {
93
73
  device: device
94
74
  }), customProgressbarNormalStyle = _l.normalStyle, customProgressbarHoverStyle = _l.hoverStyle;
95
75
  var _m = (0, util_1.parseProperties)(props, device), style = _m.style, hoverStyle = _m.hoverStyle, layout = _m.layout, effect = _m.effect;
96
- var loop = isHovered ? contentsCarouselHoverStyle.loop : contentsCarouselNormalStyle.loop;
97
76
  // NOTE: edit모드에서는 그리드의 이벤트만 작동하도록 CB의 포인터 이벤트는 막습니다.
98
77
  var editModeStyle = mode === 'EDIT' ? { pointerEvents: 'none' } : {};
99
78
  // NOTE: EFFECT와 관련된 함수들입니다.
@@ -114,47 +93,19 @@ function ContentsCarousel(props) {
114
93
  (_c = swiperRef.current) === null || _c === void 0 ? void 0 : _c.swiper.update();
115
94
  }, [isHovered]);
116
95
  var handleSwiper = function (swiper) {
117
- var originalSlides = Array.from(swiper.slides).filter(function (slide) { return !slide.classList.contains('swiper-slide-duplicate'); });
118
- var totalSlides = originalSlides.length;
96
+ var totalSlides = swiper.slides.length;
119
97
  var slidesPerView = typeof swiper.params.slidesPerView === 'number' ? swiper.params.slidesPerView : 1;
120
98
  var slidesPerGroup = typeof swiper.params.slidesPerGroup === 'number' ? swiper.params.slidesPerGroup : 1;
121
- var isLoop = swiper.params.loop || false;
122
- var totalPages;
123
- if (slidesPerView === slidesPerGroup && slidesPerGroup > 1) {
124
- // 페이지 단위로 넘어가는 경우 (loop 여부 상관없이 동일)
125
- totalPages = Math.ceil(totalSlides / slidesPerGroup);
126
- }
127
- else if (isLoop) {
128
- totalPages = totalSlides;
129
- }
130
- else {
131
- // loop가 꺼져있으면 마지막 슬라이드가 첫 번째 위치에 올 수 있는 경우까지만
132
- totalPages = Math.max(1, totalSlides - slidesPerView + 1);
133
- }
99
+ var totalPages = Math.ceil((totalSlides - slidesPerView) / slidesPerGroup) + 1;
134
100
  setTotalPages(totalPages);
135
101
  setIsBeginning(swiper.isBeginning);
136
102
  setIsEnd(swiper.isEnd);
103
+ setCurrentSlide(swiper.activeIndex + 1);
137
104
  };
138
- var handleSlideChangeTransitionEnd = function (swiper) {
139
- var slidesPerGroup = typeof swiper.params.slidesPerGroup === 'number' ? swiper.params.slidesPerGroup : 1;
140
- var slidesPerView = typeof swiper.params.slidesPerView === 'number' ? swiper.params.slidesPerView : 1;
141
- var isLoop = swiper.params.loop || false;
105
+ var handleSlideChange = function (swiper) {
142
106
  setIsBeginning(swiper.isBeginning);
143
107
  setIsEnd(swiper.isEnd);
144
- // 현재 페이지 계산
145
- if (slidesPerView === slidesPerGroup && slidesPerGroup > 1) {
146
- // 페이지 단위로 이동하는 경우
147
- var currentPage = Math.floor(swiper.realIndex / slidesPerGroup) + 1;
148
- setCurrentSlide(currentPage);
149
- }
150
- else if (isLoop) {
151
- // loop 모드에서는 realIndex가 실제 슬라이드 인덱스
152
- setCurrentSlide(swiper.realIndex + 1);
153
- }
154
- else {
155
- // loop가 꺼져있을 때는 activeIndex 사용
156
- setCurrentSlide(swiper.activeIndex + 1);
157
- }
108
+ setCurrentSlide(swiper.activeIndex + 1);
158
109
  };
159
110
  var handleAutoplayTimeLeft = (0, react_1.useCallback)(function (swiper, time, progress) {
160
111
  leftTimeMsRef.current = time;
@@ -176,48 +127,28 @@ function ContentsCarousel(props) {
176
127
  swiperRef.current.swiper.slideNext();
177
128
  }
178
129
  };
179
- return ((0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle }, { children: (0, jsx_runtime_1.jsx)(S_CB_BoxWithShadow_1.S_CB_BoxWithShadow, __assign({ className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign(__assign({}, style), layout), effectCssProperties), editModeStyle), { borderBottomLeftRadius: style.borderBottomLeftRadius, borderBottomRightRadius: style.borderBottomRightRadius, borderTopLeftRadius: style.borderTopLeftRadius, borderTopRightRadius: style.borderTopRightRadius, borderWidth: undefined, borderColor: undefined, borderStyle: undefined }), hoverStyle: __assign(__assign({}, hoverStyle), { borderBottomLeftRadius: hoverStyle.borderBottomLeftRadius, borderBottomRightRadius: hoverStyle.borderBottomRightRadius, borderTopLeftRadius: hoverStyle.borderTopLeftRadius, borderTopRightRadius: hoverStyle.borderTopRightRadius, borderWidth: undefined, borderColor: undefined, borderStyle: undefined }), cbStylePropsShadowSpecs: CB_STYLE_PROP_SHADOW, device: device, onMouseEnter: function () { return setIsHovered(true); }, onMouseLeave: function () { return setIsHovered(false); } }, { children: (0, jsx_runtime_1.jsxs)(S_SwiperWrapper, __assign({ customStyle: isHovered
130
+ return ((0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle }, { children: (0, jsx_runtime_1.jsx)(S_CB_BoxWithShadow_1.S_CB_BoxWithShadow, __assign({ className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign(__assign({}, style), layout), effectCssProperties), editModeStyle), { position: 'relative', overflow: 'hidden' }), hoverStyle: __assign(__assign({}, hoverStyle), { position: 'relative', overflow: 'hidden' }), cbStylePropsShadowSpecs: CB_STYLE_PROP_SHADOW, device: device, onMouseEnter: function () { return setIsHovered(true); }, onMouseLeave: function () { return setIsHovered(false); } }, { children: (0, jsx_runtime_1.jsxs)(S_SwiperWrapper, __assign({ customStyle: isHovered
180
131
  ? contentsCarouselHoverStyle === null || contentsCarouselHoverStyle === void 0 ? void 0 : contentsCarouselHoverStyle.customStyle
181
- : contentsCarouselNormalStyle === null || contentsCarouselNormalStyle === void 0 ? void 0 : contentsCarouselNormalStyle.customStyle }, { children: [(0, jsx_runtime_1.jsx)(S_SwiperLayout, __assign({ borderStyle: {
182
- borderBottomLeftRadius: style.borderBottomLeftRadius,
183
- borderBottomRightRadius: style.borderBottomRightRadius,
184
- borderTopLeftRadius: style.borderTopLeftRadius,
185
- borderTopRightRadius: style.borderTopRightRadius,
186
- borderWidth: style.borderWidth,
187
- borderColor: style.borderColor,
188
- borderStyle: style.borderStyle
189
- }, hoverBorderStyle: {
190
- borderBottomLeftRadius: hoverStyle.borderBottomLeftRadius,
191
- borderBottomRightRadius: hoverStyle.borderBottomRightRadius,
192
- borderTopLeftRadius: hoverStyle.borderTopLeftRadius,
193
- borderTopRightRadius: hoverStyle.borderTopRightRadius,
194
- borderWidth: hoverStyle.borderWidth,
195
- borderColor: hoverStyle.borderColor,
196
- borderStyle: hoverStyle.borderStyle
197
- } }, { children: (0, jsx_runtime_1.jsx)(ContentsCarouselCore_1.default, __assign({ ref: swiperRef, className: "contents-carousel-core", onSwiper: handleSwiper, onSlideChangeTransitionEnd: handleSlideChangeTransitionEnd, onAutoplayTimeLeft: handleAutoplayTimeLeft, slidesPerView: CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_DISPLAYCOUNTS, scrollbar: isHovered
198
- ? contentsCarouselHoverStyle.scrollbar
199
- : contentsCarouselNormalStyle.scrollbar, slidesPerGroup: isHovered
200
- ? contentsCarouselHoverStyle.slidesPerGroup
201
- : contentsCarouselNormalStyle.slidesPerGroup, spaceBetween: isHovered
202
- ? contentsCarouselHoverStyle.spaceBetween
203
- : contentsCarouselNormalStyle.spaceBetween, freeMode: isHovered
204
- ? contentsCarouselHoverStyle.freeMode
205
- : contentsCarouselNormalStyle.freeMode, autoplay: isHovered
206
- ? contentsCarouselHoverStyle.autoplay
207
- : contentsCarouselNormalStyle.autoplay, useAutoplay: isHovered
208
- ? contentsCarouselHoverStyle.useAutoplay
209
- : contentsCarouselNormalStyle.useAutoplay, loop: isHovered ? contentsCarouselHoverStyle.loop : contentsCarouselNormalStyle.loop }, { children: (0, createCompositions_1.createCompositions)({
210
- valueType: CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_VALUETYPE,
211
- queryPath: CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_CONNECTDATA,
212
- queryData: queryData,
213
- compositions: compositions
214
- }) })) })), (0, jsx_runtime_1.jsx)(CustomPagination_1.CustomPagination, { type: isHovered ? customPaginationHoverStyle.type : customPaginationNormalStyle.type, offset: isHovered ? customPaginationHoverStyle.offset : customPaginationNormalStyle.offset, current: currentSlide, total: totalPages, prevBtnDisabled: loop ? false : isBeginning, nextBtnDisabled: loop ? false : isEnd, size: isHovered ? customPaginationHoverStyle.size : customPaginationNormalStyle.size, onBulletClick: handleBulletClick, onPrevBtnClick: handlePrevBtnClick, onNextBtnClick: handleNextBtnClick }), (0, jsx_runtime_1.jsx)(CustomNavigation_1.CustomNavigation, { prevBtnDisabled: loop ? false : isBeginning, prevBtnType: isHovered
132
+ : contentsCarouselNormalStyle === null || contentsCarouselNormalStyle === void 0 ? void 0 : contentsCarouselNormalStyle.customStyle }, { children: [(0, jsx_runtime_1.jsx)(ContentsCarouselCore_1.default, __assign({ ref: swiperRef, className: "contents-carousel-core", onSwiper: handleSwiper, onSlideChange: handleSlideChange, onAutoplayTimeLeft: handleAutoplayTimeLeft, slidesPerView: CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_DISPLAYCOUNTS, scrollbar: isHovered
133
+ ? contentsCarouselHoverStyle.scrollbar
134
+ : contentsCarouselNormalStyle.scrollbar, slidesPerGroup: isHovered
135
+ ? contentsCarouselHoverStyle.slidesPerGroup
136
+ : contentsCarouselNormalStyle.slidesPerGroup, spaceBetween: isHovered
137
+ ? contentsCarouselHoverStyle.spaceBetween
138
+ : contentsCarouselNormalStyle.spaceBetween, freeMode: isHovered ? contentsCarouselHoverStyle.freeMode : contentsCarouselNormalStyle.freeMode, autoplay: isHovered ? contentsCarouselHoverStyle.autoplay : contentsCarouselNormalStyle.autoplay, useAutoplay: isHovered
139
+ ? contentsCarouselHoverStyle.useAutoplay
140
+ : contentsCarouselNormalStyle.useAutoplay, loop: isHovered ? contentsCarouselHoverStyle.loop : contentsCarouselNormalStyle.loop }, { children: (0, createCompositions_1.createCompositions)({
141
+ valueType: CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_VALUETYPE,
142
+ queryPath: CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_CONNECTDATA,
143
+ queryData: queryData,
144
+ compositions: compositions
145
+ }) })), (0, jsx_runtime_1.jsx)(CustomPagination_1.CustomPagination, { type: isHovered ? customPaginationHoverStyle.type : customPaginationNormalStyle.type, offset: isHovered ? customPaginationHoverStyle.offset : customPaginationNormalStyle.offset, current: currentSlide, total: totalPages, size: isHovered ? customPaginationHoverStyle.size : customPaginationNormalStyle.size, onBulletClick: handleBulletClick }), (0, jsx_runtime_1.jsx)(CustomNavigation_1.CustomNavigation, { prevBtnDisabled: isBeginning, prevBtnType: isHovered
215
146
  ? customNavigationHoverStyle.prevBtnType
216
147
  : customNavigationNormalStyle.prevBtnType, prevBtnOffset: isHovered
217
148
  ? customNavigationHoverStyle.prevBtnOffset
218
149
  : customNavigationNormalStyle.prevBtnOffset, prevBtnSize: isHovered
219
150
  ? customNavigationHoverStyle.prevBtnSize
220
- : customNavigationNormalStyle.prevBtnSize, onPrevBtnClick: handlePrevBtnClick, nextBtnDisabled: loop ? false : isEnd, nextBtnType: isHovered
151
+ : customNavigationNormalStyle.prevBtnSize, onPrevBtnClick: handlePrevBtnClick, nextBtnDisabled: isEnd, nextBtnType: isHovered
221
152
  ? customNavigationHoverStyle.nextBtnType
222
153
  : customNavigationNormalStyle.nextBtnType, nextBtnOffset: isHovered
223
154
  ? customNavigationHoverStyle.nextBtnOffset
@@ -229,12 +160,5 @@ var S_SwiperWrapper = styled_components_1.default.div(templateObject_1 || (templ
229
160
  var customStyle = _a.customStyle;
230
161
  return customStyle;
231
162
  });
232
- var S_SwiperLayout = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n width: 100%;\n\n ", ";\n ", ";\n"], ["\n height: 100%;\n overflow: hidden;\n width: 100%;\n\n ", ";\n ", ";\n"])), function (_a) {
233
- var hoverBorderStyle = _a.hoverBorderStyle;
234
- return (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n "], ["\n ", "\n "])), __assign(__assign({}, hoverBorderStyle), { boxShadow: '' }));
235
- }, function (_a) {
236
- var borderStyle = _a.borderStyle;
237
- return (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", "\n "], ["\n ", "\n "])), __assign(__assign({}, borderStyle), { boxShadow: '' }));
238
- });
239
163
  exports.default = ContentsCarousel;
240
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
164
+ var templateObject_1;
@@ -21,15 +21,6 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  }
22
22
  return t;
23
23
  };
24
- var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
25
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
26
- if (ar || !(i in from)) {
27
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
28
- ar[i] = from[i];
29
- }
30
- }
31
- return to.concat(ar || Array.prototype.slice.call(from));
32
- };
33
24
  Object.defineProperty(exports, "__esModule", { value: true });
34
25
  var jsx_runtime_1 = require("react/jsx-runtime");
35
26
  var react_1 = require("react");
@@ -39,21 +30,10 @@ var react_2 = require("swiper/react");
39
30
  require("swiper/swiper-bundle.css");
40
31
  var ContentsCarouselCore = (0, react_1.forwardRef)(function (_a, ref) {
41
32
  var scrollbar = _a.scrollbar, slidesPerView = _a.slidesPerView, slidesPerGroup = _a.slidesPerGroup, spaceBetween = _a.spaceBetween, freeMode = _a.freeMode, autoplay = _a.autoplay, useAutoplay = _a.useAutoplay, loop = _a.loop, children = _a.children, props = __rest(_a, ["scrollbar", "slidesPerView", "slidesPerGroup", "spaceBetween", "freeMode", "autoplay", "useAutoplay", "loop", "children"]);
42
- var slidesWithEmpty = (0, react_1.useMemo)(function () {
43
- var childrenArray = Array.isArray(children) ? children : [children];
44
- if (slidesPerView === slidesPerGroup && slidesPerGroup && slidesPerGroup > 1) {
45
- var remainder = childrenArray.length % slidesPerGroup;
46
- if (remainder !== 0) {
47
- var emptyCount = slidesPerGroup - remainder;
48
- return __spreadArray(__spreadArray([], childrenArray, true), Array(emptyCount).fill(null), true);
49
- }
50
- }
51
- return childrenArray;
52
- }, [children, slidesPerView, slidesPerGroup]);
53
33
  return ((0, jsx_runtime_1.jsx)(react_2.Swiper, __assign({ ref: ref, style: {
54
34
  width: '100%',
55
35
  height: '100%'
56
- }, modules: [swiper_1.Pagination, swiper_1.Navigation, swiper_1.Scrollbar, swiper_1.FreeMode, swiper_1.Autoplay], slidesPerView: slidesPerView, scrollbar: scrollbar, slidesPerGroup: slidesPerGroup, spaceBetween: spaceBetween, freeMode: freeMode, autoplay: useAutoplay ? autoplay : false, loop: loop }, props, { children: slidesWithEmpty.map(function (slide, index) { return ((0, jsx_runtime_1.jsx)(react_2.SwiperSlide, { children: slide || (0, jsx_runtime_1.jsx)("div", { className: "swiper-slide-empty" }) }, index)); }) })));
36
+ }, modules: [swiper_1.Pagination, swiper_1.Navigation, swiper_1.Scrollbar, swiper_1.FreeMode, swiper_1.Autoplay], slidesPerView: slidesPerView, scrollbar: scrollbar, slidesPerGroup: slidesPerGroup, spaceBetween: spaceBetween, freeMode: freeMode, autoplay: useAutoplay ? autoplay : false, loop: loop }, props, { children: Array.isArray(children) ? (children.map(function (slide, index) { return (0, jsx_runtime_1.jsx)(react_2.SwiperSlide, { children: slide }, index); })) : ((0, jsx_runtime_1.jsx)(react_2.SwiperSlide, { children: children })) })));
57
37
  });
58
38
  ContentsCarouselCore.displayName = 'ContentsCarouselCore';
59
39
  exports.default = ContentsCarouselCore;
@@ -40,8 +40,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
41
  exports.CustomNavigation = void 0;
42
42
  var jsx_runtime_1 = require("react/jsx-runtime");
43
+ var IconButton_1 = require("../../../../../../../../DynamicLayout/components/pdsOriginal/desktop/IconButton");
43
44
  var styled_components_1 = __importStar(require("styled-components"));
44
- var navigationConfigs_1 = require("./navigationConfigs");
45
45
  var CustomNavigation = function (_a) {
46
46
  var _b = _a.prevBtnDisabled, prevBtnDisabled = _b === void 0 ? false : _b, _c = _a.prevBtnType, prevBtnType = _c === void 0 ? 'NONE' : _c, _d = _a.prevBtnOffset, prevBtnOffset = _d === void 0 ? { top: '0' } : _d, _e = _a.prevBtnSize, prevBtnSize = _e === void 0 ? 1 : _e, _f = _a.nextBtnDisabled, nextBtnDisabled = _f === void 0 ? false : _f, _g = _a.nextBtnType, nextBtnType = _g === void 0 ? 'NONE' : _g, _h = _a.nextBtnOffset, nextBtnOffset = _h === void 0 ? { top: '0' } : _h, _j = _a.nextBtnSize, nextBtnSize = _j === void 0 ? 1 : _j, onPrevBtnClick = _a.onPrevBtnClick, onNextBtnClick = _a.onNextBtnClick;
47
47
  var getIsSameOffset = function (prevBtnOffset, nextBtnOffset) {
@@ -54,12 +54,67 @@ var CustomNavigation = function (_a) {
54
54
  prevBtnOffset.transformOrigin === nextBtnOffset.transformOrigin);
55
55
  };
56
56
  var isSameOffset = getIsSameOffset(prevBtnOffset, nextBtnOffset);
57
- var prevButton = navigationConfigs_1.prevButtonMappedIcons[prevBtnType];
58
- var nextButton = navigationConfigs_1.nextButtonMappedIcons[nextBtnType];
59
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(S_NavigationButtonWrapper, __assign({ className: prevBtnDisabled ? 'disabled' : '', "$offset": isSameOffset ? undefined : prevBtnOffset, "$size": prevBtnSize, onClick: onPrevBtnClick }, { children: (0, jsx_runtime_1.jsx)(S_ButtonImage, { src: prevButton }) })), (0, jsx_runtime_1.jsx)(S_NavigationButtonWrapper, __assign({ className: nextBtnDisabled ? 'disabled' : '', "$offset": isSameOffset ? undefined : nextBtnOffset, "$size": nextBtnSize, onClick: onNextBtnClick }, { children: (0, jsx_runtime_1.jsx)(S_ButtonImage, { src: nextButton }) }))] }));
57
+ return ((0, jsx_runtime_1.jsxs)(S_Navigation, __assign({ "$offset": isSameOffset ? prevBtnOffset : undefined, "$size": isSameOffset ? prevBtnSize : 1 }, { children: [(0, jsx_runtime_1.jsx)(S_PrevButton, __assign({ className: "".concat(prevBtnDisabled ? 'disabled' : ''), "$offset": isSameOffset ? undefined : prevBtnOffset, "$size": isSameOffset ? undefined : prevBtnSize, onClick: onPrevBtnClick }, { children: (function () {
58
+ switch (prevBtnType) {
59
+ case 'NONE':
60
+ case 'DESIGN1':
61
+ return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
62
+ case 'DESIGN2':
63
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_left_thin", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_dark" }));
64
+ case 'DESIGN3':
65
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_left", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_dark" }));
66
+ case 'DESIGN4':
67
+ case 'DESIGN5':
68
+ case 'DESIGN6':
69
+ case 'DESIGN7':
70
+ case 'DESIGN8':
71
+ case 'DESIGN9':
72
+ case 'DESIGN10':
73
+ case 'DESIGN11':
74
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_left_bold", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_dark" }));
75
+ case 'DESIGN12':
76
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_left_thin", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_white" }));
77
+ case 'DESIGN13':
78
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_left", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_white" }));
79
+ case 'DESIGN14':
80
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_left", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_white" }));
81
+ default:
82
+ return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
83
+ }
84
+ })() })), (0, jsx_runtime_1.jsx)(S_NextButton, __assign({ className: "".concat(nextBtnDisabled ? 'disabled' : ''), "$offset": isSameOffset ? undefined : nextBtnOffset, "$size": isSameOffset ? undefined : nextBtnSize, onClick: onNextBtnClick }, { children: (function () {
85
+ switch (nextBtnType) {
86
+ case 'NONE':
87
+ case 'DESIGN1':
88
+ return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
89
+ case 'DESIGN2':
90
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_right_thin", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_dark" }));
91
+ case 'DESIGN3':
92
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_right", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_dark" }));
93
+ case 'DESIGN4':
94
+ case 'DESIGN5':
95
+ case 'DESIGN6':
96
+ case 'DESIGN7':
97
+ case 'DESIGN8':
98
+ case 'DESIGN9':
99
+ case 'DESIGN10':
100
+ case 'DESIGN11':
101
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_right_bold", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_dark" }));
102
+ case 'DESIGN12':
103
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_right_thin", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_white" }));
104
+ case 'DESIGN13':
105
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_right", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_white" }));
106
+ case 'DESIGN14':
107
+ return ((0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { fillType: "fill", baseSize: "large", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconName: "ic_arrow_right", iconFillType: "line", iconColorKey: "ui_cpnt_icon_sys_white" }));
108
+ default:
109
+ return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
110
+ }
111
+ })() }))] })));
60
112
  };
61
113
  exports.CustomNavigation = CustomNavigation;
62
- var S_NavigationButtonWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n cursor: pointer;\n padding: ", ";\n position: ", ";\n transform: ", ";\n transform-origin: ", ";\n z-index: 3;\n\n & .disabled {\n cursor: auto;\n opacity: 0.35;\n pointer-events: none;\n }\n\n ", ";\n\n ", "\n"], ["\n cursor: pointer;\n padding: ", ";\n position: ", ";\n transform: ", ";\n transform-origin: ", ";\n z-index: 3;\n\n & .disabled {\n cursor: auto;\n opacity: 0.35;\n pointer-events: none;\n }\n\n ", ";\n\n ", "\n"])), function (_a) {
114
+ var S_Navigation = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: ", ";\n padding: ", ";\n position: ", ";\n transform: ", ";\n ", ";\n transform-origin: ", ";\n z-index: 3;\n"], ["\n display: ", ";\n padding: ", ";\n position: ", ";\n transform: ", ";\n ", ";\n transform-origin: ", ";\n z-index: 3;\n"])), function (_a) {
115
+ var $offset = _a.$offset;
116
+ return ($offset ? 'flex' : 'contents');
117
+ }, function (_a) {
63
118
  var $offset = _a.$offset;
64
119
  return ($offset ? '5px' : 0);
65
120
  }, function (_a) {
@@ -67,23 +122,48 @@ var S_NavigationButtonWrapper = styled_components_1.default.div(templateObject_3
67
122
  return ($offset ? 'absolute' : 'static');
68
123
  }, function (_a) {
69
124
  var _b, _c;
125
+ var $size = _a.$size, $offset = _a.$offset;
126
+ return "scale(".concat($size, ") translate(").concat((_b = $offset === null || $offset === void 0 ? void 0 : $offset.translateX) !== null && _b !== void 0 ? _b : 0, "%, ").concat((_c = $offset === null || $offset === void 0 ? void 0 : $offset.translateY) !== null && _c !== void 0 ? _c : 0, "%)");
127
+ }, function (_a) {
70
128
  var $offset = _a.$offset;
71
- return "translate(".concat((_b = $offset === null || $offset === void 0 ? void 0 : $offset.translateX) !== null && _b !== void 0 ? _b : 0, "%, ").concat((_c = $offset === null || $offset === void 0 ? void 0 : $offset.translateY) !== null && _c !== void 0 ? _c : 0, "%)");
129
+ return (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n ", "\n ", "\n "], ["\n ", "\n ", "\n ", "\n ", "\n "])), ($offset === null || $offset === void 0 ? void 0 : $offset.top) !== undefined ? "top: ".concat($offset.top, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.bottom) !== undefined ? "bottom: ".concat($offset.bottom, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.left) !== undefined ? "left: ".concat($offset.left, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.right) !== undefined ? "right: ".concat($offset.right, ";") : '');
72
130
  }, function (_a) {
73
131
  var $offset = _a.$offset;
74
132
  return ($offset === null || $offset === void 0 ? void 0 : $offset.transformOrigin) || 'center center';
133
+ });
134
+ var S_PrevButton = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n cursor: pointer;\n padding: ", ";\n position: ", ";\n transform: ", ";\n\n ", ";\n transform-origin: ", ";\n z-index: 3;\n\n &.disabled {\n cursor: auto;\n opacity: 0.35;\n pointer-events: none;\n }\n"], ["\n cursor: pointer;\n padding: ", ";\n position: ", ";\n transform: ", ";\n\n ", ";\n transform-origin: ", ";\n z-index: 3;\n\n &.disabled {\n cursor: auto;\n opacity: 0.35;\n pointer-events: none;\n }\n"])), function (_a) {
135
+ var $offset = _a.$offset;
136
+ return ($offset ? '5px' : 0);
137
+ }, function (_a) {
138
+ var $offset = _a.$offset;
139
+ return ($offset ? 'absolute' : 'static');
140
+ }, function (_a) {
141
+ var _b, _c;
142
+ var $size = _a.$size, $offset = _a.$offset;
143
+ return "scale(".concat($size, ") translate(").concat((_b = $offset === null || $offset === void 0 ? void 0 : $offset.translateX) !== null && _b !== void 0 ? _b : 0, "%, ").concat((_c = $offset === null || $offset === void 0 ? void 0 : $offset.translateY) !== null && _c !== void 0 ? _c : 0, "%)");
75
144
  }, function (_a) {
76
145
  var $offset = _a.$offset;
77
- return (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n ", "\n ", "\n "], ["\n ", "\n ", "\n ", "\n ", "\n "])), ($offset === null || $offset === void 0 ? void 0 : $offset.top) !== undefined ? "top: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.top, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.bottom) !== undefined ? "bottom: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.bottom, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.left) !== undefined ? "left: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.left, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.right) !== undefined ? "right: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.right, ";") : '');
146
+ return (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", "\n ", "\n ", "\n ", "\n "], ["\n ", "\n ", "\n ", "\n ", "\n "])), ($offset === null || $offset === void 0 ? void 0 : $offset.top) !== undefined ? "top: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.top, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.bottom) !== undefined ? "bottom: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.bottom, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.left) !== undefined ? "left: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.left, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.right) !== undefined ? "right: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.right, ";") : '');
78
147
  }, function (_a) {
79
- var _b = _a.$size, $size = _b === void 0 ? 1 : _b;
80
- var sizeMap = {
81
- 3: '120px',
82
- 1.5: '100px',
83
- 1: '56px'
84
- };
85
- return (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: ", ";\n width: ", ";\n "], ["\n height: ", ";\n width: ", ";\n "])), sizeMap[$size], sizeMap[$size]);
148
+ var $offset = _a.$offset;
149
+ return ($offset === null || $offset === void 0 ? void 0 : $offset.transformOrigin) || 'center center';
150
+ });
151
+ var S_NextButton = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n cursor: pointer;\n padding: ", ";\n position: ", ";\n transform: ", ";\n ", ";\n transform-origin: ", ";\n z-index: 3;\n\n &.disabled {\n cursor: auto;\n opacity: 0.35;\n pointer-events: none;\n }\n"], ["\n cursor: pointer;\n padding: ", ";\n position: ", ";\n transform: ", ";\n ", ";\n transform-origin: ", ";\n z-index: 3;\n\n &.disabled {\n cursor: auto;\n opacity: 0.35;\n pointer-events: none;\n }\n"])), function (_a) {
152
+ var $offset = _a.$offset;
153
+ return ($offset ? '5px' : 0);
154
+ }, function (_a) {
155
+ var $offset = _a.$offset;
156
+ return ($offset ? 'absolute' : 'static');
157
+ }, function (_a) {
158
+ var _b, _c;
159
+ var $size = _a.$size, $offset = _a.$offset;
160
+ return "scale(".concat($size, ") translate(").concat((_b = $offset === null || $offset === void 0 ? void 0 : $offset.translateX) !== null && _b !== void 0 ? _b : 0, "%, ").concat((_c = $offset === null || $offset === void 0 ? void 0 : $offset.translateY) !== null && _c !== void 0 ? _c : 0, "%)");
161
+ }, function (_a) {
162
+ var $offset = _a.$offset;
163
+ return (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", "\n ", "\n ", "\n ", "\n "], ["\n ", "\n ", "\n ", "\n ", "\n "])), ($offset === null || $offset === void 0 ? void 0 : $offset.top) !== undefined ? "top: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.top, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.bottom) !== undefined ? "bottom: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.bottom, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.left) !== undefined ? "left: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.left, ";") : '', ($offset === null || $offset === void 0 ? void 0 : $offset.right) !== undefined ? "right: ".concat($offset === null || $offset === void 0 ? void 0 : $offset.right, ";") : '');
164
+ }, function (_a) {
165
+ var $offset = _a.$offset;
166
+ return ($offset === null || $offset === void 0 ? void 0 : $offset.transformOrigin) || 'center center';
86
167
  });
87
- var S_ButtonImage = styled_components_1.default.img(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 100%;\n width: 100%;\n"], ["\n height: 100%;\n width: 100%;\n"])));
88
168
  exports.default = exports.CustomNavigation;
89
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
169
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
@@ -14,14 +14,9 @@ export interface CustomPaginationProps {
14
14
  transformOrigin?: string;
15
15
  };
16
16
  size?: number;
17
+ onBulletClick?: (index: number) => void;
17
18
  }
18
- export declare const CustomPagination: ({ current, total, type, offset, size, prevBtnDisabled, nextBtnDisabled, onBulletClick, onPrevBtnClick, onNextBtnClick }: CustomPaginationProps & {
19
- prevBtnDisabled: boolean;
20
- nextBtnDisabled: boolean;
21
- onBulletClick: (index: number) => void;
22
- onPrevBtnClick: () => void;
23
- onNextBtnClick: () => void;
24
- }) => JSX.Element;
19
+ export declare const CustomPagination: ({ current, total, type, offset, size, onBulletClick }: CustomPaginationProps) => JSX.Element;
25
20
  export interface FlexBoxProps {
26
21
  direction?: 'row' | 'column';
27
22
  justifyContent?: string;