acr-assist-simulator-module
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.
42 lines (41 loc) • 2.71 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
import * as tslib_1 from "tslib";
import { BaseDataElement } from './base-data-element.model';
var DurationDataElement = /** @class */ (function (_super) {
tslib_1.__extends(DurationDataElement, _super);
function DurationDataElement() {
return _super !== null && _super.apply(this, arguments) || this;
}
return DurationDataElement;
}(BaseDataElement));
export { DurationDataElement };
function DurationDataElement_tsickle_Closure_declarations() {
/** @type {?} */
DurationDataElement.prototype.MinimumDay;
/** @type {?} */
DurationDataElement.prototype.MaximumDay;
/** @type {?} */
DurationDataElement.prototype.MinimumHours;
/** @type {?} */
DurationDataElement.prototype.MaximumHours;
/** @type {?} */
DurationDataElement.prototype.MinimumMinutes;
/** @type {?} */
DurationDataElement.prototype.MaxmimumMinutes;
/** @type {?} */
DurationDataElement.prototype.MinimumDayOverrider;
/** @type {?} */
DurationDataElement.prototype.MaximumDayOverrider;
/** @type {?} */
DurationDataElement.prototype.MinimumHoursOverrider;
/** @type {?} */
DurationDataElement.prototype.MaximumHoursOverrider;
/** @type {?} */
DurationDataElement.prototype.MinimumMinutesOverrider;
/** @type {?} */
DurationDataElement.prototype.MaxmimumMinutesOverrider;
}
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHVyYXRpb24tZGF0YS1lbGVtZW50Lm1vZGVsLmpzIiwic291cmNlUm9vdCI6Im5nOi8vYWNyLWFzc2lzdC1zaW11bGF0b3ItbW9kdWxlLyIsInNvdXJjZXMiOlsic3JjL2FwcC9tb2R1bGVzL2NvcmUvZWxlbWVudHMvbW9kZWxzL2R1cmF0aW9uLWRhdGEtZWxlbWVudC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUU1RCxJQUFBO0lBQXlDLCtDQUFlOzs7OzhCQUZ4RDtFQUV5QyxlQUFlLEVBY3ZELENBQUE7QUFkRCwrQkFjQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhc2VEYXRhRWxlbWVudCB9IGZyb20gJy4vYmFzZS1kYXRhLWVsZW1lbnQubW9kZWwnO1xyXG5cclxuZXhwb3J0IGNsYXNzIER1cmF0aW9uRGF0YUVsZW1lbnQgZXh0ZW5kcyBCYXNlRGF0YUVsZW1lbnQge1xyXG4gICAgTWluaW11bURheTogbnVtYmVyO1xyXG4gICAgTWF4aW11bURheTogbnVtYmVyO1xyXG4gICAgTWluaW11bUhvdXJzOiBudW1iZXI7XHJcbiAgICBNYXhpbXVtSG91cnM6IG51bWJlcjtcclxuICAgIE1pbmltdW1NaW51dGVzOiBudW1iZXI7XHJcbiAgICBNYXhtaW11bU1pbnV0ZXM6IG51bWJlcjtcclxuXHJcbiAgICBNaW5pbXVtRGF5T3ZlcnJpZGVyOiBudW1iZXI7XHJcbiAgICBNYXhpbXVtRGF5T3ZlcnJpZGVyOiBudW1iZXI7XHJcbiAgICBNaW5pbXVtSG91cnNPdmVycmlkZXI6IG51bWJlcjtcclxuICAgIE1heGltdW1Ib3Vyc092ZXJyaWRlcjogbnVtYmVyO1xyXG4gICAgTWluaW11bU1pbnV0ZXNPdmVycmlkZXI6IG51bWJlcjtcclxuICAgIE1heG1pbXVtTWludXRlc092ZXJyaWRlcjogbnVtYmVyO1xyXG59XHJcbiJdfQ==