@progress/kendo-angular-dateinputs
Version:
Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).
29 lines (28 loc) • 682 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsKendoAngularDateInputs",
"title": "Kendo Angular DateInputs Options Schema",
"type": "object",
"properties": {
"theme": {
"enum": [
"default",
"bootstrap",
"material"
],
"default": "default",
"description": "The theme to apply"
},
"export": {
"type": "boolean",
"default": false,
"description": "Specifies if declaring module exports the component."
},
"skipInstall": {
"description": "Skip installing Kendo dependency packages.",
"type": "boolean",
"default": false
}
},
"required": []
}