@websy/websy-designs 1.11.14 → 1.11.15
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.
|
@@ -4609,7 +4609,7 @@ class WebsyResultList {
|
|
|
4609
4609
|
}
|
|
4610
4610
|
this.options = Object.assign({}, DEFAULTS, options)
|
|
4611
4611
|
this.elementId = elementId
|
|
4612
|
-
this.rows = []
|
|
4612
|
+
this.rows = this.options.data || []
|
|
4613
4613
|
this.apiService = new WebsyDesigns.APIService('/api')
|
|
4614
4614
|
this.templateService = new WebsyDesigns.APIService('')
|
|
4615
4615
|
this.activeTemplate = ''
|
package/dist/websy-designs.js
CHANGED
|
@@ -4351,7 +4351,7 @@ var WebsyResultList = /*#__PURE__*/function () {
|
|
|
4351
4351
|
};
|
|
4352
4352
|
this.options = _extends({}, DEFAULTS, options);
|
|
4353
4353
|
this.elementId = elementId;
|
|
4354
|
-
this.rows = [];
|
|
4354
|
+
this.rows = this.options.data || [];
|
|
4355
4355
|
this.apiService = new WebsyDesigns.APIService('/api');
|
|
4356
4356
|
this.templateService = new WebsyDesigns.APIService('');
|
|
4357
4357
|
this.activeTemplate = '';
|