@@ -10,12 +10,6 @@ import { HTMLStencilElement, JSXBase } from '@stencil/core/internal';
1010
1111
1212export namespace Components {
13- interface DotcmsContainer {
14- 'container' : { acceptTypes : string ; inode : string ; identifier : string ; uuid : string ; maxContentlets : string ; } ;
15- }
16- interface DotcmsContentlet {
17- 'contentlet' : { inode : string ; identifier : string ; contentType : string ; baseType : string ; dotLang : string ; title : string ; dotCanEdit : string ; dotContentTypeId : string ; } ;
18- }
1913 interface DotcmsEmaContainer {
2014 'container' : { acceptTypes : string ; inode : string ; identifier : string ; uuid : string ; maxContentlets : string ; } ;
2115 }
@@ -27,18 +21,6 @@ export namespace Components {
2721declare global {
2822
2923
30- interface HTMLDotcmsContainerElement extends Components . DotcmsContainer , HTMLStencilElement { }
31- const HTMLDotcmsContainerElement : {
32- prototype : HTMLDotcmsContainerElement ;
33- new ( ) : HTMLDotcmsContainerElement ;
34- } ;
35-
36- interface HTMLDotcmsContentletElement extends Components . DotcmsContentlet , HTMLStencilElement { }
37- const HTMLDotcmsContentletElement : {
38- prototype : HTMLDotcmsContentletElement ;
39- new ( ) : HTMLDotcmsContentletElement ;
40- } ;
41-
4224 interface HTMLDotcmsEmaContainerElement extends Components . DotcmsEmaContainer , HTMLStencilElement { }
4325 const HTMLDotcmsEmaContainerElement : {
4426 prototype : HTMLDotcmsEmaContainerElement ;
@@ -51,20 +33,12 @@ declare global {
5133 new ( ) : HTMLDotcmsEmaContentletElement ;
5234 } ;
5335 interface HTMLElementTagNameMap {
54- 'dotcms-container' : HTMLDotcmsContainerElement ;
55- 'dotcms-contentlet' : HTMLDotcmsContentletElement ;
5636 'dotcms-ema-container' : HTMLDotcmsEmaContainerElement ;
5737 'dotcms-ema-contentlet' : HTMLDotcmsEmaContentletElement ;
5838 }
5939}
6040
6141declare namespace LocalJSX {
62- interface DotcmsContainer {
63- 'container' ?: { acceptTypes : string ; inode : string ; identifier : string ; uuid : string ; maxContentlets : string ; } ;
64- }
65- interface DotcmsContentlet {
66- 'contentlet' ?: { inode : string ; identifier : string ; contentType : string ; baseType : string ; dotLang : string ; title : string ; dotCanEdit : string ; dotContentTypeId : string ; } ;
67- }
6842 interface DotcmsEmaContainer {
6943 'container' ?: { acceptTypes : string ; inode : string ; identifier : string ; uuid : string ; maxContentlets : string ; } ;
7044 }
@@ -73,8 +47,6 @@ declare namespace LocalJSX {
7347 }
7448
7549 interface IntrinsicElements {
76- 'dotcms-container' : DotcmsContainer ;
77- 'dotcms-contentlet' : DotcmsContentlet ;
7850 'dotcms-ema-container' : DotcmsEmaContainer ;
7951 'dotcms-ema-contentlet' : DotcmsEmaContentlet ;
8052 }
@@ -86,8 +58,6 @@ export { LocalJSX as JSX };
8658declare module "@stencil/core" {
8759 export namespace JSX {
8860 interface IntrinsicElements {
89- 'dotcms-container' : LocalJSX . DotcmsContainer & JSXBase . HTMLAttributes < HTMLDotcmsContainerElement > ;
90- 'dotcms-contentlet' : LocalJSX . DotcmsContentlet & JSXBase . HTMLAttributes < HTMLDotcmsContentletElement > ;
9161 'dotcms-ema-container' : LocalJSX . DotcmsEmaContainer & JSXBase . HTMLAttributes < HTMLDotcmsEmaContainerElement > ;
9262 'dotcms-ema-contentlet' : LocalJSX . DotcmsEmaContentlet & JSXBase . HTMLAttributes < HTMLDotcmsEmaContentletElement > ;
9363 }
0 commit comments