@breadstone/ziegel-presentation
Namespaces
Enumerations
| Enumeration | Description |
|---|---|
| AspectRatio | AspectRatio - Enum which describes 3 possible aspect ratio options. |
| DisplayDensity | DisplayDensity - Enum which describes 3 possible density options. |
| FileAs | FileAs - An enum of all possible FileReader read as methods. |
| ImageLoaderState | - |
| Key | Key - An enumeration of all of the possible key values on a keyboard. |
| KeyName | A const enum that includes all non-printable string values one can expect from $event.key. For example, this enum includes values like "CapsLock", "Backspace", and "AudioVolumeMute", but does not include values like "a", "A", "#", "é", or "¿". Auto generated from MDN: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values#Speech_recognition_keys |
| ModifierKeys | ModifierKeys - The ModifierKeys enumeration describes a set of common keys used to modify other input operations. |
Classes
| Class | Description |
|---|---|
| AccentSkinInfo | - |
| AriaDescriber | - |
| AriaRef | - |
| AudioClient | An AudioClient is an HTMLAudioElement-like object that uses AudioContext to circumvent browser limitations. |
| CornerRadius | - |
| DensityManager | A manager that handles the display density of html elements. |
| Emoji | - |
| EmojiGroup | - |
| EmojiService | - |
| EmptyTheme | - |
| FileHandler | Read every file as promised based solution. |
| FileReadException | - |
| FocusTrapManager | - |
| FocusTrapManagerConfig | - |
| ImageLoader | - |
| KeyGesture | - |
| Length | - |
| LinkTargetProvider | - |
| MaterialAccentPalette | The MaterialAccentPalette class. |
| MaterialSchemePalette | The MaterialSchemePalette class. |
| MaterialTheme | - |
| MissingIdException | - |
| OperatingSystemThemeDetector | - |
| Palette | - |
| Point | Represents an ordered pair of x and y coordinates that define a point in a two-dimensional plane. |
| QuerySelectorElementException | - |
| RAF | - |
| Rect | - |
| SchemeSkinInfo | - |
| Size | - |
| SkinInfo | - |
| Theme | - |
| ThemeManager | - |
| ThemeManagerLocator | - |
| Thickness | - |
Interfaces
| Interface | Description |
|---|---|
| IAriaRef | - |
| IAriaValue | - |
| IAudioClientOptions | Options that may be passed to AudioClient for dependency injection. |
| ICommand | - |
| ICornerRadius | - |
| IEmojiService | - |
| ILinkTargetProvider | - |
| IOperatingSystemThemeDetector | - |
| IPalette | - |
| IPaletteEntry | - |
| IPoint | - |
| IRAFInit | - |
| IReactiveCommand | Encapsulates a user action behind a reactive interface. This is for interop inside for the command binding. Not meant for external use due to the fact it doesn't implement ICommand to force the user to favor the Reactive style command execution. |
| IRect | - |
| IResult | - |
| ISize | - |
| ISkinInfo | - |
| IThemeManager | - |
| IThickness | - |
Type Aliases
| Type Alias | Description |
|---|---|
| AngleUnit | - |
| AriaAttribute | - |
| CornerRadiusLike | Represents a corner radius like object. |
| FrequencyUnit | - |
| LengthUnit | - |
| LinkTarget | - |
| OperatingSystemTheme | - |
| PercentageUnit | - |
| PointLike | Represents a point like object. |
| RectLike | Represents a size like object. |
| ResolutionUnit | - |
| SizeLike | Represents a size like object. |
| SkinType | - |
| ThicknessLike | Represents a thickness like object. |
| TimeUnit | - |
| Unit | - |
Variables
| Variable | Description |
|---|---|
| ANGLE_UNIT | - |
| FREQUENCY_UNIT | - |
| LENGTH_UNIT | - |
| MAIL_TO_URL_SCHEMA | The url mailto schema. |
| PERCENTAGE_UNIT | - |
| RESOLUTION_UNIT | - |
| TEL_URL_SCHEMA | The url tel schema. |
| TIME_UNIT | - |
| UNIT | - |
Functions
| Function | Description |
|---|---|
| cssUnitConvert | converts a CSS unit to another css unit. |
| isCornerRadiusLike | The isCornerRadiusLike() method determines whether an object is an CornerRadiusLike. This function returns true if the object is an CornerRadiusLike, and false if not. |
| isPointLike | The isPointLike() method determines whether an object is an PointLike This function returns true if the object is an PointLike, and false if not. |
| isRectLike | The isRectLike() method determines whether an object is an RectLike This function returns true if the object is an RectLike, and false if not. |
| isSizeLike | The isSizeLike() method determines whether an object is an SizeLike This function returns true if the object is an SizeLike, and false if not. |
| isThicknessLike | The isThicknessLike() method determines whether an object is an ThicknessLike. This function returns true if the object is an ThicknessLike, and false if not. |