identity-admin-ui 1.0.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/lib/cjs/index.css +7 -0
- package/lib/cjs/index.js +130 -0
- package/lib/cjs/types/ApiClient/Axiosinterceptor.d.ts +8 -0
- package/lib/cjs/types/ApiClient/ClientDateTransformer.d.ts +1 -0
- package/lib/cjs/types/ApiClient/index.d.ts +1 -0
- package/lib/cjs/types/assets/BackgroundIllustration.d.ts +4 -0
- package/lib/cjs/types/assets/UploadIllustration.d.ts +5 -0
- package/lib/cjs/types/assets/icon_plan_free.d.ts +5 -0
- package/lib/cjs/types/assets/icon_plan_premium.d.ts +5 -0
- package/lib/cjs/types/assets/icon_plan_starter.d.ts +5 -0
- package/lib/cjs/types/assets/icon_sent.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_403.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_404.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_500.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_background.d.ts +4 -0
- package/lib/cjs/types/assets/illustration_booking.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_checkin.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_checkout.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_coming_soon.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_doc.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_maintenance.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_motivation.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_order_complete.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_seo.d.ts +5 -0
- package/lib/cjs/types/assets/illustration_upload.d.ts +5 -0
- package/lib/cjs/types/assets/index.d.ts +17 -0
- package/lib/cjs/types/components/Breadcrumbs.d.ts +12 -0
- package/lib/cjs/types/components/BulkActions/BulkActionDialogs.d.ts +24 -0
- package/lib/cjs/types/components/BulkActions/BulkDialogContainer.d.ts +16 -0
- package/lib/cjs/types/components/BulkActions/BulkDialogLoadingSkeleton.d.ts +2 -0
- package/lib/cjs/types/components/Buttons/EditButton.d.ts +5 -0
- package/lib/cjs/types/components/Buttons/NavigationButton.d.ts +6 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/ArrayField.d.ts +8 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/BooleanField.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/ColorField.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/DateField.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/EnumField.d.ts +5 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/ImageField.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/LocalizedStringField.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/LocationField.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/NestedSchemaField.d.ts +4 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/ReferenceField.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Fields/StringField.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/IShowField.d.ts +15 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/ArrayCard.d.ts +6 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/DateSection.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/EnumSection.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/LocalizedStringCard.d.ts +4 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/LocationSection.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/NestedSchemaCard.d.ts +4 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/NormalReferenceSection.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/ObjectArrayReferenceSection.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/ReferenceSection.d.ts +2 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/ReferenceLink.d.ts +5 -0
- package/lib/cjs/types/components/DashboardShowFields/Sections/index.d.ts +10 -0
- package/lib/cjs/types/components/DashboardShowFields/ShowSkeleton.d.ts +6 -0
- package/lib/cjs/types/components/DashboardShowFields/index.d.ts +16 -0
- package/lib/cjs/types/components/DragImages.d.ts +7 -0
- package/lib/cjs/types/components/EmptyContent.d.ts +9 -0
- package/lib/cjs/types/components/HeaderBreadcrumbs.d.ts +10 -0
- package/lib/cjs/types/components/ListHeaderSkeleton.d.ts +5 -0
- package/lib/cjs/types/components/LocalesTabes.d.ts +6 -0
- package/lib/cjs/types/components/LocalizedStringForm.d.ts +16 -0
- package/lib/cjs/types/components/Page.d.ts +10 -0
- package/lib/cjs/types/components/ProgressBar.d.ts +2 -0
- package/lib/cjs/types/components/RouterLink.d.ts +7 -0
- package/lib/cjs/types/components/SearchField.d.ts +7 -0
- package/lib/cjs/types/components/ShowRecordSkeleton.d.ts +2 -0
- package/lib/cjs/types/components/SvgIconStyle.d.ts +7 -0
- package/lib/cjs/types/components/TimePicker.d.ts +12 -0
- package/lib/cjs/types/components/animate/index.d.ts +3 -0
- package/lib/cjs/types/components/animate/motion-container.d.ts +9 -0
- package/lib/cjs/types/components/animate/motion-lazy.d.ts +6 -0
- package/lib/cjs/types/components/animate/motion-viewport.d.ts +10 -0
- package/lib/cjs/types/components/animate/types.d.ts +26 -0
- package/lib/cjs/types/components/animate/variants/actions.d.ts +8 -0
- package/lib/cjs/types/components/animate/variants/background.d.ts +104 -0
- package/lib/cjs/types/components/animate/variants/bounce.d.ts +136 -0
- package/lib/cjs/types/components/animate/variants/container.d.ts +19 -0
- package/lib/cjs/types/components/animate/variants/fade.d.ts +217 -0
- package/lib/cjs/types/components/animate/variants/flip.d.ts +75 -0
- package/lib/cjs/types/components/animate/variants/index.d.ts +12 -0
- package/lib/cjs/types/components/animate/variants/path.d.ts +14 -0
- package/lib/cjs/types/components/animate/variants/rotate.d.ts +39 -0
- package/lib/cjs/types/components/animate/variants/scale.d.ts +75 -0
- package/lib/cjs/types/components/animate/variants/slide.d.ts +155 -0
- package/lib/cjs/types/components/animate/variants/transition.d.ts +13 -0
- package/lib/cjs/types/components/animate/variants/zoom.d.ts +199 -0
- package/lib/cjs/types/components/custom-popover/custom-popover.d.ts +2 -0
- package/lib/cjs/types/components/custom-popover/index.d.ts +3 -0
- package/lib/cjs/types/components/custom-popover/styles.d.ts +5 -0
- package/lib/cjs/types/components/custom-popover/types.d.ts +7 -0
- package/lib/cjs/types/components/custom-popover/use-popover.d.ts +9 -0
- package/lib/cjs/types/components/custom-popover/utils.d.ts +50 -0
- package/lib/cjs/types/components/dataGrid/CustomNoRowsOverlay.d.ts +1 -0
- package/lib/cjs/types/components/dataGrid/DataGridd.d.ts +15 -0
- package/lib/cjs/types/components/dataGrid/FieldFormatter.d.ts +3 -0
- package/lib/cjs/types/components/dataGrid/GridDialog.d.ts +2 -0
- package/lib/cjs/types/components/dataGrid/GridSelectionActions.d.ts +12 -0
- package/lib/cjs/types/components/dataGrid/GridTypes.d.ts +56 -0
- package/lib/cjs/types/components/dataGrid/GridUIUtils.d.ts +27 -0
- package/lib/cjs/types/components/dataGrid/GridUtils.d.ts +16 -0
- package/lib/cjs/types/components/editor/editor.d.ts +3 -0
- package/lib/cjs/types/components/editor/index.d.ts +2 -0
- package/lib/cjs/types/components/editor/styles.d.ts +10 -0
- package/lib/cjs/types/components/editor/toolbar.d.ts +7 -0
- package/lib/cjs/types/components/editor/types.d.ts +9 -0
- package/lib/cjs/types/components/file-thumbnail/download-button.d.ts +5 -0
- package/lib/cjs/types/components/file-thumbnail/file-thumbnail.d.ts +11 -0
- package/lib/cjs/types/components/file-thumbnail/index.d.ts +3 -0
- package/lib/cjs/types/components/file-thumbnail/types.d.ts +5 -0
- package/lib/cjs/types/components/file-thumbnail/utils.d.ts +26 -0
- package/lib/cjs/types/components/filter/FieldTypeGenerator.d.ts +3 -0
- package/lib/cjs/types/components/filter/FilterDrawer.d.ts +18 -0
- package/lib/cjs/types/components/filter/FilterForm.d.ts +21 -0
- package/lib/cjs/types/components/filter/FilterSchemaGenerator.d.ts +4 -0
- package/lib/cjs/types/components/filter/OnSubmitFilter.d.ts +3 -0
- package/lib/cjs/types/components/filter/QuickFilters/QuickFilterFieldGenerator.d.ts +5 -0
- package/lib/cjs/types/components/hook-form/FormProvider.d.ts +9 -0
- package/lib/cjs/types/components/hook-form/RHFCheckbox.d.ts +14 -0
- package/lib/cjs/types/components/hook-form/RHFCreatableSelect.d.ts +1 -0
- package/lib/cjs/types/components/hook-form/RHFDatePicker.d.ts +9 -0
- package/lib/cjs/types/components/hook-form/RHFEditor.d.ts +6 -0
- package/lib/cjs/types/components/hook-form/RHFGooglePlaces.d.ts +7 -0
- package/lib/cjs/types/components/hook-form/RHFGroupedTextFields.d.ts +15 -0
- package/lib/cjs/types/components/hook-form/RHFLazySelect.d.ts +19 -0
- package/lib/cjs/types/components/hook-form/RHFRadioGroup.d.ts +11 -0
- package/lib/cjs/types/components/hook-form/RHFSelect.d.ts +8 -0
- package/lib/cjs/types/components/hook-form/RHFTextField.d.ts +7 -0
- package/lib/cjs/types/components/hook-form/RHFUpload.d.ts +11 -0
- package/lib/cjs/types/components/hook-form/UplaodExcelFile.d.ts +6 -0
- package/lib/cjs/types/components/hook-form/index.d.ts +12 -0
- package/lib/cjs/types/components/iconify/iconify.d.ts +3 -0
- package/lib/cjs/types/components/iconify/index.d.ts +2 -0
- package/lib/cjs/types/components/iconify/types.d.ts +2 -0
- package/lib/cjs/types/components/image/image.d.ts +4 -0
- package/lib/cjs/types/components/image/types.d.ts +8 -0
- package/lib/cjs/types/components/image/utils.d.ts +2 -0
- package/lib/cjs/types/components/label/index.d.ts +2 -0
- package/lib/cjs/types/components/label/label.d.ts +4 -0
- package/lib/cjs/types/components/label/styles.d.ts +17 -0
- package/lib/cjs/types/components/label/types.d.ts +10 -0
- package/lib/cjs/types/components/mediaUploader/ImageEditor.d.ts +1 -0
- package/lib/cjs/types/components/mediaUploader/ImageSelector.d.ts +6 -0
- package/lib/cjs/types/components/mediaUploader/ImagesDataGrid.d.ts +14 -0
- package/lib/cjs/types/components/mediaUploader/MediaUploaderDialog.d.ts +25 -0
- package/lib/cjs/types/components/mediaUploader/MediaUploaderTabs.d.ts +18 -0
- package/lib/cjs/types/components/mediaUploader/MultiFileUploading.d.ts +8 -0
- package/lib/cjs/types/components/nav-section/config.d.ts +31 -0
- package/lib/cjs/types/components/nav-section/horizontal/index.d.ts +1 -0
- package/lib/cjs/types/components/nav-section/horizontal/nav-item.d.ts +7 -0
- package/lib/cjs/types/components/nav-section/horizontal/nav-list.d.ts +9 -0
- package/lib/cjs/types/components/nav-section/horizontal/nav-section-horizontal.d.ts +5 -0
- package/lib/cjs/types/components/nav-section/horizontal/styles.d.ts +28 -0
- package/lib/cjs/types/components/nav-section/mini/index.d.ts +1 -0
- package/lib/cjs/types/components/nav-section/mini/nav-item.d.ts +7 -0
- package/lib/cjs/types/components/nav-section/mini/nav-list.d.ts +9 -0
- package/lib/cjs/types/components/nav-section/mini/nav-section-mini.d.ts +5 -0
- package/lib/cjs/types/components/nav-section/mini/styles.d.ts +28 -0
- package/lib/cjs/types/components/nav-section/types.d.ts +37 -0
- package/lib/cjs/types/components/nav-section/vertical/index.d.ts +1 -0
- package/lib/cjs/types/components/nav-section/vertical/nav-item.d.ts +6 -0
- package/lib/cjs/types/components/nav-section/vertical/nav-list.d.ts +9 -0
- package/lib/cjs/types/components/nav-section/vertical/nav-section-vertical.d.ts +5 -0
- package/lib/cjs/types/components/nav-section/vertical/styles.d.ts +46 -0
- package/lib/cjs/types/components/scrollbar/index.d.ts +2 -0
- package/lib/cjs/types/components/scrollbar/scrollbar.d.ts +4 -0
- package/lib/cjs/types/components/scrollbar/styles.d.ts +3 -0
- package/lib/cjs/types/components/scrollbar/types.d.ts +7 -0
- package/lib/cjs/types/components/search-not-found/index.d.ts +1 -0
- package/lib/cjs/types/components/search-not-found/search-not-found.d.ts +6 -0
- package/lib/cjs/types/components/svg-color/index.d.ts +1 -0
- package/lib/cjs/types/components/svg-color/svg-color.d.ts +7 -0
- package/lib/cjs/types/components/table/CustomTableLoadingSkeleton.d.ts +6 -0
- package/lib/cjs/types/components/table/TableMoreMenu.d.ts +9 -0
- package/lib/cjs/types/components/upload/BlankUploadPage.d.ts +1 -0
- package/lib/cjs/types/components/upload/BlockContent.d.ts +1 -0
- package/lib/cjs/types/components/upload/MultiFilePreview.d.ts +2 -0
- package/lib/cjs/types/components/upload/MultiFilePreviewModified.d.ts +2 -0
- package/lib/cjs/types/components/upload/MultiFileShow.d.ts +2 -0
- package/lib/cjs/types/components/upload/ProductUploadImages.d.ts +1 -0
- package/lib/cjs/types/components/upload/RejectionFiles.d.ts +6 -0
- package/lib/cjs/types/components/upload/SingleFilePreview.d.ts +6 -0
- package/lib/cjs/types/components/upload/Upload.d.ts +2 -0
- package/lib/cjs/types/components/upload/UploadAvatar.d.ts +2 -0
- package/lib/cjs/types/components/upload/UploadMultiFile.d.ts +8 -0
- package/lib/cjs/types/components/upload/UploadSingleFile.d.ts +2 -0
- package/lib/cjs/types/components/upload/index.d.ts +7 -0
- package/lib/cjs/types/components/upload/type.d.ts +37 -0
- package/lib/cjs/types/components/upload/types.d.ts +23 -0
- package/lib/cjs/types/context/ApiContex.d.ts +16 -0
- package/lib/cjs/types/context/AppConfigurationsContext.d.ts +12 -0
- package/lib/cjs/types/context/CredentialsContext.d.ts +16 -0
- package/lib/cjs/types/context/PathsContext.d.ts +23 -0
- package/lib/cjs/types/context/Resource.d.ts +121 -0
- package/lib/cjs/types/context/ResourcesContext.d.ts +20 -0
- package/lib/cjs/types/context/index.d.ts +6 -0
- package/lib/cjs/types/helpers/Contsants.d.ts +4 -0
- package/lib/cjs/types/helpers/CrudHelper/CreateEdit/CreateEditTexts.d.ts +26 -0
- package/lib/cjs/types/helpers/CrudHelper/List/ListProps.d.ts +14 -0
- package/lib/cjs/types/helpers/CrudHelper/List/ListUniqueFields.d.ts +8 -0
- package/lib/cjs/types/helpers/CrudHelper/Show/IdentityShowProps.d.ts +10 -0
- package/lib/cjs/types/helpers/CrudHelper/Show/ShowRecordProps.d.ts +11 -0
- package/lib/cjs/types/helpers/CrudHelper/Show/ShowTexts.d.ts +23 -0
- package/lib/cjs/types/helpers/EnumHelper.d.ts +34 -0
- package/lib/cjs/types/helpers/Localization/LocalesEnums.d.ts +4 -0
- package/lib/cjs/types/helpers/Localization/LocalesHelpers.d.ts +10 -0
- package/lib/cjs/types/helpers/Types.d.ts +14 -0
- package/lib/cjs/types/hooks/RequetState.d.ts +22 -0
- package/lib/cjs/types/hooks/index.d.ts +3 -0
- package/lib/cjs/types/hooks/useActiveLink.d.ts +3 -0
- package/lib/cjs/types/hooks/useApi.d.ts +16 -0
- package/lib/cjs/types/hooks/useBoolean.d.ts +10 -0
- package/lib/cjs/types/hooks/useEventListener.d.ts +4 -0
- package/lib/cjs/types/hooks/useNavData.d.ts +4 -0
- package/lib/cjs/types/hooks/useOffSetTop.d.ts +8 -0
- package/lib/cjs/types/hooks/usePathname.d.ts +1 -0
- package/lib/cjs/types/hooks/useResponsive.d.ts +7 -0
- package/lib/cjs/types/hooks/useRouter.d.ts +7 -0
- package/lib/cjs/types/hooks/useTabs.d.ts +6 -0
- package/lib/cjs/types/index.d.ts +8 -0
- package/lib/cjs/types/layout/_common/account-popover.d.ts +1 -0
- package/lib/cjs/types/layout/_common/header-shadow.d.ts +2 -0
- package/lib/cjs/types/layout/_common/nav-toggle-button.d.ts +2 -0
- package/lib/cjs/types/layout/_common/searchbar/index.d.ts +1 -0
- package/lib/cjs/types/layout/_common/searchbar/result-item.d.ts +14 -0
- package/lib/cjs/types/layout/_common/searchbar/searchbar.d.ts +4 -0
- package/lib/cjs/types/layout/_common/searchbar/utils.d.ts +23 -0
- package/lib/cjs/types/layout/config-layout.d.ts +9 -0
- package/lib/cjs/types/layout/dashboard/config-navigation.d.ts +4 -0
- package/lib/cjs/types/layout/dashboard/header.d.ts +7 -0
- package/lib/cjs/types/layout/dashboard/index.d.ts +2 -0
- package/lib/cjs/types/layout/dashboard/layout.d.ts +7 -0
- package/lib/cjs/types/layout/dashboard/main.d.ts +2 -0
- package/lib/cjs/types/layout/dashboard/nav-horizontal.d.ts +4 -0
- package/lib/cjs/types/layout/dashboard/nav-mini.d.ts +6 -0
- package/lib/cjs/types/layout/dashboard/nav-vertical.d.ts +8 -0
- package/lib/cjs/types/pages/IdentityEditPage.d.ts +15 -0
- package/lib/cjs/types/pages/IdentityListPage.d.ts +3 -0
- package/lib/cjs/types/pages/IdentityPage.d.ts +3 -0
- package/lib/cjs/types/pages/IdentityPage.types.d.ts +24 -0
- package/lib/cjs/types/pages/IdentityShowPage.d.ts +2 -0
- package/lib/cjs/types/pages/LoadingScreen.d.ts +9 -0
- package/lib/cjs/types/pages/index.d.ts +5 -0
- package/lib/cjs/types/routes/AdminRouter.d.ts +10 -0
- package/lib/cjs/types/routes/DashBoardRouter.d.ts +10 -0
- package/lib/cjs/types/routes/index.d.ts +1 -0
- package/lib/cjs/types/routes/paths.d.ts +5 -0
- package/lib/cjs/types/sections/dashboard/ImageCard.d.ts +39 -0
- package/lib/cjs/types/sections/dashboard/NewEditForm.d.ts +13 -0
- package/lib/cjs/types/sections/dashboard/ShowRecord.d.ts +2 -0
- package/lib/cjs/types/theme/css.d.ts +932 -0
- package/lib/cjs/types/theme/custom-shadows.d.ts +46 -0
- package/lib/cjs/types/theme/index.d.ts +14 -0
- package/lib/cjs/types/theme/options/contrast.d.ts +19 -0
- package/lib/cjs/types/theme/options/dark-mode.d.ts +103 -0
- package/lib/cjs/types/theme/options/presets.d.ts +41 -0
- package/lib/cjs/types/theme/options/right-to-left.d.ts +10 -0
- package/lib/cjs/types/theme/overrides/components/CustomIcons.d.ts +14 -0
- package/lib/cjs/types/theme/overrides/components/accordion.d.ts +37 -0
- package/lib/cjs/types/theme/overrides/components/alert.d.ts +34 -0
- package/lib/cjs/types/theme/overrides/components/appbar.d.ts +13 -0
- package/lib/cjs/types/theme/overrides/components/autocomplete.d.ts +1685 -0
- package/lib/cjs/types/theme/overrides/components/avatar.d.ts +56 -0
- package/lib/cjs/types/theme/overrides/components/backdrop.d.ts +13 -0
- package/lib/cjs/types/theme/overrides/components/badge.d.ts +102 -0
- package/lib/cjs/types/theme/overrides/components/breadcrumbs.d.ts +827 -0
- package/lib/cjs/types/theme/overrides/components/button-group.d.ts +33 -0
- package/lib/cjs/types/theme/overrides/components/button.d.ts +51 -0
- package/lib/cjs/types/theme/overrides/components/card.d.ts +36 -0
- package/lib/cjs/types/theme/overrides/components/checkbox.d.ts +16 -0
- package/lib/cjs/types/theme/overrides/components/chip.d.ts +35 -0
- package/lib/cjs/types/theme/overrides/components/css-baseline.d.ts +45 -0
- package/lib/cjs/types/theme/overrides/components/data-grid.d.ts +150 -0
- package/lib/cjs/types/theme/overrides/components/date-picker.d.ts +15 -0
- package/lib/cjs/types/theme/overrides/components/dialog.d.ts +50 -0
- package/lib/cjs/types/theme/overrides/components/drawer.d.ts +50 -0
- package/lib/cjs/types/theme/overrides/components/fab.d.ts +44 -0
- package/lib/cjs/types/theme/overrides/components/link.d.ts +8 -0
- package/lib/cjs/types/theme/overrides/components/list.d.ts +38 -0
- package/lib/cjs/types/theme/overrides/components/loading-button.d.ts +17 -0
- package/lib/cjs/types/theme/overrides/components/menu.d.ts +822 -0
- package/lib/cjs/types/theme/overrides/components/pagination.d.ts +36 -0
- package/lib/cjs/types/theme/overrides/components/paper.d.ts +16 -0
- package/lib/cjs/types/theme/overrides/components/popover.d.ts +45 -0
- package/lib/cjs/types/theme/overrides/components/progress.d.ts +13 -0
- package/lib/cjs/types/theme/overrides/components/radio-button.d.ts +831 -0
- package/lib/cjs/types/theme/overrides/components/rating.d.ts +37 -0
- package/lib/cjs/types/theme/overrides/components/select.d.ts +30 -0
- package/lib/cjs/types/theme/overrides/components/skeleton.d.ts +17 -0
- package/lib/cjs/types/theme/overrides/components/slider.d.ts +26 -0
- package/lib/cjs/types/theme/overrides/components/stack.d.ts +8 -0
- package/lib/cjs/types/theme/overrides/components/stepper.d.ts +10 -0
- package/lib/cjs/types/theme/overrides/components/svg-icon.d.ts +12 -0
- package/lib/cjs/types/theme/overrides/components/switch.d.ts +15 -0
- package/lib/cjs/types/theme/overrides/components/table.d.ts +86 -0
- package/lib/cjs/types/theme/overrides/components/tabs.d.ts +50 -0
- package/lib/cjs/types/theme/overrides/components/textfield.d.ts +1699 -0
- package/lib/cjs/types/theme/overrides/components/timeline.d.ts +17 -0
- package/lib/cjs/types/theme/overrides/components/toggle-button.d.ts +54 -0
- package/lib/cjs/types/theme/overrides/components/tooltip.d.ts +13 -0
- package/lib/cjs/types/theme/overrides/components/tree-view.d.ts +829 -0
- package/lib/cjs/types/theme/overrides/components/typography.d.ts +13 -0
- package/lib/cjs/types/theme/overrides/index.d.ts +2 -0
- package/lib/cjs/types/theme/palette.d.ts +96 -0
- package/lib/cjs/types/theme/shadows.d.ts +2 -0
- package/lib/cjs/types/theme/typography.d.ts +148 -0
- package/lib/cjs/types/utils/AwsConfig.d.ts +3 -0
- package/lib/cjs/types/utils/HelperFunctions.d.ts +44 -0
- package/lib/cjs/types/utils/flatten-array.d.ts +1 -0
- package/lib/cjs/types/utils/format-number.d.ts +7 -0
- package/lib/cjs/types/utils/formatTime.d.ts +12 -0
- package/lib/cjs/types/utils/getFileData.d.ts +25 -0
- package/lib/cjs/types/utils/highlight.d.ts +6 -0
- package/lib/cjs/types/utils/utils.d.ts +1 -0
- package/lib/esm/index.css +7 -0
- package/lib/esm/index.js +130 -0
- package/lib/esm/types/ApiClient/Axiosinterceptor.d.ts +8 -0
- package/lib/esm/types/ApiClient/ClientDateTransformer.d.ts +1 -0
- package/lib/esm/types/ApiClient/index.d.ts +1 -0
- package/lib/esm/types/assets/BackgroundIllustration.d.ts +4 -0
- package/lib/esm/types/assets/UploadIllustration.d.ts +5 -0
- package/lib/esm/types/assets/icon_plan_free.d.ts +5 -0
- package/lib/esm/types/assets/icon_plan_premium.d.ts +5 -0
- package/lib/esm/types/assets/icon_plan_starter.d.ts +5 -0
- package/lib/esm/types/assets/icon_sent.d.ts +5 -0
- package/lib/esm/types/assets/illustration_403.d.ts +5 -0
- package/lib/esm/types/assets/illustration_404.d.ts +5 -0
- package/lib/esm/types/assets/illustration_500.d.ts +5 -0
- package/lib/esm/types/assets/illustration_background.d.ts +4 -0
- package/lib/esm/types/assets/illustration_booking.d.ts +5 -0
- package/lib/esm/types/assets/illustration_checkin.d.ts +5 -0
- package/lib/esm/types/assets/illustration_checkout.d.ts +5 -0
- package/lib/esm/types/assets/illustration_coming_soon.d.ts +5 -0
- package/lib/esm/types/assets/illustration_doc.d.ts +5 -0
- package/lib/esm/types/assets/illustration_maintenance.d.ts +5 -0
- package/lib/esm/types/assets/illustration_motivation.d.ts +5 -0
- package/lib/esm/types/assets/illustration_order_complete.d.ts +5 -0
- package/lib/esm/types/assets/illustration_seo.d.ts +5 -0
- package/lib/esm/types/assets/illustration_upload.d.ts +5 -0
- package/lib/esm/types/assets/index.d.ts +17 -0
- package/lib/esm/types/components/Breadcrumbs.d.ts +12 -0
- package/lib/esm/types/components/BulkActions/BulkActionDialogs.d.ts +24 -0
- package/lib/esm/types/components/BulkActions/BulkDialogContainer.d.ts +16 -0
- package/lib/esm/types/components/BulkActions/BulkDialogLoadingSkeleton.d.ts +2 -0
- package/lib/esm/types/components/Buttons/EditButton.d.ts +5 -0
- package/lib/esm/types/components/Buttons/NavigationButton.d.ts +6 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/ArrayField.d.ts +8 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/BooleanField.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/ColorField.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/DateField.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/EnumField.d.ts +5 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/ImageField.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/LocalizedStringField.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/LocationField.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/NestedSchemaField.d.ts +4 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/ReferenceField.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Fields/StringField.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/IShowField.d.ts +15 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/ArrayCard.d.ts +6 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/DateSection.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/EnumSection.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/LocalizedStringCard.d.ts +4 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/LocationSection.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/NestedSchemaCard.d.ts +4 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/Reference/NormalReferenceSection.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/Reference/ObjectArrayReferenceSection.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/Reference/ReferenceSection.d.ts +2 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/ReferenceLink.d.ts +5 -0
- package/lib/esm/types/components/DashboardShowFields/Sections/index.d.ts +10 -0
- package/lib/esm/types/components/DashboardShowFields/ShowSkeleton.d.ts +6 -0
- package/lib/esm/types/components/DashboardShowFields/index.d.ts +16 -0
- package/lib/esm/types/components/DragImages.d.ts +7 -0
- package/lib/esm/types/components/EmptyContent.d.ts +9 -0
- package/lib/esm/types/components/HeaderBreadcrumbs.d.ts +10 -0
- package/lib/esm/types/components/ListHeaderSkeleton.d.ts +5 -0
- package/lib/esm/types/components/LocalesTabes.d.ts +6 -0
- package/lib/esm/types/components/LocalizedStringForm.d.ts +16 -0
- package/lib/esm/types/components/Page.d.ts +10 -0
- package/lib/esm/types/components/ProgressBar.d.ts +2 -0
- package/lib/esm/types/components/RouterLink.d.ts +7 -0
- package/lib/esm/types/components/SearchField.d.ts +7 -0
- package/lib/esm/types/components/ShowRecordSkeleton.d.ts +2 -0
- package/lib/esm/types/components/SvgIconStyle.d.ts +7 -0
- package/lib/esm/types/components/TimePicker.d.ts +12 -0
- package/lib/esm/types/components/animate/index.d.ts +3 -0
- package/lib/esm/types/components/animate/motion-container.d.ts +9 -0
- package/lib/esm/types/components/animate/motion-lazy.d.ts +6 -0
- package/lib/esm/types/components/animate/motion-viewport.d.ts +10 -0
- package/lib/esm/types/components/animate/types.d.ts +26 -0
- package/lib/esm/types/components/animate/variants/actions.d.ts +8 -0
- package/lib/esm/types/components/animate/variants/background.d.ts +104 -0
- package/lib/esm/types/components/animate/variants/bounce.d.ts +136 -0
- package/lib/esm/types/components/animate/variants/container.d.ts +19 -0
- package/lib/esm/types/components/animate/variants/fade.d.ts +217 -0
- package/lib/esm/types/components/animate/variants/flip.d.ts +75 -0
- package/lib/esm/types/components/animate/variants/index.d.ts +12 -0
- package/lib/esm/types/components/animate/variants/path.d.ts +14 -0
- package/lib/esm/types/components/animate/variants/rotate.d.ts +39 -0
- package/lib/esm/types/components/animate/variants/scale.d.ts +75 -0
- package/lib/esm/types/components/animate/variants/slide.d.ts +155 -0
- package/lib/esm/types/components/animate/variants/transition.d.ts +13 -0
- package/lib/esm/types/components/animate/variants/zoom.d.ts +199 -0
- package/lib/esm/types/components/custom-popover/custom-popover.d.ts +2 -0
- package/lib/esm/types/components/custom-popover/index.d.ts +3 -0
- package/lib/esm/types/components/custom-popover/styles.d.ts +5 -0
- package/lib/esm/types/components/custom-popover/types.d.ts +7 -0
- package/lib/esm/types/components/custom-popover/use-popover.d.ts +9 -0
- package/lib/esm/types/components/custom-popover/utils.d.ts +50 -0
- package/lib/esm/types/components/dataGrid/CustomNoRowsOverlay.d.ts +1 -0
- package/lib/esm/types/components/dataGrid/DataGridd.d.ts +15 -0
- package/lib/esm/types/components/dataGrid/FieldFormatter.d.ts +3 -0
- package/lib/esm/types/components/dataGrid/GridDialog.d.ts +2 -0
- package/lib/esm/types/components/dataGrid/GridSelectionActions.d.ts +12 -0
- package/lib/esm/types/components/dataGrid/GridTypes.d.ts +56 -0
- package/lib/esm/types/components/dataGrid/GridUIUtils.d.ts +27 -0
- package/lib/esm/types/components/dataGrid/GridUtils.d.ts +16 -0
- package/lib/esm/types/components/editor/editor.d.ts +3 -0
- package/lib/esm/types/components/editor/index.d.ts +2 -0
- package/lib/esm/types/components/editor/styles.d.ts +10 -0
- package/lib/esm/types/components/editor/toolbar.d.ts +7 -0
- package/lib/esm/types/components/editor/types.d.ts +9 -0
- package/lib/esm/types/components/file-thumbnail/download-button.d.ts +5 -0
- package/lib/esm/types/components/file-thumbnail/file-thumbnail.d.ts +11 -0
- package/lib/esm/types/components/file-thumbnail/index.d.ts +3 -0
- package/lib/esm/types/components/file-thumbnail/types.d.ts +5 -0
- package/lib/esm/types/components/file-thumbnail/utils.d.ts +26 -0
- package/lib/esm/types/components/filter/FieldTypeGenerator.d.ts +3 -0
- package/lib/esm/types/components/filter/FilterDrawer.d.ts +18 -0
- package/lib/esm/types/components/filter/FilterForm.d.ts +21 -0
- package/lib/esm/types/components/filter/FilterSchemaGenerator.d.ts +4 -0
- package/lib/esm/types/components/filter/OnSubmitFilter.d.ts +3 -0
- package/lib/esm/types/components/filter/QuickFilters/QuickFilterFieldGenerator.d.ts +5 -0
- package/lib/esm/types/components/hook-form/FormProvider.d.ts +9 -0
- package/lib/esm/types/components/hook-form/RHFCheckbox.d.ts +14 -0
- package/lib/esm/types/components/hook-form/RHFCreatableSelect.d.ts +1 -0
- package/lib/esm/types/components/hook-form/RHFDatePicker.d.ts +9 -0
- package/lib/esm/types/components/hook-form/RHFEditor.d.ts +6 -0
- package/lib/esm/types/components/hook-form/RHFGooglePlaces.d.ts +7 -0
- package/lib/esm/types/components/hook-form/RHFGroupedTextFields.d.ts +15 -0
- package/lib/esm/types/components/hook-form/RHFLazySelect.d.ts +19 -0
- package/lib/esm/types/components/hook-form/RHFRadioGroup.d.ts +11 -0
- package/lib/esm/types/components/hook-form/RHFSelect.d.ts +8 -0
- package/lib/esm/types/components/hook-form/RHFTextField.d.ts +7 -0
- package/lib/esm/types/components/hook-form/RHFUpload.d.ts +11 -0
- package/lib/esm/types/components/hook-form/UplaodExcelFile.d.ts +6 -0
- package/lib/esm/types/components/hook-form/index.d.ts +12 -0
- package/lib/esm/types/components/iconify/iconify.d.ts +3 -0
- package/lib/esm/types/components/iconify/index.d.ts +2 -0
- package/lib/esm/types/components/iconify/types.d.ts +2 -0
- package/lib/esm/types/components/image/image.d.ts +4 -0
- package/lib/esm/types/components/image/types.d.ts +8 -0
- package/lib/esm/types/components/image/utils.d.ts +2 -0
- package/lib/esm/types/components/label/index.d.ts +2 -0
- package/lib/esm/types/components/label/label.d.ts +4 -0
- package/lib/esm/types/components/label/styles.d.ts +17 -0
- package/lib/esm/types/components/label/types.d.ts +10 -0
- package/lib/esm/types/components/mediaUploader/ImageEditor.d.ts +1 -0
- package/lib/esm/types/components/mediaUploader/ImageSelector.d.ts +6 -0
- package/lib/esm/types/components/mediaUploader/ImagesDataGrid.d.ts +14 -0
- package/lib/esm/types/components/mediaUploader/MediaUploaderDialog.d.ts +25 -0
- package/lib/esm/types/components/mediaUploader/MediaUploaderTabs.d.ts +18 -0
- package/lib/esm/types/components/mediaUploader/MultiFileUploading.d.ts +8 -0
- package/lib/esm/types/components/nav-section/config.d.ts +31 -0
- package/lib/esm/types/components/nav-section/horizontal/index.d.ts +1 -0
- package/lib/esm/types/components/nav-section/horizontal/nav-item.d.ts +7 -0
- package/lib/esm/types/components/nav-section/horizontal/nav-list.d.ts +9 -0
- package/lib/esm/types/components/nav-section/horizontal/nav-section-horizontal.d.ts +5 -0
- package/lib/esm/types/components/nav-section/horizontal/styles.d.ts +28 -0
- package/lib/esm/types/components/nav-section/mini/index.d.ts +1 -0
- package/lib/esm/types/components/nav-section/mini/nav-item.d.ts +7 -0
- package/lib/esm/types/components/nav-section/mini/nav-list.d.ts +9 -0
- package/lib/esm/types/components/nav-section/mini/nav-section-mini.d.ts +5 -0
- package/lib/esm/types/components/nav-section/mini/styles.d.ts +28 -0
- package/lib/esm/types/components/nav-section/types.d.ts +37 -0
- package/lib/esm/types/components/nav-section/vertical/index.d.ts +1 -0
- package/lib/esm/types/components/nav-section/vertical/nav-item.d.ts +6 -0
- package/lib/esm/types/components/nav-section/vertical/nav-list.d.ts +9 -0
- package/lib/esm/types/components/nav-section/vertical/nav-section-vertical.d.ts +5 -0
- package/lib/esm/types/components/nav-section/vertical/styles.d.ts +46 -0
- package/lib/esm/types/components/scrollbar/index.d.ts +2 -0
- package/lib/esm/types/components/scrollbar/scrollbar.d.ts +4 -0
- package/lib/esm/types/components/scrollbar/styles.d.ts +3 -0
- package/lib/esm/types/components/scrollbar/types.d.ts +7 -0
- package/lib/esm/types/components/search-not-found/index.d.ts +1 -0
- package/lib/esm/types/components/search-not-found/search-not-found.d.ts +6 -0
- package/lib/esm/types/components/svg-color/index.d.ts +1 -0
- package/lib/esm/types/components/svg-color/svg-color.d.ts +7 -0
- package/lib/esm/types/components/table/CustomTableLoadingSkeleton.d.ts +6 -0
- package/lib/esm/types/components/table/TableMoreMenu.d.ts +9 -0
- package/lib/esm/types/components/upload/BlankUploadPage.d.ts +1 -0
- package/lib/esm/types/components/upload/BlockContent.d.ts +1 -0
- package/lib/esm/types/components/upload/MultiFilePreview.d.ts +2 -0
- package/lib/esm/types/components/upload/MultiFilePreviewModified.d.ts +2 -0
- package/lib/esm/types/components/upload/MultiFileShow.d.ts +2 -0
- package/lib/esm/types/components/upload/ProductUploadImages.d.ts +1 -0
- package/lib/esm/types/components/upload/RejectionFiles.d.ts +6 -0
- package/lib/esm/types/components/upload/SingleFilePreview.d.ts +6 -0
- package/lib/esm/types/components/upload/Upload.d.ts +2 -0
- package/lib/esm/types/components/upload/UploadAvatar.d.ts +2 -0
- package/lib/esm/types/components/upload/UploadMultiFile.d.ts +8 -0
- package/lib/esm/types/components/upload/UploadSingleFile.d.ts +2 -0
- package/lib/esm/types/components/upload/index.d.ts +7 -0
- package/lib/esm/types/components/upload/type.d.ts +37 -0
- package/lib/esm/types/components/upload/types.d.ts +23 -0
- package/lib/esm/types/context/ApiContex.d.ts +16 -0
- package/lib/esm/types/context/AppConfigurationsContext.d.ts +12 -0
- package/lib/esm/types/context/CredentialsContext.d.ts +16 -0
- package/lib/esm/types/context/PathsContext.d.ts +23 -0
- package/lib/esm/types/context/Resource.d.ts +121 -0
- package/lib/esm/types/context/ResourcesContext.d.ts +20 -0
- package/lib/esm/types/context/index.d.ts +6 -0
- package/lib/esm/types/helpers/Contsants.d.ts +4 -0
- package/lib/esm/types/helpers/CrudHelper/CreateEdit/CreateEditTexts.d.ts +26 -0
- package/lib/esm/types/helpers/CrudHelper/List/ListProps.d.ts +14 -0
- package/lib/esm/types/helpers/CrudHelper/List/ListUniqueFields.d.ts +8 -0
- package/lib/esm/types/helpers/CrudHelper/Show/IdentityShowProps.d.ts +10 -0
- package/lib/esm/types/helpers/CrudHelper/Show/ShowRecordProps.d.ts +11 -0
- package/lib/esm/types/helpers/CrudHelper/Show/ShowTexts.d.ts +23 -0
- package/lib/esm/types/helpers/EnumHelper.d.ts +34 -0
- package/lib/esm/types/helpers/Localization/LocalesEnums.d.ts +4 -0
- package/lib/esm/types/helpers/Localization/LocalesHelpers.d.ts +10 -0
- package/lib/esm/types/helpers/Types.d.ts +14 -0
- package/lib/esm/types/hooks/RequetState.d.ts +22 -0
- package/lib/esm/types/hooks/index.d.ts +3 -0
- package/lib/esm/types/hooks/useActiveLink.d.ts +3 -0
- package/lib/esm/types/hooks/useApi.d.ts +16 -0
- package/lib/esm/types/hooks/useBoolean.d.ts +10 -0
- package/lib/esm/types/hooks/useEventListener.d.ts +4 -0
- package/lib/esm/types/hooks/useNavData.d.ts +4 -0
- package/lib/esm/types/hooks/useOffSetTop.d.ts +8 -0
- package/lib/esm/types/hooks/usePathname.d.ts +1 -0
- package/lib/esm/types/hooks/useResponsive.d.ts +7 -0
- package/lib/esm/types/hooks/useRouter.d.ts +7 -0
- package/lib/esm/types/hooks/useTabs.d.ts +6 -0
- package/lib/esm/types/index.d.ts +8 -0
- package/lib/esm/types/layout/_common/account-popover.d.ts +1 -0
- package/lib/esm/types/layout/_common/header-shadow.d.ts +2 -0
- package/lib/esm/types/layout/_common/nav-toggle-button.d.ts +2 -0
- package/lib/esm/types/layout/_common/searchbar/index.d.ts +1 -0
- package/lib/esm/types/layout/_common/searchbar/result-item.d.ts +14 -0
- package/lib/esm/types/layout/_common/searchbar/searchbar.d.ts +4 -0
- package/lib/esm/types/layout/_common/searchbar/utils.d.ts +23 -0
- package/lib/esm/types/layout/config-layout.d.ts +9 -0
- package/lib/esm/types/layout/dashboard/config-navigation.d.ts +4 -0
- package/lib/esm/types/layout/dashboard/header.d.ts +7 -0
- package/lib/esm/types/layout/dashboard/index.d.ts +2 -0
- package/lib/esm/types/layout/dashboard/layout.d.ts +7 -0
- package/lib/esm/types/layout/dashboard/main.d.ts +2 -0
- package/lib/esm/types/layout/dashboard/nav-horizontal.d.ts +4 -0
- package/lib/esm/types/layout/dashboard/nav-mini.d.ts +6 -0
- package/lib/esm/types/layout/dashboard/nav-vertical.d.ts +8 -0
- package/lib/esm/types/pages/IdentityEditPage.d.ts +15 -0
- package/lib/esm/types/pages/IdentityListPage.d.ts +3 -0
- package/lib/esm/types/pages/IdentityPage.d.ts +3 -0
- package/lib/esm/types/pages/IdentityPage.types.d.ts +24 -0
- package/lib/esm/types/pages/IdentityShowPage.d.ts +2 -0
- package/lib/esm/types/pages/LoadingScreen.d.ts +9 -0
- package/lib/esm/types/pages/index.d.ts +5 -0
- package/lib/esm/types/routes/AdminRouter.d.ts +10 -0
- package/lib/esm/types/routes/DashBoardRouter.d.ts +10 -0
- package/lib/esm/types/routes/index.d.ts +1 -0
- package/lib/esm/types/routes/paths.d.ts +5 -0
- package/lib/esm/types/sections/dashboard/ImageCard.d.ts +39 -0
- package/lib/esm/types/sections/dashboard/NewEditForm.d.ts +13 -0
- package/lib/esm/types/sections/dashboard/ShowRecord.d.ts +2 -0
- package/lib/esm/types/theme/css.d.ts +932 -0
- package/lib/esm/types/theme/custom-shadows.d.ts +46 -0
- package/lib/esm/types/theme/index.d.ts +14 -0
- package/lib/esm/types/theme/options/contrast.d.ts +19 -0
- package/lib/esm/types/theme/options/dark-mode.d.ts +103 -0
- package/lib/esm/types/theme/options/presets.d.ts +41 -0
- package/lib/esm/types/theme/options/right-to-left.d.ts +10 -0
- package/lib/esm/types/theme/overrides/components/CustomIcons.d.ts +14 -0
- package/lib/esm/types/theme/overrides/components/accordion.d.ts +37 -0
- package/lib/esm/types/theme/overrides/components/alert.d.ts +34 -0
- package/lib/esm/types/theme/overrides/components/appbar.d.ts +13 -0
- package/lib/esm/types/theme/overrides/components/autocomplete.d.ts +1685 -0
- package/lib/esm/types/theme/overrides/components/avatar.d.ts +56 -0
- package/lib/esm/types/theme/overrides/components/backdrop.d.ts +13 -0
- package/lib/esm/types/theme/overrides/components/badge.d.ts +102 -0
- package/lib/esm/types/theme/overrides/components/breadcrumbs.d.ts +827 -0
- package/lib/esm/types/theme/overrides/components/button-group.d.ts +33 -0
- package/lib/esm/types/theme/overrides/components/button.d.ts +51 -0
- package/lib/esm/types/theme/overrides/components/card.d.ts +36 -0
- package/lib/esm/types/theme/overrides/components/checkbox.d.ts +16 -0
- package/lib/esm/types/theme/overrides/components/chip.d.ts +35 -0
- package/lib/esm/types/theme/overrides/components/css-baseline.d.ts +45 -0
- package/lib/esm/types/theme/overrides/components/data-grid.d.ts +150 -0
- package/lib/esm/types/theme/overrides/components/date-picker.d.ts +15 -0
- package/lib/esm/types/theme/overrides/components/dialog.d.ts +50 -0
- package/lib/esm/types/theme/overrides/components/drawer.d.ts +50 -0
- package/lib/esm/types/theme/overrides/components/fab.d.ts +44 -0
- package/lib/esm/types/theme/overrides/components/link.d.ts +8 -0
- package/lib/esm/types/theme/overrides/components/list.d.ts +38 -0
- package/lib/esm/types/theme/overrides/components/loading-button.d.ts +17 -0
- package/lib/esm/types/theme/overrides/components/menu.d.ts +822 -0
- package/lib/esm/types/theme/overrides/components/pagination.d.ts +36 -0
- package/lib/esm/types/theme/overrides/components/paper.d.ts +16 -0
- package/lib/esm/types/theme/overrides/components/popover.d.ts +45 -0
- package/lib/esm/types/theme/overrides/components/progress.d.ts +13 -0
- package/lib/esm/types/theme/overrides/components/radio-button.d.ts +831 -0
- package/lib/esm/types/theme/overrides/components/rating.d.ts +37 -0
- package/lib/esm/types/theme/overrides/components/select.d.ts +30 -0
- package/lib/esm/types/theme/overrides/components/skeleton.d.ts +17 -0
- package/lib/esm/types/theme/overrides/components/slider.d.ts +26 -0
- package/lib/esm/types/theme/overrides/components/stack.d.ts +8 -0
- package/lib/esm/types/theme/overrides/components/stepper.d.ts +10 -0
- package/lib/esm/types/theme/overrides/components/svg-icon.d.ts +12 -0
- package/lib/esm/types/theme/overrides/components/switch.d.ts +15 -0
- package/lib/esm/types/theme/overrides/components/table.d.ts +86 -0
- package/lib/esm/types/theme/overrides/components/tabs.d.ts +50 -0
- package/lib/esm/types/theme/overrides/components/textfield.d.ts +1699 -0
- package/lib/esm/types/theme/overrides/components/timeline.d.ts +17 -0
- package/lib/esm/types/theme/overrides/components/toggle-button.d.ts +54 -0
- package/lib/esm/types/theme/overrides/components/tooltip.d.ts +13 -0
- package/lib/esm/types/theme/overrides/components/tree-view.d.ts +829 -0
- package/lib/esm/types/theme/overrides/components/typography.d.ts +13 -0
- package/lib/esm/types/theme/overrides/index.d.ts +2 -0
- package/lib/esm/types/theme/palette.d.ts +96 -0
- package/lib/esm/types/theme/shadows.d.ts +2 -0
- package/lib/esm/types/theme/typography.d.ts +148 -0
- package/lib/esm/types/utils/AwsConfig.d.ts +3 -0
- package/lib/esm/types/utils/HelperFunctions.d.ts +44 -0
- package/lib/esm/types/utils/flatten-array.d.ts +1 -0
- package/lib/esm/types/utils/format-number.d.ts +7 -0
- package/lib/esm/types/utils/formatTime.d.ts +12 -0
- package/lib/esm/types/utils/getFileData.d.ts +25 -0
- package/lib/esm/types/utils/highlight.d.ts +6 -0
- package/lib/esm/types/utils/utils.d.ts +1 -0
- package/lib/index.d.ts +408 -0
- package/package.json +77 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { GridColDef, GridSortModel } from '@mui/x-data-grid';
|
|
2
|
+
import { PageInfo, ListParams, ParamsState, PageState, PageInfoState, GridMode, DialogState, ListProps } from './GridTypes';
|
|
3
|
+
export declare const rowsPerPageOptions: number[];
|
|
4
|
+
export declare const initialPageInfoState: PageInfo;
|
|
5
|
+
export declare const initialQueryParams: ListParams;
|
|
6
|
+
export declare function onPageChange(pageNumber: number, paramsState: ParamsState, data: any[], setPage: PageState, pageInfoState: PageInfoState): void;
|
|
7
|
+
export declare function onPageSizeChange(pageSize: number, paramsState: ParamsState, resetData: PageState, pageInfo: PageInfo): void;
|
|
8
|
+
export declare function onSortModelChange(model: GridSortModel, resetData: PageState, paramsState: ParamsState): void;
|
|
9
|
+
export declare function setGridMode(mode: GridMode): {
|
|
10
|
+
paginationMode: GridMode;
|
|
11
|
+
sortingMode: GridMode;
|
|
12
|
+
filterMode: GridMode;
|
|
13
|
+
};
|
|
14
|
+
export declare function createColumns(listProperties: ListProps[], resources: any, resourceName: string, dialogState: DialogState, gridState: ParamsState, userPath: {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}, baseApiRoute: string, isDesktop?: boolean): GridColDef[];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledEditor: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
|
|
3
|
+
children?: import("react").ReactNode;
|
|
4
|
+
component?: import("react").ElementType<any> | undefined;
|
|
5
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
6
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
7
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}, ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
10
|
+
export declare const StyledEditorToolbar: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ReactQuillProps } from 'react-quill';
|
|
3
|
+
import { Theme, SxProps } from '@mui/material/styles';
|
|
4
|
+
export interface EditorProps extends ReactQuillProps {
|
|
5
|
+
error?: boolean;
|
|
6
|
+
simple?: boolean;
|
|
7
|
+
helperText?: React.ReactNode;
|
|
8
|
+
sx?: SxProps<Theme>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Theme, SxProps } from '@mui/material/styles';
|
|
2
|
+
type FileIconProps = {
|
|
3
|
+
file: File | string;
|
|
4
|
+
tooltip?: boolean;
|
|
5
|
+
imageView?: boolean;
|
|
6
|
+
onDownload?: VoidFunction;
|
|
7
|
+
sx?: SxProps<Theme>;
|
|
8
|
+
imgSx?: SxProps<Theme>;
|
|
9
|
+
};
|
|
10
|
+
export default function FileThumbnail({ file, tooltip, imageView, onDownload, sx, imgSx, }: FileIconProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { FileTypes } from '../../helpers/Types';
|
|
2
|
+
import { ExtendFile } from './types';
|
|
3
|
+
export declare function fileFormat(fileUrl: string | undefined): string;
|
|
4
|
+
export declare function fileThumb(fileUrl: string): string;
|
|
5
|
+
export declare function fileTypeByUrl(fileUrl?: string): string;
|
|
6
|
+
export declare function fileNameByUrl(fileUrl: string): string | undefined;
|
|
7
|
+
export declare function fileData(file: ExtendFile | string): {
|
|
8
|
+
key: string;
|
|
9
|
+
preview: string;
|
|
10
|
+
name: string | undefined;
|
|
11
|
+
type: string;
|
|
12
|
+
size?: undefined;
|
|
13
|
+
path?: undefined;
|
|
14
|
+
lastModified?: undefined;
|
|
15
|
+
lastModifiedDate?: undefined;
|
|
16
|
+
} | {
|
|
17
|
+
key: string | undefined;
|
|
18
|
+
name: string;
|
|
19
|
+
size: number;
|
|
20
|
+
path: string | undefined;
|
|
21
|
+
type: string;
|
|
22
|
+
preview: string | undefined;
|
|
23
|
+
lastModified: number;
|
|
24
|
+
lastModifiedDate: string | undefined;
|
|
25
|
+
};
|
|
26
|
+
export declare function getFileType(fileUrl: string | undefined, fileType: FileTypes): FileTypes;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { UseFormGetValues, UseFormSetValue } from 'react-hook-form';
|
|
2
|
+
import { SizeType } from '../../helpers/Types';
|
|
3
|
+
export declare function getFieldType(SIZE: SizeType, key: string, schema: any, referencedValues: any, loading: any, fullKey: string, isEnglish: boolean, handleOpenChangedState: (apiRoute: string, pathRoute: string, value: any, key: string, fullKey: string) => Promise<void>, onRefrenceChanged: (value: any, key: string) => void, setValue: UseFormSetValue<any>, getValues: UseFormGetValues<any>): import("react/jsx-runtime").JSX.Element | undefined;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IFilterProps } from './FilterForm';
|
|
2
|
+
import { SizeType } from '../../helpers/Types';
|
|
3
|
+
interface IFilterDrawer extends IFilterProps {
|
|
4
|
+
open: boolean;
|
|
5
|
+
searchParams: URLSearchParams;
|
|
6
|
+
setSearchParams: any;
|
|
7
|
+
setParams: any;
|
|
8
|
+
initialQueryParams: any;
|
|
9
|
+
size: SizeType;
|
|
10
|
+
scopeKey?: string;
|
|
11
|
+
scopeValue?: string;
|
|
12
|
+
quickFilterValues: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
filterString?: (filterString: string, filterObject: any) => void;
|
|
16
|
+
}
|
|
17
|
+
export default function FilterDrawer({ schema, resources, size, open, scopeKey, scopeValue, filterProperties, searchParams, setSearchParams, setParams, initialQueryParams, quickFilterValues, onRefrenceChanged, handleFilterDrawerClose, filterString }: IFilterDrawer): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SizeType } from '../../helpers/Types';
|
|
2
|
+
export interface IFilterProps {
|
|
3
|
+
schema: any;
|
|
4
|
+
resources: any;
|
|
5
|
+
filterProperties: any;
|
|
6
|
+
searchParams: URLSearchParams;
|
|
7
|
+
setSearchParams: any;
|
|
8
|
+
setParams: any;
|
|
9
|
+
initialQueryParams: any;
|
|
10
|
+
size: SizeType;
|
|
11
|
+
quickFilterValues: {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
isQuickFilter?: boolean;
|
|
15
|
+
scopeKey?: string;
|
|
16
|
+
scopeValue?: string;
|
|
17
|
+
onRefrenceChanged: (value: any, key: string) => void;
|
|
18
|
+
handleFilterDrawerClose: () => void;
|
|
19
|
+
filterString?: (filterString: string, filterObject: any) => void;
|
|
20
|
+
}
|
|
21
|
+
export default function FilterForm({ schema, resources, filterProperties, searchParams, scopeKey, scopeValue, setParams, size, initialQueryParams, isQuickFilter, quickFilterValues, onRefrenceChanged, setSearchParams, handleFilterDrawerClose, filterString }: IFilterProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as Yup from 'yup';
|
|
2
|
+
export declare function getFilterSchema(fieldObject: any, field: string, defaultValuesObject: {
|
|
3
|
+
[key: string]: any;
|
|
4
|
+
}, searchParams: any, resources: any): Yup.StringSchema<string | null | undefined, Yup.AnyObject, undefined, ""> | Yup.BooleanSchema<boolean | null | undefined, Yup.AnyObject, undefined, ""> | Yup.ObjectSchema<{} | null, Yup.AnyObject, {}, ""> | undefined;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { NavigateOptions } from 'react-router';
|
|
2
|
+
import { URLSearchParamsInit } from 'react-router-dom';
|
|
3
|
+
export declare function onSubmitFilter(data: any, handleFilterDrawerClose: () => void, schema: any, searchParams: URLSearchParams, setSearchParams: (nextInit?: URLSearchParamsInit | ((prev: URLSearchParams) => URLSearchParamsInit) | undefined, navigateOpts?: NavigateOptions | undefined) => void, scopeKey?: string, scopeValue?: string): string;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { UseFormGetValues, UseFormSetValue } from 'react-hook-form';
|
|
2
|
+
import { SizeType } from '../../../helpers/Types';
|
|
3
|
+
export declare function getQuickFilterFieldType(SIZE: SizeType, key: string, schema: any, referencedValues: any, loading: any, fullKey: string, isEnglish: boolean, values: {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
}, handleOpenChangedState: (apiRoute: string, pathRoute: string, value: any, key: string, fullKey: string) => Promise<void>, onChange: (key: any, value: any, searchParamsfields: string[]) => Promise<void>, setValue: UseFormSetValue<any>, getValues: UseFormGetValues<any>): import("react/jsx-runtime").JSX.Element | undefined;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { UseFormReturn } from 'react-hook-form';
|
|
3
|
+
type Props = {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
methods: UseFormReturn<any>;
|
|
6
|
+
onSubmit?: VoidFunction;
|
|
7
|
+
};
|
|
8
|
+
export default function FormProvider({ children, onSubmit, methods }: Props): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FormControlLabelProps } from '@mui/material';
|
|
2
|
+
interface RHFCheckboxProps extends Omit<FormControlLabelProps, 'control'> {
|
|
3
|
+
name: string;
|
|
4
|
+
}
|
|
5
|
+
export declare function RHFCheckbox({ name, ...other }: RHFCheckboxProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
interface RHFMultiCheckboxProps extends Omit<FormControlLabelProps, 'control' | 'label'> {
|
|
7
|
+
name: string;
|
|
8
|
+
options: {
|
|
9
|
+
label: string;
|
|
10
|
+
value: any;
|
|
11
|
+
}[];
|
|
12
|
+
}
|
|
13
|
+
export declare function RHFMultiCheckbox({ name, options, ...other }: RHFMultiCheckboxProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function RHFCreatableSelect(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TextFieldProps } from '@mui/material';
|
|
2
|
+
type IProps = {
|
|
3
|
+
name: string;
|
|
4
|
+
minDate?: Date;
|
|
5
|
+
maxDate?: Date;
|
|
6
|
+
};
|
|
7
|
+
type Props = IProps & TextFieldProps;
|
|
8
|
+
export default function RHFDatePicker({ name, minDate, maxDate, ...others }: Props): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { TextFieldProps } from '@mui/material';
|
|
2
|
+
interface Field {
|
|
3
|
+
_id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
label: string;
|
|
6
|
+
}
|
|
7
|
+
type IProps = {
|
|
8
|
+
title?: string;
|
|
9
|
+
applyAllMessage: string;
|
|
10
|
+
fields: Field[];
|
|
11
|
+
errorMessage?: string;
|
|
12
|
+
};
|
|
13
|
+
type Props = IProps & TextFieldProps;
|
|
14
|
+
export default function RHFGroupedTextFields({ title, applyAllMessage, fields, errorMessage, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Control, FieldValues } from 'react-hook-form';
|
|
2
|
+
import { TextFieldProps } from '@mui/material';
|
|
3
|
+
type IProps = {
|
|
4
|
+
name: string;
|
|
5
|
+
options?: Option[];
|
|
6
|
+
loading: boolean;
|
|
7
|
+
multiple?: boolean;
|
|
8
|
+
onOptionChange?: (value: Option | Option[] | null) => void;
|
|
9
|
+
onOpenChanged: (isOpend: boolean) => void;
|
|
10
|
+
control?: Control<FieldValues, any>;
|
|
11
|
+
};
|
|
12
|
+
type Props = IProps & TextFieldProps;
|
|
13
|
+
export interface Option {
|
|
14
|
+
_id: string;
|
|
15
|
+
title?: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
}
|
|
18
|
+
export default function RHFLazySelect({ name, options, loading, multiple, onOptionChange, onOpenChanged, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { RadioGroupProps } from '@mui/material';
|
|
2
|
+
type IProps = {
|
|
3
|
+
name: string;
|
|
4
|
+
options: {
|
|
5
|
+
label: string;
|
|
6
|
+
value: any;
|
|
7
|
+
}[];
|
|
8
|
+
};
|
|
9
|
+
type Props = IProps & RadioGroupProps;
|
|
10
|
+
export default function RHFRadioGroup({ name, options, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TextFieldProps } from '@mui/material';
|
|
2
|
+
type IProps = {
|
|
3
|
+
name: string;
|
|
4
|
+
children: any;
|
|
5
|
+
};
|
|
6
|
+
type Props = IProps & TextFieldProps;
|
|
7
|
+
export default function RHFSelect({ name, children, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UploadProps, UploadMultiFileProps } from '../upload';
|
|
2
|
+
interface Props extends Omit<UploadProps, 'file'> {
|
|
3
|
+
name: string;
|
|
4
|
+
}
|
|
5
|
+
export declare function RHFUploadAvatar({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare function RHFUploadSingleFile({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
interface RHFUploadMultiFileProps extends Omit<UploadMultiFileProps, 'files'> {
|
|
8
|
+
name: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function RHFUploadMultiFile({ name, ...other }: RHFUploadMultiFileProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './RHFCheckbox';
|
|
2
|
+
export * from './RHFUpload';
|
|
3
|
+
export { default as FormProvider } from './FormProvider';
|
|
4
|
+
export { default as RHFEditor } from './RHFEditor';
|
|
5
|
+
export { default as RHFTextField } from './RHFTextField';
|
|
6
|
+
export { default as RHFSelect } from './RHFSelect';
|
|
7
|
+
export { default as RHFLazySelect } from './RHFLazySelect';
|
|
8
|
+
export { default as RHFDatePicker } from './RHFDatePicker';
|
|
9
|
+
export { default as RHFGooglePlaces } from './RHFGooglePlaces';
|
|
10
|
+
export { default as RHFCreatableSelect } from './RHFCreatableSelect';
|
|
11
|
+
export { default as RHFRadioGroup } from './RHFRadioGroup';
|
|
12
|
+
export { default as RHFGroupedTextFields } from './RHFGroupedTextFields';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LazyLoadImageProps } from 'react-lazy-load-image-component';
|
|
2
|
+
import { BoxProps } from '@mui/material/Box';
|
|
3
|
+
export type ImageRatio = '4/3' | '3/4' | '6/4' | '4/6' | '16/9' | '9/16' | '21/9' | '9/21' | '1/1';
|
|
4
|
+
export type ImageProps = BoxProps & LazyLoadImageProps & {
|
|
5
|
+
overlay?: string;
|
|
6
|
+
ratio?: ImageRatio;
|
|
7
|
+
disabledEffect?: boolean;
|
|
8
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Theme } from '@mui/material/styles';
|
|
3
|
+
import { LabelColor, LabelVariant } from './types';
|
|
4
|
+
export declare const StyledLabel: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<Theme> & {
|
|
5
|
+
children?: import("react").ReactNode;
|
|
6
|
+
component?: import("react").ElementType<any> | undefined;
|
|
7
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
8
|
+
sx?: import("@mui/material/styles").SxProps<Theme> | undefined;
|
|
9
|
+
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
+
}, ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<Theme> & {
|
|
12
|
+
theme: Theme;
|
|
13
|
+
ownerState: {
|
|
14
|
+
color: LabelColor;
|
|
15
|
+
variant: LabelVariant;
|
|
16
|
+
};
|
|
17
|
+
}, {}, {}>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BoxProps } from '@mui/material/Box';
|
|
3
|
+
export type LabelColor = 'default' | 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'error';
|
|
4
|
+
export type LabelVariant = 'filled' | 'outlined' | 'soft';
|
|
5
|
+
export interface LabelProps extends BoxProps {
|
|
6
|
+
startIcon?: React.ReactElement | null;
|
|
7
|
+
endIcon?: React.ReactElement | null;
|
|
8
|
+
color?: LabelColor;
|
|
9
|
+
variant?: LabelVariant;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function ImageEditor(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ImageItem } from "./ImageSelector";
|
|
2
|
+
import { FileTypes } from "../../helpers/Types";
|
|
3
|
+
export interface ImagesDataGridProps {
|
|
4
|
+
isUploading?: boolean;
|
|
5
|
+
isLoading: boolean;
|
|
6
|
+
numberOfColumns?: number;
|
|
7
|
+
onImageSelected: (image: ImageItem) => void;
|
|
8
|
+
images: ImageItem[];
|
|
9
|
+
multiple?: boolean;
|
|
10
|
+
onQueryFilter?: (query: string) => void;
|
|
11
|
+
selected: ImageItem[];
|
|
12
|
+
fileType?: FileTypes;
|
|
13
|
+
}
|
|
14
|
+
export default function ImagesDataGrid({ isLoading, onImageSelected, images, numberOfColumns, onQueryFilter, isUploading, selected, multiple, fileType }: ImagesDataGridProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { DialogProps } from '@mui/material';
|
|
2
|
+
import { SetStateAction } from 'react';
|
|
3
|
+
import { ImageItem } from './ImageSelector';
|
|
4
|
+
import { FileTypes } from '../../helpers/Types';
|
|
5
|
+
interface DialogContainerProps extends DialogProps {
|
|
6
|
+
open: boolean;
|
|
7
|
+
multiple: boolean;
|
|
8
|
+
imagesSelected?: ImageItem[];
|
|
9
|
+
message?: string;
|
|
10
|
+
icon?: ImageItem;
|
|
11
|
+
uploadFileString?: string;
|
|
12
|
+
mediaLibraryString?: string;
|
|
13
|
+
setParams?: any;
|
|
14
|
+
fileType: FileTypes;
|
|
15
|
+
onDismiss: () => void;
|
|
16
|
+
onConfirm: (selectedImages: ImageItem[]) => void;
|
|
17
|
+
setFiles?: (value: SetStateAction<ImageItem[]>) => void;
|
|
18
|
+
uploadImages: (images: File[], type: FileTypes) => Promise<any>;
|
|
19
|
+
filterImagesByTitle: (query: string, callBack: (images: ImageItem[]) => void, type: FileTypes) => void;
|
|
20
|
+
updateImages: (images: ImageItem[], callBack: (images: ImageItem[]) => void) => void;
|
|
21
|
+
loadImagesList: (callback: (images: ImageItem[]) => void, type: FileTypes) => void;
|
|
22
|
+
Content?: () => JSX.Element;
|
|
23
|
+
}
|
|
24
|
+
export default function MediaUploaderDialog({ onDismiss, onConfirm, uploadImages, filterImagesByTitle, updateImages, loadImagesList, Content, setFiles, fileType, setParams, icon, mediaLibraryString, uploadFileString, message, imagesSelected, multiple, ...others }: DialogContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ImageItem } from './ImageSelector';
|
|
2
|
+
import { UploadingTapProps } from './MultiFileUploading';
|
|
3
|
+
import { FileTypes } from '../../helpers/Types';
|
|
4
|
+
export interface MediaUploaderTabsProps {
|
|
5
|
+
uploadingTapProps: UploadingTapProps;
|
|
6
|
+
onImageSelected: any;
|
|
7
|
+
images: ImageItem[];
|
|
8
|
+
numberOfColumns?: number;
|
|
9
|
+
uploadFileString?: string;
|
|
10
|
+
mediaLibraryString?: string;
|
|
11
|
+
onQueryFilter?: (query: string) => void;
|
|
12
|
+
isLoading: boolean;
|
|
13
|
+
multiple?: boolean;
|
|
14
|
+
selected: ImageItem[];
|
|
15
|
+
handleSelectionPanelState?: (state: boolean) => void;
|
|
16
|
+
fileType?: FileTypes;
|
|
17
|
+
}
|
|
18
|
+
export default function MediaUploaderTabs({ uploadingTapProps, onImageSelected, images, onQueryFilter, isLoading, uploadFileString, mediaLibraryString, selected, multiple, fileType, handleSelectionPanelState, numberOfColumns }: MediaUploaderTabsProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface UploadingTapProps {
|
|
3
|
+
Content?: () => JSX.Element;
|
|
4
|
+
uploadFiles: (images: File[]) => Promise<void>;
|
|
5
|
+
isLoading: boolean;
|
|
6
|
+
imagesFiles?: File[];
|
|
7
|
+
}
|
|
8
|
+
export default function MultiFileUploading({ Content, uploadFiles, imagesFiles, isLoading, ...others }: UploadingTapProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { NavConfigProps } from './types';
|
|
2
|
+
export declare const navVerticalConfig: (config?: NavConfigProps) => {
|
|
3
|
+
itemGap: number;
|
|
4
|
+
iconSize: number;
|
|
5
|
+
currentRole: string | undefined;
|
|
6
|
+
itemRootHeight: number;
|
|
7
|
+
itemSubHeight: number;
|
|
8
|
+
itemPadding: string;
|
|
9
|
+
itemRadius: number;
|
|
10
|
+
hiddenLabel: boolean;
|
|
11
|
+
};
|
|
12
|
+
export declare const navMiniConfig: (config?: NavConfigProps) => {
|
|
13
|
+
itemGap: number;
|
|
14
|
+
iconSize: number;
|
|
15
|
+
currentRole: string | undefined;
|
|
16
|
+
itemRootHeight: number;
|
|
17
|
+
itemSubHeight: number;
|
|
18
|
+
itemPadding: string;
|
|
19
|
+
itemRadius: number;
|
|
20
|
+
hiddenLabel: boolean;
|
|
21
|
+
};
|
|
22
|
+
export declare const navHorizontalConfig: (config?: NavConfigProps) => {
|
|
23
|
+
itemGap: number;
|
|
24
|
+
iconSize: number;
|
|
25
|
+
currentRole: string | undefined;
|
|
26
|
+
itemRootHeight: number;
|
|
27
|
+
itemSubHeight: number;
|
|
28
|
+
itemPadding: string;
|
|
29
|
+
itemRadius: number;
|
|
30
|
+
hiddenLabel: boolean;
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './nav-section-horizontal';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { NavItemProps, NavConfigProps } from '../types';
|
|
3
|
+
type Props = NavItemProps & {
|
|
4
|
+
config: NavConfigProps;
|
|
5
|
+
};
|
|
6
|
+
declare const NavItem: import("react").ForwardRefExoticComponent<Omit<Props, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export default NavItem;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { NavListProps, NavConfigProps } from '../types';
|
|
2
|
+
type NavListRootProps = {
|
|
3
|
+
data: NavListProps;
|
|
4
|
+
depth: number;
|
|
5
|
+
hasChild: boolean;
|
|
6
|
+
config: NavConfigProps;
|
|
7
|
+
};
|
|
8
|
+
export default function NavList({ data, depth, hasChild, config }: NavListRootProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { NavSectionProps } from '../types';
|
|
3
|
+
declare function NavSectionHorizontal({ data, config, sx, ...other }: NavSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare const _default: import("react").MemoExoticComponent<typeof NavSectionHorizontal>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { NavItemProps, NavConfigProps } from '../types';
|
|
3
|
+
export declare const StyledItem: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemButton").ListItemButtonBaseProps & Omit<{
|
|
4
|
+
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
5
|
+
centerRipple?: boolean | undefined;
|
|
6
|
+
children?: import("react").ReactNode;
|
|
7
|
+
classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
|
|
8
|
+
disabled?: boolean | undefined;
|
|
9
|
+
disableRipple?: boolean | undefined;
|
|
10
|
+
disableTouchRipple?: boolean | undefined;
|
|
11
|
+
focusRipple?: boolean | undefined;
|
|
12
|
+
focusVisibleClassName?: string | undefined;
|
|
13
|
+
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
14
|
+
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
15
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
16
|
+
tabIndex?: number | undefined;
|
|
17
|
+
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
18
|
+
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
19
|
+
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
20
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
21
|
+
}, "className" | "style" | "classes" | "alignItems" | "children" | "sx" | "autoFocus" | "tabIndex" | "dense" | "disabled" | "action" | "selected" | "disableGutters" | "divider" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & Omit<NavItemProps, "item"> & {
|
|
22
|
+
config: NavConfigProps;
|
|
23
|
+
}, {}, {}>;
|
|
24
|
+
type StyledIconProps = {
|
|
25
|
+
size?: number;
|
|
26
|
+
};
|
|
27
|
+
export declare const StyledIcon: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemIcon").ListItemIconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & StyledIconProps, {}, {}>;
|
|
28
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './nav-section-mini';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { NavItemProps, NavConfigProps } from '../types';
|
|
3
|
+
type Props = NavItemProps & {
|
|
4
|
+
config: NavConfigProps;
|
|
5
|
+
};
|
|
6
|
+
declare const NavItem: import("react").ForwardRefExoticComponent<Omit<Props, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export default NavItem;
|