@newsletterstudio/umbraco 15.0.5 → 15.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,17 +2,19 @@ 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-mailing-list-picker description
6
- * @element ns-mailing-list-picker
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 {
10
10
  #private;
11
11
  min: number;
12
12
  max: number;
13
- _value: TransactionalEmailPropertyEditorValueModel[];
13
+ /** Configure to only show a certain workspace */
14
+ workspaceKey?: string;
14
15
  set value(value: TransactionalEmailPropertyEditorValueModel[] | undefined);
15
16
  get value(): TransactionalEmailPropertyEditorValueModel[] | undefined;
17
+ _value: TransactionalEmailPropertyEditorValueModel[];
16
18
  _workspaces?: TransactionalEmailPickerWorkspaceFrontendModel[];
17
19
  /** Holds the local "state" for listing items in the component, the value-property will be updated with parts of this information */
18
20
  _model: NsTransactionalEmailPickerSortableListItem[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newsletterstudio/umbraco",
3
3
  "private": false,
4
- "version": "15.0.5",
4
+ "version": "15.0.6",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": null,