import $ from 'jquery';
import Constraint from './constraint';
import UI from './ui';
import Utils from './utils';
var Field = function (field, domOptions, options, parsleyFormInstance) {
this.__class__ = 'Field';
this.element = field;
this.$element = $(field);