ywana-core8 0.0.872 → 0.0.874
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/CollectionPage.js +1 -1
- package/src/html/radio.css +2 -2
package/dist/index.cjs
CHANGED
@@ -7134,7 +7134,7 @@ var CollectionContext$1 = function CollectionContext(url, field, host, page, fet
|
|
7134
7134
|
try {
|
7135
7135
|
var _this = this;
|
7136
7136
|
var _temp4 = _catch$4(function () {
|
7137
|
-
return Promise.resolve(API.all(null, page)).then(function (data) {
|
7137
|
+
return Promise.resolve(API.all(null, null, page)).then(function (data) {
|
7138
7138
|
_this.all = field ? data[field] : data;
|
7139
7139
|
});
|
7140
7140
|
}, function (error) {
|