@startinblox/core 0.19.1-beta.2 → 0.19.1-beta.3
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.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54464,11 +54464,11 @@ const SolidMemberAdd = {
|
|
|
54464
54464
|
async render() {
|
|
54465
54465
|
await this.populate();
|
|
54466
54466
|
let button = html$1`
|
|
54467
|
-
<solid-ac-checker data-src="${this.
|
|
54467
|
+
<solid-ac-checker data-src="${this.dataSrc}"
|
|
54468
54468
|
permission="acl:Write"
|
|
54469
54469
|
>
|
|
54470
|
-
<form
|
|
54471
|
-
src="${this.
|
|
54470
|
+
<form
|
|
54471
|
+
src="${this.dataSrc}"
|
|
54472
54472
|
@submit="${this.addMember.bind(this)}"
|
|
54473
54473
|
>
|
|
54474
54474
|
<solid-form-dropdown-autocompletion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@startinblox/core",
|
|
3
|
-
"version": "0.19.1-beta.
|
|
3
|
+
"version": "0.19.1-beta.3",
|
|
4
4
|
"description": "This is a series of web component respecting both the web components standards and the Linked Data Platform convention.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|