@layers-app/shared 0.3.2 → 0.3.3
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/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +14 -14
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.module.css.js +14 -14
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.d.ts +4 -2
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +241 -226
- package/dist/components/FilePicker/FilePicker.module.css.js +14 -12
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +60 -34
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +35 -36
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +26 -23
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +42 -43
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +51 -35
- package/dist/components/FilePicker/coverCollections.d.ts +4 -0
- package/dist/components/FilePicker/coverCollections.d.ts.map +1 -0
- package/dist/components/FilePicker/coverCollections.js +164 -0
- package/dist/components/FilePicker/index.d.ts +1 -0
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
- package/dist/components/NavMenu/components/DnDProvider.js +34 -31
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
- package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
- package/dist/components/OnBoarding/styles.module.css.js +7 -7
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/envConfig.d.ts +4 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +67 -65
- package/dist/lang/locales/ui_en.json.js +15 -15
- package/dist/lang/locales/ui_es.json.js +11 -11
- package/dist/lang/locales/ui_ru.json.js +16 -16
- package/docs/README.md +499 -499
- package/package.json +75 -75
package/dist/index.js
CHANGED
|
@@ -155,25 +155,26 @@ import { alignList as rs, conditionOperatorsList as ts, isLayout as as, isSize a
|
|
|
155
155
|
import { alignRelation as cs } from "./components/FormViewer/helpers/themeUtils.js";
|
|
156
156
|
import { closePinModal as gs, openPinModal as Ss, usePinModalStore as Cs } from "./components/PinModal/slice.js";
|
|
157
157
|
import { controlsDataMap as Fs } from "./components/FormViewer/helpers/controls.js";
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import { default as Rs } from "./lang/locales/
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
158
|
+
import { coverCollections as Es } from "./components/FilePicker/coverCollections.js";
|
|
159
|
+
import { createFormStoreApi as Ms } from "./components/FormViewer/store/formStoreApi.js";
|
|
160
|
+
import { cropImage as As } from "./components/ImageCropper/cropUtils.js";
|
|
161
|
+
import { default as Rs } from "./lang/locales/ui_en.json.js";
|
|
162
|
+
import { default as Us } from "./lang/locales/ui_es.json.js";
|
|
163
|
+
import { escapeHtml as ys, getVideoEmbedUrl as _s, isVideoPlatformUrl as hs, parseEmbedUrl as vs, parseVideoUrl as Os } from "./lib/contentImport/utils.js";
|
|
164
|
+
import { filterPinnedColumns as ks, getAggregateValue as Bs, getAggregationColumns as Vs, getColumnId as Hs, getColumnsProps as zs, getCurrencyColumn as Gs, getDateColumn as Ws, getExpandingColumn as js, getHeaderStyles as Xs, getNumberColumn as Zs, getPercentColumn as Ks, getRatioColumn as Qs, getSelectionColumn as qs, isTechnicalColumn as Ys, mergeColumn as Js } from "./components/table/helpers/columns.js";
|
|
165
|
+
import { getNextStep as ei, operatorsRelation as oi } from "./components/FormViewer/helpers/conditions.js";
|
|
166
|
+
import { getTextValidation as ti, isImageUrl as ai, isValidEmail as mi, isValidUrl as pi, useValidation as si } from "./components/FormViewer/helpers/validation.js";
|
|
167
|
+
import { isOnboardingCompleted as li, resetOnboarding as ni, useOnboardingTour as fi } from "./components/OnboardingTour/useOnboardingTour.js";
|
|
168
|
+
import { mergeTheme as ui, sortSteps as ci } from "./components/FormViewer/helpers/helpers.js";
|
|
169
|
+
import { default as gi } from "./lang/locales/ui_ru.json.js";
|
|
170
|
+
import { serializeToLexicalHtml as Ci } from "./lib/contentImport/lexicalSerializer.js";
|
|
171
|
+
import { useActiveControl as Fi } from "./components/FormViewer/hooks/useActiveControl.js";
|
|
172
|
+
import { useActiveStep as Ei } from "./components/FormViewer/hooks/useActiveStep.js";
|
|
173
|
+
import { useCreateTable as Mi } from "./components/table/hooks/useCreateTable.js";
|
|
174
|
+
import { useCropInteraction as Ai } from "./components/ImageCropper/useCropInteraction.js";
|
|
175
|
+
import { useFormMobile as Ri } from "./components/FormViewer/hooks/useFormMobile.js";
|
|
176
|
+
import { useInterpolate as Ui, useInterpolateText as Ni } from "./components/FormViewer/hooks/useInterpolateText.js";
|
|
177
|
+
import { useSaveRowCount as _i } from "./components/table/hooks/useSaveRowCount.js";
|
|
177
178
|
export {
|
|
178
179
|
N as ActiveWorkspace,
|
|
179
180
|
z as AlertsBlock,
|
|
@@ -324,63 +325,64 @@ export {
|
|
|
324
325
|
ts as conditionOperatorsList,
|
|
325
326
|
Fs as controlsDataMap,
|
|
326
327
|
Ho as controlsReselect,
|
|
328
|
+
Es as coverCollections,
|
|
327
329
|
$m as createFormStore,
|
|
328
|
-
|
|
330
|
+
Ms as createFormStoreApi,
|
|
329
331
|
Ap as createNavMenuStore,
|
|
330
332
|
xo as createTableStore,
|
|
331
|
-
|
|
333
|
+
As as cropImage,
|
|
332
334
|
_t as dateFnsLocales,
|
|
333
335
|
wr as downloadCSVAsBlob,
|
|
334
336
|
kr as downloadImageFromExternalUrl,
|
|
335
337
|
Br as downloadURL,
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
338
|
+
Rs as enUI,
|
|
339
|
+
Us as esUI,
|
|
340
|
+
ys as escapeHtml,
|
|
339
341
|
at as filterHierarchyByTypes,
|
|
340
|
-
|
|
342
|
+
ks as filterPinnedColumns,
|
|
341
343
|
va as finishFeatureFlow,
|
|
342
344
|
rt as formatBytes,
|
|
343
345
|
ja as formatStorage,
|
|
344
346
|
Xa as formatStoragePercent,
|
|
345
347
|
Hr as generateLink,
|
|
346
|
-
|
|
347
|
-
|
|
348
|
+
Bs as getAggregateValue,
|
|
349
|
+
Vs as getAggregationColumns,
|
|
348
350
|
Et as getBrowserTimeZone,
|
|
349
|
-
|
|
350
|
-
|
|
351
|
+
Hs as getColumnId,
|
|
352
|
+
zs as getColumnsProps,
|
|
351
353
|
Qa as getCroppedBlob,
|
|
352
|
-
|
|
353
|
-
|
|
354
|
+
Gs as getCurrencyColumn,
|
|
355
|
+
Ws as getDateColumn,
|
|
354
356
|
pr as getDefaultDropdownOptions,
|
|
355
357
|
sr as getDefaultEndStep,
|
|
356
358
|
ir as getDefaultStartStep,
|
|
357
359
|
fm as getEnvConfig,
|
|
358
360
|
xm as getEnvValue,
|
|
359
|
-
|
|
361
|
+
js as getExpandingColumn,
|
|
360
362
|
Oa as getFeatureCompletedSteps,
|
|
361
363
|
rm as getFeatureRating,
|
|
362
364
|
it as getFileIcons,
|
|
363
365
|
nt as getFileType,
|
|
364
366
|
lr as getFirstStep,
|
|
365
|
-
|
|
367
|
+
Xs as getHeaderStyles,
|
|
366
368
|
um as getMaxUploadSize,
|
|
367
369
|
Yr as getMimeType,
|
|
368
|
-
|
|
369
|
-
|
|
370
|
+
ei as getNextStep,
|
|
371
|
+
Zs as getNumberColumn,
|
|
370
372
|
Bp as getPageNumberClass,
|
|
371
373
|
xt as getPartOfTheDay,
|
|
372
|
-
|
|
374
|
+
Ks as getPercentColumn,
|
|
373
375
|
Ya as getPlanBadgeColor,
|
|
374
376
|
Qr as getPlatformInfo,
|
|
375
377
|
pt as getRandomIconColor,
|
|
376
378
|
nr as getRandomId,
|
|
377
|
-
|
|
379
|
+
Qs as getRatioColumn,
|
|
378
380
|
Dt as getSafeFormatter,
|
|
379
|
-
|
|
380
|
-
|
|
381
|
+
qs as getSelectionColumn,
|
|
382
|
+
ti as getTextValidation,
|
|
381
383
|
Mt as getTimeZones,
|
|
382
384
|
Lt as getUtcOffset,
|
|
383
|
-
|
|
385
|
+
_s as getVideoEmbedUrl,
|
|
384
386
|
tm as getVisitData,
|
|
385
387
|
u as illustrationMap,
|
|
386
388
|
Ct as initHotjar,
|
|
@@ -391,27 +393,27 @@ export {
|
|
|
391
393
|
am as isFeatureRated,
|
|
392
394
|
zo as isFormDirtyReselect,
|
|
393
395
|
Jr as isGalleryMediaFile,
|
|
394
|
-
|
|
396
|
+
ai as isImageUrl,
|
|
395
397
|
as as isLayout,
|
|
396
398
|
$r as isMobileDevice,
|
|
397
399
|
jt as isNumberValue,
|
|
398
|
-
|
|
400
|
+
li as isOnboardingCompleted,
|
|
399
401
|
ms as isSize,
|
|
400
402
|
ps as isSlideAnimation,
|
|
401
|
-
|
|
403
|
+
Ys as isTechnicalColumn,
|
|
402
404
|
Mm as isValidColorScheme,
|
|
403
|
-
|
|
405
|
+
mi as isValidEmail,
|
|
404
406
|
At as isValidTimeZone,
|
|
405
|
-
|
|
407
|
+
pi as isValidUrl,
|
|
406
408
|
et as isVideoFile,
|
|
407
|
-
|
|
409
|
+
hs as isVideoPlatformUrl,
|
|
408
410
|
cm as joinBaseUrlPath,
|
|
409
411
|
ss as layoutList,
|
|
410
412
|
is as mediaContentLayoutList,
|
|
411
413
|
ls as mediaFullLayoutList,
|
|
412
414
|
ns as mediaLayoutList,
|
|
413
|
-
|
|
414
|
-
|
|
415
|
+
Js as mergeColumn,
|
|
416
|
+
ui as mergeTheme,
|
|
415
417
|
Je as metaReselect,
|
|
416
418
|
dm as normalizeBaseUrl,
|
|
417
419
|
ne as normalizeColorItem,
|
|
@@ -425,27 +427,27 @@ export {
|
|
|
425
427
|
ga as openTrashModal,
|
|
426
428
|
Na as openUserDiscordDialog,
|
|
427
429
|
Pa as openUserPlansModal,
|
|
428
|
-
|
|
430
|
+
oi as operatorsRelation,
|
|
429
431
|
za as orderMap,
|
|
430
432
|
$e as paginationMetaReselect,
|
|
431
433
|
gt as parseDate,
|
|
432
|
-
|
|
434
|
+
vs as parseEmbedUrl,
|
|
433
435
|
Pt as parseInvalidTz,
|
|
434
436
|
Sm as parseSizeToBytes,
|
|
435
|
-
|
|
437
|
+
Os as parseVideoUrl,
|
|
436
438
|
Nr as pickRandomEmoji,
|
|
437
439
|
Go as questionNumberReselect,
|
|
438
440
|
em as removeQueryParam,
|
|
439
441
|
Y as renderIcon,
|
|
440
442
|
ka as resetFeatureFlow,
|
|
441
|
-
|
|
443
|
+
ni as resetOnboarding,
|
|
442
444
|
Cm as resolveNonBlankString,
|
|
443
445
|
Za as resolveStorageLimit,
|
|
444
446
|
eo as rowsReselect,
|
|
445
|
-
|
|
447
|
+
gi as ruUI,
|
|
446
448
|
oo as searchedRowsReselect,
|
|
447
449
|
ro as selectionReselect,
|
|
448
|
-
|
|
450
|
+
Ci as serializeToLexicalHtml,
|
|
449
451
|
Ba as setActiveFeatureTour,
|
|
450
452
|
mm as setFeatureRating,
|
|
451
453
|
pm as setVisitData,
|
|
@@ -457,7 +459,7 @@ export {
|
|
|
457
459
|
Ar as showWarningNotification,
|
|
458
460
|
fs as sizeList,
|
|
459
461
|
xs as slideAnimationList,
|
|
460
|
-
|
|
462
|
+
ci as sortSteps,
|
|
461
463
|
to as sortedRowsReselect,
|
|
462
464
|
Wo as startStepReselect,
|
|
463
465
|
jo as stepByControlReselect,
|
|
@@ -469,45 +471,45 @@ export {
|
|
|
469
471
|
ra as trackFeatureFeedback,
|
|
470
472
|
Pr as updateMessageNotification,
|
|
471
473
|
Da as updateTimezone,
|
|
472
|
-
|
|
473
|
-
|
|
474
|
+
Fi as useActiveControl,
|
|
475
|
+
Ei as useActiveStep,
|
|
474
476
|
ma as useAppContainer,
|
|
475
477
|
la as useAppContainerDataStore,
|
|
476
478
|
Yt as useAsyncStatus,
|
|
477
479
|
Ne as useChangePasswordModalStore,
|
|
478
|
-
|
|
479
|
-
|
|
480
|
+
Mi as useCreateTable,
|
|
481
|
+
Ai as useCropInteraction,
|
|
480
482
|
ht as useDateFnsLocale,
|
|
481
483
|
Gt as useDateUtils,
|
|
482
484
|
ta as useDelayedFeatureFeedback,
|
|
483
485
|
Qt as useDisableWindowScrollDuringDrag,
|
|
484
486
|
ya as useDiscordDialogStore,
|
|
485
487
|
Va as useFeatureProgressStore,
|
|
486
|
-
|
|
488
|
+
Ri as useFormMobile,
|
|
487
489
|
ep as useFormViewerStore,
|
|
488
490
|
Ot as useFormatDistance,
|
|
489
|
-
|
|
490
|
-
|
|
491
|
+
Ui as useInterpolate,
|
|
492
|
+
Ni as useInterpolateText,
|
|
491
493
|
_r as useIsDarkTheme,
|
|
492
494
|
Ma as useLocalTimezone,
|
|
493
495
|
bt as useMenu,
|
|
494
496
|
Pp as useNavMenuStore,
|
|
495
497
|
Ht as useOAuthErrorParams,
|
|
496
498
|
Ta as useOnboardingState,
|
|
497
|
-
|
|
499
|
+
fi as useOnboardingTour,
|
|
498
500
|
Cs as usePinModalStore,
|
|
499
501
|
Nt as usePlatform,
|
|
500
502
|
Xt as useQueryParam,
|
|
501
503
|
xe as useRecentColors,
|
|
502
504
|
Zt as useRouteParam,
|
|
503
|
-
|
|
505
|
+
_i as useSaveRowCount,
|
|
504
506
|
ua as useSearchModalStore,
|
|
505
507
|
qm as useSteps,
|
|
506
508
|
kt as useSwipeDetect,
|
|
507
509
|
co as useTableStore,
|
|
508
510
|
Sa as useTrashModalStore,
|
|
509
511
|
Ra as useUserPlansModalStore,
|
|
510
|
-
|
|
512
|
+
si as useValidation,
|
|
511
513
|
$t as useVideoUploadGuard,
|
|
512
514
|
Ia as useWorkspacesOrder,
|
|
513
515
|
Ft as validateAliasFormat,
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
const e = { searchResults: "Search results", icons: "Icons", searchNoResults: "No results found", chooseColor: "Choose color", categories: { activity: "Activities", custom: "Custom", flags: "Flags", foods: "Food and drinks", frequent: "Recent", nature: "Animals and nature", objects: "Objects", people: "Emotions and people", places: "Travel and places", symbols: "Symbols", additional: "Additional" } }, o = { label: "Image", change: "Change" },
|
|
1
|
+
const e = { searchResults: "Search results", icons: "Icons", searchNoResults: "No results found", chooseColor: "Choose color", categories: { activity: "Activities", custom: "Custom", flags: "Flags", foods: "Food and drinks", frequent: "Recent", nature: "Animals and nature", objects: "Objects", people: "Emotions and people", places: "Travel and places", symbols: "Symbols", additional: "Additional" } }, o = { label: "Image", change: "Change" }, a = { colorGradients: "Colors and gradients", jamesWebbTelescope: "Telescope", nasaArchive: "Planet", theIndianEdition: "Cyberpunk", theMetMuseum: "Museum", theMetMuseumPatterns: "Pattern", theMetMuseumJapanesePrints: "Nature", rijkmuseum: "Black hole" }, r = { gallery: "Gallery", upload: "Upload", uploadFile: "Upload file", maxFileSize: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", link: "Link", searchImages: "Search Image", pasteLink: "Paste an image link...", submitLink: "Apply", worksWithAnyImage: "Works with any image from the Internet", searchImage: "Search for an image…", searchGifs: "Search for GIFs…", noResult: "No image found for your query.", change: "Change cover", invalidLink: "Invalid link", position: "Reposition", dragSave: "Save position", dragCancel: "Cancel", photoBy: "By", googleDrive: "Google Drive", media: "Media" }, i = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Connect Google Drive", connectDescription: "Connect your Google Drive account to import files", disconnect: "Disconnect", openPicker: "Open Google Drive", importing: "Importing file...", importComplete: "File imported successfully", importFailed: "Failed to import file", retry: "Try again", description: "Import a file from your Google Drive", goToSettings: "Connect Google Drive in Settings to import files", searchFiles: "Search Google Drive" }, n = { color: "Color", background: "Background", colors: { standard: "Standard", gray: "Gray", brown: "Brown", orange: "Orange", yellow: "Yellow", green: "Green", blue: "Blue", purple: "Purple", pink: "Pink", red: "Red" } }, s = { save: "Save" }, t = "Remove", l = "Error", c = "Drag & drop an image or <choose>choose a file</choose> to upload", d = { dropFileHere: { image: "Drag & drop an image or <choose>choose a file</choose> to upload", video: "Drag & drop a video or <choose>choose a file</choose> to upload", audio: "Drag & drop an audio file or <choose>choose a file</choose> to upload", file: "Drag & drop a file or <choose>choose a file</choose> to upload", avatar: "Drag & drop an image or <choose>choose a file</choose> to upload" }, description: { image: "Images wider than 1600px are recommended. Maximum file size: {{maxSize}}MB.", video: "Maximum file size: {{maxSize}}MB.", audio: "Maximum file size: {{maxSize}}MB.", file: "Maximum file size: {{maxSize}}MB.", avatar: "Images wider than 256×256 px are recommended. Maximum file size: {{maxSize}}MB." }, errors: { typeIsNotAllowed: "This file type is not supported", shouldNotExceed: "File size should not exceed {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Please upload no more than one file." } }, u = { download: "Download", zoomOut: "Zoom out", zoomIn: "Zoom in", close: "Close", fileError: "Upload failed. Please try again." }, m = { day_one: "{{count}} day ago", day_other: "{{count}} days ago", hour_one: "{{count}} hour ago", hour_other: "{{count}} hours ago", minute_one: "{{count}} minute ago", minute_other: "{{count}} minutes ago", second_one: "{{count}} second ago", second_other: "{{count}} seconds ago", justNow: "just now", shortDay: "{{count}}d ago.", shortHour: "{{count}}h ago.", shortMinute: "{{count}}m ago.", shortSecond: "{{count}}s ago.", shortJustNow: "now." }, g = {
|
|
2
2
|
emojiPicker: e,
|
|
3
3
|
uploadImage: o,
|
|
4
|
-
coverGroups:
|
|
5
|
-
changeCover:
|
|
6
|
-
externalDrive:
|
|
4
|
+
coverGroups: a,
|
|
5
|
+
changeCover: r,
|
|
6
|
+
externalDrive: i,
|
|
7
7
|
colorPicker: n,
|
|
8
|
-
customDrawer:
|
|
9
|
-
remove:
|
|
8
|
+
customDrawer: s,
|
|
9
|
+
remove: t,
|
|
10
10
|
errorMessage: l,
|
|
11
11
|
dropFileHere: c,
|
|
12
12
|
filePicker: d,
|
|
13
|
-
gallery:
|
|
14
|
-
relativeTime:
|
|
13
|
+
gallery: u,
|
|
14
|
+
relativeTime: m
|
|
15
15
|
};
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
r as changeCover,
|
|
18
18
|
n as colorPicker,
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
a as coverGroups,
|
|
20
|
+
s as customDrawer,
|
|
21
21
|
g as default,
|
|
22
22
|
c as dropFileHere,
|
|
23
23
|
e as emojiPicker,
|
|
24
24
|
l as errorMessage,
|
|
25
|
-
|
|
25
|
+
i as externalDrive,
|
|
26
26
|
d as filePicker,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
u as gallery,
|
|
28
|
+
m as relativeTime,
|
|
29
|
+
t as remove,
|
|
30
30
|
o as uploadImage
|
|
31
31
|
};
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
const e = { searchResults: "Resultados de búsqueda", icons: "Iconos", searchNoResults: "No se encontraron resultados", chooseColor: "Elegir color", categories: { activity: "Actividades", custom: "Personalizado", flags: "Banderas", foods: "Comida y bebidas", frequent: "Usados frecuentemente", nature: "Animales y naturaleza", objects: "Objetos", people: "Emociones y personas", places: "Viajes y lugares", symbols: "Símbolos" } }, o = { label: "Imagen", change: "Cambiar" }, a = { colorGradients: "Colores y degradados", jamesWebbTelescope: "Telescopio", nasaArchive: "Planeta", theIndianEdition: "Cyberpunk", theMetMuseum: "Museo", theMetMuseumPatterns: "Patrón", theMetMuseumJapanesePrints: "Naturaleza", rijkmuseum: "Agujero negro" }, r = { gallery: "Galería", upload: "Subir", uploadFile: "Subir archivo", maxFileSize: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", link: "Enlace", searchImages: "Buscar imagen", pasteLink: "Pegar enlace de imagen...", submitLink: "Aplicar", worksWithAnyImage: "Funciona con cualquier imagen de Internet", searchImage: "Buscar imagen
|
|
1
|
+
const e = { searchResults: "Resultados de búsqueda", icons: "Iconos", searchNoResults: "No se encontraron resultados", chooseColor: "Elegir color", categories: { activity: "Actividades", custom: "Personalizado", flags: "Banderas", foods: "Comida y bebidas", frequent: "Usados frecuentemente", nature: "Animales y naturaleza", objects: "Objetos", people: "Emociones y personas", places: "Viajes y lugares", symbols: "Símbolos" } }, o = { label: "Imagen", change: "Cambiar" }, a = { colorGradients: "Colores y degradados", jamesWebbTelescope: "Telescopio", nasaArchive: "Planeta", theIndianEdition: "Cyberpunk", theMetMuseum: "Museo", theMetMuseumPatterns: "Patrón", theMetMuseumJapanesePrints: "Naturaleza", rijkmuseum: "Agujero negro" }, r = { gallery: "Galería", upload: "Subir", uploadFile: "Subir archivo", maxFileSize: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", link: "Enlace", searchImages: "Buscar imagen", pasteLink: "Pegar enlace de imagen...", submitLink: "Aplicar", worksWithAnyImage: "Funciona con cualquier imagen de Internet", searchImage: "Buscar imagen…", searchGifs: "Buscar GIF…", noResult: "No se encontró ninguna imagen para tu búsqueda.", change: "Cambiar portada", invalidLink: "Enlace inválido", position: "Reposicionar", dragSave: "Guardar posición", dragCancel: "Cancelar", photoBy: "Por", googleDrive: "Google Drive", media: "Media" }, i = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Conectar Google Drive", connectDescription: "Conecta tu cuenta de Google Drive para importar archivos", disconnect: "Desconectar", openPicker: "Abrir Google Drive", importing: "Importando archivo...", importComplete: "Archivo importado exitosamente", importFailed: "Error al importar archivo", retry: "Intentar de nuevo", description: "Importar un archivo desde tu Google Drive", goToSettings: "Conecta Google Drive en Configuración para importar archivos", searchFiles: "Buscar en Google Drive" }, n = { color: "Color", background: "Fondo", colors: { standard: "Estándar", gray: "Gris", brown: "Marrón", orange: "Naranja", yellow: "Amarillo", green: "Verde", blue: "Azul", purple: "Púrpura", pink: "Rosa", red: "Rojo" } }, s = { save: "Guardar" }, c = "Eliminar", t = "Error", l = "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", u = { dropFileHere: { image: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo", video: "Arrastra y suelta un vídeo o <choose>elige un archivo</choose> para subirlo", audio: "Arrastra y suelta un archivo de audio o <choose>elige un archivo</choose> para subirlo", file: "Arrastra y suelta un archivo o <choose>elige un archivo</choose> para subirlo", avatar: "Arrastra y suelta una imagen o <choose>elige un archivo</choose> para subirlo" }, description: { image: "Se recomiendan imágenes de más de 1600px de ancho. Tamaño máximo de archivo: {{maxSize}}MB.", video: "Tamaño máximo de archivo: {{maxSize}}MB.", audio: "Tamaño máximo de archivo: {{maxSize}}MB.", file: "Tamaño máximo de archivo: {{maxSize}}MB.", avatar: "Se recomiendan imágenes de más de 256×256 px. Tamaño máximo de archivo: {{maxSize}}MB." }, errors: { typeIsNotAllowed: "Este tipo de archivo no es compatible", shouldNotExceed: "El tamaño del archivo no debe exceder {{maxSize}} MB.", doNotUploadMoreThanSingleFile: "Por favor, carga no más de un archivo." } }, d = { download: "Descargar", zoomOut: "Alejar", zoomIn: "Acercar", close: "Cerrar", fileError: "La carga falló. Por favor, inténtalo de nuevo." }, m = { day_one: "hace {{count}} día", day_other: "hace {{count}} días", hour_one: "hace {{count}} hora", hour_other: "hace {{count}} horas", minute_one: "hace {{count}} minuto", minute_other: "hace {{count}} minutos", second_one: "hace {{count}} segundo", second_other: "hace {{count}} segundos", justNow: "ahora mismo", shortDay: "hace {{count}}d.", shortHour: "hace {{count}}h.", shortMinute: "hace {{count}}m.", shortSecond: "hace {{count}}s.", shortJustNow: "ahora." }, h = {
|
|
2
2
|
emojiPicker: e,
|
|
3
3
|
uploadImage: o,
|
|
4
4
|
coverGroups: a,
|
|
5
5
|
changeCover: r,
|
|
6
6
|
externalDrive: i,
|
|
7
7
|
colorPicker: n,
|
|
8
|
-
customDrawer:
|
|
9
|
-
remove:
|
|
8
|
+
customDrawer: s,
|
|
9
|
+
remove: c,
|
|
10
10
|
errorMessage: t,
|
|
11
11
|
dropFileHere: l,
|
|
12
|
-
filePicker:
|
|
13
|
-
gallery:
|
|
14
|
-
relativeTime:
|
|
12
|
+
filePicker: u,
|
|
13
|
+
gallery: d,
|
|
14
|
+
relativeTime: m
|
|
15
15
|
};
|
|
16
16
|
export {
|
|
17
17
|
r as changeCover,
|
|
18
18
|
n as colorPicker,
|
|
19
19
|
a as coverGroups,
|
|
20
|
-
|
|
20
|
+
s as customDrawer,
|
|
21
21
|
h as default,
|
|
22
22
|
l as dropFileHere,
|
|
23
23
|
e as emojiPicker,
|
|
24
24
|
t as errorMessage,
|
|
25
25
|
i as externalDrive,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
u as filePicker,
|
|
27
|
+
d as gallery,
|
|
28
|
+
m as relativeTime,
|
|
29
|
+
c as remove,
|
|
30
30
|
o as uploadImage
|
|
31
31
|
};
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
const
|
|
2
|
-
emojiPicker:
|
|
3
|
-
coverGroups:
|
|
1
|
+
const o = { searchResults: "Результаты поиска", searchNoResults: "Результаты не найдены", icons: "Иконки", chooseColor: "Выбрать цвет", categories: { activity: "Активности", custom: "Свои", flags: "Флаги", foods: "Еда и напитки", frequent: "Часто используемые", nature: "Животные и природа", objects: "Предметы", people: "Эмоции и люди", places: "Путешествия и места", symbols: "Символы", additional: "Дополнительные" } }, e = { colorGradients: "Цвета и градиенты", jamesWebbTelescope: "Телескоп", nasaArchive: "Планета", theIndianEdition: "Киберпанк", theMetMuseum: "Музей", theMetMuseumPatterns: "Паттерн", theMetMuseumJapanesePrints: "Природа", rijkmuseum: "Черная дыра" }, t = { gallery: "Галерея", upload: "Загрузить", uploadFile: "Загрузить файл", maxFileSize: "Рекомендуются изображения шире 1600px. Максимальный размер файла: {{maxSize}}МБ.", link: "Ссылка", searchImages: "Поиск изображения", pasteLink: "Вставьте ссылку на изображение...", submitLink: "Применить", worksWithAnyImage: "Работает с любыми изображениями из Интернета", searchImage: "Поиск изображения…", searchGifs: "Поиск GIF…", noResult: "По вашему запросу изображений не найдено", change: "Изменить обложку", invalidLink: "Неверная ссылка", position: "Изменить Позицию", dragSave: "Сохранить", dragCancel: "Отменить", photoBy: "Автор", googleDrive: "Google Drive", media: "Медиа" }, n = { googleDrive: "Google Drive", oneDrive: "OneDrive", dropbox: "Dropbox", connect: "Подключить Google Drive", connectDescription: "Подключите Google Drive для импорта файлов", disconnect: "Отключить", openPicker: "Открыть Google Drive", importing: "Импорт файла...", importComplete: "Файл успешно импортирован", importFailed: "Не удалось импортировать файл", retry: "Попробовать снова", description: "Импортировать файл из Google Drive", goToSettings: "Подключите Google Drive в Настройках для импорта файлов", searchFiles: "Поиск в Google Drive" }, r = { label: "Изображение", change: "Изменить" }, s = { color: "Цвет", background: "Подложка", colors: { standard: "Стандартный", gray: "Серый", brown: "Коричневый", orange: "Оранжевый", yellow: "Желтый", green: "Зеленый", blue: "Синий", purple: "Фиолетовый", pink: "Розовый", red: "Красный" } }, c = { save: "Сохранить" }, i = "Удалить", a = "Ошибка", l = "Перетащите изображение или <choose>выберите файл</choose>, чтобы загрузить", u = { dropFileHere: { image: "Перетащите изображение или <choose>выберите файл</choose>, чтобы загрузить", video: "Перетащите видео или <choose>выберите файл</choose>, чтобы загрузить", audio: "Перетащите аудиофайл или <choose>выберите файл</choose>, чтобы загрузить", file: "Перетащите файл или <choose>выберите файл</choose>, чтобы загрузить", avatar: "Перетащите изображение или <choose>выберите файл</choose>, чтобы загрузить" }, description: { image: "Рекомендуются изображения шире 1600px. Максимальный размер файла: {{maxSize}}МБ.", video: "Максимальный размер файла: {{maxSize}}МБ.", audio: "Максимальный размер файла: {{maxSize}}МБ.", file: "Максимальный размер файла: {{maxSize}}МБ.", avatar: "Рекомендуются изображения шире 256×256 px. Максимальный размер файла: {{maxSize}}МБ." }, errors: { typeIsNotAllowed: "Этот тип файла не поддерживается", shouldNotExceed: "Размер файла не должен превышать {{maxSize}} МБ.", doNotUploadMoreThanSingleFile: "Пожалуйста, загрузите не более одного файла." } }, d = { download: "Скачать", zoomOut: "Уменьшить", zoomIn: "Приблизить", close: "Закрыть", fileError: "Загрузка не удалась. Попробуйте снова." }, h = { day_one: "{{count}} день назад", day_few: "{{count}} дня назад", day_many: "{{count}} дней назад", day_other: "{{count}} дней назад", hour_one: "{{count}} час назад", hour_few: "{{count}} часа назад", hour_many: "{{count}} часов назад", hour_other: "{{count}} часов назад", minute_one: "{{count}} минута назад", minute_few: "{{count}} минуты назад", minute_many: "{{count}} минут назад", minute_other: "{{count}} минут назад", second_one: "{{count}} секунда назад", second_few: "{{count}} секунды назад", second_many: "{{count}} секунд назад", second_other: "{{count}} секунд назад", justNow: "только что", shortDay: "{{count}}д назад.", shortHour: "{{count}}ч назад.", shortMinute: "{{count}}м назад.", shortSecond: "{{count}}с назад.", shortJustNow: "сейчас." }, m = {
|
|
2
|
+
emojiPicker: o,
|
|
3
|
+
coverGroups: e,
|
|
4
4
|
changeCover: t,
|
|
5
5
|
externalDrive: n,
|
|
6
6
|
uploadImage: r,
|
|
7
|
-
colorPicker:
|
|
8
|
-
customDrawer:
|
|
9
|
-
remove:
|
|
10
|
-
errorMessage:
|
|
7
|
+
colorPicker: s,
|
|
8
|
+
customDrawer: c,
|
|
9
|
+
remove: i,
|
|
10
|
+
errorMessage: a,
|
|
11
11
|
dropFileHere: l,
|
|
12
12
|
filePicker: u,
|
|
13
13
|
gallery: d,
|
|
14
|
-
relativeTime:
|
|
14
|
+
relativeTime: h
|
|
15
15
|
};
|
|
16
16
|
export {
|
|
17
17
|
t as changeCover,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
s as colorPicker,
|
|
19
|
+
e as coverGroups,
|
|
20
|
+
c as customDrawer,
|
|
21
|
+
m as default,
|
|
22
22
|
l as dropFileHere,
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
o as emojiPicker,
|
|
24
|
+
a as errorMessage,
|
|
25
25
|
n as externalDrive,
|
|
26
26
|
u as filePicker,
|
|
27
27
|
d as gallery,
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
h as relativeTime,
|
|
29
|
+
i as remove,
|
|
30
30
|
r as uploadImage
|
|
31
31
|
};
|