UNPKG

ngx-schema-forms

Version:

New features: - Ajv schema validator. - Angular forms compatible: Property tree is created using FormGroup, FormArray and FormControl classes. - Array now properly loads initial data from model. - WidgetTyep: WidgetRegistry now supports WidgetType, now wo

32 lines (31 loc) 1.34 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc */ import * as tslib_1 from "tslib"; import { PropertyWidget } from './widget'; // unsupported: template constraints. /** * @abstract * @template T */ var // unsupported: template constraints. /** * @abstract * @template T */ IntegerWidget = /** @class */ (function (_super) { tslib_1.__extends(IntegerWidget, _super); function IntegerWidget() { return _super !== null && _super.apply(this, arguments) || this; } return IntegerWidget; }(PropertyWidget)); // unsupported: template constraints. /** * @abstract * @template T */ export { IntegerWidget }; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW50ZWdlci53aWRnZXQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9uZ3gtc2NoZW1hLWZvcm1zLyIsInNvdXJjZXMiOlsibGliL3dpZGdldHMvYmFzZS9pbnRlZ2VyLndpZGdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQVUsTUFBTSxVQUFVLENBQUM7Ozs7OztBQUVsRDs7Ozs7O0FBQUE7SUFDUSx5Q0FBaUI7Ozs7d0JBSHpCO0VBR1EsY0FBYyxFQUFPLENBQUE7Ozs7OztBQUQ3Qix5QkFDNkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQcm9wZXJ0eVdpZGdldCwgV2lkZ2V0IH0gZnJvbSAnLi93aWRnZXQnO1xuXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgSW50ZWdlcldpZGdldDxUIGV4dGVuZHMgV2lkZ2V0ID0gV2lkZ2V0PlxuZXh0ZW5kcyBQcm9wZXJ0eVdpZGdldDxUPiB7IH1cbiJdfQ==