ngx-bootstrap
Version:
Native Angular Bootstrap Components
1 lines • 3.64 kB
JSON
[{"__symbolic":"module","version":3,"metadata":{"BsDatepickerMonthViewComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"bs-datepicker-month-view","template":"\n <table role=\"grid\" class=\"days weeks\">\n <thead>\n <tr>\n <th *ngIf=\"options.showWeekNumbers\"></th><!--if show weeks-->\n <th *ngFor=\"let weekday of month.weekdays; let i = index\"\n aria-label=\"weekday\">{{ month.weekdays[i] }}\n </th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let week of month.weeks; let i = index\">\n <td class=\"week\" *ngIf=\"options.showWeekNumbers\"><span>{{ month.weekNumbers[i] }}</span>\n </td>\n <td *ngFor=\"let day of week.days\" role=\"gridcell\">\n <span bsDatepickerDayDecorator [day]=\"day\"\n (onSelect)=\"selectDay($event)\"\n (onHover)=\"hoverDay($event)\">{{ day.label }}</span>\n </td>\n </tr>\n </tbody>\n </table>\n "}]}],"members":{"month":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"options":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"onSelect":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"}}]}],"onHover":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"}}]}],"selectDay":[{"__symbolic":"method"}],"hoverDay":[{"__symbolic":"method"}]}}}},{"__symbolic":"module","version":1,"metadata":{"BsDatepickerMonthViewComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"bs-datepicker-month-view","template":"\n <table role=\"grid\" class=\"days weeks\">\n <thead>\n <tr>\n <th *ngIf=\"options.showWeekNumbers\"></th><!--if show weeks-->\n <th *ngFor=\"let weekday of month.weekdays; let i = index\"\n aria-label=\"weekday\">{{ month.weekdays[i] }}\n </th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let week of month.weeks; let i = index\">\n <td class=\"week\" *ngIf=\"options.showWeekNumbers\"><span>{{ month.weekNumbers[i] }}</span>\n </td>\n <td *ngFor=\"let day of week.days\" role=\"gridcell\">\n <span bsDatepickerDayDecorator [day]=\"day\"\n (onSelect)=\"selectDay($event)\"\n (onHover)=\"hoverDay($event)\">{{ day.label }}</span>\n </td>\n </tr>\n </tbody>\n </table>\n "}]}],"members":{"month":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"options":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"onSelect":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"}}]}],"onHover":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output"}}]}],"selectDay":[{"__symbolic":"method"}],"hoverDay":[{"__symbolic":"method"}]}}}}]