@startinblox/core 0.19.1-beta.8 → 0.19.1-beta.9
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
|
@@ -54135,7 +54135,7 @@ const SolidMembership = {
|
|
|
54135
54135
|
this.planRender();
|
|
54136
54136
|
}
|
|
54137
54137
|
},
|
|
54138
|
-
|
|
54138
|
+
classSubmitButton: {
|
|
54139
54139
|
type: String,
|
|
54140
54140
|
default: void 0
|
|
54141
54141
|
}
|
|
@@ -54242,7 +54242,7 @@ const SolidMembership = {
|
|
|
54242
54242
|
button = html$1`
|
|
54243
54243
|
<solid-ac-checker data-src="${this.dataSrc}"
|
|
54244
54244
|
permission="acl:Read"
|
|
54245
|
-
class=${ifDefined(this.
|
|
54245
|
+
class=${ifDefined(this.classSubmitButton)}
|
|
54246
54246
|
>
|
|
54247
54247
|
<button @click=${this.changeMembership.bind(this)}>${this.dataLeaveLabel || this.t("solid-leave-group.button")}</button>
|
|
54248
54248
|
${this.getModalDialog()}
|
|
@@ -54252,7 +54252,7 @@ const SolidMembership = {
|
|
|
54252
54252
|
button = html$1`
|
|
54253
54253
|
<solid-ac-checker data-src="${this.dataSrc}"
|
|
54254
54254
|
permission="acl:Read"
|
|
54255
|
-
class=${ifDefined(this.
|
|
54255
|
+
class=${ifDefined(this.classSubmitButton)}
|
|
54256
54256
|
>
|
|
54257
54257
|
<button @click=${this.changeMembership.bind(this)}>${this.dataJoinLabel || this.t("solid-join-group.button")}</button>
|
|
54258
54258
|
${this.getModalDialog()}
|
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.9",
|
|
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",
|