Skip to content
@breadstone/ziegel-presentation Auto-generated

@breadstone/ziegel-presentation

Namespaces

NamespaceDescription
Dimension-
DocumentExtensions-
DOMTokenListExtensions-
FileListExtensions-
HtmlCollectionExtensions-
HTMLElementExtensions-
NodeListExtensions-
NumberExtensions-
Platform-
StringExtensions-

Enumerations

EnumerationDescription
AspectRatioAspectRatio - Enum which describes 3 possible aspect ratio options.
DisplayDensityDisplayDensity - Enum which describes 3 possible density options.
FileAsFileAs - An enum of all possible FileReader read as methods.
ImageLoaderState-
KeyKey - An enumeration of all of the possible key values on a keyboard.
KeyNameA 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
ModifierKeysModifierKeys - The ModifierKeys enumeration describes a set of common keys used to modify other input operations.

Classes

ClassDescription
AccentSkinInfo-
AriaDescriber-
AriaRef-
AudioClientAn AudioClient is an HTMLAudioElement-like object that uses AudioContext to circumvent browser limitations.
CornerRadius-
DensityManagerA manager that handles the display density of html elements.
Emoji-
EmojiGroup-
EmojiService-
EmptyTheme-
FileHandlerRead every file as promised based solution.
FileReadException-
FocusTrapManager-
FocusTrapManagerConfig-
ImageLoader-
KeyGesture-
Length-
LinkTargetProvider-
MaterialAccentPaletteThe MaterialAccentPalette class.
MaterialSchemePaletteThe MaterialSchemePalette class.
MaterialTheme-
MissingIdException-
OperatingSystemThemeDetector-
Palette-
PointRepresents 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

InterfaceDescription
IAriaRef-
IAriaValue-
IAudioClientOptionsOptions that may be passed to AudioClient for dependency injection.
ICommand-
ICornerRadius-
IEmojiService-
ILinkTargetProvider-
IOperatingSystemThemeDetector-
IPalette-
IPaletteEntry-
IPoint-
IRAFInit-
IReactiveCommandEncapsulates 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 AliasDescription
AngleUnit-
AriaAttribute-
CornerRadiusLikeRepresents a corner radius like object.
FrequencyUnit-
LengthUnit-
LinkTarget-
OperatingSystemTheme-
PercentageUnit-
PointLikeRepresents a point like object.
RectLikeRepresents a size like object.
ResolutionUnit-
SizeLikeRepresents a size like object.
SkinType-
ThicknessLikeRepresents a thickness like object.
TimeUnit-
Unit-

Variables

VariableDescription
ANGLE_UNIT-
FREQUENCY_UNIT-
LENGTH_UNIT-
MAIL_TO_URL_SCHEMAThe url mailto schema.
PERCENTAGE_UNIT-
RESOLUTION_UNIT-
TEL_URL_SCHEMAThe url tel schema.
TIME_UNIT-
UNIT-

Functions

FunctionDescription
cssUnitConvertconverts a CSS unit to another css unit.
isCornerRadiusLikeThe isCornerRadiusLike() method determines whether an object is an CornerRadiusLike. This function returns true if the object is an CornerRadiusLike, and false if not.
isPointLikeThe isPointLike() method determines whether an object is an PointLike This function returns true if the object is an PointLike, and false if not.
isRectLikeThe isRectLike() method determines whether an object is an RectLike This function returns true if the object is an RectLike, and false if not.
isSizeLikeThe isSizeLike() method determines whether an object is an SizeLike This function returns true if the object is an SizeLike, and false if not.
isThicknessLikeThe isThicknessLike() method determines whether an object is an ThicknessLike. This function returns true if the object is an ThicknessLike, and false if not.

Released under the MIT License.