@corp-products/ui-components 3.8.1 → 3.9.0
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/index.d.ts
CHANGED
|
@@ -369,7 +369,6 @@ interface InputsMapData {
|
|
|
369
369
|
checkmark?: boolean;
|
|
370
370
|
filterBy?: string;
|
|
371
371
|
selectedItemsLabel?: string;
|
|
372
|
-
optionTemplate?: OptionTemplateConfig;
|
|
373
372
|
autoCompleteItems?: unknown[];
|
|
374
373
|
minLengthToSearch?: number;
|
|
375
374
|
delay?: number;
|
|
@@ -393,11 +392,6 @@ interface DateRangeInterface {
|
|
|
393
392
|
notBeforeOrSameDateInput?: string;
|
|
394
393
|
notAfterOrSameDateInput?: string;
|
|
395
394
|
}
|
|
396
|
-
interface OptionTemplateConfig {
|
|
397
|
-
imageKey?: string;
|
|
398
|
-
mainTextKey: string;
|
|
399
|
-
subTextKey?: string;
|
|
400
|
-
}
|
|
401
395
|
declare enum FormFieldTypeEnum {
|
|
402
396
|
DATE_PICKER = "date-picker",
|
|
403
397
|
SELECT_BUTTON = "select-button",
|
|
@@ -838,4 +832,4 @@ interface Position {
|
|
|
838
832
|
}
|
|
839
833
|
|
|
840
834
|
export { AlertDialogComponent, AlertDialogService, AppAccordionComponent, AppBreadcrumbComponent, AppButtonComponent, AppDropdownMenuComponent, AppTabsComponent, AutoCompleteComponent, BasicErrorKeysEnum, BottomSheetComponent, ConfirmationDialogComponent, ConfirmationDialogService, DatePickerComponent, DualCalendarComponent, DynamicFormComponent, DynamicSidebarService, DynamicSidebarV2Service, ErrorsWithValuesKeysEnum, FormFieldTypeEnum, FormUtils, FormValidationService, IcoMoonIconComponent, InputComponent, MONTHS_GREGORIAN, MONTHS_HIJRI, ReadMoreComponent, SelectButtonComponent, SelectComponent, SideBarComponent, SidebarConfigDefaults, SwitchComponent, UploadStatus, UserAutocompleteCardComponent, UserInfoComponent, ValidationErrorsPipe, WEEKDAYS, dateRangeValidator, getGregorianMonthName, getHijriMonthName, getWeekdayName, notFutureDateValidator, numbersOnlyValidator };
|
|
841
|
-
export type { AlertDialogData, AppButtonIconPos, AppButtonSeverity, AppButtonSize, AppButtonVariant, AppTabs, Attachment, AttachmentFile, AttachmentStatusDisplay, BreadCrumbExtraData, BreadCrumbPosition, BreadcrumbItem, ConfirmationDialogData, Contact, DateRangeInterface, Department, DownloadRequest, Dropdown, DropdownMenuItem, DropdownTextColor, DynamicFormData, DynamicSidebarV2Actions, DynamicSidebarV2Config, FileItem, FileTypeConfig, InputContentType, InputType, InputsMap, InputsMapData, LabelValue,
|
|
835
|
+
export type { AlertDialogData, AppButtonIconPos, AppButtonSeverity, AppButtonSize, AppButtonVariant, AppTabs, Attachment, AttachmentFile, AttachmentStatusDisplay, BreadCrumbExtraData, BreadCrumbPosition, BreadcrumbItem, ConfirmationDialogData, Contact, DateRangeInterface, Department, DownloadRequest, Dropdown, DropdownMenuItem, DropdownTextColor, DynamicFormData, DynamicSidebarV2Actions, DynamicSidebarV2Config, FileItem, FileTypeConfig, InputContentType, InputType, InputsMap, InputsMapData, LabelValue, PdfPreviewState, Position, RoutedTab, SidebarActionConfig, SidebarActionV2Config, SidebarConfig, SidebarV2Actions, TemplateTab, UploadProgress, UserProfileData };
|