@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.
|
@@ -4390,7 +4390,8 @@ class WebsyRouter {
|
|
|
4390
4390
|
defaultGroup: 'main',
|
|
4391
4391
|
subscribers: { show: [], hide: [] },
|
|
4392
4392
|
persistentParameters: false,
|
|
4393
|
-
fieldValueSeparator: ':'
|
|
4393
|
+
fieldValueSeparator: ':',
|
|
4394
|
+
views: {}
|
|
4394
4395
|
}
|
|
4395
4396
|
this.apiService = new WebsyDesigns.APIService('')
|
|
4396
4397
|
this.triggerIdList = []
|
|
@@ -4180,7 +4180,8 @@ var WebsyRouter = /*#__PURE__*/function () {
|
|
|
4180
4180
|
hide: []
|
|
4181
4181
|
},
|
|
4182
4182
|
persistentParameters: false,
|
|
4183
|
-
fieldValueSeparator: ':'
|
|
4183
|
+
fieldValueSeparator: ':',
|
|
4184
|
+
views: {}
|
|
4184
4185
|
};
|
|
4185
4186
|
this.apiService = new WebsyDesigns.APIService('');
|
|
4186
4187
|
this.triggerIdList = [];
|