@newsletterstudio/umbraco 17.0.5 → 17.0.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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
|
|
2
2
|
import type { NsTimelineEventType } from './ns-timeline-event.element.js';
|
|
3
3
|
/**
|
|
4
|
-
* ns-timeline-icon
|
|
5
|
-
*/
|
|
4
|
+
* ns-timeline-icon
|
|
5
|
+
*/
|
|
6
6
|
export declare class NsTimelineIconElement extends UmbLitElement {
|
|
7
7
|
#private;
|
|
8
8
|
look: NsTimelineEventType;
|
package/dist/modules/administration/list/components/ns-administration-connect-license.element.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { UmbElement } from '@umbraco-cms/backoffice/element-api';
|
|
1
2
|
import type { UUIButtonState } from '@umbraco-ui/uui';
|
|
2
3
|
import type { LicenseResponseFrontendModel, LicenseWorkspaceRequestFrontendModel, WorkspaceListItemFrontendModel } from '@newsletterstudio/umbraco/backend';
|
|
3
4
|
import { LitElement } from '@newsletterstudio/umbraco/lit';
|
|
@@ -11,12 +12,12 @@ type LicenseWorkspaceRequestFrontendModelWithDropDown = LicenseWorkspaceRequestF
|
|
|
11
12
|
key: string;
|
|
12
13
|
}[];
|
|
13
14
|
};
|
|
14
|
-
declare const NsAdministrationConnectLicenseElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<
|
|
15
|
+
declare const NsAdministrationConnectLicenseElement_base: import("@umbraco-cms/backoffice/extension-api").HTMLElementConstructor<UmbElement> & typeof LitElement;
|
|
15
16
|
/**
|
|
16
|
-
* ns-administration-connect-license description
|
|
17
|
-
* @element ns-administration-connect-license
|
|
18
|
-
* @fires CustomEvent#change - Changed event is fired when mapping status has been changed, this should reload stuff from the server.
|
|
19
|
-
*/
|
|
17
|
+
* ns-administration-connect-license description
|
|
18
|
+
* @element ns-administration-connect-license
|
|
19
|
+
* @fires CustomEvent#change - Changed event is fired when mapping status has been changed, this should reload stuff from the server.
|
|
20
|
+
*/
|
|
20
21
|
export declare class NsAdministrationConnectLicenseElement extends NsAdministrationConnectLicenseElement_base {
|
|
21
22
|
#private;
|
|
22
23
|
workspaces?: WorkspaceListItemFrontendModel[];
|