react-bricks 3.5.0-beta.3 → 3.5.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/frontend/package.json +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/react-bricks.d.ts +1 -1
- package/react-bricks.esm.js +1 -1
package/package.json
CHANGED
package/react-bricks.d.ts
CHANGED
|
@@ -284,11 +284,11 @@ declare namespace types {
|
|
|
284
284
|
*/
|
|
285
285
|
interface IRepeaterItem {
|
|
286
286
|
name: string;
|
|
287
|
-
positionLabel?: string;
|
|
288
287
|
itemType?: string;
|
|
289
288
|
itemLabel?: string;
|
|
290
289
|
min?: number;
|
|
291
290
|
max?: number;
|
|
291
|
+
positionLabel?: string;
|
|
292
292
|
items?: {
|
|
293
293
|
type: string;
|
|
294
294
|
label?: string;
|