@umbraco-cms/backoffice 14.0.0--preview006-6085f732 → 14.0.0--preview006-0420711d
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.
|
@@ -39,7 +39,7 @@ let UmbPropertyEditorUICollectionViewBulkActionPermissionsElement = class UmbPro
|
|
|
39
39
|
}
|
|
40
40
|
render() {
|
|
41
41
|
return html `<uui-toggle
|
|
42
|
-
?checked=${this.value.
|
|
42
|
+
?checked=${this.value.allowBulkPublish}
|
|
43
43
|
@change=${(e) => __classPrivateFieldGet(this, _UmbPropertyEditorUICollectionViewBulkActionPermissionsElement_instances, "m", _UmbPropertyEditorUICollectionViewBulkActionPermissionsElement_onChange).call(this, e, 'allowBulkPublish')}
|
|
44
44
|
label="Allow bulk publish (content only)"></uui-toggle>
|
|
45
45
|
<uui-toggle
|
|
@@ -57,7 +57,7 @@ let UmbPropertyEditorUICollectionViewBulkActionPermissionsElement = class UmbPro
|
|
|
57
57
|
<uui-toggle
|
|
58
58
|
?checked=${this.value.allowBulkDelete}
|
|
59
59
|
@change=${(e) => __classPrivateFieldGet(this, _UmbPropertyEditorUICollectionViewBulkActionPermissionsElement_instances, "m", _UmbPropertyEditorUICollectionViewBulkActionPermissionsElement_onChange).call(this, e, 'allowBulkDelete')}
|
|
60
|
-
label="Allow bulk delete"></uui-toggle
|
|
60
|
+
label="Allow bulk delete"></uui-toggle>`;
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
63
|
_UmbPropertyEditorUICollectionViewBulkActionPermissionsElement_instances = new WeakSet();
|