@@ -676,6 +676,11 @@ export const ngdoc: any = {
676676 "type" : "Date" ,
677677 "description" : "<p>Initial value of datepicker</p>\n"
678678 } ,
679+ {
680+ "name" : "datesDisabled" ,
681+ "type" : "Date[]" ,
682+ "description" : "<p>Disable specific dates</p>\n"
683+ } ,
679684 {
680685 "name" : "isDisabled" ,
681686 "type" : "boolean" ,
@@ -748,6 +753,11 @@ export const ngdoc: any = {
748753 "type" : "string" ,
749754 "description" : "<p>A selector specifying the element the datepicker should be appended to.\nCurrently only supports "body".</p>\n"
750755 } ,
756+ {
757+ "name" : "datesDisabled" ,
758+ "type" : "Date[]" ,
759+ "description" : "<p>Disable specific dates</p>\n"
760+ } ,
751761 {
752762 "name" : "daysDisabled" ,
753763 "type" : "number[]" ,
@@ -862,6 +872,11 @@ export const ngdoc: any = {
862872 "type" : "string" ,
863873 "description" : "<p>Add class to current day</p>\n"
864874 } ,
875+ {
876+ "name" : "datesDisabled" ,
877+ "type" : "Date[]" ,
878+ "description" : "<p>Disable specific dates</p>\n"
879+ } ,
865880 {
866881 "name" : "maxDate" ,
867882 "type" : "Date" ,
@@ -875,7 +890,7 @@ export const ngdoc: any = {
875890 {
876891 "name" : "minMode" ,
877892 "type" : "BsDatepickerViewMode" ,
878- "description" : "<p>Defaut mode for all date pickers</p>\n"
893+ "description" : "<p>Default mode for all date pickers</p>\n"
879894 } ,
880895 {
881896 "name" : "rangeInputFormat" ,
@@ -888,6 +903,11 @@ export const ngdoc: any = {
888903 "type" : "boolean" ,
889904 "description" : "<p>Makes dates from other months active</p>\n"
890905 } ,
906+ {
907+ "name" : "selectWeek" ,
908+ "type" : "boolean" ,
909+ "description" : "<p>Makes dates from other months active</p>\n"
910+ } ,
891911 {
892912 "name" : "showWeekNumbers" ,
893913 "defaultValue" : "true" ,
@@ -929,6 +949,11 @@ export const ngdoc: any = {
929949 "type" : "string" ,
930950 "description" : "<p>A selector specifying the element the daterangepicker should be appended\nto. Currently only supports "body".</p>\n"
931951 } ,
952+ {
953+ "name" : "datesDisabled" ,
954+ "type" : "Date[]" ,
955+ "description" : "<p>Disable specific dates</p>\n"
956+ } ,
932957 {
933958 "name" : "isDisabled" ,
934959 "type" : "boolean" ,
@@ -1666,6 +1691,10 @@ export const ngdoc: any = {
16661691 "name" : "onHover" ,
16671692 "description" : ""
16681693 } ,
1694+ {
1695+ "name" : "onHoverWeek" ,
1696+ "description" : ""
1697+ } ,
16691698 {
16701699 "name" : "onNavigate" ,
16711700 "description" : ""
@@ -1940,7 +1969,7 @@ export const ngdoc: any = {
19401969 "properties" : [
19411970 {
19421971 "name" : "dropdownMenu" ,
1943- "type" : "Promise<any>" ,
1972+ "type" : "Promise<BsComponentRef< any> >" ,
19441973 "description" : "<p>Content to be displayed as popover.</p>\n"
19451974 }
19461975 ]
@@ -2953,11 +2982,6 @@ export const ngdoc: any = {
29532982 "type" : "boolean" ,
29542983 "description" : "<p>if true hours and minutes fields will be disabled </p>\n"
29552984 } ,
2956- {
2957- "name" : "disabled" ,
2958- "type" : "boolean" ,
2959- "description" : "<p>if true hours and minutes fields will be disabled </p>\n"
2960- } ,
29612985 {
29622986 "name" : "hourStep" ,
29632987 "type" : "number" ,
@@ -3046,12 +3070,6 @@ export const ngdoc: any = {
30463070 "type" : "boolean" ,
30473071 "description" : "<p>if true hours and minutes fields will be disabled </p>\n"
30483072 } ,
3049- {
3050- "name" : "disabled" ,
3051- "defaultValue" : "false" ,
3052- "type" : "boolean" ,
3053- "description" : "<p>if true hours and minutes fields will be disabled </p>\n"
3054- } ,
30553073 {
30563074 "name" : "hourStep" ,
30573075 "defaultValue" : "1" ,
0 commit comments