UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

60 lines (54 loc) 2.43 kB
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common')) : typeof define === 'function' && define.amd ? define('ng-devui/text-input', ['exports', '@angular/core', '@angular/common'], factory) : (global = global || self, factory((global['ng-devui'] = global['ng-devui'] || {}, global['ng-devui']['text-input'] = {}), global.ng.core, global.ng.common)); }(this, (function (exports, core, common) { 'use strict'; /** * @fileoverview added by tsickle * Generated from: text-input.directive.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ var TextDirective = /** @class */ (function () { function TextDirective() { } TextDirective.decorators = [ { type: core.Directive, args: [{ selector: '[dTextInput]', exportAs: 'dTextInput', },] } ]; /** @nocollapse */ TextDirective.ctorParameters = function () { return []; }; TextDirective.propDecorators = { error: [{ type: core.Input }, { type: core.HostBinding, args: ['class.error',] }] }; return TextDirective; }()); if (false) { /** @type {?} */ TextDirective.prototype.error; } /** * @fileoverview added by tsickle * Generated from: text-input.module.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ var TextInputModule = /** @class */ (function () { function TextInputModule() { } TextInputModule.decorators = [ { type: core.NgModule, args: [{ imports: [ common.CommonModule, ], exports: [TextDirective], declarations: [TextDirective], },] } ]; return TextInputModule; }()); exports.TextDirective = TextDirective; exports.TextInputModule = TextInputModule; Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=ng-devui-text-input.umd.js.map