@progress/kendo-angular-dropdowns
Version:
Dropdowns Package for Angular 2
13 lines (12 loc) • 659 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @hidden
*/
/* tslint:disable:max-line-length */
/* tslint:disable:variable-name */
exports.MultiselectMessages = {
'array': 'Expected initial values of array type. See http://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/#value-selection',
'object': 'Expected initial values of Object type. See http://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/#value-selection',
'primitive': 'Expected initial values of primitive type. See http://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/#value-selection'
};
;