dfh-ui-library 1.12.280 → 1.12.281
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/shared/models/components/common.model.d.ts +0 -2
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/shared/models/components/common.model.d.ts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
|
@@ -232,7 +232,6 @@ export interface CustomDatePickerProps {
|
|
|
232
232
|
iconClasses?: string;
|
|
233
233
|
dateFormat?: string;
|
|
234
234
|
enableClear?: boolean;
|
|
235
|
-
minDate?: Date;
|
|
236
235
|
maxDate?: Date;
|
|
237
236
|
}
|
|
238
237
|
export interface PhoneNumberInputProps {
|
|
@@ -749,7 +748,6 @@ export interface NoteProps {
|
|
|
749
748
|
date?: string;
|
|
750
749
|
actionedUser?: string;
|
|
751
750
|
noteType?: string;
|
|
752
|
-
shouldUpdateLastContactDate?: boolean;
|
|
753
751
|
}
|
|
754
752
|
export interface NoteHistoryProps {
|
|
755
753
|
editedBy?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -209,7 +209,6 @@ interface CustomDatePickerProps {
|
|
|
209
209
|
iconClasses?: string;
|
|
210
210
|
dateFormat?: string;
|
|
211
211
|
enableClear?: boolean;
|
|
212
|
-
minDate?: Date;
|
|
213
212
|
maxDate?: Date;
|
|
214
213
|
}
|
|
215
214
|
interface PhoneNumberInputProps {
|
|
@@ -639,7 +638,6 @@ interface NoteProps {
|
|
|
639
638
|
date?: string;
|
|
640
639
|
actionedUser?: string;
|
|
641
640
|
noteType?: string;
|
|
642
|
-
shouldUpdateLastContactDate?: boolean;
|
|
643
641
|
}
|
|
644
642
|
interface NoteHistoryProps {
|
|
645
643
|
editedBy?: string;
|