pds-dev-kit-web 2.2.124 → 2.2.126
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 +2 -1
- package/dist/src/common/services/i18n/resources/es.json +2 -1
- package/dist/src/common/services/i18n/resources/fil.json +2 -1
- package/dist/src/common/services/i18n/resources/index.d.ts +7 -0
- package/dist/src/common/services/i18n/resources/ja.json +2 -1
- package/dist/src/common/services/i18n/resources/ko.json +2 -1
- package/dist/src/common/services/i18n/resources/zh-cn.json +2 -1
- package/dist/src/common/services/i18n/resources/zh-tw.json +2 -1
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +1 -1
- package/dist/src/sub/DynamicLayout/mock_storybook.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +1 -1
- package/package.json +1 -1
- package/release-note.md +2 -2
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"str_5831": "{{price}} USD",
|
|
25
25
|
"str_start": "Start",
|
|
26
26
|
"str_free": "FREE",
|
|
27
|
-
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected."
|
|
27
|
+
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
|
28
|
+
"str_1460": "Start for Free"
|
|
28
29
|
}
|
|
29
30
|
}
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"str_5831": "{{price}} USD",
|
|
25
25
|
"str_start": "Start",
|
|
26
26
|
"str_free": "FREE",
|
|
27
|
-
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected."
|
|
27
|
+
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
|
28
|
+
"str_1460": "Start for Free"
|
|
28
29
|
}
|
|
29
30
|
}
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"str_5831": "{{price}} USD",
|
|
25
25
|
"str_start": "Start",
|
|
26
26
|
"str_free": "FREE",
|
|
27
|
-
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected."
|
|
27
|
+
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
|
28
|
+
"str_1460": "Magsimula nang Libre"
|
|
28
29
|
}
|
|
29
30
|
}
|
|
@@ -26,6 +26,7 @@ declare const locale: {
|
|
|
26
26
|
str_start: string;
|
|
27
27
|
str_free: string;
|
|
28
28
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
|
29
|
+
str_1460: string;
|
|
29
30
|
};
|
|
30
31
|
};
|
|
31
32
|
readonly en: {
|
|
@@ -55,6 +56,7 @@ declare const locale: {
|
|
|
55
56
|
str_start: string;
|
|
56
57
|
str_free: string;
|
|
57
58
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
|
59
|
+
str_1460: string;
|
|
58
60
|
};
|
|
59
61
|
};
|
|
60
62
|
readonly ja: {
|
|
@@ -84,6 +86,7 @@ declare const locale: {
|
|
|
84
86
|
str_start: string;
|
|
85
87
|
str_free: string;
|
|
86
88
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
|
89
|
+
str_1460: string;
|
|
87
90
|
};
|
|
88
91
|
};
|
|
89
92
|
readonly es: {
|
|
@@ -113,6 +116,7 @@ declare const locale: {
|
|
|
113
116
|
str_start: string;
|
|
114
117
|
str_free: string;
|
|
115
118
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
|
119
|
+
str_1460: string;
|
|
116
120
|
};
|
|
117
121
|
};
|
|
118
122
|
readonly 'zh-cn': {
|
|
@@ -142,6 +146,7 @@ declare const locale: {
|
|
|
142
146
|
str_start: string;
|
|
143
147
|
str_free: string;
|
|
144
148
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
|
149
|
+
str_1460: string;
|
|
145
150
|
};
|
|
146
151
|
};
|
|
147
152
|
readonly 'zh-tw': {
|
|
@@ -171,6 +176,7 @@ declare const locale: {
|
|
|
171
176
|
str_start: string;
|
|
172
177
|
str_free: string;
|
|
173
178
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
|
179
|
+
str_1460: string;
|
|
174
180
|
};
|
|
175
181
|
};
|
|
176
182
|
readonly fil: {
|
|
@@ -200,6 +206,7 @@ declare const locale: {
|
|
|
200
206
|
str_start: string;
|
|
201
207
|
str_free: string;
|
|
202
208
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
|
209
|
+
str_1460: string;
|
|
203
210
|
};
|
|
204
211
|
};
|
|
205
212
|
};
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"str_5831": "{{price}} USD",
|
|
25
25
|
"str_start": "Start",
|
|
26
26
|
"str_free": "FREE",
|
|
27
|
-
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected."
|
|
27
|
+
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
|
28
|
+
"str_1460": "無料で始める"
|
|
28
29
|
}
|
|
29
30
|
}
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"str_5831": "{{price}} USD",
|
|
25
25
|
"str_start": "시작하기",
|
|
26
26
|
"str_free": "무료",
|
|
27
|
-
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "사업자의 도메인이 연결되지 않아 실행할 수 없습니다."
|
|
27
|
+
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "사업자의 도메인이 연결되지 않아 실행할 수 없습니다.",
|
|
28
|
+
"str_1460": "무료로 시작하기"
|
|
28
29
|
}
|
|
29
30
|
}
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"str_5831": "{{price}} USD",
|
|
25
25
|
"str_start": "Start",
|
|
26
26
|
"str_free": "FREE",
|
|
27
|
-
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected."
|
|
27
|
+
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
|
28
|
+
"str_1460": "免费开始"
|
|
28
29
|
}
|
|
29
30
|
}
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"str_5831": "{{price}} USD",
|
|
25
25
|
"str_start": "Start",
|
|
26
26
|
"str_free": "FREE",
|
|
27
|
-
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected."
|
|
27
|
+
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
|
28
|
+
"str_1460": "免費開始"
|
|
28
29
|
}
|
|
29
30
|
}
|
|
@@ -2202,7 +2202,7 @@ exports.samplePageMembershipSection = {
|
|
|
2202
2202
|
? "CONNECTED_SUBSCRIPTION_PRODUCTS_".concat(alphabet[i], "_ALIAS")
|
|
2203
2203
|
: 'shortAlias',
|
|
2204
2204
|
expiryPeriodInDays: 7,
|
|
2205
|
-
isDeactivated:
|
|
2205
|
+
isDeactivated: false,
|
|
2206
2206
|
fee: {
|
|
2207
2207
|
currency: 'KRW',
|
|
2208
2208
|
amount: 10000
|
|
@@ -1510,7 +1510,7 @@ var MembershipSectionsMock = function (templateType) { return [
|
|
|
1510
1510
|
title: '청춘이 황금시대를 우리의 같은 무엇을',
|
|
1511
1511
|
alias: "CONNECTED_SUBSCRIPTION_PRODUCTS_".concat(alphabet[i], "_ALIAS"),
|
|
1512
1512
|
expiryPeriodInDays: 7,
|
|
1513
|
-
isDeactivated:
|
|
1513
|
+
isDeactivated: false,
|
|
1514
1514
|
fee: {
|
|
1515
1515
|
currency: 'KRW',
|
|
1516
1516
|
amount: 10000
|
|
@@ -2286,7 +2286,7 @@ var MembershipSectionsMockOnlyOneConnectedSubscriptionProduct = function (templa
|
|
|
2286
2286
|
title: '청춘이 황금시대를 우리의 같은 무엇을',
|
|
2287
2287
|
alias: "CONNECTED_SUBSCRIPTION_PRODUCTS_".concat(alphabet[i], "_ALIAS"),
|
|
2288
2288
|
expiryPeriodInDays: 7,
|
|
2289
|
-
isDeactivated:
|
|
2289
|
+
isDeactivated: false,
|
|
2290
2290
|
fee: {
|
|
2291
2291
|
currency: 'KRW',
|
|
2292
2292
|
amount: 10000
|
package/package.json
CHANGED
package/release-note.md
CHANGED