aurelia-bootstrap-select
Version:
An Aurelia Custom Element for the 3rd party addon [Bootstrap-Select]
17 lines (12 loc) • 559 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PickerConfig = undefined;
var _pickerGlobalOptions = require('./picker-global-options');
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var PickerConfig = exports.PickerConfig = function PickerConfig() {
_classCallCheck(this, PickerConfig);
this.extra = _pickerGlobalOptions.globalExtraOptions;
this.options = _pickerGlobalOptions.globalPickerOptions;
};