/* eslint-disable */ /* tslint:disable */ /** * This is an autogenerated file created by the Stencil compiler. * It contains typing information for all components that exist in this project. */ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime"; import { OrderChangeHandler } from "./shared/sortable/sortable"; import { Upload } from "./shared/file-input/types"; import { VNode } from "./stencil-public-runtime"; export { OrderChangeHandler } from "./shared/sortable/sortable"; export { Upload } from "./shared/file-input/types"; export { VNode } from "./stencil-public-runtime"; export namespace Components { interface BaroohaApp { "api"?: string; "backend"?: string; } interface BaroohaCarousel { "items": any[]; } interface BaroohaColorpicker { "_key"?: string; "initialColor": string; "updated"?: (color: string) => void; } interface BaroohaEdit { "_": number; } interface BaroohaFill { "_": number; } interface BaroohaLogin { "_"?: number; } interface BaroohaOverview { "_": number; } interface BaroohaSortable { "_key"?: string; "class"?: string; "updated"?: OrderChangeHandler; } interface BaroohaText { "name"?: string; "placeholder"?: string; "required"?: boolean; "value": string; } interface CopyToClipboard { "class"?: string; "color"?: string; "imageUrl"?: string; "text": string; } interface ExpandableText { } interface FileInput { "accept": string; "label": string; "multiple": boolean; } interface SheetComponent { "footer"?: VNode; "header"?: string | VNode; } interface SheetPortalComponent { "footer"?: VNode; "header"?: string | VNode; } interface VideoCapture { "facingMode"?: VideoFacingModeEnum; } interface VideoPlayback { "class": string; "poster": string; "src": string; } } export interface BaroohaTextCustomEvent extends CustomEvent { detail: T; target: HTMLBaroohaTextElement; } export interface FileInputCustomEvent extends CustomEvent { detail: T; target: HTMLFileInputElement; } export interface SheetComponentCustomEvent extends CustomEvent { detail: T; target: HTMLSheetComponentElement; } export interface SheetPortalComponentCustomEvent extends CustomEvent { detail: T; target: HTMLSheetPortalComponentElement; } declare global { interface HTMLBaroohaAppElement extends Components.BaroohaApp, HTMLStencilElement { } var HTMLBaroohaAppElement: { prototype: HTMLBaroohaAppElement; new (): HTMLBaroohaAppElement; }; interface HTMLBaroohaCarouselElement extends Components.BaroohaCarousel, HTMLStencilElement { } var HTMLBaroohaCarouselElement: { prototype: HTMLBaroohaCarouselElement; new (): HTMLBaroohaCarouselElement; }; interface HTMLBaroohaColorpickerElement extends Components.BaroohaColorpicker, HTMLStencilElement { } var HTMLBaroohaColorpickerElement: { prototype: HTMLBaroohaColorpickerElement; new (): HTMLBaroohaColorpickerElement; }; interface HTMLBaroohaEditElement extends Components.BaroohaEdit, HTMLStencilElement { } var HTMLBaroohaEditElement: { prototype: HTMLBaroohaEditElement; new (): HTMLBaroohaEditElement; }; interface HTMLBaroohaFillElement extends Components.BaroohaFill, HTMLStencilElement { } var HTMLBaroohaFillElement: { prototype: HTMLBaroohaFillElement; new (): HTMLBaroohaFillElement; }; interface HTMLBaroohaLoginElement extends Components.BaroohaLogin, HTMLStencilElement { } var HTMLBaroohaLoginElement: { prototype: HTMLBaroohaLoginElement; new (): HTMLBaroohaLoginElement; }; interface HTMLBaroohaOverviewElement extends Components.BaroohaOverview, HTMLStencilElement { } var HTMLBaroohaOverviewElement: { prototype: HTMLBaroohaOverviewElement; new (): HTMLBaroohaOverviewElement; }; interface HTMLBaroohaSortableElement extends Components.BaroohaSortable, HTMLStencilElement { } var HTMLBaroohaSortableElement: { prototype: HTMLBaroohaSortableElement; new (): HTMLBaroohaSortableElement; }; interface HTMLBaroohaTextElement extends Components.BaroohaText, HTMLStencilElement { } var HTMLBaroohaTextElement: { prototype: HTMLBaroohaTextElement; new (): HTMLBaroohaTextElement; }; interface HTMLCopyToClipboardElement extends Components.CopyToClipboard, HTMLStencilElement { } var HTMLCopyToClipboardElement: { prototype: HTMLCopyToClipboardElement; new (): HTMLCopyToClipboardElement; }; interface HTMLExpandableTextElement extends Components.ExpandableText, HTMLStencilElement { } var HTMLExpandableTextElement: { prototype: HTMLExpandableTextElement; new (): HTMLExpandableTextElement; }; interface HTMLFileInputElement extends Components.FileInput, HTMLStencilElement { } var HTMLFileInputElement: { prototype: HTMLFileInputElement; new (): HTMLFileInputElement; }; interface HTMLSheetComponentElement extends Components.SheetComponent, HTMLStencilElement { } var HTMLSheetComponentElement: { prototype: HTMLSheetComponentElement; new (): HTMLSheetComponentElement; }; interface HTMLSheetPortalComponentElement extends Components.SheetPortalComponent, HTMLStencilElement { } var HTMLSheetPortalComponentElement: { prototype: HTMLSheetPortalComponentElement; new (): HTMLSheetPortalComponentElement; }; interface HTMLVideoCaptureElement extends Components.VideoCapture, HTMLStencilElement { } var HTMLVideoCaptureElement: { prototype: HTMLVideoCaptureElement; new (): HTMLVideoCaptureElement; }; interface HTMLVideoPlaybackElement extends Components.VideoPlayback, HTMLStencilElement { } var HTMLVideoPlaybackElement: { prototype: HTMLVideoPlaybackElement; new (): HTMLVideoPlaybackElement; }; interface HTMLElementTagNameMap { "barooha-app": HTMLBaroohaAppElement; "barooha-carousel": HTMLBaroohaCarouselElement; "barooha-colorpicker": HTMLBaroohaColorpickerElement; "barooha-edit": HTMLBaroohaEditElement; "barooha-fill": HTMLBaroohaFillElement; "barooha-login": HTMLBaroohaLoginElement; "barooha-overview": HTMLBaroohaOverviewElement; "barooha-sortable": HTMLBaroohaSortableElement; "barooha-text": HTMLBaroohaTextElement; "copy-to-clipboard": HTMLCopyToClipboardElement; "expandable-text": HTMLExpandableTextElement; "file-input": HTMLFileInputElement; "sheet-component": HTMLSheetComponentElement; "sheet-portal-component": HTMLSheetPortalComponentElement; "video-capture": HTMLVideoCaptureElement; "video-playback": HTMLVideoPlaybackElement; } } declare namespace LocalJSX { interface BaroohaApp { "api"?: string; "backend"?: string; } interface BaroohaCarousel { "items"?: any[]; } interface BaroohaColorpicker { "_key"?: string; "initialColor"?: string; "updated"?: (color: string) => void; } interface BaroohaEdit { "_"?: number; } interface BaroohaFill { "_"?: number; } interface BaroohaLogin { "_"?: number; } interface BaroohaOverview { "_"?: number; } interface BaroohaSortable { "_key"?: string; "class"?: string; "updated"?: OrderChangeHandler; } interface BaroohaText { "name"?: string; "onChanged"?: (event: BaroohaTextCustomEvent) => void; "onFocused"?: (event: BaroohaTextCustomEvent) => void; "onInputed"?: (event: BaroohaTextCustomEvent) => void; "placeholder"?: string; "required"?: boolean; "value"?: string; } interface CopyToClipboard { "class"?: string; "color"?: string; "imageUrl"?: string; "text"?: string; } interface ExpandableText { } interface FileInput { "accept"?: string; "label"?: string; "multiple"?: boolean; "onUploadedFiles"?: (event: FileInputCustomEvent) => void; } interface SheetComponent { "footer"?: VNode; "header"?: string | VNode; "onClose"?: (event: SheetComponentCustomEvent) => void; } interface SheetPortalComponent { "footer"?: VNode; "header"?: string | VNode; "onClose"?: (event: SheetPortalComponentCustomEvent) => void; } interface VideoCapture { "facingMode"?: VideoFacingModeEnum; } interface VideoPlayback { "class"?: string; "poster"?: string; "src"?: string; } interface IntrinsicElements { "barooha-app": BaroohaApp; "barooha-carousel": BaroohaCarousel; "barooha-colorpicker": BaroohaColorpicker; "barooha-edit": BaroohaEdit; "barooha-fill": BaroohaFill; "barooha-login": BaroohaLogin; "barooha-overview": BaroohaOverview; "barooha-sortable": BaroohaSortable; "barooha-text": BaroohaText; "copy-to-clipboard": CopyToClipboard; "expandable-text": ExpandableText; "file-input": FileInput; "sheet-component": SheetComponent; "sheet-portal-component": SheetPortalComponent; "video-capture": VideoCapture; "video-playback": VideoPlayback; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "barooha-app": LocalJSX.BaroohaApp & JSXBase.HTMLAttributes; "barooha-carousel": LocalJSX.BaroohaCarousel & JSXBase.HTMLAttributes; "barooha-colorpicker": LocalJSX.BaroohaColorpicker & JSXBase.HTMLAttributes; "barooha-edit": LocalJSX.BaroohaEdit & JSXBase.HTMLAttributes; "barooha-fill": LocalJSX.BaroohaFill & JSXBase.HTMLAttributes; "barooha-login": LocalJSX.BaroohaLogin & JSXBase.HTMLAttributes; "barooha-overview": LocalJSX.BaroohaOverview & JSXBase.HTMLAttributes; "barooha-sortable": LocalJSX.BaroohaSortable & JSXBase.HTMLAttributes; "barooha-text": LocalJSX.BaroohaText & JSXBase.HTMLAttributes; "copy-to-clipboard": LocalJSX.CopyToClipboard & JSXBase.HTMLAttributes; "expandable-text": LocalJSX.ExpandableText & JSXBase.HTMLAttributes; "file-input": LocalJSX.FileInput & JSXBase.HTMLAttributes; "sheet-component": LocalJSX.SheetComponent & JSXBase.HTMLAttributes; "sheet-portal-component": LocalJSX.SheetPortalComponent & JSXBase.HTMLAttributes; "video-capture": LocalJSX.VideoCapture & JSXBase.HTMLAttributes; "video-playback": LocalJSX.VideoPlayback & JSXBase.HTMLAttributes; } } }