@wise/dynamic-flow-client 2.9.3 → 2.9.4
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/pt.json +1 -1
- package/build/i18n/th.json +3 -3
- package/build/main.css +2 -2
- package/build/main.js +20 -11
- package/build/main.min.js +1 -1
- package/build/types/legacy/formControl/utils/getAutocompleteString.d.ts +1 -1
- package/build/types/legacy/layout/modal/DynamicModal.d.ts +3 -3
- package/build/types/revamp/DynamicFlowCore.d.ts +2 -3
- package/build/types/revamp/DynamicFlowWise.d.ts +1 -1
- package/build/types/revamp/domain/components/AllOfComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/BooleanInputComponent.d.ts +5 -3
- package/build/types/revamp/domain/components/ConstComponent.d.ts +3 -2
- package/build/types/revamp/domain/components/ContainerComponent.d.ts +3 -3
- package/build/types/revamp/domain/components/DateInputComponent.d.ts +4 -2
- package/build/types/revamp/domain/components/IntegerInputComponent.d.ts +4 -2
- package/build/types/revamp/domain/components/MultiUploadInputComponent.d.ts +21 -0
- package/build/types/revamp/domain/components/NumberInputComponent.d.ts +4 -2
- package/build/types/revamp/domain/components/ObjectComponent.d.ts +3 -11
- package/build/types/revamp/domain/components/SelectInputComponent.d.ts +5 -4
- package/build/types/revamp/domain/components/TextInputComponent.d.ts +4 -2
- package/build/types/revamp/domain/components/UploadInputComponent.d.ts +7 -4
- package/build/types/revamp/domain/components/repeatableComponent/RepeatableComponent.d.ts +7 -14
- package/build/types/revamp/domain/components/utils/file-utils.d.ts +1 -0
- package/build/types/revamp/domain/components/utils/isModelMatchWithValue.d.ts +3 -0
- package/build/types/revamp/domain/components/utils/isModelMatchWithValue.spec..d.ts +1 -0
- package/build/types/revamp/domain/features/persistAsync/getComponentPersistAsync.d.ts +7 -1
- package/build/types/revamp/domain/features/persistAsync/getPerformPersistAsync.d.ts +4 -4
- package/build/types/revamp/domain/features/persistAsync/persist-async-utils.d.ts +1 -1
- package/build/types/revamp/domain/features/search/getPerformSearchFunction.d.ts +1 -1
- package/build/types/revamp/domain/features/summary/summary-utils.d.ts +2 -2
- package/build/types/revamp/domain/features/validation/spec-utils.d.ts +2 -0
- package/build/types/revamp/domain/features/validation/validation-functions.d.ts +3 -3
- package/build/types/revamp/domain/features/validation/value-checks.d.ts +9 -6
- package/build/types/revamp/domain/mappers/layout/alertLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/boxLayoutToComponents.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/buttonLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/columnsLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/decisionLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/dividerLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/formLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/headingLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/imageLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/infoLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/instructionsLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/listLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/loadingIndicatorLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/markdownLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/modalLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/paragraphLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/reviewLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/searchLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/layout/statusListLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/mapLayoutToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/schema/arraySchemaToComponent/arraySchemaToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiUploadComponent.d.ts +9 -0
- package/build/types/revamp/domain/mappers/schema/blobSchemaToComponent.d.ts +5 -0
- package/build/types/revamp/domain/mappers/schema/constSchemaToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/schema/tests/test-utils.d.ts +1 -0
- package/build/types/revamp/domain/mappers/schema/types.d.ts +2 -1
- package/build/types/revamp/domain/mappers/schema/utils/mapCommonSchemaProps.d.ts +1 -1
- package/build/types/revamp/domain/mappers/types.d.ts +2 -0
- package/build/types/revamp/domain/types.d.ts +37 -18
- package/build/types/revamp/flow/getResponseType.d.ts +10 -0
- package/build/types/revamp/flow/performAction.d.ts +25 -0
- package/build/types/revamp/flow/response-utils.d.ts +6 -0
- package/build/types/revamp/renderers/CoreContainerRenderer.d.ts +2 -2
- package/build/types/revamp/renderers/mappers/instructionsComponentToProps.d.ts +2 -7
- package/build/types/revamp/renderers/mappers/multiUploadInputComponentToProps.d.ts +3 -0
- package/build/types/revamp/renderers/mappers/repeatableComponentToProps.d.ts +1 -1
- package/build/types/revamp/renderers/mappers/utils/inputComponentToProps.d.ts +3 -3
- package/build/types/revamp/renderers/types.d.ts +112 -66
- package/build/types/revamp/step/Step.d.ts +3 -3
- package/build/types/revamp/step/utils/getRenderFunction.d.ts +2 -2
- package/build/types/revamp/test-utils/step-utils.d.ts +2 -0
- package/build/types/revamp/types.d.ts +41 -0
- package/build/types/revamp/utils/component-utils.d.ts +2 -2
- package/build/types/revamp/utils/findComponent.d.ts +1 -1
- package/build/types/revamp/utils/type-utils.d.ts +11 -1
- package/build/types/revamp/wise/renderers/MultiUploadInputRenderer.d.ts +3 -0
- package/build/types/revamp/wise/renderers/components/LabelContentWithHelp.d.ts +4 -0
- package/build/types/revamp/wise/renderers/components/UploadFieldInput.d.ts +11 -0
- package/build/types/revamp/wise/renderers/getWiseRenderers.d.ts +1 -2
- package/build/types/revamp/wise/renderers/utils/file-utils.d.ts +3 -0
- package/build/types/revamp/wise/renderers/utils/getRandomId.d.ts +1 -0
- package/package.json +24 -24
- package/build/types/revamp/domain/components/utils/isModelPartialOf.d.ts +0 -2
- package/build/types/revamp/dynamic-flow-types.d.ts +0 -38
- /package/build/types/{legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.messages.d.ts → common/messages/multi-file-upload.messages.d.ts} +0 -0
package/build/i18n/pt.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"dynamicFlows.ArraySchema.minItemsError": "Adicione pelo menos {minItems}.",
|
|
7
7
|
"dynamicFlows.ArraySchema.removeItem": "Remover",
|
|
8
8
|
"dynamicFlows.CameraCapture.CameraConnectionIssue.action": "Tentar novamente",
|
|
9
|
-
"dynamicFlows.CameraCapture.CameraConnectionIssue.paragraph": "Verifique se
|
|
9
|
+
"dynamicFlows.CameraCapture.CameraConnectionIssue.paragraph": "Verifique se a câmera está conectada e tente novamente.",
|
|
10
10
|
"dynamicFlows.CameraCapture.CameraConnectionIssue.title": "Não temos acesso à sua câmera",
|
|
11
11
|
"dynamicFlows.CameraCapture.CameraNotSupported.paragraph": "O navegador que você está usando não permite o uso da câmera. Por favor, tente com outro navegador ou computador, ou baixe o nosso aplicativo",
|
|
12
12
|
"dynamicFlows.CameraCapture.CameraNotSupported.title": "Câmera indisponível",
|
package/build/i18n/th.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dynamicFlows.ArraySchema.addItem": "บันทึก",
|
|
3
|
-
"dynamicFlows.ArraySchema.addItemTitle": "
|
|
3
|
+
"dynamicFlows.ArraySchema.addItemTitle": "เพิ่มรายการ",
|
|
4
4
|
"dynamicFlows.ArraySchema.editItem": "บันทึก",
|
|
5
5
|
"dynamicFlows.ArraySchema.maxItemsError": "โปรดเพิ่ม {maxItems} หรือน้อยกว่า",
|
|
6
6
|
"dynamicFlows.ArraySchema.minItemsError": "โปรดเพิ่มอย่างน้อย {minItems}",
|
|
7
7
|
"dynamicFlows.ArraySchema.removeItem": "ลบ",
|
|
8
8
|
"dynamicFlows.CameraCapture.CameraConnectionIssue.action": "ลองอีกครั้ง",
|
|
9
|
-
"dynamicFlows.CameraCapture.CameraConnectionIssue.paragraph": "
|
|
9
|
+
"dynamicFlows.CameraCapture.CameraConnectionIssue.paragraph": "โปรดตรวจสอบการเชื่อมต่อใหม่แล้วลองอีกครั้ง",
|
|
10
10
|
"dynamicFlows.CameraCapture.CameraConnectionIssue.title": "เราไม่สามารถเข้าถึงกล้องของคุณได้",
|
|
11
11
|
"dynamicFlows.CameraCapture.CameraNotSupported.paragraph": "เบราว์เซอร์ที่คุณใช้ไม่รองรับกล้อง ให้ลองใช้เบราว์เซอร์และอุปกรณ์อื่น หรือดาวน์โหลดแอปมือถือของเราดู",
|
|
12
12
|
"dynamicFlows.CameraCapture.CameraNotSupported.title": "ไม่รองรับกล้อง",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dynamicFlows.CameraCapture.reviewInstructions": "รูปภาพของคุณชัดเจน อ่านได้ และครบถ้วนหรือไม่",
|
|
17
17
|
"dynamicFlows.CameraCapture.reviewRetry": "ไม่ ลองอีกทั้ง",
|
|
18
18
|
"dynamicFlows.CameraCapture.reviewSubmit": "ใช่ ส่งเลย",
|
|
19
|
-
"dynamicFlows.CameraCapture.rotatePhone.text": "
|
|
19
|
+
"dynamicFlows.CameraCapture.rotatePhone.text": "หมุนโทรศัพท์ของคุณให้เป็นมุมแนวตั้งแล้วถ่ายรูป",
|
|
20
20
|
"dynamicFlows.ControlFeedback.maxLength": "โปรดป้อน {maxLength} อักขระหรือน้อยกว่า",
|
|
21
21
|
"dynamicFlows.ControlFeedback.maximum": "โปรดป้อนตัวเลข {maximum} หรือน้อยกว่า",
|
|
22
22
|
"dynamicFlows.ControlFeedback.maximumDate": "โปรดป้อนวันที่ที่อยู่ตรงพอดีหรือก่อน {maximum}",
|
package/build/main.css
CHANGED
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
z-index: 1000;
|
|
144
144
|
padding: 24px;
|
|
145
145
|
}
|
|
146
|
-
@media screen and (orientation: landscape) and (
|
|
146
|
+
@media screen and (orientation: landscape) and (height <= 767px) {
|
|
147
147
|
.orientation-lock-overlay {
|
|
148
148
|
display: flex;
|
|
149
149
|
}
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
width: 300px;
|
|
172
172
|
}
|
|
173
173
|
/* wide screens */
|
|
174
|
-
@media (
|
|
174
|
+
@media (width >= 576px) {
|
|
175
175
|
.df-image.xs img {
|
|
176
176
|
width: 100px;
|
|
177
177
|
}
|
package/build/main.js
CHANGED
|
@@ -2868,9 +2868,9 @@ var messages_default = (0, import_react_intl6.defineMessages)({
|
|
|
2868
2868
|
}
|
|
2869
2869
|
});
|
|
2870
2870
|
|
|
2871
|
-
// src/
|
|
2871
|
+
// src/common/messages/multi-file-upload.messages.js
|
|
2872
2872
|
var import_react_intl7 = require("react-intl");
|
|
2873
|
-
var
|
|
2873
|
+
var multi_file_upload_messages_default = (0, import_react_intl7.defineMessages)({
|
|
2874
2874
|
minItemsError: {
|
|
2875
2875
|
id: "dynamicFlows.MultipleFileUploadSchema.minItemsError",
|
|
2876
2876
|
defaultMessage: "Please upload at least {minItems} file(s).",
|
|
@@ -2894,7 +2894,7 @@ function useFormattedDefaultErrorMessages({
|
|
|
2894
2894
|
minItems
|
|
2895
2895
|
}) {
|
|
2896
2896
|
const { formatMessage } = (0, import_react_intl8.useIntl)();
|
|
2897
|
-
const { maxFileSizeError, maxItemsError, minItemsError } =
|
|
2897
|
+
const { maxFileSizeError, maxItemsError, minItemsError } = multi_file_upload_messages_default;
|
|
2898
2898
|
return {
|
|
2899
2899
|
maxFileSizeErrorMessage: formatMessage(maxFileSizeError),
|
|
2900
2900
|
maxItemsErrorMessage: formatMessage(maxItemsError, { maxItems }),
|
|
@@ -5699,7 +5699,7 @@ var DynamicSearch_default = DynamicSearch;
|
|
|
5699
5699
|
var import_components31 = require("@transferwise/components");
|
|
5700
5700
|
var import_react29 = require("react");
|
|
5701
5701
|
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
5702
|
-
|
|
5702
|
+
function DynamicModal(props) {
|
|
5703
5703
|
const [visible, isVisible] = (0, import_react29.useState)(false);
|
|
5704
5704
|
const { component, onAction } = props;
|
|
5705
5705
|
const { margin = "md" } = component;
|
|
@@ -5709,14 +5709,23 @@ var DynamicModal = (props) => {
|
|
|
5709
5709
|
import_components31.Modal,
|
|
5710
5710
|
{
|
|
5711
5711
|
scroll: "content",
|
|
5712
|
-
onClose: () => isVisible(false),
|
|
5713
5712
|
open: visible,
|
|
5714
5713
|
size: "lg",
|
|
5715
|
-
body: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5714
|
+
body: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
5715
|
+
DynamicLayout_default,
|
|
5716
|
+
__spreadProps(__spreadValues({}, props), {
|
|
5717
|
+
components: component.content.components,
|
|
5718
|
+
onAction: (action) => {
|
|
5719
|
+
isVisible(false);
|
|
5720
|
+
onAction(action);
|
|
5721
|
+
}
|
|
5722
|
+
})
|
|
5723
|
+
),
|
|
5724
|
+
onClose: () => isVisible(false)
|
|
5716
5725
|
}
|
|
5717
5726
|
)
|
|
5718
5727
|
] });
|
|
5719
|
-
}
|
|
5728
|
+
}
|
|
5720
5729
|
var DynamicModal_default = DynamicModal;
|
|
5721
5730
|
|
|
5722
5731
|
// src/legacy/jsonSchemaForm/basicTypeSchema/BasicTypeSchema.tsx
|
|
@@ -8002,7 +8011,7 @@ var pt_default = {
|
|
|
8002
8011
|
"dynamicFlows.ArraySchema.minItemsError": "Adicione pelo menos {minItems}.",
|
|
8003
8012
|
"dynamicFlows.ArraySchema.removeItem": "Remover",
|
|
8004
8013
|
"dynamicFlows.CameraCapture.CameraConnectionIssue.action": "Tentar novamente",
|
|
8005
|
-
"dynamicFlows.CameraCapture.CameraConnectionIssue.paragraph": "Verifique se
|
|
8014
|
+
"dynamicFlows.CameraCapture.CameraConnectionIssue.paragraph": "Verifique se a c\xE2mera est\xE1 conectada e tente novamente.",
|
|
8006
8015
|
"dynamicFlows.CameraCapture.CameraConnectionIssue.title": "N\xE3o temos acesso \xE0 sua c\xE2mera",
|
|
8007
8016
|
"dynamicFlows.CameraCapture.CameraNotSupported.paragraph": "O navegador que voc\xEA est\xE1 usando n\xE3o permite o uso da c\xE2mera. Por favor, tente com outro navegador ou computador, ou baixe o nosso aplicativo",
|
|
8008
8017
|
"dynamicFlows.CameraCapture.CameraNotSupported.title": "C\xE2mera indispon\xEDvel",
|
|
@@ -8143,13 +8152,13 @@ var ru_default = {
|
|
|
8143
8152
|
// src/i18n/th.json
|
|
8144
8153
|
var th_default = {
|
|
8145
8154
|
"dynamicFlows.ArraySchema.addItem": "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01",
|
|
8146
|
-
"dynamicFlows.ArraySchema.addItemTitle": "
|
|
8155
|
+
"dynamicFlows.ArraySchema.addItemTitle": "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",
|
|
8147
8156
|
"dynamicFlows.ArraySchema.editItem": "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01",
|
|
8148
8157
|
"dynamicFlows.ArraySchema.maxItemsError": "\u0E42\u0E1B\u0E23\u0E14\u0E40\u0E1E\u0E34\u0E48\u0E21 {maxItems} \u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",
|
|
8149
8158
|
"dynamicFlows.ArraySchema.minItemsError": "\u0E42\u0E1B\u0E23\u0E14\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22 {minItems}",
|
|
8150
8159
|
"dynamicFlows.ArraySchema.removeItem": "\u0E25\u0E1A",
|
|
8151
8160
|
"dynamicFlows.CameraCapture.CameraConnectionIssue.action": "\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",
|
|
8152
|
-
"dynamicFlows.CameraCapture.CameraConnectionIssue.paragraph": "
|
|
8161
|
+
"dynamicFlows.CameraCapture.CameraConnectionIssue.paragraph": "\u0E42\u0E1B\u0E23\u0E14\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E43\u0E2B\u0E21\u0E48\u0E41\u0E25\u0E49\u0E27\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",
|
|
8153
8162
|
"dynamicFlows.CameraCapture.CameraConnectionIssue.title": "\u0E40\u0E23\u0E32\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E02\u0E49\u0E32\u0E16\u0E36\u0E07\u0E01\u0E25\u0E49\u0E2D\u0E07\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E44\u0E14\u0E49",
|
|
8154
8163
|
"dynamicFlows.CameraCapture.CameraNotSupported.paragraph": "\u0E40\u0E1A\u0E23\u0E32\u0E27\u0E4C\u0E40\u0E0B\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E43\u0E0A\u0E49\u0E44\u0E21\u0E48\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E01\u0E25\u0E49\u0E2D\u0E07 \u0E43\u0E2B\u0E49\u0E25\u0E2D\u0E07\u0E43\u0E0A\u0E49\u0E40\u0E1A\u0E23\u0E32\u0E27\u0E4C\u0E40\u0E0B\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E2D\u0E38\u0E1B\u0E01\u0E23\u0E13\u0E4C\u0E2D\u0E37\u0E48\u0E19 \u0E2B\u0E23\u0E37\u0E2D\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E41\u0E2D\u0E1B\u0E21\u0E37\u0E2D\u0E16\u0E37\u0E2D\u0E02\u0E2D\u0E07\u0E40\u0E23\u0E32\u0E14\u0E39",
|
|
8155
8164
|
"dynamicFlows.CameraCapture.CameraNotSupported.title": "\u0E44\u0E21\u0E48\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E01\u0E25\u0E49\u0E2D\u0E07",
|
|
@@ -8159,7 +8168,7 @@ var th_default = {
|
|
|
8159
8168
|
"dynamicFlows.CameraCapture.reviewInstructions": "\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E0A\u0E31\u0E14\u0E40\u0E08\u0E19 \u0E2D\u0E48\u0E32\u0E19\u0E44\u0E14\u0E49 \u0E41\u0E25\u0E30\u0E04\u0E23\u0E1A\u0E16\u0E49\u0E27\u0E19\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48",
|
|
8160
8169
|
"dynamicFlows.CameraCapture.reviewRetry": "\u0E44\u0E21\u0E48 \u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E17\u0E31\u0E49\u0E07",
|
|
8161
8170
|
"dynamicFlows.CameraCapture.reviewSubmit": "\u0E43\u0E0A\u0E48 \u0E2A\u0E48\u0E07\u0E40\u0E25\u0E22",
|
|
8162
|
-
"dynamicFlows.CameraCapture.rotatePhone.text": "
|
|
8171
|
+
"dynamicFlows.CameraCapture.rotatePhone.text": "\u0E2B\u0E21\u0E38\u0E19\u0E42\u0E17\u0E23\u0E28\u0E31\u0E1E\u0E17\u0E4C\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E43\u0E2B\u0E49\u0E40\u0E1B\u0E47\u0E19\u0E21\u0E38\u0E21\u0E41\u0E19\u0E27\u0E15\u0E31\u0E49\u0E07\u0E41\u0E25\u0E49\u0E27\u0E16\u0E48\u0E32\u0E22\u0E23\u0E39\u0E1B",
|
|
8163
8172
|
"dynamicFlows.ControlFeedback.maxLength": "\u0E42\u0E1B\u0E23\u0E14\u0E1B\u0E49\u0E2D\u0E19 {maxLength} \u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",
|
|
8164
8173
|
"dynamicFlows.ControlFeedback.maximum": "\u0E42\u0E1B\u0E23\u0E14\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02 {maximum} \u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",
|
|
8165
8174
|
"dynamicFlows.ControlFeedback.maximumDate": "\u0E42\u0E1B\u0E23\u0E14\u0E1B\u0E49\u0E2D\u0E19\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E15\u0E23\u0E07\u0E1E\u0E2D\u0E14\u0E35\u0E2B\u0E23\u0E37\u0E2D\u0E01\u0E48\u0E2D\u0E19 {maximum}",
|