@social-mail/social-mail-client 1.9.81 → 1.9.83

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.
@@ -61614,6 +61614,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
61614
61614
  this.renderer = XNode.create("div", null, XNode.create(Form, null, XNode.create(FormField, {
61615
61615
  label: "Name"
61616
61616
  }, XNode.create("input", {
61617
+ autofocus: true,
61617
61618
  value: Bind.twoWaysImmediate(() => this.model.name)
61618
61619
  })), XNode.create(FormField, {
61619
61620
  label: "Head"
@@ -61730,6 +61731,9 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
61730
61731
  model: this.model,
61731
61732
  field: x => x.buyer,
61732
61733
  editModelPage: EditLedgerPage,
61734
+ addNewDefaults: {
61735
+ storeID: this.parameters.storeID
61736
+ },
61733
61737
  searchQuery: (q, search) => (search ? q.where({
61734
61738
  search,
61735
61739
  likeSearch: search + "%"