identity-admin-ui 1.11.28 → 1.11.29
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/lib/cjs/index.css +1879 -1879
- package/lib/cjs/index.js +135 -135
- package/lib/cjs/types/ApiClient/Axiosinterceptor.d.ts +8 -8
- package/lib/cjs/types/ApiClient/ClientDateTransformer.d.ts +1 -1
- package/lib/cjs/types/ApiClient/index.d.ts +1 -1
- package/lib/cjs/types/actions/DumpServiceAction.d.ts +6 -6
- package/lib/cjs/types/actions/index.d.ts +1 -1
- package/lib/cjs/types/actions/types.d.ts +9 -9
- package/lib/cjs/types/assets/BackgroundIllustration.d.ts +4 -4
- package/lib/cjs/types/assets/UploadIllustration.d.ts +5 -5
- package/lib/cjs/types/assets/icon_plan_free.d.ts +5 -5
- package/lib/cjs/types/assets/icon_plan_premium.d.ts +5 -5
- package/lib/cjs/types/assets/icon_plan_starter.d.ts +5 -5
- package/lib/cjs/types/assets/icon_sent.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_403.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_404.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_500.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_background.d.ts +4 -4
- package/lib/cjs/types/assets/illustration_booking.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_checkin.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_checkout.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_coming_soon.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_doc.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_maintenance.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_motivation.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_order_complete.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_seo.d.ts +5 -5
- package/lib/cjs/types/assets/illustration_upload.d.ts +5 -5
- package/lib/cjs/types/assets/index.d.ts +17 -17
- package/lib/cjs/types/assets/loadingImage.d.ts +2 -2
- package/lib/cjs/types/assets/loading_2Image.d.ts +2 -2
- package/lib/cjs/types/assets/placeholderImage.d.ts +2 -2
- package/lib/cjs/types/components/Arrow.d.ts +14 -14
- package/lib/cjs/types/components/Breadcrumbs.d.ts +12 -12
- package/lib/cjs/types/components/BulkActions/BulkActionDialogs.d.ts +27 -27
- package/lib/cjs/types/components/BulkActions/BulkDialogContainer.d.ts +16 -16
- package/lib/cjs/types/components/BulkActions/BulkDialogLoadingSkeleton.d.ts +2 -2
- package/lib/cjs/types/components/BulkActions/IBulkActionComponent.d.ts +5 -5
- package/lib/cjs/types/components/Buttons/EditButton.d.ts +5 -5
- package/lib/cjs/types/components/Buttons/NavigationButton.d.ts +6 -6
- package/lib/cjs/types/components/Buttons/NeighborButton/LoadingPlaceHolder.d.ts +1 -1
- package/lib/cjs/types/components/Buttons/NeighborButton/NeighborButton.d.ts +9 -9
- package/lib/cjs/types/components/Buttons/NeighborButton/NeighborTypes.d.ts +4 -4
- package/lib/cjs/types/components/Buttons/NextPreviousButtons.d.ts +18 -18
- package/lib/cjs/types/components/DashboardFormFields/ArrayField/ArrayComponent.d.ts +15 -15
- package/lib/cjs/types/components/DashboardFormFields/ArrayField/ArrayItemCard.d.ts +9 -9
- package/lib/cjs/types/components/DashboardFormFields/ArrayField/IdentityArray.d.ts +14 -14
- package/lib/cjs/types/components/DashboardFormFields/BooleanField.d.ts +6 -6
- package/lib/cjs/types/components/DashboardFormFields/EnumField.d.ts +5 -5
- package/lib/cjs/types/components/DashboardFormFields/IFieldProps.d.ts +6 -6
- package/lib/cjs/types/components/DashboardFormFields/IdentityField.d.ts +67 -67
- package/lib/cjs/types/components/DashboardFormFields/NewEditImageField.d.ts +6 -6
- package/lib/cjs/types/components/DashboardFormFields/PasswordField.d.ts +6 -6
- package/lib/cjs/types/components/DashboardFormFields/RichTextField.d.ts +10 -10
- package/lib/cjs/types/components/DashboardFormFields/SingleImageField.d.ts +7 -7
- package/lib/cjs/types/components/DashboardFormFields/SwitchField.d.ts +8 -8
- package/lib/cjs/types/components/DashboardShowFields/Fields/ArrayField.d.ts +8 -8
- package/lib/cjs/types/components/DashboardShowFields/Fields/BooleanField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/ColorField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/DateField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/EnumField.d.ts +5 -5
- package/lib/cjs/types/components/DashboardShowFields/Fields/ExternalLinkField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/ImageField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/LocalizedStringField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/LocationField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/MultiTextField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/NestedSchemaField.d.ts +4 -4
- package/lib/cjs/types/components/DashboardShowFields/Fields/ReferenceField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/RichText_I.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/RichText_II.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Fields/StringField.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/IShowField.d.ts +17 -17
- package/lib/cjs/types/components/DashboardShowFields/Sections/ArrayCard.d.ts +6 -6
- package/lib/cjs/types/components/DashboardShowFields/Sections/DateSection.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Sections/EnumSection.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Sections/ExternalLink.d.ts +3 -3
- package/lib/cjs/types/components/DashboardShowFields/Sections/HTMLCard.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Sections/ImageSection.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Sections/LocalizedStringCard.d.ts +4 -4
- package/lib/cjs/types/components/DashboardShowFields/Sections/LocationSection.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Sections/MultiTextSection.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Sections/NestedSchemaCard.d.ts +4 -4
- package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/NormalReferenceSection.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/ObjectArrayReferenceSection.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/ReferenceSection.d.ts +2 -2
- package/lib/cjs/types/components/DashboardShowFields/Sections/ReferenceLink.d.ts +5 -5
- package/lib/cjs/types/components/DashboardShowFields/Sections/RichText/RichTextII.d.ts +4 -4
- package/lib/cjs/types/components/DashboardShowFields/Sections/index.d.ts +10 -10
- package/lib/cjs/types/components/DashboardShowFields/ShowSkeleton.d.ts +8 -8
- package/lib/cjs/types/components/DashboardShowFields/index.d.ts +11 -11
- package/lib/cjs/types/components/Dialog/ActionDialog.d.ts +26 -26
- package/lib/cjs/types/components/DragImages.d.ts +9 -9
- package/lib/cjs/types/components/Draggable/DraggableComponent.d.ts +16 -16
- package/lib/cjs/types/components/EmptyContent.d.ts +9 -9
- package/lib/cjs/types/components/HeaderBreadcrumbs.d.ts +10 -10
- package/lib/cjs/types/components/IdentitySnackAlert.d.ts +10 -10
- package/lib/cjs/types/components/ListHeaderSkeleton.d.ts +5 -5
- package/lib/cjs/types/components/LocalesTabes.d.ts +8 -7
- package/lib/cjs/types/components/LocalizedStringForm.d.ts +18 -17
- package/lib/cjs/types/components/Notifications/IDashboardNotifications.d.ts +21 -21
- package/lib/cjs/types/components/Notifications/NotificationItem.d.ts +6 -6
- package/lib/cjs/types/components/Notifications/NotificationsLocalization.d.ts +14 -14
- package/lib/cjs/types/components/Notifications/NotificationsPopover.d.ts +1 -1
- package/lib/cjs/types/components/Page.d.ts +10 -10
- package/lib/cjs/types/components/ProgressBar.d.ts +2 -2
- package/lib/cjs/types/components/RouterLink.d.ts +7 -7
- package/lib/cjs/types/components/SearchField.d.ts +7 -7
- package/lib/cjs/types/components/ShowRecordSkeleton.d.ts +6 -6
- package/lib/cjs/types/components/SvgIconStyle.d.ts +7 -7
- package/lib/cjs/types/components/TimePicker.d.ts +12 -12
- package/lib/cjs/types/components/animate/IconButtonAnimate.d.ts +4 -4
- package/lib/cjs/types/components/animate/index.d.ts +3 -3
- package/lib/cjs/types/components/animate/motion-container.d.ts +9 -9
- package/lib/cjs/types/components/animate/motion-lazy.d.ts +6 -6
- package/lib/cjs/types/components/animate/motion-viewport.d.ts +10 -10
- package/lib/cjs/types/components/animate/types.d.ts +26 -26
- package/lib/cjs/types/components/animate/variants/actions.d.ts +8 -8
- package/lib/cjs/types/components/animate/variants/background.d.ts +104 -104
- package/lib/cjs/types/components/animate/variants/bounce.d.ts +136 -136
- package/lib/cjs/types/components/animate/variants/container.d.ts +19 -19
- package/lib/cjs/types/components/animate/variants/fade.d.ts +217 -217
- package/lib/cjs/types/components/animate/variants/flip.d.ts +75 -75
- package/lib/cjs/types/components/animate/variants/index.d.ts +12 -12
- package/lib/cjs/types/components/animate/variants/path.d.ts +14 -14
- package/lib/cjs/types/components/animate/variants/rotate.d.ts +39 -39
- package/lib/cjs/types/components/animate/variants/scale.d.ts +75 -75
- package/lib/cjs/types/components/animate/variants/slide.d.ts +155 -155
- package/lib/cjs/types/components/animate/variants/transition.d.ts +13 -13
- package/lib/cjs/types/components/animate/variants/zoom.d.ts +199 -199
- package/lib/cjs/types/components/custom-popover/custom-popover.d.ts +2 -2
- package/lib/cjs/types/components/custom-popover/index.d.ts +3 -3
- package/lib/cjs/types/components/custom-popover/styles.d.ts +5 -5
- package/lib/cjs/types/components/custom-popover/types.d.ts +7 -7
- package/lib/cjs/types/components/custom-popover/use-popover.d.ts +9 -9
- package/lib/cjs/types/components/custom-popover/utils.d.ts +50 -50
- package/lib/cjs/types/components/dataGrid/CustomNoRowsOverlay.d.ts +1 -1
- package/lib/cjs/types/components/dataGrid/DataGridd.d.ts +38 -38
- package/lib/cjs/types/components/dataGrid/ExportDialog.d.ts +1 -1
- package/lib/cjs/types/components/dataGrid/FieldFormatter.d.ts +3 -3
- package/lib/cjs/types/components/dataGrid/GridDialog.d.ts +2 -2
- package/lib/cjs/types/components/dataGrid/GridField.d.ts +10 -10
- package/lib/cjs/types/components/dataGrid/GridSelectionActions.d.ts +14 -14
- package/lib/cjs/types/components/dataGrid/GridTypes.d.ts +62 -62
- package/lib/cjs/types/components/dataGrid/GridUIUtils.d.ts +36 -36
- package/lib/cjs/types/components/dataGrid/GridUtils.d.ts +15 -15
- package/lib/cjs/types/components/dataGrid/ImageListElement.d.ts +10 -10
- package/lib/cjs/types/components/dataGrid/Reports/getDefaultSelectedColumns.d.ts +9 -9
- package/lib/cjs/types/components/dataGrid/Reports/getReferenceTitle.d.ts +7 -7
- package/lib/cjs/types/components/editor/EditorToolbar.d.ts +7 -7
- package/lib/cjs/types/components/editor/HTMLParser.d.ts +4 -4
- package/lib/cjs/types/components/editor/editor.d.ts +3 -3
- package/lib/cjs/types/components/editor/index.d.ts +2 -2
- package/lib/cjs/types/components/editor/styles.d.ts +10 -10
- package/lib/cjs/types/components/editor/types.d.ts +11 -11
- package/lib/cjs/types/components/file-thumbnail/download-button.d.ts +5 -5
- package/lib/cjs/types/components/file-thumbnail/file-thumbnail.d.ts +11 -11
- package/lib/cjs/types/components/file-thumbnail/index.d.ts +3 -3
- package/lib/cjs/types/components/file-thumbnail/types.d.ts +5 -5
- package/lib/cjs/types/components/file-thumbnail/utils.d.ts +26 -26
- package/lib/cjs/types/components/filter/FieldTypeGenerator.d.ts +4 -4
- package/lib/cjs/types/components/filter/FilterChips.d.ts +8 -8
- package/lib/cjs/types/components/filter/FilterDrawer.d.ts +18 -18
- package/lib/cjs/types/components/filter/FilterForm.d.ts +21 -21
- package/lib/cjs/types/components/filter/FilterSchemaGenerator.d.ts +4 -4
- package/lib/cjs/types/components/filter/OnSubmitFilter.d.ts +3 -3
- package/lib/cjs/types/components/filter/QuickFilters/QuickFilterFieldGenerator.d.ts +6 -6
- package/lib/cjs/types/components/filter/getFilterChips.d.ts +13 -13
- package/lib/cjs/types/components/filter/removeFilterChip.d.ts +14 -14
- package/lib/cjs/types/components/hook-form/FormProvider.d.ts +9 -9
- package/lib/cjs/types/components/hook-form/PaginatedLazySelect.d.ts +26 -26
- package/lib/cjs/types/components/hook-form/RHFCheckbox.d.ts +14 -14
- package/lib/cjs/types/components/hook-form/RHFCreatableSelect.d.ts +1 -1
- package/lib/cjs/types/components/hook-form/RHFDatePicker.d.ts +9 -9
- package/lib/cjs/types/components/hook-form/RHFDateTimePicker.d.ts +9 -9
- package/lib/cjs/types/components/hook-form/RHFEditor.d.ts +6 -6
- package/lib/cjs/types/components/hook-form/RHFGooglePlaces.d.ts +25 -25
- package/lib/cjs/types/components/hook-form/RHFGroupedTextFields.d.ts +15 -15
- package/lib/cjs/types/components/hook-form/RHFLazySelect.d.ts +20 -20
- package/lib/cjs/types/components/hook-form/RHFMultiSelect.d.ts +12 -12
- package/lib/cjs/types/components/hook-form/RHFMultipleTextField.d.ts +8 -8
- package/lib/cjs/types/components/hook-form/RHFRadioGroup.d.ts +11 -11
- package/lib/cjs/types/components/hook-form/RHFRichText/RHFRichText.d.ts +7 -7
- package/lib/cjs/types/components/hook-form/RHFSelect.d.ts +8 -8
- package/lib/cjs/types/components/hook-form/RHFTextField.d.ts +7 -7
- package/lib/cjs/types/components/hook-form/RHFUpload.d.ts +12 -12
- package/lib/cjs/types/components/hook-form/UplaodExcelFile.d.ts +6 -6
- package/lib/cjs/types/components/hook-form/index.d.ts +12 -12
- package/lib/cjs/types/components/iconify/iconify.d.ts +3 -3
- package/lib/cjs/types/components/iconify/index.d.ts +2 -2
- package/lib/cjs/types/components/iconify/types.d.ts +2 -2
- package/lib/cjs/types/components/image/image.d.ts +4 -4
- package/lib/cjs/types/components/image/types.d.ts +8 -8
- package/lib/cjs/types/components/image/utils.d.ts +2 -2
- package/lib/cjs/types/components/index.d.ts +3 -3
- package/lib/cjs/types/components/label/index.d.ts +2 -2
- package/lib/cjs/types/components/label/label.d.ts +4 -4
- package/lib/cjs/types/components/label/styles.d.ts +17 -17
- package/lib/cjs/types/components/label/types.d.ts +10 -10
- package/lib/cjs/types/components/mediaUploader/ImageEditor.d.ts +1 -1
- package/lib/cjs/types/components/mediaUploader/ImageSelector.d.ts +6 -6
- package/lib/cjs/types/components/mediaUploader/ImagesDataGrid.d.ts +14 -14
- package/lib/cjs/types/components/mediaUploader/MediaUploaderDialog.d.ts +26 -26
- package/lib/cjs/types/components/mediaUploader/MediaUploaderTabs.d.ts +18 -18
- package/lib/cjs/types/components/mediaUploader/MultiFileUploading.d.ts +8 -8
- package/lib/cjs/types/components/menu-popover/MenuPopover.d.ts +2 -2
- package/lib/cjs/types/components/menu-popover/getPosition.d.ts +50 -50
- package/lib/cjs/types/components/menu-popover/index.d.ts +2 -2
- package/lib/cjs/types/components/menu-popover/styles.d.ts +5 -5
- package/lib/cjs/types/components/menu-popover/types.d.ts +7 -7
- package/lib/cjs/types/components/nav-section/config.d.ts +31 -31
- package/lib/cjs/types/components/nav-section/horizontal/index.d.ts +1 -1
- package/lib/cjs/types/components/nav-section/horizontal/nav-item.d.ts +7 -7
- package/lib/cjs/types/components/nav-section/horizontal/nav-list.d.ts +9 -9
- package/lib/cjs/types/components/nav-section/horizontal/nav-section-horizontal.d.ts +5 -5
- package/lib/cjs/types/components/nav-section/horizontal/styles.d.ts +28 -28
- package/lib/cjs/types/components/nav-section/mini/index.d.ts +1 -1
- package/lib/cjs/types/components/nav-section/mini/nav-item.d.ts +7 -7
- package/lib/cjs/types/components/nav-section/mini/nav-list.d.ts +9 -9
- package/lib/cjs/types/components/nav-section/mini/nav-section-mini.d.ts +5 -5
- package/lib/cjs/types/components/nav-section/mini/styles.d.ts +28 -28
- package/lib/cjs/types/components/nav-section/types.d.ts +37 -37
- package/lib/cjs/types/components/nav-section/vertical/index.d.ts +1 -1
- package/lib/cjs/types/components/nav-section/vertical/nav-item.d.ts +6 -6
- package/lib/cjs/types/components/nav-section/vertical/nav-list.d.ts +9 -9
- package/lib/cjs/types/components/nav-section/vertical/nav-section-vertical.d.ts +5 -5
- package/lib/cjs/types/components/nav-section/vertical/styles.d.ts +46 -46
- package/lib/cjs/types/components/scrollbar/index.d.ts +2 -2
- package/lib/cjs/types/components/scrollbar/scrollbar.d.ts +4 -4
- package/lib/cjs/types/components/scrollbar/styles.d.ts +3 -3
- package/lib/cjs/types/components/scrollbar/types.d.ts +7 -7
- package/lib/cjs/types/components/search-not-found/index.d.ts +1 -1
- package/lib/cjs/types/components/search-not-found/search-not-found.d.ts +6 -6
- package/lib/cjs/types/components/svg-color/index.d.ts +1 -1
- package/lib/cjs/types/components/svg-color/svg-color.d.ts +7 -7
- package/lib/cjs/types/components/table/CustomTableLoadingSkeleton.d.ts +6 -6
- package/lib/cjs/types/components/table/TableMoreMenu.d.ts +9 -9
- package/lib/cjs/types/components/upload/BlankUploadPage.d.ts +1 -1
- package/lib/cjs/types/components/upload/BlockContent.d.ts +1 -1
- package/lib/cjs/types/components/upload/MultiFilePreview.d.ts +2 -2
- package/lib/cjs/types/components/upload/MultiFilePreviewModified.d.ts +2 -2
- package/lib/cjs/types/components/upload/MultiFileShow.d.ts +2 -2
- package/lib/cjs/types/components/upload/ProductUploadImages.d.ts +1 -1
- package/lib/cjs/types/components/upload/RejectionFiles.d.ts +6 -6
- package/lib/cjs/types/components/upload/SingleFilePreview.d.ts +6 -6
- package/lib/cjs/types/components/upload/Upload.d.ts +2 -2
- package/lib/cjs/types/components/upload/UploadAvatar.d.ts +2 -2
- package/lib/cjs/types/components/upload/UploadMultiFile.d.ts +8 -8
- package/lib/cjs/types/components/upload/UploadSingleFile.d.ts +2 -2
- package/lib/cjs/types/components/upload/index.d.ts +7 -7
- package/lib/cjs/types/components/upload/type.d.ts +41 -41
- package/lib/cjs/types/components/upload/types.d.ts +23 -23
- package/lib/cjs/types/context/ApiContex.d.ts +16 -16
- package/lib/cjs/types/context/AppConfigurationsContext.d.ts +15 -15
- package/lib/cjs/types/context/CredentialsContext.d.ts +16 -16
- package/lib/cjs/types/context/DialogContext.d.ts +14 -14
- package/lib/cjs/types/context/NotificationsContext.d.ts +15 -15
- package/lib/cjs/types/context/PathsContext.d.ts +23 -23
- package/lib/cjs/types/context/Resource.d.ts +157 -157
- package/lib/cjs/types/context/ResourcesContext.d.ts +25 -25
- package/lib/cjs/types/context/SnackAlertContext.d.ts +20 -20
- package/lib/cjs/types/context/index.d.ts +9 -9
- package/lib/cjs/types/helpers/Contsants.d.ts +6 -5
- package/lib/cjs/types/helpers/CrudHelper/CreateEdit/CreateEditTexts.d.ts +26 -26
- package/lib/cjs/types/helpers/CrudHelper/CreateEdit/ReferenceImageHelper.d.ts +5 -5
- package/lib/cjs/types/helpers/CrudHelper/CreateEdit/TitleHelper.d.ts +5 -5
- package/lib/cjs/types/helpers/CrudHelper/List/ListProps.d.ts +23 -23
- package/lib/cjs/types/helpers/CrudHelper/List/ListUniqueFields.d.ts +8 -8
- package/lib/cjs/types/helpers/CrudHelper/List/PaginationSearchParams.d.ts +13 -13
- package/lib/cjs/types/helpers/CrudHelper/List/TitleModifier.d.ts +3 -3
- package/lib/cjs/types/helpers/CrudHelper/List/index.d.ts +1 -1
- package/lib/cjs/types/helpers/CrudHelper/Show/IdentityShowProps.d.ts +25 -25
- package/lib/cjs/types/helpers/CrudHelper/Show/RecordResponseProps.d.ts +5 -5
- package/lib/cjs/types/helpers/CrudHelper/Show/ShowFieldType.d.ts +22 -22
- package/lib/cjs/types/helpers/CrudHelper/Show/ShowRecordProps.d.ts +64 -64
- package/lib/cjs/types/helpers/CrudHelper/Show/ShowTexts.d.ts +23 -23
- package/lib/cjs/types/helpers/CrudHelper/Show/getUrlFilters.d.ts +9 -9
- package/lib/cjs/types/helpers/EnumHelper.d.ts +38 -38
- package/lib/cjs/types/helpers/EnumUtils.d.ts +4 -4
- package/lib/cjs/types/helpers/FileManager/FileData.d.ts +8 -8
- package/lib/cjs/types/helpers/FileManager/FileShow.d.ts +13 -13
- package/lib/cjs/types/helpers/FileManager/MuliFileView.d.ts +18 -18
- package/lib/cjs/types/helpers/FilterValues.d.ts +6 -6
- package/lib/cjs/types/helpers/Localization/LocalesEnums.d.ts +6 -5
- package/lib/cjs/types/helpers/Localization/LocalesHelpers.d.ts +10 -10
- package/lib/cjs/types/helpers/Permissions/checker.d.ts +3 -3
- package/lib/cjs/types/helpers/Permissions/keys.d.ts +6 -6
- package/lib/cjs/types/helpers/ReferencedValues/IPaginatedReference.d.ts +25 -25
- package/lib/cjs/types/helpers/ReferencedValues/PaginatedReference.d.ts +2 -2
- package/lib/cjs/types/helpers/StringUtils.d.ts +6 -6
- package/lib/cjs/types/helpers/SubmitUrlFilter.d.ts +1 -1
- package/lib/cjs/types/helpers/Types.d.ts +18 -18
- package/lib/cjs/types/helpers/index.d.ts +3 -3
- package/lib/cjs/types/hooks/RequetState.d.ts +22 -22
- package/lib/cjs/types/hooks/index.d.ts +10 -10
- package/lib/cjs/types/hooks/useActiveLink.d.ts +3 -3
- package/lib/cjs/types/hooks/useApi.d.ts +21 -21
- package/lib/cjs/types/hooks/useAppConfigurations.d.ts +11 -11
- package/lib/cjs/types/hooks/useBoolean.d.ts +10 -10
- package/lib/cjs/types/hooks/useCredentials.d.ts +1 -1
- package/lib/cjs/types/hooks/useDialog.d.ts +4 -4
- package/lib/cjs/types/hooks/useEventListener.d.ts +4 -4
- package/lib/cjs/types/hooks/useNavData.d.ts +4 -4
- package/lib/cjs/types/hooks/useNotifications.d.ts +6 -6
- package/lib/cjs/types/hooks/useOffSetTop.d.ts +8 -8
- package/lib/cjs/types/hooks/usePathname.d.ts +1 -1
- package/lib/cjs/types/hooks/usePaths.d.ts +7 -7
- package/lib/cjs/types/hooks/useResources.d.ts +6 -6
- package/lib/cjs/types/hooks/useResponsive.d.ts +7 -7
- package/lib/cjs/types/hooks/useRouter.d.ts +7 -7
- package/lib/cjs/types/hooks/useSnackAlert.d.ts +5 -5
- package/lib/cjs/types/hooks/useTabs.d.ts +6 -6
- package/lib/cjs/types/index.d.ts +12 -12
- package/lib/cjs/types/layout/_common/account-popover.d.ts +1 -1
- package/lib/cjs/types/layout/_common/header-shadow.d.ts +2 -2
- package/lib/cjs/types/layout/_common/nav-toggle-button.d.ts +2 -2
- package/lib/cjs/types/layout/_common/searchbar/index.d.ts +1 -1
- package/lib/cjs/types/layout/_common/searchbar/result-item.d.ts +14 -14
- package/lib/cjs/types/layout/_common/searchbar/searchbar.d.ts +4 -4
- package/lib/cjs/types/layout/_common/searchbar/utils.d.ts +23 -23
- package/lib/cjs/types/layout/config-layout.d.ts +9 -9
- package/lib/cjs/types/layout/dashboard/config-navigation.d.ts +4 -4
- package/lib/cjs/types/layout/dashboard/header.d.ts +7 -7
- package/lib/cjs/types/layout/dashboard/index.d.ts +2 -2
- package/lib/cjs/types/layout/dashboard/layout.d.ts +7 -7
- package/lib/cjs/types/layout/dashboard/main.d.ts +2 -2
- package/lib/cjs/types/layout/dashboard/nav-horizontal.d.ts +4 -4
- package/lib/cjs/types/layout/dashboard/nav-mini.d.ts +6 -6
- package/lib/cjs/types/layout/dashboard/nav-vertical.d.ts +8 -8
- package/lib/cjs/types/pages/IdentityEditPage.d.ts +26 -26
- package/lib/cjs/types/pages/IdentityListPage.d.ts +3 -3
- package/lib/cjs/types/pages/IdentityModelConfigurationPage.d.ts +5 -5
- package/lib/cjs/types/pages/IdentityPage.d.ts +3 -3
- package/lib/cjs/types/pages/IdentityPage.types.d.ts +24 -24
- package/lib/cjs/types/pages/IdentityShowPage.d.ts +21 -21
- package/lib/cjs/types/pages/LoadingScreen.d.ts +9 -9
- package/lib/cjs/types/pages/Page403.d.ts +1 -1
- package/lib/cjs/types/pages/index.d.ts +7 -7
- package/lib/cjs/types/pages/permissions/CheckBoxForm.d.ts +6 -6
- package/lib/cjs/types/pages/permissions/DropDownIcon.d.ts +5 -5
- package/lib/cjs/types/pages/permissions/Form.d.ts +9 -9
- package/lib/cjs/types/pages/permissions/IPermissionGroup.d.ts +4 -4
- package/lib/cjs/types/pages/permissions/PermissionGroupForm.d.ts +12 -12
- package/lib/cjs/types/pages/permissions/PermissionsList.d.ts +11 -11
- package/lib/cjs/types/pages/permissions/dataMapper.d.ts +2 -2
- package/lib/cjs/types/pages/permissions/index.d.ts +3 -3
- package/lib/cjs/types/pages/permissions/loading/CheckBoxLoading.d.ts +1 -1
- package/lib/cjs/types/pages/permissions/loading/DropDownLoading.d.ts +1 -1
- package/lib/cjs/types/pages/permissions/loading/index.d.ts +1 -1
- package/lib/cjs/types/pages/permissions/types.d.ts +20 -20
- package/lib/cjs/types/routes/AdminRouter.d.ts +10 -10
- package/lib/cjs/types/routes/DashBoardRouter.d.ts +10 -10
- package/lib/cjs/types/routes/index.d.ts +1 -1
- package/lib/cjs/types/routes/paths.d.ts +5 -5
- package/lib/cjs/types/sections/dashboard/CreateNewDialog.d.ts +11 -11
- package/lib/cjs/types/sections/dashboard/ImageCard.d.ts +41 -41
- package/lib/cjs/types/sections/dashboard/ModelConfiguration/ActionsSection.d.ts +7 -7
- package/lib/cjs/types/sections/dashboard/ModelConfiguration/ModelConfigurationEditForm.d.ts +12 -12
- package/lib/cjs/types/sections/dashboard/NewEditForm.d.ts +16 -16
- package/lib/cjs/types/sections/dashboard/ShowRecord.d.ts +15 -15
- package/lib/cjs/types/sections/dashboard/index.d.ts +1 -1
- package/lib/cjs/types/theme/css.d.ts +932 -932
- package/lib/cjs/types/theme/custom-shadows.d.ts +46 -46
- package/lib/cjs/types/theme/index.d.ts +14 -14
- package/lib/cjs/types/theme/options/contrast.d.ts +19 -19
- package/lib/cjs/types/theme/options/dark-mode.d.ts +103 -103
- package/lib/cjs/types/theme/options/presets.d.ts +41 -41
- package/lib/cjs/types/theme/options/right-to-left.d.ts +10 -10
- package/lib/cjs/types/theme/overrides/components/CustomIcons.d.ts +14 -14
- package/lib/cjs/types/theme/overrides/components/accordion.d.ts +37 -37
- package/lib/cjs/types/theme/overrides/components/alert.d.ts +34 -34
- package/lib/cjs/types/theme/overrides/components/appbar.d.ts +13 -13
- package/lib/cjs/types/theme/overrides/components/autocomplete.d.ts +1685 -1685
- package/lib/cjs/types/theme/overrides/components/avatar.d.ts +56 -56
- package/lib/cjs/types/theme/overrides/components/backdrop.d.ts +13 -13
- package/lib/cjs/types/theme/overrides/components/badge.d.ts +102 -102
- package/lib/cjs/types/theme/overrides/components/breadcrumbs.d.ts +827 -827
- package/lib/cjs/types/theme/overrides/components/button-group.d.ts +33 -33
- package/lib/cjs/types/theme/overrides/components/button.d.ts +51 -51
- package/lib/cjs/types/theme/overrides/components/card.d.ts +36 -36
- package/lib/cjs/types/theme/overrides/components/checkbox.d.ts +16 -16
- package/lib/cjs/types/theme/overrides/components/chip.d.ts +35 -35
- package/lib/cjs/types/theme/overrides/components/css-baseline.d.ts +45 -45
- package/lib/cjs/types/theme/overrides/components/data-grid.d.ts +150 -150
- package/lib/cjs/types/theme/overrides/components/date-picker.d.ts +15 -15
- package/lib/cjs/types/theme/overrides/components/dialog.d.ts +50 -50
- package/lib/cjs/types/theme/overrides/components/drawer.d.ts +50 -50
- package/lib/cjs/types/theme/overrides/components/fab.d.ts +44 -44
- package/lib/cjs/types/theme/overrides/components/link.d.ts +8 -8
- package/lib/cjs/types/theme/overrides/components/list.d.ts +38 -38
- package/lib/cjs/types/theme/overrides/components/loading-button.d.ts +17 -17
- package/lib/cjs/types/theme/overrides/components/menu.d.ts +822 -822
- package/lib/cjs/types/theme/overrides/components/pagination.d.ts +36 -36
- package/lib/cjs/types/theme/overrides/components/paper.d.ts +16 -16
- package/lib/cjs/types/theme/overrides/components/popover.d.ts +45 -45
- package/lib/cjs/types/theme/overrides/components/progress.d.ts +13 -13
- package/lib/cjs/types/theme/overrides/components/radio-button.d.ts +831 -831
- package/lib/cjs/types/theme/overrides/components/rating.d.ts +37 -37
- package/lib/cjs/types/theme/overrides/components/select.d.ts +30 -30
- package/lib/cjs/types/theme/overrides/components/skeleton.d.ts +17 -17
- package/lib/cjs/types/theme/overrides/components/slider.d.ts +26 -26
- package/lib/cjs/types/theme/overrides/components/stack.d.ts +8 -8
- package/lib/cjs/types/theme/overrides/components/stepper.d.ts +10 -10
- package/lib/cjs/types/theme/overrides/components/svg-icon.d.ts +12 -12
- package/lib/cjs/types/theme/overrides/components/switch.d.ts +15 -15
- package/lib/cjs/types/theme/overrides/components/table.d.ts +86 -86
- package/lib/cjs/types/theme/overrides/components/tabs.d.ts +50 -50
- package/lib/cjs/types/theme/overrides/components/textfield.d.ts +1699 -1699
- package/lib/cjs/types/theme/overrides/components/timeline.d.ts +17 -17
- package/lib/cjs/types/theme/overrides/components/toggle-button.d.ts +54 -54
- package/lib/cjs/types/theme/overrides/components/tooltip.d.ts +13 -13
- package/lib/cjs/types/theme/overrides/components/tree-view.d.ts +829 -829
- package/lib/cjs/types/theme/overrides/components/typography.d.ts +13 -13
- package/lib/cjs/types/theme/overrides/index.d.ts +2 -2
- package/lib/cjs/types/theme/palette.d.ts +96 -96
- package/lib/cjs/types/theme/shadows.d.ts +2 -2
- package/lib/cjs/types/theme/typography.d.ts +148 -148
- package/lib/cjs/types/utils/AwsConfig.d.ts +3 -3
- package/lib/cjs/types/utils/FormWidthModulator/FieldWidthByType.d.ts +5 -5
- package/lib/cjs/types/utils/FormWidthModulator/heightTypeDiscriminator.d.ts +7 -7
- package/lib/cjs/types/utils/HelperFunctions.d.ts +46 -46
- package/lib/cjs/types/utils/ImageOptimizer/ImageOptimizerService.d.ts +7 -7
- package/lib/cjs/types/utils/flatten-array.d.ts +1 -1
- package/lib/cjs/types/utils/format-number.d.ts +7 -7
- package/lib/cjs/types/utils/formatTime.d.ts +12 -12
- package/lib/cjs/types/utils/getFileData.d.ts +25 -25
- package/lib/cjs/types/utils/highlight.d.ts +6 -6
- package/lib/cjs/types/utils/utils.d.ts +4 -4
- package/lib/esm/index.css +1879 -1879
- package/lib/esm/index.js +135 -135
- package/lib/esm/types/ApiClient/Axiosinterceptor.d.ts +8 -8
- package/lib/esm/types/ApiClient/ClientDateTransformer.d.ts +1 -1
- package/lib/esm/types/ApiClient/index.d.ts +1 -1
- package/lib/esm/types/actions/DumpServiceAction.d.ts +6 -6
- package/lib/esm/types/actions/index.d.ts +1 -1
- package/lib/esm/types/actions/types.d.ts +9 -9
- package/lib/esm/types/assets/BackgroundIllustration.d.ts +4 -4
- package/lib/esm/types/assets/UploadIllustration.d.ts +5 -5
- package/lib/esm/types/assets/icon_plan_free.d.ts +5 -5
- package/lib/esm/types/assets/icon_plan_premium.d.ts +5 -5
- package/lib/esm/types/assets/icon_plan_starter.d.ts +5 -5
- package/lib/esm/types/assets/icon_sent.d.ts +5 -5
- package/lib/esm/types/assets/illustration_403.d.ts +5 -5
- package/lib/esm/types/assets/illustration_404.d.ts +5 -5
- package/lib/esm/types/assets/illustration_500.d.ts +5 -5
- package/lib/esm/types/assets/illustration_background.d.ts +4 -4
- package/lib/esm/types/assets/illustration_booking.d.ts +5 -5
- package/lib/esm/types/assets/illustration_checkin.d.ts +5 -5
- package/lib/esm/types/assets/illustration_checkout.d.ts +5 -5
- package/lib/esm/types/assets/illustration_coming_soon.d.ts +5 -5
- package/lib/esm/types/assets/illustration_doc.d.ts +5 -5
- package/lib/esm/types/assets/illustration_maintenance.d.ts +5 -5
- package/lib/esm/types/assets/illustration_motivation.d.ts +5 -5
- package/lib/esm/types/assets/illustration_order_complete.d.ts +5 -5
- package/lib/esm/types/assets/illustration_seo.d.ts +5 -5
- package/lib/esm/types/assets/illustration_upload.d.ts +5 -5
- package/lib/esm/types/assets/index.d.ts +17 -17
- package/lib/esm/types/assets/loadingImage.d.ts +2 -2
- package/lib/esm/types/assets/loading_2Image.d.ts +2 -2
- package/lib/esm/types/assets/placeholderImage.d.ts +2 -2
- package/lib/esm/types/components/Arrow.d.ts +14 -14
- package/lib/esm/types/components/Breadcrumbs.d.ts +12 -12
- package/lib/esm/types/components/BulkActions/BulkActionDialogs.d.ts +27 -27
- package/lib/esm/types/components/BulkActions/BulkDialogContainer.d.ts +16 -16
- package/lib/esm/types/components/BulkActions/BulkDialogLoadingSkeleton.d.ts +2 -2
- package/lib/esm/types/components/BulkActions/IBulkActionComponent.d.ts +5 -5
- package/lib/esm/types/components/Buttons/EditButton.d.ts +5 -5
- package/lib/esm/types/components/Buttons/NavigationButton.d.ts +6 -6
- package/lib/esm/types/components/Buttons/NeighborButton/LoadingPlaceHolder.d.ts +1 -1
- package/lib/esm/types/components/Buttons/NeighborButton/NeighborButton.d.ts +9 -9
- package/lib/esm/types/components/Buttons/NeighborButton/NeighborTypes.d.ts +4 -4
- package/lib/esm/types/components/Buttons/NextPreviousButtons.d.ts +18 -18
- package/lib/esm/types/components/DashboardFormFields/ArrayField/ArrayComponent.d.ts +15 -15
- package/lib/esm/types/components/DashboardFormFields/ArrayField/ArrayItemCard.d.ts +9 -9
- package/lib/esm/types/components/DashboardFormFields/ArrayField/IdentityArray.d.ts +14 -14
- package/lib/esm/types/components/DashboardFormFields/BooleanField.d.ts +6 -6
- package/lib/esm/types/components/DashboardFormFields/EnumField.d.ts +5 -5
- package/lib/esm/types/components/DashboardFormFields/IFieldProps.d.ts +6 -6
- package/lib/esm/types/components/DashboardFormFields/IdentityField.d.ts +67 -67
- package/lib/esm/types/components/DashboardFormFields/NewEditImageField.d.ts +6 -6
- package/lib/esm/types/components/DashboardFormFields/PasswordField.d.ts +6 -6
- package/lib/esm/types/components/DashboardFormFields/RichTextField.d.ts +10 -10
- package/lib/esm/types/components/DashboardFormFields/SingleImageField.d.ts +7 -7
- package/lib/esm/types/components/DashboardFormFields/SwitchField.d.ts +8 -8
- package/lib/esm/types/components/DashboardShowFields/Fields/ArrayField.d.ts +8 -8
- package/lib/esm/types/components/DashboardShowFields/Fields/BooleanField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/ColorField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/DateField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/EnumField.d.ts +5 -5
- package/lib/esm/types/components/DashboardShowFields/Fields/ExternalLinkField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/ImageField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/LocalizedStringField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/LocationField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/MultiTextField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/NestedSchemaField.d.ts +4 -4
- package/lib/esm/types/components/DashboardShowFields/Fields/ReferenceField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/RichText_I.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/RichText_II.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Fields/StringField.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/IShowField.d.ts +17 -17
- package/lib/esm/types/components/DashboardShowFields/Sections/ArrayCard.d.ts +6 -6
- package/lib/esm/types/components/DashboardShowFields/Sections/DateSection.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Sections/EnumSection.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Sections/ExternalLink.d.ts +3 -3
- package/lib/esm/types/components/DashboardShowFields/Sections/HTMLCard.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Sections/ImageSection.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Sections/LocalizedStringCard.d.ts +4 -4
- package/lib/esm/types/components/DashboardShowFields/Sections/LocationSection.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Sections/MultiTextSection.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Sections/NestedSchemaCard.d.ts +4 -4
- package/lib/esm/types/components/DashboardShowFields/Sections/Reference/NormalReferenceSection.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Sections/Reference/ObjectArrayReferenceSection.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Sections/Reference/ReferenceSection.d.ts +2 -2
- package/lib/esm/types/components/DashboardShowFields/Sections/ReferenceLink.d.ts +5 -5
- package/lib/esm/types/components/DashboardShowFields/Sections/RichText/RichTextII.d.ts +4 -4
- package/lib/esm/types/components/DashboardShowFields/Sections/index.d.ts +10 -10
- package/lib/esm/types/components/DashboardShowFields/ShowSkeleton.d.ts +8 -8
- package/lib/esm/types/components/DashboardShowFields/index.d.ts +11 -11
- package/lib/esm/types/components/Dialog/ActionDialog.d.ts +26 -26
- package/lib/esm/types/components/DragImages.d.ts +9 -9
- package/lib/esm/types/components/Draggable/DraggableComponent.d.ts +16 -16
- package/lib/esm/types/components/EmptyContent.d.ts +9 -9
- package/lib/esm/types/components/HeaderBreadcrumbs.d.ts +10 -10
- package/lib/esm/types/components/IdentitySnackAlert.d.ts +10 -10
- package/lib/esm/types/components/ListHeaderSkeleton.d.ts +5 -5
- package/lib/esm/types/components/LocalesTabes.d.ts +8 -7
- package/lib/esm/types/components/LocalizedStringForm.d.ts +18 -17
- package/lib/esm/types/components/Notifications/IDashboardNotifications.d.ts +21 -21
- package/lib/esm/types/components/Notifications/NotificationItem.d.ts +6 -6
- package/lib/esm/types/components/Notifications/NotificationsLocalization.d.ts +14 -14
- package/lib/esm/types/components/Notifications/NotificationsPopover.d.ts +1 -1
- package/lib/esm/types/components/Page.d.ts +10 -10
- package/lib/esm/types/components/ProgressBar.d.ts +2 -2
- package/lib/esm/types/components/RouterLink.d.ts +7 -7
- package/lib/esm/types/components/SearchField.d.ts +7 -7
- package/lib/esm/types/components/ShowRecordSkeleton.d.ts +6 -6
- package/lib/esm/types/components/SvgIconStyle.d.ts +7 -7
- package/lib/esm/types/components/TimePicker.d.ts +12 -12
- package/lib/esm/types/components/animate/IconButtonAnimate.d.ts +4 -4
- package/lib/esm/types/components/animate/index.d.ts +3 -3
- package/lib/esm/types/components/animate/motion-container.d.ts +9 -9
- package/lib/esm/types/components/animate/motion-lazy.d.ts +6 -6
- package/lib/esm/types/components/animate/motion-viewport.d.ts +10 -10
- package/lib/esm/types/components/animate/types.d.ts +26 -26
- package/lib/esm/types/components/animate/variants/actions.d.ts +8 -8
- package/lib/esm/types/components/animate/variants/background.d.ts +104 -104
- package/lib/esm/types/components/animate/variants/bounce.d.ts +136 -136
- package/lib/esm/types/components/animate/variants/container.d.ts +19 -19
- package/lib/esm/types/components/animate/variants/fade.d.ts +217 -217
- package/lib/esm/types/components/animate/variants/flip.d.ts +75 -75
- package/lib/esm/types/components/animate/variants/index.d.ts +12 -12
- package/lib/esm/types/components/animate/variants/path.d.ts +14 -14
- package/lib/esm/types/components/animate/variants/rotate.d.ts +39 -39
- package/lib/esm/types/components/animate/variants/scale.d.ts +75 -75
- package/lib/esm/types/components/animate/variants/slide.d.ts +155 -155
- package/lib/esm/types/components/animate/variants/transition.d.ts +13 -13
- package/lib/esm/types/components/animate/variants/zoom.d.ts +199 -199
- package/lib/esm/types/components/custom-popover/custom-popover.d.ts +2 -2
- package/lib/esm/types/components/custom-popover/index.d.ts +3 -3
- package/lib/esm/types/components/custom-popover/styles.d.ts +5 -5
- package/lib/esm/types/components/custom-popover/types.d.ts +7 -7
- package/lib/esm/types/components/custom-popover/use-popover.d.ts +9 -9
- package/lib/esm/types/components/custom-popover/utils.d.ts +50 -50
- package/lib/esm/types/components/dataGrid/CustomNoRowsOverlay.d.ts +1 -1
- package/lib/esm/types/components/dataGrid/DataGridd.d.ts +38 -38
- package/lib/esm/types/components/dataGrid/ExportDialog.d.ts +1 -1
- package/lib/esm/types/components/dataGrid/FieldFormatter.d.ts +3 -3
- package/lib/esm/types/components/dataGrid/GridDialog.d.ts +2 -2
- package/lib/esm/types/components/dataGrid/GridField.d.ts +10 -10
- package/lib/esm/types/components/dataGrid/GridSelectionActions.d.ts +14 -14
- package/lib/esm/types/components/dataGrid/GridTypes.d.ts +62 -62
- package/lib/esm/types/components/dataGrid/GridUIUtils.d.ts +36 -36
- package/lib/esm/types/components/dataGrid/GridUtils.d.ts +15 -15
- package/lib/esm/types/components/dataGrid/ImageListElement.d.ts +10 -10
- package/lib/esm/types/components/dataGrid/Reports/getDefaultSelectedColumns.d.ts +9 -9
- package/lib/esm/types/components/dataGrid/Reports/getReferenceTitle.d.ts +7 -7
- package/lib/esm/types/components/editor/EditorToolbar.d.ts +7 -7
- package/lib/esm/types/components/editor/HTMLParser.d.ts +4 -4
- package/lib/esm/types/components/editor/editor.d.ts +3 -3
- package/lib/esm/types/components/editor/index.d.ts +2 -2
- package/lib/esm/types/components/editor/styles.d.ts +10 -10
- package/lib/esm/types/components/editor/types.d.ts +11 -11
- package/lib/esm/types/components/file-thumbnail/download-button.d.ts +5 -5
- package/lib/esm/types/components/file-thumbnail/file-thumbnail.d.ts +11 -11
- package/lib/esm/types/components/file-thumbnail/index.d.ts +3 -3
- package/lib/esm/types/components/file-thumbnail/types.d.ts +5 -5
- package/lib/esm/types/components/file-thumbnail/utils.d.ts +26 -26
- package/lib/esm/types/components/filter/FieldTypeGenerator.d.ts +4 -4
- package/lib/esm/types/components/filter/FilterChips.d.ts +8 -8
- package/lib/esm/types/components/filter/FilterDrawer.d.ts +18 -18
- package/lib/esm/types/components/filter/FilterForm.d.ts +21 -21
- package/lib/esm/types/components/filter/FilterSchemaGenerator.d.ts +4 -4
- package/lib/esm/types/components/filter/OnSubmitFilter.d.ts +3 -3
- package/lib/esm/types/components/filter/QuickFilters/QuickFilterFieldGenerator.d.ts +6 -6
- package/lib/esm/types/components/filter/getFilterChips.d.ts +13 -13
- package/lib/esm/types/components/filter/removeFilterChip.d.ts +14 -14
- package/lib/esm/types/components/hook-form/FormProvider.d.ts +9 -9
- package/lib/esm/types/components/hook-form/PaginatedLazySelect.d.ts +26 -26
- package/lib/esm/types/components/hook-form/RHFCheckbox.d.ts +14 -14
- package/lib/esm/types/components/hook-form/RHFCreatableSelect.d.ts +1 -1
- package/lib/esm/types/components/hook-form/RHFDatePicker.d.ts +9 -9
- package/lib/esm/types/components/hook-form/RHFDateTimePicker.d.ts +9 -9
- package/lib/esm/types/components/hook-form/RHFEditor.d.ts +6 -6
- package/lib/esm/types/components/hook-form/RHFGooglePlaces.d.ts +25 -25
- package/lib/esm/types/components/hook-form/RHFGroupedTextFields.d.ts +15 -15
- package/lib/esm/types/components/hook-form/RHFLazySelect.d.ts +20 -20
- package/lib/esm/types/components/hook-form/RHFMultiSelect.d.ts +12 -12
- package/lib/esm/types/components/hook-form/RHFMultipleTextField.d.ts +8 -8
- package/lib/esm/types/components/hook-form/RHFRadioGroup.d.ts +11 -11
- package/lib/esm/types/components/hook-form/RHFRichText/RHFRichText.d.ts +7 -7
- package/lib/esm/types/components/hook-form/RHFSelect.d.ts +8 -8
- package/lib/esm/types/components/hook-form/RHFTextField.d.ts +7 -7
- package/lib/esm/types/components/hook-form/RHFUpload.d.ts +12 -12
- package/lib/esm/types/components/hook-form/UplaodExcelFile.d.ts +6 -6
- package/lib/esm/types/components/hook-form/index.d.ts +12 -12
- package/lib/esm/types/components/iconify/iconify.d.ts +3 -3
- package/lib/esm/types/components/iconify/index.d.ts +2 -2
- package/lib/esm/types/components/iconify/types.d.ts +2 -2
- package/lib/esm/types/components/image/image.d.ts +4 -4
- package/lib/esm/types/components/image/types.d.ts +8 -8
- package/lib/esm/types/components/image/utils.d.ts +2 -2
- package/lib/esm/types/components/index.d.ts +3 -3
- package/lib/esm/types/components/label/index.d.ts +2 -2
- package/lib/esm/types/components/label/label.d.ts +4 -4
- package/lib/esm/types/components/label/styles.d.ts +17 -17
- package/lib/esm/types/components/label/types.d.ts +10 -10
- package/lib/esm/types/components/mediaUploader/ImageEditor.d.ts +1 -1
- package/lib/esm/types/components/mediaUploader/ImageSelector.d.ts +6 -6
- package/lib/esm/types/components/mediaUploader/ImagesDataGrid.d.ts +14 -14
- package/lib/esm/types/components/mediaUploader/MediaUploaderDialog.d.ts +26 -26
- package/lib/esm/types/components/mediaUploader/MediaUploaderTabs.d.ts +18 -18
- package/lib/esm/types/components/mediaUploader/MultiFileUploading.d.ts +8 -8
- package/lib/esm/types/components/menu-popover/MenuPopover.d.ts +2 -2
- package/lib/esm/types/components/menu-popover/getPosition.d.ts +50 -50
- package/lib/esm/types/components/menu-popover/index.d.ts +2 -2
- package/lib/esm/types/components/menu-popover/styles.d.ts +5 -5
- package/lib/esm/types/components/menu-popover/types.d.ts +7 -7
- package/lib/esm/types/components/nav-section/config.d.ts +31 -31
- package/lib/esm/types/components/nav-section/horizontal/index.d.ts +1 -1
- package/lib/esm/types/components/nav-section/horizontal/nav-item.d.ts +7 -7
- package/lib/esm/types/components/nav-section/horizontal/nav-list.d.ts +9 -9
- package/lib/esm/types/components/nav-section/horizontal/nav-section-horizontal.d.ts +5 -5
- package/lib/esm/types/components/nav-section/horizontal/styles.d.ts +28 -28
- package/lib/esm/types/components/nav-section/mini/index.d.ts +1 -1
- package/lib/esm/types/components/nav-section/mini/nav-item.d.ts +7 -7
- package/lib/esm/types/components/nav-section/mini/nav-list.d.ts +9 -9
- package/lib/esm/types/components/nav-section/mini/nav-section-mini.d.ts +5 -5
- package/lib/esm/types/components/nav-section/mini/styles.d.ts +28 -28
- package/lib/esm/types/components/nav-section/types.d.ts +37 -37
- package/lib/esm/types/components/nav-section/vertical/index.d.ts +1 -1
- package/lib/esm/types/components/nav-section/vertical/nav-item.d.ts +6 -6
- package/lib/esm/types/components/nav-section/vertical/nav-list.d.ts +9 -9
- package/lib/esm/types/components/nav-section/vertical/nav-section-vertical.d.ts +5 -5
- package/lib/esm/types/components/nav-section/vertical/styles.d.ts +46 -46
- package/lib/esm/types/components/scrollbar/index.d.ts +2 -2
- package/lib/esm/types/components/scrollbar/scrollbar.d.ts +4 -4
- package/lib/esm/types/components/scrollbar/styles.d.ts +3 -3
- package/lib/esm/types/components/scrollbar/types.d.ts +7 -7
- package/lib/esm/types/components/search-not-found/index.d.ts +1 -1
- package/lib/esm/types/components/search-not-found/search-not-found.d.ts +6 -6
- package/lib/esm/types/components/svg-color/index.d.ts +1 -1
- package/lib/esm/types/components/svg-color/svg-color.d.ts +7 -7
- package/lib/esm/types/components/table/CustomTableLoadingSkeleton.d.ts +6 -6
- package/lib/esm/types/components/table/TableMoreMenu.d.ts +9 -9
- package/lib/esm/types/components/upload/BlankUploadPage.d.ts +1 -1
- package/lib/esm/types/components/upload/BlockContent.d.ts +1 -1
- package/lib/esm/types/components/upload/MultiFilePreview.d.ts +2 -2
- package/lib/esm/types/components/upload/MultiFilePreviewModified.d.ts +2 -2
- package/lib/esm/types/components/upload/MultiFileShow.d.ts +2 -2
- package/lib/esm/types/components/upload/ProductUploadImages.d.ts +1 -1
- package/lib/esm/types/components/upload/RejectionFiles.d.ts +6 -6
- package/lib/esm/types/components/upload/SingleFilePreview.d.ts +6 -6
- package/lib/esm/types/components/upload/Upload.d.ts +2 -2
- package/lib/esm/types/components/upload/UploadAvatar.d.ts +2 -2
- package/lib/esm/types/components/upload/UploadMultiFile.d.ts +8 -8
- package/lib/esm/types/components/upload/UploadSingleFile.d.ts +2 -2
- package/lib/esm/types/components/upload/index.d.ts +7 -7
- package/lib/esm/types/components/upload/type.d.ts +41 -41
- package/lib/esm/types/components/upload/types.d.ts +23 -23
- package/lib/esm/types/context/ApiContex.d.ts +16 -16
- package/lib/esm/types/context/AppConfigurationsContext.d.ts +15 -15
- package/lib/esm/types/context/CredentialsContext.d.ts +16 -16
- package/lib/esm/types/context/DialogContext.d.ts +14 -14
- package/lib/esm/types/context/NotificationsContext.d.ts +15 -15
- package/lib/esm/types/context/PathsContext.d.ts +23 -23
- package/lib/esm/types/context/Resource.d.ts +157 -157
- package/lib/esm/types/context/ResourcesContext.d.ts +25 -25
- package/lib/esm/types/context/SnackAlertContext.d.ts +20 -20
- package/lib/esm/types/context/index.d.ts +9 -9
- package/lib/esm/types/helpers/Contsants.d.ts +6 -5
- package/lib/esm/types/helpers/CrudHelper/CreateEdit/CreateEditTexts.d.ts +26 -26
- package/lib/esm/types/helpers/CrudHelper/CreateEdit/ReferenceImageHelper.d.ts +5 -5
- package/lib/esm/types/helpers/CrudHelper/CreateEdit/TitleHelper.d.ts +5 -5
- package/lib/esm/types/helpers/CrudHelper/List/ListProps.d.ts +23 -23
- package/lib/esm/types/helpers/CrudHelper/List/ListUniqueFields.d.ts +8 -8
- package/lib/esm/types/helpers/CrudHelper/List/PaginationSearchParams.d.ts +13 -13
- package/lib/esm/types/helpers/CrudHelper/List/TitleModifier.d.ts +3 -3
- package/lib/esm/types/helpers/CrudHelper/List/index.d.ts +1 -1
- package/lib/esm/types/helpers/CrudHelper/Show/IdentityShowProps.d.ts +25 -25
- package/lib/esm/types/helpers/CrudHelper/Show/RecordResponseProps.d.ts +5 -5
- package/lib/esm/types/helpers/CrudHelper/Show/ShowFieldType.d.ts +22 -22
- package/lib/esm/types/helpers/CrudHelper/Show/ShowRecordProps.d.ts +64 -64
- package/lib/esm/types/helpers/CrudHelper/Show/ShowTexts.d.ts +23 -23
- package/lib/esm/types/helpers/CrudHelper/Show/getUrlFilters.d.ts +9 -9
- package/lib/esm/types/helpers/EnumHelper.d.ts +38 -38
- package/lib/esm/types/helpers/EnumUtils.d.ts +4 -4
- package/lib/esm/types/helpers/FileManager/FileData.d.ts +8 -8
- package/lib/esm/types/helpers/FileManager/FileShow.d.ts +13 -13
- package/lib/esm/types/helpers/FileManager/MuliFileView.d.ts +18 -18
- package/lib/esm/types/helpers/FilterValues.d.ts +6 -6
- package/lib/esm/types/helpers/Localization/LocalesEnums.d.ts +6 -5
- package/lib/esm/types/helpers/Localization/LocalesHelpers.d.ts +10 -10
- package/lib/esm/types/helpers/Permissions/checker.d.ts +3 -3
- package/lib/esm/types/helpers/Permissions/keys.d.ts +6 -6
- package/lib/esm/types/helpers/ReferencedValues/IPaginatedReference.d.ts +25 -25
- package/lib/esm/types/helpers/ReferencedValues/PaginatedReference.d.ts +2 -2
- package/lib/esm/types/helpers/StringUtils.d.ts +6 -6
- package/lib/esm/types/helpers/SubmitUrlFilter.d.ts +1 -1
- package/lib/esm/types/helpers/Types.d.ts +18 -18
- package/lib/esm/types/helpers/index.d.ts +3 -3
- package/lib/esm/types/hooks/RequetState.d.ts +22 -22
- package/lib/esm/types/hooks/index.d.ts +10 -10
- package/lib/esm/types/hooks/useActiveLink.d.ts +3 -3
- package/lib/esm/types/hooks/useApi.d.ts +21 -21
- package/lib/esm/types/hooks/useAppConfigurations.d.ts +11 -11
- package/lib/esm/types/hooks/useBoolean.d.ts +10 -10
- package/lib/esm/types/hooks/useCredentials.d.ts +1 -1
- package/lib/esm/types/hooks/useDialog.d.ts +4 -4
- package/lib/esm/types/hooks/useEventListener.d.ts +4 -4
- package/lib/esm/types/hooks/useNavData.d.ts +4 -4
- package/lib/esm/types/hooks/useNotifications.d.ts +6 -6
- package/lib/esm/types/hooks/useOffSetTop.d.ts +8 -8
- package/lib/esm/types/hooks/usePathname.d.ts +1 -1
- package/lib/esm/types/hooks/usePaths.d.ts +7 -7
- package/lib/esm/types/hooks/useResources.d.ts +6 -6
- package/lib/esm/types/hooks/useResponsive.d.ts +7 -7
- package/lib/esm/types/hooks/useRouter.d.ts +7 -7
- package/lib/esm/types/hooks/useSnackAlert.d.ts +5 -5
- package/lib/esm/types/hooks/useTabs.d.ts +6 -6
- package/lib/esm/types/index.d.ts +12 -12
- package/lib/esm/types/layout/_common/account-popover.d.ts +1 -1
- package/lib/esm/types/layout/_common/header-shadow.d.ts +2 -2
- package/lib/esm/types/layout/_common/nav-toggle-button.d.ts +2 -2
- package/lib/esm/types/layout/_common/searchbar/index.d.ts +1 -1
- package/lib/esm/types/layout/_common/searchbar/result-item.d.ts +14 -14
- package/lib/esm/types/layout/_common/searchbar/searchbar.d.ts +4 -4
- package/lib/esm/types/layout/_common/searchbar/utils.d.ts +23 -23
- package/lib/esm/types/layout/config-layout.d.ts +9 -9
- package/lib/esm/types/layout/dashboard/config-navigation.d.ts +4 -4
- package/lib/esm/types/layout/dashboard/header.d.ts +7 -7
- package/lib/esm/types/layout/dashboard/index.d.ts +2 -2
- package/lib/esm/types/layout/dashboard/layout.d.ts +7 -7
- package/lib/esm/types/layout/dashboard/main.d.ts +2 -2
- package/lib/esm/types/layout/dashboard/nav-horizontal.d.ts +4 -4
- package/lib/esm/types/layout/dashboard/nav-mini.d.ts +6 -6
- package/lib/esm/types/layout/dashboard/nav-vertical.d.ts +8 -8
- package/lib/esm/types/pages/IdentityEditPage.d.ts +26 -26
- package/lib/esm/types/pages/IdentityListPage.d.ts +3 -3
- package/lib/esm/types/pages/IdentityModelConfigurationPage.d.ts +5 -5
- package/lib/esm/types/pages/IdentityPage.d.ts +3 -3
- package/lib/esm/types/pages/IdentityPage.types.d.ts +24 -24
- package/lib/esm/types/pages/IdentityShowPage.d.ts +21 -21
- package/lib/esm/types/pages/LoadingScreen.d.ts +9 -9
- package/lib/esm/types/pages/Page403.d.ts +1 -1
- package/lib/esm/types/pages/index.d.ts +7 -7
- package/lib/esm/types/pages/permissions/CheckBoxForm.d.ts +6 -6
- package/lib/esm/types/pages/permissions/DropDownIcon.d.ts +5 -5
- package/lib/esm/types/pages/permissions/Form.d.ts +9 -9
- package/lib/esm/types/pages/permissions/IPermissionGroup.d.ts +4 -4
- package/lib/esm/types/pages/permissions/PermissionGroupForm.d.ts +12 -12
- package/lib/esm/types/pages/permissions/PermissionsList.d.ts +11 -11
- package/lib/esm/types/pages/permissions/dataMapper.d.ts +2 -2
- package/lib/esm/types/pages/permissions/index.d.ts +3 -3
- package/lib/esm/types/pages/permissions/loading/CheckBoxLoading.d.ts +1 -1
- package/lib/esm/types/pages/permissions/loading/DropDownLoading.d.ts +1 -1
- package/lib/esm/types/pages/permissions/loading/index.d.ts +1 -1
- package/lib/esm/types/pages/permissions/types.d.ts +20 -20
- package/lib/esm/types/routes/AdminRouter.d.ts +10 -10
- package/lib/esm/types/routes/DashBoardRouter.d.ts +10 -10
- package/lib/esm/types/routes/index.d.ts +1 -1
- package/lib/esm/types/routes/paths.d.ts +5 -5
- package/lib/esm/types/sections/dashboard/CreateNewDialog.d.ts +11 -11
- package/lib/esm/types/sections/dashboard/ImageCard.d.ts +41 -41
- package/lib/esm/types/sections/dashboard/ModelConfiguration/ActionsSection.d.ts +7 -7
- package/lib/esm/types/sections/dashboard/ModelConfiguration/ModelConfigurationEditForm.d.ts +12 -12
- package/lib/esm/types/sections/dashboard/NewEditForm.d.ts +16 -16
- package/lib/esm/types/sections/dashboard/ShowRecord.d.ts +15 -15
- package/lib/esm/types/sections/dashboard/index.d.ts +1 -1
- package/lib/esm/types/theme/css.d.ts +932 -932
- package/lib/esm/types/theme/custom-shadows.d.ts +46 -46
- package/lib/esm/types/theme/index.d.ts +14 -14
- package/lib/esm/types/theme/options/contrast.d.ts +19 -19
- package/lib/esm/types/theme/options/dark-mode.d.ts +103 -103
- package/lib/esm/types/theme/options/presets.d.ts +41 -41
- package/lib/esm/types/theme/options/right-to-left.d.ts +10 -10
- package/lib/esm/types/theme/overrides/components/CustomIcons.d.ts +14 -14
- package/lib/esm/types/theme/overrides/components/accordion.d.ts +37 -37
- package/lib/esm/types/theme/overrides/components/alert.d.ts +34 -34
- package/lib/esm/types/theme/overrides/components/appbar.d.ts +13 -13
- package/lib/esm/types/theme/overrides/components/autocomplete.d.ts +1685 -1685
- package/lib/esm/types/theme/overrides/components/avatar.d.ts +56 -56
- package/lib/esm/types/theme/overrides/components/backdrop.d.ts +13 -13
- package/lib/esm/types/theme/overrides/components/badge.d.ts +102 -102
- package/lib/esm/types/theme/overrides/components/breadcrumbs.d.ts +827 -827
- package/lib/esm/types/theme/overrides/components/button-group.d.ts +33 -33
- package/lib/esm/types/theme/overrides/components/button.d.ts +51 -51
- package/lib/esm/types/theme/overrides/components/card.d.ts +36 -36
- package/lib/esm/types/theme/overrides/components/checkbox.d.ts +16 -16
- package/lib/esm/types/theme/overrides/components/chip.d.ts +35 -35
- package/lib/esm/types/theme/overrides/components/css-baseline.d.ts +45 -45
- package/lib/esm/types/theme/overrides/components/data-grid.d.ts +150 -150
- package/lib/esm/types/theme/overrides/components/date-picker.d.ts +15 -15
- package/lib/esm/types/theme/overrides/components/dialog.d.ts +50 -50
- package/lib/esm/types/theme/overrides/components/drawer.d.ts +50 -50
- package/lib/esm/types/theme/overrides/components/fab.d.ts +44 -44
- package/lib/esm/types/theme/overrides/components/link.d.ts +8 -8
- package/lib/esm/types/theme/overrides/components/list.d.ts +38 -38
- package/lib/esm/types/theme/overrides/components/loading-button.d.ts +17 -17
- package/lib/esm/types/theme/overrides/components/menu.d.ts +822 -822
- package/lib/esm/types/theme/overrides/components/pagination.d.ts +36 -36
- package/lib/esm/types/theme/overrides/components/paper.d.ts +16 -16
- package/lib/esm/types/theme/overrides/components/popover.d.ts +45 -45
- package/lib/esm/types/theme/overrides/components/progress.d.ts +13 -13
- package/lib/esm/types/theme/overrides/components/radio-button.d.ts +831 -831
- package/lib/esm/types/theme/overrides/components/rating.d.ts +37 -37
- package/lib/esm/types/theme/overrides/components/select.d.ts +30 -30
- package/lib/esm/types/theme/overrides/components/skeleton.d.ts +17 -17
- package/lib/esm/types/theme/overrides/components/slider.d.ts +26 -26
- package/lib/esm/types/theme/overrides/components/stack.d.ts +8 -8
- package/lib/esm/types/theme/overrides/components/stepper.d.ts +10 -10
- package/lib/esm/types/theme/overrides/components/svg-icon.d.ts +12 -12
- package/lib/esm/types/theme/overrides/components/switch.d.ts +15 -15
- package/lib/esm/types/theme/overrides/components/table.d.ts +86 -86
- package/lib/esm/types/theme/overrides/components/tabs.d.ts +50 -50
- package/lib/esm/types/theme/overrides/components/textfield.d.ts +1699 -1699
- package/lib/esm/types/theme/overrides/components/timeline.d.ts +17 -17
- package/lib/esm/types/theme/overrides/components/toggle-button.d.ts +54 -54
- package/lib/esm/types/theme/overrides/components/tooltip.d.ts +13 -13
- package/lib/esm/types/theme/overrides/components/tree-view.d.ts +829 -829
- package/lib/esm/types/theme/overrides/components/typography.d.ts +13 -13
- package/lib/esm/types/theme/overrides/index.d.ts +2 -2
- package/lib/esm/types/theme/palette.d.ts +96 -96
- package/lib/esm/types/theme/shadows.d.ts +2 -2
- package/lib/esm/types/theme/typography.d.ts +148 -148
- package/lib/esm/types/utils/AwsConfig.d.ts +3 -3
- package/lib/esm/types/utils/FormWidthModulator/FieldWidthByType.d.ts +5 -5
- package/lib/esm/types/utils/FormWidthModulator/heightTypeDiscriminator.d.ts +7 -7
- package/lib/esm/types/utils/HelperFunctions.d.ts +46 -46
- package/lib/esm/types/utils/ImageOptimizer/ImageOptimizerService.d.ts +7 -7
- package/lib/esm/types/utils/flatten-array.d.ts +1 -1
- package/lib/esm/types/utils/format-number.d.ts +7 -7
- package/lib/esm/types/utils/formatTime.d.ts +12 -12
- package/lib/esm/types/utils/getFileData.d.ts +25 -25
- package/lib/esm/types/utils/highlight.d.ts +6 -6
- package/lib/esm/types/utils/utils.d.ts +4 -4
- package/lib/index.d.ts +834 -834
- package/package.json +89 -89
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface ILocalizedStringCard {
|
|
2
|
-
value: any;
|
|
3
|
-
}
|
|
4
|
-
export declare function LocalizedStringCard({ value }: ILocalizedStringCard): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export interface ILocalizedStringCard {
|
|
2
|
+
value: any;
|
|
3
|
+
}
|
|
4
|
+
export declare function LocalizedStringCard({ value }: ILocalizedStringCard): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IShowField } from '../IShowField';
|
|
2
|
-
export declare function LocationSection(props: IShowField): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { IShowField } from '../IShowField';
|
|
2
|
+
export declare function LocationSection(props: IShowField): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IShowField } from '../IShowField';
|
|
2
|
-
export declare function MultitextSection(props: IShowField): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { IShowField } from '../IShowField';
|
|
2
|
+
export declare function MultitextSection(props: IShowField): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IShowField } from '../IShowField';
|
|
2
|
-
export interface INestedSchemaCard extends IShowField {
|
|
3
|
-
}
|
|
4
|
-
export declare function NestedSchemaCard(props: INestedSchemaCard): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { IShowField } from '../IShowField';
|
|
2
|
+
export interface INestedSchemaCard extends IShowField {
|
|
3
|
+
}
|
|
4
|
+
export declare function NestedSchemaCard(props: INestedSchemaCard): import("react/jsx-runtime").JSX.Element;
|
package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/NormalReferenceSection.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IShowField } from '../../IShowField';
|
|
2
|
-
export declare function NormalReferenceSection(props: IShowField): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { IShowField } from '../../IShowField';
|
|
2
|
+
export declare function NormalReferenceSection(props: IShowField): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IShowField } from '../../IShowField';
|
|
2
|
-
export declare function ObjectArrayReferenceSection(props: IShowField): any;
|
|
1
|
+
import { IShowField } from '../../IShowField';
|
|
2
|
+
export declare function ObjectArrayReferenceSection(props: IShowField): any;
|
package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/ReferenceSection.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IShowField } from '../../IShowField';
|
|
2
|
-
export declare function ReferenceSection(props: IShowField): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { IShowField } from '../../IShowField';
|
|
2
|
+
export declare function ReferenceSection(props: IShowField): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface IReferenceLink {
|
|
2
|
-
navigateTo: any;
|
|
3
|
-
value: any;
|
|
4
|
-
}
|
|
5
|
-
export declare function ReferenceLink({ navigateTo, value }: IReferenceLink): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export interface IReferenceLink {
|
|
2
|
+
navigateTo: any;
|
|
3
|
+
value: any;
|
|
4
|
+
}
|
|
5
|
+
export declare function ReferenceLink({ navigateTo, value }: IReferenceLink): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css';
|
|
2
|
-
export declare function RichTextIIShow({ html }: {
|
|
3
|
-
html: string;
|
|
4
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css';
|
|
2
|
+
export declare function RichTextIIShow({ html }: {
|
|
3
|
+
html: string;
|
|
4
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { FieldTypes } from '../../../helpers/EnumHelper';
|
|
3
|
-
import { IShowField } from '../IShowField';
|
|
4
|
-
export declare const emptyFieldValue = "---";
|
|
5
|
-
export interface IFieldSection extends IShowField {
|
|
6
|
-
type: FieldTypes;
|
|
7
|
-
enumvalues?: any;
|
|
8
|
-
children?: (recordObject: any, index: number) => JSX.Element;
|
|
9
|
-
}
|
|
10
|
-
export declare function FieldSection(props: IFieldSection): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FieldTypes } from '../../../helpers/EnumHelper';
|
|
3
|
+
import { IShowField } from '../IShowField';
|
|
4
|
+
export declare const emptyFieldValue = "---";
|
|
5
|
+
export interface IFieldSection extends IShowField {
|
|
6
|
+
type: FieldTypes;
|
|
7
|
+
enumvalues?: any;
|
|
8
|
+
children?: (recordObject: any, index: number) => JSX.Element;
|
|
9
|
+
}
|
|
10
|
+
export declare function FieldSection(props: IFieldSection): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { FieldTypes } from '../../helpers';
|
|
3
|
-
export interface IShowSkeleton {
|
|
4
|
-
title: string;
|
|
5
|
-
children: JSX.Element;
|
|
6
|
-
type?: FieldTypes;
|
|
7
|
-
}
|
|
8
|
-
export declare function ShowSkeleton({ title, children, type }: IShowSkeleton): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FieldTypes } from '../../helpers';
|
|
3
|
+
export interface IShowSkeleton {
|
|
4
|
+
title: string;
|
|
5
|
+
children: JSX.Element;
|
|
6
|
+
type?: FieldTypes;
|
|
7
|
+
}
|
|
8
|
+
export declare function ShowSkeleton({ title, children, type }: IShowSkeleton): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { IShowFieldType } from '../../helpers/CrudHelper/Show/ShowFieldType';
|
|
2
|
-
/**
|
|
3
|
-
* Component function to render a field based on its type and schema.
|
|
4
|
-
* The `ShowField` function dynamically renders different field types, such as
|
|
5
|
-
* `String`, `Number`, `Reference`, etc., depending on the type
|
|
6
|
-
* specified in the schema for the property.
|
|
7
|
-
*
|
|
8
|
-
* @param {IShowFieldType} props - The properties required to render a specific field.
|
|
9
|
-
* @returns {JSX.Element} The appropriate field component based on the schema type, or an empty element if the type is unsupported.
|
|
10
|
-
*/
|
|
11
|
-
export declare function ShowField({ property, schema, record, userpath, resources }: IShowFieldType): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { IShowFieldType } from '../../helpers/CrudHelper/Show/ShowFieldType';
|
|
2
|
+
/**
|
|
3
|
+
* Component function to render a field based on its type and schema.
|
|
4
|
+
* The `ShowField` function dynamically renders different field types, such as
|
|
5
|
+
* `String`, `Number`, `Reference`, etc., depending on the type
|
|
6
|
+
* specified in the schema for the property.
|
|
7
|
+
*
|
|
8
|
+
* @param {IShowFieldType} props - The properties required to render a specific field.
|
|
9
|
+
* @returns {JSX.Element} The appropriate field component based on the schema type, or an empty element if the type is unsupported.
|
|
10
|
+
*/
|
|
11
|
+
export declare function ShowField({ property, schema, record, userpath, resources }: IShowFieldType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export interface ActionDialogProps {
|
|
2
|
-
open: boolean;
|
|
3
|
-
/** Title to display when isSecondaryAction is false */
|
|
4
|
-
title: string;
|
|
5
|
-
/** Message to display when isSecondaryAction is false */
|
|
6
|
-
message?: string;
|
|
7
|
-
/** Title to display when isSecondaryAction is true */
|
|
8
|
-
secondaryTitle?: string;
|
|
9
|
-
/** Message to display when isSecondaryAction is true */
|
|
10
|
-
secondaryMessage?: string;
|
|
11
|
-
/** Determines which action to perform */
|
|
12
|
-
isSecondaryAction?: boolean;
|
|
13
|
-
/** Function to call when the dialog is closed */
|
|
14
|
-
onClose: () => void;
|
|
15
|
-
/** Function to call when isSecondaryAction is false */
|
|
16
|
-
onAction?: () => void;
|
|
17
|
-
/** Function to call when isSecondaryAction is true */
|
|
18
|
-
onSecondaryAction?: () => void;
|
|
19
|
-
/** Button text for primary action */
|
|
20
|
-
buttonText?: string;
|
|
21
|
-
/** Button text for secondary action */
|
|
22
|
-
secondaryButtonText?: string;
|
|
23
|
-
/** Loading indicator for action button */
|
|
24
|
-
loading?: boolean;
|
|
25
|
-
}
|
|
26
|
-
export declare function ActionDialog({ open, title, message, secondaryTitle, secondaryMessage, isSecondaryAction, onClose, onAction, onSecondaryAction, secondaryButtonText, buttonText, loading, }: ActionDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export interface ActionDialogProps {
|
|
2
|
+
open: boolean;
|
|
3
|
+
/** Title to display when isSecondaryAction is false */
|
|
4
|
+
title: string;
|
|
5
|
+
/** Message to display when isSecondaryAction is false */
|
|
6
|
+
message?: string;
|
|
7
|
+
/** Title to display when isSecondaryAction is true */
|
|
8
|
+
secondaryTitle?: string;
|
|
9
|
+
/** Message to display when isSecondaryAction is true */
|
|
10
|
+
secondaryMessage?: string;
|
|
11
|
+
/** Determines which action to perform */
|
|
12
|
+
isSecondaryAction?: boolean;
|
|
13
|
+
/** Function to call when the dialog is closed */
|
|
14
|
+
onClose: () => void;
|
|
15
|
+
/** Function to call when isSecondaryAction is false */
|
|
16
|
+
onAction?: () => void;
|
|
17
|
+
/** Function to call when isSecondaryAction is true */
|
|
18
|
+
onSecondaryAction?: () => void;
|
|
19
|
+
/** Button text for primary action */
|
|
20
|
+
buttonText?: string;
|
|
21
|
+
/** Button text for secondary action */
|
|
22
|
+
secondaryButtonText?: string;
|
|
23
|
+
/** Loading indicator for action button */
|
|
24
|
+
loading?: boolean;
|
|
25
|
+
}
|
|
26
|
+
export declare function ActionDialog({ open, title, message, secondaryTitle, secondaryMessage, isSecondaryAction, onClose, onAction, onSecondaryAction, secondaryButtonText, buttonText, loading, }: ActionDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ImageItem } from "./mediaUploader/ImageSelector";
|
|
2
|
-
import { FileData } from "../helpers/FileManager/FileData";
|
|
3
|
-
declare function SortDrag(props: {
|
|
4
|
-
items: ImageItem[];
|
|
5
|
-
onRemove: (file: FileData) => void;
|
|
6
|
-
setImages: any;
|
|
7
|
-
disabled: boolean | undefined;
|
|
8
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export default SortDrag;
|
|
1
|
+
import { ImageItem } from "./mediaUploader/ImageSelector";
|
|
2
|
+
import { FileData } from "../helpers/FileManager/FileData";
|
|
3
|
+
declare function SortDrag(props: {
|
|
4
|
+
items: ImageItem[];
|
|
5
|
+
onRemove: (file: FileData) => void;
|
|
6
|
+
setImages: any;
|
|
7
|
+
disabled: boolean | undefined;
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export default SortDrag;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface IDroppedItem {
|
|
3
|
-
source?: {
|
|
4
|
-
index: number;
|
|
5
|
-
} | null;
|
|
6
|
-
destination?: {
|
|
7
|
-
index: number;
|
|
8
|
-
} | null;
|
|
9
|
-
}
|
|
10
|
-
export interface IDraggableComponent {
|
|
11
|
-
handleDrop: (droppedItem: IDroppedItem) => void;
|
|
12
|
-
list: any;
|
|
13
|
-
itemComponent: (item: any, index: number) => JSX.Element;
|
|
14
|
-
}
|
|
15
|
-
export declare function DraggableComponent({ handleDrop, list, itemComponent }: IDraggableComponent): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface IDroppedItem {
|
|
3
|
+
source?: {
|
|
4
|
+
index: number;
|
|
5
|
+
} | null;
|
|
6
|
+
destination?: {
|
|
7
|
+
index: number;
|
|
8
|
+
} | null;
|
|
9
|
+
}
|
|
10
|
+
export interface IDraggableComponent {
|
|
11
|
+
handleDrop: (droppedItem: IDroppedItem) => void;
|
|
12
|
+
list: any;
|
|
13
|
+
itemComponent: (item: any, index: number) => JSX.Element;
|
|
14
|
+
}
|
|
15
|
+
export declare function DraggableComponent({ handleDrop, list, itemComponent }: IDraggableComponent): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BoxProps } from '@mui/material';
|
|
2
|
-
interface Props extends BoxProps {
|
|
3
|
-
title: string;
|
|
4
|
-
img?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
imageHeight?: number;
|
|
7
|
-
}
|
|
8
|
-
export default function EmptyContent({ title, description, img, imageHeight, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export {};
|
|
1
|
+
import { BoxProps } from '@mui/material';
|
|
2
|
+
interface Props extends BoxProps {
|
|
3
|
+
title: string;
|
|
4
|
+
img?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
imageHeight?: number;
|
|
7
|
+
}
|
|
8
|
+
export default function EmptyContent({ title, description, img, imageHeight, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { Props as BreadcrumbsProps } from './Breadcrumbs';
|
|
3
|
-
interface Props extends BreadcrumbsProps {
|
|
4
|
-
action?: ReactNode;
|
|
5
|
-
heading: string;
|
|
6
|
-
moreLink?: string | string[];
|
|
7
|
-
headingView?: ReactNode;
|
|
8
|
-
}
|
|
9
|
-
export default function HeaderBreadcrumbs({ links, action, heading, headingView, moreLink, sx, children, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { Props as BreadcrumbsProps } from './Breadcrumbs';
|
|
3
|
+
interface Props extends BreadcrumbsProps {
|
|
4
|
+
action?: ReactNode;
|
|
5
|
+
heading: string;
|
|
6
|
+
moreLink?: string | string[];
|
|
7
|
+
headingView?: ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export default function HeaderBreadcrumbs({ links, action, heading, headingView, moreLink, sx, children, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AlertColor } from '@mui/material';
|
|
2
|
-
export interface ISnackAlert {
|
|
3
|
-
message?: string;
|
|
4
|
-
open: boolean;
|
|
5
|
-
severity?: AlertColor;
|
|
6
|
-
horizontalPosition?: 'left' | 'center' | 'right';
|
|
7
|
-
verticalPosition?: 'top' | 'bottom';
|
|
8
|
-
onClose: () => void;
|
|
9
|
-
}
|
|
10
|
-
export declare function IdentitySnackAlert({ open, message, severity, horizontalPosition, verticalPosition, onClose }: ISnackAlert): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { AlertColor } from '@mui/material';
|
|
2
|
+
export interface ISnackAlert {
|
|
3
|
+
message?: string;
|
|
4
|
+
open: boolean;
|
|
5
|
+
severity?: AlertColor;
|
|
6
|
+
horizontalPosition?: 'left' | 'center' | 'right';
|
|
7
|
+
verticalPosition?: 'top' | 'bottom';
|
|
8
|
+
onClose: () => void;
|
|
9
|
+
}
|
|
10
|
+
export declare function IdentitySnackAlert({ open, message, severity, horizontalPosition, verticalPosition, onClose }: ISnackAlert): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TableRowProps } from '@mui/material';
|
|
2
|
-
export interface TableProps extends TableRowProps {
|
|
3
|
-
tuples: string[];
|
|
4
|
-
}
|
|
5
|
-
export default function ListHeaderSkeleton({ ...other }: TableProps): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { TableRowProps } from '@mui/material';
|
|
2
|
+
export interface TableProps extends TableRowProps {
|
|
3
|
+
tuples: string[];
|
|
4
|
+
}
|
|
5
|
+
export default function ListHeaderSkeleton({ ...other }: TableProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
type Props = {
|
|
3
|
-
handleChange: (event: React.SyntheticEvent, newValue: string) => void;
|
|
4
|
-
includeFrench?: boolean;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
type Props = {
|
|
3
|
+
handleChange: (event: React.SyntheticEvent, newValue: string) => void;
|
|
4
|
+
includeFrench?: boolean;
|
|
5
|
+
includeGerman?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export default function LocalizedTabs({ handleChange, includeFrench, includeGerman }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { UseFormSetValue } from 'react-hook-form';
|
|
3
|
-
import { SizeType } from '../helpers/Types';
|
|
4
|
-
type Props = {
|
|
5
|
-
title: string;
|
|
6
|
-
size: SizeType;
|
|
7
|
-
fieldName: string;
|
|
8
|
-
numberOfRows?: number;
|
|
9
|
-
isEdit?: boolean;
|
|
10
|
-
value: string;
|
|
11
|
-
includeFrench?: boolean;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { UseFormSetValue } from 'react-hook-form';
|
|
3
|
+
import { SizeType } from '../helpers/Types';
|
|
4
|
+
type Props = {
|
|
5
|
+
title: string;
|
|
6
|
+
size: SizeType;
|
|
7
|
+
fieldName: string;
|
|
8
|
+
numberOfRows?: number;
|
|
9
|
+
isEdit?: boolean;
|
|
10
|
+
value: string;
|
|
11
|
+
includeFrench?: boolean;
|
|
12
|
+
includeGerman?: boolean;
|
|
13
|
+
setValue: UseFormSetValue<any>;
|
|
14
|
+
getValues: (name: string) => any;
|
|
15
|
+
handleChange: (event: React.SyntheticEvent, newValue: string) => void;
|
|
16
|
+
};
|
|
17
|
+
export default function LocalizedStringForm({ title, includeFrench, includeGerman, size, value, isEdit, fieldName, numberOfRows, setValue, getValues, handleChange, }: Props): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export declare enum AdminNotificationNavigationType {
|
|
2
|
-
NONE = "NONE",
|
|
3
|
-
INTERNAL = "INTERNAL",
|
|
4
|
-
EXTERNAL = "EXTERNAL"
|
|
5
|
-
}
|
|
6
|
-
export declare enum AdminNotificationTypePriority {
|
|
7
|
-
LOW = "LOW",
|
|
8
|
-
MEDIUM = "MEDIUM",
|
|
9
|
-
HIGH = "HIGH"
|
|
10
|
-
}
|
|
11
|
-
export interface IDashboardNotification {
|
|
12
|
-
id: string;
|
|
13
|
-
text: string;
|
|
14
|
-
createdAt: Date;
|
|
15
|
-
clickable: boolean;
|
|
16
|
-
redirectUrl?: string;
|
|
17
|
-
redirectUrlType: AdminNotificationNavigationType;
|
|
18
|
-
isRead: boolean;
|
|
19
|
-
priority: AdminNotificationTypePriority;
|
|
20
|
-
type?: string;
|
|
21
|
-
}
|
|
1
|
+
export declare enum AdminNotificationNavigationType {
|
|
2
|
+
NONE = "NONE",
|
|
3
|
+
INTERNAL = "INTERNAL",
|
|
4
|
+
EXTERNAL = "EXTERNAL"
|
|
5
|
+
}
|
|
6
|
+
export declare enum AdminNotificationTypePriority {
|
|
7
|
+
LOW = "LOW",
|
|
8
|
+
MEDIUM = "MEDIUM",
|
|
9
|
+
HIGH = "HIGH"
|
|
10
|
+
}
|
|
11
|
+
export interface IDashboardNotification {
|
|
12
|
+
id: string;
|
|
13
|
+
text: string;
|
|
14
|
+
createdAt: Date;
|
|
15
|
+
clickable: boolean;
|
|
16
|
+
redirectUrl?: string;
|
|
17
|
+
redirectUrlType: AdminNotificationNavigationType;
|
|
18
|
+
isRead: boolean;
|
|
19
|
+
priority: AdminNotificationTypePriority;
|
|
20
|
+
type?: string;
|
|
21
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IDashboardNotification } from './IDashboardNotifications';
|
|
2
|
-
export interface INotificationItem {
|
|
3
|
-
notification: IDashboardNotification;
|
|
4
|
-
onClickNotification: (clickedNotification: IDashboardNotification) => void;
|
|
5
|
-
}
|
|
6
|
-
export declare function NotificationItem({ notification, onClickNotification }: INotificationItem): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { IDashboardNotification } from './IDashboardNotifications';
|
|
2
|
+
export interface INotificationItem {
|
|
3
|
+
notification: IDashboardNotification;
|
|
4
|
+
onClickNotification: (clickedNotification: IDashboardNotification) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare function NotificationItem({ notification, onClickNotification }: INotificationItem): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export declare enum ArabicNotification {
|
|
2
|
-
notifications = "\u0625\u0634\u0639\u0627\u0631\u0627\u062A",
|
|
3
|
-
youHave = "\u0644\u062F\u064A\u0643",
|
|
4
|
-
unreadMessages = "\u0631\u0633\u0627\u0626\u0644 \u063A\u064A\u0631 \u0645\u0642\u0631\u0648\u0621\u0629",
|
|
5
|
-
showMore = "\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F",
|
|
6
|
-
showLess = "\u0639\u0631\u0636 \u0623\u0642\u0644"
|
|
7
|
-
}
|
|
8
|
-
export declare enum EnglishNotification {
|
|
9
|
-
notifications = "Notifications",
|
|
10
|
-
youHave = "You have",
|
|
11
|
-
unreadMessages = "unread messages",
|
|
12
|
-
showMore = "Show more",
|
|
13
|
-
showLess = "Show less"
|
|
14
|
-
}
|
|
1
|
+
export declare enum ArabicNotification {
|
|
2
|
+
notifications = "\u0625\u0634\u0639\u0627\u0631\u0627\u062A",
|
|
3
|
+
youHave = "\u0644\u062F\u064A\u0643",
|
|
4
|
+
unreadMessages = "\u0631\u0633\u0627\u0626\u0644 \u063A\u064A\u0631 \u0645\u0642\u0631\u0648\u0621\u0629",
|
|
5
|
+
showMore = "\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F",
|
|
6
|
+
showLess = "\u0639\u0631\u0636 \u0623\u0642\u0644"
|
|
7
|
+
}
|
|
8
|
+
export declare enum EnglishNotification {
|
|
9
|
+
notifications = "Notifications",
|
|
10
|
+
youHave = "You have",
|
|
11
|
+
unreadMessages = "unread messages",
|
|
12
|
+
showMore = "Show more",
|
|
13
|
+
showLess = "Show less"
|
|
14
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function NotificationsPopover(): import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export default function NotificationsPopover(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ReactNode } from 'react';
|
|
3
|
-
import { BoxProps } from '@mui/material';
|
|
4
|
-
interface Props extends BoxProps {
|
|
5
|
-
children: ReactNode;
|
|
6
|
-
meta?: ReactNode;
|
|
7
|
-
title: string;
|
|
8
|
-
}
|
|
9
|
-
declare const Page: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default Page;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
import { BoxProps } from '@mui/material';
|
|
4
|
+
interface Props extends BoxProps {
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
meta?: ReactNode;
|
|
7
|
+
title: string;
|
|
8
|
+
}
|
|
9
|
+
declare const Page: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
export default Page;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function ProgressBarStyle(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
export default function ProgressBar(): null;
|
|
1
|
+
export declare function ProgressBarStyle(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default function ProgressBar(): null;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { LinkProps } from 'react-router-dom';
|
|
3
|
-
interface RouterLinkProps extends Omit<LinkProps, 'to'> {
|
|
4
|
-
href: string;
|
|
5
|
-
}
|
|
6
|
-
declare const RouterLink: import("react").ForwardRefExoticComponent<RouterLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
7
|
-
export default RouterLink;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LinkProps } from 'react-router-dom';
|
|
3
|
+
interface RouterLinkProps extends Omit<LinkProps, 'to'> {
|
|
4
|
+
href: string;
|
|
5
|
+
}
|
|
6
|
+
declare const RouterLink: import("react").ForwardRefExoticComponent<RouterLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
7
|
+
export default RouterLink;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TextFieldProps } from '@mui/material';
|
|
2
|
-
type IProps = {
|
|
3
|
-
onInputChange: (input: string) => void;
|
|
4
|
-
};
|
|
5
|
-
type Props = IProps & TextFieldProps;
|
|
6
|
-
export default function SearchField(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
1
|
+
import { TextFieldProps } from '@mui/material';
|
|
2
|
+
type IProps = {
|
|
3
|
+
onInputChange: (input: string) => void;
|
|
4
|
+
};
|
|
5
|
+
type Props = IProps & TextFieldProps;
|
|
6
|
+
export default function SearchField(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { TableRowProps } from '@mui/material';
|
|
2
|
-
interface ILoadingSkeleton extends TableRowProps {
|
|
3
|
-
loadingVertical?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export default function ShowRecordSkeleton({ loadingVertical, ...other }: ILoadingSkeleton): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
1
|
+
import { TableRowProps } from '@mui/material';
|
|
2
|
+
interface ILoadingSkeleton extends TableRowProps {
|
|
3
|
+
loadingVertical?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export default function ShowRecordSkeleton({ loadingVertical, ...other }: ILoadingSkeleton): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BoxProps } from '@mui/material';
|
|
2
|
-
interface Props extends BoxProps {
|
|
3
|
-
src: string;
|
|
4
|
-
}
|
|
5
|
-
export declare const getIconByName: (name: string) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export default function SvgIconStyle({ src, sx }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
1
|
+
import { BoxProps } from '@mui/material';
|
|
2
|
+
interface Props extends BoxProps {
|
|
3
|
+
src: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const getIconByName: (name: string) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default function SvgIconStyle({ src, sx }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SizeType } from '../helpers/Types';
|
|
2
|
-
import { UseFormSetValue } from 'react-hook-form';
|
|
3
|
-
type Props = {
|
|
4
|
-
label: string;
|
|
5
|
-
size: SizeType;
|
|
6
|
-
fieldName: string;
|
|
7
|
-
fullWidth?: boolean;
|
|
8
|
-
setValue: UseFormSetValue<any>;
|
|
9
|
-
getValues: (name: string) => any;
|
|
10
|
-
};
|
|
11
|
-
export default function TimePickerField({ label, size, fieldName, fullWidth, setValue, getValues }: Props): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export {};
|
|
1
|
+
import { SizeType } from '../helpers/Types';
|
|
2
|
+
import { UseFormSetValue } from 'react-hook-form';
|
|
3
|
+
type Props = {
|
|
4
|
+
label: string;
|
|
5
|
+
size: SizeType;
|
|
6
|
+
fieldName: string;
|
|
7
|
+
fullWidth?: boolean;
|
|
8
|
+
setValue: UseFormSetValue<any>;
|
|
9
|
+
getValues: (name: string) => any;
|
|
10
|
+
};
|
|
11
|
+
export default function TimePickerField({ label, size, fieldName, fullWidth, setValue, getValues }: Props): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IconButtonProps } from '@mui/material';
|
|
3
|
-
declare const IconButtonAnimate: import("react").ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
4
|
-
export default IconButtonAnimate;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IconButtonProps } from '@mui/material';
|
|
3
|
+
declare const IconButtonAnimate: import("react").ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
export default IconButtonAnimate;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './variants';
|
|
2
|
-
export { default as MotionViewport } from './motion-viewport';
|
|
3
|
-
export { default as MotionContainer } from './motion-container';
|
|
1
|
+
export * from './variants';
|
|
2
|
+
export { default as MotionViewport } from './motion-viewport';
|
|
3
|
+
export { default as MotionContainer } from './motion-container';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { MotionProps } from 'framer-motion';
|
|
2
|
-
import { BoxProps } from '@mui/material/Box';
|
|
3
|
-
type IProps = BoxProps & MotionProps;
|
|
4
|
-
export interface Props extends IProps {
|
|
5
|
-
animate?: boolean;
|
|
6
|
-
action?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export default function MotionContainer({ animate, action, children, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export {};
|
|
1
|
+
import { MotionProps } from 'framer-motion';
|
|
2
|
+
import { BoxProps } from '@mui/material/Box';
|
|
3
|
+
type IProps = BoxProps & MotionProps;
|
|
4
|
+
export interface Props extends IProps {
|
|
5
|
+
animate?: boolean;
|
|
6
|
+
action?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export default function MotionContainer({ animate, action, children, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|