@bigbinary/neeto-image-uploader-frontend 2.3.27 → 2.3.28

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.
@@ -0,0 +1,79 @@
1
+ {
2
+ "neetoImageUploader": {
3
+ "common": {
4
+ "imageLibrary": "इमेज लाइब्रेरी",
5
+ "image": "चित्र",
6
+ "noImages": "लाइब्रेरी में कोई चित्र नहीं मिला",
7
+ "dropHere": "फाइल यहाँ डालें"
8
+ },
9
+ "unsplash": {
10
+ "errorMessage": "कुछ गलत हुआ! कृपया बाद में पुनः प्रयास करें।",
11
+ "poweredByUnsplash": "<a> द्वारा संचालित <strong>Unsplash</strong></a>"
12
+ },
13
+ "labels": {
14
+ "back": "वापस",
15
+ "done": "पूर्ण",
16
+ "height": "ऊँचाई",
17
+ "lockAspectRatio": "आस्पेक्ट रेशियो लॉक करें",
18
+ "selectOriginalImage": "मूल चित्र चुनें",
19
+ "uploadImage": "चित्र अपलोड करें",
20
+ "myImages": "मेरे चित्र",
21
+ "unsplash": "Unsplash",
22
+ "unsplashImages": "Unsplash चित्र",
23
+ "uploadFromLink": "लिंक से अपलोड करें",
24
+ "width": "चौड़ाई",
25
+ "imageQuality": "चित्र गुणवत्ता",
26
+ "searchTheWeb": "वेब पर खोजें",
27
+ "addImage": "चित्र जोड़ें",
28
+ "logoSize": "लोगो का आकार",
29
+ "alignment": "संरेखण",
30
+ "logoAltText": "लोगो का वैकल्पिक पाठ",
31
+ "leftAlign": "बाईं ओर संरेखित करें",
32
+ "centerAlign": "केंद्र में संरेखित करें",
33
+ "rightAlign": "दाईं ओर संरेखित करें"
34
+ },
35
+ "placeholders": {
36
+ "searchImage": "नाम से खोजें",
37
+ "searchImageFromWeb": "वेब से चित्र खोजें"
38
+ },
39
+ "link": {
40
+ "cancel": "रद्द करें",
41
+ "error": "अमान्य यूआरएल",
42
+ "label": "चित्र के लिए एक लिंक रखें",
43
+ "placeholder": "https://example.com/image.jpg",
44
+ "upload": "अपलोड करें"
45
+ },
46
+ "imageEditor": {
47
+ "aspectRatio": "आस्पेक्ट रेशियो"
48
+ },
49
+ "imageUpload": {
50
+ "change": "बदलें",
51
+ "images": "चित्र",
52
+ "imageLibrary": "इमेज लाइब्रेरी",
53
+ "remove": "हटाएं",
54
+ "dragAndDropOrBrowseFile": "खींचें और छोड़ें या <span>अपलोड</span> करें।",
55
+ "selectImagefromImageLibrary": "से चुनें <span>चित्र लाइब्रेरी</span>।",
56
+ "edit": "संपादित करें",
57
+ "genericError": "कुछ गलत हुआ।",
58
+ "fileSizeError": "फाइल का आकार बहुत बड़ा है",
59
+ "fileTypeError": "फाइल प्रकार समर्थित नहीं है",
60
+ "fileDimensionError": "चित्र का आयाम बहुत बड़ा है। अधिकतम 12000px x 12000px है।",
61
+ "restrictionMessage": "{{fileTypes, anyCase}}। अधिकतम {{size}} MB।",
62
+ "uploadedImage": "अपलोड किया गया चित्र",
63
+ "dragDropOrBrowseOrImageLibrary": "खींचें और छोड़ें या <span>ब्राउज़</span> एक फाइल या <span>चित्र लाइब्रेरी</span> से चुनें।",
64
+ "idealImageSizeInfo": "इष्टतम चित्र आकार: {{width}}x{{height}}px।"
65
+ },
66
+ "errors": {
67
+ "sdkKeysMissing": "SDK के प्रारंभिककरण के दौरान missing urlEndpoint",
68
+ "imagekitKeysMissing": "ImageKit प्रारंभिककरण कुंजियाँ प्रदान नहीं की गई हैं"
69
+ },
70
+ "deleteConfirmation": {
71
+ "delete": "हटाएं",
72
+ "title": "चित्र को स्थायी रूप से हटाएं?",
73
+ "message": "इस चित्र को हटाने से यह आपके सभी कार्यक्षेत्रों से स्थायी रूप से हटा दिया जाएगा। यह क्रिया पूर्ववत नहीं की जा सकती और जहाँ भी चित्र का उपयोग किया जा रहा है, वहां डेटा हानि का परिणाम होगा।"
74
+ },
75
+ "tooltips": {
76
+ "logoAltText": "लोगो के लिए वैकल्पिक पाठ जोड़ें।"
77
+ }
78
+ }
79
+ }
@@ -10,8 +10,8 @@ import '@bigbinary/neetoui/Toastr';
10
10
  import '@bigbinary/neetoui/Typography';
11
11
  import 'ramda';
12
12
  import 'react-i18next';
13
- import './utils-DUdURByR.js';
14
- export { M as default } from './index-C3P9qSKi.js';
13
+ import './utils-sBJlABIN.js';
14
+ export { M as default } from './index-ieXbrlwE.js';
15
15
  import './useImageUploader-BhXn2rPO.js';
16
16
  import './index-1joql7CE.js';
17
17
  import 'react/jsx-runtime';
@@ -4,7 +4,7 @@ import classnames from 'classnames';
4
4
  import { noop } from '@bigbinary/neeto-cist';
5
5
  import Delete from '@bigbinary/neeto-icons/Delete';
6
6
  import Button from '@bigbinary/neetoui/Button';
7
- import { i as isNilOrEmpty, a as isNotNilOrEmpty, I as IMAGE_WRAPPER_CLASSNAME, b as ImageDirectUpload } from './utils-DUdURByR.js';
7
+ import { i as isNilOrEmpty, a as isNotNilOrEmpty, I as IMAGE_WRAPPER_CLASSNAME, b as ImageDirectUpload } from './utils-sBJlABIN.js';
8
8
  import { I as ImageWithFallback } from './ImageWithFallback-Csv6Oivd.js';
9
9
  import { jsx, jsxs } from 'react/jsx-runtime';
10
10
  import '@bigbinary/neetoui/Typography';
package/dist/ImageForm.js CHANGED
@@ -24,13 +24,13 @@ import '@babel/runtime/regenerator';
24
24
  import '@bigbinary/neeto-commons-frontend/initializers';
25
25
  import '@bigbinary/neeto-icons/MenuHorizontal';
26
26
  import '@bigbinary/neetoui/Dropdown';
27
- import './utils-DUdURByR.js';
27
+ import './utils-sBJlABIN.js';
28
28
  import '@bigbinary/neetoui/ProgressBar';
29
29
  import 'react-dropzone';
30
30
  import '@bigbinary/neetoui/Toastr';
31
31
  import './index-1joql7CE.js';
32
32
  import './ImageWithFallback-Csv6Oivd.js';
33
- import './index-C3P9qSKi.js';
33
+ import './index-ieXbrlwE.js';
34
34
  import '@bigbinary/neetoui/Modal';
35
35
  import '@bigbinary/neetoui/Tab';
36
36
  import './useImageUploader-BhXn2rPO.js';
@@ -11,9 +11,9 @@ import MenuHorizontal from '@bigbinary/neeto-icons/MenuHorizontal';
11
11
  import Dropdown from '@bigbinary/neetoui/Dropdown';
12
12
  import { mergeRight } from 'ramda';
13
13
  import { useTranslation } from 'react-i18next';
14
- import { D as DEFAULT_UPLOAD_CONFIG, O as OPTION_KEYS, i as isNilOrEmpty, a as isNotNilOrEmpty, I as IMAGE_WRAPPER_CLASSNAME, b as ImageDirectUpload } from './utils-DUdURByR.js';
14
+ import { D as DEFAULT_UPLOAD_CONFIG, O as OPTION_KEYS, i as isNilOrEmpty, a as isNotNilOrEmpty, I as IMAGE_WRAPPER_CLASSNAME, b as ImageDirectUpload } from './utils-sBJlABIN.js';
15
15
  import { I as ImageWithFallback } from './ImageWithFallback-Csv6Oivd.js';
16
- import { M as Modal, c as constructCloudflareImageURL } from './index-C3P9qSKi.js';
16
+ import { M as Modal, c as constructCloudflareImageURL } from './index-ieXbrlwE.js';
17
17
  import { a as useCreateBlob, u as useImageUploader, g as generateASCIIFileName } from './useImageUploader-BhXn2rPO.js';
18
18
  import { C as CLOUD_FLARE, I as IS_DEVELOPMENT_OR_HEROKU_ENV } from './index-1joql7CE.js';
19
19
  import { jsxs, jsx } from 'react/jsx-runtime';
@@ -12,8 +12,8 @@ require('@bigbinary/neetoui/Toastr');
12
12
  require('@bigbinary/neetoui/Typography');
13
13
  require('ramda');
14
14
  require('react-i18next');
15
- require('../utils-CgitprRH.js');
16
- var AssetLibrary = require('../index-t6fKtKqJ.js');
15
+ require('../utils-CDJyElH-.js');
16
+ var AssetLibrary = require('../index-Cmdc2Nlh.js');
17
17
  require('../useImageUploader-6Su_fSo7.js');
18
18
  require('../index-C7OXkHLU.js');
19
19
  require('react/jsx-runtime');
@@ -6,7 +6,7 @@ var classnames = require('classnames');
6
6
  var neetoCist = require('@bigbinary/neeto-cist');
7
7
  var Delete = require('@bigbinary/neeto-icons/Delete');
8
8
  var Button = require('@bigbinary/neetoui/Button');
9
- var utils = require('../utils-CgitprRH.js');
9
+ var utils = require('../utils-CDJyElH-.js');
10
10
  var ImageWithFallback = require('../ImageWithFallback-DzT_N2Su.js');
11
11
  var jsxRuntime = require('react/jsx-runtime');
12
12
  require('@bigbinary/neetoui/Typography');
@@ -26,13 +26,13 @@ require('@babel/runtime/regenerator');
26
26
  require('@bigbinary/neeto-commons-frontend/initializers');
27
27
  require('@bigbinary/neeto-icons/MenuHorizontal');
28
28
  require('@bigbinary/neetoui/Dropdown');
29
- require('../utils-CgitprRH.js');
29
+ require('../utils-CDJyElH-.js');
30
30
  require('@bigbinary/neetoui/ProgressBar');
31
31
  require('react-dropzone');
32
32
  require('@bigbinary/neetoui/Toastr');
33
33
  require('../index-C7OXkHLU.js');
34
34
  require('../ImageWithFallback-DzT_N2Su.js');
35
- require('../index-t6fKtKqJ.js');
35
+ require('../index-Cmdc2Nlh.js');
36
36
  require('@bigbinary/neetoui/Modal');
37
37
  require('@bigbinary/neetoui/Tab');
38
38
  require('../useImageUploader-6Su_fSo7.js');
@@ -13,9 +13,9 @@ var MenuHorizontal = require('@bigbinary/neeto-icons/MenuHorizontal');
13
13
  var Dropdown = require('@bigbinary/neetoui/Dropdown');
14
14
  var ramda = require('ramda');
15
15
  var reactI18next = require('react-i18next');
16
- var utils = require('../utils-CgitprRH.js');
16
+ var utils = require('../utils-CDJyElH-.js');
17
17
  var ImageWithFallback = require('../ImageWithFallback-DzT_N2Su.js');
18
- var AssetLibrary = require('../index-t6fKtKqJ.js');
18
+ var AssetLibrary = require('../index-Cmdc2Nlh.js');
19
19
  var useImageUploader = require('../useImageUploader-6Su_fSo7.js');
20
20
  var index = require('../index-C7OXkHLU.js');
21
21
  var jsxRuntime = require('react/jsx-runtime');
package/dist/cjs/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  var BasicImageUploader = require('./BasicImageUploader.js');
4
4
  var ImageForm = require('./ImageForm.js');
5
5
  var ImageUploader = require('./ImageUploader.js');
6
- var AssetLibrary = require('../index-t6fKtKqJ.js');
6
+ var AssetLibrary = require('../index-Cmdc2Nlh.js');
7
7
  var useProfileImageUpload = require('../useProfileImageUpload-Q6eh_T9J.js');
8
8
  var useImageUploader = require('../useImageUploader-6Su_fSo7.js');
9
9
  var utils = require('./utils.js');
@@ -13,7 +13,7 @@ require('classnames');
13
13
  require('@bigbinary/neeto-cist');
14
14
  require('@bigbinary/neeto-icons/Delete');
15
15
  require('@bigbinary/neetoui/Button');
16
- require('../utils-CgitprRH.js');
16
+ require('../utils-CDJyElH-.js');
17
17
  require('@bigbinary/neetoui/Typography');
18
18
  require('@bigbinary/neetoui/ProgressBar');
19
19
  require('ramda');
@@ -12,7 +12,7 @@ var Toastr = require('@bigbinary/neetoui/Toastr');
12
12
  var Typography = require('@bigbinary/neetoui/Typography');
13
13
  var ramda = require('ramda');
14
14
  var reactI18next = require('react-i18next');
15
- var utils$1 = require('./utils-CgitprRH.js');
15
+ var utils$1 = require('./utils-CDJyElH-.js');
16
16
  var useImageUploader = require('./useImageUploader-6Su_fSo7.js');
17
17
  var index = require('./index-C7OXkHLU.js');
18
18
  var classnames = require('classnames');
@@ -2376,4 +2376,4 @@ var Modal = function Modal(_ref) {
2376
2376
 
2377
2377
  exports.Modal = Modal;
2378
2378
  exports.constructCloudflareImageURL = constructCloudflareImageURL;
2379
- //# sourceMappingURL=index-t6fKtKqJ.js.map
2379
+ //# sourceMappingURL=index-Cmdc2Nlh.js.map