UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

35 lines (27 loc) 655 B
class odaFormLayout extends odaComponent { title = ''; icon = ''; subIcon = ''; iconSize = 24; allowClose = false; sidePadding: number; _parentWidth = 0; _parentHeight = 0; float: boolean; dialog: boolean; unique = ''; _parentForm: odaFormLayout; zIndex: number; focused: boolean; track(e: TrackEvent) _getAllForms(): Set<FormLayout>; _getChildForms(): Set<FormLayout>; _top(): void; _applyMove(): void; _applyResize(): void; _checkTitleIsSmall(): boolean; _updateTrackListen(): void; _resize(): void; _setTransform(): void; _toggleSize(): void; }