pds-dev-kit-web-test 2.5.18 → 2.5.19
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/assets/icons/image/index.d.ts +202 -0
- package/dist/src/common/assets/icons/image/index.js +205 -0
- package/dist/src/common/assets/icons/line/SectionBanner32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionBanner32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionBanner40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionBanner40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionFeed32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionFeed32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionFeed40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionFeed40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionHero32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionHero32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionHero40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionHero40.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +8 -0
- package/dist/src/common/assets/icons/line/index.js +17 -1
- package/dist/src/common/index.d.ts +1 -1
- package/dist/src/common/styles/ui-colors.js +13 -5
- package/dist/src/common/types/components.d.ts +4 -4
- package/dist/src/common/types/icon.d.ts +8 -3
- package/dist/src/common/types/icon.js +10 -0
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -1
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +16 -2
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -4
- package/dist/src/desktop/components/ChatList/ChatList.d.ts +8 -8
- package/dist/src/desktop/components/ChatList/ChatTextField.d.ts +5 -5
- package/dist/src/desktop/components/ChatList/Footer.d.ts +5 -5
- package/dist/src/desktop/components/Chip/Chip.d.ts +2 -2
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +2 -2
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +2 -2
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.d.ts +2 -1
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.js +8 -4
- package/dist/src/desktop/components/IconButton/IconButton.d.ts +2 -2
- package/dist/src/desktop/components/MainButton/MainButton.d.ts +2 -2
- package/dist/src/desktop/components/PageTitleTextGroup/CompoundButton.d.ts +2 -2
- package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.d.ts +2 -2
- package/dist/src/desktop/components/TextField/TextField.d.ts +3 -3
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +2 -2
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +2 -2
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.d.ts +2 -1
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +4 -4
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +2 -1
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +58 -7
- package/dist/src/hybrid/components/Icon/Icon.d.ts +4 -3
- package/dist/src/hybrid/components/Icon/Icon.js +14 -4
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -4
- package/dist/src/mobile/components/ChatList/ChatList.d.ts +8 -8
- package/dist/src/mobile/components/ChatList/ChatTextField.d.ts +5 -5
- package/dist/src/mobile/components/ChatList/Footer.d.ts +5 -5
- package/dist/src/mobile/components/Chip/Chip.d.ts +2 -2
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
- package/dist/src/mobile/components/IconButton/IconButton.d.ts +2 -2
- package/dist/src/mobile/components/MainButton/MainButton.d.ts +2 -2
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +3 -3
- package/dist/src/mobile/components/TextField/TextField.d.ts +3 -3
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.d.ts +2 -2
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +2 -2
- package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +14 -1
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +7 -3
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/MainButton/MainButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/IconButton/IconButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/MainButton/MainButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/mock_samplePage.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +996 -1
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +10300 -0
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +30934 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +71 -58
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -11
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_AnimationObserverBox.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +0 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
- package/package.json +1 -1
- package/release-note.md +2 -2
- package/pipeline_output.log +0 -6466
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import { Path } from 'react-hook-form';
|
3
|
-
import type {
|
3
|
+
import type { IFormValues, PDSTextType, UiColors, PDSIconType } from '../../../common';
|
4
4
|
export type TextFieldProps = {
|
5
5
|
name: Path<IFormValues>;
|
6
6
|
hintText?: PDSTextType;
|
@@ -22,8 +22,8 @@ export type TextFieldProps = {
|
|
22
22
|
autoMaxRows?: number;
|
23
23
|
inputType?: string;
|
24
24
|
state?: 'normal' | 'read_only' | 'disabled';
|
25
|
-
iBtn1IconName?:
|
26
|
-
iBtn2IconName?:
|
25
|
+
iBtn1IconName?: PDSIconType;
|
26
|
+
iBtn2IconName?: PDSIconType;
|
27
27
|
iBtn1IconFillType?: 'line' | 'fill';
|
28
28
|
iBtn2IconFillType?: 'line' | 'fill';
|
29
29
|
overrideIBtn1IconColorKey?: UiColors;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, PDSTextType, UiColors } from '../../../common';
|
3
3
|
import type { IconCaseTooltipPositionType } from '../../../common/types/systemUI';
|
4
4
|
export type UploadIconButtonProps = {
|
5
5
|
fillType?: 'fill' | 'line';
|
@@ -9,7 +9,7 @@ export type UploadIconButtonProps = {
|
|
9
9
|
borderColorKey?: UiColors;
|
10
10
|
iconSize?: 12 | 16 | 20 | 24 | 32 | 48 | 72;
|
11
11
|
iconFillType?: 'fill' | 'line';
|
12
|
-
iconName:
|
12
|
+
iconName: PDSIconType;
|
13
13
|
iconColorKey?: UiColors;
|
14
14
|
shadow?: 'hidden' | 'visible';
|
15
15
|
colorTheme?: 'none' | 'line1' | 'line2';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, PDSTextType } from '../../../common';
|
3
3
|
type UploadMainButtonProps = {
|
4
4
|
text?: PDSTextType;
|
5
5
|
shapeType?: 'round' | 'rectangle';
|
@@ -10,7 +10,7 @@ type UploadMainButtonProps = {
|
|
10
10
|
fontWeight?: 'bold' | 'regular';
|
11
11
|
iconMode?: 'none' | 'left' | 'right';
|
12
12
|
iconFillType?: 'fill' | 'line';
|
13
|
-
iconName?:
|
13
|
+
iconName?: PDSIconType;
|
14
14
|
colorTheme?: 'none' | 'line1' | 'line2' | 'line3' | 'primary1' | 'secondary1';
|
15
15
|
state?: 'normal' | 'disabled';
|
16
16
|
accept?: string;
|
@@ -3,6 +3,7 @@ import type { PDSTabItemOption } from '../../../common/types';
|
|
3
3
|
export type ItemType = PDSTabItemOption;
|
4
4
|
type UserDesktopSideTabProps = {
|
5
5
|
itemArray: ItemType[];
|
6
|
+
spacingMode?: 'use' | 'none';
|
6
7
|
};
|
7
|
-
declare function UserDesktopSideTab({ itemArray }: UserDesktopSideTabProps): JSX.Element;
|
8
|
+
declare function UserDesktopSideTab({ itemArray, spacingMode }: UserDesktopSideTabProps): JSX.Element;
|
8
9
|
export default UserDesktopSideTab;
|
@@ -22,22 +22,22 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
22
22
|
var styled_components_1 = __importDefault(require("styled-components"));
|
23
23
|
var TextLabel_1 = require("../TextLabel");
|
24
24
|
function UserDesktopSideTab(_a) {
|
25
|
-
var itemArray = _a.itemArray;
|
25
|
+
var itemArray = _a.itemArray, _b = _a.spacingMode, spacingMode = _b === void 0 ? 'use' : _b;
|
26
26
|
var handleClickTabItem = function (item, e) {
|
27
27
|
if (item.onClick) {
|
28
28
|
item.onClick(e);
|
29
29
|
}
|
30
30
|
};
|
31
31
|
return ((0, jsx_runtime_1.jsx)("div", __assign({ "x-pds-name": "UserDesktopSideTab", "x-pds-element-type": "component", "x-pds-device-type": "desktop" }, { children: itemArray.map(function (item, index) {
|
32
|
-
return ((0, jsx_runtime_1.jsx)(S_TabWrapper, __assign({ onClick: function (e) { return handleClickTabItem(item, e); } }, { children: (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, lineLimit: 1, ellipsisMode: "use", styleTheme: "headingBold", colorTheme: item.isActive ? 'sysTextPrimary' : 'sysTextSecondary', singleLineMode: "use", wordBreak: "break_all" }) }), index));
|
32
|
+
return ((0, jsx_runtime_1.jsx)(S_TabWrapper, __assign({ spacingMode: spacingMode, onClick: function (e) { return handleClickTabItem(item, e); } }, { children: (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, lineLimit: 1, ellipsisMode: "use", styleTheme: "headingBold", colorTheme: item.isActive ? 'sysTextPrimary' : 'sysTextSecondary', singleLineMode: "use", wordBreak: "break_all" }) }), index));
|
33
33
|
}) })));
|
34
34
|
}
|
35
35
|
var S_TabWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n cursor: pointer;\n display: flex;\n height: 56px;\n padding-left: ", ";\n padding-right: ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n cursor: pointer;\n display: flex;\n height: 56px;\n padding-left: ", ";\n padding-right: ", ";\n"])), function (_a) {
|
36
36
|
var theme = _a.theme;
|
37
37
|
return theme.ui_cpnt_userdesktopsidetab_base_area;
|
38
38
|
}, function (_a) {
|
39
|
-
var theme = _a.theme;
|
40
|
-
return theme.spacing.spacingE;
|
39
|
+
var theme = _a.theme, spacingMode = _a.spacingMode;
|
40
|
+
return (spacingMode === 'use' ? theme.spacing.spacingE : 0);
|
41
41
|
}, function (_a) {
|
42
42
|
var theme = _a.theme;
|
43
43
|
return theme.spacing.spacingD;
|
@@ -4,9 +4,10 @@ type TextObj = {
|
|
4
4
|
path: string;
|
5
5
|
title: PDSTextType;
|
6
6
|
};
|
7
|
+
type StyleTheme = 'main' | 'content' | 'content2';
|
7
8
|
type UserDesktopTabBarProps = {
|
8
9
|
itemArray?: PDSTabItemOption[];
|
9
|
-
styleTheme?:
|
10
|
+
styleTheme?: StyleTheme;
|
10
11
|
/** @deprecated v1.5 해당 필드 대신 itemArray를 사용하세요. */
|
11
12
|
textArray?: TextObj[];
|
12
13
|
};
|
@@ -52,7 +52,15 @@ function UserDesktopTabBar(_a) {
|
|
52
52
|
item.onClick(e);
|
53
53
|
}
|
54
54
|
};
|
55
|
-
return ((0, jsx_runtime_1.jsx)(S_TabBar, __assign({ "x-pds-name": "UserDesktopTabBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop"
|
55
|
+
return ((0, jsx_runtime_1.jsx)(S_TabBar, __assign({ "x-pds-name": "UserDesktopTabBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop", styleTheme: styleTheme }, { children: itemArray.map(function (item, index) {
|
56
|
+
if (styleTheme === 'content') {
|
57
|
+
return ((0, jsx_runtime_1.jsx)(S_TabWrapper, __assign({ isActive: item.isActive, styleTheme: "content", text: item.title, onClick: function (e) { return handleClickTabItem_1(item, e); } }, { children: (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: "headingBold", colorTheme: item.isActive ? 'sysTextPrimary' : 'sysTextSecondary', singleLineMode: "use" }) }), index));
|
58
|
+
}
|
59
|
+
if (styleTheme === 'content2') {
|
60
|
+
return ((0, jsx_runtime_1.jsx)(S_TabWrapper, __assign({ isActive: item.isActive, styleTheme: "content2", text: item.title, onClick: function (e) { return handleClickTabItem_1(item, e); } }, { children: (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: "leadParaBold", colorTheme: item.isActive ? 'usrTextBrandPrimary' : 'sysTextTertiary', singleLineMode: "use" }) }), index));
|
61
|
+
}
|
62
|
+
return ((0, jsx_runtime_1.jsx)(S_TabWrapper, __assign({ isActive: item.isActive, styleTheme: styleTheme, text: item.title, onClick: function (e) { return handleClickTabItem_1(item, e); } }, { children: (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: item.isActive ? 'body2Bold' : 'body2Regular', colorTheme: item.isActive ? 'usrTextBrandPrimary' : 'sysTextSecondary', singleLineMode: "use" }) }), index));
|
63
|
+
}) })));
|
56
64
|
}
|
57
65
|
if (textArray) {
|
58
66
|
var handleClick_1 = function (value) {
|
@@ -60,7 +68,7 @@ function UserDesktopTabBar(_a) {
|
|
60
68
|
history.push(value.path);
|
61
69
|
}
|
62
70
|
};
|
63
|
-
return ((0, jsx_runtime_1.jsx)(S_TabBar, __assign({ "x-pds-name": "UserDesktopTabBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop" }, { children: textArray.map(function (item) { return ((0, jsx_runtime_1.jsx)(S_TabWrapper, __assign({ styleTheme: styleTheme, isActive: pathname === item.path, onClick: function () {
|
71
|
+
return ((0, jsx_runtime_1.jsx)(S_TabBar, __assign({ "x-pds-name": "UserDesktopTabBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop", styleTheme: styleTheme }, { children: textArray.map(function (item) { return ((0, jsx_runtime_1.jsx)(S_TabWrapper, __assign({ styleTheme: styleTheme, isActive: pathname === item.path, onClick: function () {
|
64
72
|
handleClick_1(item);
|
65
73
|
} }, { children: (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, styleTheme: pathname === item.path ? 'body2Bold' : 'body2Regular', colorTheme: pathname === item.path ? 'usrTextBrandPrimary' : 'sysTextSecondary', singleLineMode: "use" }) }), item.path)); }) })));
|
66
74
|
}
|
@@ -75,7 +83,11 @@ var S_TabWrapper = styled_components_1.default.div(templateObject_2 || (template
|
|
75
83
|
var styleTheme = _a.styleTheme;
|
76
84
|
switch (styleTheme) {
|
77
85
|
case 'main':
|
78
|
-
return mainStyle;
|
86
|
+
return mainStyle;
|
87
|
+
case 'content':
|
88
|
+
return contentStyle;
|
89
|
+
case 'content2':
|
90
|
+
return content2Style;
|
79
91
|
default:
|
80
92
|
return mainStyle;
|
81
93
|
}
|
@@ -99,12 +111,51 @@ var mainStyle = (0, styled_components_1.css)(templateObject_3 || (templateObject
|
|
99
111
|
var isActive = _a.isActive;
|
100
112
|
return !isActive && "display: none;";
|
101
113
|
});
|
102
|
-
var
|
114
|
+
var contentStyle = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n cursor: pointer;\n display: flex;\n margin-right: ", ";\n position: relative;\n\n &:last-child {\n margin-right: 0;\n }\n\n &::after {\n background-color: ", ";\n bottom: -1px;\n content: '';\n height: 2px;\n position: absolute;\n width: 100%;\n ", ";\n }\n"], ["\n align-items: center;\n background-color: ", ";\n cursor: pointer;\n display: flex;\n margin-right: ", ";\n position: relative;\n\n &:last-child {\n margin-right: 0;\n }\n\n &::after {\n background-color: ", ";\n bottom: -1px;\n content: '';\n height: 2px;\n position: absolute;\n width: 100%;\n ", ";\n }\n"])), function (_a) {
|
115
|
+
var isActive = _a.isActive, theme = _a.theme;
|
116
|
+
return isActive && theme.ui_cpnt_tabbar_base_area;
|
117
|
+
}, function (_a) {
|
103
118
|
var theme = _a.theme;
|
104
|
-
return theme.
|
119
|
+
return theme.spacing.spacingF;
|
120
|
+
}, function (_a) {
|
121
|
+
var theme = _a.theme;
|
122
|
+
return theme.ui_19;
|
123
|
+
}, function (_a) {
|
124
|
+
var isActive = _a.isActive;
|
125
|
+
return !isActive && "display: none;";
|
126
|
+
});
|
127
|
+
var content2Style = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n cursor: pointer;\n display: flex;\n height: 48px;\n margin-right: ", ";\n padding: ", ";\n position: relative;\n\n ", "\n\n &:last-child {\n margin-right: 0;\n }\n"], ["\n align-items: center;\n background-color: ", ";\n cursor: pointer;\n display: flex;\n height: 48px;\n margin-right: ", ";\n padding: ", ";\n position: relative;\n\n ", "\n\n &:last-child {\n margin-right: 0;\n }\n"])), function (_a) {
|
128
|
+
var isActive = _a.isActive, theme = _a.theme;
|
129
|
+
return isActive ? theme.ui_123 : theme.ui_cpnt_sheet_base_03;
|
130
|
+
}, function (_a) {
|
131
|
+
var theme = _a.theme;
|
132
|
+
return theme.spacing.spacingC;
|
105
133
|
}, function (_a) {
|
106
134
|
var theme = _a.theme;
|
107
|
-
return theme.
|
135
|
+
return "0 ".concat(theme.spacing.spacingD);
|
136
|
+
}, function (_a) {
|
137
|
+
var isActive = _a.isActive;
|
138
|
+
return isActive && "border-radius: 24px;";
|
139
|
+
});
|
140
|
+
var S_TabBar = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: ", ";\n background-color: ", ";\n border-bottom: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: ", ";\n justify-content: center;\n"], ["\n align-items: ", ";\n background-color: ", ";\n border-bottom: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: ", ";\n justify-content: center;\n"])), function (_a) {
|
141
|
+
var styleTheme = _a.styleTheme;
|
142
|
+
return styleTheme === 'content2' && 'center';
|
143
|
+
}, function (_a) {
|
144
|
+
var theme = _a.theme;
|
145
|
+
return theme.ui_cpnt_tabbar_base_area;
|
146
|
+
}, function (_a) {
|
147
|
+
var styleTheme = _a.styleTheme, theme = _a.theme;
|
148
|
+
return styleTheme !== 'content2' && "1px solid ".concat(theme.ui_cpnt_divider);
|
149
|
+
}, function (_a) {
|
150
|
+
var styleTheme = _a.styleTheme;
|
151
|
+
switch (styleTheme) {
|
152
|
+
case 'content':
|
153
|
+
return '64px';
|
154
|
+
case 'content2':
|
155
|
+
return '96px';
|
156
|
+
default:
|
157
|
+
return '48px';
|
158
|
+
}
|
108
159
|
});
|
109
160
|
exports.default = UserDesktopTabBar;
|
110
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
161
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
|
@@ -1,10 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, UiColors } from '../../../common';
|
3
|
+
type FillType = 'line' | 'fill';
|
3
4
|
export type IconProps = {
|
4
|
-
iconName?:
|
5
|
+
iconName?: PDSIconType;
|
5
6
|
size?: 12 | 16 | 20 | 24 | 32 | 40 | 48 | 56 | 64 | 72;
|
6
7
|
colorKey?: UiColors;
|
7
|
-
fillType?:
|
8
|
+
fillType?: FillType;
|
8
9
|
} & Record<string, any>;
|
9
10
|
declare const Icon: ({ iconName, size, colorKey, fillType }: IconProps) => JSX.Element;
|
10
11
|
export default Icon;
|
@@ -6,15 +6,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
7
7
|
var styled_components_1 = require("styled-components");
|
8
8
|
var fill_1 = __importDefault(require("../../../common/assets/icons/fill"));
|
9
|
+
var image_1 = require("../../../common/assets/icons/image");
|
9
10
|
var line_1 = __importDefault(require("../../../common/assets/icons/line"));
|
11
|
+
var icon_1 = require("../../../common/types/icon");
|
10
12
|
var Icon = function (_a) {
|
11
13
|
var _b = _a.iconName, iconName = _b === void 0 ? 'ic_unavailable' : _b, _c = _a.size, size = _c === void 0 ? 24 : _c, _d = _a.colorKey, colorKey = _d === void 0 ? 'ui_cpnt_icon_sys_grey_01' : _d, _e = _a.fillType, fillType = _e === void 0 ? 'line' : _e;
|
12
14
|
var theme = (0, styled_components_1.useTheme)();
|
13
15
|
var isFixedSize = iconName.includes('_20') || iconName.includes('_32') || iconName.includes('_40');
|
14
16
|
var DefaultIcon = line_1.default.ic_unavailable;
|
15
|
-
var
|
16
|
-
|
17
|
-
: fill_1.default[iconName] || line_1.default[iconName]
|
18
|
-
|
17
|
+
var svgIcons = {
|
18
|
+
line: line_1.default[iconName] || fill_1.default[iconName],
|
19
|
+
fill: fill_1.default[iconName] || line_1.default[iconName]
|
20
|
+
};
|
21
|
+
var SelectedSVGIcon = svgIcons[fillType];
|
22
|
+
if (icon_1.imageIconKeys.includes(iconName)) {
|
23
|
+
return ((0, jsx_runtime_1.jsx)("img", { "x-pds-name": "Icon", "x-pds-element-type": "component", "x-pds-device-type": "hybrid", src: image_1.imageIconSrcSet[iconName], width: size, height: size }));
|
24
|
+
}
|
25
|
+
if (icon_1.fillIconkeys.includes(iconName) || icon_1.lineIconkeys.includes(iconName)) {
|
26
|
+
return SelectedSVGIcon ? ((0, jsx_runtime_1.jsx)(SelectedSVGIcon, { "x-pds-name": "Icon", "x-pds-element-type": "component", "x-pds-device-type": "hybrid", color: theme[colorKey], size: size, style: isFixedSize ? undefined : { minWidth: size, minHeight: size } })) : ((0, jsx_runtime_1.jsx)(DefaultIcon, { "x-pds-name": "Icon", "x-pds-element-type": "component", "x-pds-device-type": "hybrid", color: theme[colorKey], size: size, style: isFixedSize ? undefined : { minWidth: size, minHeight: size } }));
|
27
|
+
}
|
28
|
+
return SelectedSVGIcon ? ((0, jsx_runtime_1.jsx)(SelectedSVGIcon, { "x-pds-name": "Icon", "x-pds-element-type": "component", "x-pds-device-type": "hybrid", color: theme[colorKey], size: size, style: isFixedSize ? undefined : { minWidth: size, minHeight: size } })) : ((0, jsx_runtime_1.jsx)(DefaultIcon, { "x-pds-name": "Icon", "x-pds-element-type": "component", "x-pds-device-type": "hybrid", color: theme[colorKey], size: size, style: isFixedSize ? undefined : { minWidth: size, minHeight: size } }));
|
19
29
|
};
|
20
30
|
exports.default = Icon;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, PDSTextType } from '../../../common';
|
3
3
|
export type BasicListItemProps = {
|
4
4
|
selectionMode?: 'none' | 'check' | 'radio';
|
5
5
|
titleText: PDSTextType;
|
@@ -10,13 +10,13 @@ export type BasicListItemProps = {
|
|
10
10
|
imageIconMode?: 'none' | 'image' | 'icon';
|
11
11
|
imageShapeType?: 'round' | 'circular' | 'rectangle';
|
12
12
|
imageSrc?: string;
|
13
|
-
iconName?:
|
13
|
+
iconName?: PDSIconType;
|
14
14
|
iconFillType?: 'fill' | 'line';
|
15
15
|
displayType?: 'none' | 'text' | 'ibtn_text' | 'ibtn_amount1' | 'ibtn_amount2' | 'mbtn' | 'switch';
|
16
16
|
captionText?: PDSTextType;
|
17
|
-
iBtn1IconName?:
|
17
|
+
iBtn1IconName?: PDSIconType;
|
18
18
|
iBtn1IconFillType?: 'fill' | 'line';
|
19
|
-
iBtn2IconName?:
|
19
|
+
iBtn2IconName?: PDSIconType;
|
20
20
|
iBtn2IconFillType?: 'fill' | 'line';
|
21
21
|
mBtnFillType?: 'fill' | 'line';
|
22
22
|
mBtnText?: PDSTextType;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, PDSTextType } from '../../../common';
|
3
3
|
export type Props = {
|
4
4
|
colorTheme?: 'solid' | 'translucent' | 'transparent';
|
5
5
|
headerMode?: 'none' | 'use';
|
@@ -9,11 +9,11 @@ export type Props = {
|
|
9
9
|
onClickCaptionText?: () => void;
|
10
10
|
titleStyleTheme?: 'headingBold' | 'subTitleBold';
|
11
11
|
headerDisplayType?: 'none' | 'ibtn1' | 'ibtn2' | 'ibtn3';
|
12
|
-
headerIBtn1IconName?:
|
12
|
+
headerIBtn1IconName?: PDSIconType;
|
13
13
|
headerIBtn1IconFillType?: 'line' | 'fill';
|
14
|
-
headerIBtn2IconName?:
|
14
|
+
headerIBtn2IconName?: PDSIconType;
|
15
15
|
headerIBtn2IconFillType?: 'line' | 'fill';
|
16
|
-
headerIBtn3IconName?:
|
16
|
+
headerIBtn3IconName?: PDSIconType;
|
17
17
|
headerIBtn3IconFillType?: 'line' | 'fill';
|
18
18
|
children?: React.ReactNode;
|
19
19
|
bodyChildren?: React.ReactNode;
|
@@ -26,20 +26,20 @@ export type Props = {
|
|
26
26
|
submitIBtnState?: 'disabled' | 'normal';
|
27
27
|
bodyMBtnText?: PDSTextType;
|
28
28
|
bodySpacingMode?: 'none' | 'use';
|
29
|
-
submitIBtnIconName?:
|
29
|
+
submitIBtnIconName?: PDSIconType;
|
30
30
|
submitIBtnIconFillType?: 'fill' | 'line';
|
31
31
|
footerIBtn1State?: 'disabled' | 'normal';
|
32
|
-
footerIBtn1IconName?:
|
32
|
+
footerIBtn1IconName?: PDSIconType;
|
33
33
|
footerIBtn1IconFillType?: 'fill' | 'line';
|
34
34
|
footerIBtn1Type?: 'button' | 'upload';
|
35
35
|
onClickFooterIBtn1?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
36
36
|
footerIBtn2State?: 'disabled' | 'normal';
|
37
|
-
footerIBtn2IconName?:
|
37
|
+
footerIBtn2IconName?: PDSIconType;
|
38
38
|
footerIBtn2IconFillType?: 'fill' | 'line';
|
39
39
|
footerIBtn2Type?: 'button' | 'upload';
|
40
40
|
onClickFooterIBtn2?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
41
41
|
footerIBtn3State?: 'disabled' | 'normal';
|
42
|
-
footerIBtn3IconName?:
|
42
|
+
footerIBtn3IconName?: PDSIconType;
|
43
43
|
footerIBtn3IconFillType?: 'fill' | 'line';
|
44
44
|
footerIBtn3Type?: 'button' | 'upload';
|
45
45
|
footerIBtn3Accept?: string;
|
@@ -1,22 +1,22 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType } from '../../../common';
|
3
3
|
import type { Props as ChatListProps } from './ChatList';
|
4
4
|
type Props = Pick<ChatListProps, 'textFieldDefaultText' | 'textFieldHintText' | 'textFieldState' | 'textFieldMaxLength' | 'footerIBtn3Accept' | 'colorTheme'> & {
|
5
5
|
isSubmitBtnActive?: boolean;
|
6
|
-
submitIBtnIconName?:
|
6
|
+
submitIBtnIconName?: PDSIconType;
|
7
7
|
submitIBtnIconFillType?: 'fill' | 'line';
|
8
8
|
footerIBtn1State?: 'disabled' | 'normal';
|
9
|
-
footerIBtn1IconName?:
|
9
|
+
footerIBtn1IconName?: PDSIconType;
|
10
10
|
footerIBtn1IconFillType?: 'fill' | 'line';
|
11
11
|
footerIBtn1Type?: 'button' | 'upload';
|
12
12
|
onClickFooterIBtn1?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
13
13
|
footerIBtn2State?: 'disabled' | 'normal';
|
14
|
-
footerIBtn2IconName?:
|
14
|
+
footerIBtn2IconName?: PDSIconType;
|
15
15
|
footerIBtn2IconFillType?: 'fill' | 'line';
|
16
16
|
footerIBtn2Type?: 'button' | 'upload';
|
17
17
|
onClickFooterIBtn2?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
18
18
|
footerIBtn3State?: 'disabled' | 'normal';
|
19
|
-
footerIBtn3IconName?:
|
19
|
+
footerIBtn3IconName?: PDSIconType;
|
20
20
|
footerIBtn3IconFillType?: 'fill' | 'line';
|
21
21
|
footerIBtn3Type?: 'button' | 'upload';
|
22
22
|
onClickFooterIBtn3?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
@@ -1,22 +1,22 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType } from '../../../common';
|
3
3
|
import type { Props as ChatListProps } from './ChatList';
|
4
4
|
type Props = Pick<ChatListProps, 'footerChildren' | 'textFieldDefaultText' | 'textFieldHintText' | 'textFieldState' | 'textFieldMaxLength' | 'footerIBtn3Accept' | 'colorTheme'> & {
|
5
5
|
isSubmitBtnActive: boolean;
|
6
|
-
submitIBtnIconName?:
|
6
|
+
submitIBtnIconName?: PDSIconType;
|
7
7
|
submitIBtnIconFillType?: 'fill' | 'line';
|
8
8
|
footerIBtn1State?: 'disabled' | 'normal';
|
9
|
-
footerIBtn1IconName?:
|
9
|
+
footerIBtn1IconName?: PDSIconType;
|
10
10
|
footerIBtn1IconFillType?: 'fill' | 'line';
|
11
11
|
footerIBtn1Type?: 'button' | 'upload';
|
12
12
|
onClickFooterIBtn1?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
13
13
|
footerIBtn2State?: 'disabled' | 'normal';
|
14
|
-
footerIBtn2IconName?:
|
14
|
+
footerIBtn2IconName?: PDSIconType;
|
15
15
|
footerIBtn2IconFillType?: 'fill' | 'line';
|
16
16
|
footerIBtn2Type?: 'button' | 'upload';
|
17
17
|
onClickFooterIBtn2?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
18
18
|
footerIBtn3State?: 'disabled' | 'normal';
|
19
|
-
footerIBtn3IconName?:
|
19
|
+
footerIBtn3IconName?: PDSIconType;
|
20
20
|
footerIBtn3IconFillType?: 'fill' | 'line';
|
21
21
|
footerIBtn3Type?: 'button' | 'upload';
|
22
22
|
onClickFooterIBtn3?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, PDSTextType, PDSValueOption, UiColors } from '../../../common';
|
3
3
|
type DisplayType = 'category_choice' | 'filter_single' | 'filter_multi' | 'removable' | 'label' | 'time' | 'information';
|
4
4
|
export type ChipProps = {
|
5
5
|
displayType?: DisplayType;
|
6
6
|
text?: PDSTextType;
|
7
7
|
filterIconMode?: 'none' | 'left';
|
8
8
|
iconFillType?: 'line' | 'fill';
|
9
|
-
iconName?:
|
9
|
+
iconName?: PDSIconType;
|
10
10
|
overrideTextColorKey?: UiColors;
|
11
11
|
overrideBackgroundColorKey?: UiColors;
|
12
12
|
value?: PDSValueOption['value'];
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, PDSTextType } from '../../../common';
|
3
3
|
export type FloatingActionButtonProps = {
|
4
4
|
text?: PDSTextType;
|
5
5
|
displayType?: 'icon_only' | 'text_only' | 'icon_text';
|
6
6
|
size?: 'xlarge' | 'large';
|
7
7
|
fontWeight?: 'bold' | 'regular';
|
8
8
|
iconFillType?: 'fill' | 'line';
|
9
|
-
iconName?:
|
9
|
+
iconName?: PDSIconType;
|
10
10
|
colorTheme?: 'none' | 'theme1' | 'theme2' | 'theme3';
|
11
11
|
state?: 'normal' | 'disable';
|
12
12
|
onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, UiColors } from '../../../common';
|
3
3
|
export type IconButtonProps = {
|
4
4
|
fillType?: 'fill' | 'line';
|
5
5
|
shapeType?: 'circular' | 'rectangle' | 'round';
|
@@ -8,7 +8,7 @@ export type IconButtonProps = {
|
|
8
8
|
borderColorKey?: UiColors;
|
9
9
|
iconSize?: 12 | 16 | 20 | 24 | 32 | 48 | 72;
|
10
10
|
iconFillType?: 'fill' | 'line';
|
11
|
-
iconName:
|
11
|
+
iconName: PDSIconType;
|
12
12
|
iconColorKey?: UiColors;
|
13
13
|
shadow?: 'hidden' | 'visible';
|
14
14
|
colorTheme?: 'none' | 'line1' | 'line2';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, PDSTextType } from '../../../common';
|
3
3
|
export type MainButtonProps = {
|
4
4
|
text?: PDSTextType;
|
5
5
|
shapeType?: 'round' | 'rectangle';
|
@@ -10,7 +10,7 @@ export type MainButtonProps = {
|
|
10
10
|
fontWeight?: 'bold' | 'regular';
|
11
11
|
iconMode?: 'none' | 'left' | 'right';
|
12
12
|
iconFillType?: 'fill' | 'line';
|
13
|
-
iconName?:
|
13
|
+
iconName?: PDSIconType;
|
14
14
|
colorTheme?: 'none' | 'line1' | 'line2' | 'line3' | 'primary1' | 'secondary1';
|
15
15
|
type?: 'button' | 'submit';
|
16
16
|
state?: 'normal' | 'disabled';
|
@@ -1,15 +1,15 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, PDSTextType, UiColors } from '../../../common';
|
3
3
|
type Props = {
|
4
4
|
titleType?: 'text' | 'profile' | 'image';
|
5
5
|
titleText?: PDSTextType;
|
6
6
|
captionText?: PDSTextType;
|
7
7
|
leftBtnMode?: 'none' | 'back' | 'menu' | 'close';
|
8
8
|
displayType?: 'none' | 'ibtn_amount1' | 'ibtn_amount2';
|
9
|
-
iBtn1IconName?:
|
9
|
+
iBtn1IconName?: PDSIconType;
|
10
10
|
iBtn1IconFillType?: 'fill' | 'line';
|
11
11
|
iBtn1IconColorKey?: UiColors;
|
12
|
-
iBtn2IconName?:
|
12
|
+
iBtn2IconName?: PDSIconType;
|
13
13
|
iBtn2IconFillType?: 'fill' | 'line';
|
14
14
|
iBtn2IconColorKey?: UiColors;
|
15
15
|
dividerMode?: 'none' | 'solid';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import { Path } from 'react-hook-form';
|
3
|
-
import type {
|
3
|
+
import type { IFormValues, PDSIconType, PDSTextType, UiColors } from '../../../common';
|
4
4
|
export type TextFieldProps = {
|
5
5
|
name: Path<IFormValues>;
|
6
6
|
hintText?: PDSTextType;
|
@@ -22,8 +22,8 @@ export type TextFieldProps = {
|
|
22
22
|
autoMaxRows?: number;
|
23
23
|
inputType?: string;
|
24
24
|
state?: 'normal' | 'read_only' | 'disabled';
|
25
|
-
iBtn1IconName?:
|
26
|
-
iBtn2IconName?:
|
25
|
+
iBtn1IconName?: PDSIconType;
|
26
|
+
iBtn2IconName?: PDSIconType;
|
27
27
|
iBtn1IconFillType?: 'line' | 'fill';
|
28
28
|
iBtn2IconFillType?: 'line' | 'fill';
|
29
29
|
overrideIBtn1IconColorKey?: UiColors;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, UiColors } from '../../../common';
|
3
3
|
export type UploadIconButtonProps = {
|
4
4
|
fillType?: 'fill' | 'line';
|
5
5
|
shapeType?: 'circular' | 'rectangle' | 'round';
|
@@ -8,7 +8,7 @@ export type UploadIconButtonProps = {
|
|
8
8
|
borderColorKey?: UiColors;
|
9
9
|
iconSize?: 12 | 16 | 20 | 24 | 32 | 48 | 72;
|
10
10
|
iconFillType?: 'fill' | 'line';
|
11
|
-
iconName:
|
11
|
+
iconName: PDSIconType;
|
12
12
|
iconColorKey?: UiColors;
|
13
13
|
shadow?: 'hidden' | 'visible';
|
14
14
|
colorTheme?: 'none' | 'line1' | 'line2';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, PDSTextType } from '../../../common';
|
3
3
|
type UploadMainButtonProps = {
|
4
4
|
text?: PDSTextType;
|
5
5
|
shapeType?: 'round' | 'rectangle';
|
@@ -10,7 +10,7 @@ type UploadMainButtonProps = {
|
|
10
10
|
fontWeight?: 'bold' | 'regular';
|
11
11
|
iconMode?: 'none' | 'left' | 'right';
|
12
12
|
iconFillType?: 'fill' | 'line';
|
13
|
-
iconName?:
|
13
|
+
iconName?: PDSIconType;
|
14
14
|
colorTheme?: 'none' | 'line1' | 'line2' | 'line3' | 'primary1' | 'secondary1';
|
15
15
|
state?: 'normal' | 'disabled';
|
16
16
|
accept?: string;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type { DropdownValueOption,
|
2
|
+
import type { DropdownValueOption, PDSIconType, PDSTextType, PDSValueOption } from '../../../common/types';
|
3
3
|
type Props = {
|
4
4
|
searchFieldHintText?: PDSTextType;
|
5
5
|
searchFieldDefaultText?: PDSTextType;
|
@@ -14,11 +14,11 @@ type Props = {
|
|
14
14
|
dropdownWidth?: string;
|
15
15
|
chipMode?: 'none' | 'use';
|
16
16
|
iBtnMode?: 'none' | 'iBtn_amount1' | 'iBtn_amount2' | 'iBtn_amount3';
|
17
|
-
iBtn1IconName?:
|
17
|
+
iBtn1IconName?: PDSIconType;
|
18
18
|
iBtn1IconFillType?: 'fill' | 'line';
|
19
|
-
iBtn2IconName?:
|
19
|
+
iBtn2IconName?: PDSIconType;
|
20
20
|
iBtn2IconFillType?: 'fill' | 'line';
|
21
|
-
iBtn3IconName?:
|
21
|
+
iBtn3IconName?: PDSIconType;
|
22
22
|
iBtn3IconFillType?: 'fill' | 'line';
|
23
23
|
onChangeDropdown?: (option: DropdownValueOption) => void;
|
24
24
|
onClickChip?: (option: PDSValueOption) => void;
|
@@ -26,7 +26,20 @@ var SectionMatcher_1 = require("./components/SectionMatcher");
|
|
26
26
|
var dynamicLayoutContext_1 = require("./dynamicLayoutContext");
|
27
27
|
function DynamicLayout(_a) {
|
28
28
|
var device = _a.device, _b = _a.mode, mode = _b === void 0 ? 'NORMAL' : _b, isPreview = _a.isPreview, sections = _a.sections, scrollDownTargetSectionId = _a.scrollDownTargetSectionId, editingSectionId = _a.editingSectionId, navigationHandler = _a.navigationHandler, sectionActionHandler = _a.sectionActionHandler, onClickEditSection = _a.onClickEditSection, programmedSectionComponents = _a.programmedSectionComponents, shortcutKeyMode = _a.shortcutKeyMode, dynamicLayoutRef = _a.dynamicLayoutRef;
|
29
|
-
var filteredSortedSection = __spreadArray([], sections, true).filter(function (section) {
|
29
|
+
var filteredSortedSection = __spreadArray([], sections, true).filter(function (section) {
|
30
|
+
var _a;
|
31
|
+
if (!section.display) {
|
32
|
+
return false;
|
33
|
+
}
|
34
|
+
if (section.type === 'CUSTOM' && mode !== 'EDIT') {
|
35
|
+
var deviceKey = device === 'DESKTOP'
|
36
|
+
? 'CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP'
|
37
|
+
: 'CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB';
|
38
|
+
var isVisible = (_a = section.jsonProperties) === null || _a === void 0 ? void 0 : _a.data.CB_CONTENT_PROP_VISIBILITY[deviceKey];
|
39
|
+
return isVisible;
|
40
|
+
}
|
41
|
+
return true;
|
42
|
+
})
|
30
43
|
.sort(function (a, b) { return a.order - b.order; });
|
31
44
|
var iframeSection = filteredSortedSection.find(function (section) { return section.manifest.schema === 'EXP_IFRAME' && section.display; });
|
32
45
|
return ((0, jsx_runtime_1.jsxs)(dynamicLayoutContext_1.dynamicLayoutContext.Provider, __assign({ value: {
|
@@ -54,8 +54,9 @@ function YouTubeIframe(_a) {
|
|
54
54
|
var CUED = 5;
|
55
55
|
var stateCode = event.data;
|
56
56
|
switch (stateCode) {
|
57
|
-
case UNSTARTED:
|
58
57
|
case BUFFERING:
|
58
|
+
break;
|
59
|
+
case UNSTARTED:
|
59
60
|
case CUED:
|
60
61
|
setIsYoutubeLoading(true);
|
61
62
|
break;
|
@@ -74,8 +75,11 @@ function YouTubeIframe(_a) {
|
|
74
75
|
var restartVideoSection = function () {
|
75
76
|
event.target.seekTo(section.start);
|
76
77
|
};
|
77
|
-
var
|
78
|
-
|
78
|
+
var timeout = duration * 1000 - 1000;
|
79
|
+
if (timeout > 0) {
|
80
|
+
var id_1 = setTimeout(restartVideoSection, duration * 1000 - 1000);
|
81
|
+
setTimeoutId(id_1);
|
82
|
+
}
|
79
83
|
}
|
80
84
|
break;
|
81
85
|
}
|
package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
2
|
+
import type { PDSIconType, UiColors } from '../../common';
|
3
3
|
export type IconButtonProps = {
|
4
4
|
fillType?: 'fill' | 'line';
|
5
5
|
shapeType?: 'circular' | 'rectangle';
|
@@ -8,7 +8,7 @@ export type IconButtonProps = {
|
|
8
8
|
borderColorKey?: UiColors;
|
9
9
|
iconSize?: 12 | 16 | 20 | 24 | 48 | 72;
|
10
10
|
iconFillType?: 'fill' | 'line';
|
11
|
-
iconName:
|
11
|
+
iconName: PDSIconType;
|
12
12
|
iconColorKey?: UiColors;
|
13
13
|
shadow?: 'hidden' | 'visible';
|
14
14
|
colorTheme?: 'none' | 'line1' | 'line2';
|