@strapi/admin 4.11.0-beta.0 → 4.11.0-exp.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/src/components/Providers/index.js +32 -32
- package/admin/src/components/Theme/index.js +5 -3
- package/admin/src/content-manager/components/ComponentIcon/ComponentIcon.js +16 -26
- package/admin/src/content-manager/components/ComponentIcon/constants.js +133 -0
- package/admin/src/content-manager/components/DynamicZone/components/AddComponentButton.js +32 -95
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCard.js +10 -2
- package/admin/src/content-manager/components/DynamicZone/components/ComponentCategory.js +63 -15
- package/admin/src/content-manager/components/DynamicZone/components/ComponentPicker.js +50 -63
- package/admin/src/content-manager/components/DynamicZone/components/DynamicComponent.js +132 -58
- package/admin/src/content-manager/components/DynamicZone/components/DynamicZoneLabel.js +29 -37
- package/admin/src/content-manager/components/DynamicZone/index.js +131 -83
- package/admin/src/content-manager/components/EditViewDataManagerProvider/index.js +28 -6
- package/admin/src/content-manager/components/EditViewDataManagerProvider/reducer.js +18 -6
- package/admin/src/content-manager/components/Inputs/index.js +18 -11
- package/admin/src/content-manager/components/Inputs/utils/index.js +0 -1
- package/admin/src/content-manager/pages/EditSettingsView/components/DynamicZoneList.js +7 -1
- package/admin/src/content-manager/pages/EditView/index.js +1 -1
- package/admin/src/hooks/useContentTypes/useContentTypes.js +0 -2
- package/admin/src/index.js +4 -3
- package/admin/src/pages/SettingsPage/pages/Users/ListPage/index.js +1 -1
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/EventTableCE.js +13 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/index.js +3 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/Events/index.js +331 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/Combobox.js +54 -4
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/index.js +12 -23
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js +129 -116
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/utils/makeWebhookValidationSchema.js +62 -0
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/index.js +59 -64
- package/admin/src/translations/ar.json +684 -1
- package/admin/src/translations/en.json +7 -0
- package/build/1887.6f71e8b2.chunk.js +39 -0
- package/build/3081.7e9329cb.chunk.js +105 -0
- package/build/371.6e4e2c1f.chunk.js +71 -0
- package/build/5542.64b623c9.chunk.js +63 -0
- package/build/{5563.79950369.chunk.js → 5563.badbffde.chunk.js} +2 -2
- package/build/{6970.7ea35fbd.chunk.js → 6970.d456705f.chunk.js} +1 -1
- package/build/{7259.5cc67413.chunk.js → 7259.5d0de931.chunk.js} +1 -1
- package/build/8976.a85384ce.chunk.js +155 -0
- package/build/{1657.ca8562dd.chunk.js → 9932.5ef475c5.chunk.js} +54 -62
- package/build/{Admin-authenticatedApp.65172a0c.chunk.js → Admin-authenticatedApp.c985d4a0.chunk.js} +2 -2
- package/build/{Admin_InternalErrorPage.96ceaae1.chunk.js → Admin_InternalErrorPage.f25f04f3.chunk.js} +1 -1
- package/build/Admin_homePage.05063e43.chunk.js +73 -0
- package/build/Admin_marketplace.23ea289f.chunk.js +55 -0
- package/build/Admin_pluginsPage.b1031a00.chunk.js +6 -0
- package/build/{Admin_profilePage.a8fa3a56.chunk.js → Admin_profilePage.e7ccee9f.chunk.js} +2 -2
- package/build/Admin_settingsPage.07a6a5f0.chunk.js +79 -0
- package/build/{Upload_ConfigureTheView.aa64ed9a.chunk.js → Upload_ConfigureTheView.121deffb.chunk.js} +1 -1
- package/build/admin-app.8644c322.chunk.js +63 -0
- package/build/{admin-edit-roles-page.0d12b741.chunk.js → admin-edit-roles-page.bfe3304d.chunk.js} +3 -3
- package/build/{admin-edit-users.f9ce7844.chunk.js → admin-edit-users.6efe0382.chunk.js} +2 -2
- package/build/admin-roles-list.b2577370.chunk.js +23 -0
- package/build/admin-users.4af49ccf.chunk.js +26 -0
- package/build/{api-tokens-create-page.973d2816.chunk.js → api-tokens-create-page.65411a36.chunk.js} +1 -1
- package/build/{api-tokens-edit-page.29725c5e.chunk.js → api-tokens-edit-page.60312cb6.chunk.js} +1 -1
- package/build/{api-tokens-list-page.66c4fbdd.chunk.js → api-tokens-list-page.01a4d5cd.chunk.js} +2 -2
- package/build/ar-json.f530bc3f.chunk.js +1 -0
- package/build/audit-logs-settings-page.09c75037.chunk.js +121 -0
- package/build/content-manager.04fa9c14.chunk.js +1094 -0
- package/build/content-type-builder-list-view.58f9ed20.chunk.js +211 -0
- package/build/{content-type-builder-translation-en-json.af293c9e.chunk.js → content-type-builder-translation-en-json.f592325b.chunk.js} +1 -1
- package/build/content-type-builder.baeb0413.chunk.js +132 -0
- package/build/email-settings-page.85b71afc.chunk.js +11 -0
- package/build/en-json.a8f34002.chunk.js +1 -0
- package/build/i18n-settings-page.c0da2362.chunk.js +114 -0
- package/build/index.html +1 -1
- package/build/main.8605d88e.js +2633 -0
- package/build/{review-workflows-settings.4b39b837.chunk.js → review-workflows-settings.3a7bae25.chunk.js} +1 -1
- package/build/{runtime~main.96d92f16.js → runtime~main.36375726.js} +2 -2
- package/build/{sso-settings-page.265e3d72.chunk.js → sso-settings-page.4bb073e0.chunk.js} +1 -1
- package/build/{transfer-tokens-create-page.170acee6.chunk.js → transfer-tokens-create-page.9ec277d7.chunk.js} +1 -1
- package/build/{transfer-tokens-edit-page.6cf23295.chunk.js → transfer-tokens-edit-page.fa5ade14.chunk.js} +1 -1
- package/build/{transfer-tokens-list-page.c3fec4c1.chunk.js → transfer-tokens-list-page.5d68d590.chunk.js} +2 -2
- package/build/upload-settings.2c1565d6.chunk.js +14 -0
- package/build/upload.257b2aef.chunk.js +26 -0
- package/build/users-advanced-settings-page.dda58320.chunk.js +9 -0
- package/build/users-email-settings-page.a0c08594.chunk.js +24 -0
- package/build/users-providers-settings-page.14a82632.chunk.js +29 -0
- package/build/{users-roles-settings-page.2549794b.chunk.js → users-roles-settings-page.1f408276.chunk.js} +1 -1
- package/build/webhook-edit-page.b9a13be7.chunk.js +136 -0
- package/build/webhook-list-page.84e5abc9.chunk.js +63 -0
- package/ee/admin/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/EventTableEE.js +23 -0
- package/ee/admin/pages/SettingsPage/pages/Webhooks/EditView/components/EventTable/index.js +3 -0
- package/ee/server/services/review-workflows/review-workflows.js +4 -0
- package/package.json +22 -24
- package/server/controllers/webhooks.js +6 -6
- package/admin/src/content-manager/components/DynamicZone/utils/connect.js +0 -12
- package/admin/src/content-manager/components/DynamicZone/utils/select.js +0 -53
- package/admin/src/content-manager/components/Inputs/utils/getStep.js +0 -13
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventInput/EventRow.js +0 -70
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/EventInput/index.js +0 -174
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/keys.js +0 -39
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/utils/fieldsRegex.js +0 -4
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/utils/schema.js +0 -35
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/reducer.js +0 -100
- package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/utils/formatData.js +0 -20
- package/build/3081.c2cdfac8.chunk.js +0 -108
- package/build/3816.60f858cf.chunk.js +0 -211
- package/build/462.a073ff1f.chunk.js +0 -71
- package/build/5542.002522eb.chunk.js +0 -71
- package/build/617.87b2fe96.chunk.js +0 -155
- package/build/Admin_homePage.107a9fe0.chunk.js +0 -73
- package/build/Admin_marketplace.717bd7ca.chunk.js +0 -55
- package/build/Admin_pluginsPage.7df6b5a9.chunk.js +0 -6
- package/build/Admin_settingsPage.bd715ed3.chunk.js +0 -79
- package/build/admin-app.9c79b484.chunk.js +0 -63
- package/build/admin-roles-list.e8bf9685.chunk.js +0 -31
- package/build/admin-users.751b28b2.chunk.js +0 -34
- package/build/ar-json.39e54aba.chunk.js +0 -1
- package/build/audit-logs-settings-page.3c6cea81.chunk.js +0 -129
- package/build/content-manager.bf060d8e.chunk.js +0 -1123
- package/build/content-type-builder-list-view.1e821eb9.chunk.js +0 -215
- package/build/content-type-builder.b10576e7.chunk.js +0 -126
- package/build/email-settings-page.dba83275.chunk.js +0 -11
- package/build/en-json.19e9ff9b.chunk.js +0 -1
- package/build/i18n-settings-page.55628f74.chunk.js +0 -114
- package/build/main.576a9d22.js +0 -2630
- package/build/upload-settings.63d99bf5.chunk.js +0 -14
- package/build/upload.c50d8c7a.chunk.js +0 -34
- package/build/users-advanced-settings-page.4f49ca57.chunk.js +0 -9
- package/build/users-email-settings-page.d2429d0a.chunk.js +0 -24
- package/build/users-providers-settings-page.50c5ba27.chunk.js +0 -29
- package/build/webhook-edit-page.ddd5963d.chunk.js +0 -128
- package/build/webhook-list-page.e2fca9f8.chunk.js +0 -71
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7958],{38677:function(e){e.exports=JSON.parse('{"Auth.form.button.forgot-password":"\u0625\u0631\u0633\u0627\u0644 \u0644\u0644\u0628\u0631\u064A\u062F","Auth.form.button.login":"\u062A\u0633\u062C\u064A\u0644 \u062F\u062E\u0648\u0644","Auth.form.button.register":"\u0645\u0633\u062A\u0639\u062F \u0644\u0644\u0628\u062F\u0621","Auth.form.email.label":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0643\u062A\u0631\u0648\u0646\u064A","Auth.form.email.placeholder":"mysuperemail@example.com","Auth.form.error.code.provide":"\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0642\u062F\u0645 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D.","Auth.form.error.email.invalid":"\u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0627\u0643\u062A\u0631\u0648\u0646\u064A \u063A\u064A\u0631 \u0635\u0627\u0644\u062D.","Auth.form.error.email.provide":"\u064A\u0631\u062C\u0649 \u062A\u0642\u062F\u064A\u0645 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0623\u0648 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0627\u0644\u062E\u0627\u0635 \u0628\u0643.","Auth.form.error.email.taken":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0645\u0633\u062C\u0644 \u0628\u0627\u0644\u0641\u0639\u0644","Auth.form.error.invalid":"\u0627\u0644\u0645\u0639\u0631\u0651\u0641 \u0623\u0648 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D\u064A\u0646.","Auth.form.error.params.provide":"\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629.","Auth.form.error.password.format":"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u062D\u062A\u0648\u064A \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631\u0643 \u0639\u0644\u0649 \u0627\u0644\u0631\u0645\u0632 `$` \u0623\u0643\u062B\u0631 \u0645\u0646 \u062B\u0644\u0627\u062B \u0645\u0631\u0627\u062A.","Auth.form.error.password.local":"\u0644\u0645 \u064A\u0642\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0645\u062D\u0644\u064A\u0629 \u0645\u0637\u0644\u0642\u064B\u0627 \u060C \u0627\u0644\u0631\u062C\u0627\u0621 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0639\u0628\u0631 \u0627\u0644\u0645\u0648\u0641\u0631 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0623\u062B\u0646\u0627\u0621 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062D\u0633\u0627\u0628.","Auth.form.error.password.matching":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063A\u064A\u0631 \u0645\u0637\u0627\u0628\u0642\u0629.","Auth.form.error.password.provide":"\u064A\u0631\u062C\u0649 \u062A\u0642\u062F\u064A\u0645 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.","Auth.form.error.user.not-exist":"\u0647\u0630\u0627 \u0627\u0644\u0625\u0645\u064A\u0644 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F.","Auth.form.error.username.taken":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0645\u0633\u062C\u0644 \u0628\u0627\u0644\u0641\u0639\u0644","Auth.form.forgot-password.email.label":"\u0627\u062F\u062E\u0644 \u0627\u064A\u0645\u064A\u0644\u0643","Auth.form.forgot-password.email.label.success":"\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0628\u0646\u062C\u0627\u062D \u0627\u0644\u0649","Auth.form.rememberMe.label":"\u062A\u0630\u0643\u0631\u0646\u064A","Auth.form.username.label":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","Auth.form.username.placeholder":"\u0627\u0643\u062A\u0628 \u0627\u0633\u0645\u0643 \u0647\u0646\u0627 (\u0645\u062B\u0644: \u062E\u0627\u0644\u062F \u0633\u0627\u0644\u0645)","Auth.link.forgot-password":"\u0647\u0644 \u0646\u0633\u064A\u062A \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643\u061F","Auth.link.ready":"\u0645\u0633\u062A\u0639\u062F \u0644\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644\u061F","Content Manager":"\u0645\u062F\u064A\u0631 \u0645\u062D\u062A\u0648\u0649","Email":"\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A","Files Upload":"\u0631\u0641\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A","New entry":"\u0625\u062F\u062E\u0627\u0644 \u062C\u062F\u064A\u062F","Password":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631","Provider":"\u0645\u0632\u0648\u062F","ResetPasswordToken":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","Role":"\u0642\u0627\u0639\u062F\u0629","Username":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645","Users":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646","Users & Permissions":"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0648\u0627\u0644\u0635\u0644\u0627\u062D\u064A\u0627\u062A","app.components.BlockLink.code":"\u0627\u0645\u062B\u0644\u0629 \u0644\u0644\u0634\u0641\u0631\u0629","app.components.Button.cancel":"\u0627\u0644\u063A\u0627\u0621","app.components.ComingSoonPage.comingSoon":"\u0642\u0627\u062F\u0645 \u0642\u0631\u064A\u0628\u064B\u0627","app.components.DownloadInfo.download":"\u0627\u0644\u062A\u0646\u0632\u064A\u0644 \u0642\u064A\u062F \u0627\u0644\u062A\u0642\u062F\u0645...","app.components.DownloadInfo.text":"\u0642\u062F \u064A\u0633\u062A\u063A\u0631\u0642 \u0647\u0630\u0627 \u062F\u0642\u064A\u0642\u0629. \u0634\u0643\u0631\u0627 \u0644\u0635\u0628\u0631\u0643.","app.components.EmptyAttributes.title":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u064A \u062D\u0642\u0648\u0644 \u0628\u0639\u062F","app.components.HomePage.button.blog":"\u0627\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0632\u064A\u062F \u0639\u0644\u0649 \u0627\u0644\u0645\u062F\u0648\u0646\u0629","app.components.HomePage.community":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0627\u0644\u0645\u062C\u062A\u0645\u0639 \u0641\u064A \u0627\u0644\u0648\u064A\u0628","app.components.HomePage.community.content":"\u0646\u0627\u0642\u0634 \u0645\u0639 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064A\u0642 \u0648\u0627\u0644\u0645\u0633\u0627\u0647\u0645\u064A\u0646 \u0648\u0627\u0644\u0645\u0637\u0648\u0631\u064A\u0646 \u0639\u0644\u0649 \u0642\u0646\u0648\u0627\u062A \u0645\u062E\u062A\u0644\u0641\u0629.","app.components.HomePage.welcome":"\u0645\u0631\u062D\u0628\u064B\u0627 \u0641\u064A \u0644\u0648\u062D\u062A\u0643!","app.components.HomePage.welcome.again":"\u0645\u0631\u062D\u0628\u064B\u0627 ","app.components.HomePage.welcomeBlock.content":"\u0646\u062D\u0646 \u0633\u0639\u062F\u0627\u0621 \u0628\u0648\u062C\u0648\u062F\u0643 \u0643\u0623\u062D\u062F \u0623\u0641\u0631\u0627\u062F \u0627\u0644\u0645\u062C\u062A\u0645\u0639. \u0646\u062D\u0646 \u0646\u0628\u062D\u062B \u0628\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0639\u0646 \u0631\u062F\u0648\u062F \u0627\u0644\u0641\u0639\u0644 \u0644\u0627 \u062A\u062A\u0631\u062F\u062F \u0641\u064A \u0645\u0631\u0627\u0633\u0644\u062A\u0646\u0627 \u0639\u0644\u0649 \u0627\u0644\u062E\u0627\u0635 ","app.components.HomePage.welcomeBlock.content.again":"\u0646\u0623\u0645\u0644 \u0623\u0646 \u062A\u062D\u0642\u0642 \u062A\u0642\u062F\u0645\u064B\u0627 \u0641\u064A \u0645\u0634\u0631\u0648\u0639\u0643 ... \u0644\u0627 \u062A\u062A\u0631\u062F\u062F \u0641\u064A \u0642\u0631\u0627\u0621\u0629 \u0639\u0646 \u0627\u062E\u0631 \u0625\u0635\u062F\u0627\u0631 \u062C\u062F\u064A\u062F \u0645\u0646 Strapi. \u0646\u062D\u0646 \u0646\u0628\u0630\u0644 \u0642\u0635\u0627\u0631\u0649 \u062C\u0647\u062F\u0646\u0627 \u0644\u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u0645\u0646\u062A\u062C \u0628\u0646\u0627\u0621 \u0639\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0627\u062A\u0643.","app.components.HomePage.welcomeBlock.content.issues":"issues.","app.components.HomePage.welcomeBlock.content.raise":" \u0623\u0648 \u0631\u0641\u0639 ","app.components.ImgPreview.hint":"\u0627\u0633\u062D\u0628 \u0627\u0644\u0645\u0644\u0641 \u0648\u0627\u0633\u0642\u0637\u0629 \u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0645\u0633\u0627\u062D\u0629 \u0627\u0648 \u0641\u064A {browse} \u0644\u0631\u0641\u0639\u0629","app.components.ImgPreview.hint.browse":"\u0627\u0644\u0645\u062A\u0635\u0641\u062D","app.components.InputFile.newFile":"\u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u0641 \u062C\u062F\u064A\u062F","app.components.InputFileDetails.open":"\u0641\u062A\u062D \u0641\u064A \u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629","app.components.InputFileDetails.originalName":"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0627\u0635\u0644\u064A:","app.components.InputFileDetails.remove":"\u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641","app.components.InputFileDetails.size":"\u0627\u0644\u062D\u062C\u0645:","app.components.InstallPluginPage.description":"\u0642\u0645 \u0628\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u062F\u0648\u0646 \u0639\u0646\u0627\u0621.","app.components.LeftMenuFooter.poweredBy":"\u0645\u0646\u062F\u0639\u0648\u0645 \u0645\u0646 ","app.components.LeftMenuLinkContainer.configuration":"\u0627\u0644\u062A\u0647\u064A\u0626\u0629","app.components.LeftMenuLinkContainer.general":"\u0639\u0627\u0645","app.components.LeftMenuLinkContainer.noPluginsInstalled":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0636\u0627\u0641\u0627\u062A \u0645\u062B\u0628\u062A\u0647 \u0628\u0639\u062F","app.components.LeftMenuLinkContainer.plugins":"\u0625\u0636\u0627\u0641\u0627\u062A","app.components.ListPluginsPage.description":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u064A\u0627\u062A \u0627\u0644\u0645\u062B\u0628\u062A\u0629 \u0641\u064A \u0627\u0644\u0645\u0634\u0631\u0648\u0639.","app.components.ListPluginsPage.helmet.title":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062A","app.components.Logout.logout":"\u0627\u0644\u062E\u0631\u0648\u062C","app.components.Logout.profile":"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u064A","app.components.NotFoundPage.back":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0644\u0644\u0631\u0626\u064A\u0633\u064A\u0629","app.components.NotFoundPage.description":"\u0644\u0627 \u064A\u0648\u062C\u062F","app.components.Official":"\u0627\u0644\u0631\u0633\u0645\u064A\u0629","app.components.PluginCard.Button.label.download":"\u062A\u0646\u0632\u064A\u0644","app.components.PluginCard.Button.label.install":"\u0645\u062B\u0628\u062A","app.components.PluginCard.compatible":"\u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u062A\u0637\u0628\u064A\u0642\u0643","app.components.PluginCard.compatibleCommunity":"\u0645\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0645\u062C\u062A\u0645\u0639","app.components.PluginCard.more-details":"\u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","app.components.listPlugins.button":"\u0625\u0636\u0627\u0641\u0629 \u0625\u0636\u0627\u0641\u0629 \u062C\u062F\u064A\u062F\u0629","app.components.listPlugins.title.none":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u064A \u0625\u0636\u0627\u0641\u0627\u062A \u0645\u062B\u0628\u062A\u0647","app.components.listPluginsPage.deletePlugin.error":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0625\u0636\u0627\u0641\u0629","app.utils.SelectOption.defaultMessage":" ","app.utils.defaultMessage":" ","app.utils.placeholder.defaultMessage":" ","components.AutoReloadBlocker.header":"\u0645\u0637\u0644\u0648\u0628 \u0645\u064A\u0632\u0629 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u062D\u0645\u064A\u0644 \u0644\u0647\u0630\u0647 \u0627\u0644\u0625\u0636\u0627\u0641\u0629.","components.ErrorBoundary.title":"\u0647\u0646\u0627\u0643 \u062E\u0637\u0623 \u0645\u0627...","components.Input.error.attribute.key.taken":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0645\u0648\u062C\u0648\u062F\u0629 \u0645\u0633\u0628\u0642\u064B\u0627","components.Input.error.attribute.sameKeyAndName":"\u0644\u0627 \u062A\u062A\u0637\u0627\u0628\u0642","components.Input.error.attribute.taken":"\u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0647\u0630\u0627 \u0645\u0633\u062A\u062E\u062F\u0645 \u0645\u0633\u0628\u0642\u064B\u0627","components.Input.error.contentTypeName.taken":"\u0647\u0630\u0647 \u0627\u0644\u0627\u0633\u0645 \u0645\u0633\u062A\u062E\u062F\u0645 \u0645\u0633\u0628\u0642\u064B\u0627","components.Input.error.custom-error":"{errorMessage} ","components.Input.error.password.noMatch":"\u0643\u0644\u0645\u0627\u062A \u0627\u0644\u0633\u0631 \u0644\u0627 \u062A\u062A\u0637\u0627\u0628\u0642","components.Input.error.validation.email":"\u0647\u0630\u0627 \u0644\u064A\u0633 \u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0643\u062A\u0631\u0648\u0646\u064A","components.Input.error.validation.json":"\u0644\u0627 \u064A\u062A\u0637\u0627\u0628\u0642 \u0645\u0639 \u0635\u064A\u063A\u0629 JSON","components.Input.error.validation.max":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0639\u0627\u0644\u064A\u0629 \u062C\u062F\u064B\u0627 {max}.","components.Input.error.validation.maxLength":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0637\u0648\u064A\u0644\u0629 \u062C\u062F\u064B\u0627 {max}.","components.Input.error.validation.min":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0642\u0644\u064A\u0644\u0629 \u062C\u062F\u064B\u0627 {min}.","components.Input.error.validation.minLength":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0642\u0635\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 {min}.","components.Input.error.validation.minSupMax":"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u0643\u0648\u0646 \u0645\u062A\u0641\u0648\u0642\u0629","components.Input.error.validation.regex":"\u0647\u0630\u0647 \u0627\u0644\u0642\u0645\u064A\u0629 \u0644\u0627 \u062A\u0637\u0627\u0628\u0642 regex.","components.Input.error.validation.required":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0645\u0637\u0644\u0648\u0628\u0629.","components.ListRow.empty":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A \u0644\u064A\u062A\u0645 \u0639\u0631\u0636\u0647\u0627.","components.OverlayBlocker.description":"\u0623\u0646\u062A \u062A\u0633\u062A\u062E\u062F\u0645 \u0645\u064A\u0632\u0629 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0625\u0639\u0627\u062F\u0629 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062E\u0627\u062F\u0645. \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u0646\u062A\u0638\u0627\u0631 \u062D\u062A\u0649 \u064A\u0639\u0648\u062F \u0627\u0644\u062E\u0627\u062F\u0645.","components.OverlayBlocker.title":"\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0634\u063A\u064A\u0644...","components.PageFooter.select":"\u0625\u062F\u062E\u0627\u0644\u0627\u062A \u0644\u0643\u0644 \u0635\u0641\u062D\u0629","components.ProductionBlocker.description":"\u0644\u0623\u063A\u0631\u0627\u0636 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u060C \u064A\u062A\u0639\u064A\u0646 \u0639\u0644\u064A\u0646\u0627 \u062A\u0639\u0637\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0641\u064A \u0628\u064A\u0626\u0627\u062A \u0623\u062E\u0631\u0649.","components.ProductionBlocker.header":"\u0647\u0630\u0647 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0645\u062A\u0627\u062D\u0629 \u0641\u0642\u0637 \u0641\u064A \u0627\u0644\u062A\u0637\u0648\u064A\u0631.","components.Wysiwyg.collapse":"\u062A\u0642\u0644\u064A\u0635","components.Wysiwyg.selectOptions.H1":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 H1","components.Wysiwyg.selectOptions.H2":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 H2","components.Wysiwyg.selectOptions.H3":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 H3","components.Wysiwyg.selectOptions.H4":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 H4","components.Wysiwyg.selectOptions.H5":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 H5","components.Wysiwyg.selectOptions.H6":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 H6","components.Wysiwyg.selectOptions.title":"\u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0648\u0627\u0646","components.WysiwygBottomControls.charactersIndicators":"\u0627\u0644\u0623\u062D\u0631\u0641","components.WysiwygBottomControls.fullscreen":"\u062A\u0648\u0633\u064A\u0639","components.WysiwygBottomControls.uploadFiles":"\u0627\u0633\u062D\u0628 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0648\u0623\u0641\u0644\u062A\u0647\u0627 \u060C \u0648\u0627\u0644\u0635\u0642\u0647\u0627 \u0645\u0646 \u0627\u0644\u062D\u0627\u0641\u0638\u0629 \u0623\u0648 {browse}.","components.WysiwygBottomControls.uploadFiles.browse":"\u062D\u062F\u062F\u0647\u0645","components.popUpWarning.message":"\u0647\u0644 \u0627\u0646\u062A \u0645\u062A\u0627\u0643\u062F \u0645\u0646 \u062D\u0630\u0641 \u0647\u0630\u0627\u061F","components.popUpWarning.title":"\u0627\u0631\u062C\u0648 \u0627\u0644\u062A\u0623\u0643\u064A\u062F","content-manager.EditRelations.title":"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0639\u0644\u0627\u0626\u0642\u064A\u0629","content-manager.components.AddFilterCTA.add":"\u0645\u0631\u0634\u062D\u0627\u062A","content-manager.components.AddFilterCTA.hide":"\u0645\u0631\u0634\u062D\u0627\u062A","content-manager.components.DraggableAttr.edit":"\u0627\u0636\u063A\u0637 \u0644\u062A\u0639\u062F\u064A\u0644","content-manager.components.EmptyAttributesBlock.button":"\u0627\u0644\u0630\u0647\u0627\u0628 \u0627\u0644\u0649 \u0635\u0641\u062D\u0629 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","content-manager.components.EmptyAttributesBlock.description":"\u064A\u0645\u0643\u0646\u0643 \u062A\u063A\u064A\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643","content-manager.components.FilterOptions.button.apply":"\u062A\u0637\u0628\u064A\u0642","content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply":"\u062A\u0637\u0628\u064A\u0642","content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll":"\u0645\u0633\u062D \u0627\u0644\u0643\u0644","content-manager.components.FiltersPickWrapper.PluginHeader.description":"\u0639\u064A\u0651\u0646 \u0627\u0644\u0634\u0631\u0648\u0637 \u0644\u062A\u0637\u0628\u064A\u0642\u0647\u0627 \u0639\u0644\u0649 \u062A\u0631\u0634\u064A\u062D \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u0627\u062A","content-manager.components.FiltersPickWrapper.PluginHeader.title.filter":"\u0645\u0631\u0634\u062D\u0627\u062A","content-manager.components.FiltersPickWrapper.hide":"\u0627\u062E\u0641\u0627\u0621","content-manager.components.LimitSelect.itemsPerPage":"\u0639\u0646\u0635\u0631 \u0628\u0627\u0644\u0635\u0641\u062D\u0629","content-manager.components.Search.placeholder":"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u062F\u062E\u0644...","content-manager.components.TableDelete.delete":"\u062D\u0630\u0641 \u0627\u0644\u0643\u0644","content-manager.components.TableDelete.deleteSelected":"\u0627\u062D\u0630\u0641 \u0627\u0644\u0645\u062E\u062A\u0627\u0631","content-manager.components.TableEmpty.withFilters":"\u0644\u0627 \u064A\u0648\u062C\u062F {contentType} \u0645\u0639 \u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A \u0627\u0644\u0645\u0637\u0628\u0642...","content-manager.components.TableEmpty.withSearch":"\u0644\u0627 \u064A\u0648\u062C\u062F {contentType} \u0645\u0637\u0627\u0628\u0642 \u0644\u0644\u0628\u062D\u062B ({search})...","content-manager.components.TableEmpty.withoutFilter":"\u0644\u0627 \u064A\u0648\u062C\u062F {contentType}...","content-manager.containers.Edit.addAnItem":"\u0627\u0636\u0627\u0641\u0629 \u0639\u0646\u0635\u0631...","content-manager.containers.Edit.clickToJump":"\u0627\u0646\u0642\u0631 \u0644\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0625\u062F\u062E\u0627\u0644","content-manager.containers.Edit.delete":"\u062D\u0630\u0641","content-manager.containers.Edit.editing":"\u0627\u0644\u062A\u0639\u062F\u064A\u0644...","content-manager.containers.Edit.reset":"\u0625\u0639\u0627\u062F\u0629","content-manager.containers.Edit.returnList":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0644\u0644\u0642\u0627\u0626\u0645\u0629","content-manager.containers.Edit.seeDetails":"\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","content-manager.containers.Edit.submit":"\u062D\u0641\u0638","content-manager.containers.Home.introduction":"\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644\u0627\u062A \u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u064A\u0645\u0646\u0649. \u0644\u0627 \u064A\u062D\u062A\u0648\u064A \u0647\u0630\u0647 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0639\u0644\u0649 \u0637\u0631\u064A\u0642\u0629 \u0645\u0646\u0627\u0633\u0628\u0629 \u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0648\u0644\u0627 \u064A\u0632\u0627\u0644 \u0642\u064A\u062F \u0627\u0644\u062A\u0637\u0648\u064A\u0631.","content-manager.containers.Home.pluginHeaderDescription":"\u0625\u062F\u0627\u0631\u0629 \u0625\u062F\u062E\u0627\u0644\u0627\u062A\u0643 \u0645\u0646 \u062E\u0644\u0627\u0644 \u0648\u0627\u062C\u0647\u0629 \u0642\u0648\u064A\u0629 \u0648\u062C\u0645\u064A\u0644\u0629.","content-manager.containers.Home.pluginHeaderTitle":"\u0645\u062F\u064A\u0631 \u0627\u0644\u0645\u062D\u062A\u0648\u0649","content-manager.containers.List.errorFetchRecords":"\u062E\u0637\u0623","content-manager.containers.ListPage.displayedFields":"\u0627\u0638\u0647\u0627\u0631 \u0627\u0644\u062D\u0642\u0648\u0644","content-manager.containers.SettingPage.attributes":"\u062D\u0642\u0648\u0644 \u0627\u0644\u0633\u0645\u0627\u062A","content-manager.containers.SettingPage.attributes.description":"\u062D\u062F\u062F \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0633\u0645\u0627\u062A","content-manager.containers.SettingPage.editSettings.description":"\u0627\u0633\u062D\u0628 \u0627\u0644\u062D\u0642\u0648\u0644 \u0648\u0623\u0641\u0644\u062A\u0647\u0627 \u0644\u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062A\u062E\u0637\u064A\u0637","content-manager.containers.SettingPage.editSettings.title":"\u0627\u0644\u062A\u0639\u062F\u064A\u0644 - \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","content-manager.containers.SettingPage.listSettings.title":"\u0642\u0627\u0626\u0645\u0629( \u0625\u0639\u062F\u0627\u062F\u0627\u062A)","content-manager.containers.SettingsPage.Block.contentType.description":"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629","content-manager.containers.SettingsPage.Block.generalSettings.title":"\u0639\u0627\u0645","content-manager.emptyAttributes.title":"\u0644\u0627 \u062A\u0648\u062C\u062F \u062D\u0642\u0648\u0644 \u0628\u0639\u062F","content-manager.error.attribute.key.taken":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0645\u0648\u062C\u0648\u062F\u0629 \u0645\u0633\u0628\u0642\u064B\u0627","content-manager.error.attribute.sameKeyAndName":"\u0644\u0627 \u062A\u062A\u0637\u0627\u0628\u0642","content-manager.error.attribute.taken":"\u0627\u0633\u0645 \u0627\u0644\u062D\u0642\u0644 \u0647\u0630\u0627 \u0645\u0648\u062C\u0648\u062F \u0645\u0633\u0628\u0642\u064B\u0627","content-manager.error.contentTypeName.taken":"\u0647\u0630\u0627 \u0627\u0644\u0623\u0633\u0645 \u0645\u0648\u062C\u0648\u062F \u0645\u0633\u0628\u0642\u064B\u0627","content-manager.error.model.fetch":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u0625\u062C\u0631\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0646\u0645\u0627\u0630\u062C.","content-manager.error.record.create":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0633\u062C\u0644.","content-manager.error.record.delete":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062D\u0630\u0641 \u0627\u0644\u0633\u062C\u0644.","content-manager.error.record.fetch":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062C\u0644\u0628.","content-manager.error.record.update":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0633\u062C\u0644.","content-manager.error.records.count":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u0625\u062D\u0636\u0627\u0631 \u0639\u062F\u062F \u0627\u0644\u0633\u062C\u0644\u0627\u062A.","content-manager.error.records.fetch":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062C\u0644\u0628 \u0627\u0644\u0633\u062C\u0644\u0627\u062A.","content-manager.error.schema.generation":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062A\u0648\u0644\u064A\u062F \u0627\u0644\u0645\u062E\u0637\u0637.","content-manager.error.validation.json":"\u0647\u0630\u0627 \u0644\u064A\u0633 JSON","content-manager.error.validation.max":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0639\u0627\u0644\u064A\u0629 \u062C\u062F\u064B\u0627.","content-manager.error.validation.maxLength":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0637\u0648\u064A\u0644\u0629 \u062C\u062F\u064B\u0627.","content-manager.error.validation.min":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0642\u0644\u064A\u0644 \u062C\u062F\u064B\u0627.","content-manager.error.validation.minLength":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0642\u0635\u064A\u0631\u0629 \u062C\u062F\u064B\u0627.","content-manager.error.validation.minSupMax":"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u0643\u0648\u0646 \u0645\u062A\u0641\u0648\u0642\u0629","content-manager.error.validation.regex":"\u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0644\u0627 \u062A\u0637\u0627\u0628\u0642 regex.","content-manager.error.validation.required":"\u0642\u064A\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u062D\u0642\u0644 \u0645\u0637\u0644\u0648\u0628\u0629.","content-manager.form.Input.bulkActions":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A \u0627\u0644\u0645\u062C\u0645\u0639\u0629","content-manager.form.Input.defaultSort":"\u0633\u0645\u0629 \u0627\u0644\u0641\u0631\u0632 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A","content-manager.form.Input.description":"\u0627\u0644\u0648\u0635\u0641","content-manager.form.Input.description.placeholder":"\u0639\u0631\u0636 \u0627\u0644\u0625\u0633\u0645 \u0641\u064A \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u064A","content-manager.form.Input.editable":"\u062D\u0642\u0644 \u0642\u0627\u0628\u0644 \u0644\u0644\u062A\u0639\u062F\u064A\u0644","content-manager.form.Input.filters":"\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0631\u0634\u064A\u062D","content-manager.form.Input.label":"\u062A\u0633\u0645\u064A\u0647","content-manager.form.Input.label.inputDescription":"\u062A\u062A\u062C\u0627\u0648\u0632 \u0647\u0630\u0647 \u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0644\u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629 \u0641\u064A \u0631\u0623\u0633 \u0627\u0644\u062C\u062F\u0648\u0644","content-manager.form.Input.pageEntries":"\u0645\u062F\u062E\u0644\u0627\u062A \u0641\u064A \u0627\u0644\u0635\u0641\u062D\u0629","content-manager.form.Input.placeholder":"\u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0646\u0627\u0626\u0628","content-manager.form.Input.placeholder.placeholder":"\u0642\u064A\u0645\u062A\u064A \u0627\u0644\u0631\u0627\u0626\u0639\u0629","content-manager.form.Input.search":"\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0628\u062D\u062B","content-manager.form.Input.search.field":"\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0628\u062D\u062B \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u062D\u0642\u0644","content-manager.form.Input.sort.field":"\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0641\u0631\u0632 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u062D\u0642\u0644","content-manager.notification.error.displayedFields":"\u0623\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u062D\u0642\u0644 \u0645\u0639\u0631\u0648\u0636 \u0648\u0627\u062D\u062F \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644","content-manager.notification.error.relationship.fetch":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u062C\u0644\u0628 \u0627\u0644\u0639\u0644\u0627\u0642\u0629.","content-manager.notification.info.SettingPage.disableSort":"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0644\u062F\u064A\u0643 \u0633\u0645\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0639 \u0627\u0644\u0641\u0631\u0632 \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647","content-manager.pageNotFound":"\u0627\u0644\u0635\u0641\u062D\u0629 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F","content-manager.plugin.description.long":"\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u0634\u0627\u0647\u062F\u0629 \u0648\u062A\u062D\u0631\u064A\u0631 \u0648\u062D\u0630\u0641 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0641\u064A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.","content-manager.plugin.description.short":"\u0637\u0631\u064A\u0642\u0629 \u0633\u0631\u064A\u0639\u0629 \u0644\u0645\u0634\u0627\u0647\u062F\u0629 \u0648\u062A\u062D\u0631\u064A\u0631 \u0648\u062D\u0630\u0641 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0641\u064A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.","content-manager.popUpWarning.bodyMessage.contentType.delete":"\u0647\u0644 \u0627\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0645\u062F\u062E\u0644\u061F","content-manager.popUpWarning.bodyMessage.contentType.delete.all":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0647\u0630\u0647 \u0627\u0644\u0623\u062F\u062E\u0627\u0644\u0627\u062A\u061F","content-manager.popUpWarning.warning.cancelAllSettings":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u062A\u0639\u062F\u064A\u0644\u0627\u062A\u0643\u061F","content-manager.popUpWarning.warning.updateAllSettings":"\u0633\u064A\u0624\u062F\u064A \u0630\u0644\u0643 \u0625\u0644\u0649 \u062A\u0639\u062F\u064A\u0644 \u062C\u0645\u064A\u0639 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643","content-manager.success.record.delete":"\u062D\u064F\u0630\u0641","content-manager.success.record.save":"\u062D\u064F\u0641\u0638","notification.error":"\u062D\u062F\u062B \u062E\u0637\u0623","notification.error.layout":"\u062A\u0639\u0630\u0651\u0631 \u0627\u0633\u062A\u0631\u062F\u0627\u062F \u0627\u0644\u062A\u0646\u0633\u064A\u0642","request.error.model.unknown":"\u0647\u0630\u0627 \u0627\u0644\u0646\u0645\u0648\u0630\u062C \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F"}')}}]);
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[2812],{19150:function(b,P,t){t.d(P,{R:function(){return M}});var e=t(20108),o=t(24989),p=t(33348);function M(m={},h={}){const{id:v="",...L}=m,y=(0,p.stringify)(L,{encode:!1}),{get:f}=(0,o.kY)(),{data:u,isError:n,isLoading:A,refetch:R}=(0,e.useQuery)(["users",v,L],async()=>{const{data:{data:x}}=await f(`/admin/users/${v}${y?`?${y}`:""}`);return x},h);let j=[];return v&&u?j=[u]:Array.isArray(u?.results)&&(j=u.results),{users:j,pagination:u?.pagination??null,isLoading:A,isError:n,refetch:R}}},83196:function(b,P,t){var e=t(32735),o=t(60216),p=t.n(o),M=t(67879),m=t(72850),h=t(41415),v=t(5644),L=t(24989);const y=({displayedFilters:f})=>{const[u,n]=(0,e.useState)(!1),{formatMessage:A}=(0,M.Z)(),R=(0,e.useRef)(),j=()=>{n(x=>!x)};return e.createElement(e.Fragment,null,e.createElement(m.x,{paddingTop:1,paddingBottom:1},e.createElement(h.z,{variant:"tertiary",ref:R,startIcon:e.createElement(v.Z,null),onClick:j,size:"S"},A({id:"app.utils.filters",defaultMessage:"Filters"})),u&&e.createElement(L.J5,{displayedFilters:f,isVisible:u,onToggle:j,source:R})),e.createElement(L.W$,{filtersSchema:f}))};y.propTypes={displayedFilters:p().arrayOf(p().shape({name:p().string.isRequired,metadatas:p().shape({label:p().string}),fieldSchema:p().shape({type:p().string})})).isRequired},P.Z=y},71765:function(b,P,t){t.r(P),t.d(P,{default:function(){return oe}});var e=t(32735),o=t(24989),p=t(83983),M=t(67879),m=t(96709),h=t(17e3),v=t(72850),L=t(27649),y=t(82055),f=t(99223),u=t(60216),n=t.n(u),A=t(35658),R=t(94547),j=t(19786),x=t(49372),S=t(87933),re=t(50563),ie=t(54894),X=t(96315),G=()=>{const{formatDate:s}=(0,M.Z)();return c=>{const l=(0,X.Z)(c),E=s(l,{dateStyle:"long"}),r=s(l,{timeStyle:"medium",hourCycle:"h24"});return`${E}, ${r}`}};const w={"entry.create":"Create entry{model, select, undefined {} other { ({model})}}","entry.update":"Update entry{model, select, undefined {} other { ({model})}}","entry.delete":"Delete entry{model, select, undefined {} other { ({model})}}","entry.publish":"Publish entry{model, select, undefined {} other { ({model})}}","entry.unpublish":"Unpublish entry{model, select, undefined {} other { ({model})}}","media.create":"Create media","media.update":"Update media","media.delete":"Delete media","media-folder.create":"Create media folder","media-folder.update":"Update media folder","media-folder.delete":"Delete media folder","user.create":"Create user","user.update":"Update user","user.delete":"Delete user","admin.auth.success":"Admin login","admin.logout":"Admin logout","content-type.create":"Create content type","content-type.update":"Update content type","content-type.delete":"Delete content type","component.create":"Create component","component.update":"Update component","component.delete":"Delete component","role.create":"Create role","role.update":"Update role","role.delete":"Delete role","permission.create":"Create permission","permission.update":"Update permission","permission.delete":"Delete permission"},Z=s=>w[s]||s,V=({headers:s,rows:g,onOpenModal:c})=>{const{formatMessage:l}=(0,M.Z)(),E=G(),r=({type:d,value:i,model:D})=>d==="date"?E(i):d==="action"?l({id:`Settings.permissions.auditLogs.${i}`,defaultMessage:Z(i)},{model:D}):i||"-";return e.createElement(A.p,null,g.map(d=>e.createElement(R.Tr,{key:d.id,...(0,o.X7)({fn:()=>c(d.id)})},s.map(({key:i,name:D,cellFormatter:C})=>e.createElement(j.Td,{key:i},e.createElement(x.Z,{textColor:"neutral800"},r({type:i,value:C?C(d[D]):d[D],model:d.payload?.model})))),e.createElement(j.Td,{...o.UW},e.createElement(S.k,{justifyContent:"end"},e.createElement(re.h,{onClick:()=>c(d.id),"aria-label":l({id:"app.component.table.view",defaultMessage:"{target} details"},{target:`${d.action} action`}),noBorder:!0,icon:e.createElement(ie.Z,null)}))))))};V.defaultProps={rows:[]},V.propTypes={headers:n().array.isRequired,rows:n().array,onOpenModal:n().func.isRequired};var le=V,de=[{name:"action",key:"action",metadatas:{label:{id:"Settings.permissions.auditLogs.action",defaultMessage:"Action"},sortable:!0}},{name:"date",key:"date",metadatas:{label:{id:"Settings.permissions.auditLogs.date",defaultMessage:"Date"},sortable:!0}},{key:"user",name:"user",metadatas:{label:{id:"Settings.permissions.auditLogs.user",defaultMessage:"User"},sortable:!1},cellFormatter:s=>s?s.displayName:""}];const U=({pagination:s})=>e.createElement(v.x,{paddingTop:4},e.createElement(S.k,{alignItems:"flex-end",justifyContent:"space-between"},e.createElement(o.v4,null),e.createElement(o.tU,{pagination:s})));U.defaultProps={pagination:{pageCount:0,pageSize:50,total:0}},U.propTypes={pagination:n().shape({page:n().number,pageCount:n().number,pageSize:n().number,total:n().number})};var a=U,O=t(20108),_=t(85025),Q=t(55225),W=t(11299),N=t(31600),ue=t(23866),ce=t(15335),me=t(88807);const K=({actionLabel:s,actionName:g})=>e.createElement(S.k,{direction:"column",alignItems:"baseline",gap:1},e.createElement(x.Z,{textColor:"neutral600",variant:"sigma"},s),e.createElement(x.Z,{textColor:"neutral600"},g));K.propTypes={actionLabel:n().string.isRequired,actionName:n().string.isRequired};var B=K;const H=({status:s,data:g,formattedDate:c})=>{const{formatMessage:l}=(0,M.Z)();if(s==="loading")return e.createElement(S.k,{padding:7,justifyContent:"center",alignItems:"center"},e.createElement(ue.a,null,"Loading content..."));const{action:E,user:r,payload:d}=g;return e.createElement(e.Fragment,null,e.createElement(v.x,{marginBottom:3},e.createElement(x.Z,{variant:"delta",id:"title"},l({id:"Settings.permissions.auditLogs.details",defaultMessage:"Log Details"}))),e.createElement(ce.r,{gap:4,gridCols:2,paddingTop:4,paddingBottom:4,paddingLeft:6,paddingRight:6,marginBottom:4,background:"neutral100",hasRadius:!0},e.createElement(B,{actionLabel:l({id:"Settings.permissions.auditLogs.action",defaultMessage:"Action"}),actionName:l({id:`Settings.permissions.auditLogs.${E}`,defaultMessage:Z(E)},{model:d?.model})}),e.createElement(B,{actionLabel:l({id:"Settings.permissions.auditLogs.date",defaultMessage:"Date"}),actionName:c}),e.createElement(B,{actionLabel:l({id:"Settings.permissions.auditLogs.user",defaultMessage:"User"}),actionName:r?.displayName||"-"}),e.createElement(B,{actionLabel:l({id:"Settings.permissions.auditLogs.userId",defaultMessage:"User ID"}),actionName:r?.id.toString()||"-"})),e.createElement(me.V,{value:JSON.stringify(d,null,2),disabled:!0,label:l({id:"Settings.permissions.auditLogs.payload",defaultMessage:"Payload"})}))};H.defaultProps={data:{}},H.propTypes={status:n().oneOf(["idle","loading","error","success"]).isRequired,data:n().shape({action:n().string,date:n().string,payload:n().object,user:n().object}),formattedDate:n().string.isRequired};var ge=H;const k=({handleClose:s,logId:g})=>{const{get:c}=(0,o.kY)(),l=(0,o.lm)(),E=async C=>{const{data:$}=await c(`/admin/audit-logs/${C}`);if(!$)throw new Error("Audit log not found");return $},{data:r,status:d}=(0,O.useQuery)(["audit-log",g],()=>E(g),{onError(){l({type:"warning",message:{id:"notification.error",defaultMessage:"An error occured"}}),s()}}),i=G(),D=r?i(r.date):"";return e.createElement(_.P,{onClose:s,labelledBy:"title"},e.createElement(Q.x,null,e.createElement(W.O,{label:D,id:"title"},e.createElement(W.$,null,D))),e.createElement(N.f,null,e.createElement(ge,{status:d,data:r,formattedDate:D})))};k.propTypes={handleClose:n().func.isRequired,logId:n().string.isRequired};var pe=k,he=t(83196),Ee=t(21428),z=t(90333);const J=({value:s,options:g,onChange:c})=>{const{formatMessage:l}=(0,M.Z)(),E=l({id:"Settings.permissions.auditLogs.filter.aria-label",defaultMessage:"Search and select an option to filter"});return e.createElement(Ee.hQ,{"aria-label":E,value:s,onChange:c},g.map(({label:r,customValue:d})=>e.createElement(z.O,{key:d,value:d},r)))};J.defaultProps={value:null},J.propTypes={value:n().string,options:n().arrayOf(n().shape({label:n().string.isRequired,customValue:n().string.isRequired}).isRequired).isRequired,onChange:n().func.isRequired};var q=J;const Y=[{intlLabel:{id:"components.FilterOptions.FILTER_TYPES.$eq",defaultMessage:"is"},value:"$eq"},{intlLabel:{id:"components.FilterOptions.FILTER_TYPES.$ne",defaultMessage:"is not"},value:"$ne"}];var te=({formatMessage:s,users:g,canReadUsers:c})=>{const l=Object.keys(w).map(r=>({label:s({id:`Settings.permissions.auditLogs.${r}`,defaultMessage:Z(r)},{model:void 0}),customValue:r})),E=[{name:"action",metadatas:{customOperators:Y,label:s({id:"Settings.permissions.auditLogs.action",defaultMessage:"Action"}),options:l,customInput:q},fieldSchema:{type:"enumeration"}},{name:"date",metadatas:{label:s({id:"Settings.permissions.auditLogs.date",defaultMessage:"Date"})},fieldSchema:{type:"datetime"}}];if(c&&g){const r=i=>i.username?i.username:i.firstname&&i.lastname?s({id:"Settings.permissions.auditLogs.user.fullname",defaultMessage:"{firstname} {lastname}"},{firstname:i.firstname,lastname:i.lastname}):i.email,d=g.map(i=>({label:r(i),customValue:i.id.toString()}));return[...E,{name:"user",metadatas:{customOperators:Y,label:s({id:"Settings.permissions.auditLogs.user",defaultMessage:"User"}),options:d,customInput:q},fieldSchema:{type:"relation",mainField:{name:"id"}}}]}return E},fe=t(53038),ae=t(19150),se=({canReadAuditLogs:s,canReadUsers:g})=>{const{get:c}=(0,o.kY)(),{search:l}=(0,fe.TH)(),E=(0,o.lm)(),r={keepPreviousData:!0,retry:!1,staleTime:1e3*20,onError:I=>E({type:"warning",message:I.message})},{users:d,isError:i,isLoading:D}=(0,ae.R)({},{...r,enabled:g,staleTime:2*(1e3*60)}),{data:C,isLoading:$,isError:F}=(0,O.useQuery)(["auditLogs",l],async({queryKey:I})=>{const Me=I[1],{data:Le}=await c(`/admin/audit-logs${Me}`);return Le},{...r,enabled:s});return{auditLogs:C,users:d,isLoading:D||$,hasError:F||i}};const ve={...p.Z.settings.auditLogs,readUsers:p.Z.settings.users.read};var ne=()=>{const{formatMessage:s}=(0,M.Z)(),{allowedActions:{canRead:g,canReadUsers:c}}=(0,o.ss)(ve),[{query:l},E]=(0,o.Kx)(),{auditLogs:r,users:d,isLoading:i,hasError:D}=se({canReadAuditLogs:g,canReadUsers:c});(0,o.go)();const C=te({formatMessage:s,users:d,canReadUsers:c}),$=s({id:"global.auditLogs",defaultMessage:"Audit Logs"}),F=de.map(I=>({...I,metadatas:{...I.metadatas,label:s(I.metadatas.label)}}));return D?e.createElement(m.A,null,e.createElement(h.D,null,e.createElement(v.x,{paddingTop:8},e.createElement(o.Hn,null)))):e.createElement(L.o,{"aria-busy":i},e.createElement(o.SL,{name:$}),e.createElement(y.T,{title:$,subtitle:s({id:"Settings.permissions.auditLogs.listview.header.subtitle",defaultMessage:"Logs of all the activities that happened in your environment"})}),e.createElement(f.Z,{startActions:e.createElement(he.Z,{displayedFilters:C})}),e.createElement(h.D,{canRead:g},e.createElement(o.tM,{contentType:"Audit logs",headers:F,rows:r?.results||[],withBulkActions:!0,isLoading:i},e.createElement(le,{headers:F,rows:r?.results||[],onOpenModal:I=>E({id:I})})),e.createElement(a,{pagination:r?.pagination})),l?.id&&e.createElement(pe,{handleClose:()=>E({id:null},"remove"),logId:l.id}))},oe=()=>e.createElement(o.O4,{permissions:p.Z.settings.auditLogs.main},e.createElement(ne,null))},11299:function(b,P,t){t.d(P,{$:function(){return y},O:function(){return f}});var e=t(74512),o=t(77277),p=t(8471),M=t(3685),m=t(87933),h=t(72850),v=t(49372);const L=(0,p.ZP)(m.k)`
|
|
2
|
-
svg {
|
|
3
|
-
height: ${10/16}rem;
|
|
4
|
-
width: ${10/16}rem;
|
|
5
|
-
path {
|
|
6
|
-
fill: ${({theme:u})=>u.colors.neutral500};
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
:last-of-type ${h.x} {
|
|
10
|
-
display: none;
|
|
11
|
-
}
|
|
12
|
-
:last-of-type ${v.Z} {
|
|
13
|
-
color: ${({theme:u})=>u.colors.neutral800};
|
|
14
|
-
font-weight: ${({theme:u})=>u.fontWeights.bold};
|
|
15
|
-
}
|
|
16
|
-
`,y=({children:u})=>(0,e.jsxs)(L,{inline:!0,as:"li",children:[(0,e.jsx)(v.Z,{variant:"pi",textColor:"neutral600",children:u}),(0,e.jsx)(h.x,{"aria-hidden":!0,paddingLeft:3,paddingRight:3,children:(0,e.jsx)(o.Z,{})})]});y.displayName="Crumb";const f=({children:u,label:n,...A})=>(0,e.jsxs)(m.k,{...A,children:[(0,e.jsx)(M.T,{children:n}),(0,e.jsx)("ol",{"aria-hidden":!0,children:u})]});f.displayName="Breadcrumbs"},21428:function(b,P,t){t.d(P,{Wx:function(){return de},XU:function(){return Pe},hQ:function(){return X}});var e=t(74512),o=t(32735),p=t(35331),M=t(16899),m=t(42345),h=t(8471),v=t(14268),L=t(95976),y=t(74971),f=t(36971),u=t(30350),n=t(23866),A=t(72850),R=t(49372),j=t(87107),x=t(87933),S=t(28847),re=t(67014),ie=t(47851);const X=({children:a,clearLabel:O="clear",creatable:_=!1,createMessage:Q=s=>`Create "${s}"`,defaultFilterValue:W,defaultTextValue:N,defaultOpen:ue=!1,open:ce,onOpenChange:me,disabled:K=!1,error:B,filterValue:H,hasMoreItems:ge=!1,hint:k,id:pe,label:he,labelAction:Ee,loading:z=!1,loadingMessage:J="Loading content...",noOptionsMessage:q=()=>"No results found",onChange:Y,onClear:ee,onCreateOption:te,onFilterValueChange:fe,onInputChange:ae,onTextValueChange:xe,onLoadMore:se,placeholder:ve="Select or enter a value",required:ye=!1,startIcon:ne,textValue:Oe,value:oe})=>{const[s,g]=(0,L.T)({prop:ce,defaultProp:ue,onChange:me}),[c,l]=(0,L.T)({prop:Oe,defaultProp:N,onChange:xe}),[E,r]=(0,L.T)({prop:H,defaultProp:W,onChange:fe}),d=o.useRef(null),i=o.useRef(null),D=o.useRef(null),C=(0,y.M)(pe),$=T=>{ee&&!K&&(l(""),r(""),ee(T),i.current.focus())},F=T=>{g(T)},I=T=>{l(T)},Me=T=>{r(T)},Le=T=>{ae&&ae(T)},Re=T=>{Y&&Y(T)},Ae=(0,y.M)(),Ce=`intersection-${(0,v.B)(Ae)}`,je=T=>{se&&ge&&!z&&se(T)},Te=()=>{te&&c&&te(c)};(0,f.s)(d,je,{selectorToWatch:`#${Ce}`,skipWhen:!s});const Ie=`${C}-hint`,$e=`${C}-error`;return(0,e.jsx)(j.g,{hint:k,error:B,id:C,required:ye,children:(0,e.jsxs)(x.k,{direction:"column",alignItems:"stretch",gap:1,children:[(0,e.jsx)(S.Q,{action:Ee,children:he}),(0,e.jsxs)(m.hQ.Root,{autocomplete:_?"list":"both",open:s,onOpenChange:F,onTextValueChange:I,textValue:c,allowCustomValue:!0,disabled:K,required:ye,value:oe===null?void 0:oe,onValueChange:Re,filterValue:E,onFilterValueChange:Me,children:[(0,e.jsxs)(w,{$hasError:!!B,children:[(0,e.jsxs)(x.k,{flex:"1",as:"span",gap:3,children:[ne?(0,e.jsx)(A.x,{as:"span","aria-hidden":!0,children:ne}):null,(0,e.jsx)(Z,{placeholder:ve,id:C,"aria-invalid":!!B,"aria-labelledby":`${Ie} ${$e}`,onChange:Le,ref:i})]}),(0,e.jsxs)(x.k,{as:"span",gap:3,children:[c&&ee?(0,e.jsx)(G,{as:"button",hasRadius:!0,background:"transparent",type:"button",onClick:$,"aria-disabled":K,"aria-label":O,title:O,ref:D,children:(0,e.jsx)(p.Z,{})}):null,(0,e.jsx)(V,{children:(0,e.jsx)(M.Z,{})})]})]}),(0,e.jsx)(m.hQ.Portal,{children:(0,e.jsx)(le,{sideOffset:4,children:(0,e.jsxs)(De,{ref:d,children:[a,_?(0,e.jsx)(m.hQ.CreateItem,{onPointerUp:Te,onClick:Te,asChild:!0,children:(0,e.jsx)(U,{children:(0,e.jsx)(R.Z,{children:Q(c??"")})})}):null,!_&&!z?(0,e.jsx)(m.hQ.NoValueFound,{asChild:!0,children:(0,e.jsx)(U,{$hasHover:!1,children:(0,e.jsx)(R.Z,{children:q(c??"")})})}):null,z?(0,e.jsx)(x.k,{justifyContent:"center",alignItems:"center",paddingTop:2,paddingBottom:2,children:(0,e.jsx)(n.a,{small:!0,children:J})}):null,(0,e.jsx)(A.x,{id:Ce,width:"100%",height:"1px"})]})})})]}),(0,e.jsx)(re.J,{}),(0,e.jsx)(ie.c,{})]})})},Pe=a=>(0,e.jsx)(X,{...a,creatable:!0}),G=(0,h.ZP)(A.x)`
|
|
17
|
-
border: none;
|
|
18
|
-
|
|
19
|
-
svg {
|
|
20
|
-
height: ${11/16}rem;
|
|
21
|
-
width: ${11/16}rem;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
svg path {
|
|
25
|
-
fill: ${({theme:a})=>a.colors.neutral600};
|
|
26
|
-
}
|
|
27
|
-
`,w=(0,h.ZP)(m.hQ.Trigger)`
|
|
28
|
-
position: relative;
|
|
29
|
-
border: 1px solid ${({theme:a,$hasError:O})=>O?a.colors.danger600:a.colors.neutral200};
|
|
30
|
-
padding-right: ${({theme:a})=>a.spaces[3]};
|
|
31
|
-
padding-left: ${({theme:a})=>a.spaces[3]};
|
|
32
|
-
border-radius: ${({theme:a})=>a.borderRadius};
|
|
33
|
-
background: ${({theme:a})=>a.colors.neutral0};
|
|
34
|
-
overflow: hidden;
|
|
35
|
-
display: flex;
|
|
36
|
-
align-items: center;
|
|
37
|
-
justify-content: space-between;
|
|
38
|
-
gap: ${({theme:a})=>a.spaces[4]};
|
|
39
|
-
|
|
40
|
-
&[data-disabled] {
|
|
41
|
-
color: ${({theme:a})=>a.colors.neutral600};
|
|
42
|
-
background: ${({theme:a})=>a.colors.neutral150};
|
|
43
|
-
cursor: not-allowed;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/* Required to ensure the below inputFocusStyles are adhered too */
|
|
47
|
-
&:focus-visible {
|
|
48
|
-
outline: none;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
${({theme:a,$hasError:O})=>(0,u.k3)()({theme:a,hasError:O})};
|
|
52
|
-
`,Z=(0,h.ZP)(m.hQ.TextInput)`
|
|
53
|
-
width: 100%;
|
|
54
|
-
font-size: ${14/16}rem;
|
|
55
|
-
color: ${({theme:a})=>a.colors.neutral800};
|
|
56
|
-
min-height: ${40/16}rem;
|
|
57
|
-
border: none;
|
|
58
|
-
background-color: transparent;
|
|
59
|
-
|
|
60
|
-
&:focus-visible {
|
|
61
|
-
outline: none;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
&[aria-disabled='true'] {
|
|
65
|
-
cursor: inherit;
|
|
66
|
-
}
|
|
67
|
-
`,V=(0,h.ZP)(m.hQ.Icon)`
|
|
68
|
-
& > svg {
|
|
69
|
-
width: ${6/16}rem;
|
|
70
|
-
|
|
71
|
-
& > path {
|
|
72
|
-
fill: ${({theme:a})=>a.colors.neutral600};
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&[aria-disabled='true'] {
|
|
77
|
-
cursor: inherit;
|
|
78
|
-
}
|
|
79
|
-
`,le=(0,h.ZP)(m.hQ.Content)`
|
|
80
|
-
background: ${({theme:a})=>a.colors.neutral0};
|
|
81
|
-
box-shadow: ${({theme:a})=>a.shadows.filterShadow};
|
|
82
|
-
border: 1px solid ${({theme:a})=>a.colors.neutral150};
|
|
83
|
-
border-radius: ${({theme:a})=>a.borderRadius};
|
|
84
|
-
width: var(--radix-combobox-trigger-width);
|
|
85
|
-
/* This is from the design-system figma file. */
|
|
86
|
-
max-height: 15rem;
|
|
87
|
-
z-index: ${({theme:a})=>a.zIndices[1]};
|
|
88
|
-
`,De=(0,h.ZP)(m.hQ.Viewport)`
|
|
89
|
-
padding: ${({theme:a})=>a.spaces[1]};
|
|
90
|
-
`,de=o.forwardRef(({children:a,value:O,disabled:_,textValue:Q,...W},N)=>(0,e.jsx)(m.hQ.ComboboxItem,{asChild:!0,value:O,disabled:_,textValue:Q,children:(0,e.jsx)(U,{ref:N,...W,children:(0,e.jsx)(m.hQ.ItemText,{asChild:!0,children:(0,e.jsx)(R.Z,{children:a})})})})),U=h.ZP.div`
|
|
91
|
-
width: 100%;
|
|
92
|
-
border: none;
|
|
93
|
-
text-align: left;
|
|
94
|
-
outline-offset: -3px;
|
|
95
|
-
padding: ${({theme:a})=>a.spaces[2]} ${({theme:a})=>a.spaces[4]};
|
|
96
|
-
background-color: ${({theme:a})=>a.colors.neutral0};
|
|
97
|
-
border-radius: ${({theme:a})=>a.borderRadius};
|
|
98
|
-
user-select: none;
|
|
99
|
-
|
|
100
|
-
&[data-selected] {
|
|
101
|
-
background-color: ${({theme:a})=>a.colors.primary100};
|
|
102
|
-
|
|
103
|
-
${R.Z} {
|
|
104
|
-
color: ${({theme:a})=>a.colors.primary600};
|
|
105
|
-
font-weight: bold;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
&:hover,
|
|
110
|
-
&[data-highlighted] {
|
|
111
|
-
outline: none;
|
|
112
|
-
background-color: ${({theme:a,$hasHover:O=!0})=>O?a.colors.primary100:a.colors.neutral0};
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
&[data-highlighted] {
|
|
116
|
-
${R.Z} {
|
|
117
|
-
color: ${({theme:a})=>a.colors.primary600};
|
|
118
|
-
font-weight: bold;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
`},90333:function(b,P,t){t.d(P,{O:function(){return o}});var e=t(21428);const o=e.Wx},99223:function(b,P,t){t.d(P,{Z:function(){return y}});var e=t(74512),o=t(32735),p=t(60216),M=t(8471),m=t(87933),h=t(72850);const v=(0,M.ZP)(m.k)`
|
|
122
|
-
& > * + * {
|
|
123
|
-
margin-left: ${({theme:f})=>f.spaces[2]};
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
margin-left: ${({pullRight:f})=>f?"auto":void 0};
|
|
127
|
-
`,L=(0,M.ZP)(v)`
|
|
128
|
-
flex-shrink: 0;
|
|
129
|
-
`,y=({startActions:f,endActions:u})=>f||u?(0,e.jsx)(h.x,{paddingLeft:10,paddingRight:10,children:(0,e.jsx)(h.x,{paddingBottom:4,children:(0,e.jsxs)(m.k,{justifyContent:"space-between",alignItems:"flex-start",children:[f&&(0,e.jsx)(v,{wrap:"wrap",children:f}),u&&(0,e.jsx)(L,{pullRight:!0,children:u})]})})}):null;y.defaultProps={endActions:void 0,startActions:void 0},y.propTypes={endActions:p.node,startActions:p.node}}}]);
|