@websy/websy-designs 1.11.1 → 1.11.2
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.
|
@@ -4834,7 +4834,8 @@ class WebsyRouter {
|
|
|
4834
4834
|
defaultGroup: 'main',
|
|
4835
4835
|
subscribers: { show: [], hide: [] },
|
|
4836
4836
|
persistentParameters: false,
|
|
4837
|
-
fieldValueSeparator: ':'
|
|
4837
|
+
fieldValueSeparator: ':',
|
|
4838
|
+
views: {}
|
|
4838
4839
|
}
|
|
4839
4840
|
this.apiService = new WebsyDesigns.APIService('')
|
|
4840
4841
|
this.triggerIdList = []
|
package/dist/websy-designs.js
CHANGED
|
@@ -4602,7 +4602,8 @@ var WebsyRouter = /*#__PURE__*/function () {
|
|
|
4602
4602
|
hide: []
|
|
4603
4603
|
},
|
|
4604
4604
|
persistentParameters: false,
|
|
4605
|
-
fieldValueSeparator: ':'
|
|
4605
|
+
fieldValueSeparator: ':',
|
|
4606
|
+
views: {}
|
|
4606
4607
|
};
|
|
4607
4608
|
this.apiService = new WebsyDesigns.APIService('');
|
|
4608
4609
|
this.triggerIdList = [];
|