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,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 NavSectionMini({ data, config, sx, ...other }: NavSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare const _default: import("react").MemoExoticComponent<typeof NavSectionMini>;
|
|
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,37 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { StackProps } from '@mui/material/Stack';
|
|
3
|
+
import { ListItemButtonProps } from '@mui/material/ListItemButton';
|
|
4
|
+
export type NavConfigProps = {
|
|
5
|
+
hiddenLabel?: boolean;
|
|
6
|
+
itemGap?: number;
|
|
7
|
+
iconSize?: number;
|
|
8
|
+
itemRadius?: number;
|
|
9
|
+
itemPadding?: string;
|
|
10
|
+
currentRole?: string;
|
|
11
|
+
itemSubHeight?: number;
|
|
12
|
+
itemRootHeight?: number;
|
|
13
|
+
};
|
|
14
|
+
export type NavItemProps = ListItemButtonProps & {
|
|
15
|
+
item: NavListProps;
|
|
16
|
+
depth: number;
|
|
17
|
+
open?: boolean;
|
|
18
|
+
active: boolean;
|
|
19
|
+
externalLink?: boolean;
|
|
20
|
+
};
|
|
21
|
+
export type NavListProps = {
|
|
22
|
+
title: string;
|
|
23
|
+
path: string;
|
|
24
|
+
icon?: React.ReactElement;
|
|
25
|
+
info?: React.ReactElement;
|
|
26
|
+
caption?: string;
|
|
27
|
+
disabled?: boolean;
|
|
28
|
+
roles?: string[];
|
|
29
|
+
children?: any;
|
|
30
|
+
};
|
|
31
|
+
export type NavSectionProps = StackProps & {
|
|
32
|
+
data: {
|
|
33
|
+
subheader: string;
|
|
34
|
+
items: NavListProps[];
|
|
35
|
+
}[];
|
|
36
|
+
config?: NavConfigProps;
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './nav-section-vertical';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NavItemProps, NavConfigProps } from '../types';
|
|
2
|
+
type Props = NavItemProps & {
|
|
3
|
+
config: NavConfigProps;
|
|
4
|
+
};
|
|
5
|
+
export default function NavItem({ item, open, depth, active, config, externalLink, ...other }: Props): import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
+
export {};
|
|
@@ -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 NavSectionVertical({ data, config, sx, ...other }: NavSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare const _default: import("react").MemoExoticComponent<typeof NavSectionVertical>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
type StyledDotIconProps = {
|
|
29
|
+
active?: boolean;
|
|
30
|
+
};
|
|
31
|
+
export declare const StyledDotIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & StyledDotIconProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
32
|
+
type StyledSubheaderProps = {
|
|
33
|
+
config: NavConfigProps;
|
|
34
|
+
};
|
|
35
|
+
export declare const StyledSubheader: import("@emotion/styled").StyledComponent<{
|
|
36
|
+
children?: import("react").ReactNode;
|
|
37
|
+
classes?: Partial<import("@mui/material/ListSubheader").ListSubheaderClasses> | undefined;
|
|
38
|
+
color?: "inherit" | "default" | "primary" | undefined;
|
|
39
|
+
disableGutters?: boolean | undefined;
|
|
40
|
+
disableSticky?: boolean | undefined;
|
|
41
|
+
inset?: boolean | undefined;
|
|
42
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
43
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
44
|
+
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
45
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "inset" | "children" | "sx" | "disableGutters" | "disableSticky"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & StyledSubheaderProps, {}, {}>;
|
|
46
|
+
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledRootScrollbar: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
3
|
+
export declare const StyledScrollbar: import("@emotion/styled").StyledComponent<import("simplebar-react").Props & import("react").RefAttributes<import("simplebar-core").default | null> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './search-not-found';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './svg-color';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BoxProps } from '@mui/material/Box';
|
|
3
|
+
export interface SvgColorProps extends BoxProps {
|
|
4
|
+
src: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgColor: import("react").ForwardRefExoticComponent<Omit<SvgColorProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
|
|
7
|
+
export default SvgColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TableRowProps } from '@mui/material';
|
|
2
|
+
export interface IT extends TableRowProps {
|
|
3
|
+
checkBox: boolean;
|
|
4
|
+
numberOfColumns: number;
|
|
5
|
+
}
|
|
6
|
+
export default function TableLoadingSkeleton({ checkBox, numberOfColumns, ...other }: IT): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
type Props = {
|
|
3
|
+
actions: React.ReactNode;
|
|
4
|
+
open: HTMLElement | null;
|
|
5
|
+
onClose?: VoidFunction;
|
|
6
|
+
onOpen?: (event: React.MouseEvent<HTMLElement>) => void;
|
|
7
|
+
};
|
|
8
|
+
export default function TableMoreMenu({ actions, open, onClose, onOpen }: Props): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function BlankUploadScreen(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function BlockContent(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function ProductUploadImages(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { UploadMultiFileProps } from './type';
|
|
3
|
+
export interface UploadMultiFileContentProps extends UploadMultiFileProps {
|
|
4
|
+
Content?: () => JSX.Element;
|
|
5
|
+
isLoading?: boolean;
|
|
6
|
+
uploaded?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export default function UploadMultiFile({ error, showPreview, files, onUpload, onRemove, onRemoveAll, helperText, sx, uploaded, Content, isLoading, ...other }: UploadMultiFileContentProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './type';
|
|
2
|
+
export { default as BlockContent } from './BlockContent';
|
|
3
|
+
export { default as RejectionFiles } from './RejectionFiles';
|
|
4
|
+
export { default as MultiFilePreview } from './MultiFilePreview';
|
|
5
|
+
export { default as UploadAvatar } from './UploadAvatar';
|
|
6
|
+
export { default as UploadMultiFile } from './UploadMultiFile';
|
|
7
|
+
export { default as UploadSingleFile } from './UploadSingleFile';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { DropzoneOptions } from 'react-dropzone';
|
|
3
|
+
import { SxProps } from '@mui/material';
|
|
4
|
+
import { Theme } from '@mui/material/styles';
|
|
5
|
+
import { ImageItem } from '../mediaUploader/ImageSelector';
|
|
6
|
+
export interface CustomFile extends File {
|
|
7
|
+
path?: string;
|
|
8
|
+
preview?: string;
|
|
9
|
+
lastModifiedDate?: Date;
|
|
10
|
+
}
|
|
11
|
+
export interface UploadProps extends DropzoneOptions {
|
|
12
|
+
error?: boolean;
|
|
13
|
+
file: CustomFile | string | null;
|
|
14
|
+
helperText?: ReactNode;
|
|
15
|
+
sx?: SxProps<Theme>;
|
|
16
|
+
}
|
|
17
|
+
export interface UploadMultiFileProps extends DropzoneOptions {
|
|
18
|
+
files: (File | string)[];
|
|
19
|
+
error?: boolean;
|
|
20
|
+
showPreview?: boolean;
|
|
21
|
+
sx?: SxProps<Theme>;
|
|
22
|
+
helperText?: ReactNode;
|
|
23
|
+
onUpload?: VoidFunction;
|
|
24
|
+
onRemove?: (file: File | string) => void;
|
|
25
|
+
onRemoveAll?: VoidFunction;
|
|
26
|
+
}
|
|
27
|
+
export interface UploadMultiImages extends DropzoneOptions {
|
|
28
|
+
files: ImageItem[];
|
|
29
|
+
error?: boolean;
|
|
30
|
+
showPreview?: boolean;
|
|
31
|
+
sx?: SxProps<Theme>;
|
|
32
|
+
helperText?: ReactNode;
|
|
33
|
+
setImages?: (images: ImageItem[]) => void;
|
|
34
|
+
onUpload?: VoidFunction;
|
|
35
|
+
onRemove?: (file: string) => void;
|
|
36
|
+
onRemoveAll?: VoidFunction;
|
|
37
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DropzoneOptions } from 'react-dropzone';
|
|
3
|
+
import { SxProps } from '@mui/material';
|
|
4
|
+
import { Theme } from '@mui/material/styles';
|
|
5
|
+
export interface CustomFile extends File {
|
|
6
|
+
path?: string;
|
|
7
|
+
preview?: string;
|
|
8
|
+
lastModifiedDate?: Date;
|
|
9
|
+
}
|
|
10
|
+
export interface UploadProps extends DropzoneOptions {
|
|
11
|
+
error?: boolean;
|
|
12
|
+
sx?: SxProps<Theme>;
|
|
13
|
+
thumbnail?: boolean;
|
|
14
|
+
placeholder?: React.ReactNode;
|
|
15
|
+
helperText?: React.ReactNode;
|
|
16
|
+
disableMultiple?: boolean;
|
|
17
|
+
file?: CustomFile | string | null;
|
|
18
|
+
onDelete?: VoidFunction;
|
|
19
|
+
files?: (File | string)[];
|
|
20
|
+
onUpload?: VoidFunction;
|
|
21
|
+
onRemove?: (file: CustomFile | string) => void;
|
|
22
|
+
onRemoveAll?: VoidFunction;
|
|
23
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const ApiContext: import("react").Context<ApiContextProps>;
|
|
3
|
+
export interface ApiContextProps {
|
|
4
|
+
statusCode: number | null;
|
|
5
|
+
dashbaordUrlPrefix?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ApiContextConfig {
|
|
8
|
+
language: string;
|
|
9
|
+
baseUrl: string;
|
|
10
|
+
onLogout: () => void;
|
|
11
|
+
sleepTime?: number;
|
|
12
|
+
children: any;
|
|
13
|
+
dashbaordUrlPrefix?: string;
|
|
14
|
+
}
|
|
15
|
+
declare const ApiContextProvider: (props: ApiContextConfig) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export { ApiContext, ApiContextProvider };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SizeType } from '../helpers/Types';
|
|
3
|
+
interface AppConfigurations {
|
|
4
|
+
textFieldSize: SizeType;
|
|
5
|
+
themeLayout?: 'vertical' | 'horizontal' | 'mini';
|
|
6
|
+
defaultRowsPerPage: number;
|
|
7
|
+
themeStretch: boolean;
|
|
8
|
+
setThemeLayout?: React.Dispatch<React.SetStateAction<'horizontal' | 'vertical' | 'mini'>>;
|
|
9
|
+
}
|
|
10
|
+
declare const AppConfigurationsContext: import("react").Context<AppConfigurations>;
|
|
11
|
+
declare const AppConfigurationsContextProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export { AppConfigurationsContext, AppConfigurationsContextProvider };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface CredentialKeys {
|
|
3
|
+
identityPoolId: string;
|
|
4
|
+
region: string;
|
|
5
|
+
userPoolId: string;
|
|
6
|
+
userPoolWebClientId: string;
|
|
7
|
+
bucket: string;
|
|
8
|
+
googleApiKey: string;
|
|
9
|
+
bucketUrl: string;
|
|
10
|
+
}
|
|
11
|
+
declare const CredentialsContext: import("react").Context<CredentialKeys>;
|
|
12
|
+
interface CredentialProps extends CredentialKeys {
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
}
|
|
15
|
+
declare const CredentialsContextProvider: (props: CredentialProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export { CredentialsContext, CredentialsContextProvider };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface ResourcePaths {
|
|
3
|
+
root: string;
|
|
4
|
+
list: string;
|
|
5
|
+
edit: (id: string) => string;
|
|
6
|
+
show: (id: string) => string;
|
|
7
|
+
new: string;
|
|
8
|
+
}
|
|
9
|
+
export interface PathsContextConfig {
|
|
10
|
+
root: string;
|
|
11
|
+
home: string;
|
|
12
|
+
children: any;
|
|
13
|
+
}
|
|
14
|
+
declare const PathsContext: import("react").Context<{
|
|
15
|
+
paths: {
|
|
16
|
+
[key: string]: ResourcePaths;
|
|
17
|
+
};
|
|
18
|
+
root: string;
|
|
19
|
+
home: string;
|
|
20
|
+
}>;
|
|
21
|
+
declare const PathsContextProvider: (props: PathsContextConfig) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export declare function path(root: string, sublink: string): string;
|
|
23
|
+
export { PathsContext, PathsContextProvider };
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { ActionTypes, FieldTypes } from '../helpers/EnumHelper';
|
|
2
|
+
import { FileTypes } from '../helpers/Types';
|
|
3
|
+
export default interface IResource {
|
|
4
|
+
filterProperties: string[];
|
|
5
|
+
quickFilterProperties: string[];
|
|
6
|
+
formProperties: string[];
|
|
7
|
+
listProperties: IProperty[];
|
|
8
|
+
showProperties: IProperty[];
|
|
9
|
+
properties: IMainProperty;
|
|
10
|
+
}
|
|
11
|
+
export interface IProperty {
|
|
12
|
+
key: string;
|
|
13
|
+
value: string;
|
|
14
|
+
path?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface IMainProperty {
|
|
17
|
+
title: string;
|
|
18
|
+
path: string;
|
|
19
|
+
name: string;
|
|
20
|
+
modelName: string;
|
|
21
|
+
parent: IParent;
|
|
22
|
+
defaultOrder: orderTypes;
|
|
23
|
+
defaultOrderBy: string;
|
|
24
|
+
defaultrowsPerPage: number;
|
|
25
|
+
filters: IFilter;
|
|
26
|
+
actions: IAction;
|
|
27
|
+
model: {
|
|
28
|
+
[key: string]: ISchemaObject;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export interface IParent {
|
|
32
|
+
icon: string;
|
|
33
|
+
name: string;
|
|
34
|
+
value: string;
|
|
35
|
+
}
|
|
36
|
+
export interface IFilter {
|
|
37
|
+
scopes: {
|
|
38
|
+
isAccessible: boolean;
|
|
39
|
+
options?: {
|
|
40
|
+
key: string;
|
|
41
|
+
value: string;
|
|
42
|
+
}[];
|
|
43
|
+
manual?: {
|
|
44
|
+
options: string[];
|
|
45
|
+
};
|
|
46
|
+
auto?: {
|
|
47
|
+
key: string;
|
|
48
|
+
options: string[];
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
searchBar: {
|
|
52
|
+
isAccessible: boolean;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
export interface IAction {
|
|
56
|
+
bulkDelete: {
|
|
57
|
+
cancelDeleteOption: string;
|
|
58
|
+
confirmDeleteOption: string;
|
|
59
|
+
confirmationMessageBody: string;
|
|
60
|
+
confirmationMessageTitle: string;
|
|
61
|
+
isAccessible: boolean;
|
|
62
|
+
value: string;
|
|
63
|
+
};
|
|
64
|
+
delete: {
|
|
65
|
+
cancelDeleteOption: string;
|
|
66
|
+
confirmDeleteOption: string;
|
|
67
|
+
confirmationMessageBody: string;
|
|
68
|
+
confirmationMessageTitle: string;
|
|
69
|
+
isAccessible: boolean;
|
|
70
|
+
value: string;
|
|
71
|
+
};
|
|
72
|
+
edit: IActionMin;
|
|
73
|
+
new: IActionMin;
|
|
74
|
+
show: IActionMin;
|
|
75
|
+
extras?: IExtras;
|
|
76
|
+
}
|
|
77
|
+
export interface IExtras {
|
|
78
|
+
record: {
|
|
79
|
+
[key: string]: IExtarAction;
|
|
80
|
+
};
|
|
81
|
+
resource: {
|
|
82
|
+
[key: string]: IExtarAction;
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
export interface IExtarAction {
|
|
86
|
+
actionType: ActionTypes;
|
|
87
|
+
guard?: string;
|
|
88
|
+
icon: string;
|
|
89
|
+
key: string;
|
|
90
|
+
keys?: string[];
|
|
91
|
+
name: string;
|
|
92
|
+
severity?: Severity;
|
|
93
|
+
message?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface IActionMin {
|
|
96
|
+
isAccessible: boolean;
|
|
97
|
+
value: string;
|
|
98
|
+
}
|
|
99
|
+
export type orderTypes = 'asc' | 'desc';
|
|
100
|
+
export type Severity = 'success' | 'info' | 'warning' | 'error';
|
|
101
|
+
export interface ISchemaObject {
|
|
102
|
+
required?: boolean;
|
|
103
|
+
isEditable?: boolean;
|
|
104
|
+
type?: FieldTypes;
|
|
105
|
+
enumValues?: string[];
|
|
106
|
+
countryCodes?: string[];
|
|
107
|
+
arrayType?: FieldTypes;
|
|
108
|
+
isDraggable?: boolean;
|
|
109
|
+
value?: string;
|
|
110
|
+
mediaUploader?: boolean;
|
|
111
|
+
fileType?: FileTypes;
|
|
112
|
+
withTime?: boolean;
|
|
113
|
+
apiRoute?: string;
|
|
114
|
+
defaultValue: string;
|
|
115
|
+
valuePath?: string;
|
|
116
|
+
path?: string;
|
|
117
|
+
keys?: string[];
|
|
118
|
+
schema?: {
|
|
119
|
+
[key: string]: ISchemaObject;
|
|
120
|
+
};
|
|
121
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import IResource from './Resource';
|
|
3
|
+
export type ResourceResponse = {
|
|
4
|
+
[key: string]: IResource | {
|
|
5
|
+
[key: string]: string[];
|
|
6
|
+
};
|
|
7
|
+
} | {
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
} | null | undefined;
|
|
10
|
+
declare const ResourcesContext: import("react").Context<{
|
|
11
|
+
resources: ResourceResponse;
|
|
12
|
+
getResources: () => void;
|
|
13
|
+
}>;
|
|
14
|
+
export interface ResourcesContextConfig {
|
|
15
|
+
resourcesUrl: string;
|
|
16
|
+
Logo?: (props: any) => JSX.Element;
|
|
17
|
+
children: any;
|
|
18
|
+
}
|
|
19
|
+
declare const ResourcesContextProvider: (props: ResourcesContextConfig) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export { ResourcesContext, ResourcesContextProvider };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ISchemaObject } from '../../../context/Resource';
|
|
2
|
+
export declare class CreateEditTexts {
|
|
3
|
+
private modelLocalizedName;
|
|
4
|
+
private isEnglish;
|
|
5
|
+
private title;
|
|
6
|
+
private record;
|
|
7
|
+
private isEdit;
|
|
8
|
+
private schema;
|
|
9
|
+
constructor(modelLocalizedName: string, isEnglish: boolean, title: string, record: any, schema: {
|
|
10
|
+
[key: string]: ISchemaObject;
|
|
11
|
+
}, isEdit: boolean);
|
|
12
|
+
getTitle(): string;
|
|
13
|
+
getBreadCrumbLinks(userPath: {
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
}, path: string): ({
|
|
16
|
+
name: string;
|
|
17
|
+
href: any;
|
|
18
|
+
} | {
|
|
19
|
+
name: any;
|
|
20
|
+
href?: undefined;
|
|
21
|
+
})[];
|
|
22
|
+
private getNewWord;
|
|
23
|
+
private getEditWord;
|
|
24
|
+
private getRecordName;
|
|
25
|
+
private getValue;
|
|
26
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface IListProps {
|
|
3
|
+
apiRoute: string;
|
|
4
|
+
key?: string;
|
|
5
|
+
path: string;
|
|
6
|
+
modelName: string;
|
|
7
|
+
}
|
|
8
|
+
export interface IListRecordsProps extends IListProps {
|
|
9
|
+
urlFilters?: string;
|
|
10
|
+
defaultFilterValues: {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
};
|
|
13
|
+
Actions?: (props: any) => JSX.Element;
|
|
14
|
+
}
|