UNPKG

ngx-academia-uniandes-library

Version:

This library is used for Academia-Uniandes system.

20 lines 887 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SearchComboBoxGenericModel = /** @class */ (function () { function SearchComboBoxGenericModel(urlService, queryParams, body, collectionName, optionField, placeholder, optionsLimit, findBy, totalRecordsName) { this.urlService = urlService; this.queryParams = queryParams; this.collectionName = collectionName; this.optionField = optionField; this.placeholder = placeholder; this.optionsLimit = optionsLimit; this.totalRecordsName = totalRecordsName; if (body && findBy) { this.body = body; this.findBy = findBy; } } return SearchComboBoxGenericModel; }()); exports.SearchComboBoxGenericModel = SearchComboBoxGenericModel; //# sourceMappingURL=search-combo-box-generic.model.js.map