@secondstaxorg/sscomp 2.0.25 → 2.0.27
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.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +56 -53
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/AmountInput/type.d.ts +4 -0
package/package.json
CHANGED
|
@@ -19,6 +19,10 @@ export interface AmountInputProps {
|
|
|
19
19
|
* Boolean to specify whether the field is active or disabled
|
|
20
20
|
*/
|
|
21
21
|
disabled?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Set a currency and then lock the ability to change it
|
|
24
|
+
*/
|
|
25
|
+
lockCurrency?: boolean;
|
|
22
26
|
/**
|
|
23
27
|
* Label of the field
|
|
24
28
|
*/
|