@social-mail/social-mail-client 1.9.82 → 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.
- 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/site-editor-app/pages/store/ledger/EditLedgerPage.js +1 -0
- package/dist/site-editor-app/pages/store/ledger/EditLedgerPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor-app/pages/store/ledger/EditLedgerPage.tsx +1 -1
|
@@ -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"
|