pds-dev-kit-web 2.0.9-alpha.3 → 2.0.9-alpha.5
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/services/i18n/resources/en.json +17 -1
- package/dist/src/common/services/i18n/resources/es.json +17 -1
- package/dist/src/common/services/i18n/resources/fil.json +17 -1
- package/dist/src/common/services/i18n/resources/index.d.ts +112 -0
- package/dist/src/common/services/i18n/resources/ja.json +17 -1
- package/dist/src/common/services/i18n/resources/ko.json +17 -1
- package/dist/src/common/services/i18n/resources/zh-cn.json +17 -1
- package/dist/src/common/services/i18n/resources/zh-tw.json +17 -1
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +3 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +3 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +5 -1
- package/dist/src/common/styles/colorSet/UIColor.json +3 -1
- package/dist/src/common/styles/colorSet/index.d.ts +12 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -2
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +17 -11
- package/dist/src/sub/DynamicLayout/mock_storybook.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/mock_storybook.js +784 -11
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.js +35 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipPlanSheet.d.ts +7 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipPlanSheet.js +32 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +35 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +3 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +4 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +8 -6
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +1 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +1 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.js +4 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +37 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.js +1 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +5 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.js +22 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipPlanSheet.d.ts +7 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipPlanSheet.js +32 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +35 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +14 -12
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +2 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +3 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +1 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.js +3 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +53 -0
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.js +1 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +1 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +7 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +20 -15
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +5 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +17 -15
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +8 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.js +31 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/type.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +1 -1
- package/package.json +1 -1
- package/release-note.md +4 -3
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/GlobalFixedOverlay.d.ts +0 -7
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/GlobalFixedOverlay.js +0 -48
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/MembershipSectionGlobalFixedOverlay/MembershipSectionGlobalFixedOverlay.d.ts +0 -8
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/MembershipSectionGlobalFixedOverlay/MembershipSectionGlobalFixedOverlay.js +0 -80
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/MembershipSectionGlobalFixedOverlay/MembershipSectionGlobalFixedOverlayMembershipList.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/MembershipSectionGlobalFixedOverlay/MembershipSectionGlobalFixedOverlayMembershipList.js +0 -27
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/MembershipSectionGlobalFixedOverlay/MembershipSectionGlobalFixedOverlayPlanSheet.d.ts +0 -8
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/MembershipSectionGlobalFixedOverlay/MembershipSectionGlobalFixedOverlayPlanSheet.js +0 -39
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/MembershipSectionGlobalFixedOverlay/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/MembershipSectionGlobalFixedOverlay/index.js +0 -8
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/GlobalFixedOverlay/index.js +0 -8
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/components/index.js +0 -5
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
"str_n_selected": "{{itemSelected}} has been selected.",
|
|
5
5
|
"str_dlayout_section": "Section",
|
|
6
6
|
"str_4653": "Edit $t(str_dlayout_section)",
|
|
7
|
-
"str_4657": "Currently editing"
|
|
7
|
+
"str_4657": "Currently editing",
|
|
8
|
+
"str_5299": "There are no memberships to display.",
|
|
9
|
+
"str_5300": "This membership cannot be purchased.",
|
|
10
|
+
"str_5350": "Checkout",
|
|
11
|
+
"str_5351": "Buy",
|
|
12
|
+
"str_5352": "Use",
|
|
13
|
+
"str_5353": "Pay",
|
|
14
|
+
"str_5354": "Purchase",
|
|
15
|
+
"str_5339": "{{price}} won",
|
|
16
|
+
"str_coupon": "Coupon",
|
|
17
|
+
"str_payment_option_coupon_free_finite": "Free Trial ($t(str_coupon))",
|
|
18
|
+
"str_payment_option_coupon_free_infinite": "Unlimited Free ($t(str_coupon))",
|
|
19
|
+
"str_payment_option_coupon_one_time": "$t(str_coupon)",
|
|
20
|
+
"str_payment_option_subs_temporary_free": "Free Trial",
|
|
21
|
+
"str_payment_option_unlimited_free": "Free Access",
|
|
22
|
+
"str_payment_option_one_time": "One-time Payment",
|
|
23
|
+
"str_payment_option_subs_regularly": "Regular Payment"
|
|
8
24
|
}
|
|
9
25
|
}
|
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
"str_n_selected": "{{itemSelected}} has been selected.",
|
|
5
5
|
"str_dlayout_section": "Section",
|
|
6
6
|
"str_4653": "Edit $t(str_dlayout_section)",
|
|
7
|
-
"str_4657": "Currently editing"
|
|
7
|
+
"str_4657": "Currently editing",
|
|
8
|
+
"str_5299": "There are no memberships to display.",
|
|
9
|
+
"str_5300": "This membership cannot be purchased.",
|
|
10
|
+
"str_5350": "Checkout",
|
|
11
|
+
"str_5351": "Buy",
|
|
12
|
+
"str_5352": "Use",
|
|
13
|
+
"str_5353": "Pay",
|
|
14
|
+
"str_5354": "Purchase",
|
|
15
|
+
"str_5339": "{{price}} won",
|
|
16
|
+
"str_coupon": "Coupon",
|
|
17
|
+
"str_payment_option_coupon_free_finite": "Free Trial ($t(str_coupon))",
|
|
18
|
+
"str_payment_option_coupon_free_infinite": "Unlimited Free ($t(str_coupon))",
|
|
19
|
+
"str_payment_option_coupon_one_time": "$t(str_coupon)",
|
|
20
|
+
"str_payment_option_subs_temporary_free": "Free Trial",
|
|
21
|
+
"str_payment_option_unlimited_free": "Free Access",
|
|
22
|
+
"str_payment_option_one_time": "One-time Payment",
|
|
23
|
+
"str_payment_option_subs_regularly": "Regular Payment"
|
|
8
24
|
}
|
|
9
25
|
}
|
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
"str_n_selected": "{{itemSelected}} has been selected.",
|
|
5
5
|
"str_dlayout_section": "Section",
|
|
6
6
|
"str_4653": "Edit $t(str_dlayout_section)",
|
|
7
|
-
"str_4657": "Currently editing"
|
|
7
|
+
"str_4657": "Currently editing",
|
|
8
|
+
"str_5299": "There are no memberships to display.",
|
|
9
|
+
"str_5300": "This membership cannot be purchased.",
|
|
10
|
+
"str_5350": "Checkout",
|
|
11
|
+
"str_5351": "Buy",
|
|
12
|
+
"str_5352": "Use",
|
|
13
|
+
"str_5353": "Pay",
|
|
14
|
+
"str_5354": "Purchase",
|
|
15
|
+
"str_5339": "{{price}} won",
|
|
16
|
+
"str_coupon": "Kupon",
|
|
17
|
+
"str_payment_option_coupon_free_finite": "Free Trial ($t(str_coupon))",
|
|
18
|
+
"str_payment_option_coupon_free_infinite": "Unlimited Free ($t(str_coupon))",
|
|
19
|
+
"str_payment_option_coupon_one_time": "$t(str_coupon)",
|
|
20
|
+
"str_payment_option_subs_temporary_free": "Libreng subok",
|
|
21
|
+
"str_payment_option_unlimited_free": "Free Access",
|
|
22
|
+
"str_payment_option_one_time": "Isang beses na pagbayad",
|
|
23
|
+
"str_payment_option_subs_regularly": "Regular na Pagbabayad"
|
|
8
24
|
}
|
|
9
25
|
}
|
|
@@ -6,6 +6,22 @@ declare const locale: {
|
|
|
6
6
|
str_dlayout_section: string;
|
|
7
7
|
str_4653: string;
|
|
8
8
|
str_4657: string;
|
|
9
|
+
str_5299: string;
|
|
10
|
+
str_5300: string;
|
|
11
|
+
str_5350: string;
|
|
12
|
+
str_5351: string;
|
|
13
|
+
str_5352: string;
|
|
14
|
+
str_5353: string;
|
|
15
|
+
str_5354: string;
|
|
16
|
+
str_5339: string;
|
|
17
|
+
str_coupon: string;
|
|
18
|
+
str_payment_option_coupon_free_finite: string;
|
|
19
|
+
str_payment_option_coupon_free_infinite: string;
|
|
20
|
+
str_payment_option_coupon_one_time: string;
|
|
21
|
+
str_payment_option_subs_temporary_free: string;
|
|
22
|
+
str_payment_option_unlimited_free: string;
|
|
23
|
+
str_payment_option_one_time: string;
|
|
24
|
+
str_payment_option_subs_regularly: string;
|
|
9
25
|
};
|
|
10
26
|
};
|
|
11
27
|
readonly en: {
|
|
@@ -15,6 +31,22 @@ declare const locale: {
|
|
|
15
31
|
str_dlayout_section: string;
|
|
16
32
|
str_4653: string;
|
|
17
33
|
str_4657: string;
|
|
34
|
+
str_5299: string;
|
|
35
|
+
str_5300: string;
|
|
36
|
+
str_5350: string;
|
|
37
|
+
str_5351: string;
|
|
38
|
+
str_5352: string;
|
|
39
|
+
str_5353: string;
|
|
40
|
+
str_5354: string;
|
|
41
|
+
str_5339: string;
|
|
42
|
+
str_coupon: string;
|
|
43
|
+
str_payment_option_coupon_free_finite: string;
|
|
44
|
+
str_payment_option_coupon_free_infinite: string;
|
|
45
|
+
str_payment_option_coupon_one_time: string;
|
|
46
|
+
str_payment_option_subs_temporary_free: string;
|
|
47
|
+
str_payment_option_unlimited_free: string;
|
|
48
|
+
str_payment_option_one_time: string;
|
|
49
|
+
str_payment_option_subs_regularly: string;
|
|
18
50
|
};
|
|
19
51
|
};
|
|
20
52
|
readonly ja: {
|
|
@@ -24,6 +56,22 @@ declare const locale: {
|
|
|
24
56
|
str_dlayout_section: string;
|
|
25
57
|
str_4653: string;
|
|
26
58
|
str_4657: string;
|
|
59
|
+
str_5299: string;
|
|
60
|
+
str_5300: string;
|
|
61
|
+
str_5350: string;
|
|
62
|
+
str_5351: string;
|
|
63
|
+
str_5352: string;
|
|
64
|
+
str_5353: string;
|
|
65
|
+
str_5354: string;
|
|
66
|
+
str_5339: string;
|
|
67
|
+
str_coupon: string;
|
|
68
|
+
str_payment_option_coupon_free_finite: string;
|
|
69
|
+
str_payment_option_coupon_free_infinite: string;
|
|
70
|
+
str_payment_option_coupon_one_time: string;
|
|
71
|
+
str_payment_option_subs_temporary_free: string;
|
|
72
|
+
str_payment_option_unlimited_free: string;
|
|
73
|
+
str_payment_option_one_time: string;
|
|
74
|
+
str_payment_option_subs_regularly: string;
|
|
27
75
|
};
|
|
28
76
|
};
|
|
29
77
|
readonly es: {
|
|
@@ -33,6 +81,22 @@ declare const locale: {
|
|
|
33
81
|
str_dlayout_section: string;
|
|
34
82
|
str_4653: string;
|
|
35
83
|
str_4657: string;
|
|
84
|
+
str_5299: string;
|
|
85
|
+
str_5300: string;
|
|
86
|
+
str_5350: string;
|
|
87
|
+
str_5351: string;
|
|
88
|
+
str_5352: string;
|
|
89
|
+
str_5353: string;
|
|
90
|
+
str_5354: string;
|
|
91
|
+
str_5339: string;
|
|
92
|
+
str_coupon: string;
|
|
93
|
+
str_payment_option_coupon_free_finite: string;
|
|
94
|
+
str_payment_option_coupon_free_infinite: string;
|
|
95
|
+
str_payment_option_coupon_one_time: string;
|
|
96
|
+
str_payment_option_subs_temporary_free: string;
|
|
97
|
+
str_payment_option_unlimited_free: string;
|
|
98
|
+
str_payment_option_one_time: string;
|
|
99
|
+
str_payment_option_subs_regularly: string;
|
|
36
100
|
};
|
|
37
101
|
};
|
|
38
102
|
readonly 'zh-cn': {
|
|
@@ -42,6 +106,22 @@ declare const locale: {
|
|
|
42
106
|
str_dlayout_section: string;
|
|
43
107
|
str_4653: string;
|
|
44
108
|
str_4657: string;
|
|
109
|
+
str_5299: string;
|
|
110
|
+
str_5300: string;
|
|
111
|
+
str_5350: string;
|
|
112
|
+
str_5351: string;
|
|
113
|
+
str_5352: string;
|
|
114
|
+
str_5353: string;
|
|
115
|
+
str_5354: string;
|
|
116
|
+
str_5339: string;
|
|
117
|
+
str_coupon: string;
|
|
118
|
+
str_payment_option_coupon_free_finite: string;
|
|
119
|
+
str_payment_option_coupon_free_infinite: string;
|
|
120
|
+
str_payment_option_coupon_one_time: string;
|
|
121
|
+
str_payment_option_subs_temporary_free: string;
|
|
122
|
+
str_payment_option_unlimited_free: string;
|
|
123
|
+
str_payment_option_one_time: string;
|
|
124
|
+
str_payment_option_subs_regularly: string;
|
|
45
125
|
};
|
|
46
126
|
};
|
|
47
127
|
readonly 'zh-tw': {
|
|
@@ -51,6 +131,22 @@ declare const locale: {
|
|
|
51
131
|
str_dlayout_section: string;
|
|
52
132
|
str_4653: string;
|
|
53
133
|
str_4657: string;
|
|
134
|
+
str_5299: string;
|
|
135
|
+
str_5300: string;
|
|
136
|
+
str_5350: string;
|
|
137
|
+
str_5351: string;
|
|
138
|
+
str_5352: string;
|
|
139
|
+
str_5353: string;
|
|
140
|
+
str_5354: string;
|
|
141
|
+
str_5339: string;
|
|
142
|
+
str_coupon: string;
|
|
143
|
+
str_payment_option_coupon_free_finite: string;
|
|
144
|
+
str_payment_option_coupon_free_infinite: string;
|
|
145
|
+
str_payment_option_coupon_one_time: string;
|
|
146
|
+
str_payment_option_subs_temporary_free: string;
|
|
147
|
+
str_payment_option_unlimited_free: string;
|
|
148
|
+
str_payment_option_one_time: string;
|
|
149
|
+
str_payment_option_subs_regularly: string;
|
|
54
150
|
};
|
|
55
151
|
};
|
|
56
152
|
readonly fil: {
|
|
@@ -60,6 +156,22 @@ declare const locale: {
|
|
|
60
156
|
str_dlayout_section: string;
|
|
61
157
|
str_4653: string;
|
|
62
158
|
str_4657: string;
|
|
159
|
+
str_5299: string;
|
|
160
|
+
str_5300: string;
|
|
161
|
+
str_5350: string;
|
|
162
|
+
str_5351: string;
|
|
163
|
+
str_5352: string;
|
|
164
|
+
str_5353: string;
|
|
165
|
+
str_5354: string;
|
|
166
|
+
str_5339: string;
|
|
167
|
+
str_coupon: string;
|
|
168
|
+
str_payment_option_coupon_free_finite: string;
|
|
169
|
+
str_payment_option_coupon_free_infinite: string;
|
|
170
|
+
str_payment_option_coupon_one_time: string;
|
|
171
|
+
str_payment_option_subs_temporary_free: string;
|
|
172
|
+
str_payment_option_unlimited_free: string;
|
|
173
|
+
str_payment_option_one_time: string;
|
|
174
|
+
str_payment_option_subs_regularly: string;
|
|
63
175
|
};
|
|
64
176
|
};
|
|
65
177
|
};
|
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
"str_n_selected": "{{itemSelected}} has been selected.",
|
|
5
5
|
"str_dlayout_section": "Section",
|
|
6
6
|
"str_4653": "Edit $t(str_dlayout_section)",
|
|
7
|
-
"str_4657": "Currently editing"
|
|
7
|
+
"str_4657": "Currently editing",
|
|
8
|
+
"str_5299": "There are no memberships to display.",
|
|
9
|
+
"str_5300": "This membership cannot be purchased.",
|
|
10
|
+
"str_5350": "Checkout",
|
|
11
|
+
"str_5351": "Buy",
|
|
12
|
+
"str_5352": "Use",
|
|
13
|
+
"str_5353": "Pay",
|
|
14
|
+
"str_5354": "Purchase",
|
|
15
|
+
"str_5339": "{{price}} won",
|
|
16
|
+
"str_coupon": "Coupon",
|
|
17
|
+
"str_payment_option_coupon_free_finite": "Free Trial ($t(str_coupon))",
|
|
18
|
+
"str_payment_option_coupon_free_infinite": "Unlimited Free ($t(str_coupon))",
|
|
19
|
+
"str_payment_option_coupon_one_time": "$t(str_coupon)",
|
|
20
|
+
"str_payment_option_subs_temporary_free": "免费体验",
|
|
21
|
+
"str_payment_option_unlimited_free": "Free Access",
|
|
22
|
+
"str_payment_option_one_time": "One-time Payment",
|
|
23
|
+
"str_payment_option_subs_regularly": "Regular Payment"
|
|
8
24
|
}
|
|
9
25
|
}
|
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
"str_n_selected": "{{itemSelected}}개 선택됨",
|
|
5
5
|
"str_dlayout_section": "섹션",
|
|
6
6
|
"str_4653": "$t(str_dlayout_section) 수정",
|
|
7
|
-
"str_4657": "현재 수정 중"
|
|
7
|
+
"str_4657": "현재 수정 중",
|
|
8
|
+
"str_5299": "표시할 멤버십이 없습니다.",
|
|
9
|
+
"str_5300": "구매할 수 없는 멤버십입니다.",
|
|
10
|
+
"str_5350": "결제하기",
|
|
11
|
+
"str_5351": "구매하기",
|
|
12
|
+
"str_5352": "이용하기",
|
|
13
|
+
"str_5353": "지불하기",
|
|
14
|
+
"str_5354": "구입하기",
|
|
15
|
+
"str_5339": "{{price}} 원",
|
|
16
|
+
"str_coupon": "쿠폰",
|
|
17
|
+
"str_payment_option_coupon_free_finite": "기간제 무료 $t(str_coupon)",
|
|
18
|
+
"str_payment_option_coupon_free_infinite": "$t(str_coupon)형 무제한 무료",
|
|
19
|
+
"str_payment_option_coupon_one_time": "1회 결제 $t(str_coupon)",
|
|
20
|
+
"str_payment_option_subs_temporary_free": "무료 체험",
|
|
21
|
+
"str_payment_option_unlimited_free": "무료",
|
|
22
|
+
"str_payment_option_one_time": "1회 결제",
|
|
23
|
+
"str_payment_option_subs_regularly": "정기 결제"
|
|
8
24
|
}
|
|
9
25
|
}
|
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
"str_n_selected": "已选择{{itemSelected}}个",
|
|
5
5
|
"str_dlayout_section": "栏目",
|
|
6
6
|
"str_4653": "Edit $t(str_dlayout_section)",
|
|
7
|
-
"str_4657": "Currently editing"
|
|
7
|
+
"str_4657": "Currently editing",
|
|
8
|
+
"str_5299": "There are no memberships to display.",
|
|
9
|
+
"str_5300": "This membership cannot be purchased.",
|
|
10
|
+
"str_5350": "Checkout",
|
|
11
|
+
"str_5351": "Buy",
|
|
12
|
+
"str_5352": "Use",
|
|
13
|
+
"str_5353": "Pay",
|
|
14
|
+
"str_5354": "Purchase",
|
|
15
|
+
"str_5339": "{{price}} won",
|
|
16
|
+
"str_coupon": "优惠券",
|
|
17
|
+
"str_payment_option_coupon_free_finite": "Free Trial ($t(str_coupon))",
|
|
18
|
+
"str_payment_option_coupon_free_infinite": "Unlimited Free ($t(str_coupon))",
|
|
19
|
+
"str_payment_option_coupon_one_time": "$t(str_coupon)",
|
|
20
|
+
"str_payment_option_subs_temporary_free": "免费体验",
|
|
21
|
+
"str_payment_option_unlimited_free": "Free Access",
|
|
22
|
+
"str_payment_option_one_time": "一次性付款",
|
|
23
|
+
"str_payment_option_subs_regularly": "定期付款"
|
|
8
24
|
}
|
|
9
25
|
}
|
|
@@ -4,6 +4,22 @@
|
|
|
4
4
|
"str_n_selected": "已選擇{{itemSelected}}個",
|
|
5
5
|
"str_dlayout_section": "欄目",
|
|
6
6
|
"str_4653": "Edit $t(str_dlayout_section)",
|
|
7
|
-
"str_4657": "Currently editing"
|
|
7
|
+
"str_4657": "Currently editing",
|
|
8
|
+
"str_5299": "There are no memberships to display.",
|
|
9
|
+
"str_5300": "This membership cannot be purchased.",
|
|
10
|
+
"str_5350": "Checkout",
|
|
11
|
+
"str_5351": "Buy",
|
|
12
|
+
"str_5352": "Use",
|
|
13
|
+
"str_5353": "Pay",
|
|
14
|
+
"str_5354": "Purchase",
|
|
15
|
+
"str_5339": "{{price}} won",
|
|
16
|
+
"str_coupon": "Coupon",
|
|
17
|
+
"str_payment_option_coupon_free_finite": "Free Trial ($t(str_coupon))",
|
|
18
|
+
"str_payment_option_coupon_free_infinite": "Unlimited Free ($t(str_coupon))",
|
|
19
|
+
"str_payment_option_coupon_one_time": "$t(str_coupon)",
|
|
20
|
+
"str_payment_option_subs_temporary_free": "期限內免費",
|
|
21
|
+
"str_payment_option_unlimited_free": "Free Access",
|
|
22
|
+
"str_payment_option_one_time": "結算一次",
|
|
23
|
+
"str_payment_option_subs_regularly": "定期結算"
|
|
8
24
|
}
|
|
9
25
|
}
|
|
@@ -295,5 +295,7 @@
|
|
|
295
295
|
"sys_component_base_38": "darkorange300",
|
|
296
296
|
"sys_plan_base_01": "darkpastelblue300/opacity60",
|
|
297
297
|
"sys_plan_base_02": "darksoftpurple500/opacity60",
|
|
298
|
-
"sys_plan_base_03": "darkcoolpink500/opacity60"
|
|
298
|
+
"sys_plan_base_03": "darkcoolpink500/opacity60",
|
|
299
|
+
"sys_text_warning_02": "darkbrown500",
|
|
300
|
+
"sys_component_base_39": "darkyellow300"
|
|
299
301
|
}
|
|
@@ -295,5 +295,7 @@
|
|
|
295
295
|
"sys_component_base_38": "orange300",
|
|
296
296
|
"sys_plan_base_01": "pastelblue300/opacity60",
|
|
297
297
|
"sys_plan_base_02": "softpurple500/opacity60",
|
|
298
|
-
"sys_plan_base_03": "coolpink500/opacity60"
|
|
298
|
+
"sys_plan_base_03": "coolpink500/opacity60",
|
|
299
|
+
"sys_text_warning_02": "brown500",
|
|
300
|
+
"sys_component_base_39": "yellow300"
|
|
299
301
|
}
|
|
@@ -108,5 +108,9 @@
|
|
|
108
108
|
"softpurple500": "#A58CFF",
|
|
109
109
|
"darksoftpurple500": "#9B80FC",
|
|
110
110
|
"coolpink500": "#FF85FC",
|
|
111
|
-
"darkcoolpink500": "#EF7AEC"
|
|
111
|
+
"darkcoolpink500": "#EF7AEC",
|
|
112
|
+
"brown500": "#97500D",
|
|
113
|
+
"darkbrown500": "#C87323",
|
|
114
|
+
"yellow300": "#FFFAE6",
|
|
115
|
+
"darkyellow300": "#FFF3C1"
|
|
112
116
|
}
|
|
@@ -764,5 +764,7 @@
|
|
|
764
764
|
"ui_plan_base_01": "sys_plan_base_01",
|
|
765
765
|
"ui_plan_base_02": "sys_plan_base_02",
|
|
766
766
|
"ui_plan_base_03": "sys_plan_base_03",
|
|
767
|
-
"ui_cpnt_sheet_border_08": "sys_border_line_05"
|
|
767
|
+
"ui_cpnt_sheet_border_08": "sys_border_line_05",
|
|
768
|
+
"ui_cpnt_textlabel_sys_warning_2": "sys_text_warning_02",
|
|
769
|
+
"ui_cpnt_sheet_base_20": "sys_component_base_39"
|
|
768
770
|
}
|
|
@@ -110,8 +110,12 @@ declare const colorSet: {
|
|
|
110
110
|
darksoftpurple500: string;
|
|
111
111
|
coolpink500: string;
|
|
112
112
|
darkcoolpink500: string;
|
|
113
|
+
brown500: string;
|
|
114
|
+
darkbrown500: string;
|
|
115
|
+
yellow300: string;
|
|
116
|
+
darkyellow300: string;
|
|
113
117
|
};
|
|
114
|
-
readonly
|
|
118
|
+
readonly PaletteColor_Dark: {
|
|
115
119
|
sys_container_background_01: string;
|
|
116
120
|
sys_container_background_02: string;
|
|
117
121
|
sys_container_background_03: string;
|
|
@@ -409,8 +413,10 @@ declare const colorSet: {
|
|
|
409
413
|
sys_plan_base_01: string;
|
|
410
414
|
sys_plan_base_02: string;
|
|
411
415
|
sys_plan_base_03: string;
|
|
416
|
+
sys_text_warning_02: string;
|
|
417
|
+
sys_component_base_39: string;
|
|
412
418
|
};
|
|
413
|
-
readonly
|
|
419
|
+
readonly PaletteColor_light: {
|
|
414
420
|
sys_container_background_01: string;
|
|
415
421
|
sys_container_background_02: string;
|
|
416
422
|
sys_container_background_03: string;
|
|
@@ -708,6 +714,8 @@ declare const colorSet: {
|
|
|
708
714
|
sys_plan_base_01: string;
|
|
709
715
|
sys_plan_base_02: string;
|
|
710
716
|
sys_plan_base_03: string;
|
|
717
|
+
sys_text_warning_02: string;
|
|
718
|
+
sys_component_base_39: string;
|
|
711
719
|
};
|
|
712
720
|
readonly UIColor: {
|
|
713
721
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1476,6 +1484,8 @@ declare const colorSet: {
|
|
|
1476
1484
|
ui_plan_base_02: string;
|
|
1477
1485
|
ui_plan_base_03: string;
|
|
1478
1486
|
ui_cpnt_sheet_border_08: string;
|
|
1487
|
+
ui_cpnt_textlabel_sys_warning_2: string;
|
|
1488
|
+
ui_cpnt_sheet_base_20: string;
|
|
1479
1489
|
};
|
|
1480
1490
|
};
|
|
1481
1491
|
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"));
|
|
9
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
13
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js
CHANGED
|
@@ -27,12 +27,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
28
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
29
29
|
var sections_1 = require("../../../DynamicLayout/sections");
|
|
30
|
-
var GlobalFixedOverlay_1 = __importDefault(require("./components/GlobalFixedOverlay/GlobalFixedOverlay"));
|
|
31
30
|
var SectionBox_1 = __importDefault(require("./SectionBox"));
|
|
32
31
|
function EditModeSectionMatcher(_a) {
|
|
33
32
|
var filteredSortedSection = _a.filteredSortedSection, scrollDownTargetSectionId = _a.scrollDownTargetSectionId, editingSectionId = _a.editingSectionId, onClickEditSection = _a.onClickEditSection;
|
|
34
33
|
var iframeSection = filteredSortedSection.find(function (section) { return section.manifest.schema === 'EXP_IFRAME' && section.display; });
|
|
35
|
-
return ((0, jsx_runtime_1.
|
|
34
|
+
return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: iframeSection ? ((0, jsx_runtime_1.jsx)(SectionBox_1.default, __assign({ isIframeSection: true, isEditing: editingSectionId === iframeSection.id, scrollIntoThisSection: iframeSection.id === scrollDownTargetSectionId, onClick: function () { return onClickEditSection(iframeSection); } }, { children: (0, jsx_runtime_1.jsx)(Matcher, __assign({}, iframeSection), void 0) }), iframeSection.id)) : (filteredSortedSection.map(function (section) { return ((0, jsx_runtime_1.jsx)(SectionBox_1.default, __assign({ isEditing: editingSectionId === section.id, scrollIntoThisSection: section.id === scrollDownTargetSectionId, onClick: function () { return onClickEditSection(section); } }, { children: (0, jsx_runtime_1.jsx)(Matcher, __assign({}, section), void 0) }), section.id)); })) }, void 0));
|
|
36
35
|
}
|
|
37
36
|
exports.default = EditModeSectionMatcher;
|
|
38
37
|
function Matcher(_a) {
|
|
@@ -1114,7 +1114,7 @@ exports.samplePageMembershipSection = {
|
|
|
1114
1114
|
itemToneType: 'LIGHT',
|
|
1115
1115
|
programmedItemActionButtonTextType: 'A'
|
|
1116
1116
|
},
|
|
1117
|
-
template: '
|
|
1117
|
+
template: 'PRG_MEMBERSHIP_DISPLAY_B',
|
|
1118
1118
|
programData: {
|
|
1119
1119
|
mdid: 'mdid',
|
|
1120
1120
|
preview: {
|
|
@@ -1160,23 +1160,27 @@ exports.samplePageMembershipSection = {
|
|
|
1160
1160
|
id: i + 1,
|
|
1161
1161
|
type: 'GENERAL',
|
|
1162
1162
|
mid: "MEMBERSHIP_" + alphabet[i] + "_MID",
|
|
1163
|
-
title:
|
|
1163
|
+
title: i % 2
|
|
1164
|
+
? '청춘이 황금시대를 우리의 같은 무엇을 쓸쓸한 돋고, 장식하는 칼이다. 동산에는 투명하되!'
|
|
1165
|
+
: '짧은 제목',
|
|
1164
1166
|
insertedAt: '2023-01-06T09:05:45',
|
|
1165
1167
|
updatedAt: '2023-01-06T09:05:45',
|
|
1166
1168
|
membershipCardTemplate: {
|
|
1167
1169
|
backgroundImageSrc: cardImage[i],
|
|
1168
1170
|
logoImageSrc: 'https://publ-upload-local.s3.ap-northeast-2.amazonaws.com/e11d1a92-a1c0-4faa-b341-13a32f21828d_image',
|
|
1169
1171
|
overlayType: getOverlayType(),
|
|
1170
|
-
overlayColorPrimary: '#
|
|
1171
|
-
overlayColorSecondary: '#
|
|
1172
|
+
overlayColorPrimary: '#FFC0CB49',
|
|
1173
|
+
overlayColorSecondary: '#31313149',
|
|
1172
1174
|
designSchema: getDesignSchema()
|
|
1173
1175
|
},
|
|
1174
1176
|
membershipBenefitInfo: {
|
|
1175
|
-
benefitAlpha:
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1177
|
+
benefitAlpha: i % 2
|
|
1178
|
+
? '청춘이 황금시대를 우리의 같은 무엇을 쓸쓸한 돋고, 장식하는 칼이다. 동산에는 투명하되!'
|
|
1179
|
+
: 'shortDesc',
|
|
1180
|
+
benefitBravo: i % 2 ? 'Lorem ipsum dolor sit amet. Et magnam molestiae.' : 'shortDesc',
|
|
1181
|
+
benefitCharlie: i % 2 ? 'Lorem ipsum dolor sit amet. Et magnam molestiae.' : 'shortDesc',
|
|
1182
|
+
benefitDelta: i % 2 ? 'Lorem ipsum dolor sit amet. Et magnam molestiae.' : 'shortDesc',
|
|
1183
|
+
benefitEcho: i % 2 ? 'Lorem ipsum dolor sit amet. Et magnam molestiae.' : 'shortDesc'
|
|
1180
1184
|
},
|
|
1181
1185
|
totalSubscriptionProducts: 3
|
|
1182
1186
|
},
|
|
@@ -1189,8 +1193,10 @@ exports.samplePageMembershipSection = {
|
|
|
1189
1193
|
subscriptionProduct: {
|
|
1190
1194
|
id: i + 1,
|
|
1191
1195
|
type: 'COUPON_ONCE_FINITE',
|
|
1192
|
-
title: '청춘이 황금시대를 우리의 같은 무엇을',
|
|
1193
|
-
alias:
|
|
1196
|
+
title: i % 2 ? '청춘이 황금시대를 우리의 같은 무엇을' : '짧은 제목',
|
|
1197
|
+
alias: i % 2
|
|
1198
|
+
? "CONNECTED_SUBSCRIPTION_PRODUCTS_" + alphabet[i] + "_ALIAS"
|
|
1199
|
+
: 'shortAlias',
|
|
1194
1200
|
expiryPeriodInDays: 7,
|
|
1195
1201
|
isDeactivated: i % 2 === 0,
|
|
1196
1202
|
fee: {
|
|
@@ -2,3 +2,6 @@
|
|
|
2
2
|
import type DynamicLayout from './DynamicLayout';
|
|
3
3
|
export declare const SampleSectionsMock: React.ComponentProps<typeof DynamicLayout>['sections'];
|
|
4
4
|
export declare const MembershipSectionsMock: React.ComponentProps<typeof DynamicLayout>['sections'];
|
|
5
|
+
export declare const MembershipSectionsMockWithoutMembership: React.ComponentProps<typeof DynamicLayout>['sections'];
|
|
6
|
+
export declare const MembershipSectionsMockWithoutConnectedSubscriptionProducts: React.ComponentProps<typeof DynamicLayout>['sections'];
|
|
7
|
+
export declare const MembershipSectionsMockOnlyOneConnectedSubscriptionProduct: React.ComponentProps<typeof DynamicLayout>['sections'];
|