@social-mail/social-mail-client 1.9.81 → 1.9.82
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/site-editor-app/SiteEditorApp.pack.js +3 -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/site-editor-app/pages/store/order/EditOrderPage.d.ts.map +1 -1
- package/dist/site-editor-app/pages/store/order/EditOrderPage.js +3 -0
- package/dist/site-editor-app/pages/store/order/EditOrderPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor-app/pages/store/order/EditOrderPage.tsx +1 -0
|
@@ -61730,6 +61730,9 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
|
|
|
61730
61730
|
model: this.model,
|
|
61731
61731
|
field: x => x.buyer,
|
|
61732
61732
|
editModelPage: EditLedgerPage,
|
|
61733
|
+
addNewDefaults: {
|
|
61734
|
+
storeID: this.parameters.storeID
|
|
61735
|
+
},
|
|
61733
61736
|
searchQuery: (q, search) => (search ? q.where({
|
|
61734
61737
|
search,
|
|
61735
61738
|
likeSearch: search + "%"
|