@foxy.io/elements 1.30.0-beta.3 → 1.30.0-beta.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/cdn/foxy-admin-subscription-form.js +1 -1
- package/dist/cdn/foxy-cart-form.js +2 -2
- package/dist/cdn/foxy-item-form.js +1 -179
- package/dist/cdn/foxy-subscription-form.js +1 -1
- package/dist/cdn/foxy-transaction.js +1 -1
- package/dist/cdn/translations/admin-subscription-form/en.json +179 -156
- package/dist/cdn/translations/cart-form/en.json +438 -413
- package/dist/cdn/translations/customer-portal/de.json +1 -1
- package/dist/cdn/translations/item-form/en.json +179 -156
- package/dist/cdn/translations/transaction/en.json +179 -156
- package/dist/elements/public/CartForm/CartForm.js +1 -0
- package/dist/elements/public/CartForm/CartForm.js.map +1 -1
- package/dist/elements/public/ItemForm/ItemForm.d.ts +9 -1
- package/dist/elements/public/ItemForm/ItemForm.js +152 -128
- package/dist/elements/public/ItemForm/ItemForm.js.map +1 -1
- package/dist/elements/public/ItemForm/index.d.ts +2 -3
- package/dist/elements/public/ItemForm/index.js +2 -3
- package/dist/elements/public/ItemForm/index.js.map +1 -1
- package/dist/elements/public/SubscriptionForm/SubscriptionForm.js +0 -1
- package/dist/elements/public/SubscriptionForm/SubscriptionForm.js.map +1 -1
- package/dist/elements/public/Transaction/Transaction.js +1 -0
- package/dist/elements/public/Transaction/Transaction.js.map +1 -1
- package/package.json +1 -1
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
"invalid_credential_error": "Falsche Email oder Passwort. ",
|
|
1071
1071
|
"password": "Passwort",
|
|
1072
1072
|
"recover_access": "Erhalten Sie ein temporäres Passwort",
|
|
1073
|
-
"sign_in": "
|
|
1073
|
+
"sign_in": "Anmelden",
|
|
1074
1074
|
"sign_in_hint": "Bitte geben Sie Ihre E-Mail-Adresse und Ihr Passwort ein",
|
|
1075
1075
|
"sign_up": "Benutzerkonto erstellen",
|
|
1076
1076
|
"unknown_error": "Ein unbekannter Fehler ist aufgetreten. ",
|
|
@@ -17,169 +17,192 @@
|
|
|
17
17
|
"done": "Copied to clipboard"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"discount-builder": {
|
|
71
|
-
"tier": "Tier",
|
|
72
|
-
"tier_by": "by",
|
|
73
|
-
"tier_if": "if",
|
|
74
|
-
"tier_allunits": "price of each item",
|
|
75
|
-
"tier_incremental": "price of additional items",
|
|
76
|
-
"tier_repeat": "price of next item",
|
|
77
|
-
"tier_single": "order total",
|
|
78
|
-
"tier_then": "then",
|
|
79
|
-
"quantity": "quantity",
|
|
80
|
-
"total": "total",
|
|
81
|
-
"reduce": "reduce",
|
|
82
|
-
"increase": "increase"
|
|
83
|
-
},
|
|
84
|
-
"expires": {
|
|
85
|
-
"label": "Expires",
|
|
86
|
-
"helper_text": "Date when this item will be removed from the cart (optional).",
|
|
87
|
-
"placeholder": "01/01/2022"
|
|
88
|
-
},
|
|
89
|
-
"image": {
|
|
90
|
-
"label": "Image",
|
|
91
|
-
"helper_text": "URL of the image to display for this item in the cart and checkout.",
|
|
92
|
-
"placeholder": "https://picsum.photos/256"
|
|
93
|
-
},
|
|
94
|
-
"url": {
|
|
95
|
-
"label": "URL",
|
|
96
|
-
"helper_text": "Full URL for the customer to view this item on the store website.",
|
|
97
|
-
"placeholder": "https://example.com/products/123"
|
|
98
|
-
},
|
|
99
|
-
"quantity-min": {
|
|
100
|
-
"label": "Min quantity",
|
|
101
|
-
"helper_text": "Minimum quantity per cart.",
|
|
102
|
-
"placeholder": "1"
|
|
103
|
-
},
|
|
104
|
-
"quantity-max": {
|
|
105
|
-
"label": "Max quantity",
|
|
106
|
-
"helper_text": "Maximum quantity per cart.",
|
|
107
|
-
"placeholder": "25"
|
|
108
|
-
},
|
|
109
|
-
"shipto": {
|
|
110
|
-
"label": "Shipping address",
|
|
111
|
-
"helper_text": "Used for multiship to assign this item to a specific shipment. This value will be the address name of the shipment.",
|
|
112
|
-
"placeholder": "Select address to ship this item to..."
|
|
113
|
-
},
|
|
114
|
-
"width": {
|
|
115
|
-
"label": "Width",
|
|
116
|
-
"helper_text": "This is currently a placeholder for future use.",
|
|
117
|
-
"placeholder": "16"
|
|
118
|
-
},
|
|
119
|
-
"height": {
|
|
120
|
-
"label": "Height",
|
|
121
|
-
"helper_text": "This is currently a placeholder for future use.",
|
|
122
|
-
"placeholder": "8"
|
|
123
|
-
},
|
|
124
|
-
"length": {
|
|
125
|
-
"label": "Width",
|
|
126
|
-
"helper_text": "This is currently a placeholder for future use.",
|
|
127
|
-
"placeholder": "32"
|
|
128
|
-
},
|
|
129
|
-
"weight": {
|
|
130
|
-
"label": "Weight",
|
|
131
|
-
"helper_text": "Per-item weight, used for shipping rate requests.",
|
|
132
|
-
"placeholder": "24"
|
|
133
|
-
},
|
|
134
|
-
"item-category-uri": {
|
|
135
|
-
"label": "Item category",
|
|
136
|
-
"dialog": {
|
|
137
|
-
"cancel": "Cancel",
|
|
138
|
-
"close": "Close",
|
|
139
|
-
"header": "Select an item category",
|
|
140
|
-
"selection": {
|
|
141
|
-
"label": "Item categories",
|
|
142
|
-
"helper_text": "Select an item category to use with this item.",
|
|
143
|
-
"search": "Search",
|
|
144
|
-
"clear": "Clear",
|
|
145
|
-
"pagination": {
|
|
146
|
-
"search_button_text": "Search",
|
|
147
|
-
"first": "First",
|
|
148
|
-
"last": "Last",
|
|
149
|
-
"next": "Next",
|
|
150
|
-
"pagination": "{{from}}-{{to}} out of {{total}}",
|
|
151
|
-
"previous": "Previous",
|
|
152
|
-
"card": {
|
|
153
|
-
"spinner": {
|
|
154
|
-
"loading_busy": "Loading",
|
|
155
|
-
"loading_empty": "No item categories found",
|
|
156
|
-
"loading_error": "Unknown error"
|
|
20
|
+
"general": {
|
|
21
|
+
"label": "",
|
|
22
|
+
"helper_text": "",
|
|
23
|
+
"name": {
|
|
24
|
+
"label": "Name",
|
|
25
|
+
"helper_text": "",
|
|
26
|
+
"placeholder": "Required",
|
|
27
|
+
"v8n_required": "Name is required",
|
|
28
|
+
"v8n_too_long": "Name mustn't exceed 255 characters"
|
|
29
|
+
},
|
|
30
|
+
"price": {
|
|
31
|
+
"label": "Price",
|
|
32
|
+
"helper_text": "",
|
|
33
|
+
"placeholder": "Required",
|
|
34
|
+
"v8n_required": "Price is required",
|
|
35
|
+
"v8n_negative": "Price can't be negative"
|
|
36
|
+
},
|
|
37
|
+
"quantity": {
|
|
38
|
+
"label": "Quantity",
|
|
39
|
+
"helper_text": "",
|
|
40
|
+
"placeholder": "1",
|
|
41
|
+
"v8n_less_than_one": "Quantity must be 1 or more"
|
|
42
|
+
},
|
|
43
|
+
"item-category-uri": {
|
|
44
|
+
"label": "Item category",
|
|
45
|
+
"helper_text": "",
|
|
46
|
+
"placeholder": "Select",
|
|
47
|
+
"value": "{{ resource.name }}",
|
|
48
|
+
"dialog": {
|
|
49
|
+
"cancel": "Cancel",
|
|
50
|
+
"close": "Close",
|
|
51
|
+
"header": "Select an item category",
|
|
52
|
+
"selection": {
|
|
53
|
+
"label": "Item categories",
|
|
54
|
+
"helper_text": "Select an item category to use with this item.",
|
|
55
|
+
"search": "Search",
|
|
56
|
+
"clear": "Clear",
|
|
57
|
+
"pagination": {
|
|
58
|
+
"search_button_text": "Search",
|
|
59
|
+
"first": "First",
|
|
60
|
+
"last": "Last",
|
|
61
|
+
"next": "Next",
|
|
62
|
+
"pagination": "{{from}}-{{to}} out of {{total}}",
|
|
63
|
+
"previous": "Previous",
|
|
64
|
+
"card": {
|
|
65
|
+
"spinner": {
|
|
66
|
+
"loading_busy": "Loading",
|
|
67
|
+
"loading_empty": "No item categories found",
|
|
68
|
+
"loading_error": "Unknown error"
|
|
69
|
+
}
|
|
157
70
|
}
|
|
158
71
|
}
|
|
159
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"card": {
|
|
75
|
+
"spinner": {
|
|
76
|
+
"loading_busy": "Loading",
|
|
77
|
+
"loading_empty": "Not assigned – click to select",
|
|
78
|
+
"loading_error": "Unknown error"
|
|
79
|
+
}
|
|
160
80
|
}
|
|
161
81
|
},
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
82
|
+
"code": {
|
|
83
|
+
"label": "Code (SKU, barcode)",
|
|
84
|
+
"helper_text": "",
|
|
85
|
+
"placeholder": "Optional"
|
|
86
|
+
},
|
|
87
|
+
"parent-code": {
|
|
88
|
+
"label": "Parent code",
|
|
89
|
+
"helper_text": "",
|
|
90
|
+
"placeholder": "Optional"
|
|
91
|
+
},
|
|
92
|
+
"shipto": {
|
|
93
|
+
"label": "Shipment name",
|
|
94
|
+
"helper_text": "Used for multiship to assign this item to a specific shipment. This value will be the address name of the shipment.",
|
|
95
|
+
"placeholder": "Optional"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"subscriptions": {
|
|
99
|
+
"label": "Subscription",
|
|
100
|
+
"helper_text": "To modify these value for an existing subscription, you must modify the subscription directly.",
|
|
101
|
+
"subscription-frequency": {
|
|
102
|
+
"label": "Frequency",
|
|
103
|
+
"helper_text": "",
|
|
104
|
+
"select": "Select",
|
|
105
|
+
"day": "Day",
|
|
106
|
+
"day_plural": "Days",
|
|
107
|
+
"week": "Week",
|
|
108
|
+
"week_plural": "Weeks",
|
|
109
|
+
"month": "Month",
|
|
110
|
+
"month_plural": "Months",
|
|
111
|
+
"year": "Year",
|
|
112
|
+
"year_plural": "Years"
|
|
113
|
+
},
|
|
114
|
+
"subscription-start-date": {
|
|
115
|
+
"label": "Start date",
|
|
116
|
+
"helper_text": "",
|
|
117
|
+
"display_value": "{{ value, date }}",
|
|
118
|
+
"placeholder": "None"
|
|
119
|
+
},
|
|
120
|
+
"subscription-end-date": {
|
|
121
|
+
"label": "End date",
|
|
122
|
+
"helper_text": "",
|
|
123
|
+
"display_value": "{{ value, date }}",
|
|
124
|
+
"placeholder": "None"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"dimensions": {
|
|
128
|
+
"label": "Dimensions",
|
|
129
|
+
"helper_text": "",
|
|
130
|
+
"width": {
|
|
131
|
+
"label": "Width",
|
|
132
|
+
"helper_text": "",
|
|
133
|
+
"placeholder": "0"
|
|
134
|
+
},
|
|
135
|
+
"height": {
|
|
136
|
+
"label": "Height",
|
|
137
|
+
"helper_text": "",
|
|
138
|
+
"placeholder": "0"
|
|
168
139
|
},
|
|
169
|
-
"
|
|
140
|
+
"length": {
|
|
141
|
+
"label": "Length",
|
|
142
|
+
"helper_text": "",
|
|
143
|
+
"placeholder": "0"
|
|
144
|
+
},
|
|
145
|
+
"weight": {
|
|
146
|
+
"label": "Weight",
|
|
147
|
+
"helper_text": "",
|
|
148
|
+
"placeholder": "0"
|
|
149
|
+
}
|
|
170
150
|
},
|
|
171
|
-
"
|
|
172
|
-
"label": "
|
|
173
|
-
"helper_text": "
|
|
174
|
-
"
|
|
151
|
+
"meta": {
|
|
152
|
+
"label": "Meta",
|
|
153
|
+
"helper_text": "",
|
|
154
|
+
"url": {
|
|
155
|
+
"label": "URL",
|
|
156
|
+
"helper_text": "Full URL for the customer to view this item on the store website.",
|
|
157
|
+
"placeholder": "None"
|
|
158
|
+
},
|
|
159
|
+
"image": {
|
|
160
|
+
"label": "Image",
|
|
161
|
+
"helper_text": "URL of the image to display for this item in the cart and checkout.",
|
|
162
|
+
"placeholder": "None"
|
|
163
|
+
},
|
|
164
|
+
"quantity-max": {
|
|
165
|
+
"label": "Max quantity",
|
|
166
|
+
"helper_text": "",
|
|
167
|
+
"placeholder": "Unlimited"
|
|
168
|
+
},
|
|
169
|
+
"quantity-min": {
|
|
170
|
+
"label": "Min quantity",
|
|
171
|
+
"helper_text": "",
|
|
172
|
+
"placeholder": "1"
|
|
173
|
+
},
|
|
174
|
+
"expires": {
|
|
175
|
+
"label": "Expires",
|
|
176
|
+
"helper_text": "Date when this item will be removed from the cart.",
|
|
177
|
+
"display_value": "{{ value, date }}",
|
|
178
|
+
"placeholder": "Optional"
|
|
179
|
+
}
|
|
175
180
|
},
|
|
176
|
-
"
|
|
177
|
-
"label": "
|
|
178
|
-
"helper_text": "
|
|
179
|
-
"
|
|
181
|
+
"discount": {
|
|
182
|
+
"label": "Line item discount",
|
|
183
|
+
"helper_text": "",
|
|
184
|
+
"discount-name": {
|
|
185
|
+
"label": "Discount name",
|
|
186
|
+
"helper_text": "Enter a discount name to open a discount builder.",
|
|
187
|
+
"placeholder": "None"
|
|
188
|
+
},
|
|
189
|
+
"discount-builder": {
|
|
190
|
+
"tier": "Tier",
|
|
191
|
+
"tier_by": "by",
|
|
192
|
+
"tier_if": "if",
|
|
193
|
+
"tier_allunits": "price of each item",
|
|
194
|
+
"tier_incremental": "price of additional items",
|
|
195
|
+
"tier_repeat": "price of next item",
|
|
196
|
+
"tier_single": "order total",
|
|
197
|
+
"tier_then": "then",
|
|
198
|
+
"quantity": "quantity",
|
|
199
|
+
"total": "total",
|
|
200
|
+
"reduce": "reduce",
|
|
201
|
+
"increase": "increase"
|
|
202
|
+
}
|
|
180
203
|
},
|
|
181
204
|
"discount-details": {
|
|
182
|
-
"
|
|
205
|
+
"label": "Applied discounts",
|
|
183
206
|
"pagination": {
|
|
184
207
|
"first": "First",
|
|
185
208
|
"last": "Last",
|
|
@@ -196,7 +219,7 @@
|
|
|
196
219
|
}
|
|
197
220
|
},
|
|
198
221
|
"coupon-details": {
|
|
199
|
-
"
|
|
222
|
+
"label": "Applied coupons",
|
|
200
223
|
"pagination": {
|
|
201
224
|
"first": "First",
|
|
202
225
|
"last": "Last",
|
|
@@ -213,7 +236,7 @@
|
|
|
213
236
|
}
|
|
214
237
|
},
|
|
215
238
|
"attributes": {
|
|
216
|
-
"
|
|
239
|
+
"label": "Attributes",
|
|
217
240
|
"delete_header": "Remove attribute?",
|
|
218
241
|
"delete_message": "Please confirm that you'd like to remove this attribute from the item.",
|
|
219
242
|
"delete_confirm": "Remove",
|
|
@@ -313,7 +336,7 @@
|
|
|
313
336
|
}
|
|
314
337
|
},
|
|
315
338
|
"item-options": {
|
|
316
|
-
"
|
|
339
|
+
"label": "Item options",
|
|
317
340
|
"delete_header": "Remove item option?",
|
|
318
341
|
"delete_message": "Please confirm that you'd like to remove this item option from the item.",
|
|
319
342
|
"delete_confirm": "Remove",
|