UNPKG

jiro-ui

Version:

A Mithril.js UI library based from construct-ui

27 lines (26 loc) 697 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PopoverPosition = exports.PopoverInteraction = void 0; exports.PopoverInteraction = { CLICK: 'click', CLICK_TRIGGER: 'click-trigger', HOVER: 'hover', HOVER_TRIGGER: 'hover-trigger' }; exports.PopoverPosition = { AUTO: 'auto', AUTO_START: 'auto-start', AUTO_END: 'auto-end', TOP: 'top', TOP_START: 'top-start', TOP_END: 'top-end', RIGHT: 'right', RIGHT_START: 'right-start', RIGHT_END: 'right-end', BOTTOM: 'bottom', BOTTOM_START: 'bottom-start', BOTTOM_END: 'bottom-end', LEFT: 'left', LEFT_START: 'left-start', LEFT_END: 'left-end' };