diff --git a/components/lib/datepicker/DatePicker.d.ts b/components/lib/datepicker/DatePicker.d.ts index 4f55797c7..8333c73d8 100755 --- a/components/lib/datepicker/DatePicker.d.ts +++ b/components/lib/datepicker/DatePicker.d.ts @@ -147,6 +147,14 @@ export interface DatePickerPassThroughOptions { * Used to pass attributes to the dropdown icon's DOM element. */ dropdownIcon?: DatePickerPassThroughOptionType; + /** + * Used to pass attributes to the input icon container's DOM element. + */ + inputIconContainer?: DatePickerPassThroughOptionType; + /** + * Used to pass attributes to the input icon's DOM element. + */ + inputIcon?: DatePickerPassThroughOptionType; /** * Used to pass attributes to the panel's DOM element. */ diff --git a/components/lib/datepicker/DatePicker.vue b/components/lib/datepicker/DatePicker.vue index b91291039..007d7265e 100755 --- a/components/lib/datepicker/DatePicker.vue +++ b/components/lib/datepicker/DatePicker.vue @@ -48,7 +48,7 @@