@newsletterstudio/umbraco 14.0.5 → 14.0.6
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.
|
@@ -2,8 +2,8 @@ import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
|
|
|
2
2
|
import type { TransactionalEmailPickerWorkspaceFrontendModel, TransactionalEmailPropertyEditorSelectionFrontendModel, TransactionalEmailPropertyEditorValueModel } from '@newsletterstudio/umbraco/backend';
|
|
3
3
|
declare const NsTransactionalEmailPickerElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<import("@umbraco-cms/backoffice/validation").UmbFormControlMixinElement<TransactionalEmailPropertyEditorValueModel[]>> & typeof UmbLitElement;
|
|
4
4
|
/**
|
|
5
|
-
* ns-
|
|
6
|
-
* @element ns-
|
|
5
|
+
* ns-transactional-email-picker description
|
|
6
|
+
* @element ns-transactional-email-picker
|
|
7
7
|
* @fires CustomEvent#change - When selection changes
|
|
8
8
|
*/
|
|
9
9
|
export declare class NsTransactionalEmailPickerElement extends NsTransactionalEmailPickerElement_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newsletterstudio/umbraco",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "14.0.
|
|
4
|
+
"version": "14.0.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": null,
|
|
@@ -27,6 +27,9 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
|
+
"volta": {
|
|
31
|
+
"node": "20.9.0"
|
|
32
|
+
},
|
|
30
33
|
"peerDependencies": {
|
|
31
34
|
"@umbraco-cms/backoffice": "^14.3.0",
|
|
32
35
|
"@umbraco-ui/uui": "^1.10.0",
|