@umbraco-cms/backoffice
Advanced tools
Comparing version
@@ -23,3 +23,3 @@ import { HTMLElementConstructor } from './models'; | ||
*/ | ||
declare const UmbControllerHostMixin: <T extends HTMLElementConstructor<HTMLElement>>(superClass: T) => HTMLElementConstructor<UmbControllerHostElement> & T; | ||
declare const UmbControllerHostMixin: <T extends HTMLElementConstructor>(superClass: T) => HTMLElementConstructor<UmbControllerHostElement> & T; | ||
declare global { | ||
@@ -26,0 +26,0 @@ interface HTMLElement { |
@@ -16,4 +16,4 @@ import { Observable } from 'rxjs'; | ||
} | ||
declare const UmbElementMixin: <T extends HTMLElementConstructor<HTMLElement>>(superClass: T) => HTMLElementConstructor<UmbElementMixinInterface> & T; | ||
declare const UmbElementMixin: <T extends HTMLElementConstructor>(superClass: T) => HTMLElementConstructor<UmbElementMixinInterface> & T; | ||
export { UmbElementMixin, UmbElementMixinInterface }; |
@@ -107,3 +107,3 @@ import * as rxjs from 'rxjs'; | ||
host: UmbControllerHostElement; | ||
readonly modals: rxjs.Observable<UmbModalHandler<object, any>[]>; | ||
readonly modals: rxjs.Observable<UmbModalHandler[]>; | ||
constructor(host: UmbControllerHostElement); | ||
@@ -110,0 +110,0 @@ search(): UmbModalHandler<any, any>; |
{ | ||
"name": "@umbraco-cms/backoffice", | ||
"version": "1.0.0-next.23b74307", | ||
"version": "1.0.0-next.2808ac04", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
551121
0.77%15985
0.83%0
-100%