@websy/websy-designs 1.12.8 → 1.12.9
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.
|
@@ -3001,7 +3001,8 @@ class MultiForm {
|
|
|
3001
3001
|
allowDelete: true,
|
|
3002
3002
|
addLabel: '',
|
|
3003
3003
|
deleteLabel: '',
|
|
3004
|
-
emptyMessage: 'No items to display'
|
|
3004
|
+
emptyMessage: 'No items to display',
|
|
3005
|
+
maxRows: 9999
|
|
3005
3006
|
}
|
|
3006
3007
|
this.options = Object.assign({}, DEFAULTS, options)
|
|
3007
3008
|
this.formData = []
|
package/dist/websy-designs.js
CHANGED
|
@@ -2956,7 +2956,8 @@ var MultiForm = /*#__PURE__*/function () {
|
|
|
2956
2956
|
allowDelete: true,
|
|
2957
2957
|
addLabel: '',
|
|
2958
2958
|
deleteLabel: '',
|
|
2959
|
-
emptyMessage: 'No items to display'
|
|
2959
|
+
emptyMessage: 'No items to display',
|
|
2960
|
+
maxRows: 9999
|
|
2960
2961
|
};
|
|
2961
2962
|
this.options = _extends({}, DEFAULTS, options);
|
|
2962
2963
|
this.formData = [];
|