pds-dev-kit-web 1.5.11 → 1.6.1

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 (199) hide show
  1. package/README.md +2 -2
  2. package/dist/index.d.ts +2 -2
  3. package/dist/index.js +4 -3
  4. package/dist/src/common/components/CircularProgress/CircularProgress.d.ts +8 -0
  5. package/dist/src/common/components/CircularProgress/CircularProgress.js +74 -0
  6. package/dist/src/common/components/CircularProgress/index.d.ts +1 -0
  7. package/dist/src/common/components/CircularProgress/index.js +8 -0
  8. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +7 -0
  9. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +26 -0
  10. package/dist/src/common/components/ThreeBarProgress/index.d.ts +1 -0
  11. package/dist/src/common/components/ThreeBarProgress/index.js +8 -0
  12. package/dist/src/common/components/index.d.ts +3 -1
  13. package/dist/src/common/components/index.js +5 -1
  14. package/dist/src/common/styles/ToneTest/ToneTest.js +12 -0
  15. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +6 -1
  16. package/dist/src/common/styles/colorSet/PaletteColor_light.json +6 -1
  17. package/dist/src/common/styles/colorSet/SemanticColor.json +4 -4
  18. package/dist/src/common/styles/colorSet/UIColor.json +15 -1
  19. package/dist/src/common/styles/colorSet/index.d.ts +96 -72
  20. package/dist/src/common/styles/colorSet/index.js +2 -2
  21. package/dist/src/common/styles/colorSet/ui-type.d.ts +14 -0
  22. package/dist/src/common/styles/index.d.ts +1 -0
  23. package/dist/src/common/styles/index.js +3 -1
  24. package/dist/src/common/styles/loading/index.d.ts +1 -0
  25. package/dist/src/common/styles/loading/index.js +5 -0
  26. package/dist/src/common/styles/loading/skeletonLoadingStyle.d.ts +1 -0
  27. package/dist/src/common/styles/loading/skeletonLoadingStyle.js +28 -0
  28. package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.d.ts +2 -1
  29. package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.js +24 -9
  30. package/dist/src/desktop/components/MainButton/MainButton.d.ts +3 -1
  31. package/dist/src/desktop/components/MainButton/MainButton.js +43 -11
  32. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +3 -1
  33. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +71 -31
  34. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  35. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +24 -24
  36. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +2 -1
  37. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +8 -6
  38. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +2 -1
  39. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +4 -3
  40. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +2 -1
  41. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +4 -4
  42. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +2 -1
  43. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +4 -4
  44. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +2 -1
  45. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +4 -3
  46. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +2 -1
  47. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +4 -4
  48. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +3 -1
  49. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +6 -7
  50. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +2 -1
  51. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +4 -4
  52. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +3 -1
  53. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +6 -7
  54. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +2 -1
  55. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +4 -4
  56. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +3 -1
  57. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +6 -7
  58. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +3 -1
  59. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +2 -2
  60. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  61. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +18 -18
  62. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +2 -1
  63. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +4 -4
  64. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +2 -1
  65. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +4 -4
  66. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +2 -1
  67. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +4 -4
  68. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +2 -1
  69. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +4 -4
  70. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +2 -1
  71. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +5 -5
  72. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +3 -1
  73. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +6 -7
  74. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +3 -1
  75. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +6 -7
  76. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +3 -1
  77. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
  78. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  79. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +43 -43
  80. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +2 -1
  81. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +4 -4
  82. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +2 -1
  83. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +4 -4
  84. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +2 -1
  85. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +4 -4
  86. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +3 -1
  87. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +6 -7
  88. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +2 -1
  89. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +4 -4
  90. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +3 -1
  91. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +6 -7
  92. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +2 -1
  93. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +4 -4
  94. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +2 -1
  95. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +4 -4
  96. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +2 -1
  97. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +4 -4
  98. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +3 -1
  99. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +6 -7
  100. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +2 -1
  101. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +4 -4
  102. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +2 -1
  103. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +4 -4
  104. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +2 -1
  105. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +4 -4
  106. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +2 -1
  107. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +4 -4
  108. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +2 -1
  109. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +4 -4
  110. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +2 -1
  111. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +4 -4
  112. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +3 -1
  113. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +6 -7
  114. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +2 -1
  115. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +4 -3
  116. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +2 -1
  117. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +4 -3
  118. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +3 -1
  119. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +6 -7
  120. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +3 -1
  121. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
  122. package/dist/src/desktop/panels/ContentSheet/ContentSheet.d.ts +4 -1
  123. package/dist/src/desktop/panels/ContentSheet/ContentSheet.js +11 -3
  124. package/dist/src/hybrid/components/ImageView/ImageView.d.ts +2 -1
  125. package/dist/src/hybrid/components/ImageView/ImageView.js +36 -4
  126. package/dist/src/hybrid/components/LinearProgress/LinearProgress.d.ts +6 -0
  127. package/dist/src/hybrid/components/LinearProgress/LinearProgress.js +29 -0
  128. package/dist/src/hybrid/components/LinearProgress/index.d.ts +1 -0
  129. package/dist/src/hybrid/components/LinearProgress/index.js +8 -0
  130. package/dist/src/hybrid/components/index.d.ts +2 -1
  131. package/dist/src/hybrid/components/index.js +3 -1
  132. package/dist/src/hybrid/index.d.ts +2 -2
  133. package/dist/src/hybrid/index.js +2 -1
  134. package/dist/src/mobile/components/MainButton/MainButton.d.ts +3 -1
  135. package/dist/src/mobile/components/MainButton/MainButton.js +42 -11
  136. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +3 -1
  137. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +57 -21
  138. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  139. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
  140. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +2 -1
  141. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +4 -4
  142. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +3 -1
  143. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +6 -7
  144. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +2 -1
  145. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +4 -4
  146. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +2 -1
  147. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +4 -4
  148. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +3 -1
  149. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +6 -7
  150. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +3 -1
  151. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
  152. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +2 -1
  153. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
  154. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +2 -1
  155. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +4 -4
  156. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +2 -1
  157. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +4 -4
  158. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +2 -1
  159. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
  160. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  161. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
  162. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +2 -1
  163. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +4 -4
  164. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +2 -1
  165. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +4 -4
  166. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +3 -1
  167. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +6 -7
  168. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +2 -1
  169. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +4 -4
  170. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +2 -1
  171. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +4 -4
  172. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +3 -1
  173. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +6 -7
  174. package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.d.ts +3 -1
  175. package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.js +2 -2
  176. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  177. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +11 -11
  178. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +2 -1
  179. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +4 -4
  180. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +2 -1
  181. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +4 -4
  182. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +3 -1
  183. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +6 -7
  184. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +2 -1
  185. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +4 -4
  186. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +2 -1
  187. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +4 -4
  188. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +3 -1
  189. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +6 -7
  190. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +2 -1
  191. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +4 -4
  192. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +2 -1
  193. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +4 -4
  194. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +3 -1
  195. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
  196. package/dist/src/mobile/panels/ContentSheet/ContentSheet.d.ts +4 -1
  197. package/dist/src/mobile/panels/ContentSheet/ContentSheet.js +11 -3
  198. package/package.json +1 -1
  199. package/release-note.md +3 -3
@@ -6,50 +6,50 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  var react_1 = __importDefault(require("react"));
7
7
  var variation_1 = require("./variation");
8
8
  var ContentsContainer = function (_a) {
9
- var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, container1Ref = _a.container1Ref;
9
+ var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, container1Ref = _a.container1Ref;
10
10
  return (react_1.default.createElement(react_1.default.Fragment, null, {
11
- WTA_1: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
12
- WTA_2: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
13
- WTA_3: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_3", content1: content1, containerColor: containerColor, areaColor: areaColor })),
14
- WTB_1: react_1.default.createElement(variation_1.WTB, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
15
- WTC_1: react_1.default.createElement(variation_1.WTC, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
16
- WTD_1: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
17
- WTD_2: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
18
- WTD_3: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
19
- WTD_4: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
20
- WTD_5: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
21
- WTD_6: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
22
- WTE_1: react_1.default.createElement(variation_1.WTE, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
23
- WTF_1: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
24
- WTF_2: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
25
- WTF_3: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
26
- WTF_4: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
27
- WTF_5: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
28
- WTF_6: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
29
- WTG_1: react_1.default.createElement(variation_1.WTG, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
30
- WTH_1: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
31
- WTH_2: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
32
- WTH_3: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_3", content1: content1, containerColor: containerColor, areaColor: areaColor })),
33
- WTI_1: (react_1.default.createElement(variation_1.WTI, { layoutType: "WTI_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
34
- WTI_2: (react_1.default.createElement(variation_1.WTI, { layoutType: "WTI_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
35
- WTJ_1: (react_1.default.createElement(variation_1.WTJ, { content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
36
- WTK_1: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
37
- WTK_2: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
38
- WTK_3: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_3", content1: content1, containerColor: containerColor, areaColor: areaColor })),
39
- WTL_1: react_1.default.createElement(variation_1.WTL, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
40
- WTM_1: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
41
- WTM_2: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
42
- WTN_1: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })),
43
- WTN_2: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_2", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })),
44
- WTN_3: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_3", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })),
45
- WTO_1: (react_1.default.createElement(variation_1.WTO, { layoutType: "WTO_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })),
46
- WTP_1: (react_1.default.createElement(variation_1.WTP, { layoutType: "WTP_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })),
47
- WTQ_1: (react_1.default.createElement(variation_1.WTQ, { layoutType: "WTQ_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
48
- WTS_1: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })),
49
- WTS_2: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })),
50
- WTT_1: (react_1.default.createElement(variation_1.WTT, { layoutType: "WTT_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })),
51
- WTT_2: (react_1.default.createElement(variation_1.WTT, { layoutType: "WTT_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref })),
52
- WTU_1: (react_1.default.createElement(variation_1.WTU, { layoutType: "WTU_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))
11
+ WTA_1: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
12
+ WTA_2: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
13
+ WTA_3: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
14
+ WTB_1: (react_1.default.createElement(variation_1.WTB, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
15
+ WTC_1: (react_1.default.createElement(variation_1.WTC, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
16
+ WTD_1: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
17
+ WTD_2: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
18
+ WTD_3: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
19
+ WTD_4: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
20
+ WTD_5: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
21
+ WTD_6: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
22
+ WTE_1: (react_1.default.createElement(variation_1.WTE, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
23
+ WTF_1: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
24
+ WTF_2: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
25
+ WTF_3: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
26
+ WTF_4: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
27
+ WTF_5: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
28
+ WTF_6: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
29
+ WTG_1: (react_1.default.createElement(variation_1.WTG, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
30
+ WTH_1: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
31
+ WTH_2: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
32
+ WTH_3: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
33
+ WTI_1: (react_1.default.createElement(variation_1.WTI, { layoutType: "WTI_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
34
+ WTI_2: (react_1.default.createElement(variation_1.WTI, { layoutType: "WTI_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
35
+ WTJ_1: (react_1.default.createElement(variation_1.WTJ, { content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
36
+ WTK_1: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
37
+ WTK_2: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
38
+ WTK_3: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
39
+ WTL_1: (react_1.default.createElement(variation_1.WTL, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
40
+ WTM_1: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
41
+ WTM_2: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
42
+ WTN_1: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
43
+ WTN_2: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_2", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
44
+ WTN_3: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_3", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
45
+ WTO_1: (react_1.default.createElement(variation_1.WTO, { layoutType: "WTO_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
46
+ WTP_1: (react_1.default.createElement(variation_1.WTP, { layoutType: "WTP_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
47
+ WTQ_1: (react_1.default.createElement(variation_1.WTQ, { layoutType: "WTQ_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
48
+ WTS_1: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
49
+ WTS_2: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
50
+ WTT_1: (react_1.default.createElement(variation_1.WTT, { layoutType: "WTT_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
51
+ WTT_2: (react_1.default.createElement(variation_1.WTT, { layoutType: "WTT_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
52
+ WTU_1: (react_1.default.createElement(variation_1.WTU, { layoutType: "WTU_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 }))
53
53
  }[layoutType]));
54
54
  };
55
55
  exports.default = ContentsContainer;
@@ -4,6 +4,7 @@ export declare type WTAProps = {
4
4
  layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3';
5
5
  containerColor?: string;
6
6
  areaColor?: string;
7
+ isLoadingContainer1?: boolean;
7
8
  };
8
- declare const WTA: ({ content1, layoutType, containerColor, areaColor }: WTAProps) => JSX.Element;
9
+ declare const WTA: ({ content1, layoutType, containerColor, areaColor, isLoadingContainer1 }: WTAProps) => JSX.Element;
9
10
  export default WTA;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTA = function (_a) {
13
- var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
- return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, null, content1))));
14
+ var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -3,6 +3,7 @@ export declare type WTBProps = {
3
3
  content1?: JSX.Element;
4
4
  containerColor?: string;
5
5
  areaColor?: string;
6
+ isLoadingContainer1?: boolean;
6
7
  };
7
- declare const WTB: ({ content1, containerColor, areaColor }: WTBProps) => JSX.Element;
8
+ declare const WTB: ({ content1, containerColor, areaColor, isLoadingContainer1 }: WTBProps) => JSX.Element;
8
9
  export default WTB;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTB = function (_a) {
13
- var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
- return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, null, content1))));
14
+ var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -3,6 +3,7 @@ export declare type WTCProps = {
3
3
  content1?: JSX.Element;
4
4
  containerColor?: string;
5
5
  areaColor?: string;
6
+ isLoadingContainer1?: boolean;
6
7
  };
7
- declare const WTC: ({ content1, containerColor, areaColor }: WTCProps) => JSX.Element;
8
+ declare const WTC: ({ content1, containerColor, areaColor, isLoadingContainer1 }: WTCProps) => JSX.Element;
8
9
  export default WTC;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTC = function (_a) {
13
- var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
- return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, null, content1))));
14
+ var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -5,6 +5,8 @@ export declare type WTDProps = {
5
5
  layoutType: 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6';
6
6
  containerColor?: string;
7
7
  areaColor?: string;
8
+ isLoadingContainer1?: boolean;
9
+ isLoadingContainer2?: boolean;
8
10
  };
9
- declare const WTD: ({ content1, content2, layoutType, containerColor, areaColor }: WTDProps) => JSX.Element;
11
+ declare const WTD: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: WTDProps) => JSX.Element;
10
12
  export default WTD;
@@ -9,15 +9,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTD = function (_a) {
13
- var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
+ var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
14
15
  return (react_1.default.createElement(S_Box, null,
15
- react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor },
16
- react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
- react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))),
18
- react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor },
19
- react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
20
- react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
16
+ react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1)))),
18
+ react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
19
+ react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2))))));
21
20
  };
22
21
  var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
23
22
  var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
@@ -3,6 +3,7 @@ export declare type WTEProps = {
3
3
  content1?: JSX.Element;
4
4
  containerColor?: string;
5
5
  areaColor?: string;
6
+ isLoadingContainer1?: boolean;
6
7
  };
7
- declare const WTE: ({ content1, containerColor, areaColor }: WTEProps) => JSX.Element;
8
+ declare const WTE: ({ content1, containerColor, areaColor, isLoadingContainer1 }: WTEProps) => JSX.Element;
8
9
  export default WTE;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTE = function (_a) {
13
- var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
- return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, null, content1))));
14
+ var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n padding-right: 24px;\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n overflow-x: hidden;\n overflow-y: auto;\n padding-left: 24px;\n padding-right: 24px;\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -5,6 +5,8 @@ export declare type WTFProps = {
5
5
  layoutType: 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6';
6
6
  containerColor?: string;
7
7
  areaColor?: string;
8
+ isLoadingContainer1?: boolean;
9
+ isLoadingContainer2?: boolean;
8
10
  };
9
- declare const WTF: ({ content1, content2, layoutType, containerColor, areaColor }: WTFProps) => JSX.Element;
11
+ declare const WTF: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: WTFProps) => JSX.Element;
10
12
  export default WTF;
@@ -9,15 +9,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTF = function (_a) {
13
- var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
+ var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
14
15
  return (react_1.default.createElement(S_Box, null,
15
- react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor },
16
- react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
- react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))),
18
- react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor },
19
- react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
20
- react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
16
+ react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1)))),
18
+ react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
19
+ react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2))))));
21
20
  };
22
21
  var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
23
22
  var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
@@ -3,6 +3,7 @@ export declare type WTGProps = {
3
3
  content1?: JSX.Element;
4
4
  containerColor?: string;
5
5
  areaColor?: string;
6
+ isLoadingContainer1?: boolean;
6
7
  };
7
- declare const WTG: ({ content1, containerColor, areaColor }: WTGProps) => JSX.Element;
8
+ declare const WTG: ({ content1, containerColor, areaColor, isLoadingContainer1 }: WTGProps) => JSX.Element;
8
9
  export default WTG;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTG = function (_a) {
13
- var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
- return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, null, content1))));
14
+ var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n height: 100%;\n min-width: 960px;\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -4,6 +4,7 @@ export declare type WTHProps = {
4
4
  layoutType: 'WTH_1' | 'WTH_2' | 'WTH_3';
5
5
  containerColor?: string;
6
6
  areaColor?: string;
7
+ isLoadingContainer1?: boolean;
7
8
  };
8
- declare const WTH: ({ content1, layoutType, containerColor, areaColor }: WTHProps) => JSX.Element;
9
+ declare const WTH: ({ content1, layoutType, containerColor, areaColor, isLoadingContainer1 }: WTHProps) => JSX.Element;
9
10
  export default WTH;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTH = function (_a) {
13
- var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
- return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))));
14
+ var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n min-width: 1200px;\n ", ";\n ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n min-width: 1200px;\n ", ";\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -4,6 +4,7 @@ export declare type WTIProps = {
4
4
  layoutType: 'WTI_1' | 'WTI_2';
5
5
  containerColor?: string;
6
6
  areaColor?: string;
7
+ isLoadingContainer1?: boolean;
7
8
  };
8
- declare const WTI: ({ content1, containerColor, areaColor, layoutType }: WTIProps) => JSX.Element;
9
+ declare const WTI: ({ content1, containerColor, areaColor, layoutType, isLoadingContainer1 }: WTIProps) => JSX.Element;
9
10
  export default WTI;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTI = function (_a) {
13
- var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, layoutType = _a.layoutType;
14
- return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, null, content1))));
14
+ var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, layoutType = _a.layoutType, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -5,6 +5,8 @@ export declare type WTJProps = {
5
5
  layoutType?: 'WTJ_1';
6
6
  containerColor?: string;
7
7
  areaColor?: string;
8
+ isLoadingContainer1?: boolean;
9
+ isLoadingContainer2?: boolean;
8
10
  };
9
- declare const WTJ: ({ content1, content2, layoutType, containerColor, areaColor }: WTJProps) => JSX.Element;
11
+ declare const WTJ: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: WTJProps) => JSX.Element;
10
12
  export default WTJ;
@@ -9,15 +9,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTJ = function (_a) {
13
- var content1 = _a.content1, content2 = _a.content2, _b = _a.layoutType, layoutType = _b === void 0 ? 'WTJ_1' : _b, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
+ var content1 = _a.content1, content2 = _a.content2, _b = _a.layoutType, layoutType = _b === void 0 ? 'WTJ_1' : _b, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
14
15
  return (react_1.default.createElement(S_Box, null,
15
- react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor },
16
- react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
- react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))),
18
- react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor },
19
- react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
20
- react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2)))));
16
+ react_1.default.createElement(S_ContentsContainer1, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { layoutType: layoutType, areaColor: areaColor },
17
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1)))),
18
+ react_1.default.createElement(S_ContentsContainer2, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { layoutType: layoutType, areaColor: areaColor },
19
+ react_1.default.createElement(S_Content2, { layoutType: layoutType }, content2))))));
21
20
  };
22
21
  var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
23
22
  var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 640px;\n overflow-x: hidden;\n overflow-y: auto;\n flex: 1;\n height: 100%;\n ", ";\n"], ["\n background-color: ", ";\n min-width: 640px;\n overflow-x: hidden;\n overflow-y: auto;\n flex: 1;\n height: 100%;\n ", ";\n"])), function (_a) {
@@ -4,6 +4,7 @@ export declare type WTKProps = {
4
4
  layoutType: 'WTK_1' | 'WTK_2' | 'WTK_3';
5
5
  containerColor?: string;
6
6
  areaColor?: string;
7
+ isLoadingContainer1?: boolean;
7
8
  };
8
- declare const WTK: ({ content1, layoutType, containerColor, areaColor }: WTKProps) => JSX.Element;
9
+ declare const WTK: ({ content1, layoutType, containerColor, areaColor, isLoadingContainer1 }: WTKProps) => JSX.Element;
9
10
  export default WTK;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTK = function (_a) {
13
- var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
- return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, null, content1))));
14
+ var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -3,6 +3,7 @@ export declare type WTLProps = {
3
3
  content1?: JSX.Element;
4
4
  containerColor?: string;
5
5
  areaColor?: string;
6
+ isLoadingContainer1?: boolean;
6
7
  };
7
- declare const WTL: ({ content1, containerColor, areaColor }: WTLProps) => JSX.Element;
8
+ declare const WTL: ({ content1, containerColor, areaColor, isLoadingContainer1 }: WTLProps) => JSX.Element;
8
9
  export default WTL;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTL = function (_a) {
13
- var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
- return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, null, content1))));
14
+ var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -4,6 +4,7 @@ export declare type WTMProps = {
4
4
  layoutType: 'WTM_1' | 'WTM_2';
5
5
  containerColor?: string;
6
6
  areaColor?: string;
7
+ isLoadingContainer1?: boolean;
7
8
  };
8
- declare const WTM: ({ content1, layoutType, containerColor, areaColor }: WTMProps) => JSX.Element;
9
+ declare const WTM: ({ content1, layoutType, containerColor, areaColor, isLoadingContainer1 }: WTMProps) => JSX.Element;
9
10
  export default WTM;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTM = function (_a) {
13
- var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
14
- return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor },
15
- react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))));
14
+ var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
+ return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n min-width: 1200px;\n ", ";\n ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n min-width: 1200px;\n ", ";\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -4,7 +4,8 @@ export declare type WTNProps = {
4
4
  layoutType: 'WTN_1' | 'WTN_2' | 'WTN_3';
5
5
  containerColor?: string;
6
6
  areaColor?: string;
7
+ isLoadingContainer1?: boolean;
7
8
  container1Ref?: MutableRefObject<HTMLDivElement | null>;
8
9
  };
9
- declare const WTN: ({ content1, containerColor, areaColor, layoutType, container1Ref }: WTNProps) => JSX.Element;
10
+ declare const WTN: ({ content1, containerColor, areaColor, layoutType, isLoadingContainer1, container1Ref }: WTNProps) => JSX.Element;
10
11
  export default WTN;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTN = function (_a) {
13
- var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, layoutType = _a.layoutType, container1Ref = _a.container1Ref;
14
- return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor, ref: container1Ref },
15
- react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, null, content1))));
14
+ var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, layoutType = _a.layoutType, isLoadingContainer1 = _a.isLoadingContainer1, container1Ref = _a.container1Ref;
15
+ return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor, ref: container1Ref }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, null, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -4,7 +4,8 @@ export declare type WTOProps = {
4
4
  layoutType: 'WTO_1';
5
5
  containerColor?: string;
6
6
  areaColor?: string;
7
+ isLoadingContainer1?: boolean;
7
8
  container1Ref?: MutableRefObject<HTMLDivElement | null>;
8
9
  };
9
- declare const WTO: ({ content1, layoutType, containerColor, areaColor, container1Ref }: WTOProps) => JSX.Element;
10
+ declare const WTO: ({ content1, layoutType, containerColor, areaColor, isLoadingContainer1, container1Ref }: WTOProps) => JSX.Element;
10
11
  export default WTO;
@@ -9,11 +9,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
+ var components_1 = require("../../../../../../common/components");
12
13
  var WTO = function (_a) {
13
- var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, container1Ref = _a.container1Ref;
14
- return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor, ref: container1Ref },
15
- react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
- react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))));
14
+ var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, container1Ref = _a.container1Ref;
15
+ return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor, ref: container1Ref }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
16
+ react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1)))));
17
17
  };
18
18
  var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n min-width: 664px;\n width: calc(50% + 184px);\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n min-width: 664px;\n width: calc(50% + 184px);\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
19
19
  var theme = _a.theme;
@@ -4,7 +4,8 @@ export declare type WTPProps = {
4
4
  layoutType: 'WTP_1';
5
5
  containerColor?: string;
6
6
  areaColor?: string;
7
+ isLoadingContainer1?: boolean;
7
8
  container1Ref?: MutableRefObject<HTMLDivElement | null>;
8
9
  };
9
- declare const WTP: ({ content1, layoutType, containerColor, areaColor, container1Ref }: WTPProps) => JSX.Element;
10
+ declare const WTP: ({ content1, layoutType, containerColor, areaColor, isLoadingContainer1, container1Ref }: WTPProps) => JSX.Element;
10
11
  export default WTP;