pds-dev-kit-web-test 0.3.5 → 0.3.7

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 (22) hide show
  1. package/dist/src/common/assets/icons/line/Hourglass.d.ts +4 -0
  2. package/dist/src/common/assets/icons/line/Hourglass.js +30 -0
  3. package/dist/src/common/assets/icons/line/UploadList.d.ts +4 -0
  4. package/dist/src/common/assets/icons/line/UploadList.js +30 -0
  5. package/dist/src/common/assets/icons/line/index.d.ts +2 -0
  6. package/dist/src/common/assets/icons/line/index.js +4 -0
  7. package/dist/src/common/styles/colorSet/UIColor.json +3 -1
  8. package/dist/src/common/styles/colorSet/index.d.ts +124 -122
  9. package/dist/src/common/styles/colorSet/index.js +4 -4
  10. package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
  11. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
  12. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +1 -2
  13. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTX.js +11 -17
  14. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +0 -1
  15. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +1 -3
  16. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
  17. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +5 -9
  18. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +4 -2
  19. package/package.json +1 -1
  20. package/release-note.md +5 -5
  21. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTY.d.ts +0 -18
  22. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTY.js +0 -109
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Hourglass: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Hourglass;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var Hourglass = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M11.9999,13.0536 L16.0379,17.0346 C16.1029,17.0986 16.1369,17.1746 16.1869,17.2456 C13.4629,16.3636 10.5369,16.3636 7.8129,17.2456 C7.8629,17.1746 7.8979,17.0986 7.9619,17.0346 L11.9999,13.0536 Z M7.5669,6.0926 L7.5669,3.9456 L16.4329,3.9456 L16.4329,6.0926 C16.4329,6.4036 16.2919,6.7136 16.0379,6.9656 L14.5069,8.4756 L14.5069,8.4626 C12.8869,7.8756 11.1129,7.8756 9.4939,8.4626 L9.4939,8.4756 L7.9629,6.9656 C7.7079,6.7136 7.5669,6.4036 7.5669,6.0926 L7.5669,6.0926 Z M19.1679,20.0546 L17.9329,20.0546 L17.9329,17.9076 C17.9329,17.1916 17.6339,16.5026 17.0909,15.9666 L13.0679,12.0006 L17.0909,8.0336 C17.6339,7.4976 17.9329,6.8086 17.9329,6.0926 L17.9329,3.9456 L19.1679,3.9456 C19.5829,3.9456 19.9179,3.6096 19.9179,3.1956 C19.9179,2.7816 19.5829,2.4456 19.1679,2.4456 L4.8319,2.4456 C4.4169,2.4456 4.0819,2.7816 4.0819,3.1956 C4.0819,3.6096 4.4169,3.9456 4.8319,3.9456 L6.0669,3.9456 L6.0669,6.0926 C6.0669,6.8086 6.3659,7.4976 6.9099,8.0336 L10.9319,12.0006 L6.9099,15.9666 C6.3669,16.5016 6.0669,17.1916 6.0669,17.9076 L6.0669,20.0546 L4.8319,20.0546 C4.4169,20.0546 4.0819,20.3906 4.0819,20.8046 C4.0819,21.2186 4.4169,21.5546 4.8319,21.5546 L19.1679,21.5546 C19.5829,21.5546 19.9179,21.2186 19.9179,20.8046 C19.9179,20.3906 19.5829,20.0546 19.1679,20.0546 L19.1679,20.0546 Z" }) })));
29
+ };
30
+ exports.default = Hourglass;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const UploadList: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default UploadList;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var UploadList = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M19.3167,20.2713 L4.6837,20.2713 M19.3167,16.2918 L4.6837,16.2918 M15.9346,7.2156 L11.9996,3.2976 L8.0656,7.2156 M12,3.2977 L12,12.0197" }) })));
29
+ };
30
+ exports.default = UploadList;
@@ -88,6 +88,7 @@ declare const lineIcons: {
88
88
  readonly ic_ghost: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
89
89
  readonly ic_heart_care: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
90
90
  readonly ic_home: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
91
+ readonly ic_hourglass: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
91
92
  readonly ic_icon: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
92
93
  readonly ic_image: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
93
94
  readonly ic_information: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -245,6 +246,7 @@ declare const lineIcons: {
245
246
  readonly ic_unavailable: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
246
247
  readonly ic_unlock: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
247
248
  readonly ic_upload: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
249
+ readonly ic_upload_list: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
248
250
  readonly ic_video: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
249
251
  readonly ic_videocall: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
250
252
  readonly ic_videocall_pro: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -91,6 +91,7 @@ var Folder_1 = __importDefault(require("./Folder"));
91
91
  var Ghost_1 = __importDefault(require("./Ghost"));
92
92
  var HeartCare_1 = __importDefault(require("./HeartCare"));
93
93
  var Home_1 = __importDefault(require("./Home"));
94
+ var Hourglass_1 = __importDefault(require("./Hourglass"));
94
95
  var Icon_1 = __importDefault(require("./Icon"));
95
96
  var Image_1 = __importDefault(require("./Image"));
96
97
  var Information_1 = __importDefault(require("./Information"));
@@ -248,6 +249,7 @@ var TypefaceSystem_1 = __importDefault(require("./TypefaceSystem"));
248
249
  var Unavailable_1 = __importDefault(require("./Unavailable"));
249
250
  var Unlock_1 = __importDefault(require("./Unlock"));
250
251
  var Upload_1 = __importDefault(require("./Upload"));
252
+ var UploadList_1 = __importDefault(require("./UploadList"));
251
253
  var Video_1 = __importDefault(require("./Video"));
252
254
  var Videocall_1 = __importDefault(require("./Videocall"));
253
255
  var VideocallPro_1 = __importDefault(require("./VideocallPro"));
@@ -356,6 +358,7 @@ var lineIcons = {
356
358
  ic_ghost: Ghost_1.default,
357
359
  ic_heart_care: HeartCare_1.default,
358
360
  ic_home: Home_1.default,
361
+ ic_hourglass: Hourglass_1.default,
359
362
  ic_icon: Icon_1.default,
360
363
  ic_image: Image_1.default,
361
364
  ic_information: Information_1.default,
@@ -513,6 +516,7 @@ var lineIcons = {
513
516
  ic_unavailable: Unavailable_1.default,
514
517
  ic_unlock: Unlock_1.default,
515
518
  ic_upload: Upload_1.default,
519
+ ic_upload_list: UploadList_1.default,
516
520
  ic_video: Video_1.default,
517
521
  ic_videocall: Videocall_1.default,
518
522
  ic_videocall_pro: VideocallPro_1.default,
@@ -837,5 +837,7 @@
837
837
  "ui_107": "sys_component_border_white_opacity20",
838
838
  "ui_cpnt_textlabel_sys_white_02": "sys_text_white_02",
839
839
  "ui_cpnt_headerbar_base_area_transparent": "sys_container_background_04",
840
- "ui_108": "sys_widget_error_01"
840
+ "ui_108": "sys_widget_error_01",
841
+ "ui_110": "sys_component_base_black_opacity50",
842
+ "ui_contentscontainer03_background": "sys_container_background_01"
841
843
  }
@@ -1,5 +1,125 @@
1
1
  declare const colorSet: {
2
- readonly PaletteColor_light: {
2
+ readonly SemanticColor: {
3
+ blue500: string;
4
+ blue700: string;
5
+ blue300: string;
6
+ green700: string;
7
+ green500: string;
8
+ green300: string;
9
+ red500: string;
10
+ grey900: string;
11
+ grey500: string;
12
+ grey400: string;
13
+ grey100: string;
14
+ grey50: string;
15
+ white: string;
16
+ black: string;
17
+ darkblue500: string;
18
+ grey950: string;
19
+ darkgrey900: string;
20
+ darkgrey500: string;
21
+ darkgrey400: string;
22
+ darkgrey100: string;
23
+ darkgrey50: string;
24
+ darkred500: string;
25
+ darkgreen700: string;
26
+ orange500: string;
27
+ darkorange500: string;
28
+ opacity00: string;
29
+ opacity20: string;
30
+ opacity30: string;
31
+ opacity65: string;
32
+ darkgreen500: string;
33
+ grey70: string;
34
+ navy500: string;
35
+ lightgreen500: string;
36
+ pink500: string;
37
+ darkgrey70: string;
38
+ darknavy500: string;
39
+ darkpink500: string;
40
+ darklightgreen500: string;
41
+ opacity10: string;
42
+ grey600: string;
43
+ darkgrey600: string;
44
+ skyblue500: string;
45
+ skyblue300: string;
46
+ pink300: string;
47
+ lightpink500: string;
48
+ darkblue300: string;
49
+ darkblue700: string;
50
+ darkgreen300: string;
51
+ darkskyblue500: string;
52
+ navy100: string;
53
+ darknavy100: string;
54
+ opacity80: string;
55
+ opacity50: string;
56
+ grey30: string;
57
+ opacity95: string;
58
+ darkgrey30: string;
59
+ opacity40: string;
60
+ kakaoyellow: string;
61
+ pastelblue500: string;
62
+ pastelpink500: string;
63
+ pastelorange500: string;
64
+ pastelgreen500: string;
65
+ pastelpurple500: string;
66
+ darkpastelblue500: string;
67
+ darkpastelpink500: string;
68
+ darkpastelorange500: string;
69
+ darkpastelgreen500: string;
70
+ darkpastelpurple500: string;
71
+ green30: string;
72
+ darkgreen30: string;
73
+ orange50: string;
74
+ darkorange50: string;
75
+ orange30: string;
76
+ darkorange30: string;
77
+ green50: string;
78
+ darkgreen50: string;
79
+ opacity90: string;
80
+ facebookblue: string;
81
+ opacity05: string;
82
+ opacity15: string;
83
+ grey80: string;
84
+ grey200: string;
85
+ darkgrey80: string;
86
+ darkgrey200: string;
87
+ opacity70: string;
88
+ opacity60: string;
89
+ skyblue100: string;
90
+ green100: string;
91
+ darkgreen100: string;
92
+ darkskyblue100: string;
93
+ opacity25: string;
94
+ opacity35: string;
95
+ grey10: string;
96
+ darkgrey10: string;
97
+ blue50: string;
98
+ darkblue50: string;
99
+ blue10: string;
100
+ red10: string;
101
+ green10: string;
102
+ blue30: string;
103
+ red30: string;
104
+ orange300: string;
105
+ darkorange300: string;
106
+ darkpink300: string;
107
+ pastelblue300: string;
108
+ darkpastelblue300: string;
109
+ softpurple500: string;
110
+ darksoftpurple500: string;
111
+ coolpink500: string;
112
+ darkcoolpink500: string;
113
+ brown500: string;
114
+ darkbrown500: string;
115
+ yellow300: string;
116
+ darkyellow300: string;
117
+ grey20: string;
118
+ darkgrey20: string;
119
+ grey300: string;
120
+ darkgrey300: string;
121
+ };
122
+ readonly PaletteColor_Dark: {
3
123
  sys_container_background_01: string;
4
124
  sys_container_background_02: string;
5
125
  sys_container_background_03: string;
@@ -346,7 +466,7 @@ declare const colorSet: {
346
466
  sys_text_white_02: string;
347
467
  sys_component_base_45: string;
348
468
  };
349
- readonly PaletteColor_Dark: {
469
+ readonly PaletteColor_light: {
350
470
  sys_container_background_01: string;
351
471
  sys_container_background_02: string;
352
472
  sys_container_background_03: string;
@@ -693,126 +813,6 @@ declare const colorSet: {
693
813
  sys_text_white_02: string;
694
814
  sys_component_base_45: string;
695
815
  };
696
- readonly SemanticColor: {
697
- blue500: string;
698
- blue700: string;
699
- blue300: string;
700
- green700: string;
701
- green500: string;
702
- green300: string;
703
- red500: string;
704
- grey900: string;
705
- grey500: string;
706
- grey400: string;
707
- grey100: string;
708
- grey50: string;
709
- white: string;
710
- black: string;
711
- darkblue500: string;
712
- grey950: string;
713
- darkgrey900: string;
714
- darkgrey500: string;
715
- darkgrey400: string;
716
- darkgrey100: string;
717
- darkgrey50: string;
718
- darkred500: string;
719
- darkgreen700: string;
720
- orange500: string;
721
- darkorange500: string;
722
- opacity00: string;
723
- opacity20: string;
724
- opacity30: string;
725
- opacity65: string;
726
- darkgreen500: string;
727
- grey70: string;
728
- navy500: string;
729
- lightgreen500: string;
730
- pink500: string;
731
- darkgrey70: string;
732
- darknavy500: string;
733
- darkpink500: string;
734
- darklightgreen500: string;
735
- opacity10: string;
736
- grey600: string;
737
- darkgrey600: string;
738
- skyblue500: string;
739
- skyblue300: string;
740
- pink300: string;
741
- lightpink500: string;
742
- darkblue300: string;
743
- darkblue700: string;
744
- darkgreen300: string;
745
- darkskyblue500: string;
746
- navy100: string;
747
- darknavy100: string;
748
- opacity80: string;
749
- opacity50: string;
750
- grey30: string;
751
- opacity95: string;
752
- darkgrey30: string;
753
- opacity40: string;
754
- kakaoyellow: string;
755
- pastelblue500: string;
756
- pastelpink500: string;
757
- pastelorange500: string;
758
- pastelgreen500: string;
759
- pastelpurple500: string;
760
- darkpastelblue500: string;
761
- darkpastelpink500: string;
762
- darkpastelorange500: string;
763
- darkpastelgreen500: string;
764
- darkpastelpurple500: string;
765
- green30: string;
766
- darkgreen30: string;
767
- orange50: string;
768
- darkorange50: string;
769
- orange30: string;
770
- darkorange30: string;
771
- green50: string;
772
- darkgreen50: string;
773
- opacity90: string;
774
- facebookblue: string;
775
- opacity05: string;
776
- opacity15: string;
777
- grey80: string;
778
- grey200: string;
779
- darkgrey80: string;
780
- darkgrey200: string;
781
- opacity70: string;
782
- opacity60: string;
783
- skyblue100: string;
784
- green100: string;
785
- darkgreen100: string;
786
- darkskyblue100: string;
787
- opacity25: string;
788
- opacity35: string;
789
- grey10: string;
790
- darkgrey10: string;
791
- blue50: string;
792
- darkblue50: string;
793
- blue10: string;
794
- red10: string;
795
- green10: string;
796
- blue30: string;
797
- red30: string;
798
- orange300: string;
799
- darkorange300: string;
800
- darkpink300: string;
801
- pastelblue300: string;
802
- darkpastelblue300: string;
803
- softpurple500: string;
804
- darksoftpurple500: string;
805
- coolpink500: string;
806
- darkcoolpink500: string;
807
- brown500: string;
808
- darkbrown500: string;
809
- yellow300: string;
810
- darkyellow300: string;
811
- grey20: string;
812
- darkgrey20: string;
813
- grey300: string;
814
- darkgrey300: string;
815
- };
816
816
  readonly UIColor: {
817
817
  ui_cpnt_button_fill_base_primary: string;
818
818
  ui_cpnt_button_fill_base_default: string;
@@ -1653,6 +1653,8 @@ declare const colorSet: {
1653
1653
  ui_cpnt_textlabel_sys_white_02: string;
1654
1654
  ui_cpnt_headerbar_base_area_transparent: string;
1655
1655
  ui_108: string;
1656
+ ui_110: string;
1657
+ ui_contentscontainer03_background: string;
1656
1658
  };
1657
1659
  };
1658
1660
  export default colorSet;
@@ -4,14 +4,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /* eslint-disable import/order */
7
- var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
8
- var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
9
7
  var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
8
+ var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
9
+ var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
10
10
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
11
11
  var colorSet = {
12
- PaletteColor_light: PaletteColor_light_json_1.default,
13
- PaletteColor_Dark: PaletteColor_Dark_json_1.default,
14
12
  SemanticColor: SemanticColor_json_1.default,
13
+ PaletteColor_Dark: PaletteColor_Dark_json_1.default,
14
+ PaletteColor_light: PaletteColor_light_json_1.default,
15
15
  UIColor: UIColor_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -838,4 +838,6 @@ export interface UITheme {
838
838
  ui_cpnt_textlabel_sys_white_02: string;
839
839
  ui_cpnt_headerbar_base_area_transparent: string;
840
840
  ui_108: string;
841
+ ui_110: string;
842
+ ui_contentscontainer03_background: string;
841
843
  }
@@ -4,7 +4,7 @@ export type ContentsContainerProps = {
4
4
  content1?: JSX.Element;
5
5
  content2?: JSX.Element;
6
6
  content3?: JSX.Element;
7
- layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTK_4' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTM_3' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTP_2' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_1' | 'WTV_1' | 'WTW_1' | 'WTX_1' | 'WTY_1';
7
+ layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTK_4' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTM_3' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTP_2' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_1' | 'WTV_1' | 'WTW_1' | 'WTX_1';
8
8
  containerColor?: string;
9
9
  areaColor?: string;
10
10
  isLoadingContainer1?: boolean;
@@ -52,8 +52,7 @@ var ContentsContainer = function (_a) {
52
52
  WTU_1: ((0, jsx_runtime_1.jsx)(variation_1.WTU, { layoutType: "WTU_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
53
53
  WTV_1: ((0, jsx_runtime_1.jsx)(variation_1.WTV, { layoutType: "WTV_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
54
54
  WTW_1: ((0, jsx_runtime_1.jsx)(variation_1.WTW, { layoutType: "WTW_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
55
- WTX_1: ((0, jsx_runtime_1.jsx)(variation_1.WTX, { layoutType: "WTX_1", content1: content1, content2: content2, content3: content3, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, isLoadingContainer3: isLoadingContainer3, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey, overrideContainer3ColorKey: overrideContainer3ColorKey })),
56
- WTY_1: ((0, jsx_runtime_1.jsx)(variation_1.WTY, { layoutType: "WTY_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }))
55
+ WTX_1: ((0, jsx_runtime_1.jsx)(variation_1.WTX, { layoutType: "WTX_1", content1: content1, content2: content2, content3: content3, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, isLoadingContainer3: isLoadingContainer3, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey, overrideContainer3ColorKey: overrideContainer3ColorKey }))
57
56
  }[layoutType] }));
58
57
  };
59
58
  exports.default = ContentsContainer;
@@ -46,7 +46,7 @@ var WTX = function (_a) {
46
46
  var _b, _c;
47
47
  var content1 = _a.content1, content2 = _a.content2, content3 = _a.content3, _d = _a.layoutType, layoutType = _d === void 0 ? 'WTX_1' : _d, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, isLoadingContainer3 = _a.isLoadingContainer3, overrideContainer1ColorKey = _a.overrideContainer1ColorKey, overrideContainer2ColorKey = _a.overrideContainer2ColorKey, overrideContainer3ColorKey = _a.overrideContainer3ColorKey;
48
48
  var contentsArea3Ref = (0, react_1.useRef)(null);
49
- var _e = (0, react_1.useState)((_c = (_b = contentsArea3Ref.current) === null || _b === void 0 ? void 0 : _b.offsetWidth) !== null && _c !== void 0 ? _c : 720), contentsArea3Width = _e[0], setContentsArea3Width = _e[1];
49
+ var _e = (0, react_1.useState)((_c = (_b = contentsArea3Ref.current) === null || _b === void 0 ? void 0 : _b.offsetWidth) !== null && _c !== void 0 ? _c : 480), contentsArea3Width = _e[0], setContentsArea3Width = _e[1];
50
50
  var handleResize = function () {
51
51
  if (contentsArea3Ref === null || contentsArea3Ref.current === null) {
52
52
  return;
@@ -55,7 +55,7 @@ var WTX = function (_a) {
55
55
  };
56
56
  /**
57
57
  @when : 브라우저 화면 사이즈가 변경될 때
58
- @expected : contentsArea2의 너비를 contentsArea3Width에 저장합니다.
58
+ @expected : contentsArea3의 너비를 contentsArea3Width에 저장합니다.
59
59
  @clear : 이벤트 등록을 해제합니다.
60
60
  */
61
61
  (0, react_1.useEffect)(function () {
@@ -64,7 +64,7 @@ var WTX = function (_a) {
64
64
  window.removeEventListener('resize', handleResize);
65
65
  };
66
66
  }, []);
67
- return ((0, jsx_runtime_1.jsxs)(S_Box, { children: [isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsContainer1, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey, "$contentsArea3Width": contentsArea3Width }, { children: (0, jsx_runtime_1.jsx)(S_ContentsArea1, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType }, { children: content1 })) })) }))), (0, jsx_runtime_1.jsx)(S_ContentsContainer2, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey, "$contentsArea3Width": contentsArea3Width }, { children: isLoadingContainer2 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsArea2, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content2, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType }, { children: content2 })) }))) })), (0, jsx_runtime_1.jsx)(S_ContentsContainer3, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, containerColor: containerColor, overrideContainer3ColorKey: overrideContainer3ColorKey, "$contentsArea3Width": contentsArea3Width }, { children: isLoadingContainer3 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsArea3, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, areaColor: areaColor, ref: contentsArea3Ref }, { children: (0, jsx_runtime_1.jsx)(S_content3, __assign({ "x-pds-name": "content3", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType }, { children: content3 })) }))) }))] }));
67
+ return ((0, jsx_runtime_1.jsxs)(S_Box, { children: [(0, jsx_runtime_1.jsx)(S_ContentsContainer1, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey, "$contentsArea3Width": contentsArea3Width }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(S_ContentsArea1, __assign({ layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {}) }))) : ((0, jsx_runtime_1.jsx)(S_ContentsArea1, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType }, { children: content1 })) }))) })), (0, jsx_runtime_1.jsx)(S_ContentsContainer2, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey, "$contentsArea3Width": contentsArea3Width }, { children: isLoadingContainer2 ? ((0, jsx_runtime_1.jsx)(S_ContentsArea2, __assign({ layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {}) }))) : ((0, jsx_runtime_1.jsx)(S_ContentsArea2, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content2, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType }, { children: content2 })) }))) })), (0, jsx_runtime_1.jsx)(S_ContentsContainer3, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, containerColor: containerColor, overrideContainer3ColorKey: overrideContainer3ColorKey, "$contentsArea3Width": contentsArea3Width }, { children: isLoadingContainer3 ? ((0, jsx_runtime_1.jsx)(S_ContentsArea3, __assign({ layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {}) }))) : ((0, jsx_runtime_1.jsx)(S_ContentsArea3, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType, areaColor: areaColor, ref: contentsArea3Ref }, { children: (0, jsx_runtime_1.jsx)(S_content3, __assign({ "x-pds-name": "content3", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTX", layoutType: layoutType }, { children: content3 })) }))) }))] }));
68
68
  };
69
69
  var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
70
70
  var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
@@ -79,7 +79,7 @@ var overrideStyleContainer3 = (0, styled_components_1.css)(templateObject_3 || (
79
79
  return overrideContainer3ColorKey && theme[overrideContainer3ColorKey];
80
80
  });
81
81
  var S_Box = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
82
- var S_ContentsContainer1 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n /* height: 100%; */\n display: flex;\n justify-content: flex-end;\n min-width: 240px;\n overflow-x: hidden;\n overflow-y: auto;\n width: ", ";\n\n ", ";\n\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n /* height: 100%; */\n display: flex;\n justify-content: flex-end;\n min-width: 240px;\n overflow-x: hidden;\n overflow-y: auto;\n width: ", ";\n\n ", ";\n\n ", "\n"])), function (_a) {
82
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: flex-end;\n min-width: 240px;\n width: ", ";\n\n ", ";\n\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: flex-end;\n min-width: 240px;\n width: ", ";\n\n ", ";\n\n ", "\n"])), function (_a) {
83
83
  var theme = _a.theme;
84
84
  return theme.ui_contentscontainer01_background;
85
85
  }, function (_a) {
@@ -89,22 +89,16 @@ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_5 || (
89
89
  var containerColor = _a.containerColor;
90
90
  return "background-color: ".concat(containerColor);
91
91
  }, overrideStyleContainer1);
92
- var S_ContentsContainer2 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n border-left: 1px solid ", ";\n display: flex;\n height: 100%;\n justify-content: flex-end;\n width: 480px;\n ", ";\n\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n border-left: 1px solid ", ";\n display: flex;\n height: 100%;\n justify-content: flex-end;\n width: 480px;\n ", ";\n\n ", "\n"])), function (_a) {
92
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: flex-end;\n width: 480px;\n ", ";\n\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 100%;\n justify-content: flex-end;\n width: 480px;\n ", ";\n\n ", "\n"])), function (_a) {
93
93
  var theme = _a.theme;
94
94
  return theme.ui_contentscontainer01_background;
95
- }, function (_a) {
96
- var theme = _a.theme;
97
- return theme.ui_container_divider;
98
95
  }, function (_a) {
99
96
  var containerColor = _a.containerColor;
100
97
  return "background-color: ".concat(containerColor);
101
98
  }, overrideStyleContainer2);
102
- var S_ContentsContainer3 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n height: 100%;\n width: ", ";\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n height: 100%;\n width: ", ";\n ", ";\n\n ", "\n"])), function (_a) {
103
- var theme = _a.theme;
104
- return theme.ui_contentscontainer02_background;
105
- }, function (_a) {
99
+ var S_ContentsContainer3 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n background-color: ", ";\n height: 100%;\n width: ", ";\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n height: 100%;\n width: ", ";\n ", ";\n\n ", "\n"])), function (_a) {
106
100
  var theme = _a.theme;
107
- return theme.ui_container_divider;
101
+ return theme.ui_contentscontainer03_background;
108
102
  }, function (_a) {
109
103
  var $contentsArea3Width = _a.$contentsArea3Width;
110
104
  return "calc(50% - 240px + (".concat($contentsArea3Width, "px - 240px) / 2)");
@@ -112,19 +106,19 @@ var S_ContentsContainer3 = styled_components_1.default.div(templateObject_7 || (
112
106
  var containerColor = _a.containerColor;
113
107
  return "background-color: ".concat(containerColor);
114
108
  }, overrideStyleContainer3);
115
- var S_ContentsArea1 = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n max-width: 240px;\n padding-bottom: 88px;\n width: 240px;\n\n ", ";\n"], ["\n max-width: 240px;\n padding-bottom: 88px;\n width: 240px;\n\n ", ";\n"])), function (_a) {
109
+ var S_ContentsArea1 = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n height: 100%;\n max-width: 240px;\n width: 240px;\n\n ", ";\n"], ["\n height: 100%;\n max-width: 240px;\n width: 240px;\n\n ", ";\n"])), function (_a) {
116
110
  var areaColor = _a.areaColor;
117
111
  return "background-color: ".concat(areaColor);
118
112
  });
119
- var S_ContentsArea2 = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n box-sizing: border-box;\n height: 100%;\n max-width: 480px;\n padding-left: 24px;\n padding-right: 24px;\n width: 480px;\n ", ";\n"], ["\n box-sizing: border-box;\n height: 100%;\n max-width: 480px;\n padding-left: 24px;\n padding-right: 24px;\n width: 480px;\n ", ";\n"])), function (_a) {
113
+ var S_ContentsArea2 = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n height: 100%;\n max-width: 480px;\n width: 480px;\n ", ";\n"], ["\n height: 100%;\n max-width: 480px;\n width: 480px;\n ", ";\n"])), function (_a) {
120
114
  var areaColor = _a.areaColor;
121
115
  return "background-color: ".concat(areaColor);
122
116
  });
123
- var S_ContentsArea3 = styled_components_1.default.div(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n height: 100%;\n max-width: 680px;\n min-width: 480px;\n width: 60%;\n ", ";\n"], ["\n height: 100%;\n max-width: 680px;\n min-width: 480px;\n width: 60%;\n ", ";\n"])), function (_a) {
117
+ var S_ContentsArea3 = styled_components_1.default.div(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n height: 100%;\n max-width: 880px;\n min-width: 480px;\n width: 60%;\n ", ";\n"], ["\n height: 100%;\n max-width: 880px;\n min-width: 480px;\n width: 60%;\n ", ";\n"])), function (_a) {
124
118
  var areaColor = _a.areaColor;
125
119
  return "background-color: ".concat(areaColor);
126
120
  });
127
- var S_Content1 = styled_components_1.default.div(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n width: 240px;\n"], ["\n width: 240px;\n"])));
121
+ var S_Content1 = styled_components_1.default.div(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
128
122
  var S_Content2 = styled_components_1.default.div(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
129
123
  var S_content3 = styled_components_1.default.div(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
130
124
  exports.default = WTX;
@@ -21,4 +21,3 @@ export { default as WTU } from './WTU';
21
21
  export { default as WTV } from './WTV';
22
22
  export { default as WTW } from './WTW';
23
23
  export { default as WTX } from './WTX';
24
- export { default as WTY } from './WTY';
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.WTY = exports.WTX = exports.WTW = exports.WTV = exports.WTU = exports.WTT = exports.WTS = exports.WTQ = exports.WTP = exports.WTO = exports.WTN = exports.WTM = exports.WTL = exports.WTK = exports.WTJ = exports.WTI = exports.WTH = exports.WTG = exports.WTF = exports.WTE = exports.WTD = exports.WTC = exports.WTB = exports.WTA = void 0;
6
+ exports.WTX = exports.WTW = exports.WTV = exports.WTU = exports.WTT = exports.WTS = exports.WTQ = exports.WTP = exports.WTO = exports.WTN = exports.WTM = exports.WTL = exports.WTK = exports.WTJ = exports.WTI = exports.WTH = exports.WTG = exports.WTF = exports.WTE = exports.WTD = exports.WTC = exports.WTB = exports.WTA = void 0;
7
7
  var WTA_1 = require("./WTA");
8
8
  Object.defineProperty(exports, "WTA", { enumerable: true, get: function () { return __importDefault(WTA_1).default; } });
9
9
  var WTB_1 = require("./WTB");
@@ -50,5 +50,3 @@ var WTW_1 = require("./WTW");
50
50
  Object.defineProperty(exports, "WTW", { enumerable: true, get: function () { return __importDefault(WTW_1).default; } });
51
51
  var WTX_1 = require("./WTX");
52
52
  Object.defineProperty(exports, "WTX", { enumerable: true, get: function () { return __importDefault(WTX_1).default; } });
53
- var WTY_1 = require("./WTY");
54
- Object.defineProperty(exports, "WTY", { enumerable: true, get: function () { return __importDefault(WTY_1).default; } });
@@ -1,7 +1,7 @@
1
1
  import type { UiColors } from '../../../../common';
2
2
  import type { MutableRefObject } from 'react';
3
3
  export type ContainersBoxProps = {
4
- layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTK_4' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTM_3' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTP_2' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_1' | 'WTV_1' | 'WTW_1' | 'WTX_1' | 'WTY_1';
4
+ layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTK_4' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTM_3' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTP_2' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_1' | 'WTV_1' | 'WTW_1' | 'WTX_1';
5
5
  pageMenuContent?: JSX.Element;
6
6
  tabMenuContent?: JSX.Element;
7
7
  subMenuContent?: JSX.Element;