@startinblox/core 0.19.1-beta.6 → 0.19.1-beta.7
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 +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54413,11 +54413,7 @@ const SolidMemberAdd = {
|
|
|
54413
54413
|
},
|
|
54414
54414
|
classSubmitButton: {
|
|
54415
54415
|
type: String,
|
|
54416
|
-
default:
|
|
54417
|
-
callback: function(newValue, oldValue) {
|
|
54418
|
-
if (newValue !== oldValue)
|
|
54419
|
-
this.planRender();
|
|
54420
|
-
}
|
|
54416
|
+
default: void 0
|
|
54421
54417
|
}
|
|
54422
54418
|
},
|
|
54423
54419
|
initialState: {
|
|
@@ -54493,7 +54489,11 @@ const SolidMemberAdd = {
|
|
|
54493
54489
|
name="users"
|
|
54494
54490
|
@change="${this.changeSelectedUser.bind(this)}"
|
|
54495
54491
|
></solid-form-dropdown-autocompletion>
|
|
54496
|
-
<
|
|
54492
|
+
<div class=${ifDefined(this.classSubmitButton)}>
|
|
54493
|
+
<button type="submit">
|
|
54494
|
+
${this.addMemberLabel}
|
|
54495
|
+
</button>
|
|
54496
|
+
</div>
|
|
54497
54497
|
</form>
|
|
54498
54498
|
|
|
54499
54499
|
${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.7",
|
|
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",
|