@thecb/components 3.1.11 → 3.2.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/dist/index.cjs.js
CHANGED
|
@@ -34361,7 +34361,8 @@ var createPartialAmountFormState = function createPartialAmountFormState(lineIte
|
|
|
34361
34361
|
|
|
34362
34362
|
return _objectSpread2(_objectSpread2({}, acc), {}, _defineProperty({}, item.id, {
|
|
34363
34363
|
validators: validators,
|
|
34364
|
-
constraints: [onlyNaturals()]
|
|
34364
|
+
constraints: [onlyNaturals()],
|
|
34365
|
+
defaultValue: String(item.amount)
|
|
34365
34366
|
}));
|
|
34366
34367
|
}, {});
|
|
34367
34368
|
|