@wise/dynamic-flow-client 1.12.0 → 2.0.0
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/build/i18n/en.json +4 -0
- package/build/main.js +939 -539
- package/build/main.min.js +1 -1
- package/build/types/jsonSchemaForm/arrayTypeSchema/arrayListSchema/ArrayListSchema.d.ts +6 -6
- package/build/types/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/ItemSummary.d.ts +12 -0
- package/build/types/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/RepeatableSchema.d.ts +8 -0
- package/build/types/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/RepeatableSchema.messages.d.ts +23 -0
- package/build/types/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/RepeatableSchemaStep.d.ts +14 -0
- package/build/types/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/utils/summary-utils.d.ts +3 -0
- package/build/types/layout/utils/index.d.ts +2 -2
- package/package.json +2 -2
- /package/build/types/common/validators/models/{models.utils.d.ts → model-utils.d.ts} +0 -0
package/build/i18n/en.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
+
"dynamicFlows.ArraySchema.addItem": "Save",
|
|
3
|
+
"dynamicFlows.ArraySchema.addItemTitle": "Add Item",
|
|
4
|
+
"dynamicFlows.ArraySchema.editItem": "Save",
|
|
2
5
|
"dynamicFlows.ArraySchema.maxItemsError": "Please add {maxItems} or fewer.",
|
|
3
6
|
"dynamicFlows.ArraySchema.minItemsError": "Please add at least {minItems}.",
|
|
7
|
+
"dynamicFlows.ArraySchema.removeItem": "Remove",
|
|
4
8
|
"dynamicFlows.CameraCapture.CameraNotSupported.paragraph": "The browser you're using doesn't have support for a camera. Try a different browser, device, or download our mobile app.",
|
|
5
9
|
"dynamicFlows.CameraCapture.CameraNotSupported.title": "Camera not supported",
|
|
6
10
|
"dynamicFlows.CameraCapture.NoCameraAccess.action": "Enable camera access",
|