pds-dev-kit-web 1.9.20 → 1.9.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +2 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +2 -1
- package/dist/src/common/styles/colorSet/index.d.ts +285 -282
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
- package/dist/src/desktop/components/AdminList/AdminList.d.ts +1 -1
- package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +1 -1
- package/dist/src/desktop/components/AdminList/HeaderRow.js +10 -9
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -1
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +37 -23
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +50 -12
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +9 -3
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +1 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +6 -4
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +5 -1
- package/package.json +1 -1
- package/release-note.md +5 -3
|
@@ -277,5 +277,6 @@
|
|
|
277
277
|
"sys_storyboard_group_base_green01": "green10",
|
|
278
278
|
"sys_storyboard_card_base_blue01": "blue30",
|
|
279
279
|
"sys_storyboard_card_base_red01": "red30",
|
|
280
|
-
"sys_storyboard_card_base_green01": "green50"
|
|
280
|
+
"sys_storyboard_card_base_green01": "green50",
|
|
281
|
+
"sys_brand_secondary_variant": "darkgreen700"
|
|
281
282
|
}
|
|
@@ -277,5 +277,6 @@
|
|
|
277
277
|
"sys_storyboard_group_base_green01": "green10",
|
|
278
278
|
"sys_storyboard_card_base_blue01": "blue30",
|
|
279
279
|
"sys_storyboard_card_base_red01": "red30",
|
|
280
|
-
"sys_storyboard_card_base_green01": "green50"
|
|
280
|
+
"sys_storyboard_card_base_green01": "green50",
|
|
281
|
+
"sys_brand_secondary_variant": "green700"
|
|
281
282
|
}
|
|
@@ -741,5 +741,6 @@
|
|
|
741
741
|
"ui_92": "sys_storyboard_group_base_green01",
|
|
742
742
|
"ui_93": "sys_storyboard_card_base_blue01",
|
|
743
743
|
"ui_94": "sys_storyboard_card_base_red01",
|
|
744
|
-
"ui_95": "sys_storyboard_card_base_green01"
|
|
744
|
+
"ui_95": "sys_storyboard_card_base_green01",
|
|
745
|
+
"ui_cpnt_icon_sys_brandsecondary_variant": "sys_brand_secondary_variant"
|
|
745
746
|
}
|
|
@@ -102,288 +102,7 @@ declare const colorSet: {
|
|
|
102
102
|
blue30: string;
|
|
103
103
|
red30: string;
|
|
104
104
|
};
|
|
105
|
-
readonly
|
|
106
|
-
sys_container_background_01: string;
|
|
107
|
-
sys_container_background_02: string;
|
|
108
|
-
sys_container_background_03: string;
|
|
109
|
-
sys_background_dimmed: string;
|
|
110
|
-
sys_text_grey_01: string;
|
|
111
|
-
sys_text_grey_02: string;
|
|
112
|
-
sys_text_grey_03: string;
|
|
113
|
-
sys_text_white: string;
|
|
114
|
-
sys_text_brand_primary: string;
|
|
115
|
-
sys_text_error_01: string;
|
|
116
|
-
sys_widget_grey_01: string;
|
|
117
|
-
sys_widget_grey_02: string;
|
|
118
|
-
sys_widget_grey_03: string;
|
|
119
|
-
sys_widget_primary_01: string;
|
|
120
|
-
sys_widget_error_01: string;
|
|
121
|
-
sys_widget_warning_01: string;
|
|
122
|
-
sys_widget_success_01: string;
|
|
123
|
-
sys_widget_white: string;
|
|
124
|
-
sys_border_area_01: string;
|
|
125
|
-
sys_border_line_01: string;
|
|
126
|
-
sys_border_line_02: string;
|
|
127
|
-
sys_border_line_03: string;
|
|
128
|
-
sys_border_line_04: string;
|
|
129
|
-
sys_border_line_05: string;
|
|
130
|
-
sys_component_base_01: string;
|
|
131
|
-
sys_component_base_02: string;
|
|
132
|
-
sys_component_base_03: string;
|
|
133
|
-
sys_component_base_red: string;
|
|
134
|
-
sys_component_base_white: string;
|
|
135
|
-
sys_component_base_white_opacity00: string;
|
|
136
|
-
sys_on_base_white_opacity00: string;
|
|
137
|
-
sys_on_base_white_opacity30: string;
|
|
138
|
-
sys_on_base_black_opacity20: string;
|
|
139
|
-
usr_brand_primary: string;
|
|
140
|
-
usr_brand_secondary: string;
|
|
141
|
-
usr_brand_secondary_variant: string;
|
|
142
|
-
usr_background: string;
|
|
143
|
-
usr_surface: string;
|
|
144
|
-
usr_border: string;
|
|
145
|
-
usr_on_brand_primary: string;
|
|
146
|
-
usr_on_brand_secondary: string;
|
|
147
|
-
usr_on_background: string;
|
|
148
|
-
usr_on_surface: string;
|
|
149
|
-
sys_widget_status_active_01: string;
|
|
150
|
-
sys_text_success_01: string;
|
|
151
|
-
sys_widget_grey_04: string;
|
|
152
|
-
sys_text_active: string;
|
|
153
|
-
sys_component_base_blue: string;
|
|
154
|
-
sys_on_base_black_opacity65: string;
|
|
155
|
-
sys_component_base_04: string;
|
|
156
|
-
sys_component_base_black: string;
|
|
157
|
-
sys_component_base_black_opacity00: string;
|
|
158
|
-
usr_text_brand_secondary_variant: string;
|
|
159
|
-
usr_text_brand_primary: string;
|
|
160
|
-
usr_text_brand_on_primary: string;
|
|
161
|
-
sys_text_brand_secondary_variant: string;
|
|
162
|
-
sys_component_base_navy: string;
|
|
163
|
-
sys_widget_lightgreen: string;
|
|
164
|
-
sys_border_line_06: string;
|
|
165
|
-
sys_background_dimmed_20: string;
|
|
166
|
-
sys_widget_pink: string;
|
|
167
|
-
sys_widget_primary_opacity20: string;
|
|
168
|
-
sys_widget_secondary_variant_01: string;
|
|
169
|
-
usr_component_base_brand_primary_opacity10: string;
|
|
170
|
-
sys_temp_grey_01: string;
|
|
171
|
-
sys_temp_grey_02: string;
|
|
172
|
-
sys_temp_grey_03: string;
|
|
173
|
-
sys_temp_grey_04: string;
|
|
174
|
-
sys_temp_grey_05: string;
|
|
175
|
-
sys_temp_white: string;
|
|
176
|
-
sys_temp_primary_01: string;
|
|
177
|
-
sys_temp_secondary_01: string;
|
|
178
|
-
sys_temp_red: string;
|
|
179
|
-
sys_temp_white_opacity_00: string;
|
|
180
|
-
sys_temp_dimmed: string;
|
|
181
|
-
sys_temp_black: string;
|
|
182
|
-
sys_temp_primary_02: string;
|
|
183
|
-
sys_temp_primary_03: string;
|
|
184
|
-
sys_temp_secondary_02: string;
|
|
185
|
-
sys_temp_lightgreen_01: string;
|
|
186
|
-
sys_text_grey_04: string;
|
|
187
|
-
sys_papp_post_social_background: string;
|
|
188
|
-
sys_papp_post_notice_background: string;
|
|
189
|
-
sys_papp_post_free_background: string;
|
|
190
|
-
sys_papp_vod_background: string;
|
|
191
|
-
sys_papp_vodplus_background: string;
|
|
192
|
-
sys_papp_live_background: string;
|
|
193
|
-
sys_selcontrols_base_off_disabled: string;
|
|
194
|
-
sys_selcontrols_base_on_disabled: string;
|
|
195
|
-
sys_component_base_blue_opacity10: string;
|
|
196
|
-
sys_component_base_05: string;
|
|
197
|
-
sys_background_dimmed_65: string;
|
|
198
|
-
sys_temp_grey_06: string;
|
|
199
|
-
sys_on_base_white_opacity10: string;
|
|
200
|
-
sys_on_base_black_opacity10: string;
|
|
201
|
-
sys_component_base_05_opacity00: string;
|
|
202
|
-
sys_papp_post_notice_link: string;
|
|
203
|
-
sys_component_base_navy_light: string;
|
|
204
|
-
sys_component_base_orange: string;
|
|
205
|
-
sys_component_base_grey: string;
|
|
206
|
-
sys_component_base_black_opacity80: string;
|
|
207
|
-
sys_text_darkgrey_02: string;
|
|
208
|
-
sys_border_line_darktheme_01: string;
|
|
209
|
-
sys_border_line_darktheme_02: string;
|
|
210
|
-
sys_component_base_darktheme_01: string;
|
|
211
|
-
sys_component_base_darktheme_02: string;
|
|
212
|
-
sys_component_base_darktheme_03: string;
|
|
213
|
-
sys_text_grey_darktheme_01: string;
|
|
214
|
-
sys_text_grey_darktheme_02: string;
|
|
215
|
-
sys_text_grey_darktheme_03: string;
|
|
216
|
-
sys_widget_grey_darktheme_01: string;
|
|
217
|
-
sys_widget_grey_darktheme_02: string;
|
|
218
|
-
sys_widget_grey_darktheme_03: string;
|
|
219
|
-
sys_component_base_green: string;
|
|
220
|
-
sys_text_error_darktheme_01: string;
|
|
221
|
-
sys_border_line_darktheme_03: string;
|
|
222
|
-
sys_border_line_darktheme_04: string;
|
|
223
|
-
usr_widget_brand_primary_darktheme_01: string;
|
|
224
|
-
usr_text_brand_primary_darktheme_01: string;
|
|
225
|
-
sys_component_base_black_opacity50: string;
|
|
226
|
-
sys_component_base_card: string;
|
|
227
|
-
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
228
|
-
sys_widget_green_01: string;
|
|
229
|
-
sys_component_base_black_opacity30: string;
|
|
230
|
-
sys_area_background: string;
|
|
231
|
-
sys_border_white_opacity30: string;
|
|
232
|
-
sys_container_background_wt: string;
|
|
233
|
-
sys_channeldesc_grey_03: string;
|
|
234
|
-
sys_channeldesc_border_grey_03: string;
|
|
235
|
-
sys_gradient_base_01: string;
|
|
236
|
-
sys_gradient_base_01_opacity00: string;
|
|
237
|
-
sys_channeldesc_background: string;
|
|
238
|
-
sys_channeldesc_bottomsheet_base: string;
|
|
239
|
-
sys_channeldesc_bottomsheet_border: string;
|
|
240
|
-
sys_channeldesc_contents_base: string;
|
|
241
|
-
sys_channeldesc_dimmed: string;
|
|
242
|
-
sys_gradient_base_01_opacity50: string;
|
|
243
|
-
sys_gradient_base_01_opacity75: string;
|
|
244
|
-
sys_gradient_base_01_opacity40: string;
|
|
245
|
-
sys_widget_black: string;
|
|
246
|
-
usr_temp_primary_01: string;
|
|
247
|
-
sys_cpnt_sheet_base_02_opacity50: string;
|
|
248
|
-
usr_menu_primarymenu_main: string;
|
|
249
|
-
usr_menu_primarymenu_sub: string;
|
|
250
|
-
usr_menu_secondarymenu_main: string;
|
|
251
|
-
usr_menu_secondarymenu_sub: string;
|
|
252
|
-
usr_menu_hover: string;
|
|
253
|
-
usr_menu_active: string;
|
|
254
|
-
usr_menu_background: string;
|
|
255
|
-
sys_cpnt_base_white_opacity50: string;
|
|
256
|
-
sys_widget_dark_01: string;
|
|
257
|
-
usr_menu_background_gradient_opacity00: string;
|
|
258
|
-
sys_border_line_white: string;
|
|
259
|
-
sys_component_base_white_opacity10: string;
|
|
260
|
-
sys_cpnt_sheet_base_01: string;
|
|
261
|
-
sys_component_base_white_opacity20: string;
|
|
262
|
-
sys_border_line_07: string;
|
|
263
|
-
sys_border_line_white_opacity50: string;
|
|
264
|
-
sys_background_dimmed_02: string;
|
|
265
|
-
sys_border_line_08: string;
|
|
266
|
-
sys_component_base_06: string;
|
|
267
|
-
sys_component_base_07: string;
|
|
268
|
-
sys_border_line_09: string;
|
|
269
|
-
sys_component_base_darktheme_04: string;
|
|
270
|
-
sys_border_line_10: string;
|
|
271
|
-
sys_component_base_darktheme_05: string;
|
|
272
|
-
sys_border_line_darktheme_05: string;
|
|
273
|
-
sys_component_base_darktheme_06: string;
|
|
274
|
-
sys_border_line_darktheme_06: string;
|
|
275
|
-
sys_border_line_darktheme_07: string;
|
|
276
|
-
sys_border_line_11: string;
|
|
277
|
-
sys_base_dimmed_01: string;
|
|
278
|
-
sys_kakao: string;
|
|
279
|
-
sys_border_line_12: string;
|
|
280
|
-
sys_component_base_08: string;
|
|
281
|
-
sys_text_social_login_01: string;
|
|
282
|
-
sys_text_social_login_02: string;
|
|
283
|
-
sys_papp_livechat_link: string;
|
|
284
|
-
sys_text_lighttone_grey_01: string;
|
|
285
|
-
sys_widget_lighttone_primary_01: string;
|
|
286
|
-
sys_text_lighttone_grey_02: string;
|
|
287
|
-
sys_component_base_09: string;
|
|
288
|
-
sys_component_base_darktheme_opacity20: string;
|
|
289
|
-
sys_component_base_darktheme_disabled_opacity20: string;
|
|
290
|
-
sys_border_white_opacity00: string;
|
|
291
|
-
sys_border_line_darktheme_07_opacity00: string;
|
|
292
|
-
sys_border_line_darktheme_02_opacity20: string;
|
|
293
|
-
sys_border_line_darktheme_03_opacity20: string;
|
|
294
|
-
sys_border_line_darktheme_07_opacity20: string;
|
|
295
|
-
sys_component_base_grey_02_opacity80: string;
|
|
296
|
-
sys_component_base_10: string;
|
|
297
|
-
sys_component_pastel_base_01: string;
|
|
298
|
-
sys_component_pastel_base_02: string;
|
|
299
|
-
sys_component_pastel_base_03: string;
|
|
300
|
-
sys_component_pastel_base_04: string;
|
|
301
|
-
sys_component_pastel_base_05: string;
|
|
302
|
-
sys_component_base_11: string;
|
|
303
|
-
sys_loading_skeleton_01: string;
|
|
304
|
-
sys_loading_skeleton_02: string;
|
|
305
|
-
sys_loading_linear_bar: string;
|
|
306
|
-
sys_loading_linear_base: string;
|
|
307
|
-
sys_loading_three_bar: string;
|
|
308
|
-
sys_widget_grey_05: string;
|
|
309
|
-
sys_menu_background_transparent: string;
|
|
310
|
-
sys_container_background_04: string;
|
|
311
|
-
sys_menu_button_base: string;
|
|
312
|
-
sys_background_dimmed_03: string;
|
|
313
|
-
sys_cpnt_sheet_base_03: string;
|
|
314
|
-
sys_dimmed_gradient_01: string;
|
|
315
|
-
sys_dimmed_gradient_02: string;
|
|
316
|
-
sys_border_line_13: string;
|
|
317
|
-
sys_component_base_12: string;
|
|
318
|
-
sys_border_line_14: string;
|
|
319
|
-
sys_component_base_13: string;
|
|
320
|
-
sys_component_base_14: string;
|
|
321
|
-
sys_component_base_15: string;
|
|
322
|
-
sys_component_base_16: string;
|
|
323
|
-
sys_component_base_17: string;
|
|
324
|
-
sys_widget_red_01: string;
|
|
325
|
-
sys_widget_orange_01: string;
|
|
326
|
-
sys_text_warning_01: string;
|
|
327
|
-
sys_component_base_18: string;
|
|
328
|
-
sys_cpnt_sheet_base_04: string;
|
|
329
|
-
sys_cpnt_sheet_base_05: string;
|
|
330
|
-
sys_cpnt_sheet_base_06: string;
|
|
331
|
-
sys_facebook: string;
|
|
332
|
-
sys_component_base_19: string;
|
|
333
|
-
sys_cpnt_pagination_dot_01: string;
|
|
334
|
-
sys_cpnt_pagination_dot_02: string;
|
|
335
|
-
sys_component_base_white_opacity50: string;
|
|
336
|
-
sys_component_base_20: string;
|
|
337
|
-
sys_component_base_22: string;
|
|
338
|
-
sys_component_base_21: string;
|
|
339
|
-
sys_component_border_white_opacity20: string;
|
|
340
|
-
sys_component_base_23: string;
|
|
341
|
-
sys_component_base_darkgreen: string;
|
|
342
|
-
sys_component_base_24: string;
|
|
343
|
-
sys_border_line_15: string;
|
|
344
|
-
sys_border_line_16: string;
|
|
345
|
-
sys_component_base_hover_01: string;
|
|
346
|
-
sys_component_on_base_01: string;
|
|
347
|
-
sys_component_on_base_02: string;
|
|
348
|
-
sys_component_on_base_03: string;
|
|
349
|
-
sys_component_on_base_04: string;
|
|
350
|
-
sys_component_on_base_05: string;
|
|
351
|
-
sys_component_base_hover_02: string;
|
|
352
|
-
sys_component_base_pressed_01: string;
|
|
353
|
-
sys_widget_white_02: string;
|
|
354
|
-
sys_component_base_hover_03: string;
|
|
355
|
-
sys_component_base_pressed_02: string;
|
|
356
|
-
sys_component_base_25: string;
|
|
357
|
-
sys_editor_base_pages: string;
|
|
358
|
-
sys_editor_base_papp: string;
|
|
359
|
-
sys_text_black: string;
|
|
360
|
-
sys_component_base_26: string;
|
|
361
|
-
sys_component_base_27: string;
|
|
362
|
-
sys_component_base_28: string;
|
|
363
|
-
sys_widget_sidebar_label_text: string;
|
|
364
|
-
sys_component_base_hover_darktheme: string;
|
|
365
|
-
sys_component_base_pressed_darktheme: string;
|
|
366
|
-
sys_component_base_hover_white: string;
|
|
367
|
-
sys_component_base_pressed_white: string;
|
|
368
|
-
sys_component_base_hover_transparent: string;
|
|
369
|
-
sys_component_base_pressed_transparent: string;
|
|
370
|
-
sys_text_white_opacity_01: string;
|
|
371
|
-
sys_component_base_hover_04: string;
|
|
372
|
-
sys_component_base_pressed_03: string;
|
|
373
|
-
sys_cpnt_sheet_base_07: string;
|
|
374
|
-
sys_cpnt_sheet_base_08: string;
|
|
375
|
-
sys_cpnt_sheet_base_09: string;
|
|
376
|
-
sys_cpnt_sheet_base_10: string;
|
|
377
|
-
sys_component_base_29: string;
|
|
378
|
-
sys_storyboard_group_base_grey01: string;
|
|
379
|
-
sys_storyboard_group_base_blue01: string;
|
|
380
|
-
sys_storyboard_group_base_red01: string;
|
|
381
|
-
sys_storyboard_group_base_green01: string;
|
|
382
|
-
sys_storyboard_card_base_blue01: string;
|
|
383
|
-
sys_storyboard_card_base_red01: string;
|
|
384
|
-
sys_storyboard_card_base_green01: string;
|
|
385
|
-
};
|
|
386
|
-
readonly PaletteColor_Dark: {
|
|
105
|
+
readonly PaletteColor_Dark: {
|
|
387
106
|
sys_container_background_01: string;
|
|
388
107
|
sys_container_background_02: string;
|
|
389
108
|
sys_container_background_03: string;
|
|
@@ -663,6 +382,7 @@ declare const colorSet: {
|
|
|
663
382
|
sys_storyboard_card_base_blue01: string;
|
|
664
383
|
sys_storyboard_card_base_red01: string;
|
|
665
384
|
sys_storyboard_card_base_green01: string;
|
|
385
|
+
sys_brand_secondary_variant: string;
|
|
666
386
|
};
|
|
667
387
|
readonly UIColor: {
|
|
668
388
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1408,6 +1128,289 @@ declare const colorSet: {
|
|
|
1408
1128
|
ui_93: string;
|
|
1409
1129
|
ui_94: string;
|
|
1410
1130
|
ui_95: string;
|
|
1131
|
+
ui_cpnt_icon_sys_brandsecondary_variant: string;
|
|
1132
|
+
};
|
|
1133
|
+
readonly PaletteColor_light: {
|
|
1134
|
+
sys_container_background_01: string;
|
|
1135
|
+
sys_container_background_02: string;
|
|
1136
|
+
sys_container_background_03: string;
|
|
1137
|
+
sys_background_dimmed: string;
|
|
1138
|
+
sys_text_grey_01: string;
|
|
1139
|
+
sys_text_grey_02: string;
|
|
1140
|
+
sys_text_grey_03: string;
|
|
1141
|
+
sys_text_white: string;
|
|
1142
|
+
sys_text_brand_primary: string;
|
|
1143
|
+
sys_text_error_01: string;
|
|
1144
|
+
sys_widget_grey_01: string;
|
|
1145
|
+
sys_widget_grey_02: string;
|
|
1146
|
+
sys_widget_grey_03: string;
|
|
1147
|
+
sys_widget_primary_01: string;
|
|
1148
|
+
sys_widget_error_01: string;
|
|
1149
|
+
sys_widget_warning_01: string;
|
|
1150
|
+
sys_widget_success_01: string;
|
|
1151
|
+
sys_widget_white: string;
|
|
1152
|
+
sys_border_area_01: string;
|
|
1153
|
+
sys_border_line_01: string;
|
|
1154
|
+
sys_border_line_02: string;
|
|
1155
|
+
sys_border_line_03: string;
|
|
1156
|
+
sys_border_line_04: string;
|
|
1157
|
+
sys_border_line_05: string;
|
|
1158
|
+
sys_component_base_01: string;
|
|
1159
|
+
sys_component_base_02: string;
|
|
1160
|
+
sys_component_base_03: string;
|
|
1161
|
+
sys_component_base_red: string;
|
|
1162
|
+
sys_component_base_white: string;
|
|
1163
|
+
sys_component_base_white_opacity00: string;
|
|
1164
|
+
sys_on_base_white_opacity00: string;
|
|
1165
|
+
sys_on_base_white_opacity30: string;
|
|
1166
|
+
sys_on_base_black_opacity20: string;
|
|
1167
|
+
usr_brand_primary: string;
|
|
1168
|
+
usr_brand_secondary: string;
|
|
1169
|
+
usr_brand_secondary_variant: string;
|
|
1170
|
+
usr_background: string;
|
|
1171
|
+
usr_surface: string;
|
|
1172
|
+
usr_border: string;
|
|
1173
|
+
usr_on_brand_primary: string;
|
|
1174
|
+
usr_on_brand_secondary: string;
|
|
1175
|
+
usr_on_background: string;
|
|
1176
|
+
usr_on_surface: string;
|
|
1177
|
+
sys_widget_status_active_01: string;
|
|
1178
|
+
sys_text_success_01: string;
|
|
1179
|
+
sys_widget_grey_04: string;
|
|
1180
|
+
sys_text_active: string;
|
|
1181
|
+
sys_component_base_blue: string;
|
|
1182
|
+
sys_on_base_black_opacity65: string;
|
|
1183
|
+
sys_component_base_04: string;
|
|
1184
|
+
sys_component_base_black: string;
|
|
1185
|
+
sys_component_base_black_opacity00: string;
|
|
1186
|
+
usr_text_brand_secondary_variant: string;
|
|
1187
|
+
usr_text_brand_primary: string;
|
|
1188
|
+
usr_text_brand_on_primary: string;
|
|
1189
|
+
sys_text_brand_secondary_variant: string;
|
|
1190
|
+
sys_component_base_navy: string;
|
|
1191
|
+
sys_widget_lightgreen: string;
|
|
1192
|
+
sys_border_line_06: string;
|
|
1193
|
+
sys_background_dimmed_20: string;
|
|
1194
|
+
sys_widget_pink: string;
|
|
1195
|
+
sys_widget_primary_opacity20: string;
|
|
1196
|
+
sys_widget_secondary_variant_01: string;
|
|
1197
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
1198
|
+
sys_temp_grey_01: string;
|
|
1199
|
+
sys_temp_grey_02: string;
|
|
1200
|
+
sys_temp_grey_03: string;
|
|
1201
|
+
sys_temp_grey_04: string;
|
|
1202
|
+
sys_temp_grey_05: string;
|
|
1203
|
+
sys_temp_white: string;
|
|
1204
|
+
sys_temp_primary_01: string;
|
|
1205
|
+
sys_temp_secondary_01: string;
|
|
1206
|
+
sys_temp_red: string;
|
|
1207
|
+
sys_temp_white_opacity_00: string;
|
|
1208
|
+
sys_temp_dimmed: string;
|
|
1209
|
+
sys_temp_black: string;
|
|
1210
|
+
sys_temp_primary_02: string;
|
|
1211
|
+
sys_temp_primary_03: string;
|
|
1212
|
+
sys_temp_secondary_02: string;
|
|
1213
|
+
sys_temp_lightgreen_01: string;
|
|
1214
|
+
sys_text_grey_04: string;
|
|
1215
|
+
sys_papp_post_social_background: string;
|
|
1216
|
+
sys_papp_post_notice_background: string;
|
|
1217
|
+
sys_papp_post_free_background: string;
|
|
1218
|
+
sys_papp_vod_background: string;
|
|
1219
|
+
sys_papp_vodplus_background: string;
|
|
1220
|
+
sys_papp_live_background: string;
|
|
1221
|
+
sys_selcontrols_base_off_disabled: string;
|
|
1222
|
+
sys_selcontrols_base_on_disabled: string;
|
|
1223
|
+
sys_component_base_blue_opacity10: string;
|
|
1224
|
+
sys_component_base_05: string;
|
|
1225
|
+
sys_background_dimmed_65: string;
|
|
1226
|
+
sys_temp_grey_06: string;
|
|
1227
|
+
sys_on_base_white_opacity10: string;
|
|
1228
|
+
sys_on_base_black_opacity10: string;
|
|
1229
|
+
sys_component_base_05_opacity00: string;
|
|
1230
|
+
sys_papp_post_notice_link: string;
|
|
1231
|
+
sys_component_base_navy_light: string;
|
|
1232
|
+
sys_component_base_orange: string;
|
|
1233
|
+
sys_component_base_grey: string;
|
|
1234
|
+
sys_component_base_black_opacity80: string;
|
|
1235
|
+
sys_text_darkgrey_02: string;
|
|
1236
|
+
sys_border_line_darktheme_01: string;
|
|
1237
|
+
sys_border_line_darktheme_02: string;
|
|
1238
|
+
sys_component_base_darktheme_01: string;
|
|
1239
|
+
sys_component_base_darktheme_02: string;
|
|
1240
|
+
sys_component_base_darktheme_03: string;
|
|
1241
|
+
sys_text_grey_darktheme_01: string;
|
|
1242
|
+
sys_text_grey_darktheme_02: string;
|
|
1243
|
+
sys_text_grey_darktheme_03: string;
|
|
1244
|
+
sys_widget_grey_darktheme_01: string;
|
|
1245
|
+
sys_widget_grey_darktheme_02: string;
|
|
1246
|
+
sys_widget_grey_darktheme_03: string;
|
|
1247
|
+
sys_component_base_green: string;
|
|
1248
|
+
sys_text_error_darktheme_01: string;
|
|
1249
|
+
sys_border_line_darktheme_03: string;
|
|
1250
|
+
sys_border_line_darktheme_04: string;
|
|
1251
|
+
usr_widget_brand_primary_darktheme_01: string;
|
|
1252
|
+
usr_text_brand_primary_darktheme_01: string;
|
|
1253
|
+
sys_component_base_black_opacity50: string;
|
|
1254
|
+
sys_component_base_card: string;
|
|
1255
|
+
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
1256
|
+
sys_widget_green_01: string;
|
|
1257
|
+
sys_component_base_black_opacity30: string;
|
|
1258
|
+
sys_area_background: string;
|
|
1259
|
+
sys_border_white_opacity30: string;
|
|
1260
|
+
sys_container_background_wt: string;
|
|
1261
|
+
sys_channeldesc_grey_03: string;
|
|
1262
|
+
sys_channeldesc_border_grey_03: string;
|
|
1263
|
+
sys_gradient_base_01: string;
|
|
1264
|
+
sys_gradient_base_01_opacity00: string;
|
|
1265
|
+
sys_channeldesc_background: string;
|
|
1266
|
+
sys_channeldesc_bottomsheet_base: string;
|
|
1267
|
+
sys_channeldesc_bottomsheet_border: string;
|
|
1268
|
+
sys_channeldesc_contents_base: string;
|
|
1269
|
+
sys_channeldesc_dimmed: string;
|
|
1270
|
+
sys_gradient_base_01_opacity50: string;
|
|
1271
|
+
sys_gradient_base_01_opacity75: string;
|
|
1272
|
+
sys_gradient_base_01_opacity40: string;
|
|
1273
|
+
sys_widget_black: string;
|
|
1274
|
+
usr_temp_primary_01: string;
|
|
1275
|
+
sys_cpnt_sheet_base_02_opacity50: string;
|
|
1276
|
+
usr_menu_primarymenu_main: string;
|
|
1277
|
+
usr_menu_primarymenu_sub: string;
|
|
1278
|
+
usr_menu_secondarymenu_main: string;
|
|
1279
|
+
usr_menu_secondarymenu_sub: string;
|
|
1280
|
+
usr_menu_hover: string;
|
|
1281
|
+
usr_menu_active: string;
|
|
1282
|
+
usr_menu_background: string;
|
|
1283
|
+
sys_cpnt_base_white_opacity50: string;
|
|
1284
|
+
sys_widget_dark_01: string;
|
|
1285
|
+
usr_menu_background_gradient_opacity00: string;
|
|
1286
|
+
sys_border_line_white: string;
|
|
1287
|
+
sys_component_base_white_opacity10: string;
|
|
1288
|
+
sys_cpnt_sheet_base_01: string;
|
|
1289
|
+
sys_component_base_white_opacity20: string;
|
|
1290
|
+
sys_border_line_07: string;
|
|
1291
|
+
sys_border_line_white_opacity50: string;
|
|
1292
|
+
sys_background_dimmed_02: string;
|
|
1293
|
+
sys_border_line_08: string;
|
|
1294
|
+
sys_component_base_06: string;
|
|
1295
|
+
sys_component_base_07: string;
|
|
1296
|
+
sys_border_line_09: string;
|
|
1297
|
+
sys_component_base_darktheme_04: string;
|
|
1298
|
+
sys_border_line_10: string;
|
|
1299
|
+
sys_component_base_darktheme_05: string;
|
|
1300
|
+
sys_border_line_darktheme_05: string;
|
|
1301
|
+
sys_component_base_darktheme_06: string;
|
|
1302
|
+
sys_border_line_darktheme_06: string;
|
|
1303
|
+
sys_border_line_darktheme_07: string;
|
|
1304
|
+
sys_border_line_11: string;
|
|
1305
|
+
sys_base_dimmed_01: string;
|
|
1306
|
+
sys_kakao: string;
|
|
1307
|
+
sys_border_line_12: string;
|
|
1308
|
+
sys_component_base_08: string;
|
|
1309
|
+
sys_text_social_login_01: string;
|
|
1310
|
+
sys_text_social_login_02: string;
|
|
1311
|
+
sys_papp_livechat_link: string;
|
|
1312
|
+
sys_text_lighttone_grey_01: string;
|
|
1313
|
+
sys_widget_lighttone_primary_01: string;
|
|
1314
|
+
sys_text_lighttone_grey_02: string;
|
|
1315
|
+
sys_component_base_09: string;
|
|
1316
|
+
sys_component_base_darktheme_opacity20: string;
|
|
1317
|
+
sys_component_base_darktheme_disabled_opacity20: string;
|
|
1318
|
+
sys_border_white_opacity00: string;
|
|
1319
|
+
sys_border_line_darktheme_07_opacity00: string;
|
|
1320
|
+
sys_border_line_darktheme_02_opacity20: string;
|
|
1321
|
+
sys_border_line_darktheme_03_opacity20: string;
|
|
1322
|
+
sys_border_line_darktheme_07_opacity20: string;
|
|
1323
|
+
sys_component_base_grey_02_opacity80: string;
|
|
1324
|
+
sys_component_base_10: string;
|
|
1325
|
+
sys_component_pastel_base_01: string;
|
|
1326
|
+
sys_component_pastel_base_02: string;
|
|
1327
|
+
sys_component_pastel_base_03: string;
|
|
1328
|
+
sys_component_pastel_base_04: string;
|
|
1329
|
+
sys_component_pastel_base_05: string;
|
|
1330
|
+
sys_component_base_11: string;
|
|
1331
|
+
sys_loading_skeleton_01: string;
|
|
1332
|
+
sys_loading_skeleton_02: string;
|
|
1333
|
+
sys_loading_linear_bar: string;
|
|
1334
|
+
sys_loading_linear_base: string;
|
|
1335
|
+
sys_loading_three_bar: string;
|
|
1336
|
+
sys_widget_grey_05: string;
|
|
1337
|
+
sys_menu_background_transparent: string;
|
|
1338
|
+
sys_container_background_04: string;
|
|
1339
|
+
sys_menu_button_base: string;
|
|
1340
|
+
sys_background_dimmed_03: string;
|
|
1341
|
+
sys_cpnt_sheet_base_03: string;
|
|
1342
|
+
sys_dimmed_gradient_01: string;
|
|
1343
|
+
sys_dimmed_gradient_02: string;
|
|
1344
|
+
sys_border_line_13: string;
|
|
1345
|
+
sys_component_base_12: string;
|
|
1346
|
+
sys_border_line_14: string;
|
|
1347
|
+
sys_component_base_13: string;
|
|
1348
|
+
sys_component_base_14: string;
|
|
1349
|
+
sys_component_base_15: string;
|
|
1350
|
+
sys_component_base_16: string;
|
|
1351
|
+
sys_component_base_17: string;
|
|
1352
|
+
sys_widget_red_01: string;
|
|
1353
|
+
sys_widget_orange_01: string;
|
|
1354
|
+
sys_text_warning_01: string;
|
|
1355
|
+
sys_component_base_18: string;
|
|
1356
|
+
sys_cpnt_sheet_base_04: string;
|
|
1357
|
+
sys_cpnt_sheet_base_05: string;
|
|
1358
|
+
sys_cpnt_sheet_base_06: string;
|
|
1359
|
+
sys_facebook: string;
|
|
1360
|
+
sys_component_base_19: string;
|
|
1361
|
+
sys_cpnt_pagination_dot_01: string;
|
|
1362
|
+
sys_cpnt_pagination_dot_02: string;
|
|
1363
|
+
sys_component_base_white_opacity50: string;
|
|
1364
|
+
sys_component_base_20: string;
|
|
1365
|
+
sys_component_base_22: string;
|
|
1366
|
+
sys_component_base_21: string;
|
|
1367
|
+
sys_component_border_white_opacity20: string;
|
|
1368
|
+
sys_component_base_23: string;
|
|
1369
|
+
sys_component_base_darkgreen: string;
|
|
1370
|
+
sys_component_base_24: string;
|
|
1371
|
+
sys_border_line_15: string;
|
|
1372
|
+
sys_border_line_16: string;
|
|
1373
|
+
sys_component_base_hover_01: string;
|
|
1374
|
+
sys_component_on_base_01: string;
|
|
1375
|
+
sys_component_on_base_02: string;
|
|
1376
|
+
sys_component_on_base_03: string;
|
|
1377
|
+
sys_component_on_base_04: string;
|
|
1378
|
+
sys_component_on_base_05: string;
|
|
1379
|
+
sys_component_base_hover_02: string;
|
|
1380
|
+
sys_component_base_pressed_01: string;
|
|
1381
|
+
sys_widget_white_02: string;
|
|
1382
|
+
sys_component_base_hover_03: string;
|
|
1383
|
+
sys_component_base_pressed_02: string;
|
|
1384
|
+
sys_component_base_25: string;
|
|
1385
|
+
sys_editor_base_pages: string;
|
|
1386
|
+
sys_editor_base_papp: string;
|
|
1387
|
+
sys_text_black: string;
|
|
1388
|
+
sys_component_base_26: string;
|
|
1389
|
+
sys_component_base_27: string;
|
|
1390
|
+
sys_component_base_28: string;
|
|
1391
|
+
sys_widget_sidebar_label_text: string;
|
|
1392
|
+
sys_component_base_hover_darktheme: string;
|
|
1393
|
+
sys_component_base_pressed_darktheme: string;
|
|
1394
|
+
sys_component_base_hover_white: string;
|
|
1395
|
+
sys_component_base_pressed_white: string;
|
|
1396
|
+
sys_component_base_hover_transparent: string;
|
|
1397
|
+
sys_component_base_pressed_transparent: string;
|
|
1398
|
+
sys_text_white_opacity_01: string;
|
|
1399
|
+
sys_component_base_hover_04: string;
|
|
1400
|
+
sys_component_base_pressed_03: string;
|
|
1401
|
+
sys_cpnt_sheet_base_07: string;
|
|
1402
|
+
sys_cpnt_sheet_base_08: string;
|
|
1403
|
+
sys_cpnt_sheet_base_09: string;
|
|
1404
|
+
sys_cpnt_sheet_base_10: string;
|
|
1405
|
+
sys_component_base_29: string;
|
|
1406
|
+
sys_storyboard_group_base_grey01: string;
|
|
1407
|
+
sys_storyboard_group_base_blue01: string;
|
|
1408
|
+
sys_storyboard_group_base_red01: string;
|
|
1409
|
+
sys_storyboard_group_base_green01: string;
|
|
1410
|
+
sys_storyboard_card_base_blue01: string;
|
|
1411
|
+
sys_storyboard_card_base_red01: string;
|
|
1412
|
+
sys_storyboard_card_base_green01: string;
|
|
1413
|
+
sys_brand_secondary_variant: string;
|
|
1411
1414
|
};
|
|
1412
1415
|
};
|
|
1413
1416
|
export default colorSet;
|
|
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
|
-
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
8
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
10
9
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
10
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
13
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
|
-
UIColor: UIColor_json_1.default
|
|
14
|
+
UIColor: UIColor_json_1.default,
|
|
15
|
+
PaletteColor_light: PaletteColor_light_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { PDSValueOption } from '../../../common';
|
|
3
3
|
import type { TFunctionResult } from 'i18next';
|
|
4
|
-
declare type ColumnWidthType = 'small' | 'medium' | 'large';
|
|
4
|
+
declare type ColumnWidthType = 'small' | 'medium' | 'large' | 'xlarge';
|
|
5
5
|
declare type Props = {
|
|
6
6
|
selectionMode?: 'none' | 'single' | 'multi';
|
|
7
7
|
headerRowMode?: 'none' | 'use';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { TFunctionResult } from 'i18next';
|
|
3
|
-
declare type ColumnWidthType = 'small' | 'medium' | 'large';
|
|
3
|
+
declare type ColumnWidthType = 'small' | 'medium' | 'large' | 'xlarge';
|
|
4
4
|
declare type Props = {
|
|
5
5
|
selectionMode: 'none' | 'single' | 'multi';
|
|
6
6
|
column2HeaderText?: TFunctionResult;
|
|
@@ -48,8 +48,9 @@ function HeaderRow(_a) {
|
|
|
48
48
|
var small = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 56px;\n"], ["\n width: 56px;\n"])));
|
|
49
49
|
var medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: 80px;\n"], ["\n width: 80px;\n"])));
|
|
50
50
|
var large = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 144px;\n"], ["\n width: 144px;\n"])));
|
|
51
|
-
var
|
|
52
|
-
var
|
|
51
|
+
var xlarge = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n width: 240px;\n"], ["\n width: 240px;\n"])));
|
|
52
|
+
var flexibleHideColumnStyle = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n @media only screen and (max-width: 1400px) {\n .hidableColumn {\n display: none;\n }\n }\n"], ["\n @media only screen and (max-width: 1400px) {\n .hidableColumn {\n display: none;\n }\n }\n"])));
|
|
53
|
+
var S_HeaderRow = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n display: flex;\n height: 48px;\n\n ", "\n"], ["\n align-items: center;\n background-color: ", ";\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n display: flex;\n height: 48px;\n\n ", "\n"])), function (_a) {
|
|
53
54
|
var theme = _a.theme;
|
|
54
55
|
return theme.ui_cpnt_list_base_area;
|
|
55
56
|
}, function (_a) {
|
|
@@ -59,9 +60,9 @@ var S_HeaderRow = styled_components_1.default.div(templateObject_5 || (templateO
|
|
|
59
60
|
var flexibleHideInfoMode = _a.flexibleHideInfoMode;
|
|
60
61
|
return flexibleHideInfoMode === 'use' && flexibleHideColumnStyle;
|
|
61
62
|
});
|
|
62
|
-
var S_CheckBox = styled_components_1.default.div(
|
|
63
|
-
var S_FlexColumn = styled_components_1.default.div(
|
|
64
|
-
var S_Column = styled_components_1.default.div(
|
|
63
|
+
var S_CheckBox = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 40px;\n justify-content: center;\n width: 40px;\n"], ["\n align-items: center;\n display: flex;\n height: 40px;\n justify-content: center;\n width: 40px;\n"])));
|
|
64
|
+
var S_FlexColumn = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n flex: 1;\n min-width: 80px;\n"], ["\n flex: 1;\n min-width: 80px;\n"])));
|
|
65
|
+
var S_Column = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"], ["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"])), function (_a) {
|
|
65
66
|
var theme = _a.theme;
|
|
66
67
|
return theme.spacing.spacingC;
|
|
67
68
|
}, function (_a) {
|
|
@@ -69,15 +70,15 @@ var S_Column = styled_components_1.default.div(templateObject_8 || (templateObje
|
|
|
69
70
|
return theme.spacing.spacingC;
|
|
70
71
|
}, function (_a) {
|
|
71
72
|
var columnSize = _a.columnSize;
|
|
72
|
-
return columnSize && { small: small, medium: medium, large: large }[columnSize];
|
|
73
|
+
return columnSize && { small: small, medium: medium, large: large, xlarge: xlarge }[columnSize];
|
|
73
74
|
});
|
|
74
|
-
var S_QuickActionButtonBox = styled_components_1.default.div(
|
|
75
|
+
var S_QuickActionButtonBox = styled_components_1.default.div(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n display: flex;\n padding-left: ", ";\n padding-right: ", ";\n"], ["\n display: flex;\n padding-left: ", ";\n padding-right: ", ";\n"])), function (_a) {
|
|
75
76
|
var theme = _a.theme;
|
|
76
77
|
return theme.spacing.spacingC;
|
|
77
78
|
}, function (_a) {
|
|
78
79
|
var theme = _a.theme;
|
|
79
80
|
return theme.spacing.spacingE;
|
|
80
81
|
});
|
|
81
|
-
var S_EmptyDiv = styled_components_1.default.div(
|
|
82
|
+
var S_EmptyDiv = styled_components_1.default.div(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n height: 100%;\n width: 56px;\n"], ["\n height: 100%;\n width: 56px;\n"])));
|
|
82
83
|
exports.default = HeaderRow;
|
|
83
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10;
|
|
84
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { PDSTextType } from '../../../common';
|
|
3
3
|
import type { TFunctionResult } from 'i18next';
|
|
4
|
-
declare type ColumnWidthType = 'small' | 'medium' | 'large';
|
|
4
|
+
declare type ColumnWidthType = 'small' | 'medium' | 'large' | 'xlarge';
|
|
5
5
|
declare type ColumnTextType = 'normal' | 'active' | 'active2' | 'inactive' | 'report' | 'report2';
|
|
6
6
|
export declare type AdminListItemProps = {
|
|
7
7
|
rowSize?: 'high' | 'medium' | 'low';
|
|
@@ -161,17 +161,18 @@ var lowRow = (0, styled_components_1.css)(templateObject_3 || (templateObject_3
|
|
|
161
161
|
var smallColumnWidth = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n width: 56px;\n"], ["\n width: 56px;\n"])));
|
|
162
162
|
var mediumColumnWidth = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n width: 80px;\n"], ["\n width: 80px;\n"])));
|
|
163
163
|
var largeColumnWidth = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n width: 144px;\n"], ["\n width: 144px;\n"])));
|
|
164
|
-
var
|
|
165
|
-
var
|
|
166
|
-
var
|
|
164
|
+
var xlargeColumnWidth = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n width: 240px;\n"], ["\n width: 240px;\n"])));
|
|
165
|
+
var fixedColumn = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n"], ["\n align-items: center;\n display: flex;\n"])));
|
|
166
|
+
var hoverColumn = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
|
|
167
|
+
var hoverQuickActionBtnBox = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: none;\n height: 100%;\n position: absolute;\n right: 0;\n"], ["\n align-items: center;\n background-color: ", ";\n display: none;\n height: 100%;\n position: absolute;\n right: 0;\n"])), function (_a) {
|
|
167
168
|
var theme = _a.theme;
|
|
168
169
|
return theme.ui_cpnt_datatable_textbutton_base_02;
|
|
169
170
|
});
|
|
170
|
-
var fixedQuickActionBtnBox = (0, styled_components_1.css)(
|
|
171
|
+
var fixedQuickActionBtnBox = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n visibility: hidden;\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n visibility: hidden;\n"])), function (_a) {
|
|
171
172
|
var theme = _a.theme;
|
|
172
173
|
return theme.ui_cpnt_datatable_textbutton_base_01;
|
|
173
174
|
});
|
|
174
|
-
var S_QuickActionButtonBox = styled_components_1.default.div(
|
|
175
|
+
var S_QuickActionButtonBox = styled_components_1.default.div(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"], ["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"])), function (_a) {
|
|
175
176
|
var theme = _a.theme;
|
|
176
177
|
return theme.spacing.spacingC;
|
|
177
178
|
}, function (_a) {
|
|
@@ -182,60 +183,73 @@ var S_QuickActionButtonBox = styled_components_1.default.div(templateObject_11 |
|
|
|
182
183
|
return quickActionBtnType &&
|
|
183
184
|
{ fix: fixedQuickActionBtnBox, hover: hoverQuickActionBtnBox }[quickActionBtnType];
|
|
184
185
|
});
|
|
185
|
-
var S_QuickActionButton = styled_components_1.default.div(
|
|
186
|
+
var S_QuickActionButton = styled_components_1.default.div(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n align-items: center;\n cursor: ", ";\n display: flex;\n height: 56px;\n justify-content: center;\n width: 56px;\n"], ["\n align-items: center;\n cursor: ", ";\n display: flex;\n height: 56px;\n justify-content: center;\n width: 56px;\n"])), function (_a) {
|
|
186
187
|
var disabled = _a.disabled;
|
|
187
188
|
return (disabled ? 'default' : 'pointer');
|
|
188
189
|
});
|
|
189
|
-
var S_Selection = styled_components_1.default.div(
|
|
190
|
-
var S_ImageWrapper = styled_components_1.default.div(
|
|
190
|
+
var S_Selection = styled_components_1.default.div(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 40px;\n justify-content: center;\n width: 40px;\n"], ["\n align-items: center;\n display: flex;\n height: 40px;\n justify-content: center;\n width: 40px;\n"])));
|
|
191
|
+
var S_ImageWrapper = styled_components_1.default.div(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n margin-right: ", ";\n\n ", "\n"], ["\n margin-right: ", ";\n\n ", "\n"])), function (_a) {
|
|
191
192
|
var theme = _a.theme;
|
|
192
193
|
return theme.spacing.spacingD;
|
|
193
194
|
}, function (_a) {
|
|
194
195
|
var rowSize = _a.rowSize;
|
|
195
|
-
return rowSize === 'high' && (0, styled_components_1.css)(
|
|
196
|
+
return rowSize === 'high' && (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n "], ["\n align-items: center;\n display: flex;\n height: 100%;\n "])));
|
|
196
197
|
});
|
|
197
|
-
var S_ImageColumn = styled_components_1.default.div(
|
|
198
|
+
var S_ImageColumn = styled_components_1.default.div(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n flex: 1;\n min-width: 80px;\n overflow: auto;\n padding: ", ";\n\n ", "\n"], ["\n flex: 1;\n min-width: 80px;\n overflow: auto;\n padding: ", ";\n\n ", "\n"])), function (_a) {
|
|
198
199
|
var theme = _a.theme;
|
|
199
200
|
return theme.spacing.spacingC;
|
|
200
201
|
}, function (_a) {
|
|
201
202
|
var rowSize = _a.rowSize;
|
|
202
203
|
return rowSize === 'high'
|
|
203
|
-
? (0, styled_components_1.css)(
|
|
204
|
+
? (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n box-sizing: border-box;\n display: flex;\n height: 200px;\n "], ["\n box-sizing: border-box;\n display: flex;\n height: 200px;\n "]))) : (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n "], ["\n align-items: center;\n display: flex;\n "])));
|
|
204
205
|
});
|
|
205
|
-
var S_HighTextWrapper = styled_components_1.default.div(
|
|
206
|
+
var S_HighTextWrapper = styled_components_1.default.div(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n height: 100%;\n overflow: auto;\n\n ", "\n"], ["\n height: 100%;\n overflow: auto;\n\n ", "\n"])), function (_a) {
|
|
206
207
|
var hasScroll = _a.hasScroll;
|
|
207
|
-
return !hasScroll && (0, styled_components_1.css)(
|
|
208
|
+
return !hasScroll && (0, styled_components_1.css)(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n "], ["\n align-items: center;\n display: flex;\n "])));
|
|
208
209
|
});
|
|
209
|
-
var S_RowTextWrapper = styled_components_1.default.div(
|
|
210
|
+
var S_RowTextWrapper = styled_components_1.default.div(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n overflow: auto;\n\n ", ";\n ", ";\n"], ["\n align-items: center;\n display: flex;\n overflow: auto;\n\n ", ";\n ", ";\n"])), function (_a) {
|
|
210
211
|
var columnSize = _a.columnSize;
|
|
211
212
|
return columnSize &&
|
|
212
|
-
{
|
|
213
|
+
{
|
|
214
|
+
small: smallColumnWidth,
|
|
215
|
+
medium: mediumColumnWidth,
|
|
216
|
+
large: largeColumnWidth,
|
|
217
|
+
xlarge: xlargeColumnWidth
|
|
218
|
+
}[columnSize];
|
|
213
219
|
}, function (_a) {
|
|
214
220
|
var quickActionBtnType = _a.quickActionBtnType;
|
|
215
221
|
return quickActionBtnType && { fix: fixedColumn, hover: hoverColumn }[quickActionBtnType];
|
|
216
222
|
});
|
|
217
|
-
var S_Column = styled_components_1.default.div(
|
|
223
|
+
var S_Column = styled_components_1.default.div(templateObject_23 || (templateObject_23 = __makeTemplateObject(["\n display: flex;\n height: auto;\n max-height: 100%;\n overflow: auto;\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n ", ";\n"], ["\n display: flex;\n height: auto;\n max-height: 100%;\n overflow: auto;\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n ", ";\n"])), function (_a) {
|
|
224
|
+
var theme = _a.theme;
|
|
225
|
+
return theme.spacing.spacingC;
|
|
226
|
+
}, function (_a) {
|
|
218
227
|
var theme = _a.theme;
|
|
219
228
|
return theme.spacing.spacingC;
|
|
220
229
|
}, function (_a) {
|
|
221
230
|
var columnSize = _a.columnSize;
|
|
222
231
|
return columnSize &&
|
|
223
|
-
{
|
|
232
|
+
{
|
|
233
|
+
small: smallColumnWidth,
|
|
234
|
+
medium: mediumColumnWidth,
|
|
235
|
+
large: largeColumnWidth,
|
|
236
|
+
xlarge: xlargeColumnWidth
|
|
237
|
+
}[columnSize];
|
|
224
238
|
}, function (_a) {
|
|
225
239
|
var quickActionBtnType = _a.quickActionBtnType;
|
|
226
240
|
return quickActionBtnType && { fix: fixedColumn, hover: hoverColumn }[quickActionBtnType];
|
|
227
241
|
});
|
|
228
|
-
var S_SelectionColumn = styled_components_1.default.div(
|
|
242
|
+
var S_SelectionColumn = styled_components_1.default.div(templateObject_24 || (templateObject_24 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n padding-bottom: ", ";\n padding-top: ", ";\n"], ["\n align-items: center;\n display: flex;\n padding-bottom: ", ";\n padding-top: ", ";\n"])), function (_a) {
|
|
229
243
|
var theme = _a.theme, rowSize = _a.rowSize;
|
|
230
244
|
return (rowSize === 'high' || rowSize === 'medium') && theme.spacing.spacingC;
|
|
231
245
|
}, function (_a) {
|
|
232
246
|
var theme = _a.theme, rowSize = _a.rowSize;
|
|
233
247
|
return (rowSize === 'high' || rowSize === 'medium') && theme.spacing.spacingC;
|
|
234
248
|
});
|
|
235
|
-
var hoverAdminListItem = (0, styled_components_1.css)(
|
|
236
|
-
var fixedAdminListItem = (0, styled_components_1.css)(
|
|
237
|
-
var flexibleHideColumnStyle = (0, styled_components_1.css)(
|
|
238
|
-
var S_AdminListItem = styled_components_1.default.div(
|
|
249
|
+
var hoverAdminListItem = (0, styled_components_1.css)(templateObject_25 || (templateObject_25 = __makeTemplateObject(["\n align-items: center;\n position: relative;\n"], ["\n align-items: center;\n position: relative;\n"])));
|
|
250
|
+
var fixedAdminListItem = (0, styled_components_1.css)(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n justify-content: space-between;\n"], ["\n justify-content: space-between;\n"])));
|
|
251
|
+
var flexibleHideColumnStyle = (0, styled_components_1.css)(templateObject_27 || (templateObject_27 = __makeTemplateObject(["\n @media only screen and (max-width: 1400px) {\n .hidableColumn {\n display: none;\n }\n }\n"], ["\n @media only screen and (max-width: 1400px) {\n .hidableColumn {\n display: none;\n }\n }\n"])));
|
|
252
|
+
var S_AdminListItem = styled_components_1.default.div(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n visibility: visible;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n\n ", "\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n visibility: visible;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n\n ", "\n"])), function (_a) {
|
|
239
253
|
var theme = _a.theme, isSelected = _a.isSelected;
|
|
240
254
|
return isSelected ? theme.ui_cpnt_datatable_base_selected : theme.ui_cpnt_datatable_base_default;
|
|
241
255
|
}, function (_a) {
|
|
@@ -259,4 +273,4 @@ var S_AdminListItem = styled_components_1.default.div(templateObject_27 || (temp
|
|
|
259
273
|
return flexibleHideInfoMode === 'use' && flexibleHideColumnStyle;
|
|
260
274
|
});
|
|
261
275
|
exports.default = AdminListItem;
|
|
262
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27;
|
|
276
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28;
|
package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { UiColors } from '../../../../../common';
|
|
|
3
3
|
export declare type ContentsContainerProps = {
|
|
4
4
|
content1?: JSX.Element;
|
|
5
5
|
content2?: JSX.Element;
|
|
6
|
-
layoutType: 'WFA_1' | 'WFA_2' | 'WFB_1' | 'WFC_1' | 'WFD_1' | 'WFD_2' | 'WFE_1' | 'WFE_2' | 'WFE_3' | 'WFE_4' | 'WFF_1' | 'WFG_1' | 'WFG_2' | 'WFG_3' | 'WFG_4' | 'WFG_5' | 'WFG_6' | 'WFH_1' | 'WFI_1' | 'WFI_2' | 'WFI_3' | 'WFI_4' | 'WFI_5' | 'WFI_6' | 'WFJ_1' | 'WFK_1' | 'WFL_1' | 'WFL_2';
|
|
6
|
+
layoutType: 'WFA_1' | 'WFA_2' | 'WFB_1' | 'WFC_1' | 'WFD_1' | 'WFD_2' | 'WFE_1' | 'WFE_2' | 'WFE_3' | 'WFE_4' | 'WFF_1' | 'WFG_1' | 'WFG_2' | 'WFG_3' | 'WFG_4' | 'WFG_5' | 'WFG_6' | 'WFH_1' | 'WFI_1' | 'WFI_2' | 'WFI_3' | 'WFI_4' | 'WFI_5' | 'WFI_6' | 'WFJ_1' | 'WFK_1' | 'WFL_1' | 'WFL_2' | 'WFL_3' | 'WFL_4';
|
|
7
7
|
containerColor?: string;
|
|
8
8
|
areaColor?: string;
|
|
9
9
|
isLoadingContainer1?: boolean;
|
|
@@ -32,7 +32,9 @@ var ContentsContainer = function (_a) {
|
|
|
32
32
|
WFJ_1: ((0, jsx_runtime_1.jsx)(variation_1.WFJ, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey }, void 0)),
|
|
33
33
|
WFK_1: ((0, jsx_runtime_1.jsx)(variation_1.WFK, { content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }, void 0)),
|
|
34
34
|
WFL_1: ((0, jsx_runtime_1.jsx)(variation_1.WFL, { layoutType: "WFL_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }, void 0)),
|
|
35
|
-
WFL_2: ((0, jsx_runtime_1.jsx)(variation_1.WFL, { layoutType: "WFL_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }, void 0))
|
|
35
|
+
WFL_2: ((0, jsx_runtime_1.jsx)(variation_1.WFL, { layoutType: "WFL_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }, void 0)),
|
|
36
|
+
WFL_3: ((0, jsx_runtime_1.jsx)(variation_1.WFL, { layoutType: "WFL_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }, void 0)),
|
|
37
|
+
WFL_4: ((0, jsx_runtime_1.jsx)(variation_1.WFL, { layoutType: "WFL_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }, void 0))
|
|
36
38
|
}[layoutType] }, void 0));
|
|
37
39
|
};
|
|
38
40
|
exports.default = ContentsContainer;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { UiColors } from '../../../../../../common';
|
|
3
3
|
export declare type WFLProps = {
|
|
4
|
-
layoutType: 'WFL_1' | 'WFL_2';
|
|
4
|
+
layoutType: 'WFL_1' | 'WFL_2' | 'WFL_3' | 'WFL_4';
|
|
5
5
|
content1?: JSX.Element;
|
|
6
6
|
content2?: JSX.Element;
|
|
7
7
|
containerColor?: string;
|
|
@@ -42,38 +42,76 @@ var WFL = function (_a) {
|
|
|
42
42
|
var layoutType = _a.layoutType, content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, overrideContainer1ColorKey = _a.overrideContainer1ColorKey, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
|
|
43
43
|
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": "WFL", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {}, void 0)) : ((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": "WFL", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", layoutType: layoutType }, { children: content1 }), void 0) }), void 0)) }), void 0), (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": "WFL", layoutType: layoutType, containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey }, { children: isLoadingContainer2 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {}, void 0)) : ((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": "WFL", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content2, __assign({ "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", layoutType: layoutType }, { children: content2 }), void 0) }), void 0)) }), void 0)] }, void 0));
|
|
44
44
|
};
|
|
45
|
-
var
|
|
46
|
-
var
|
|
47
|
-
var
|
|
48
|
-
var
|
|
45
|
+
var WFL_1Container1Style = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 0 48px;\n"], ["\n padding: 0 48px;\n"])));
|
|
46
|
+
var WFL_2Container1Style = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n padding: 0 24px;\n"], ["\n padding: 0 24px;\n"])));
|
|
47
|
+
var WFL_3Container1Style = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding: 0 48px;\n"], ["\n padding: 0 48px;\n"])));
|
|
48
|
+
var WFL_4Container1Style = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n padding: 0 24px;\n"], ["\n padding: 0 24px;\n"])));
|
|
49
|
+
var WFL_1Container2Style = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
|
|
50
|
+
var WFL_2Container2Style = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
|
|
51
|
+
var WFL_3Container2Style = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n overflow-x: hidden;\n overflow-y: auto;\n"], ["\n overflow-x: hidden;\n overflow-y: auto;\n"])));
|
|
52
|
+
var WFL_4Container2Style = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n overflow-x: hidden;\n overflow-y: auto;\n"], ["\n overflow-x: hidden;\n overflow-y: auto;\n"])));
|
|
53
|
+
var WFL_1Area2Style = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
|
|
54
|
+
var WFL_2Area2Style = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
|
|
55
|
+
var WFL_3Area2Style = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n padding-bottom: 64px;\n"], ["\n padding-bottom: 64px;\n"])));
|
|
56
|
+
var WFL_4Area2Style = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n padding-bottom: 64px;\n"], ["\n padding-bottom: 64px;\n"])));
|
|
57
|
+
var WFL_1Content2Style = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
|
|
58
|
+
var WFL_2Content2Style = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
|
|
59
|
+
var S_Box = styled_components_1.default.div(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n display: flex;\n height: 60vh;\n max-height: 640px;\n"], ["\n display: flex;\n height: 60vh;\n max-height: 640px;\n"])));
|
|
60
|
+
var S_ContentsContainer1 = styled_components_1.default.div(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 24px 0 0 24px;\n box-sizing: border-box;\n overflow-x: hidden;\n overflow-y: auto;\n width: 480px;\n\n ", ";\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n border-radius: 24px 0 0 24px;\n box-sizing: border-box;\n overflow-x: hidden;\n overflow-y: auto;\n width: 480px;\n\n ", ";\n ", ";\n\n ", "\n"])), function (_a) {
|
|
49
61
|
var theme = _a.theme;
|
|
50
62
|
return theme.ui_wizard_contentscontainer01_background;
|
|
51
63
|
}, function (_a) {
|
|
52
64
|
var layoutType = _a.layoutType;
|
|
53
65
|
return ({
|
|
54
|
-
WFL_1:
|
|
55
|
-
WFL_2:
|
|
66
|
+
WFL_1: WFL_1Container1Style,
|
|
67
|
+
WFL_2: WFL_2Container1Style,
|
|
68
|
+
WFL_3: WFL_3Container1Style,
|
|
69
|
+
WFL_4: WFL_4Container1Style
|
|
56
70
|
}[layoutType]);
|
|
57
71
|
}, function (_a) {
|
|
58
72
|
var containerColor = _a.containerColor;
|
|
59
73
|
return "background-color: " + containerColor;
|
|
60
74
|
}, scrollbarStyle_1.scrollbarStyle);
|
|
61
|
-
var S_ContentsContainer2 = styled_components_1.default.div(
|
|
75
|
+
var S_ContentsContainer2 = styled_components_1.default.div(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 0 24px 24px 0;\n width: 672px;\n\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n border-radius: 0 24px 24px 0;\n width: 672px;\n\n ", ";\n ", ";\n"])), function (_a) {
|
|
62
76
|
var theme = _a.theme;
|
|
63
77
|
return theme.ui_wizard_contentscontainer02_background;
|
|
78
|
+
}, function (_a) {
|
|
79
|
+
var layoutType = _a.layoutType;
|
|
80
|
+
return ({
|
|
81
|
+
WFL_1: WFL_1Container2Style,
|
|
82
|
+
WFL_2: WFL_2Container2Style,
|
|
83
|
+
WFL_3: WFL_3Container2Style,
|
|
84
|
+
WFL_4: WFL_4Container2Style
|
|
85
|
+
}[layoutType]);
|
|
64
86
|
}, function (_a) {
|
|
65
87
|
var containerColor = _a.containerColor;
|
|
66
88
|
return "background-color: " + containerColor;
|
|
67
89
|
});
|
|
68
|
-
var S_ContentsArea1 = styled_components_1.default.div(
|
|
90
|
+
var S_ContentsArea1 = styled_components_1.default.div(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-bottom: 64px;\n\n ", ";\n"], ["\n box-sizing: border-box;\n padding-bottom: 64px;\n\n ", ";\n"])), function (_a) {
|
|
69
91
|
var areaColor = _a.areaColor;
|
|
70
92
|
return "background-color: " + areaColor;
|
|
71
93
|
});
|
|
72
|
-
var S_ContentsArea2 = styled_components_1.default.div(
|
|
94
|
+
var S_ContentsArea2 = styled_components_1.default.div(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n box-sizing: border-box;\n\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n\n ", ";\n ", ";\n"])), function (_a) {
|
|
95
|
+
var layoutType = _a.layoutType;
|
|
96
|
+
return ({
|
|
97
|
+
WFL_1: WFL_1Area2Style,
|
|
98
|
+
WFL_2: WFL_2Area2Style,
|
|
99
|
+
WFL_3: WFL_3Area2Style,
|
|
100
|
+
WFL_4: WFL_4Area2Style
|
|
101
|
+
}[layoutType]);
|
|
102
|
+
}, function (_a) {
|
|
73
103
|
var areaColor = _a.areaColor;
|
|
74
104
|
return "background-color: " + areaColor;
|
|
75
105
|
});
|
|
76
|
-
var S_Content1 = styled_components_1.default.div(
|
|
77
|
-
var S_Content2 = styled_components_1.default.div(
|
|
106
|
+
var S_Content1 = styled_components_1.default.div(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
107
|
+
var S_Content2 = styled_components_1.default.div(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
|
|
108
|
+
var layoutType = _a.layoutType;
|
|
109
|
+
return ({
|
|
110
|
+
WFL_1: WFL_1Content2Style,
|
|
111
|
+
WFL_2: WFL_2Content2Style,
|
|
112
|
+
WFL_3: '',
|
|
113
|
+
WFL_4: ''
|
|
114
|
+
}[layoutType]);
|
|
115
|
+
});
|
|
78
116
|
exports.default = WFL;
|
|
79
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9;
|
|
117
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { UiColors } from '../../../../common';
|
|
3
3
|
export declare type ContainersBoxProps = {
|
|
4
|
-
layoutType: 'WFA_1' | 'WFA_2' | 'WFB_1' | 'WFC_1' | 'WFD_1' | 'WFD_2' | 'WFE_1' | 'WFE_2' | 'WFE_3' | 'WFE_4' | 'WFF_1' | 'WFG_1' | 'WFG_2' | 'WFG_3' | 'WFG_4' | 'WFG_5' | 'WFG_6' | 'WFH_1' | 'WFI_1' | 'WFI_2' | 'WFI_3' | 'WFI_4' | 'WFI_5' | 'WFI_6' | 'WFJ_1' | 'WFK_1' | 'WFL_1' | 'WFL_2';
|
|
4
|
+
layoutType: 'WFA_1' | 'WFA_2' | 'WFB_1' | 'WFC_1' | 'WFD_1' | 'WFD_2' | 'WFE_1' | 'WFE_2' | 'WFE_3' | 'WFE_4' | 'WFF_1' | 'WFG_1' | 'WFG_2' | 'WFG_3' | 'WFG_4' | 'WFG_5' | 'WFG_6' | 'WFH_1' | 'WFI_1' | 'WFI_2' | 'WFI_3' | 'WFI_4' | 'WFI_5' | 'WFI_6' | 'WFJ_1' | 'WFK_1' | 'WFL_1' | 'WFL_2' | 'WFL_3' | 'WFL_4';
|
|
5
5
|
pageMenuContent?: JSX.Element;
|
|
6
6
|
subMenuContent?: JSX.Element;
|
|
7
7
|
tabMenuContent?: JSX.Element;
|
|
@@ -46,7 +46,9 @@ var ContainersBox = function (_a) {
|
|
|
46
46
|
var wizardContainerWidthType = layoutType === 'WFE_3' ||
|
|
47
47
|
layoutType === 'WFE_4' ||
|
|
48
48
|
layoutType === 'WFL_1' ||
|
|
49
|
-
layoutType === 'WFL_2'
|
|
49
|
+
layoutType === 'WFL_2' ||
|
|
50
|
+
layoutType === 'WFL_3' ||
|
|
51
|
+
layoutType === 'WFL_4'
|
|
50
52
|
? 'large'
|
|
51
53
|
: 'small';
|
|
52
54
|
return ((0, jsx_runtime_1.jsx)(S_Wrapper, __assign({ isWizardLayout: isWizardLayout }, { children: (0, jsx_runtime_1.jsxs)(S_ContainersBox, __assign({ isWizardLayout: isWizardLayout }, { children: [pageMenuContent && ((0, jsx_runtime_1.jsx)(S_TopWrapper, { children: isWizardLayout ? ({
|
|
@@ -80,7 +82,9 @@ var ContainersBox = function (_a) {
|
|
|
80
82
|
WFJ_1: (0, jsx_runtime_1.jsx)(Containers_1.SubMenuContainer, { subMenuContent: subMenuContent }, void 0),
|
|
81
83
|
WFK_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
82
84
|
WFL_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
83
|
-
WFL_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0)
|
|
85
|
+
WFL_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
86
|
+
WFL_3: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
87
|
+
WFL_4: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0)
|
|
84
88
|
}[layoutType], (0, jsx_runtime_1.jsxs)(S_RightBox, { children: [{
|
|
85
89
|
WFA_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
86
90
|
WFA_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
@@ -109,7 +113,9 @@ var ContainersBox = function (_a) {
|
|
|
109
113
|
WFJ_1: (0, jsx_runtime_1.jsx)(Containers_1.TabMenuContainer, { tabMenuType: "tab_menu", tabMenuContent: tabMenuContent }, void 0),
|
|
110
114
|
WFK_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
111
115
|
WFL_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
112
|
-
WFL_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0)
|
|
116
|
+
WFL_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
117
|
+
WFL_3: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
118
|
+
WFL_4: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0)
|
|
113
119
|
}[layoutType], (0, jsx_runtime_1.jsx)(S_ContentsWrapper, { children: (0, jsx_runtime_1.jsx)(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }, void 0) }, void 0)] }, void 0)] }), void 0), isWizardLayout && ((0, jsx_runtime_1.jsx)(S_BottomWrapper, { children: {
|
|
114
120
|
small: (0, jsx_runtime_1.jsx)(Containers_1.StepContainer, { stepType: "step_864", stepContent: stepContent }, void 0),
|
|
115
121
|
large: (0, jsx_runtime_1.jsx)(Containers_1.StepContainer, { stepType: "step_1152", stepContent: stepContent }, void 0)
|
package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { MutableRefObject } from 'react';
|
|
|
3
3
|
export declare type ContentsContainerProps = {
|
|
4
4
|
content1?: JSX.Element;
|
|
5
5
|
content2?: JSX.Element;
|
|
6
|
-
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' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_1';
|
|
6
|
+
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';
|
|
7
7
|
containerColor?: string;
|
|
8
8
|
areaColor?: string;
|
|
9
9
|
isLoadingContainer1?: boolean;
|
|
@@ -43,6 +43,7 @@ var ContentsContainer = function (_a) {
|
|
|
43
43
|
WTN_3: ((0, jsx_runtime_1.jsx)(variation_1.WTN, { layoutType: "WTN_3", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey }, void 0)),
|
|
44
44
|
WTO_1: ((0, jsx_runtime_1.jsx)(variation_1.WTO, { layoutType: "WTO_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey }, void 0)),
|
|
45
45
|
WTP_1: ((0, jsx_runtime_1.jsx)(variation_1.WTP, { layoutType: "WTP_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey }, void 0)),
|
|
46
|
+
WTP_2: ((0, jsx_runtime_1.jsx)(variation_1.WTP, { layoutType: "WTP_2", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey }, void 0)),
|
|
46
47
|
WTQ_1: ((0, jsx_runtime_1.jsx)(variation_1.WTQ, { layoutType: "WTQ_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }, void 0)),
|
|
47
48
|
WTS_1: ((0, jsx_runtime_1.jsx)(variation_1.WTS, { layoutType: "WTS_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey }, void 0)),
|
|
48
49
|
WTS_2: ((0, jsx_runtime_1.jsx)(variation_1.WTS, { layoutType: "WTS_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey }, void 0)),
|
|
@@ -2,7 +2,7 @@ import type { UiColors } from '../../../../../../common';
|
|
|
2
2
|
import type { MutableRefObject } from 'react';
|
|
3
3
|
export declare type WTPProps = {
|
|
4
4
|
content1?: JSX.Element;
|
|
5
|
-
layoutType: 'WTP_1';
|
|
5
|
+
layoutType: 'WTP_1' | 'WTP_2';
|
|
6
6
|
containerColor?: string;
|
|
7
7
|
areaColor?: string;
|
|
8
8
|
isLoadingContainer1?: boolean;
|
|
@@ -52,15 +52,17 @@ var S_ContentsContainer = styled_components_1.default.div(templateObject_2 || (t
|
|
|
52
52
|
var containerColor = _a.containerColor;
|
|
53
53
|
return "background-color: " + containerColor;
|
|
54
54
|
}, overrideStyleContainer1);
|
|
55
|
-
var
|
|
55
|
+
var WTP_1AreaStyle = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n padding-bottom: 88px;\n"], ["\n padding-bottom: 88px;\n"])));
|
|
56
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n width: 664px;\n\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n width: 664px;\n\n ", ";\n ", ";\n"])), function (_a) {
|
|
56
57
|
var layoutType = _a.layoutType;
|
|
57
58
|
return ({
|
|
58
|
-
WTP_1:
|
|
59
|
+
WTP_1: WTP_1AreaStyle,
|
|
60
|
+
WTP_2: ''
|
|
59
61
|
}[layoutType]);
|
|
60
62
|
}, function (_a) {
|
|
61
63
|
var areaColor = _a.areaColor;
|
|
62
64
|
return "background-color: " + areaColor;
|
|
63
65
|
});
|
|
64
|
-
var S_Content1 = styled_components_1.default.div(
|
|
66
|
+
var S_Content1 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
65
67
|
exports.default = WTP;
|
|
66
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
|
68
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UiColors } from '../../../../common';
|
|
2
2
|
import type { MutableRefObject } from 'react';
|
|
3
3
|
export declare 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' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_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';
|
|
5
5
|
pageMenuContent?: JSX.Element;
|
|
6
6
|
tabMenuContent?: JSX.Element;
|
|
7
7
|
subMenuContent?: JSX.Element;
|
|
@@ -78,6 +78,7 @@ var ContainersBox = function (_a) {
|
|
|
78
78
|
WTN_3: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
79
79
|
WTO_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
80
80
|
WTP_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
81
|
+
WTP_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
81
82
|
WTQ_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
82
83
|
WTS_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
83
84
|
WTS_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
@@ -123,6 +124,7 @@ var ContainersBox = function (_a) {
|
|
|
123
124
|
WTN_3: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
124
125
|
WTO_1: ((0, jsx_runtime_1.jsx)(Containers_1.PageMenuContainer, { pageMenuType: "top_page_menu", pageMenuContent: pageMenuContent, containerColor: containerColor, areaColor: areaColor }, void 0)),
|
|
125
126
|
WTP_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
127
|
+
WTP_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
126
128
|
WTQ_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
127
129
|
WTS_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
128
130
|
WTS_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
@@ -168,6 +170,7 @@ var ContainersBox = function (_a) {
|
|
|
168
170
|
WTN_3: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
169
171
|
WTO_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
170
172
|
WTP_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
173
|
+
WTP_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
171
174
|
WTQ_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
172
175
|
WTS_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
173
176
|
WTS_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0),
|
|
@@ -213,6 +216,7 @@ var ContainersBox = function (_a) {
|
|
|
213
216
|
WTN_3: '',
|
|
214
217
|
WTO_1: ((0, jsx_runtime_1.jsx)(Containers_1.SubMenuContainer, { subMenuType: "left_sub_menu", subMenuContent: subMenuContent, containerColor: containerColor, areaColor: areaColor }, void 0)),
|
|
215
218
|
WTP_1: ((0, jsx_runtime_1.jsx)(Containers_1.SubMenuContainer, { subMenuType: "left_sub_menu", subMenuContent: subMenuContent, containerColor: containerColor, areaColor: areaColor }, void 0)),
|
|
219
|
+
WTP_2: ((0, jsx_runtime_1.jsx)(Containers_1.SubMenuContainer, { subMenuType: "left_sub_menu", subMenuContent: subMenuContent, containerColor: containerColor, areaColor: areaColor }, void 0)),
|
|
216
220
|
WTQ_1: '',
|
|
217
221
|
WTS_1: '',
|
|
218
222
|
WTS_2: '',
|
|
@@ -226,7 +230,7 @@ var S_RightBox = styled_components_1.default.div(templateObject_2 || (templateOb
|
|
|
226
230
|
var flexStyle = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
|
|
227
231
|
var S_BottomWrapper = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n flex: 1;\n height: 100%;\n overflow: hidden;\n ", ";\n"], ["\n flex: 1;\n height: 100%;\n overflow: hidden;\n ", ";\n"])), function (_a) {
|
|
228
232
|
var layoutType = _a.layoutType;
|
|
229
|
-
return (layoutType === 'WTO_1' || layoutType === 'WTP_1') && flexStyle;
|
|
233
|
+
return (layoutType === 'WTO_1' || layoutType === 'WTP_1' || layoutType === 'WTP_2') && flexStyle;
|
|
230
234
|
});
|
|
231
235
|
exports.default = ContainersBox;
|
|
232
236
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
package/package.json
CHANGED
package/release-note.md
CHANGED