@social-mail/social-mail-client 1.8.356 → 1.8.357
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/admin/AdminAppIndex.pack.js +1 -0
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/common/pages/dns/DnsZoneListPage.d.ts.map +1 -1
- package/dist/common/pages/dns/DnsZoneListPage.js +1 -0
- package/dist/common/pages/dns/DnsZoneListPage.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +1 -0
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +1 -0
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common/pages/dns/DnsZoneListPage.tsx +1 -0
|
@@ -46790,6 +46790,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
46790
46790
|
"data-layout": "data-grid",
|
|
46791
46791
|
items: this.zones
|
|
46792
46792
|
}, InfiniteRepeater.pagedItems(start => (c, e, cancelToken) => this.dnsZoneService.list({
|
|
46793
|
+
search: this.search,
|
|
46793
46794
|
start,
|
|
46794
46795
|
cancelToken,
|
|
46795
46796
|
version: this.version
|