@focus-reactive/payload-plugin-translator 0.1.0 → 0.1.2
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/README.md +27 -14
- package/dist/client/app/cache/CacheProvider.export.js +1 -1
- package/dist/client/entities/translation/ui/CompletedTranslationStatus/styles.module.scss +3 -0
- package/dist/client/entities/translation/ui/FailedTranslationStatus/styles.module.scss +3 -0
- package/dist/client/entities/translation/ui/TranslationDirection/styles.module.scss +16 -0
- package/dist/client/features/collection-translation-form/ui/styles.module.scss +31 -0
- package/dist/client/features/collection-translation-popup/ui/styles.module.scss +18 -0
- package/dist/client/features/collection-translation-progress/ui/styles.module.scss +8 -0
- package/dist/client/features/open-document-translation-popup/ui/styles.module.scss +11 -0
- package/dist/client/features/translate-document-form/ui/styles.module.scss +18 -0
- package/dist/client/shared/ui/Alert/styles.module.scss +31 -0
- package/dist/client/shared/ui/Button/styles.module.scss +103 -0
- package/dist/client/shared/ui/Checkbox/styles.module.scss +17 -0
- package/dist/client/shared/ui/ColorIndicator/styles.module.scss +37 -0
- package/dist/client/shared/ui/Description/styles.module.scss +14 -0
- package/dist/client/shared/ui/Divider/styles.module.scss +56 -0
- package/dist/client/shared/ui/Label/styles.module.scss +12 -0
- package/dist/client/shared/ui/Loading/styles.module.scss +141 -0
- package/dist/client/shared/ui/Popup/styles.module.scss +7 -0
- package/dist/client/shared/ui/ProgressBar/styles.module.scss +64 -0
- package/dist/client/shared/ui/Select/styles.module.scss +55 -0
- package/dist/client/shared/ui/StatusCounter/styles.module.scss +46 -0
- package/dist/client/shared/ui/StatusIndicator/styles.module.scss +12 -0
- package/dist/client/shared/ui/Tooltip/styles.module.scss +84 -0
- package/dist/client/shared/ui/form/FormCheckbox/styles.module.scss +23 -0
- package/dist/client/shared/ui/form/FormCheckboxPublish/styles.module.scss +16 -0
- package/dist/client/shared/ui/form/FormSelectStrategy/styles.module.scss +16 -0
- package/dist/client/shared/utils/componentPath.d.ts +1 -1
- package/dist/client/shared/utils/componentPath.js +1 -1
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.export.js +1 -1
- package/dist/client/widgets/translate-document/ui/TranslateDocument.export.js +1 -1
- package/package.json +32 -17
- package/dist/client/app/cache/CacheProvider.d.ts.map +0 -1
- package/dist/client/app/cache/CacheProvider.export.d.ts.map +0 -1
- package/dist/client/app/cache/CacheProvider.export.js.map +0 -1
- package/dist/client/app/cache/CacheProvider.js.map +0 -1
- package/dist/client/app/cache/CacheProvider.jsx +0 -11
- package/dist/client/app/config/TranslateKitConfigContext.d.ts.map +0 -1
- package/dist/client/app/config/TranslateKitConfigContext.js.map +0 -1
- package/dist/client/app/config/TranslateKitConfigContext.jsx +0 -13
- package/dist/client/app/config/index.d.ts.map +0 -1
- package/dist/client/app/config/index.js.map +0 -1
- package/dist/client/entities/translation/api/mutations/useCancelCollectionTranslations.d.ts.map +0 -1
- package/dist/client/entities/translation/api/mutations/useCancelCollectionTranslations.js.map +0 -1
- package/dist/client/entities/translation/api/mutations/useCancelDocumentTranslation.d.ts.map +0 -1
- package/dist/client/entities/translation/api/mutations/useCancelDocumentTranslation.js.map +0 -1
- package/dist/client/entities/translation/api/mutations/useQueueDocumentTranslation.d.ts.map +0 -1
- package/dist/client/entities/translation/api/mutations/useQueueDocumentTranslation.js.map +0 -1
- package/dist/client/entities/translation/api/mutations/useQueueDocumentTranslations.d.ts.map +0 -1
- package/dist/client/entities/translation/api/mutations/useQueueDocumentTranslations.js.map +0 -1
- package/dist/client/entities/translation/api/mutations/useRunDocumentTranslation.d.ts.map +0 -1
- package/dist/client/entities/translation/api/mutations/useRunDocumentTranslation.js.map +0 -1
- package/dist/client/entities/translation/api/queries/useCollectionTranslationStatus.d.ts.map +0 -1
- package/dist/client/entities/translation/api/queries/useCollectionTranslationStatus.js.map +0 -1
- package/dist/client/entities/translation/api/queries/useDocumentTranslation.d.ts.map +0 -1
- package/dist/client/entities/translation/api/queries/useDocumentTranslation.js.map +0 -1
- package/dist/client/entities/translation/index.d.ts.map +0 -1
- package/dist/client/entities/translation/index.js.map +0 -1
- package/dist/client/entities/translation/model/enums.d.ts.map +0 -1
- package/dist/client/entities/translation/model/enums.js.map +0 -1
- package/dist/client/entities/translation/model/types.d.ts.map +0 -1
- package/dist/client/entities/translation/model/types.js.map +0 -1
- package/dist/client/entities/translation/ui/CompletedTranslationStatus/CompletedTranslationStatus.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/CompletedTranslationStatus/CompletedTranslationStatus.js.map +0 -1
- package/dist/client/entities/translation/ui/CompletedTranslationStatus/CompletedTranslationStatus.jsx +0 -25
- package/dist/client/entities/translation/ui/CompletedTranslationStatus/index.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/CompletedTranslationStatus/index.js.map +0 -1
- package/dist/client/entities/translation/ui/FailedTranslationStatus/FailedTranslationStatus.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/FailedTranslationStatus/FailedTranslationStatus.js.map +0 -1
- package/dist/client/entities/translation/ui/FailedTranslationStatus/FailedTranslationStatus.jsx +0 -24
- package/dist/client/entities/translation/ui/FailedTranslationStatus/index.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/FailedTranslationStatus/index.js.map +0 -1
- package/dist/client/entities/translation/ui/PendingTranslationStatus/PendingTranslationStatus.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/PendingTranslationStatus/PendingTranslationStatus.js.map +0 -1
- package/dist/client/entities/translation/ui/PendingTranslationStatus/PendingTranslationStatus.jsx +0 -38
- package/dist/client/entities/translation/ui/PendingTranslationStatus/index.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/PendingTranslationStatus/index.js.map +0 -1
- package/dist/client/entities/translation/ui/RunningTranslationStatus/RunningTranslationStatus.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/RunningTranslationStatus/RunningTranslationStatus.js.map +0 -1
- package/dist/client/entities/translation/ui/RunningTranslationStatus/RunningTranslationStatus.jsx +0 -32
- package/dist/client/entities/translation/ui/RunningTranslationStatus/index.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/RunningTranslationStatus/index.js.map +0 -1
- package/dist/client/entities/translation/ui/TranslationDirection/TranslationDirection.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/TranslationDirection/TranslationDirection.js.map +0 -1
- package/dist/client/entities/translation/ui/TranslationDirection/TranslationDirection.jsx +0 -16
- package/dist/client/entities/translation/ui/TranslationDirection/index.d.ts.map +0 -1
- package/dist/client/entities/translation/ui/TranslationDirection/index.js.map +0 -1
- package/dist/client/features/collection-translation-form/index.client.d.ts.map +0 -1
- package/dist/client/features/collection-translation-form/index.client.js.map +0 -1
- package/dist/client/features/collection-translation-form/index.d.ts.map +0 -1
- package/dist/client/features/collection-translation-form/index.js.map +0 -1
- package/dist/client/features/collection-translation-form/model/constants.d.ts.map +0 -1
- package/dist/client/features/collection-translation-form/model/constants.js.map +0 -1
- package/dist/client/features/collection-translation-form/model/form-model.d.ts.map +0 -1
- package/dist/client/features/collection-translation-form/model/form-model.js.map +0 -1
- package/dist/client/features/collection-translation-form/model/index.d.ts.map +0 -1
- package/dist/client/features/collection-translation-form/model/index.js.map +0 -1
- package/dist/client/features/collection-translation-form/model/schema.d.ts.map +0 -1
- package/dist/client/features/collection-translation-form/model/schema.js.map +0 -1
- package/dist/client/features/collection-translation-form/ui/CollectionTranslationForm.d.ts.map +0 -1
- package/dist/client/features/collection-translation-form/ui/CollectionTranslationForm.js.map +0 -1
- package/dist/client/features/collection-translation-form/ui/CollectionTranslationForm.jsx +0 -25
- package/dist/client/features/collection-translation-form/ui/index.d.ts.map +0 -1
- package/dist/client/features/collection-translation-form/ui/index.js.map +0 -1
- package/dist/client/features/collection-translation-popup/index.d.ts.map +0 -1
- package/dist/client/features/collection-translation-popup/index.js.map +0 -1
- package/dist/client/features/collection-translation-popup/ui/CollectionTranslationPopup.d.ts.map +0 -1
- package/dist/client/features/collection-translation-popup/ui/CollectionTranslationPopup.js.map +0 -1
- package/dist/client/features/collection-translation-popup/ui/CollectionTranslationPopup.jsx +0 -23
- package/dist/client/features/collection-translation-progress/index.d.ts.map +0 -1
- package/dist/client/features/collection-translation-progress/index.js.map +0 -1
- package/dist/client/features/collection-translation-progress/ui/CollectionTranslationProgress.d.ts.map +0 -1
- package/dist/client/features/collection-translation-progress/ui/CollectionTranslationProgress.js.map +0 -1
- package/dist/client/features/collection-translation-progress/ui/CollectionTranslationProgress.jsx +0 -47
- package/dist/client/features/document-translation-progress-failed/index.d.ts.map +0 -1
- package/dist/client/features/document-translation-progress-failed/index.js.map +0 -1
- package/dist/client/features/document-translation-progress-failed/ui/DocumentTranslationProgressFailed.d.ts.map +0 -1
- package/dist/client/features/document-translation-progress-failed/ui/DocumentTranslationProgressFailed.js.map +0 -1
- package/dist/client/features/document-translation-progress-failed/ui/DocumentTranslationProgressFailed.jsx +0 -19
- package/dist/client/features/document-translation-progress-pending/index.d.ts.map +0 -1
- package/dist/client/features/document-translation-progress-pending/index.js.map +0 -1
- package/dist/client/features/document-translation-progress-pending/ui/DocumentTranslationProgressPending.d.ts.map +0 -1
- package/dist/client/features/document-translation-progress-pending/ui/DocumentTranslationProgressPending.js.map +0 -1
- package/dist/client/features/document-translation-progress-pending/ui/DocumentTranslationProgressPending.jsx +0 -34
- package/dist/client/features/document-translation-progress-running/index.d.ts.map +0 -1
- package/dist/client/features/document-translation-progress-running/index.js.map +0 -1
- package/dist/client/features/document-translation-progress-running/ui/DocumentTranslationProgressRunning.d.ts.map +0 -1
- package/dist/client/features/document-translation-progress-running/ui/DocumentTranslationProgressRunning.js.map +0 -1
- package/dist/client/features/document-translation-progress-running/ui/DocumentTranslationProgressRunning.jsx +0 -19
- package/dist/client/features/open-document-translation-popup/index.d.ts.map +0 -1
- package/dist/client/features/open-document-translation-popup/index.js.map +0 -1
- package/dist/client/features/open-document-translation-popup/ui/OpenDocumentTranslationPopup.d.ts.map +0 -1
- package/dist/client/features/open-document-translation-popup/ui/OpenDocumentTranslationPopup.js.map +0 -1
- package/dist/client/features/open-document-translation-popup/ui/OpenDocumentTranslationPopup.jsx +0 -15
- package/dist/client/features/translate-document-form/index.client.d.ts.map +0 -1
- package/dist/client/features/translate-document-form/index.client.js.map +0 -1
- package/dist/client/features/translate-document-form/index.d.ts.map +0 -1
- package/dist/client/features/translate-document-form/index.js.map +0 -1
- package/dist/client/features/translate-document-form/model/constants.d.ts.map +0 -1
- package/dist/client/features/translate-document-form/model/constants.js.map +0 -1
- package/dist/client/features/translate-document-form/model/form-model.d.ts.map +0 -1
- package/dist/client/features/translate-document-form/model/form-model.js.map +0 -1
- package/dist/client/features/translate-document-form/model/index.d.ts.map +0 -1
- package/dist/client/features/translate-document-form/model/index.js.map +0 -1
- package/dist/client/features/translate-document-form/model/schema.d.ts.map +0 -1
- package/dist/client/features/translate-document-form/model/schema.js.map +0 -1
- package/dist/client/features/translate-document-form/ui/DocumentTranslationForm.d.ts.map +0 -1
- package/dist/client/features/translate-document-form/ui/DocumentTranslationForm.js.map +0 -1
- package/dist/client/features/translate-document-form/ui/DocumentTranslationForm.jsx +0 -24
- package/dist/client/features/translate-document-form/ui/index.d.ts.map +0 -1
- package/dist/client/features/translate-document-form/ui/index.js.map +0 -1
- package/dist/client/shared/lib/assets/icons/LanguageTranslateIcon.d.ts.map +0 -1
- package/dist/client/shared/lib/assets/icons/LanguageTranslateIcon.js.map +0 -1
- package/dist/client/shared/lib/assets/icons/LanguageTranslateIcon.jsx +0 -4
- package/dist/client/shared/lib/assets/icons/QuestionCircleIcon.d.ts.map +0 -1
- package/dist/client/shared/lib/assets/icons/QuestionCircleIcon.js.map +0 -1
- package/dist/client/shared/lib/assets/icons/QuestionCircleIcon.jsx +0 -3
- package/dist/client/shared/lib/assets/icons/ReloadIcon.d.ts.map +0 -1
- package/dist/client/shared/lib/assets/icons/ReloadIcon.js.map +0 -1
- package/dist/client/shared/lib/assets/icons/ReloadIcon.jsx +0 -3
- package/dist/client/shared/lib/errors/handleApiError.d.ts.map +0 -1
- package/dist/client/shared/lib/errors/handleApiError.js.map +0 -1
- package/dist/client/shared/lib/forms/handle-form-error.d.ts.map +0 -1
- package/dist/client/shared/lib/forms/handle-form-error.js.map +0 -1
- package/dist/client/shared/lib/payload/hooks/useCollectionDashboardUrlParams.d.ts.map +0 -1
- package/dist/client/shared/lib/payload/hooks/useCollectionDashboardUrlParams.js.map +0 -1
- package/dist/client/shared/lib/payload/hooks/useCollectionDocumentUrlParams.d.ts.map +0 -1
- package/dist/client/shared/lib/payload/hooks/useCollectionDocumentUrlParams.js.map +0 -1
- package/dist/client/shared/lib/payload/hooks/useLocaleOptions.d.ts.map +0 -1
- package/dist/client/shared/lib/payload/hooks/useLocaleOptions.js.map +0 -1
- package/dist/client/shared/lib/utils/errors/handleApiError.d.ts.map +0 -1
- package/dist/client/shared/lib/utils/errors/handleApiError.js.map +0 -1
- package/dist/client/shared/lib/utils/react/useToggle.d.ts.map +0 -1
- package/dist/client/shared/lib/utils/react/useToggle.js.map +0 -1
- package/dist/client/shared/providers/CacheClientProvider/CacheClientProvider.factory.d.ts.map +0 -1
- package/dist/client/shared/providers/CacheClientProvider/CacheClientProvider.factory.js.map +0 -1
- package/dist/client/shared/providers/CacheClientProvider/index.d.ts.map +0 -1
- package/dist/client/shared/providers/CacheClientProvider/index.js.map +0 -1
- package/dist/client/shared/types/AccessGuard.d.ts.map +0 -1
- package/dist/client/shared/types/AccessGuard.js.map +0 -1
- package/dist/client/shared/types/PayloadComponentExport.d.ts.map +0 -1
- package/dist/client/shared/types/PayloadComponentExport.js.map +0 -1
- package/dist/client/shared/ui/Alert/Alert.d.ts.map +0 -1
- package/dist/client/shared/ui/Alert/Alert.js.map +0 -1
- package/dist/client/shared/ui/Alert/Alert.jsx +0 -33
- package/dist/client/shared/ui/Alert/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Alert/index.js.map +0 -1
- package/dist/client/shared/ui/Button/Button.d.ts.map +0 -1
- package/dist/client/shared/ui/Button/Button.js.map +0 -1
- package/dist/client/shared/ui/Button/Button.jsx +0 -35
- package/dist/client/shared/ui/Button/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Button/index.js.map +0 -1
- package/dist/client/shared/ui/Checkbox/Checkbox.d.ts.map +0 -1
- package/dist/client/shared/ui/Checkbox/Checkbox.js.map +0 -1
- package/dist/client/shared/ui/Checkbox/Checkbox.jsx +0 -6
- package/dist/client/shared/ui/Checkbox/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Checkbox/index.js.map +0 -1
- package/dist/client/shared/ui/ColorIndicator/ColorIndicator.d.ts.map +0 -1
- package/dist/client/shared/ui/ColorIndicator/ColorIndicator.js.map +0 -1
- package/dist/client/shared/ui/ColorIndicator/ColorIndicator.jsx +0 -7
- package/dist/client/shared/ui/ColorIndicator/index.d.ts.map +0 -1
- package/dist/client/shared/ui/ColorIndicator/index.js.map +0 -1
- package/dist/client/shared/ui/Description/Description.d.ts.map +0 -1
- package/dist/client/shared/ui/Description/Description.js.map +0 -1
- package/dist/client/shared/ui/Description/Description.jsx +0 -7
- package/dist/client/shared/ui/Description/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Description/index.js.map +0 -1
- package/dist/client/shared/ui/Divider/Divider.d.ts.map +0 -1
- package/dist/client/shared/ui/Divider/Divider.js.map +0 -1
- package/dist/client/shared/ui/Divider/Divider.jsx +0 -7
- package/dist/client/shared/ui/Divider/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Divider/index.js.map +0 -1
- package/dist/client/shared/ui/Label/Label.d.ts.map +0 -1
- package/dist/client/shared/ui/Label/Label.js.map +0 -1
- package/dist/client/shared/ui/Label/Label.jsx +0 -9
- package/dist/client/shared/ui/Label/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Label/index.js.map +0 -1
- package/dist/client/shared/ui/Loading/Loading.d.ts.map +0 -1
- package/dist/client/shared/ui/Loading/Loading.js.map +0 -1
- package/dist/client/shared/ui/Loading/Loading.jsx +0 -11
- package/dist/client/shared/ui/Loading/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Loading/index.js.map +0 -1
- package/dist/client/shared/ui/Popup/Popup.d.ts.map +0 -1
- package/dist/client/shared/ui/Popup/Popup.js.map +0 -1
- package/dist/client/shared/ui/Popup/Popup.jsx +0 -13
- package/dist/client/shared/ui/Popup/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Popup/index.js.map +0 -1
- package/dist/client/shared/ui/ProgressBar/ProgressBar.d.ts.map +0 -1
- package/dist/client/shared/ui/ProgressBar/ProgressBar.js.map +0 -1
- package/dist/client/shared/ui/ProgressBar/ProgressBar.jsx +0 -11
- package/dist/client/shared/ui/ProgressBar/index.d.ts.map +0 -1
- package/dist/client/shared/ui/ProgressBar/index.js.map +0 -1
- package/dist/client/shared/ui/Select/Select.d.ts.map +0 -1
- package/dist/client/shared/ui/Select/Select.js.map +0 -1
- package/dist/client/shared/ui/Select/Select.jsx +0 -41
- package/dist/client/shared/ui/Select/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Select/index.js.map +0 -1
- package/dist/client/shared/ui/StatusCounter/StatusCounter.d.ts.map +0 -1
- package/dist/client/shared/ui/StatusCounter/StatusCounter.js.map +0 -1
- package/dist/client/shared/ui/StatusCounter/StatusCounter.jsx +0 -26
- package/dist/client/shared/ui/StatusCounter/index.d.ts.map +0 -1
- package/dist/client/shared/ui/StatusCounter/index.js.map +0 -1
- package/dist/client/shared/ui/StatusIndicator/StatusIndicator.d.ts.map +0 -1
- package/dist/client/shared/ui/StatusIndicator/StatusIndicator.js.map +0 -1
- package/dist/client/shared/ui/StatusIndicator/StatusIndicator.jsx +0 -10
- package/dist/client/shared/ui/StatusIndicator/index.d.ts.map +0 -1
- package/dist/client/shared/ui/StatusIndicator/index.js.map +0 -1
- package/dist/client/shared/ui/Tooltip/Tooltip.d.ts.map +0 -1
- package/dist/client/shared/ui/Tooltip/Tooltip.js.map +0 -1
- package/dist/client/shared/ui/Tooltip/Tooltip.jsx +0 -16
- package/dist/client/shared/ui/Tooltip/index.d.ts.map +0 -1
- package/dist/client/shared/ui/Tooltip/index.js.map +0 -1
- package/dist/client/shared/ui/form/FormCheckbox/FormCheckbox.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormCheckbox/FormCheckbox.js.map +0 -1
- package/dist/client/shared/ui/form/FormCheckbox/FormCheckbox.jsx +0 -24
- package/dist/client/shared/ui/form/FormCheckbox/index.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormCheckbox/index.js.map +0 -1
- package/dist/client/shared/ui/form/FormCheckboxPublish/FormCheckboxPublish.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormCheckboxPublish/FormCheckboxPublish.js.map +0 -1
- package/dist/client/shared/ui/form/FormCheckboxPublish/FormCheckboxPublish.jsx +0 -21
- package/dist/client/shared/ui/form/FormCheckboxPublish/index.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormCheckboxPublish/index.js.map +0 -1
- package/dist/client/shared/ui/form/FormSelect/FormSelect.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormSelect/FormSelect.js.map +0 -1
- package/dist/client/shared/ui/form/FormSelect/FormSelect.jsx +0 -44
- package/dist/client/shared/ui/form/FormSelect/index.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormSelect/index.js.map +0 -1
- package/dist/client/shared/ui/form/FormSelectLocale/FormSelectLocale.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormSelectLocale/FormSelectLocale.js.map +0 -1
- package/dist/client/shared/ui/form/FormSelectLocale/FormSelectLocale.jsx +0 -6
- package/dist/client/shared/ui/form/FormSelectLocale/index.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormSelectLocale/index.js.map +0 -1
- package/dist/client/shared/ui/form/FormSelectStrategy/FormSelectStrategy.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormSelectStrategy/FormSelectStrategy.js.map +0 -1
- package/dist/client/shared/ui/form/FormSelectStrategy/FormSelectStrategy.jsx +0 -25
- package/dist/client/shared/ui/form/FormSelectStrategy/index.d.ts.map +0 -1
- package/dist/client/shared/ui/form/FormSelectStrategy/index.js.map +0 -1
- package/dist/client/shared/utils/componentPath.d.ts.map +0 -1
- package/dist/client/shared/utils/componentPath.js.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/index.d.ts.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/index.js.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.d.ts.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.export.d.ts.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.export.js.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.export.jsx +0 -11
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.js.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.jsx +0 -55
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.server.d.ts.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.server.js.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/ui/BulkTranslationDashboard.server.jsx +0 -17
- package/dist/client/widgets/bulk-translation-dashboard/ui/index.d.ts.map +0 -1
- package/dist/client/widgets/bulk-translation-dashboard/ui/index.js.map +0 -1
- package/dist/client/widgets/translate-document/index.d.ts.map +0 -1
- package/dist/client/widgets/translate-document/index.js.map +0 -1
- package/dist/client/widgets/translate-document/ui/TranslateDocument.d.ts.map +0 -1
- package/dist/client/widgets/translate-document/ui/TranslateDocument.export.d.ts.map +0 -1
- package/dist/client/widgets/translate-document/ui/TranslateDocument.export.js.map +0 -1
- package/dist/client/widgets/translate-document/ui/TranslateDocument.js.map +0 -1
- package/dist/client/widgets/translate-document/ui/TranslateDocument.jsx +0 -55
- package/dist/client/widgets/translate-document/ui/TranslateDocument.server.d.ts.map +0 -1
- package/dist/client/widgets/translate-document/ui/TranslateDocument.server.js.map +0 -1
- package/dist/client/widgets/translate-document/ui/TranslateDocument.server.jsx +0 -16
- package/dist/client/widgets/translate-document/ui/index.d.ts.map +0 -1
- package/dist/client/widgets/translate-document/ui/index.js.map +0 -1
- package/dist/field-config.d.ts.map +0 -1
- package/dist/field-config.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/plugin.d.ts.map +0 -1
- package/dist/plugin.js.map +0 -1
- package/dist/server/features/_lib/collection-utils.d.ts.map +0 -1
- package/dist/server/features/_lib/collection-utils.js.map +0 -1
- package/dist/server/features/_lib/index.d.ts.map +0 -1
- package/dist/server/features/_lib/index.js.map +0 -1
- package/dist/server/features/cancel/handler.d.ts.map +0 -1
- package/dist/server/features/cancel/handler.js.map +0 -1
- package/dist/server/features/cancel/handler.test.d.ts +0 -2
- package/dist/server/features/cancel/handler.test.d.ts.map +0 -1
- package/dist/server/features/cancel/handler.test.js +0 -63
- package/dist/server/features/cancel/index.d.ts.map +0 -1
- package/dist/server/features/cancel/index.js.map +0 -1
- package/dist/server/features/cancel/model.d.ts.map +0 -1
- package/dist/server/features/cancel/model.js.map +0 -1
- package/dist/server/features/cancel/route.d.ts.map +0 -1
- package/dist/server/features/cancel/route.js.map +0 -1
- package/dist/server/features/cancel-by-collection/handler.d.ts.map +0 -1
- package/dist/server/features/cancel-by-collection/handler.js.map +0 -1
- package/dist/server/features/cancel-by-collection/handler.test.d.ts +0 -2
- package/dist/server/features/cancel-by-collection/handler.test.d.ts.map +0 -1
- package/dist/server/features/cancel-by-collection/handler.test.js +0 -126
- package/dist/server/features/cancel-by-collection/index.d.ts.map +0 -1
- package/dist/server/features/cancel-by-collection/index.js.map +0 -1
- package/dist/server/features/cancel-by-collection/model.d.ts.map +0 -1
- package/dist/server/features/cancel-by-collection/model.js.map +0 -1
- package/dist/server/features/cancel-by-collection/route.d.ts.map +0 -1
- package/dist/server/features/cancel-by-collection/route.js.map +0 -1
- package/dist/server/features/enqueue-translation/handler.d.ts.map +0 -1
- package/dist/server/features/enqueue-translation/handler.js.map +0 -1
- package/dist/server/features/enqueue-translation/handler.test.d.ts +0 -2
- package/dist/server/features/enqueue-translation/handler.test.d.ts.map +0 -1
- package/dist/server/features/enqueue-translation/handler.test.js +0 -115
- package/dist/server/features/enqueue-translation/index.d.ts.map +0 -1
- package/dist/server/features/enqueue-translation/index.js.map +0 -1
- package/dist/server/features/enqueue-translation/model.d.ts.map +0 -1
- package/dist/server/features/enqueue-translation/model.js.map +0 -1
- package/dist/server/features/enqueue-translation/route.d.ts.map +0 -1
- package/dist/server/features/enqueue-translation/route.js.map +0 -1
- package/dist/server/features/get-collection-status/handler.d.ts.map +0 -1
- package/dist/server/features/get-collection-status/handler.js.map +0 -1
- package/dist/server/features/get-collection-status/handler.test.d.ts +0 -2
- package/dist/server/features/get-collection-status/handler.test.d.ts.map +0 -1
- package/dist/server/features/get-collection-status/handler.test.js +0 -108
- package/dist/server/features/get-collection-status/index.d.ts.map +0 -1
- package/dist/server/features/get-collection-status/index.js.map +0 -1
- package/dist/server/features/get-collection-status/model.d.ts.map +0 -1
- package/dist/server/features/get-collection-status/model.js.map +0 -1
- package/dist/server/features/get-collection-status/route.d.ts.map +0 -1
- package/dist/server/features/get-collection-status/route.js.map +0 -1
- package/dist/server/features/get-document-status/handler.d.ts.map +0 -1
- package/dist/server/features/get-document-status/handler.js.map +0 -1
- package/dist/server/features/get-document-status/handler.test.d.ts +0 -2
- package/dist/server/features/get-document-status/handler.test.d.ts.map +0 -1
- package/dist/server/features/get-document-status/handler.test.js +0 -138
- package/dist/server/features/get-document-status/index.d.ts.map +0 -1
- package/dist/server/features/get-document-status/index.js.map +0 -1
- package/dist/server/features/get-document-status/model.d.ts.map +0 -1
- package/dist/server/features/get-document-status/model.js.map +0 -1
- package/dist/server/features/get-document-status/route.d.ts.map +0 -1
- package/dist/server/features/get-document-status/route.js.map +0 -1
- package/dist/server/features/index.d.ts.map +0 -1
- package/dist/server/features/index.js.map +0 -1
- package/dist/server/features/run-translation/handler.d.ts.map +0 -1
- package/dist/server/features/run-translation/handler.js.map +0 -1
- package/dist/server/features/run-translation/handler.test.d.ts +0 -2
- package/dist/server/features/run-translation/handler.test.d.ts.map +0 -1
- package/dist/server/features/run-translation/handler.test.js +0 -98
- package/dist/server/features/run-translation/index.d.ts.map +0 -1
- package/dist/server/features/run-translation/index.js.map +0 -1
- package/dist/server/features/run-translation/model.d.ts.map +0 -1
- package/dist/server/features/run-translation/model.js.map +0 -1
- package/dist/server/features/run-translation/route.d.ts.map +0 -1
- package/dist/server/features/run-translation/route.js.map +0 -1
- package/dist/server/features/translate-document/handler.d.ts.map +0 -1
- package/dist/server/features/translate-document/handler.js.map +0 -1
- package/dist/server/features/translate-document/handler.test.d.ts +0 -2
- package/dist/server/features/translate-document/handler.test.d.ts.map +0 -1
- package/dist/server/features/translate-document/handler.test.js +0 -171
- package/dist/server/features/translate-document/index.d.ts.map +0 -1
- package/dist/server/features/translate-document/index.js.map +0 -1
- package/dist/server/features/translate-document/model.d.ts.map +0 -1
- package/dist/server/features/translate-document/model.js.map +0 -1
- package/dist/server/features/translate-document/task.d.ts.map +0 -1
- package/dist/server/features/translate-document/task.js.map +0 -1
- package/dist/server/index.d.ts.map +0 -1
- package/dist/server/index.js.map +0 -1
- package/dist/server/modules/index.d.ts.map +0 -1
- package/dist/server/modules/index.js.map +0 -1
- package/dist/server/modules/task-runner/TaskRunner.interface.d.ts.map +0 -1
- package/dist/server/modules/task-runner/TaskRunner.interface.js.map +0 -1
- package/dist/server/modules/task-runner/TaskRunnerProvider.interface.d.ts.map +0 -1
- package/dist/server/modules/task-runner/TaskRunnerProvider.interface.js.map +0 -1
- package/dist/server/modules/task-runner/index.d.ts.map +0 -1
- package/dist/server/modules/task-runner/index.js.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/PayloadJobsRunnerProvider.d.ts.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/PayloadJobsRunnerProvider.js.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/PayloadJobsTaskRunner.d.ts.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/PayloadJobsTaskRunner.js.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/PayloadJobsTaskRunner.test.d.ts +0 -2
- package/dist/server/modules/task-runner/payload-jobs-runner/PayloadJobsTaskRunner.test.d.ts.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/PayloadJobsTaskRunner.test.js +0 -188
- package/dist/server/modules/task-runner/payload-jobs-runner/index.d.ts.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/index.js.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/normalizeJob.d.ts.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/normalizeJob.js.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/normalizeJob.test.d.ts +0 -2
- package/dist/server/modules/task-runner/payload-jobs-runner/normalizeJob.test.d.ts.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/normalizeJob.test.js +0 -169
- package/dist/server/modules/task-runner/payload-jobs-runner/types.d.ts.map +0 -1
- package/dist/server/modules/task-runner/payload-jobs-runner/types.js.map +0 -1
- package/dist/server/modules/task-runner/sync-runner/SyncRunnerProvider.d.ts.map +0 -1
- package/dist/server/modules/task-runner/sync-runner/SyncRunnerProvider.js.map +0 -1
- package/dist/server/modules/task-runner/sync-runner/SyncTaskRunner.d.ts.map +0 -1
- package/dist/server/modules/task-runner/sync-runner/SyncTaskRunner.js.map +0 -1
- package/dist/server/modules/task-runner/sync-runner/SyncTaskRunner.test.d.ts +0 -2
- package/dist/server/modules/task-runner/sync-runner/SyncTaskRunner.test.d.ts.map +0 -1
- package/dist/server/modules/task-runner/sync-runner/SyncTaskRunner.test.js +0 -148
- package/dist/server/modules/task-runner/sync-runner/index.d.ts.map +0 -1
- package/dist/server/modules/task-runner/sync-runner/index.js.map +0 -1
- package/dist/server/modules/task-runner/sync-runner/types.d.ts.map +0 -1
- package/dist/server/modules/task-runner/sync-runner/types.js.map +0 -1
- package/dist/server/modules/task-runner/types.d.ts.map +0 -1
- package/dist/server/modules/task-runner/types.js.map +0 -1
- package/dist/server/modules/translation-pipeline/TranslationPipeline.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/TranslationPipeline.js.map +0 -1
- package/dist/server/modules/translation-pipeline/TranslationPipeline.test.d.ts +0 -2
- package/dist/server/modules/translation-pipeline/TranslationPipeline.test.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/TranslationPipeline.test.js +0 -552
- package/dist/server/modules/translation-pipeline/index.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/index.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/data-reconciler/DataReconciler.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/data-reconciler/DataReconciler.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/data-reconciler/DataReconciler.stage.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/data-reconciler/DataReconciler.stage.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/data-reconciler/DataReconciler.test.d.ts +0 -2
- package/dist/server/modules/translation-pipeline/stages/data-reconciler/DataReconciler.test.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/data-reconciler/DataReconciler.test.js +0 -294
- package/dist/server/modules/translation-pipeline/stages/data-reconciler/index.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/data-reconciler/index.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/field-collector/FieldChunkCollector.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/field-collector/FieldChunkCollector.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/field-collector/FieldChunkCollector.stage.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/field-collector/FieldChunkCollector.stage.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/field-collector/FieldChunkCollector.test.d.ts +0 -2
- package/dist/server/modules/translation-pipeline/stages/field-collector/FieldChunkCollector.test.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/field-collector/FieldChunkCollector.test.js +0 -737
- package/dist/server/modules/translation-pipeline/stages/field-collector/index.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/field-collector/index.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/index.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/index.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/PlainTextExpander.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/PlainTextExpander.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/RichTextExpander.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/RichTextExpander.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/TextChunkExpander.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/TextChunkExpander.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/TextChunkExpander.stage.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/TextChunkExpander.stage.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/TextChunkExpander.test.d.ts +0 -2
- package/dist/server/modules/translation-pipeline/stages/text-expander/TextChunkExpander.test.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/TextChunkExpander.test.js +0 -396
- package/dist/server/modules/translation-pipeline/stages/text-expander/TextExpander.interface.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/TextExpander.interface.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/index.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/text-expander/index.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation/Translation.stage.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation/Translation.stage.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation/index.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation/index.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation-applicator/TranslationMutator.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation-applicator/TranslationMutator.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation-applicator/TranslationMutator.stage.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation-applicator/TranslationMutator.stage.js.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation-applicator/TranslationMutator.test.d.ts +0 -2
- package/dist/server/modules/translation-pipeline/stages/translation-applicator/TranslationMutator.test.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation-applicator/TranslationMutator.test.js +0 -110
- package/dist/server/modules/translation-pipeline/stages/translation-applicator/index.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/stages/translation-applicator/index.js.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/Overwrite.strategy.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/Overwrite.strategy.js.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/Overwrite.strategy.test.d.ts +0 -2
- package/dist/server/modules/translation-pipeline/strategies/Overwrite.strategy.test.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/Overwrite.strategy.test.js +0 -36
- package/dist/server/modules/translation-pipeline/strategies/SkipExisting.strategy.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/SkipExisting.strategy.js.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/SkipExisting.strategy.test.d.ts +0 -2
- package/dist/server/modules/translation-pipeline/strategies/SkipExisting.strategy.test.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/SkipExisting.strategy.test.js +0 -77
- package/dist/server/modules/translation-pipeline/strategies/TranslationStrategy.interface.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/TranslationStrategy.interface.js.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/index.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/strategies/index.js.map +0 -1
- package/dist/server/modules/translation-pipeline/types/FieldChunk.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/types/FieldChunk.js.map +0 -1
- package/dist/server/modules/translation-pipeline/types/Pipeline.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/types/Pipeline.js.map +0 -1
- package/dist/server/modules/translation-pipeline/types/PipelineContext.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/types/PipelineContext.js.map +0 -1
- package/dist/server/modules/translation-pipeline/types/TextChunk.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/types/TextChunk.js.map +0 -1
- package/dist/server/modules/translation-pipeline/types/index.d.ts.map +0 -1
- package/dist/server/modules/translation-pipeline/types/index.js.map +0 -1
- package/dist/server/modules/translation-providers/OpenAITranslation.provider.d.ts.map +0 -1
- package/dist/server/modules/translation-providers/OpenAITranslation.provider.js.map +0 -1
- package/dist/server/modules/translation-providers/OpenAITranslation.provider.test.d.ts +0 -2
- package/dist/server/modules/translation-providers/OpenAITranslation.provider.test.d.ts.map +0 -1
- package/dist/server/modules/translation-providers/OpenAITranslation.provider.test.js +0 -214
- package/dist/server/modules/translation-providers/TranslationProvider.interface.d.ts.map +0 -1
- package/dist/server/modules/translation-providers/TranslationProvider.interface.js.map +0 -1
- package/dist/server/modules/translation-providers/index.d.ts.map +0 -1
- package/dist/server/modules/translation-providers/index.js.map +0 -1
- package/dist/server/shared/access/AnyAccessGuard.d.ts.map +0 -1
- package/dist/server/shared/access/AnyAccessGuard.js.map +0 -1
- package/dist/server/shared/access/handler.d.ts.map +0 -1
- package/dist/server/shared/access/handler.js.map +0 -1
- package/dist/server/shared/access/index.d.ts.map +0 -1
- package/dist/server/shared/access/index.js.map +0 -1
- package/dist/server/shared/access/types.d.ts.map +0 -1
- package/dist/server/shared/access/types.js.map +0 -1
- package/dist/server/shared/field-config/getFieldConfig.d.ts.map +0 -1
- package/dist/server/shared/field-config/getFieldConfig.js.map +0 -1
- package/dist/server/shared/field-config/getFieldConfig.test.d.ts +0 -2
- package/dist/server/shared/field-config/getFieldConfig.test.d.ts.map +0 -1
- package/dist/server/shared/field-config/getFieldConfig.test.js +0 -74
- package/dist/server/shared/field-config/index.d.ts.map +0 -1
- package/dist/server/shared/field-config/index.js.map +0 -1
- package/dist/server/shared/field-config/types.d.ts.map +0 -1
- package/dist/server/shared/field-config/types.js.map +0 -1
- package/dist/server/shared/guards/collection-guards.d.ts.map +0 -1
- package/dist/server/shared/guards/collection-guards.js.map +0 -1
- package/dist/server/shared/guards/field-guards.d.ts.map +0 -1
- package/dist/server/shared/guards/field-guards.js.map +0 -1
- package/dist/server/shared/guards/field-guards.test.d.ts +0 -2
- package/dist/server/shared/guards/field-guards.test.d.ts.map +0 -1
- package/dist/server/shared/guards/field-guards.test.js +0 -166
- package/dist/server/shared/guards/index.d.ts.map +0 -1
- package/dist/server/shared/guards/index.js.map +0 -1
- package/dist/server/shared/http/ServerResponse.d.ts.map +0 -1
- package/dist/server/shared/http/ServerResponse.js.map +0 -1
- package/dist/server/shared/http/ServerResponse.test.d.ts +0 -2
- package/dist/server/shared/http/ServerResponse.test.d.ts.map +0 -1
- package/dist/server/shared/http/ServerResponse.test.js +0 -161
- package/dist/server/shared/http/index.d.ts.map +0 -1
- package/dist/server/shared/http/index.js.map +0 -1
- package/dist/server/shared/http/withAccessCheck.d.ts.map +0 -1
- package/dist/server/shared/http/withAccessCheck.js.map +0 -1
- package/dist/server/shared/http/withAccessCheck.test.d.ts +0 -2
- package/dist/server/shared/http/withAccessCheck.test.d.ts.map +0 -1
- package/dist/server/shared/http/withAccessCheck.test.js +0 -46
- package/dist/server/shared/http/withErrorHandler.d.ts.map +0 -1
- package/dist/server/shared/http/withErrorHandler.js.map +0 -1
- package/dist/server/shared/http/withErrorHandler.test.d.ts +0 -2
- package/dist/server/shared/http/withErrorHandler.test.d.ts.map +0 -1
- package/dist/server/shared/http/withErrorHandler.test.js +0 -69
- package/dist/server/shared/index.d.ts.map +0 -1
- package/dist/server/shared/index.js.map +0 -1
- package/dist/server/shared/lexical/collectTextNodes.d.ts.map +0 -1
- package/dist/server/shared/lexical/collectTextNodes.js.map +0 -1
- package/dist/server/shared/lexical/collectTextNodes.test.d.ts +0 -2
- package/dist/server/shared/lexical/collectTextNodes.test.d.ts.map +0 -1
- package/dist/server/shared/lexical/collectTextNodes.test.js +0 -120
- package/dist/server/shared/lexical/guards.d.ts.map +0 -1
- package/dist/server/shared/lexical/guards.js.map +0 -1
- package/dist/server/shared/lexical/guards.test.d.ts +0 -2
- package/dist/server/shared/lexical/guards.test.d.ts.map +0 -1
- package/dist/server/shared/lexical/guards.test.js +0 -160
- package/dist/server/shared/lexical/index.d.ts.map +0 -1
- package/dist/server/shared/lexical/index.js.map +0 -1
- package/dist/server/shared/lexical/isEmptyRichText.d.ts.map +0 -1
- package/dist/server/shared/lexical/isEmptyRichText.js.map +0 -1
- package/dist/server/shared/lexical/isEmptyRichText.test.d.ts +0 -2
- package/dist/server/shared/lexical/isEmptyRichText.test.d.ts.map +0 -1
- package/dist/server/shared/lexical/isEmptyRichText.test.js +0 -251
- package/dist/server/shared/lexical/traverseLexicalTree.d.ts.map +0 -1
- package/dist/server/shared/lexical/traverseLexicalTree.js.map +0 -1
- package/dist/server/shared/lexical/traverseLexicalTree.test.d.ts +0 -2
- package/dist/server/shared/lexical/traverseLexicalTree.test.d.ts.map +0 -1
- package/dist/server/shared/lexical/traverseLexicalTree.test.js +0 -112
- package/dist/server/shared/lexical/types.d.ts.map +0 -1
- package/dist/server/shared/lexical/types.js.map +0 -1
- package/dist/server/shared/utils/LazyMap.d.ts.map +0 -1
- package/dist/server/shared/utils/LazyMap.js.map +0 -1
- package/dist/server/shared/utils/LazyMap.test.d.ts +0 -2
- package/dist/server/shared/utils/LazyMap.test.d.ts.map +0 -1
- package/dist/server/shared/utils/LazyMap.test.js +0 -262
- package/dist/server/shared/utils/filterLocalizedFields.d.ts.map +0 -1
- package/dist/server/shared/utils/filterLocalizedFields.js.map +0 -1
- package/dist/server/shared/utils/filterLocalizedFields.test.d.ts +0 -2
- package/dist/server/shared/utils/filterLocalizedFields.test.d.ts.map +0 -1
- package/dist/server/shared/utils/filterLocalizedFields.test.js +0 -338
- package/dist/server/shared/utils/getByPath.d.ts.map +0 -1
- package/dist/server/shared/utils/getByPath.js.map +0 -1
- package/dist/server/shared/utils/getByPath.test.d.ts +0 -2
- package/dist/server/shared/utils/getByPath.test.d.ts.map +0 -1
- package/dist/server/shared/utils/getByPath.test.js +0 -33
- package/dist/server/shared/utils/index.d.ts.map +0 -1
- package/dist/server/shared/utils/index.js.map +0 -1
- package/dist/server/shared/utils/isEmpty.d.ts.map +0 -1
- package/dist/server/shared/utils/isEmpty.js.map +0 -1
- package/dist/server/shared/utils/isEmpty.test.d.ts +0 -2
- package/dist/server/shared/utils/isEmpty.test.d.ts.map +0 -1
- package/dist/server/shared/utils/isEmpty.test.js +0 -60
- package/dist/server/shared/utils/isObject.d.ts.map +0 -1
- package/dist/server/shared/utils/isObject.js.map +0 -1
- package/dist/server/shared/utils/isObject.test.d.ts +0 -2
- package/dist/server/shared/utils/isObject.test.d.ts.map +0 -1
- package/dist/server/shared/utils/isObject.test.js +0 -57
- package/dist/server/shared/utils/normalizePath.d.ts.map +0 -1
- package/dist/server/shared/utils/normalizePath.js.map +0 -1
- package/dist/server/shared/utils/normalizePath.test.d.ts +0 -2
- package/dist/server/shared/utils/normalizePath.test.d.ts.map +0 -1
- package/dist/server/shared/utils/normalizePath.test.js +0 -33
- package/dist/server/shared/utils/pipe.d.ts.map +0 -1
- package/dist/server/shared/utils/pipe.js.map +0 -1
- package/dist/server/shared/utils/pipe.test.d.ts +0 -2
- package/dist/server/shared/utils/pipe.test.d.ts.map +0 -1
- package/dist/server/shared/utils/pipe.test.js +0 -55
- package/dist/server/shared/utils/setByPath.d.ts.map +0 -1
- package/dist/server/shared/utils/setByPath.js.map +0 -1
- package/dist/server/shared/utils/setByPath.test.d.ts +0 -2
- package/dist/server/shared/utils/setByPath.test.d.ts.map +0 -1
- package/dist/server/shared/utils/setByPath.test.js +0 -46
- package/dist/types/AccessGuard.d.ts.map +0 -1
- package/dist/types/AccessGuard.js.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js.map +0 -1
- package/dist/vitest-env.d.js.map +0 -1
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import styles from './styles.module.scss';
|
|
2
|
-
export default function Description({ children, className = '', id, variant = 'default', ...props }) {
|
|
3
|
-
const descriptionClassName = `${styles.description} ${styles[variant]} ${className}`;
|
|
4
|
-
return (<p id={id} className={descriptionClassName} role={variant === 'error' ? 'alert' : undefined} aria-live={variant === 'error' ? 'polite' : undefined} {...props}>
|
|
5
|
-
{children}
|
|
6
|
-
</p>);
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Description/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Description/index.ts"],"sourcesContent":["export { default } from './Description'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,gBAAe"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Divider/Divider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,KAAK,YAAY,GAAG;IAClB,YAAY,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACxC,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC1B,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;IACpC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAC5B,CAAA;AAED,QAAA,MAAM,OAAO,oFAcX,CAAA;AAEF,eAAe,OAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Divider/Divider.tsx"],"sourcesContent":["import classNames from 'classnames'\nimport * as React from 'react'\n\nimport styles from './styles.module.scss'\n\ntype DividerProps = {\n $orientation?: 'horizontal' | 'vertical'\n $size?: 'sm' | 'md' | 'lg'\n $color?: 'light' | 'medium' | 'dark'\n className?: string\n style?: React.CSSProperties\n}\n\nconst Divider = React.forwardRef<HTMLHRElement, DividerProps>(function Divider(\n { $orientation = 'horizontal', $size = 'md', $color = 'medium', className, style, ...props },\n ref,\n) {\n return (\n <hr\n ref={ref}\n className={classNames(styles.divider, styles[$orientation], styles[$size], styles[$color], className)}\n style={style}\n role=\"separator\"\n aria-orientation={$orientation}\n {...props}\n />\n )\n})\n\nexport default Divider\n"],"names":["classNames","React","styles","Divider","forwardRef","$orientation","$size","$color","className","style","props","ref","hr","divider","role","aria-orientation"],"mappings":";AAAA,OAAOA,gBAAgB,aAAY;AACnC,YAAYC,WAAW,QAAO;AAE9B,OAAOC,YAAY,uBAAsB;AAUzC,MAAMC,wBAAUF,MAAMG,UAAU,CAA8B,SAASD,QACrE,EAAEE,eAAe,YAAY,EAAEC,QAAQ,IAAI,EAAEC,SAAS,QAAQ,EAAEC,SAAS,EAAEC,KAAK,EAAE,GAAGC,OAAO,EAC5FC,GAAG;IAEH,qBACE,KAACC;QACCD,KAAKA;QACLH,WAAWR,WAAWE,OAAOW,OAAO,EAAEX,MAAM,CAACG,aAAa,EAAEH,MAAM,CAACI,MAAM,EAAEJ,MAAM,CAACK,OAAO,EAAEC;QAC3FC,OAAOA;QACPK,MAAK;QACLC,oBAAkBV;QACjB,GAAGK,KAAK;;AAGf;AAEA,eAAeP,QAAO"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import classNames from 'classnames';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
import styles from './styles.module.scss';
|
|
4
|
-
const Divider = React.forwardRef(function Divider({ $orientation = 'horizontal', $size = 'md', $color = 'medium', className, style, ...props }, ref) {
|
|
5
|
-
return (<hr ref={ref} className={classNames(styles.divider, styles[$orientation], styles[$size], styles[$color], className)} style={style} role="separator" aria-orientation={$orientation} {...props}/>);
|
|
6
|
-
});
|
|
7
|
-
export default Divider;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Divider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Divider/index.ts"],"sourcesContent":["export { default } from './Divider'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,YAAW"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Label/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAKhE,KAAK,UAAU,GAAG,qBAAqB,CAAC,OAAO,CAAC,GAAG;IACjD,KAAK,EAAE,MAAM,GAAG,YAAY,CAAA;CAC7B,CAAA;AAED,QAAA,MAAM,KAAK,sHAUT,CAAA;AAEF,eAAe,KAAK,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Label/Label.tsx"],"sourcesContent":["import type { ComponentPropsWithRef, ReactElement } from 'react'\nimport { forwardRef } from 'react'\n\nimport styles from './styles.module.scss'\n\ntype LabelProps = ComponentPropsWithRef<'label'> & {\n label: string | ReactElement\n}\n\nconst Label = forwardRef<HTMLLabelElement, LabelProps>(function Label(\n { children, className = '', label, ...props },\n ref,\n) {\n return (\n <label ref={ref} className={`${styles.label} ${className}`} {...props}>\n <span className={styles.label__text}>{label}</span>\n {children}\n </label>\n )\n})\n\nexport default Label\n"],"names":["forwardRef","styles","Label","children","className","label","props","ref","span","label__text"],"mappings":";AACA,SAASA,UAAU,QAAQ,QAAO;AAElC,OAAOC,YAAY,uBAAsB;AAMzC,MAAMC,sBAAQF,WAAyC,SAASE,MAC9D,EAAEC,QAAQ,EAAEC,YAAY,EAAE,EAAEC,KAAK,EAAE,GAAGC,OAAO,EAC7CC,GAAG;IAEH,qBACE,MAACF;QAAME,KAAKA;QAAKH,WAAW,GAAGH,OAAOI,KAAK,CAAC,CAAC,EAAED,WAAW;QAAG,GAAGE,KAAK;;0BACnE,KAACE;gBAAKJ,WAAWH,OAAOQ,WAAW;0BAAGJ;;YACrCF;;;AAGP;AAEA,eAAeD,MAAK"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { forwardRef } from 'react';
|
|
2
|
-
import styles from './styles.module.scss';
|
|
3
|
-
const Label = forwardRef(function Label({ children, className = '', label, ...props }, ref) {
|
|
4
|
-
return (<label ref={ref} className={`${styles.label} ${className}`} {...props}>
|
|
5
|
-
<span className={styles.label__text}>{label}</span>
|
|
6
|
-
{children}
|
|
7
|
-
</label>);
|
|
8
|
-
});
|
|
9
|
-
export default Label;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Label/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Label/index.ts"],"sourcesContent":["export { default } from './Label'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,UAAS"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Loading.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Loading/Loading.tsx"],"names":[],"mappings":"AAIA,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAA;CAC1B,CAAA;AAED,iBAAS,OAAO,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,IAAe,EAAE,EAAE,YAAY,+BAiBlE;AAED,eAAe,OAAO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Loading/Loading.tsx"],"sourcesContent":["import classNames from 'classnames'\n\nimport styles from './styles.module.scss'\n\ntype LoadingProps = {\n text?: string\n className?: string\n size?: 'small' | 'medium'\n}\n\nfunction Loading({ text, className, size = 'medium' }: LoadingProps) {\n return (\n <div\n className={classNames(styles['loading-overlay'], styles['loading-overlay--entering'], className)}\n style={{ animationDuration: '500ms' }}\n >\n <div className={classNames(styles['loading-overlay__bars'], styles[`loading-overlay__bars_${size}`])}>\n {new Array(size === 'small' ? 2 : 5).fill(null).map((_, index) => (\n <div\n key={index}\n className={classNames(styles['loading-overlay__bar'], styles[`loading-overlay__bar_size-${size}`])}\n />\n ))}\n </div>\n {text && <span className={styles['loading-overlay__text']}>{text}</span>}\n </div>\n )\n}\n\nexport default Loading\n"],"names":["classNames","styles","Loading","text","className","size","div","style","animationDuration","Array","fill","map","_","index","span"],"mappings":";AAAA,OAAOA,gBAAgB,aAAY;AAEnC,OAAOC,YAAY,uBAAsB;AAQzC,SAASC,QAAQ,EAAEC,IAAI,EAAEC,SAAS,EAAEC,OAAO,QAAQ,EAAgB;IACjE,qBACE,MAACC;QACCF,WAAWJ,WAAWC,MAAM,CAAC,kBAAkB,EAAEA,MAAM,CAAC,4BAA4B,EAAEG;QACtFG,OAAO;YAAEC,mBAAmB;QAAQ;;0BAEpC,KAACF;gBAAIF,WAAWJ,WAAWC,MAAM,CAAC,wBAAwB,EAAEA,MAAM,CAAC,CAAC,sBAAsB,EAAEI,MAAM,CAAC;0BAChG,IAAII,MAAMJ,SAAS,UAAU,IAAI,GAAGK,IAAI,CAAC,MAAMC,GAAG,CAAC,CAACC,GAAGC,sBACtD,KAACP;wBAECF,WAAWJ,WAAWC,MAAM,CAAC,uBAAuB,EAAEA,MAAM,CAAC,CAAC,0BAA0B,EAAEI,MAAM,CAAC;uBAD5FQ;;YAKVV,sBAAQ,KAACW;gBAAKV,WAAWH,MAAM,CAAC,wBAAwB;0BAAGE;;;;AAGlE;AAEA,eAAeD,QAAO"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import classNames from 'classnames';
|
|
2
|
-
import styles from './styles.module.scss';
|
|
3
|
-
function Loading({ text, className, size = 'medium' }) {
|
|
4
|
-
return (<div className={classNames(styles['loading-overlay'], styles['loading-overlay--entering'], className)} style={{ animationDuration: '500ms' }}>
|
|
5
|
-
<div className={classNames(styles['loading-overlay__bars'], styles[`loading-overlay__bars_${size}`])}>
|
|
6
|
-
{new Array(size === 'small' ? 2 : 5).fill(null).map((_, index) => (<div key={index} className={classNames(styles['loading-overlay__bar'], styles[`loading-overlay__bar_size-${size}`])}/>))}
|
|
7
|
-
</div>
|
|
8
|
-
{text && <span className={styles['loading-overlay__text']}>{text}</span>}
|
|
9
|
-
</div>);
|
|
10
|
-
}
|
|
11
|
-
export default Loading;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Loading/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Loading/index.ts"],"sourcesContent":["export { default } from './Loading'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,YAAW"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Popup/Popup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAI5D,KAAK,UAAU,GAAG,iBAAiB,CAAC;IAClC,QAAQ,EAAE,YAAY,CAAA;IACtB,MAAM,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,OAAO,CAAA;IACnC,KAAK,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;IAC3C,IAAI,EAAE,OAAO,CAAA;IACb,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAA;CACtC,CAAC,CAAA;AAEF,iBAAS,KAAK,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,UAAU,+BAWnF;AAED,eAAe,KAAK,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Popup/Popup.tsx"],"sourcesContent":["import * as Popover from '@radix-ui/react-popover'\nimport type { PropsWithChildren, ReactElement } from 'react'\n\nimport style from './styles.module.scss'\n\ntype PopupProps = PropsWithChildren<{\n $trigger: ReactElement\n $align?: 'center' | 'end' | 'start'\n $side?: 'top' | 'right' | 'bottom' | 'left'\n open: boolean\n onOpenChange: (open: boolean) => void\n}>\n\nfunction Popup({ open, children, onOpenChange, $trigger, $align, $side }: PopupProps) {\n return (\n <Popover.Root open={open} onOpenChange={onOpenChange}>\n <Popover.Trigger asChild>{$trigger}</Popover.Trigger>\n <Popover.Portal>\n <Popover.Content sideOffset={8} side={$side} align={$align} className={style.popover}>\n {children}\n </Popover.Content>\n </Popover.Portal>\n </Popover.Root>\n )\n}\n\nexport default Popup\n"],"names":["Popover","style","Popup","open","children","onOpenChange","$trigger","$align","$side","Root","Trigger","asChild","Portal","Content","sideOffset","side","align","className","popover"],"mappings":";AAAA,YAAYA,aAAa,0BAAyB;AAGlD,OAAOC,WAAW,uBAAsB;AAUxC,SAASC,MAAM,EAAEC,IAAI,EAAEC,QAAQ,EAAEC,YAAY,EAAEC,QAAQ,EAAEC,MAAM,EAAEC,KAAK,EAAc;IAClF,qBACE,MAACR,QAAQS,IAAI;QAACN,MAAMA;QAAME,cAAcA;;0BACtC,KAACL,QAAQU,OAAO;gBAACC,OAAO;0BAAEL;;0BAC1B,KAACN,QAAQY,MAAM;0BACb,cAAA,KAACZ,QAAQa,OAAO;oBAACC,YAAY;oBAAGC,MAAMP;oBAAOQ,OAAOT;oBAAQU,WAAWhB,MAAMiB,OAAO;8BACjFd;;;;;AAKX;AAEA,eAAeF,MAAK"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as Popover from '@radix-ui/react-popover';
|
|
2
|
-
import style from './styles.module.scss';
|
|
3
|
-
function Popup({ open, children, onOpenChange, $trigger, $align, $side }) {
|
|
4
|
-
return (<Popover.Root open={open} onOpenChange={onOpenChange}>
|
|
5
|
-
<Popover.Trigger asChild>{$trigger}</Popover.Trigger>
|
|
6
|
-
<Popover.Portal>
|
|
7
|
-
<Popover.Content sideOffset={8} side={$side} align={$align} className={style.popover}>
|
|
8
|
-
{children}
|
|
9
|
-
</Popover.Content>
|
|
10
|
-
</Popover.Portal>
|
|
11
|
-
</Popover.Root>);
|
|
12
|
-
}
|
|
13
|
-
export default Popup;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Popup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Popup/index.ts"],"sourcesContent":["export { default } from './Popup'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,UAAS"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AAIA,KAAK,gBAAgB,GAAG;IACtB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,CAAA;IACzC,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,UAAU,EACV,IAAe,EACf,KAAc,EACd,cAAqB,EACrB,SAAS,GACV,EAAE,gBAAgB,+BAalB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/ProgressBar/ProgressBar.tsx"],"sourcesContent":["import classNames from 'classnames'\n\nimport styles from './styles.module.scss'\n\ntype ProgressBarProps = {\n percentage: number\n size?: 'small' | 'medium' | 'large'\n color?: 'blue' | 'green' | 'red' | 'gray'\n showPercentage?: boolean\n className?: string\n}\n\nexport default function ProgressBar({\n percentage,\n size = 'medium',\n color = 'blue',\n showPercentage = true,\n className,\n}: ProgressBarProps) {\n const clampedPercentage = Math.max(0, Math.min(100, percentage))\n\n return (\n <div className={classNames(styles.container, className)}>\n <div className={classNames(styles.track, styles[size])}>\n <div className={classNames(styles.fill, styles[`${color}-fill`])} style={{ width: `${clampedPercentage}%` }} />\n </div>\n {showPercentage && (\n <span className={classNames(styles.label, styles[`${size}-label`])}>{Math.round(clampedPercentage)}%</span>\n )}\n </div>\n )\n}\n"],"names":["classNames","styles","ProgressBar","percentage","size","color","showPercentage","className","clampedPercentage","Math","max","min","div","container","track","fill","style","width","span","label","round"],"mappings":";AAAA,OAAOA,gBAAgB,aAAY;AAEnC,OAAOC,YAAY,uBAAsB;AAUzC,eAAe,SAASC,YAAY,EAClCC,UAAU,EACVC,OAAO,QAAQ,EACfC,QAAQ,MAAM,EACdC,iBAAiB,IAAI,EACrBC,SAAS,EACQ;IACjB,MAAMC,oBAAoBC,KAAKC,GAAG,CAAC,GAAGD,KAAKE,GAAG,CAAC,KAAKR;IAEpD,qBACE,MAACS;QAAIL,WAAWP,WAAWC,OAAOY,SAAS,EAAEN;;0BAC3C,KAACK;gBAAIL,WAAWP,WAAWC,OAAOa,KAAK,EAAEb,MAAM,CAACG,KAAK;0BACnD,cAAA,KAACQ;oBAAIL,WAAWP,WAAWC,OAAOc,IAAI,EAAEd,MAAM,CAAC,GAAGI,MAAM,KAAK,CAAC,CAAC;oBAAGW,OAAO;wBAAEC,OAAO,GAAGT,kBAAkB,CAAC,CAAC;oBAAC;;;YAE3GF,gCACC,MAACY;gBAAKX,WAAWP,WAAWC,OAAOkB,KAAK,EAAElB,MAAM,CAAC,GAAGG,KAAK,MAAM,CAAC,CAAC;;oBAAIK,KAAKW,KAAK,CAACZ;oBAAmB;;;;;AAI3G"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import classNames from 'classnames';
|
|
2
|
-
import styles from './styles.module.scss';
|
|
3
|
-
export default function ProgressBar({ percentage, size = 'medium', color = 'blue', showPercentage = true, className, }) {
|
|
4
|
-
const clampedPercentage = Math.max(0, Math.min(100, percentage));
|
|
5
|
-
return (<div className={classNames(styles.container, className)}>
|
|
6
|
-
<div className={classNames(styles.track, styles[size])}>
|
|
7
|
-
<div className={classNames(styles.fill, styles[`${color}-fill`])} style={{ width: `${clampedPercentage}%` }}/>
|
|
8
|
-
</div>
|
|
9
|
-
{showPercentage && (<span className={classNames(styles.label, styles[`${size}-label`])}>{Math.round(clampedPercentage)}%</span>)}
|
|
10
|
-
</div>);
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/ProgressBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/ProgressBar/index.ts"],"sourcesContent":["export { default as ProgressBar } from './ProgressBar'\n"],"names":["default","ProgressBar"],"mappings":"AAAA,SAASA,WAAWC,WAAW,QAAQ,gBAAe"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Select/Select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,qBAAqB,EAAiB,MAAM,OAAO,CAAA;AAK3F,KAAK,WAAW,GAAG,qBAAqB,CAAC,QAAQ,CAAC,GAAG;IACnD,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAA;AAmBD,KAAK,iBAAiB,GAAG,wBAAwB,CAAC,QAAQ,CAAC,CAAA;AAC3D,KAAK,sBAAsB,GAAG,IAAI,CAAC,iBAAiB,EAAE,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC,CAAA;AAEtF,QAAA,MAAM,YAAY,GAAI,wBAAwB,iBAAiB,gCAA2C,CAAA;AAE1G,QAAA,MAAM,iBAAiB,GAAI,wBAAwB,sBAAsB,gCAIxE,CAAA;AAED,QAAA,MAAM,MAAM,wHAyBV,CAAA;AAEF,KAAK,eAAe,GAAG,OAAO,MAAM,GAAG;IACrC,YAAY,EAAE,OAAO,YAAY,CAAA;IACjC,iBAAiB,EAAE,OAAO,iBAAiB,CAAA;CAC5C,CACA;wBAGwB,eAAe;AAAxC,wBAAwC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Select/Select.tsx"],"sourcesContent":["import classNames from 'classnames'\nimport type { ComponentPropsWithoutRef, ComponentPropsWithRef, CSSProperties } from 'react'\nimport { forwardRef } from 'react'\n\nimport styles from './styles.module.scss'\n\ntype SelectProps = ComponentPropsWithRef<'select'> & {\n emptyOption?: boolean\n hasError?: boolean\n $size?: 'sm' | 'md' | 'lg'\n 'aria-describedby'?: string\n 'aria-invalid'?: boolean\n}\n\nconst sizes = {\n sm: {\n height: '24px',\n paddingInline: '0.25rem',\n fontSize: '0.875rem',\n },\n md: {\n height: '32px',\n paddingInline: '0.5rem',\n fontSize: '1rem',\n },\n lg: {\n height: '40px',\n paddingInline: '0.75rem',\n fontSize: '1rem',\n },\n}\ntype SelectOptionProps = ComponentPropsWithoutRef<'option'>\ntype SelectEmptyOptionProps = Omit<SelectOptionProps, 'value' | 'disabled' | 'hidden'>\n\nconst SelectOption = ({ children, ...props }: SelectOptionProps) => <option {...props}>{children}</option>\n\nconst SelectEmptyOption = ({ children, ...props }: SelectEmptyOptionProps) => (\n <option value=\"\" {...props}>\n {children}\n </option>\n)\n\nconst Select = forwardRef<HTMLSelectElement, SelectProps>(function Select(\n { children, className = '', hasError = false, $size = 'lg', style, 'aria-invalid': ariaInvalid, ...props },\n ref,\n) {\n const _style: CSSProperties = {\n '--height': sizes[$size].height,\n '--padding-inline': sizes[$size].paddingInline,\n '--font-size': sizes[$size].fontSize,\n ...style,\n } as CSSProperties\n\n const selectClassName = classNames(\n styles.select,\n styles[`size-${$size}`],\n {\n [styles.selectError]: hasError,\n },\n className,\n )\n\n return (\n <select ref={ref} className={selectClassName} style={_style} aria-invalid={ariaInvalid ?? hasError} {...props}>\n {children}\n </select>\n )\n})\n\ntype SelectComponent = typeof Select & {\n SelectOption: typeof SelectOption\n SelectEmptyOption: typeof SelectEmptyOption\n}\n;(Select as SelectComponent).SelectOption = SelectOption\n;(Select as SelectComponent).SelectEmptyOption = SelectEmptyOption\n\nexport default Select as SelectComponent\n"],"names":["classNames","forwardRef","styles","sizes","sm","height","paddingInline","fontSize","md","lg","SelectOption","children","props","option","SelectEmptyOption","value","Select","className","hasError","$size","style","ariaInvalid","ref","_style","selectClassName","select","selectError","aria-invalid"],"mappings":";AAAA,OAAOA,gBAAgB,aAAY;AAEnC,SAASC,UAAU,QAAQ,QAAO;AAElC,OAAOC,YAAY,uBAAsB;AAUzC,MAAMC,QAAQ;IACZC,IAAI;QACFC,QAAQ;QACRC,eAAe;QACfC,UAAU;IACZ;IACAC,IAAI;QACFH,QAAQ;QACRC,eAAe;QACfC,UAAU;IACZ;IACAE,IAAI;QACFJ,QAAQ;QACRC,eAAe;QACfC,UAAU;IACZ;AACF;AAIA,MAAMG,eAAe,CAAC,EAAEC,QAAQ,EAAE,GAAGC,OAA0B,iBAAK,KAACC;QAAQ,GAAGD,KAAK;kBAAGD;;AAExF,MAAMG,oBAAoB,CAAC,EAAEH,QAAQ,EAAE,GAAGC,OAA+B,iBACvE,KAACC;QAAOE,OAAM;QAAI,GAAGH,KAAK;kBACvBD;;AAIL,MAAMK,uBAASf,WAA2C,SAASe,OACjE,EAAEL,QAAQ,EAAEM,YAAY,EAAE,EAAEC,WAAW,KAAK,EAAEC,QAAQ,IAAI,EAAEC,KAAK,EAAE,gBAAgBC,WAAW,EAAE,GAAGT,OAAO,EAC1GU,GAAG;IAEH,MAAMC,SAAwB;QAC5B,YAAYpB,KAAK,CAACgB,MAAM,CAACd,MAAM;QAC/B,oBAAoBF,KAAK,CAACgB,MAAM,CAACb,aAAa;QAC9C,eAAeH,KAAK,CAACgB,MAAM,CAACZ,QAAQ;QACpC,GAAGa,KAAK;IACV;IAEA,MAAMI,kBAAkBxB,WACtBE,OAAOuB,MAAM,EACbvB,MAAM,CAAC,CAAC,KAAK,EAAEiB,OAAO,CAAC,EACvB;QACE,CAACjB,OAAOwB,WAAW,CAAC,EAAER;IACxB,GACAD;IAGF,qBACE,KAACQ;QAAOH,KAAKA;QAAKL,WAAWO;QAAiBJ,OAAOG;QAAQI,gBAAcN,eAAeH;QAAW,GAAGN,KAAK;kBAC1GD;;AAGP;AAMEK,OAA2BN,YAAY,GAAGA;AAC1CM,OAA2BF,iBAAiB,GAAGA;AAEjD,eAAeE,OAAyB"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import classNames from 'classnames';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
import styles from './styles.module.scss';
|
|
4
|
-
const sizes = {
|
|
5
|
-
sm: {
|
|
6
|
-
height: '24px',
|
|
7
|
-
paddingInline: '0.25rem',
|
|
8
|
-
fontSize: '0.875rem',
|
|
9
|
-
},
|
|
10
|
-
md: {
|
|
11
|
-
height: '32px',
|
|
12
|
-
paddingInline: '0.5rem',
|
|
13
|
-
fontSize: '1rem',
|
|
14
|
-
},
|
|
15
|
-
lg: {
|
|
16
|
-
height: '40px',
|
|
17
|
-
paddingInline: '0.75rem',
|
|
18
|
-
fontSize: '1rem',
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
const SelectOption = ({ children, ...props }) => <option {...props}>{children}</option>;
|
|
22
|
-
const SelectEmptyOption = ({ children, ...props }) => (<option value="" {...props}>
|
|
23
|
-
{children}
|
|
24
|
-
</option>);
|
|
25
|
-
const Select = forwardRef(function Select({ children, className = '', hasError = false, $size = 'lg', style, 'aria-invalid': ariaInvalid, ...props }, ref) {
|
|
26
|
-
const _style = {
|
|
27
|
-
'--height': sizes[$size].height,
|
|
28
|
-
'--padding-inline': sizes[$size].paddingInline,
|
|
29
|
-
'--font-size': sizes[$size].fontSize,
|
|
30
|
-
...style,
|
|
31
|
-
};
|
|
32
|
-
const selectClassName = classNames(styles.select, styles[`size-${$size}`], {
|
|
33
|
-
[styles.selectError]: hasError,
|
|
34
|
-
}, className);
|
|
35
|
-
return (<select ref={ref} className={selectClassName} style={_style} aria-invalid={ariaInvalid ?? hasError} {...props}>
|
|
36
|
-
{children}
|
|
37
|
-
</select>);
|
|
38
|
-
});
|
|
39
|
-
Select.SelectOption = SelectOption;
|
|
40
|
-
Select.SelectEmptyOption = SelectEmptyOption;
|
|
41
|
-
export default Select;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Select/index.ts"],"sourcesContent":["export { default } from './Select'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,WAAU"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StatusCounter.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/StatusCounter/StatusCounter.tsx"],"names":[],"mappings":"AAMA,KAAK,kBAAkB,GAAG;IACxB,MAAM,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAA;IACtD,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAgBD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,MAAM,EACN,KAAK,EACL,KAAK,EACL,QAAgB,EAChB,IAAe,EACf,SAAS,GACV,EAAE,kBAAkB,+BAapB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/StatusCounter/StatusCounter.tsx"],"sourcesContent":["import classNames from 'classnames'\n\nimport StatusIndicator from '../StatusIndicator'\n\nimport styles from './styles.module.scss'\n\ntype StatusCounterProps = {\n status: 'pending' | 'running' | 'completed' | 'failed'\n count: number\n label?: string\n animated?: boolean\n size?: 'small' | 'medium'\n className?: string\n}\n\nconst statusColorMap = {\n pending: 'gray' as const,\n running: 'blue' as const,\n completed: 'green' as const,\n failed: 'red' as const,\n}\n\nconst statusLabelMap = {\n pending: 'В очереди',\n running: 'В процессе',\n completed: 'Завершено',\n failed: 'Ошибки',\n}\n\nexport default function StatusCounter({\n status,\n count,\n label,\n animated = false,\n size = 'medium',\n className,\n}: StatusCounterProps) {\n const displayLabel = label || statusLabelMap[status]\n const color = statusColorMap[status]\n\n return (\n <div className={classNames(styles.container, styles[size], className)}>\n <StatusIndicator $color={color} $animated={animated && status === 'running'} className={styles.indicator} />\n <div className={styles.content}>\n <span className={styles.count}>{count}</span>\n <span className={styles.label}>{displayLabel}</span>\n </div>\n </div>\n )\n}\n"],"names":["classNames","StatusIndicator","styles","statusColorMap","pending","running","completed","failed","statusLabelMap","StatusCounter","status","count","label","animated","size","className","displayLabel","color","div","container","$color","$animated","indicator","content","span"],"mappings":";AAAA,OAAOA,gBAAgB,aAAY;AAEnC,OAAOC,qBAAqB,qBAAoB;AAEhD,OAAOC,YAAY,uBAAsB;AAWzC,MAAMC,iBAAiB;IACrBC,SAAS;IACTC,SAAS;IACTC,WAAW;IACXC,QAAQ;AACV;AAEA,MAAMC,iBAAiB;IACrBJ,SAAS;IACTC,SAAS;IACTC,WAAW;IACXC,QAAQ;AACV;AAEA,eAAe,SAASE,cAAc,EACpCC,MAAM,EACNC,KAAK,EACLC,KAAK,EACLC,WAAW,KAAK,EAChBC,OAAO,QAAQ,EACfC,SAAS,EACU;IACnB,MAAMC,eAAeJ,SAASJ,cAAc,CAACE,OAAO;IACpD,MAAMO,QAAQd,cAAc,CAACO,OAAO;IAEpC,qBACE,MAACQ;QAAIH,WAAWf,WAAWE,OAAOiB,SAAS,EAAEjB,MAAM,CAACY,KAAK,EAAEC;;0BACzD,KAACd;gBAAgBmB,QAAQH;gBAAOI,WAAWR,YAAYH,WAAW;gBAAWK,WAAWb,OAAOoB,SAAS;;0BACxG,MAACJ;gBAAIH,WAAWb,OAAOqB,OAAO;;kCAC5B,KAACC;wBAAKT,WAAWb,OAAOS,KAAK;kCAAGA;;kCAChC,KAACa;wBAAKT,WAAWb,OAAOU,KAAK;kCAAGI;;;;;;AAIxC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import classNames from 'classnames';
|
|
2
|
-
import StatusIndicator from '../StatusIndicator';
|
|
3
|
-
import styles from './styles.module.scss';
|
|
4
|
-
const statusColorMap = {
|
|
5
|
-
pending: 'gray',
|
|
6
|
-
running: 'blue',
|
|
7
|
-
completed: 'green',
|
|
8
|
-
failed: 'red',
|
|
9
|
-
};
|
|
10
|
-
const statusLabelMap = {
|
|
11
|
-
pending: 'В очереди',
|
|
12
|
-
running: 'В процессе',
|
|
13
|
-
completed: 'Завершено',
|
|
14
|
-
failed: 'Ошибки',
|
|
15
|
-
};
|
|
16
|
-
export default function StatusCounter({ status, count, label, animated = false, size = 'medium', className, }) {
|
|
17
|
-
const displayLabel = label || statusLabelMap[status];
|
|
18
|
-
const color = statusColorMap[status];
|
|
19
|
-
return (<div className={classNames(styles.container, styles[size], className)}>
|
|
20
|
-
<StatusIndicator $color={color} $animated={animated && status === 'running'} className={styles.indicator}/>
|
|
21
|
-
<div className={styles.content}>
|
|
22
|
-
<span className={styles.count}>{count}</span>
|
|
23
|
-
<span className={styles.label}>{displayLabel}</span>
|
|
24
|
-
</div>
|
|
25
|
-
</div>);
|
|
26
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/StatusCounter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/StatusCounter/index.ts"],"sourcesContent":["export { default as StatusCounter } from './StatusCounter'\n"],"names":["default","StatusCounter"],"mappings":"AAAA,SAASA,WAAWC,aAAa,QAAQ,kBAAiB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StatusIndicator.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/StatusIndicator/StatusIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAM9C,KAAK,oBAAoB,GAAG,iBAAiB,CAAC;IAC5C,MAAM,EAAE,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAA;IACzC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC,CAAA;AAEF,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,oBAAoB,+BAS9G"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/StatusIndicator/StatusIndicator.tsx"],"sourcesContent":["import classNames from 'classnames'\nimport type { PropsWithChildren } from 'react'\n\nimport ColorIndicator from '../ColorIndicator'\n\nimport styles from './styles.module.scss'\n\ntype StatusIndicatorProps = PropsWithChildren<{\n $color: 'red' | 'green' | 'blue' | 'gray'\n $animated?: boolean\n title?: string\n className?: string\n}>\n\nexport default function StatusIndicator({ $color, $animated, title, className, children }: StatusIndicatorProps) {\n const cardClassName = classNames(styles['status-indicator'], styles[$color], className)\n\n return (\n <div className={cardClassName}>\n <ColorIndicator $color={$color} $animated={$animated} title={title} />\n {children}\n </div>\n )\n}\n"],"names":["classNames","ColorIndicator","styles","StatusIndicator","$color","$animated","title","className","children","cardClassName","div"],"mappings":";AAAA,OAAOA,gBAAgB,aAAY;AAGnC,OAAOC,oBAAoB,oBAAmB;AAE9C,OAAOC,YAAY,uBAAsB;AASzC,eAAe,SAASC,gBAAgB,EAAEC,MAAM,EAAEC,SAAS,EAAEC,KAAK,EAAEC,SAAS,EAAEC,QAAQ,EAAwB;IAC7G,MAAMC,gBAAgBT,WAAWE,MAAM,CAAC,mBAAmB,EAAEA,MAAM,CAACE,OAAO,EAAEG;IAE7E,qBACE,MAACG;QAAIH,WAAWE;;0BACd,KAACR;gBAAeG,QAAQA;gBAAQC,WAAWA;gBAAWC,OAAOA;;YAC5DE;;;AAGP"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import classNames from 'classnames';
|
|
2
|
-
import ColorIndicator from '../ColorIndicator';
|
|
3
|
-
import styles from './styles.module.scss';
|
|
4
|
-
export default function StatusIndicator({ $color, $animated, title, className, children }) {
|
|
5
|
-
const cardClassName = classNames(styles['status-indicator'], styles[$color], className);
|
|
6
|
-
return (<div className={cardClassName}>
|
|
7
|
-
<ColorIndicator $color={$color} $animated={$animated} title={title}/>
|
|
8
|
-
{children}
|
|
9
|
-
</div>);
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/StatusIndicator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/StatusIndicator/index.ts"],"sourcesContent":["export { default } from './StatusIndicator'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,oBAAmB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,KAAK,YAAY,GAAG;IAClB,QAAQ,EAAE,SAAS,CAAA;IACnB,OAAO,EAAE,SAAS,CAAA;IAClB,IAAI,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,QAAQ,EACR,OAAO,EACP,IAAY,EACZ,UAAc,EACd,aAAmB,GACpB,EAAE,YAAY,+BAcd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Tooltip/Tooltip.tsx"],"sourcesContent":["'use client'\n\nimport type { ReactNode } from 'react'\nimport * as RadixTooltip from '@radix-ui/react-tooltip'\n\nimport styles from './styles.module.scss'\n\ntype TooltipProps = {\n children: ReactNode\n content: ReactNode\n side?: 'top' | 'bottom' | 'left' | 'right'\n sideOffset?: number\n delayDuration?: number\n}\n\nexport default function Tooltip({\n children,\n content,\n side = 'top',\n sideOffset = 6,\n delayDuration = 200,\n}: TooltipProps) {\n return (\n <RadixTooltip.Provider delayDuration={delayDuration}>\n <RadixTooltip.Root>\n <RadixTooltip.Trigger asChild>{children}</RadixTooltip.Trigger>\n <RadixTooltip.Portal>\n <RadixTooltip.Content className={styles.content} side={side} sideOffset={sideOffset}>\n {content}\n <RadixTooltip.Arrow className={styles.arrow} />\n </RadixTooltip.Content>\n </RadixTooltip.Portal>\n </RadixTooltip.Root>\n </RadixTooltip.Provider>\n )\n}\n"],"names":["RadixTooltip","styles","Tooltip","children","content","side","sideOffset","delayDuration","Provider","Root","Trigger","asChild","Portal","Content","className","Arrow","arrow"],"mappings":"AAAA;;AAGA,YAAYA,kBAAkB,0BAAyB;AAEvD,OAAOC,YAAY,uBAAsB;AAUzC,eAAe,SAASC,QAAQ,EAC9BC,QAAQ,EACRC,OAAO,EACPC,OAAO,KAAK,EACZC,aAAa,CAAC,EACdC,gBAAgB,GAAG,EACN;IACb,qBACE,KAACP,aAAaQ,QAAQ;QAACD,eAAeA;kBACpC,cAAA,MAACP,aAAaS,IAAI;;8BAChB,KAACT,aAAaU,OAAO;oBAACC,OAAO;8BAAER;;8BAC/B,KAACH,aAAaY,MAAM;8BAClB,cAAA,MAACZ,aAAaa,OAAO;wBAACC,WAAWb,OAAOG,OAAO;wBAAEC,MAAMA;wBAAMC,YAAYA;;4BACtEF;0CACD,KAACJ,aAAae,KAAK;gCAACD,WAAWb,OAAOe,KAAK;;;;;;;;AAMvD"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
import * as RadixTooltip from '@radix-ui/react-tooltip';
|
|
3
|
-
import styles from './styles.module.scss';
|
|
4
|
-
export default function Tooltip({ children, content, side = 'top', sideOffset = 6, delayDuration = 200, }) {
|
|
5
|
-
return (<RadixTooltip.Provider delayDuration={delayDuration}>
|
|
6
|
-
<RadixTooltip.Root>
|
|
7
|
-
<RadixTooltip.Trigger asChild>{children}</RadixTooltip.Trigger>
|
|
8
|
-
<RadixTooltip.Portal>
|
|
9
|
-
<RadixTooltip.Content className={styles.content} side={side} sideOffset={sideOffset}>
|
|
10
|
-
{content}
|
|
11
|
-
<RadixTooltip.Arrow className={styles.arrow}/>
|
|
12
|
-
</RadixTooltip.Content>
|
|
13
|
-
</RadixTooltip.Portal>
|
|
14
|
-
</RadixTooltip.Root>
|
|
15
|
-
</RadixTooltip.Provider>);
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/client/shared/ui/Tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/client/shared/ui/Tooltip/index.ts"],"sourcesContent":["export { default } from './Tooltip'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,YAAW"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormCheckbox.d.ts","sourceRoot":"","sources":["../../../../../../src/client/shared/ui/form/FormCheckbox/FormCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AASzC,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,GAAG,YAAY,CAAA;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,iBAAiB,+BAmChG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../src/client/shared/ui/form/FormCheckbox/FormCheckbox.tsx"],"sourcesContent":["import type { ReactElement } from 'react'\nimport { useId } from 'react'\nimport { useController } from 'react-hook-form'\n\nimport { Checkbox } from '../../Checkbox'\nimport Description from '../../Description'\n\nimport styles from './styles.module.scss'\n\ntype FormCheckboxProps = {\n name: string\n label: string | ReactElement\n description?: string\n disabled?: boolean\n className?: string\n}\n\nexport function FormCheckbox({ name, label, description, disabled, className }: FormCheckboxProps) {\n const formControl = useController({ name })\n const errorId = useId()\n const descriptionId = useId()\n const inputId = useId()\n\n return (\n <div className={`${styles.container} ${className ?? ''}`}>\n <label className={styles.label} htmlFor={inputId}>\n <Checkbox\n id={inputId}\n hasError={formControl.fieldState.invalid}\n name={formControl.field.name}\n ref={formControl.field.ref}\n checked={formControl.field.value ?? false}\n onChange={formControl.field.onChange}\n onBlur={formControl.field.onBlur}\n disabled={\n formControl.field.disabled ||\n formControl.formState.disabled ||\n formControl.formState.isSubmitting ||\n disabled\n }\n aria-describedby={`${errorId} ${descriptionId}`}\n />\n <span className={styles.label__text}>{label}</span>\n </label>\n {formControl.fieldState.error && (\n <Description variant=\"error\" id={errorId}>\n {formControl.fieldState.error.message}\n </Description>\n )}\n {description && <Description id={descriptionId}>{description}</Description>}\n </div>\n )\n}\n"],"names":["useId","useController","Checkbox","Description","styles","FormCheckbox","name","label","description","disabled","className","formControl","errorId","descriptionId","inputId","div","container","htmlFor","id","hasError","fieldState","invalid","field","ref","checked","value","onChange","onBlur","formState","isSubmitting","aria-describedby","span","label__text","error","variant","message"],"mappings":";AACA,SAASA,KAAK,QAAQ,QAAO;AAC7B,SAASC,aAAa,QAAQ,kBAAiB;AAE/C,SAASC,QAAQ,QAAQ,iBAAgB;AACzC,OAAOC,iBAAiB,oBAAmB;AAE3C,OAAOC,YAAY,uBAAsB;AAUzC,OAAO,SAASC,aAAa,EAAEC,IAAI,EAAEC,KAAK,EAAEC,WAAW,EAAEC,QAAQ,EAAEC,SAAS,EAAqB;IAC/F,MAAMC,cAAcV,cAAc;QAAEK;IAAK;IACzC,MAAMM,UAAUZ;IAChB,MAAMa,gBAAgBb;IACtB,MAAMc,UAAUd;IAEhB,qBACE,MAACe;QAAIL,WAAW,GAAGN,OAAOY,SAAS,CAAC,CAAC,EAAEN,aAAa,IAAI;;0BACtD,MAACH;gBAAMG,WAAWN,OAAOG,KAAK;gBAAEU,SAASH;;kCACvC,KAACZ;wBACCgB,IAAIJ;wBACJK,UAAUR,YAAYS,UAAU,CAACC,OAAO;wBACxCf,MAAMK,YAAYW,KAAK,CAAChB,IAAI;wBAC5BiB,KAAKZ,YAAYW,KAAK,CAACC,GAAG;wBAC1BC,SAASb,YAAYW,KAAK,CAACG,KAAK,IAAI;wBACpCC,UAAUf,YAAYW,KAAK,CAACI,QAAQ;wBACpCC,QAAQhB,YAAYW,KAAK,CAACK,MAAM;wBAChClB,UACEE,YAAYW,KAAK,CAACb,QAAQ,IAC1BE,YAAYiB,SAAS,CAACnB,QAAQ,IAC9BE,YAAYiB,SAAS,CAACC,YAAY,IAClCpB;wBAEFqB,oBAAkB,GAAGlB,QAAQ,CAAC,EAAEC,eAAe;;kCAEjD,KAACkB;wBAAKrB,WAAWN,OAAO4B,WAAW;kCAAGzB;;;;YAEvCI,YAAYS,UAAU,CAACa,KAAK,kBAC3B,KAAC9B;gBAAY+B,SAAQ;gBAAQhB,IAAIN;0BAC9BD,YAAYS,UAAU,CAACa,KAAK,CAACE,OAAO;;YAGxC3B,6BAAe,KAACL;gBAAYe,IAAIL;0BAAgBL;;;;AAGvD"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { useId } from 'react';
|
|
2
|
-
import { useController } from 'react-hook-form';
|
|
3
|
-
import { Checkbox } from '../../Checkbox';
|
|
4
|
-
import Description from '../../Description';
|
|
5
|
-
import styles from './styles.module.scss';
|
|
6
|
-
export function FormCheckbox({ name, label, description, disabled, className }) {
|
|
7
|
-
const formControl = useController({ name });
|
|
8
|
-
const errorId = useId();
|
|
9
|
-
const descriptionId = useId();
|
|
10
|
-
const inputId = useId();
|
|
11
|
-
return (<div className={`${styles.container} ${className ?? ''}`}>
|
|
12
|
-
<label className={styles.label} htmlFor={inputId}>
|
|
13
|
-
<Checkbox id={inputId} hasError={formControl.fieldState.invalid} name={formControl.field.name} ref={formControl.field.ref} checked={formControl.field.value ?? false} onChange={formControl.field.onChange} onBlur={formControl.field.onBlur} disabled={formControl.field.disabled ||
|
|
14
|
-
formControl.formState.disabled ||
|
|
15
|
-
formControl.formState.isSubmitting ||
|
|
16
|
-
disabled} aria-describedby={`${errorId} ${descriptionId}`}/>
|
|
17
|
-
<span className={styles.label__text}>{label}</span>
|
|
18
|
-
</label>
|
|
19
|
-
{formControl.fieldState.error && (<Description variant="error" id={errorId}>
|
|
20
|
-
{formControl.fieldState.error.message}
|
|
21
|
-
</Description>)}
|
|
22
|
-
{description && <Description id={descriptionId}>{description}</Description>}
|
|
23
|
-
</div>);
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/client/shared/ui/form/FormCheckbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../src/client/shared/ui/form/FormCheckbox/index.ts"],"sourcesContent":["export { FormCheckbox } from './FormCheckbox'\n"],"names":["FormCheckbox"],"mappings":"AAAA,SAASA,YAAY,QAAQ,iBAAgB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormCheckboxPublish.d.ts","sourceRoot":"","sources":["../../../../../../src/client/shared/ui/form/FormCheckboxPublish/FormCheckboxPublish.tsx"],"names":[],"mappings":"AA6BA,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,mBAAmB,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,wBAAwB,+BAE1F"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../src/client/shared/ui/form/FormCheckboxPublish/FormCheckboxPublish.tsx"],"sourcesContent":["import type { ReactElement } from 'react'\n\nimport { FormCheckbox } from '../FormCheckbox'\nimport Tooltip from '../../Tooltip'\nimport { QuestionCircleIcon } from '../../../lib/assets/icons/QuestionCircleIcon'\n\nimport styles from './styles.module.scss'\n\nconst PUBLISH_LABEL = 'Publish after translation'\n\nconst PUBLISH_TOOLTIP = (\n <>\n When enabled, translated documents will be published immediately.\n <br />\n When disabled, translated documents will be saved as drafts.\n </>\n)\n\nconst PublishLabel: ReactElement = (\n <span className={styles.label}>\n {PUBLISH_LABEL}\n <Tooltip content={PUBLISH_TOOLTIP} side=\"bottom\">\n <span className={styles.label__icon}>\n <QuestionCircleIcon />\n </span>\n </Tooltip>\n </span>\n)\n\ntype FormCheckboxPublishProps = {\n name: string\n disabled?: boolean\n className?: string\n}\n\nexport function FormCheckboxPublish({ name, disabled, className }: FormCheckboxPublishProps) {\n return <FormCheckbox name={name} label={PublishLabel} disabled={disabled} className={className} />\n}\n"],"names":["FormCheckbox","Tooltip","QuestionCircleIcon","styles","PUBLISH_LABEL","PUBLISH_TOOLTIP","br","PublishLabel","span","className","label","content","side","label__icon","FormCheckboxPublish","name","disabled"],"mappings":";AAEA,SAASA,YAAY,QAAQ,kBAAiB;AAC9C,OAAOC,aAAa,gBAAe;AACnC,SAASC,kBAAkB,QAAQ,+CAA8C;AAEjF,OAAOC,YAAY,uBAAsB;AAEzC,MAAMC,gBAAgB;AAEtB,MAAMC,gCACJ;;QAAE;sBAEA,KAACC;QAAK;;;AAKV,MAAMC,6BACJ,MAACC;IAAKC,WAAWN,OAAOO,KAAK;;QAC1BN;sBACD,KAACH;YAAQU,SAASN;YAAiBO,MAAK;sBACtC,cAAA,KAACJ;gBAAKC,WAAWN,OAAOU,WAAW;0BACjC,cAAA,KAACX;;;;;AAYT,OAAO,SAASY,oBAAoB,EAAEC,IAAI,EAAEC,QAAQ,EAAEP,SAAS,EAA4B;IACzF,qBAAO,KAACT;QAAae,MAAMA;QAAML,OAAOH;QAAcS,UAAUA;QAAUP,WAAWA;;AACvF"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { FormCheckbox } from '../FormCheckbox';
|
|
2
|
-
import Tooltip from '../../Tooltip';
|
|
3
|
-
import { QuestionCircleIcon } from '../../../lib/assets/icons/QuestionCircleIcon';
|
|
4
|
-
import styles from './styles.module.scss';
|
|
5
|
-
const PUBLISH_LABEL = 'Publish after translation';
|
|
6
|
-
const PUBLISH_TOOLTIP = (<>
|
|
7
|
-
When enabled, translated documents will be published immediately.
|
|
8
|
-
<br />
|
|
9
|
-
When disabled, translated documents will be saved as drafts.
|
|
10
|
-
</>);
|
|
11
|
-
const PublishLabel = (<span className={styles.label}>
|
|
12
|
-
{PUBLISH_LABEL}
|
|
13
|
-
<Tooltip content={PUBLISH_TOOLTIP} side="bottom">
|
|
14
|
-
<span className={styles.label__icon}>
|
|
15
|
-
<QuestionCircleIcon />
|
|
16
|
-
</span>
|
|
17
|
-
</Tooltip>
|
|
18
|
-
</span>);
|
|
19
|
-
export function FormCheckboxPublish({ name, disabled, className }) {
|
|
20
|
-
return <FormCheckbox name={name} label={PublishLabel} disabled={disabled} className={className}/>;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/client/shared/ui/form/FormCheckboxPublish/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../src/client/shared/ui/form/FormCheckboxPublish/index.ts"],"sourcesContent":["export { FormCheckboxPublish } from './FormCheckboxPublish'\n"],"names":["FormCheckboxPublish"],"mappings":"AAAA,SAASA,mBAAmB,QAAQ,wBAAuB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormSelect.d.ts","sourceRoot":"","sources":["../../../../../../src/client/shared/ui/form/FormSelect/FormSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAQzC,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAChD,KAAK,CAAC,EAAE,MAAM,GAAG,YAAY,CAAA;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EACjC,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,KAAK,EACL,WAAW,EACX,QAAQ,EACR,IAAI,EACJ,WAAW,EACX,YAAY,EAAE,SAAS,EACvB,iBAAiB,EAAE,cAAc,EACjC,SAAS,GACV,EAAE,eAAe,+BAwEjB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../src/client/shared/ui/form/FormSelect/FormSelect.tsx"],"sourcesContent":["import type { ReactElement } from 'react'\nimport { useId } from 'react'\nimport { useController } from 'react-hook-form'\n\nimport Description from '../../Description'\nimport Label from '../../Label'\nimport Select from '../../Select'\n\ntype FormSelectProps = {\n name: string\n required?: boolean\n options: Array<{ value: string; label: string }>\n label?: string | ReactElement\n description?: string\n placeholder?: string\n disabled?: boolean\n size?: 'sm' | 'md' | 'lg'\n 'aria-label'?: string\n 'aria-labelledby'?: string\n className?: string\n}\n\nexport default function FormSelect({\n name,\n required,\n options,\n label,\n description,\n disabled,\n size,\n placeholder,\n 'aria-label': ariaLabel,\n 'aria-labelledby': ariaLabelledby,\n className,\n}: FormSelectProps) {\n const formControl = useController({ name, rules: { required } })\n const errorId = useId()\n const descriptionId = useId()\n\n const getAccessibilityProps = () => {\n if (label) {\n return {}\n }\n\n if (ariaLabelledby) {\n return { 'aria-labelledby': ariaLabelledby }\n }\n\n if (ariaLabel) {\n return { 'aria-label': ariaLabel }\n }\n\n return { 'aria-label': 'Select option' }\n }\n\n const selectElement = (\n <Select\n $size={size}\n hasError={formControl.fieldState.invalid}\n required={required}\n name={formControl.field.name}\n ref={formControl.field.ref}\n value={formControl.field.value}\n onChange={formControl.field.onChange}\n onBlur={formControl.field.onBlur}\n disabled={\n formControl.field.disabled || formControl.formState.disabled || formControl.formState.isSubmitting || disabled\n }\n aria-describedby={`${errorId} ${descriptionId}`}\n {...getAccessibilityProps()}\n >\n {placeholder && <Select.SelectEmptyOption>{placeholder}</Select.SelectEmptyOption>}\n {options.map((option) => (\n <Select.SelectOption key={option.value} value={option.value}>\n {option.label}\n </Select.SelectOption>\n ))}\n </Select>\n )\n\n const errorAndDescription = (\n <>\n {formControl.fieldState.error && (\n <Description variant=\"error\" id={errorId}>\n {formControl.fieldState.error.message}\n </Description>\n )}\n {description && <Description id={descriptionId}>{description}</Description>}\n </>\n )\n\n if (!label) {\n return (\n <div className={className}>\n {selectElement}\n {errorAndDescription}\n </div>\n )\n }\n\n return (\n <Label className={className} label={label}>\n {selectElement}\n {errorAndDescription}\n </Label>\n )\n}\n"],"names":["useId","useController","Description","Label","Select","FormSelect","name","required","options","label","description","disabled","size","placeholder","ariaLabel","ariaLabelledby","className","formControl","rules","errorId","descriptionId","getAccessibilityProps","selectElement","$size","hasError","fieldState","invalid","field","ref","value","onChange","onBlur","formState","isSubmitting","aria-describedby","SelectEmptyOption","map","option","SelectOption","errorAndDescription","error","variant","id","message","div"],"mappings":";AACA,SAASA,KAAK,QAAQ,QAAO;AAC7B,SAASC,aAAa,QAAQ,kBAAiB;AAE/C,OAAOC,iBAAiB,oBAAmB;AAC3C,OAAOC,WAAW,cAAa;AAC/B,OAAOC,YAAY,eAAc;AAgBjC,eAAe,SAASC,WAAW,EACjCC,IAAI,EACJC,QAAQ,EACRC,OAAO,EACPC,KAAK,EACLC,WAAW,EACXC,QAAQ,EACRC,IAAI,EACJC,WAAW,EACX,cAAcC,SAAS,EACvB,mBAAmBC,cAAc,EACjCC,SAAS,EACO;IAChB,MAAMC,cAAchB,cAAc;QAAEK;QAAMY,OAAO;YAAEX;QAAS;IAAE;IAC9D,MAAMY,UAAUnB;IAChB,MAAMoB,gBAAgBpB;IAEtB,MAAMqB,wBAAwB;QAC5B,IAAIZ,OAAO;YACT,OAAO,CAAC;QACV;QAEA,IAAIM,gBAAgB;YAClB,OAAO;gBAAE,mBAAmBA;YAAe;QAC7C;QAEA,IAAID,WAAW;YACb,OAAO;gBAAE,cAAcA;YAAU;QACnC;QAEA,OAAO;YAAE,cAAc;QAAgB;IACzC;IAEA,MAAMQ,8BACJ,MAAClB;QACCmB,OAAOX;QACPY,UAAUP,YAAYQ,UAAU,CAACC,OAAO;QACxCnB,UAAUA;QACVD,MAAMW,YAAYU,KAAK,CAACrB,IAAI;QAC5BsB,KAAKX,YAAYU,KAAK,CAACC,GAAG;QAC1BC,OAAOZ,YAAYU,KAAK,CAACE,KAAK;QAC9BC,UAAUb,YAAYU,KAAK,CAACG,QAAQ;QACpCC,QAAQd,YAAYU,KAAK,CAACI,MAAM;QAChCpB,UACEM,YAAYU,KAAK,CAAChB,QAAQ,IAAIM,YAAYe,SAAS,CAACrB,QAAQ,IAAIM,YAAYe,SAAS,CAACC,YAAY,IAAItB;QAExGuB,oBAAkB,GAAGf,QAAQ,CAAC,EAAEC,eAAe;QAC9C,GAAGC,uBAAuB;;YAE1BR,6BAAe,KAACT,OAAO+B,iBAAiB;0BAAEtB;;YAC1CL,QAAQ4B,GAAG,CAAC,CAACC,uBACZ,KAACjC,OAAOkC,YAAY;oBAAoBT,OAAOQ,OAAOR,KAAK;8BACxDQ,OAAO5B,KAAK;mBADW4B,OAAOR,KAAK;;;IAO5C,MAAMU,oCACJ;;YACGtB,YAAYQ,UAAU,CAACe,KAAK,kBAC3B,KAACtC;gBAAYuC,SAAQ;gBAAQC,IAAIvB;0BAC9BF,YAAYQ,UAAU,CAACe,KAAK,CAACG,OAAO;;YAGxCjC,6BAAe,KAACR;gBAAYwC,IAAItB;0BAAgBV;;;;IAIrD,IAAI,CAACD,OAAO;QACV,qBACE,MAACmC;YAAI5B,WAAWA;;gBACbM;gBACAiB;;;IAGP;IAEA,qBACE,MAACpC;QAAMa,WAAWA;QAAWP,OAAOA;;YACjCa;YACAiB;;;AAGP"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { useId } from 'react';
|
|
2
|
-
import { useController } from 'react-hook-form';
|
|
3
|
-
import Description from '../../Description';
|
|
4
|
-
import Label from '../../Label';
|
|
5
|
-
import Select from '../../Select';
|
|
6
|
-
export default function FormSelect({ name, required, options, label, description, disabled, size, placeholder, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, className, }) {
|
|
7
|
-
const formControl = useController({ name, rules: { required } });
|
|
8
|
-
const errorId = useId();
|
|
9
|
-
const descriptionId = useId();
|
|
10
|
-
const getAccessibilityProps = () => {
|
|
11
|
-
if (label) {
|
|
12
|
-
return {};
|
|
13
|
-
}
|
|
14
|
-
if (ariaLabelledby) {
|
|
15
|
-
return { 'aria-labelledby': ariaLabelledby };
|
|
16
|
-
}
|
|
17
|
-
if (ariaLabel) {
|
|
18
|
-
return { 'aria-label': ariaLabel };
|
|
19
|
-
}
|
|
20
|
-
return { 'aria-label': 'Select option' };
|
|
21
|
-
};
|
|
22
|
-
const selectElement = (<Select $size={size} hasError={formControl.fieldState.invalid} required={required} name={formControl.field.name} ref={formControl.field.ref} value={formControl.field.value} onChange={formControl.field.onChange} onBlur={formControl.field.onBlur} disabled={formControl.field.disabled || formControl.formState.disabled || formControl.formState.isSubmitting || disabled} aria-describedby={`${errorId} ${descriptionId}`} {...getAccessibilityProps()}>
|
|
23
|
-
{placeholder && <Select.SelectEmptyOption>{placeholder}</Select.SelectEmptyOption>}
|
|
24
|
-
{options.map((option) => (<Select.SelectOption key={option.value} value={option.value}>
|
|
25
|
-
{option.label}
|
|
26
|
-
</Select.SelectOption>))}
|
|
27
|
-
</Select>);
|
|
28
|
-
const errorAndDescription = (<>
|
|
29
|
-
{formControl.fieldState.error && (<Description variant="error" id={errorId}>
|
|
30
|
-
{formControl.fieldState.error.message}
|
|
31
|
-
</Description>)}
|
|
32
|
-
{description && <Description id={descriptionId}>{description}</Description>}
|
|
33
|
-
</>);
|
|
34
|
-
if (!label) {
|
|
35
|
-
return (<div className={className}>
|
|
36
|
-
{selectElement}
|
|
37
|
-
{errorAndDescription}
|
|
38
|
-
</div>);
|
|
39
|
-
}
|
|
40
|
-
return (<Label className={className} label={label}>
|
|
41
|
-
{selectElement}
|
|
42
|
-
{errorAndDescription}
|
|
43
|
-
</Label>);
|
|
44
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/client/shared/ui/form/FormSelect/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../src/client/shared/ui/form/FormSelect/index.ts"],"sourcesContent":["export { default } from './FormSelect'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,eAAc"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormSelectLocale.d.ts","sourceRoot":"","sources":["../../../../../../src/client/shared/ui/form/FormSelectLocale/FormSelectLocale.tsx"],"names":[],"mappings":"AAGA,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,WAAW,EACX,QAAQ,EACR,IAAI,EACJ,SAAS,GACV,EAAE,eAAe,+BAgBjB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../src/client/shared/ui/form/FormSelectLocale/FormSelectLocale.tsx"],"sourcesContent":["import { useLocaleOptions } from '../../../lib/payload/hooks/useLocaleOptions'\nimport FormSelect from '../FormSelect'\n\ntype FormSelectProps = {\n name: string\n required?: boolean\n label?: string\n description?: string\n disabled?: boolean\n size?: 'sm' | 'md' | 'lg'\n className?: string\n}\n\nexport default function FormSelectLocale({\n name,\n required,\n label,\n description,\n disabled,\n size,\n className,\n}: FormSelectProps) {\n const localeOptions = useLocaleOptions()\n\n return (\n <FormSelect\n placeholder=\"-\"\n size={size}\n className={className}\n description={description}\n label={label}\n required={required}\n name={name}\n options={localeOptions}\n disabled={disabled}\n />\n )\n}\n"],"names":["useLocaleOptions","FormSelect","FormSelectLocale","name","required","label","description","disabled","size","className","localeOptions","placeholder","options"],"mappings":";AAAA,SAASA,gBAAgB,QAAQ,8CAA6C;AAC9E,OAAOC,gBAAgB,gBAAe;AAYtC,eAAe,SAASC,iBAAiB,EACvCC,IAAI,EACJC,QAAQ,EACRC,KAAK,EACLC,WAAW,EACXC,QAAQ,EACRC,IAAI,EACJC,SAAS,EACO;IAChB,MAAMC,gBAAgBV;IAEtB,qBACE,KAACC;QACCU,aAAY;QACZH,MAAMA;QACNC,WAAWA;QACXH,aAAaA;QACbD,OAAOA;QACPD,UAAUA;QACVD,MAAMA;QACNS,SAASF;QACTH,UAAUA;;AAGhB"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { useLocaleOptions } from '../../../lib/payload/hooks/useLocaleOptions';
|
|
2
|
-
import FormSelect from '../FormSelect';
|
|
3
|
-
export default function FormSelectLocale({ name, required, label, description, disabled, size, className, }) {
|
|
4
|
-
const localeOptions = useLocaleOptions();
|
|
5
|
-
return (<FormSelect placeholder="-" size={size} className={className} description={description} label={label} required={required} name={name} options={localeOptions} disabled={disabled}/>);
|
|
6
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/client/shared/ui/form/FormSelectLocale/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../src/client/shared/ui/form/FormSelectLocale/index.ts"],"sourcesContent":["export { default } from './FormSelectLocale'\n"],"names":["default"],"mappings":"AAAA,SAASA,OAAO,QAAQ,qBAAoB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormSelectStrategy.d.ts","sourceRoot":"","sources":["../../../../../../src/client/shared/ui/form/FormSelectStrategy/FormSelectStrategy.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,gBAAgB;;;;;;EAGZ,CAAA;AAuBV,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,kBAAkB,CAAC,EACjC,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,IAAI,EACJ,SAAS,GACV,EAAE,uBAAuB,+BAazB;AAED,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../src/client/shared/ui/form/FormSelectStrategy/FormSelectStrategy.tsx"],"sourcesContent":["import type { ReactElement } from 'react'\n\nimport FormSelect from '../FormSelect'\nimport Tooltip from '../../Tooltip'\nimport { QuestionCircleIcon } from '../../../lib/assets/icons/QuestionCircleIcon'\n\nimport styles from './styles.module.scss'\n\nconst STRATEGY_OPTIONS = [\n { value: 'overwrite', label: 'Overwrite' },\n { value: 'skip_existing', label: 'Skip existing' },\n] as const\n\nconst STRATEGY_LABEL = 'Update mode'\n\nconst STRATEGY_TOOLTIP = (\n <>\n <strong>Overwrite</strong> — translate all fields, replacing existing values\n <br />\n <strong>Skip existing</strong> — only translate empty fields, keep existing values\n </>\n)\n\nconst StrategyLabel: ReactElement = (\n <span className={styles.label}>\n {STRATEGY_LABEL}\n <Tooltip content={STRATEGY_TOOLTIP} side=\"bottom\">\n <span className={styles.label__icon}>\n <QuestionCircleIcon />\n </span>\n </Tooltip>\n </span>\n)\n\ntype FormSelectStrategyProps = {\n name: string\n required?: boolean\n description?: string\n disabled?: boolean\n size?: 'sm' | 'md' | 'lg'\n className?: string\n}\n\nexport function FormSelectStrategy({\n name,\n required,\n description,\n disabled,\n size,\n className,\n}: FormSelectStrategyProps) {\n return (\n <FormSelect\n size={size}\n className={className}\n description={description}\n label={StrategyLabel}\n required={required}\n name={name}\n options={[...STRATEGY_OPTIONS]}\n disabled={disabled}\n />\n )\n}\n\nexport type TranslationStrategy = (typeof STRATEGY_OPTIONS)[number]['value']\n"],"names":["FormSelect","Tooltip","QuestionCircleIcon","styles","STRATEGY_OPTIONS","value","label","STRATEGY_LABEL","STRATEGY_TOOLTIP","strong","br","StrategyLabel","span","className","content","side","label__icon","FormSelectStrategy","name","required","description","disabled","size","options"],"mappings":";AAEA,OAAOA,gBAAgB,gBAAe;AACtC,OAAOC,aAAa,gBAAe;AACnC,SAASC,kBAAkB,QAAQ,+CAA8C;AAEjF,OAAOC,YAAY,uBAAsB;AAEzC,MAAMC,mBAAmB;IACvB;QAAEC,OAAO;QAAaC,OAAO;IAAY;IACzC;QAAED,OAAO;QAAiBC,OAAO;IAAgB;CAClD;AAED,MAAMC,iBAAiB;AAEvB,MAAMC,iCACJ;;sBACE,KAACC;sBAAO;;QAAkB;sBAC1B,KAACC;sBACD,KAACD;sBAAO;;QAAsB;;;AAIlC,MAAME,8BACJ,MAACC;IAAKC,WAAWV,OAAOG,KAAK;;QAC1BC;sBACD,KAACN;YAAQa,SAASN;YAAkBO,MAAK;sBACvC,cAAA,KAACH;gBAAKC,WAAWV,OAAOa,WAAW;0BACjC,cAAA,KAACd;;;;;AAeT,OAAO,SAASe,mBAAmB,EACjCC,IAAI,EACJC,QAAQ,EACRC,WAAW,EACXC,QAAQ,EACRC,IAAI,EACJT,SAAS,EACe;IACxB,qBACE,KAACb;QACCsB,MAAMA;QACNT,WAAWA;QACXO,aAAaA;QACbd,OAAOK;QACPQ,UAAUA;QACVD,MAAMA;QACNK,SAAS;eAAInB;SAAiB;QAC9BiB,UAAUA;;AAGhB"}
|