@zealicsolutions/web-ui 1.0.140-beta.81 → 1.0.140-beta.83
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/cjs/containers/ReplicatorContainer/ReplicatorFormSetup.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/containers/ReplicatorContainer/ReplicatorContainer.js +1 -1
- package/dist/esm/containers/ReplicatorContainer/ReplicatorContainer.js.map +1 -1
- package/dist/esm/containers/ReplicatorContainer/ReplicatorFormSetup.d.ts +1 -1
- package/dist/esm/containers/ReplicatorContainer/ReplicatorFormSetup.js +1 -1
- package/dist/esm/containers/ReplicatorContainer/ReplicatorFormSetup.js.map +1 -1
- package/dist/esm/molecules/Button/hooks/useButtonAction.js +1 -1
- package/dist/esm/molecules/Button/hooks/useButtonAction.js.map +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ export interface ReplicatorFormSetupProps {
|
|
|
5
5
|
replicatorFieldId: string;
|
|
6
6
|
/** Current nested path segments from parent containers */
|
|
7
7
|
nestedPathSegments?: PathSegment[];
|
|
8
|
-
/** Minimum instances allowed */
|
|
8
|
+
/** Minimum instances allowed (defaults to 1 to ensure at least one instance is shown) */
|
|
9
9
|
minInstances?: number;
|
|
10
10
|
/** Maximum instances allowed */
|
|
11
11
|
maxInstances?: number;
|