@spteck/react-controls-v2 2.4.4 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{LocalizationProvider-CvSHuk0e.js → LocalizationProvider-CBc0PcyH.js} +140 -48
- package/dist/LocalizationProvider-CJ2mjvH-.cjs +2 -0
- package/dist/{ar-BPzd6WER.js → ar-D78_ioot.js} +93 -1
- package/dist/{ar-CBSdRr5Q.cjs → ar-DbkaJtO2.cjs} +2 -2
- package/dist/{az-DoZjCfF0.cjs → az-Cf7y5UC1.cjs} +2 -2
- package/dist/{az-MWX-WDgc.js → az-OomGCL5f.js} +93 -1
- package/dist/{bg-CvRGS4sF.js → bg-OQDPULfM.js} +93 -1
- package/dist/{bg-DI8UD_HF.cjs → bg-nghgX11u.cjs} +2 -2
- package/dist/{bs-aXQgChJT.js → bs-BYdzDqQ_.js} +93 -1
- package/dist/{bs-DQhZlEEo.cjs → bs-CMdfvb33.cjs} +2 -2
- package/dist/{ca-BCXCXzgh.js → ca-9lGrM-T0.js} +93 -1
- package/dist/{ca-DSC32tOX.cjs → ca-C8cBXf9y.cjs} +2 -2
- package/dist/components/BackgroundImage/BackgroundImage.d.ts +4 -0
- package/dist/components/BackgroundImage/IBackgroundImageProps.d.ts +14 -0
- package/dist/components/BackgroundImage/index.d.ts +3 -0
- package/dist/components/BackgroundImage/useBackgroundImageStyles.d.ts +4 -0
- package/dist/components/Blockquote/Blockquote.d.ts +4 -0
- package/dist/components/Blockquote/IBlockquoteProps.d.ts +21 -0
- package/dist/components/Blockquote/index.d.ts +4 -0
- package/dist/components/Blockquote/useBlockquoteStyles.d.ts +6 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +51 -0
- package/dist/components/ColorPicker/ColorPickerAlpha.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerBlock.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerChrome.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerCircle.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerColorful.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerCompact.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerEditableInput.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerEditableInputHSLA.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerEditableInputRGBA.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerHue.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerInteractive.d.ts +6 -0
- package/dist/components/ColorPicker/ColorPickerSaturation.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerShadeSlider.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerSketch.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerSlider.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerSwatch.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerTheme.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerWheel.d.ts +4 -0
- package/dist/components/ColorPicker/IColorPickerProps.d.ts +297 -0
- package/dist/components/ColorPicker/colorConvert.d.ts +72 -0
- package/dist/components/ColorPicker/index.d.ts +25 -0
- package/dist/components/ColorPicker/useColorPickerStyles.d.ts +30 -0
- package/dist/components/CompactCalendar/CalendarGrid.d.ts +4 -0
- package/dist/components/CompactCalendar/CalendarHeader.d.ts +4 -0
- package/dist/components/CompactCalendar/CompactCalendar.d.ts +4 -0
- package/dist/components/CompactCalendar/EventsList.d.ts +4 -0
- package/dist/components/CompactCalendar/ICalendarGridProps.d.ts +32 -0
- package/dist/components/CompactCalendar/ICalendarHeaderProps.d.ts +15 -0
- package/dist/components/CompactCalendar/ICompactCalendarProps.d.ts +54 -0
- package/dist/components/CompactCalendar/IEventsListProps.d.ts +21 -0
- package/dist/components/CompactCalendar/index.d.ts +12 -0
- package/dist/components/CompactCalendar/resolveLocale.d.ts +12 -0
- package/dist/components/CompactCalendar/useCompactCalendarEvents.d.ts +12 -0
- package/dist/components/CompactCalendar/useCompactCalendarStyles.d.ts +26 -0
- package/dist/components/Dropzone/Dropzone.d.ts +31 -0
- package/dist/components/Dropzone/DropzoneContext.d.ts +20 -0
- package/dist/components/Dropzone/DropzoneFullScreen.d.ts +19 -0
- package/dist/components/Dropzone/DropzoneStatus.d.ts +9 -0
- package/dist/components/Dropzone/IDropzoneProps.d.ts +102 -0
- package/dist/components/Dropzone/index.d.ts +8 -0
- package/dist/components/Dropzone/mime-types.d.ts +39 -0
- package/dist/components/Dropzone/useDropzoneStyles.d.ts +12 -0
- package/dist/components/InlineSVG/IInlineSVGProps.d.ts +40 -0
- package/dist/components/InlineSVG/InlineSVG.d.ts +4 -0
- package/dist/components/InlineSVG/index.d.ts +5 -0
- package/dist/components/InlineSVG/useInlineSVG.d.ts +30 -0
- package/dist/components/InlineSVG/useInlineSVGStyles.d.ts +4 -0
- package/dist/components/Marquee/IMarqueeProps.d.ts +28 -0
- package/dist/components/Marquee/Marquee.d.ts +4 -0
- package/dist/components/Marquee/index.d.ts +4 -0
- package/dist/components/Marquee/useMarqueeStyles.d.ts +6 -0
- package/dist/components/OTPField/IOTPFieldProps.d.ts +49 -0
- package/dist/components/OTPField/OTPField.d.ts +8 -0
- package/dist/components/OTPField/index.d.ts +3 -0
- package/dist/components/OTPField/useOTPField.d.ts +25 -0
- package/dist/components/OTPField/useOTPFieldStyles.d.ts +23 -0
- package/dist/components/RichTextEditor/IRichTextEditorProps.d.ts +230 -0
- package/dist/components/RichTextEditor/Icons.d.ts +43 -0
- package/dist/components/RichTextEditor/RichTextEditor.d.ts +163 -0
- package/dist/components/RichTextEditor/RichTextEditorColorControl.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorColorPickerControl.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorContent.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorContext.d.ts +20 -0
- package/dist/components/RichTextEditor/RichTextEditorControl.d.ts +22 -0
- package/dist/components/RichTextEditor/RichTextEditorControlsGroup.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorFontFamilyControl.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorLinkControl.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorSourceCodeControl.d.ts +6 -0
- package/dist/components/RichTextEditor/RichTextEditorToolbar.d.ts +4 -0
- package/dist/components/RichTextEditor/controls.d.ts +125 -0
- package/dist/components/RichTextEditor/extensions.d.ts +12 -0
- package/dist/components/RichTextEditor/index.d.ts +15 -0
- package/dist/components/RichTextEditor/useRichTextEditorStyles.d.ts +28 -0
- package/dist/components/Skeleton/ISkeletonLoaderProps.d.ts +102 -0
- package/dist/components/Skeleton/SkeletonLoader.d.ts +4 -0
- package/dist/components/Skeleton/index.d.ts +5 -0
- package/dist/components/Skeleton/useSkeletonExtract.d.ts +4 -0
- package/dist/components/Skeleton/useSkeletonLoaderStyles.d.ts +11 -0
- package/dist/components/Skeleton/useSkeletonShared.d.ts +25 -0
- package/dist/components/Spoiler/ISpoilerProps.d.ts +30 -0
- package/dist/components/Spoiler/Spoiler.d.ts +4 -0
- package/dist/components/Spoiler/index.d.ts +3 -0
- package/dist/components/Spoiler/useSpoilerStyles.d.ts +13 -0
- package/dist/components/Spotlight/ISpotlightProps.d.ts +181 -0
- package/dist/components/Spotlight/Spotlight.d.ts +27 -0
- package/dist/components/Spotlight/SpotlightAction.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightActionsGroup.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightActionsList.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightEmpty.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightFooter.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightRoot.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightSearch.d.ts +5 -0
- package/dist/components/Spotlight/defaultSpotlightFilter.d.ts +9 -0
- package/dist/components/Spotlight/index.d.ts +12 -0
- package/dist/components/Spotlight/useSpotlight.d.ts +59 -0
- package/dist/components/Spotlight/useSpotlightStyles.d.ts +17 -0
- package/dist/components/Stepper/IStepperProps.d.ts +54 -0
- package/dist/components/Stepper/Stepper.d.ts +9 -0
- package/dist/components/Stepper/StepperCompleted.d.ts +9 -0
- package/dist/components/Stepper/StepperStep.d.ts +20 -0
- package/dist/components/Stepper/index.d.ts +3 -0
- package/dist/components/Stepper/useStepperStepStyles.d.ts +21 -0
- package/dist/components/Stepper/useStepperStyles.d.ts +11 -0
- package/dist/components/Timeline/ITimelineProps.d.ts +42 -0
- package/dist/components/Timeline/Timeline.d.ts +6 -0
- package/dist/components/Timeline/TimelineItem.d.ts +15 -0
- package/dist/components/Timeline/index.d.ts +3 -0
- package/dist/components/Timeline/useTimelineItemStyles.d.ts +19 -0
- package/dist/components/Timeline/useTimelineStyles.d.ts +9 -0
- package/dist/components/calendarControl/models/IAttendee.d.ts +5 -0
- package/dist/components/calendarControl/models/IEvents.d.ts +21 -0
- package/dist/{cs-B0C33FJt.cjs → cs-B_90ZpDL.cjs} +2 -2
- package/dist/{cs-VHWnqXwJ.js → cs-nVY__F1s.js} +93 -1
- package/dist/{cy-qF-aNCW-.js → cy-DcW2RMnM.js} +93 -1
- package/dist/{cy-BNabORao.cjs → cy-YdAkRgN7.cjs} +2 -2
- package/dist/{da-BmgXTEXm.cjs → da-3S6dCKx6.cjs} +2 -2
- package/dist/{da-rR5TnSBw.js → da-DlZaxKzd.js} +93 -1
- package/dist/{de-DbeDjRNp.js → de-DMQCCsxB.js} +93 -1
- package/dist/{de-B4w38-0d.cjs → de-cBD6cQjC.cjs} +2 -2
- package/dist/{el-Cgk6VsxL.cjs → el-C861pBjb.cjs} +2 -2
- package/dist/{el-DDeD6FiX.js → el-DWGl8fc0.js} +93 -1
- package/dist/{es-dvKffn6Q.js → es--B6susjn.js} +93 -1
- package/dist/{es-3ugMIZuA.cjs → es-7wJEQTAK.cjs} +2 -2
- package/dist/{et-CIIzxbat.cjs → et-BDQwGJeu.cjs} +2 -2
- package/dist/{et-DgZFBtK7.js → et-CNiq2LnL.js} +93 -1
- package/dist/{eu-C6r1_PRy.js → eu-B4UCvLGV.js} +93 -1
- package/dist/{eu-BUNUOJ7E.cjs → eu-Bis1mMYp.cjs} +2 -2
- package/dist/{fi-q6BFPHtt.cjs → fi-Bish9bFy.cjs} +2 -2
- package/dist/{fi-CzOKgmjK.js → fi-C1YgTvJp.js} +93 -1
- package/dist/{fr-D0cDkdbn.js → fr-Dn0f3XKj.js} +93 -1
- package/dist/{fr-BEnCZ733.cjs → fr-mNj_7F7p.cjs} +2 -2
- package/dist/{ga-BXyKTnJr.cjs → ga-DHGpUClX.cjs} +2 -2
- package/dist/{ga-0A7ndSzw.js → ga-lrKtfvqw.js} +93 -1
- package/dist/{gl-DR1C-hSi.cjs → gl-BaGwE_dH.cjs} +2 -2
- package/dist/{gl-BNwj4XAu.js → gl-Bcp6x2zx.js} +93 -1
- package/dist/{he-BPiZ6D5h.js → he-6cRlkGst.js} +93 -1
- package/dist/{he-OD1Ex2Fw.cjs → he-CyBuj0mX.cjs} +2 -2
- package/dist/{hi-Dt9FvBmh.cjs → hi-C9Y--qfd.cjs} +2 -2
- package/dist/{hi-CSgtp9Yg.js → hi-sWnw2IKq.js} +93 -1
- package/dist/hooks/useLocalizationStrings.d.ts +10 -0
- package/dist/{hr-CDSSj52Q.js → hr-DVYuTFrR.js} +93 -1
- package/dist/{hr-DMzwNhar.cjs → hr-_DB2jbdD.cjs} +2 -2
- package/dist/{hu-Bc-rChfV.cjs → hu-B6P_13vr.cjs} +2 -2
- package/dist/{hu-TDJYiDOB.js → hu-Ds35ELag.js} +93 -1
- package/dist/{id-CwndN9HH.cjs → id-CD6_OeAS.cjs} +2 -2
- package/dist/{id-B3IF5pnh.js → id-D3-zrJWX.js} +93 -1
- package/dist/index.cjs +48 -33
- package/dist/index.d.ts +14 -0
- package/dist/index.js +10637 -4137
- package/dist/{it-BLET318M.js → it-7v9Dp1d5.js} +93 -1
- package/dist/{it-DaYS5Vil.cjs → it-BqWJuJRG.cjs} +2 -2
- package/dist/{ja-NxwXLaKV.js → ja-HEhZtJlu.js} +93 -1
- package/dist/{ja-BYA2LXHy.cjs → ja-_IB67CHC.cjs} +2 -2
- package/dist/{kk-Ctrvuqlz.cjs → kk-1zP-M5hA.cjs} +2 -2
- package/dist/{kk-CceJcjtl.js → kk-vjMXRcfC.js} +93 -1
- package/dist/{ko-evIcpTG8.cjs → ko-Bh_npcwe.cjs} +2 -2
- package/dist/{ko-cS_OE967.js → ko-k4Pa7puV.js} +93 -1
- package/dist/localization/ILibraryStrings.d.ts +132 -0
- package/dist/localization/index.d.ts +2 -2
- package/dist/{lt-CYTLGgh6.cjs → lt-Bcs_RvUC.cjs} +2 -2
- package/dist/{lt-CZ-kk_5b.js → lt-DiJ0TBtG.js} +93 -1
- package/dist/{lv-COjitD3w.cjs → lv-DXbttzfD.cjs} +2 -2
- package/dist/{lv-BTvPpEjc.js → lv-Dsam0ieq.js} +93 -1
- package/dist/{mk-CSSyI3El.js → mk-6gVlhUMj.js} +93 -1
- package/dist/{mk-B-LF5gVL.cjs → mk-CwexdV8N.cjs} +2 -2
- package/dist/{ms-CzEvkib0.cjs → ms-DbohV4fa.cjs} +2 -2
- package/dist/{ms-Dz5JnKJ1.js → ms-LR8UEBWu.js} +93 -1
- package/dist/{nb-DkgTg1et.js → nb-BCuhLUFv.js} +93 -1
- package/dist/{nb-B1KWSX94.cjs → nb-XSnogBcy.cjs} +2 -2
- package/dist/{nl-knWqo2aX.cjs → nl-C3fB4nMe.cjs} +2 -2
- package/dist/{nl-CQ5eoxw2.js → nl-Cjbk_uDE.js} +93 -1
- package/dist/{pl-BQJfOizT.js → pl-3SZu8o4v.js} +93 -1
- package/dist/{pl-Ce6dq53t.cjs → pl-BJHabrpe.cjs} +2 -2
- package/dist/providers.cjs +1 -1
- package/dist/providers.js +1 -1
- package/dist/{pt-b0p7DoD0.js → pt-BRvCnjwa.js} +93 -1
- package/dist/{pt-BVqTnGkF.cjs → pt-BqRRasV7.cjs} +2 -2
- package/dist/{ro-sbBtUVJV.js → ro-B051tdWj.js} +93 -1
- package/dist/{ro-DqJMfhmX.cjs → ro-BCq9yIk8.cjs} +2 -2
- package/dist/{ru-Dm2NAQyK.cjs → ru-B-TiRA2D.cjs} +2 -2
- package/dist/{ru-ofzbka6D.js → ru-wGNmtZwA.js} +93 -1
- package/dist/{sk-BtpdNCPC.js → sk-BEUsTaCT.js} +93 -1
- package/dist/{sk-BNe6CHG-.cjs → sk-Btf7EoeH.cjs} +2 -2
- package/dist/{sl-BKmEUGyu.cjs → sl-Cs0S-Rru.cjs} +2 -2
- package/dist/{sl-B4GsKLu6.js → sl-Dt-Wix4R.js} +93 -1
- package/dist/{sr-C76YVpkQ.js → sr-Cj6FjoPV.js} +93 -1
- package/dist/{sr-Dwya5lwF.cjs → sr-Jxn52mZC.cjs} +2 -2
- package/dist/{sv-PesX57cX.js → sv-C5PBTvZZ.js} +93 -1
- package/dist/{sv-BGL2G9Vm.cjs → sv-DqwVwzYH.cjs} +2 -2
- package/dist/{th-DEv6shFI.cjs → th-CnqYsyp5.cjs} +2 -2
- package/dist/{th-CbCNOBnR.js → th-DEMLnNto.js} +93 -1
- package/dist/{tr-B0TPxXKS.js → tr-7wlGJ97W.js} +93 -1
- package/dist/{tr-BB-QonGE.cjs → tr-BiSE3U_v.cjs} +2 -2
- package/dist/{uk-_9cNoBNe.js → uk-B2JY5Ka3.js} +93 -1
- package/dist/{uk-B-3fLKpR.cjs → uk-YsR97h-O.cjs} +2 -2
- package/dist/{vi-Dx6pJ0ir.cjs → vi-BqlBS0CX.cjs} +2 -2
- package/dist/{vi-B8SfqLW6.js → vi-By1JUTa6.js} +93 -1
- package/dist/{zh-DD0ml2HG.cjs → zh-C3amwoRq.cjs} +2 -2
- package/dist/{zh-DqHnbp6B.js → zh-SZ0W4ZGV.js} +93 -1
- package/package.json +19 -1
- package/dist/LocalizationProvider-BbfcY9z3.cjs +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Зареждане...`,error:`Грешка`,noData:`Няма данни`,close:`Затвори`,save:`Запази`,cancel:`Отказ`,ok:`OK`,searchPlaceholder:`Търсене...`},kpi:{noDescription:`Няма налично описание`,defaultTitle:`КПИ`,lowerIsBetter:`По-ниско е по-добре`,higherIsBetter:`По-високо е по-добре`,withinGoalThreshold:`В рамките на целевия праг`,exceedsGoalThreshold:`Надвишава целевия праг`,goal:`Цел`,progressGoal:`Напредък към целта`,maxAllowedThreshold:`Максимален допустим праг`,totalItemsInScope:`Общо елементи в обхвата`,totalItems:`Total`,currentValueAsPercent:`Текуща стойност като процент от общото`,percentOfTotal:`%`,onTrack:`На правилния път`,exceedGoal:`Надвишава целта`},noKpis:{title:`Няма конфигурирани КПИ`,subtitle:`Започнете да проследявате представянето на екипа си, като конфигурирате {highlight} в списъка за конфигурация на приложението.`,highlightText:`параметри на КПИ`,configureButton:`Конфигурирай КПИ`},calendar:{calendarControl:{daysOfWeek:[`Неделя`,`Понеделник`,`Вторник`,`Сряда`,`Четвъртък`,`Петък`,`Събота`]},selectCalendarView:{month:`Месец`,week:`Седмица`,day:`Ден`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`ч`},eventDetailsPopover:{start:`Начало`,end:`Край`,location:`Местоположение`,attendees:`Присъстващи`,details:`Подробности`},dayView:{allDay:`Цял ден`},toolbar:{today:`Днес`,previous:`Предишен`,next:`Следващ`},weekView:{allDay:`Цял ден`},calendarMonth:{months:[`Януари`,`Февруари`,`Март`,`Април`,`Май`,`Юни`,`Юли`,`Август`,`Септември`,`Октомври`,`Ноември`,`Декември`],shortMonths:[`Яну`,`Фев`,`Мар`,`Апр`,`Май`,`Юни`,`Юли`,`Авг`,`Сеп`,`Окт`,`Ное`,`Дек`],days:[`Неделя`,`Понеделник`,`Вторник`,`Сряда`,`Четвъртък`,`Петък`,`Събота`],shortDays:[`Нед`,`Пон`,`Вто`,`Сря`,`Чет`,`Пет`,`Съб`],goToToday:`Отиди до днес`},selectWeek:{selectWeekPlaceholder:`Изберете седмица`}},mensions:{placeholder:`Въведете съобщение...`,noResults:`Няма намерени резултати`,send:`Изпрати`},shareDialog:{title:`Споделяне`,copyLink:`Копирай връзка`,linkCopied:`Връзката е копирана!`,share:`Сподели`,cancel:`Отказ`},userCard:{available:`На линия`,availableIdle:`На линия, неактивен`,away:`Отсъстващ`,busy:`Зает`,busyIdle:`Зает, неактивен`,doNotDisturb:`Не безпокойте`,beRightBack:`Връщам се веднага`,appearOffline:`Изглеждай офлайн`,unknown:`Неизвестен`,outOfOffice:`Извън офиса`,offline:`Офлайн`,userAvatar:`Аватар на потребителя`,unknownUser:`Неизвестен потребител`},appDashboard:{noDashboardsAvailable:`Няма налични табла`,clickToSetSpan:`Щракнете, за да зададете обхват`,configure:`Конфигуриране`},aiAssistant:{processingError:`Възникна грешка при обработката на заявката ви.`,noUsersFound:`Не са намерени потребители`,typeAMessage:`Напишете съобщение`},worldMap:{loadingMapStyle:`Зареждане на стила на картата…`,coordinates:`Координати:`,zoomIn:`Увеличаване`,zoomOut:`Намаляване`,resetMap:`Нулиране на картата`,reset:`Нулиране`},aiSearchControl:{placeholder:`Поискайте от ИИ да генерира заявка за търсене...`,notConfiguredError:`Azure OpenAI не е конфигуриран правилно. Моля, проверете конфигурацията.`,generationError:`Възникна грешка при генерирането на заявка за търсене с ИИ`},itemPicker:{placeholder:`Търсене…`,noResultsFound:`Няма намерени резултати`,searching:`Търсене…`,loadingMore:`Зареждане на още…`,selectedItems:`Избрани елементи`,searchItems:`Търсене на елементи`},listItemActivity:{you:`Вие`,accessed:`осъществи достъп до това`,commented:`коментира това`,created:`създаде това`,deleted:`изтри това`,edited:`редактира това`,mentioned:`ви спомена в това`,moved:`премести това`,renamed:`преименува това`,restored:`възстанови това`,shared:`сподели това`,versioned:`версионира това`},inputField:{fieldRequired:`Това поле е задължително`,numberRequired:`Изисква се число`,invalidNumber:`Моля, въведете валидно число`,valueMustBeAtLeast:`Стойността трябва да е поне {0}`,valueMustBeAtMost:`Стойността трябва да е най-много {0}`},searchControl:{placeholder:`Търсене…`},mermaidDiagram:{loading:`Зареждане на диаграма…`,errorTitle:`Грешка в диаграмата`,errorMessage:`Възникна грешка при изобразяването на диаграмата.`,noSource:`Не е предоставен източник на диаграма`}};exports.bg=e;
|
|
2
|
-
//# sourceMappingURL=bg-
|
|
1
|
+
var e={common:{loading:`Зареждане...`,error:`Грешка`,noData:`Няма данни`,close:`Затвори`,save:`Запази`,cancel:`Отказ`,ok:`OK`,searchPlaceholder:`Търсене...`},kpi:{noDescription:`Няма налично описание`,defaultTitle:`КПИ`,lowerIsBetter:`По-ниско е по-добре`,higherIsBetter:`По-високо е по-добре`,withinGoalThreshold:`В рамките на целевия праг`,exceedsGoalThreshold:`Надвишава целевия праг`,goal:`Цел`,progressGoal:`Напредък към целта`,maxAllowedThreshold:`Максимален допустим праг`,totalItemsInScope:`Общо елементи в обхвата`,totalItems:`Total`,currentValueAsPercent:`Текуща стойност като процент от общото`,percentOfTotal:`%`,onTrack:`На правилния път`,exceedGoal:`Надвишава целта`},noKpis:{title:`Няма конфигурирани КПИ`,subtitle:`Започнете да проследявате представянето на екипа си, като конфигурирате {highlight} в списъка за конфигурация на приложението.`,highlightText:`параметри на КПИ`,configureButton:`Конфигурирай КПИ`},calendar:{calendarControl:{daysOfWeek:[`Неделя`,`Понеделник`,`Вторник`,`Сряда`,`Четвъртък`,`Петък`,`Събота`]},selectCalendarView:{month:`Месец`,week:`Седмица`,day:`Ден`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`ч`},eventDetailsPopover:{start:`Начало`,end:`Край`,location:`Местоположение`,attendees:`Присъстващи`,details:`Подробности`},dayView:{allDay:`Цял ден`},toolbar:{today:`Днес`,previous:`Предишен`,next:`Следващ`},weekView:{allDay:`Цял ден`},calendarMonth:{months:[`Януари`,`Февруари`,`Март`,`Април`,`Май`,`Юни`,`Юли`,`Август`,`Септември`,`Октомври`,`Ноември`,`Декември`],shortMonths:[`Яну`,`Фев`,`Мар`,`Апр`,`Май`,`Юни`,`Юли`,`Авг`,`Сеп`,`Окт`,`Ное`,`Дек`],days:[`Неделя`,`Понеделник`,`Вторник`,`Сряда`,`Четвъртък`,`Петък`,`Събота`],shortDays:[`Нед`,`Пон`,`Вто`,`Сря`,`Чет`,`Пет`,`Съб`],goToToday:`Отиди до днес`},selectWeek:{selectWeekPlaceholder:`Изберете седмица`}},mensions:{placeholder:`Въведете съобщение...`,noResults:`Няма намерени резултати`,send:`Изпрати`},shareDialog:{title:`Споделяне`,copyLink:`Копирай връзка`,linkCopied:`Връзката е копирана!`,share:`Сподели`,cancel:`Отказ`},userCard:{available:`На линия`,availableIdle:`На линия, неактивен`,away:`Отсъстващ`,busy:`Зает`,busyIdle:`Зает, неактивен`,doNotDisturb:`Не безпокойте`,beRightBack:`Връщам се веднага`,appearOffline:`Изглеждай офлайн`,unknown:`Неизвестен`,outOfOffice:`Извън офиса`,offline:`Офлайн`,userAvatar:`Аватар на потребителя`,unknownUser:`Неизвестен потребител`},appDashboard:{noDashboardsAvailable:`Няма налични табла`,clickToSetSpan:`Щракнете, за да зададете обхват`,configure:`Конфигуриране`},aiAssistant:{processingError:`Възникна грешка при обработката на заявката ви.`,noUsersFound:`Не са намерени потребители`,typeAMessage:`Напишете съобщение`},worldMap:{loadingMapStyle:`Зареждане на стила на картата…`,coordinates:`Координати:`,zoomIn:`Увеличаване`,zoomOut:`Намаляване`,resetMap:`Нулиране на картата`,reset:`Нулиране`},aiSearchControl:{placeholder:`Поискайте от ИИ да генерира заявка за търсене...`,notConfiguredError:`Azure OpenAI не е конфигуриран правилно. Моля, проверете конфигурацията.`,generationError:`Възникна грешка при генерирането на заявка за търсене с ИИ`},itemPicker:{placeholder:`Търсене…`,noResultsFound:`Няма намерени резултати`,searching:`Търсене…`,loadingMore:`Зареждане на още…`,selectedItems:`Избрани елементи`,searchItems:`Търсене на елементи`},listItemActivity:{you:`Вие`,accessed:`осъществи достъп до това`,commented:`коментира това`,created:`създаде това`,deleted:`изтри това`,edited:`редактира това`,mentioned:`ви спомена в това`,moved:`премести това`,renamed:`преименува това`,restored:`възстанови това`,shared:`сподели това`,versioned:`версионира това`},inputField:{fieldRequired:`Това поле е задължително`,numberRequired:`Изисква се число`,invalidNumber:`Моля, въведете валидно число`,valueMustBeAtLeast:`Стойността трябва да е поне {0}`,valueMustBeAtMost:`Стойността трябва да е най-много {0}`},searchControl:{placeholder:`Търсене…`},mermaidDiagram:{loading:`Зареждане на диаграма…`,errorTitle:`Грешка в диаграмата`,errorMessage:`Възникна грешка при изобразяването на диаграмата.`,noSource:`Не е предоставен източник на диаграма`},dropzone:{dropHere:`Drop files here or click to select`,dragActive:`Drop the files here`,fileRejected:`File type not accepted`,fileTooLarge:`File is too large`,tooManyFiles:`Too many files`,loading:`Uploading…`},richTextEditor:{boldControlLabel:`Bold`,italicControlLabel:`Italic`,underlineControlLabel:`Underline`,strikeControlLabel:`Strikethrough`,clearFormattingControlLabel:`Clear formatting`,linkControlLabel:`Link`,unlinkControlLabel:`Unlink`,bulletListControlLabel:`Bullet list`,orderedListControlLabel:`Ordered list`,h1ControlLabel:`Heading 1`,h2ControlLabel:`Heading 2`,h3ControlLabel:`Heading 3`,h4ControlLabel:`Heading 4`,h5ControlLabel:`Heading 5`,h6ControlLabel:`Heading 6`,blockquoteControlLabel:`Blockquote`,alignLeftControlLabel:`Align left`,alignCenterControlLabel:`Align center`,alignRightControlLabel:`Align right`,alignJustifyControlLabel:`Align justify`,codeControlLabel:`Code`,codeBlockControlLabel:`Code block`,subscriptControlLabel:`Subscript`,superscriptControlLabel:`Superscript`,colorPickerControlLabel:`Text color`,unsetColorControlLabel:`Unset color`,highlightControlLabel:`Highlight`,hrControlLabel:`Horizontal rule`,undoControlLabel:`Undo`,redoControlLabel:`Redo`,sourceCodeControlLabel:`Source code`,linkEditorInputLabel:`Enter URL`,linkEditorInputPlaceholder:`https://example.com`,linkEditorExternalLink:`Open link in a new tab`,linkEditorInternalLink:`Open link in the same tab`,linkEditorSave:`Save`,colorPickerCancel:`Cancel`,colorPickerClear:`Clear color`,colorPickerColorPicker:`Color picker`,colorPickerPalette:`Color palette`,colorPickerSave:`Save`,tasksControlLabel:`Task list`,tasksSinkLabel:`Increase indent`,tasksLiftLabel:`Decrease indent`,fontFamilyControlLabel:`Font family`},compactCalendar:{noEvents:`Няма събития`,allDay:`Цял ден`,shortDays:[`Нед`,`Пон`,`Вто`,`Сря`,`Чет`,`Пет`,`Съб`]},spotlight:{searchPlaceholder:`Търсене…`,nothingFound:`Нищо не е намерено`},colorPicker:{red:`Червено`,green:`Зелено`,blue:`Синьо`,alpha:`Алфа`,hue:`Нюанс`,saturation:`Наситеност`,lightness:`Светлина`,hex:`Hex`,copy:`Копиране`,saturationPanel:`Наситеност и яркост`,hueSlider:`Нюанс`,alphaSlider:`Непрозрачност`,eyeDropper:`Избор на цвят от екрана`,swatchColor:`Цветна мостра`,themeBrand:`Марка`,themeNeutral:`Неутрален`,themeStatus:`Състояние`,themeColors:`Цветове на темата`}};exports.bg=e;
|
|
2
|
+
//# sourceMappingURL=bg-nghgX11u.cjs.map
|
|
@@ -202,9 +202,101 @@ var e = {
|
|
|
202
202
|
errorTitle: "Greška dijagrama",
|
|
203
203
|
errorMessage: "Došlo je do greške pri prikazivanju dijagrama.",
|
|
204
204
|
noSource: "Izvor dijagrama nije naveden"
|
|
205
|
+
},
|
|
206
|
+
dropzone: {
|
|
207
|
+
dropHere: "Drop files here or click to select",
|
|
208
|
+
dragActive: "Drop the files here",
|
|
209
|
+
fileRejected: "File type not accepted",
|
|
210
|
+
fileTooLarge: "File is too large",
|
|
211
|
+
tooManyFiles: "Too many files",
|
|
212
|
+
loading: "Uploading…"
|
|
213
|
+
},
|
|
214
|
+
richTextEditor: {
|
|
215
|
+
boldControlLabel: "Bold",
|
|
216
|
+
italicControlLabel: "Italic",
|
|
217
|
+
underlineControlLabel: "Underline",
|
|
218
|
+
strikeControlLabel: "Strikethrough",
|
|
219
|
+
clearFormattingControlLabel: "Clear formatting",
|
|
220
|
+
linkControlLabel: "Link",
|
|
221
|
+
unlinkControlLabel: "Unlink",
|
|
222
|
+
bulletListControlLabel: "Bullet list",
|
|
223
|
+
orderedListControlLabel: "Ordered list",
|
|
224
|
+
h1ControlLabel: "Heading 1",
|
|
225
|
+
h2ControlLabel: "Heading 2",
|
|
226
|
+
h3ControlLabel: "Heading 3",
|
|
227
|
+
h4ControlLabel: "Heading 4",
|
|
228
|
+
h5ControlLabel: "Heading 5",
|
|
229
|
+
h6ControlLabel: "Heading 6",
|
|
230
|
+
blockquoteControlLabel: "Blockquote",
|
|
231
|
+
alignLeftControlLabel: "Align left",
|
|
232
|
+
alignCenterControlLabel: "Align center",
|
|
233
|
+
alignRightControlLabel: "Align right",
|
|
234
|
+
alignJustifyControlLabel: "Align justify",
|
|
235
|
+
codeControlLabel: "Code",
|
|
236
|
+
codeBlockControlLabel: "Code block",
|
|
237
|
+
subscriptControlLabel: "Subscript",
|
|
238
|
+
superscriptControlLabel: "Superscript",
|
|
239
|
+
colorPickerControlLabel: "Text color",
|
|
240
|
+
unsetColorControlLabel: "Unset color",
|
|
241
|
+
highlightControlLabel: "Highlight",
|
|
242
|
+
hrControlLabel: "Horizontal rule",
|
|
243
|
+
undoControlLabel: "Undo",
|
|
244
|
+
redoControlLabel: "Redo",
|
|
245
|
+
sourceCodeControlLabel: "Source code",
|
|
246
|
+
linkEditorInputLabel: "Enter URL",
|
|
247
|
+
linkEditorInputPlaceholder: "https://example.com",
|
|
248
|
+
linkEditorExternalLink: "Open link in a new tab",
|
|
249
|
+
linkEditorInternalLink: "Open link in the same tab",
|
|
250
|
+
linkEditorSave: "Save",
|
|
251
|
+
colorPickerCancel: "Cancel",
|
|
252
|
+
colorPickerClear: "Clear color",
|
|
253
|
+
colorPickerColorPicker: "Color picker",
|
|
254
|
+
colorPickerPalette: "Color palette",
|
|
255
|
+
colorPickerSave: "Save",
|
|
256
|
+
tasksControlLabel: "Task list",
|
|
257
|
+
tasksSinkLabel: "Increase indent",
|
|
258
|
+
tasksLiftLabel: "Decrease indent",
|
|
259
|
+
fontFamilyControlLabel: "Font family"
|
|
260
|
+
},
|
|
261
|
+
compactCalendar: {
|
|
262
|
+
noEvents: "Nema događaja",
|
|
263
|
+
allDay: "Cijeli dan",
|
|
264
|
+
shortDays: [
|
|
265
|
+
"Ned",
|
|
266
|
+
"Pon",
|
|
267
|
+
"Uto",
|
|
268
|
+
"Sri",
|
|
269
|
+
"Čet",
|
|
270
|
+
"Pet",
|
|
271
|
+
"Sub"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
spotlight: {
|
|
275
|
+
searchPlaceholder: "Pretraži…",
|
|
276
|
+
nothingFound: "Ništa nije pronađeno"
|
|
277
|
+
},
|
|
278
|
+
colorPicker: {
|
|
279
|
+
red: "Crvena",
|
|
280
|
+
green: "Zelena",
|
|
281
|
+
blue: "Plava",
|
|
282
|
+
alpha: "Alfa",
|
|
283
|
+
hue: "Nijansa",
|
|
284
|
+
saturation: "Zasićenost",
|
|
285
|
+
lightness: "Svjetlina",
|
|
286
|
+
hex: "Hex",
|
|
287
|
+
copy: "Kopiraj",
|
|
288
|
+
saturationPanel: "Zasićenost i osvjetljenje",
|
|
289
|
+
hueSlider: "Nijansa",
|
|
290
|
+
alphaSlider: "Neprozirnost",
|
|
291
|
+
eyeDropper: "Odaberi boju s ekrana",
|
|
292
|
+
swatchColor: "Uzorak boje",
|
|
293
|
+
themeBrand: "Brend",
|
|
294
|
+
themeNeutral: "Neutralno",
|
|
295
|
+
themeStatus: "Status",
|
|
296
|
+
themeColors: "Boje teme"
|
|
205
297
|
}
|
|
206
298
|
};
|
|
207
299
|
//#endregion
|
|
208
300
|
export { e as bs };
|
|
209
301
|
|
|
210
|
-
//# sourceMappingURL=bs-
|
|
302
|
+
//# sourceMappingURL=bs-BYdzDqQ_.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Učitavanje...`,error:`Greška`,noData:`Nema podataka`,close:`Zatvori`,save:`Spremi`,cancel:`Otkaži`,ok:`OK`,searchPlaceholder:`Pretraži...`},kpi:{noDescription:`Nema dostupnog opisa`,defaultTitle:`KPI`,lowerIsBetter:`Niže je bolje`,higherIsBetter:`Više je bolje`,withinGoalThreshold:`Unutar praga cilja`,exceedsGoalThreshold:`Premašuje prag cilja`,goal:`Cilj`,progressGoal:`Napredak prema cilju`,maxAllowedThreshold:`Maksimalni dozvoljeni prag`,totalItemsInScope:`Ukupno stavki u opsegu`,totalItems:`Total`,currentValueAsPercent:`Trenutna vrijednost kao postotak ukupnog`,percentOfTotal:`%`,onTrack:`Na pravom putu`,exceedGoal:`Premašuje cilj`},noKpis:{title:`Nema konfiguriranih KPI-jeva`,subtitle:`Počnite pratiti performanse svog tima konfiguracijom {highlight} u listi konfiguracije aplikacije.`,highlightText:`KPI parametara`,configureButton:`Konfiguriši KPI-jeve`},calendar:{calendarControl:{daysOfWeek:[`Nedjelja`,`Ponedjeljak`,`Utorak`,`Srijeda`,`Četvrtak`,`Petak`,`Subota`]},selectCalendarView:{month:`Mjesec`,week:`Sedmica`,day:`Dan`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`h`},eventDetailsPopover:{start:`Početak`,end:`Kraj`,location:`Lokacija`,attendees:`Učesnici`,details:`Detalji`},dayView:{allDay:`Cijeli dan`},toolbar:{today:`Danas`,previous:`Prethodni`,next:`Sljedeći`},weekView:{allDay:`Cijeli dan`},calendarMonth:{months:[`Januar`,`Februar`,`Mart`,`April`,`Maj`,`Juni`,`Juli`,`August`,`Septembar`,`Oktobar`,`Novembar`,`Decembar`],shortMonths:[`Jan`,`Feb`,`Mar`,`Apr`,`Maj`,`Jun`,`Jul`,`Aug`,`Sep`,`Okt`,`Nov`,`Dec`],days:[`Nedjelja`,`Ponedjeljak`,`Utorak`,`Srijeda`,`Četvrtak`,`Petak`,`Subota`],shortDays:[`Ned`,`Pon`,`Uto`,`Sri`,`Čet`,`Pet`,`Sub`],goToToday:`Idi na danas`},selectWeek:{selectWeekPlaceholder:`Odaberite sedmicu`}},mensions:{placeholder:`Napišite poruku...`,noResults:`Nema pronađenih rezultata`,send:`Pošalji`},shareDialog:{title:`Dijeli`,copyLink:`Kopiraj link`,linkCopied:`Link kopiran!`,share:`Dijeli`,cancel:`Otkaži`},userCard:{available:`Dostupan`,availableIdle:`Dostupan, neaktivan`,away:`Odsutan`,busy:`Zauzet`,busyIdle:`Zauzet, neaktivan`,doNotDisturb:`Ne uznemiravaj`,beRightBack:`Odmah se vraćam`,appearOffline:`Prikaži se kao van mreže`,unknown:`Nepoznato`,outOfOffice:`Van kancelarije`,offline:`Van mreže`,userAvatar:`Avatar korisnika`,unknownUser:`Nepoznat korisnik`},appDashboard:{noDashboardsAvailable:`Nema dostupnih kontrolnih ploča`,clickToSetSpan:`Kliknite za postavljanje raspona`,configure:`Konfiguriši`},aiAssistant:{processingError:`Došlo je do greške pri obradi vašeg zahtjeva.`,noUsersFound:`Korisnici nisu pronađeni`,typeAMessage:`Upišite poruku`},worldMap:{loadingMapStyle:`Učitavanje stila mape…`,coordinates:`Koordinate:`,zoomIn:`Uvećaj`,zoomOut:`Umanji`,resetMap:`Resetuj mapu`,reset:`Resetuj`},aiSearchControl:{placeholder:`Zamolite AI da generiše upit za pretragu...`,notConfiguredError:`Azure OpenAI nije pravilno konfigurisan. Molimo provjerite konfiguraciju.`,generationError:`Došlo je do greške pri generisanju upita za pretragu pomoću AI`},itemPicker:{placeholder:`Pretraži…`,noResultsFound:`Nema pronađenih rezultata`,searching:`Pretraživanje…`,loadingMore:`Učitavanje još…`,selectedItems:`Odabrane stavke`,searchItems:`Pretraži stavke`},listItemActivity:{you:`Vi`,accessed:`je pristupio ovome`,commented:`je komentarisao ovo`,created:`je kreirao ovo`,deleted:`je obrisao ovo`,edited:`je uredio ovo`,mentioned:`vas je spomenuo u ovome`,moved:`je premjestio ovo`,renamed:`je preimenovao ovo`,restored:`je vratio ovo`,shared:`je podijelio ovo`,versioned:`je verzionirao ovo`},inputField:{fieldRequired:`Ovo polje je obavezno`,numberRequired:`Broj je obavezan`,invalidNumber:`Unesite ispravan broj`,valueMustBeAtLeast:`Vrijednost mora biti najmanje {0}`,valueMustBeAtMost:`Vrijednost mora biti najviše {0}`},searchControl:{placeholder:`Pretraži…`},mermaidDiagram:{loading:`Učitavanje dijagrama…`,errorTitle:`Greška dijagrama`,errorMessage:`Došlo je do greške pri prikazivanju dijagrama.`,noSource:`Izvor dijagrama nije naveden`}};exports.bs=e;
|
|
2
|
-
//# sourceMappingURL=bs-
|
|
1
|
+
var e={common:{loading:`Učitavanje...`,error:`Greška`,noData:`Nema podataka`,close:`Zatvori`,save:`Spremi`,cancel:`Otkaži`,ok:`OK`,searchPlaceholder:`Pretraži...`},kpi:{noDescription:`Nema dostupnog opisa`,defaultTitle:`KPI`,lowerIsBetter:`Niže je bolje`,higherIsBetter:`Više je bolje`,withinGoalThreshold:`Unutar praga cilja`,exceedsGoalThreshold:`Premašuje prag cilja`,goal:`Cilj`,progressGoal:`Napredak prema cilju`,maxAllowedThreshold:`Maksimalni dozvoljeni prag`,totalItemsInScope:`Ukupno stavki u opsegu`,totalItems:`Total`,currentValueAsPercent:`Trenutna vrijednost kao postotak ukupnog`,percentOfTotal:`%`,onTrack:`Na pravom putu`,exceedGoal:`Premašuje cilj`},noKpis:{title:`Nema konfiguriranih KPI-jeva`,subtitle:`Počnite pratiti performanse svog tima konfiguracijom {highlight} u listi konfiguracije aplikacije.`,highlightText:`KPI parametara`,configureButton:`Konfiguriši KPI-jeve`},calendar:{calendarControl:{daysOfWeek:[`Nedjelja`,`Ponedjeljak`,`Utorak`,`Srijeda`,`Četvrtak`,`Petak`,`Subota`]},selectCalendarView:{month:`Mjesec`,week:`Sedmica`,day:`Dan`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`h`},eventDetailsPopover:{start:`Početak`,end:`Kraj`,location:`Lokacija`,attendees:`Učesnici`,details:`Detalji`},dayView:{allDay:`Cijeli dan`},toolbar:{today:`Danas`,previous:`Prethodni`,next:`Sljedeći`},weekView:{allDay:`Cijeli dan`},calendarMonth:{months:[`Januar`,`Februar`,`Mart`,`April`,`Maj`,`Juni`,`Juli`,`August`,`Septembar`,`Oktobar`,`Novembar`,`Decembar`],shortMonths:[`Jan`,`Feb`,`Mar`,`Apr`,`Maj`,`Jun`,`Jul`,`Aug`,`Sep`,`Okt`,`Nov`,`Dec`],days:[`Nedjelja`,`Ponedjeljak`,`Utorak`,`Srijeda`,`Četvrtak`,`Petak`,`Subota`],shortDays:[`Ned`,`Pon`,`Uto`,`Sri`,`Čet`,`Pet`,`Sub`],goToToday:`Idi na danas`},selectWeek:{selectWeekPlaceholder:`Odaberite sedmicu`}},mensions:{placeholder:`Napišite poruku...`,noResults:`Nema pronađenih rezultata`,send:`Pošalji`},shareDialog:{title:`Dijeli`,copyLink:`Kopiraj link`,linkCopied:`Link kopiran!`,share:`Dijeli`,cancel:`Otkaži`},userCard:{available:`Dostupan`,availableIdle:`Dostupan, neaktivan`,away:`Odsutan`,busy:`Zauzet`,busyIdle:`Zauzet, neaktivan`,doNotDisturb:`Ne uznemiravaj`,beRightBack:`Odmah se vraćam`,appearOffline:`Prikaži se kao van mreže`,unknown:`Nepoznato`,outOfOffice:`Van kancelarije`,offline:`Van mreže`,userAvatar:`Avatar korisnika`,unknownUser:`Nepoznat korisnik`},appDashboard:{noDashboardsAvailable:`Nema dostupnih kontrolnih ploča`,clickToSetSpan:`Kliknite za postavljanje raspona`,configure:`Konfiguriši`},aiAssistant:{processingError:`Došlo je do greške pri obradi vašeg zahtjeva.`,noUsersFound:`Korisnici nisu pronađeni`,typeAMessage:`Upišite poruku`},worldMap:{loadingMapStyle:`Učitavanje stila mape…`,coordinates:`Koordinate:`,zoomIn:`Uvećaj`,zoomOut:`Umanji`,resetMap:`Resetuj mapu`,reset:`Resetuj`},aiSearchControl:{placeholder:`Zamolite AI da generiše upit za pretragu...`,notConfiguredError:`Azure OpenAI nije pravilno konfigurisan. Molimo provjerite konfiguraciju.`,generationError:`Došlo je do greške pri generisanju upita za pretragu pomoću AI`},itemPicker:{placeholder:`Pretraži…`,noResultsFound:`Nema pronađenih rezultata`,searching:`Pretraživanje…`,loadingMore:`Učitavanje još…`,selectedItems:`Odabrane stavke`,searchItems:`Pretraži stavke`},listItemActivity:{you:`Vi`,accessed:`je pristupio ovome`,commented:`je komentarisao ovo`,created:`je kreirao ovo`,deleted:`je obrisao ovo`,edited:`je uredio ovo`,mentioned:`vas je spomenuo u ovome`,moved:`je premjestio ovo`,renamed:`je preimenovao ovo`,restored:`je vratio ovo`,shared:`je podijelio ovo`,versioned:`je verzionirao ovo`},inputField:{fieldRequired:`Ovo polje je obavezno`,numberRequired:`Broj je obavezan`,invalidNumber:`Unesite ispravan broj`,valueMustBeAtLeast:`Vrijednost mora biti najmanje {0}`,valueMustBeAtMost:`Vrijednost mora biti najviše {0}`},searchControl:{placeholder:`Pretraži…`},mermaidDiagram:{loading:`Učitavanje dijagrama…`,errorTitle:`Greška dijagrama`,errorMessage:`Došlo je do greške pri prikazivanju dijagrama.`,noSource:`Izvor dijagrama nije naveden`},dropzone:{dropHere:`Drop files here or click to select`,dragActive:`Drop the files here`,fileRejected:`File type not accepted`,fileTooLarge:`File is too large`,tooManyFiles:`Too many files`,loading:`Uploading…`},richTextEditor:{boldControlLabel:`Bold`,italicControlLabel:`Italic`,underlineControlLabel:`Underline`,strikeControlLabel:`Strikethrough`,clearFormattingControlLabel:`Clear formatting`,linkControlLabel:`Link`,unlinkControlLabel:`Unlink`,bulletListControlLabel:`Bullet list`,orderedListControlLabel:`Ordered list`,h1ControlLabel:`Heading 1`,h2ControlLabel:`Heading 2`,h3ControlLabel:`Heading 3`,h4ControlLabel:`Heading 4`,h5ControlLabel:`Heading 5`,h6ControlLabel:`Heading 6`,blockquoteControlLabel:`Blockquote`,alignLeftControlLabel:`Align left`,alignCenterControlLabel:`Align center`,alignRightControlLabel:`Align right`,alignJustifyControlLabel:`Align justify`,codeControlLabel:`Code`,codeBlockControlLabel:`Code block`,subscriptControlLabel:`Subscript`,superscriptControlLabel:`Superscript`,colorPickerControlLabel:`Text color`,unsetColorControlLabel:`Unset color`,highlightControlLabel:`Highlight`,hrControlLabel:`Horizontal rule`,undoControlLabel:`Undo`,redoControlLabel:`Redo`,sourceCodeControlLabel:`Source code`,linkEditorInputLabel:`Enter URL`,linkEditorInputPlaceholder:`https://example.com`,linkEditorExternalLink:`Open link in a new tab`,linkEditorInternalLink:`Open link in the same tab`,linkEditorSave:`Save`,colorPickerCancel:`Cancel`,colorPickerClear:`Clear color`,colorPickerColorPicker:`Color picker`,colorPickerPalette:`Color palette`,colorPickerSave:`Save`,tasksControlLabel:`Task list`,tasksSinkLabel:`Increase indent`,tasksLiftLabel:`Decrease indent`,fontFamilyControlLabel:`Font family`},compactCalendar:{noEvents:`Nema događaja`,allDay:`Cijeli dan`,shortDays:[`Ned`,`Pon`,`Uto`,`Sri`,`Čet`,`Pet`,`Sub`]},spotlight:{searchPlaceholder:`Pretraži…`,nothingFound:`Ništa nije pronađeno`},colorPicker:{red:`Crvena`,green:`Zelena`,blue:`Plava`,alpha:`Alfa`,hue:`Nijansa`,saturation:`Zasićenost`,lightness:`Svjetlina`,hex:`Hex`,copy:`Kopiraj`,saturationPanel:`Zasićenost i osvjetljenje`,hueSlider:`Nijansa`,alphaSlider:`Neprozirnost`,eyeDropper:`Odaberi boju s ekrana`,swatchColor:`Uzorak boje`,themeBrand:`Brend`,themeNeutral:`Neutralno`,themeStatus:`Status`,themeColors:`Boje teme`}};exports.bs=e;
|
|
2
|
+
//# sourceMappingURL=bs-CMdfvb33.cjs.map
|
|
@@ -202,9 +202,101 @@ var e = {
|
|
|
202
202
|
errorTitle: "Error del diagrama",
|
|
203
203
|
errorMessage: "S’ha produït un error en renderitzar el diagrama.",
|
|
204
204
|
noSource: "No s’ha proporcionat cap font de diagrama"
|
|
205
|
+
},
|
|
206
|
+
dropzone: {
|
|
207
|
+
dropHere: "Drop files here or click to select",
|
|
208
|
+
dragActive: "Drop the files here",
|
|
209
|
+
fileRejected: "File type not accepted",
|
|
210
|
+
fileTooLarge: "File is too large",
|
|
211
|
+
tooManyFiles: "Too many files",
|
|
212
|
+
loading: "Uploading…"
|
|
213
|
+
},
|
|
214
|
+
richTextEditor: {
|
|
215
|
+
boldControlLabel: "Bold",
|
|
216
|
+
italicControlLabel: "Italic",
|
|
217
|
+
underlineControlLabel: "Underline",
|
|
218
|
+
strikeControlLabel: "Strikethrough",
|
|
219
|
+
clearFormattingControlLabel: "Clear formatting",
|
|
220
|
+
linkControlLabel: "Link",
|
|
221
|
+
unlinkControlLabel: "Unlink",
|
|
222
|
+
bulletListControlLabel: "Bullet list",
|
|
223
|
+
orderedListControlLabel: "Ordered list",
|
|
224
|
+
h1ControlLabel: "Heading 1",
|
|
225
|
+
h2ControlLabel: "Heading 2",
|
|
226
|
+
h3ControlLabel: "Heading 3",
|
|
227
|
+
h4ControlLabel: "Heading 4",
|
|
228
|
+
h5ControlLabel: "Heading 5",
|
|
229
|
+
h6ControlLabel: "Heading 6",
|
|
230
|
+
blockquoteControlLabel: "Blockquote",
|
|
231
|
+
alignLeftControlLabel: "Align left",
|
|
232
|
+
alignCenterControlLabel: "Align center",
|
|
233
|
+
alignRightControlLabel: "Align right",
|
|
234
|
+
alignJustifyControlLabel: "Align justify",
|
|
235
|
+
codeControlLabel: "Code",
|
|
236
|
+
codeBlockControlLabel: "Code block",
|
|
237
|
+
subscriptControlLabel: "Subscript",
|
|
238
|
+
superscriptControlLabel: "Superscript",
|
|
239
|
+
colorPickerControlLabel: "Text color",
|
|
240
|
+
unsetColorControlLabel: "Unset color",
|
|
241
|
+
highlightControlLabel: "Highlight",
|
|
242
|
+
hrControlLabel: "Horizontal rule",
|
|
243
|
+
undoControlLabel: "Undo",
|
|
244
|
+
redoControlLabel: "Redo",
|
|
245
|
+
sourceCodeControlLabel: "Source code",
|
|
246
|
+
linkEditorInputLabel: "Enter URL",
|
|
247
|
+
linkEditorInputPlaceholder: "https://example.com",
|
|
248
|
+
linkEditorExternalLink: "Open link in a new tab",
|
|
249
|
+
linkEditorInternalLink: "Open link in the same tab",
|
|
250
|
+
linkEditorSave: "Save",
|
|
251
|
+
colorPickerCancel: "Cancel",
|
|
252
|
+
colorPickerClear: "Clear color",
|
|
253
|
+
colorPickerColorPicker: "Color picker",
|
|
254
|
+
colorPickerPalette: "Color palette",
|
|
255
|
+
colorPickerSave: "Save",
|
|
256
|
+
tasksControlLabel: "Task list",
|
|
257
|
+
tasksSinkLabel: "Increase indent",
|
|
258
|
+
tasksLiftLabel: "Decrease indent",
|
|
259
|
+
fontFamilyControlLabel: "Font family"
|
|
260
|
+
},
|
|
261
|
+
compactCalendar: {
|
|
262
|
+
noEvents: "No hi ha esdeveniments",
|
|
263
|
+
allDay: "Tot el dia",
|
|
264
|
+
shortDays: [
|
|
265
|
+
"Dg",
|
|
266
|
+
"Dl",
|
|
267
|
+
"Dt",
|
|
268
|
+
"Dc",
|
|
269
|
+
"Dj",
|
|
270
|
+
"Dv",
|
|
271
|
+
"Ds"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
spotlight: {
|
|
275
|
+
searchPlaceholder: "Cerca…",
|
|
276
|
+
nothingFound: "No s'ha trobat res"
|
|
277
|
+
},
|
|
278
|
+
colorPicker: {
|
|
279
|
+
red: "Vermell",
|
|
280
|
+
green: "Verd",
|
|
281
|
+
blue: "Blau",
|
|
282
|
+
alpha: "Alfa",
|
|
283
|
+
hue: "To",
|
|
284
|
+
saturation: "Saturació",
|
|
285
|
+
lightness: "Lluminositat",
|
|
286
|
+
hex: "Hex",
|
|
287
|
+
copy: "Copia",
|
|
288
|
+
saturationPanel: "Saturació i brillantor",
|
|
289
|
+
hueSlider: "To",
|
|
290
|
+
alphaSlider: "Opacitat",
|
|
291
|
+
eyeDropper: "Escull color de la pantalla",
|
|
292
|
+
swatchColor: "Mostra de color",
|
|
293
|
+
themeBrand: "Marca",
|
|
294
|
+
themeNeutral: "Neutre",
|
|
295
|
+
themeStatus: "Estat",
|
|
296
|
+
themeColors: "Colors del tema"
|
|
205
297
|
}
|
|
206
298
|
};
|
|
207
299
|
//#endregion
|
|
208
300
|
export { e as ca };
|
|
209
301
|
|
|
210
|
-
//# sourceMappingURL=ca-
|
|
302
|
+
//# sourceMappingURL=ca-9lGrM-T0.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Carregant...`,error:`Error`,noData:`Sense dades`,close:`Tanca`,save:`Desa`,cancel:`Cancel·la`,ok:`D'acord`,searchPlaceholder:`Cerca...`},kpi:{noDescription:`No hi ha descripció disponible`,defaultTitle:`KPI`,lowerIsBetter:`Menys és millor`,higherIsBetter:`Més és millor`,withinGoalThreshold:`Dins del llindar objectiu`,exceedsGoalThreshold:`Supera el llindar objectiu`,goal:`Objectiu`,progressGoal:`Progrés cap a l'objectiu`,maxAllowedThreshold:`Llindar màxim permès`,totalItemsInScope:`Total d'elements a l'abast`,totalItems:`Total`,currentValueAsPercent:`Valor actual com a percentatge del total`,percentOfTotal:`%`,onTrack:`En bon camí`,exceedGoal:`Supera l'objectiu`},noKpis:{title:`Cap KPI configurat`,subtitle:`Comenceu a fer el seguiment del rendiment del vostre equip configurant {highlight} a la llista de configuració de l'aplicació.`,highlightText:`paràmetres de KPI`,configureButton:`Configura KPIs`},calendar:{calendarControl:{daysOfWeek:[`Diumenge`,`Dilluns`,`Dimarts`,`Dimecres`,`Dijous`,`Divendres`,`Dissabte`]},selectCalendarView:{month:`Mes`,week:`Setmana`,day:`Dia`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`h`},eventDetailsPopover:{start:`Inici`,end:`Fi`,location:`Ubicació`,attendees:`Assistents`,details:`Detalls`},dayView:{allDay:`Tot el dia`},toolbar:{today:`Avui`,previous:`Anterior`,next:`Següent`},weekView:{allDay:`Tot el dia`},calendarMonth:{months:[`Gener`,`Febrer`,`Març`,`Abril`,`Maig`,`Juny`,`Juliol`,`Agost`,`Setembre`,`Octubre`,`Novembre`,`Desembre`],shortMonths:[`Gen`,`Feb`,`Mar`,`Abr`,`Mai`,`Jun`,`Jul`,`Ago`,`Set`,`Oct`,`Nov`,`Des`],days:[`Diumenge`,`Dilluns`,`Dimarts`,`Dimecres`,`Dijous`,`Divendres`,`Dissabte`],shortDays:[`Dg`,`Dl`,`Dt`,`Dc`,`Dj`,`Dv`,`Ds`],goToToday:`Vés a avui`},selectWeek:{selectWeekPlaceholder:`Selecciona una setmana`}},mensions:{placeholder:`Escriviu un missatge...`,noResults:`No s'han trobat resultats`,send:`Envia`},shareDialog:{title:`Comparteix`,copyLink:`Copia l'enllaç`,linkCopied:`Enllaç copiat!`,share:`Comparteix`,cancel:`Cancel·la`},userCard:{available:`Disponible`,availableIdle:`Disponible, inactiu`,away:`Absent`,busy:`Ocupat`,busyIdle:`Ocupat, inactiu`,doNotDisturb:`No molesteu`,beRightBack:`Torno de seguida`,appearOffline:`Apareix fora de línia`,unknown:`Desconegut`,outOfOffice:`Fora de l'oficina`,offline:`Fora de línia`,userAvatar:`Avatar de l'usuari`,unknownUser:`Usuari desconegut`},appDashboard:{noDashboardsAvailable:`No hi ha taulers disponibles`,clickToSetSpan:`Feu clic per establir l'abast`,configure:`Configurar`},aiAssistant:{processingError:`S'ha produït un error en processar la vostra sol·licitud.`,noUsersFound:`No s'han trobat usuaris`,typeAMessage:`Escriviu un missatge`},worldMap:{loadingMapStyle:`S'està carregant l'estil del mapa…`,coordinates:`Coordenades:`,zoomIn:`Ampliar`,zoomOut:`Reduir`,resetMap:`Restablir el mapa`,reset:`Restablir`},aiSearchControl:{placeholder:`Demaneu a la IA que generi una consulta de cerca...`,notConfiguredError:`Azure OpenAI no està configurat correctament. Reviseu la configuració.`,generationError:`S'ha produït un error durant la generació de la consulta de cerca amb IA`},itemPicker:{placeholder:`Cercar…`,noResultsFound:`No s'han trobat resultats`,searching:`Cercant…`,loadingMore:`Carregant més…`,selectedItems:`Elements seleccionats`,searchItems:`Cercar elements`},listItemActivity:{you:`Vostè`,accessed:`ha accedit a això`,commented:`ha comentat això`,created:`ha creat això`,deleted:`ha eliminat això`,edited:`ha editat això`,mentioned:`us ha esmentat en això`,moved:`ha mogut això`,renamed:`ha canviat el nom d'això`,restored:`ha restaurat això`,shared:`ha compartit això`,versioned:`ha versionat això`},inputField:{fieldRequired:`Aquest camp és obligatori`,numberRequired:`Cal un número`,invalidNumber:`Introduïu un número vàlid`,valueMustBeAtLeast:`El valor ha de ser almenys {0}`,valueMustBeAtMost:`El valor ha de ser com a màxim {0}`},searchControl:{placeholder:`Cerca…`},mermaidDiagram:{loading:`Carregant el diagrama…`,errorTitle:`Error del diagrama`,errorMessage:`S’ha produït un error en renderitzar el diagrama.`,noSource:`No s’ha proporcionat cap font de diagrama`}};exports.ca=e;
|
|
2
|
-
//# sourceMappingURL=ca-
|
|
1
|
+
var e={common:{loading:`Carregant...`,error:`Error`,noData:`Sense dades`,close:`Tanca`,save:`Desa`,cancel:`Cancel·la`,ok:`D'acord`,searchPlaceholder:`Cerca...`},kpi:{noDescription:`No hi ha descripció disponible`,defaultTitle:`KPI`,lowerIsBetter:`Menys és millor`,higherIsBetter:`Més és millor`,withinGoalThreshold:`Dins del llindar objectiu`,exceedsGoalThreshold:`Supera el llindar objectiu`,goal:`Objectiu`,progressGoal:`Progrés cap a l'objectiu`,maxAllowedThreshold:`Llindar màxim permès`,totalItemsInScope:`Total d'elements a l'abast`,totalItems:`Total`,currentValueAsPercent:`Valor actual com a percentatge del total`,percentOfTotal:`%`,onTrack:`En bon camí`,exceedGoal:`Supera l'objectiu`},noKpis:{title:`Cap KPI configurat`,subtitle:`Comenceu a fer el seguiment del rendiment del vostre equip configurant {highlight} a la llista de configuració de l'aplicació.`,highlightText:`paràmetres de KPI`,configureButton:`Configura KPIs`},calendar:{calendarControl:{daysOfWeek:[`Diumenge`,`Dilluns`,`Dimarts`,`Dimecres`,`Dijous`,`Divendres`,`Dissabte`]},selectCalendarView:{month:`Mes`,week:`Setmana`,day:`Dia`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`h`},eventDetailsPopover:{start:`Inici`,end:`Fi`,location:`Ubicació`,attendees:`Assistents`,details:`Detalls`},dayView:{allDay:`Tot el dia`},toolbar:{today:`Avui`,previous:`Anterior`,next:`Següent`},weekView:{allDay:`Tot el dia`},calendarMonth:{months:[`Gener`,`Febrer`,`Març`,`Abril`,`Maig`,`Juny`,`Juliol`,`Agost`,`Setembre`,`Octubre`,`Novembre`,`Desembre`],shortMonths:[`Gen`,`Feb`,`Mar`,`Abr`,`Mai`,`Jun`,`Jul`,`Ago`,`Set`,`Oct`,`Nov`,`Des`],days:[`Diumenge`,`Dilluns`,`Dimarts`,`Dimecres`,`Dijous`,`Divendres`,`Dissabte`],shortDays:[`Dg`,`Dl`,`Dt`,`Dc`,`Dj`,`Dv`,`Ds`],goToToday:`Vés a avui`},selectWeek:{selectWeekPlaceholder:`Selecciona una setmana`}},mensions:{placeholder:`Escriviu un missatge...`,noResults:`No s'han trobat resultats`,send:`Envia`},shareDialog:{title:`Comparteix`,copyLink:`Copia l'enllaç`,linkCopied:`Enllaç copiat!`,share:`Comparteix`,cancel:`Cancel·la`},userCard:{available:`Disponible`,availableIdle:`Disponible, inactiu`,away:`Absent`,busy:`Ocupat`,busyIdle:`Ocupat, inactiu`,doNotDisturb:`No molesteu`,beRightBack:`Torno de seguida`,appearOffline:`Apareix fora de línia`,unknown:`Desconegut`,outOfOffice:`Fora de l'oficina`,offline:`Fora de línia`,userAvatar:`Avatar de l'usuari`,unknownUser:`Usuari desconegut`},appDashboard:{noDashboardsAvailable:`No hi ha taulers disponibles`,clickToSetSpan:`Feu clic per establir l'abast`,configure:`Configurar`},aiAssistant:{processingError:`S'ha produït un error en processar la vostra sol·licitud.`,noUsersFound:`No s'han trobat usuaris`,typeAMessage:`Escriviu un missatge`},worldMap:{loadingMapStyle:`S'està carregant l'estil del mapa…`,coordinates:`Coordenades:`,zoomIn:`Ampliar`,zoomOut:`Reduir`,resetMap:`Restablir el mapa`,reset:`Restablir`},aiSearchControl:{placeholder:`Demaneu a la IA que generi una consulta de cerca...`,notConfiguredError:`Azure OpenAI no està configurat correctament. Reviseu la configuració.`,generationError:`S'ha produït un error durant la generació de la consulta de cerca amb IA`},itemPicker:{placeholder:`Cercar…`,noResultsFound:`No s'han trobat resultats`,searching:`Cercant…`,loadingMore:`Carregant més…`,selectedItems:`Elements seleccionats`,searchItems:`Cercar elements`},listItemActivity:{you:`Vostè`,accessed:`ha accedit a això`,commented:`ha comentat això`,created:`ha creat això`,deleted:`ha eliminat això`,edited:`ha editat això`,mentioned:`us ha esmentat en això`,moved:`ha mogut això`,renamed:`ha canviat el nom d'això`,restored:`ha restaurat això`,shared:`ha compartit això`,versioned:`ha versionat això`},inputField:{fieldRequired:`Aquest camp és obligatori`,numberRequired:`Cal un número`,invalidNumber:`Introduïu un número vàlid`,valueMustBeAtLeast:`El valor ha de ser almenys {0}`,valueMustBeAtMost:`El valor ha de ser com a màxim {0}`},searchControl:{placeholder:`Cerca…`},mermaidDiagram:{loading:`Carregant el diagrama…`,errorTitle:`Error del diagrama`,errorMessage:`S’ha produït un error en renderitzar el diagrama.`,noSource:`No s’ha proporcionat cap font de diagrama`},dropzone:{dropHere:`Drop files here or click to select`,dragActive:`Drop the files here`,fileRejected:`File type not accepted`,fileTooLarge:`File is too large`,tooManyFiles:`Too many files`,loading:`Uploading…`},richTextEditor:{boldControlLabel:`Bold`,italicControlLabel:`Italic`,underlineControlLabel:`Underline`,strikeControlLabel:`Strikethrough`,clearFormattingControlLabel:`Clear formatting`,linkControlLabel:`Link`,unlinkControlLabel:`Unlink`,bulletListControlLabel:`Bullet list`,orderedListControlLabel:`Ordered list`,h1ControlLabel:`Heading 1`,h2ControlLabel:`Heading 2`,h3ControlLabel:`Heading 3`,h4ControlLabel:`Heading 4`,h5ControlLabel:`Heading 5`,h6ControlLabel:`Heading 6`,blockquoteControlLabel:`Blockquote`,alignLeftControlLabel:`Align left`,alignCenterControlLabel:`Align center`,alignRightControlLabel:`Align right`,alignJustifyControlLabel:`Align justify`,codeControlLabel:`Code`,codeBlockControlLabel:`Code block`,subscriptControlLabel:`Subscript`,superscriptControlLabel:`Superscript`,colorPickerControlLabel:`Text color`,unsetColorControlLabel:`Unset color`,highlightControlLabel:`Highlight`,hrControlLabel:`Horizontal rule`,undoControlLabel:`Undo`,redoControlLabel:`Redo`,sourceCodeControlLabel:`Source code`,linkEditorInputLabel:`Enter URL`,linkEditorInputPlaceholder:`https://example.com`,linkEditorExternalLink:`Open link in a new tab`,linkEditorInternalLink:`Open link in the same tab`,linkEditorSave:`Save`,colorPickerCancel:`Cancel`,colorPickerClear:`Clear color`,colorPickerColorPicker:`Color picker`,colorPickerPalette:`Color palette`,colorPickerSave:`Save`,tasksControlLabel:`Task list`,tasksSinkLabel:`Increase indent`,tasksLiftLabel:`Decrease indent`,fontFamilyControlLabel:`Font family`},compactCalendar:{noEvents:`No hi ha esdeveniments`,allDay:`Tot el dia`,shortDays:[`Dg`,`Dl`,`Dt`,`Dc`,`Dj`,`Dv`,`Ds`]},spotlight:{searchPlaceholder:`Cerca…`,nothingFound:`No s'ha trobat res`},colorPicker:{red:`Vermell`,green:`Verd`,blue:`Blau`,alpha:`Alfa`,hue:`To`,saturation:`Saturació`,lightness:`Lluminositat`,hex:`Hex`,copy:`Copia`,saturationPanel:`Saturació i brillantor`,hueSlider:`To`,alphaSlider:`Opacitat`,eyeDropper:`Escull color de la pantalla`,swatchColor:`Mostra de color`,themeBrand:`Marca`,themeNeutral:`Neutre`,themeStatus:`Estat`,themeColors:`Colors del tema`}};exports.ca=e;
|
|
2
|
+
//# sourceMappingURL=ca-C8cBXf9y.cjs.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface IBackgroundImageProps {
|
|
3
|
+
/** Image URL */
|
|
4
|
+
src: string;
|
|
5
|
+
/** Content rendered on top of the background image */
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
/** Border radius — Fluent token key or any CSS value @default 0 */
|
|
8
|
+
radius?: 'none' | 'small' | 'medium' | 'large' | 'xLarge' | 'circular' | string;
|
|
9
|
+
/** Additional CSS class */
|
|
10
|
+
className?: string;
|
|
11
|
+
/** Inline style overrides */
|
|
12
|
+
style?: React.CSSProperties;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=IBackgroundImageProps.d.ts.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export type BlockquoteColor = 'brand' | 'subtle' | 'success' | 'warning' | 'danger' | 'info';
|
|
3
|
+
export interface IBlockquoteProps {
|
|
4
|
+
/** Blockquote icon, displayed at the top-left corner */
|
|
5
|
+
icon?: React.ReactNode;
|
|
6
|
+
/** Icon container width & height in px @default 48 */
|
|
7
|
+
iconSize?: number;
|
|
8
|
+
/** Semantic color key or any valid CSS color @default 'brand' */
|
|
9
|
+
color?: BlockquoteColor | (string & {});
|
|
10
|
+
/** Border-radius token key or CSS value @default 'medium' */
|
|
11
|
+
radius?: 'small' | 'medium' | 'large' | 'xLarge' | (string & {});
|
|
12
|
+
/** Citation / source reference rendered below the content */
|
|
13
|
+
cite?: React.ReactNode;
|
|
14
|
+
/** Additional CSS class */
|
|
15
|
+
className?: string;
|
|
16
|
+
/** Inline style overrides */
|
|
17
|
+
style?: React.CSSProperties;
|
|
18
|
+
/** Content inside the blockquote */
|
|
19
|
+
children?: React.ReactNode;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=IBlockquoteProps.d.ts.map
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { ColorPickerSaturation } from './ColorPickerSaturation';
|
|
2
|
+
import { ColorPickerHue } from './ColorPickerHue';
|
|
3
|
+
import { ColorPickerAlpha } from './ColorPickerAlpha';
|
|
4
|
+
import { ColorPickerShadeSlider } from './ColorPickerShadeSlider';
|
|
5
|
+
import { ColorPickerSwatch } from './ColorPickerSwatch';
|
|
6
|
+
import { ColorPickerEditableInput } from './ColorPickerEditableInput';
|
|
7
|
+
import { ColorPickerEditableInputRGBA } from './ColorPickerEditableInputRGBA';
|
|
8
|
+
import { ColorPickerEditableInputHSLA } from './ColorPickerEditableInputHSLA';
|
|
9
|
+
import { ColorPickerSketch } from './ColorPickerSketch';
|
|
10
|
+
import { ColorPickerChrome } from './ColorPickerChrome';
|
|
11
|
+
import { ColorPickerColorful } from './ColorPickerColorful';
|
|
12
|
+
import { ColorPickerWheel } from './ColorPickerWheel';
|
|
13
|
+
import { ColorPickerCircle } from './ColorPickerCircle';
|
|
14
|
+
import { ColorPickerCompact } from './ColorPickerCompact';
|
|
15
|
+
import { ColorPickerBlock } from './ColorPickerBlock';
|
|
16
|
+
import { ColorPickerSlider } from './ColorPickerSlider';
|
|
17
|
+
import { ColorPickerTheme } from './ColorPickerTheme';
|
|
18
|
+
import { ColorPickerInteractive } from './ColorPickerInteractive';
|
|
19
|
+
import { IColorPickerProps } from './IColorPickerProps';
|
|
20
|
+
import * as React from 'react';
|
|
21
|
+
/**
|
|
22
|
+
* ColorPicker — compound component providing a suite of color-picking
|
|
23
|
+
* controls built on Fluent UI 9.
|
|
24
|
+
*
|
|
25
|
+
* Usage:
|
|
26
|
+
* <ColorPicker.Sketch color="#ff0000" onChange={handleChange} />
|
|
27
|
+
* <ColorPicker.Chrome color="#00ff00" onChange={handleChange} />
|
|
28
|
+
* <ColorPicker.Colorful color="#0000ff" onChange={handleChange} />
|
|
29
|
+
* etc.
|
|
30
|
+
*/
|
|
31
|
+
export declare const ColorPicker: React.FC<IColorPickerProps> & {
|
|
32
|
+
Saturation: typeof ColorPickerSaturation;
|
|
33
|
+
Hue: typeof ColorPickerHue;
|
|
34
|
+
Alpha: typeof ColorPickerAlpha;
|
|
35
|
+
ShadeSlider: typeof ColorPickerShadeSlider;
|
|
36
|
+
Swatch: typeof ColorPickerSwatch;
|
|
37
|
+
EditableInput: typeof ColorPickerEditableInput;
|
|
38
|
+
EditableInputRGBA: typeof ColorPickerEditableInputRGBA;
|
|
39
|
+
EditableInputHSLA: typeof ColorPickerEditableInputHSLA;
|
|
40
|
+
Interactive: typeof ColorPickerInteractive;
|
|
41
|
+
Sketch: typeof ColorPickerSketch;
|
|
42
|
+
Chrome: typeof ColorPickerChrome;
|
|
43
|
+
Colorful: typeof ColorPickerColorful;
|
|
44
|
+
Wheel: typeof ColorPickerWheel;
|
|
45
|
+
Circle: typeof ColorPickerCircle;
|
|
46
|
+
Compact: typeof ColorPickerCompact;
|
|
47
|
+
Block: typeof ColorPickerBlock;
|
|
48
|
+
Slider: typeof ColorPickerSlider;
|
|
49
|
+
Theme: typeof ColorPickerTheme;
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=ColorPicker.d.ts.map
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IColorPickerEditableInputHSLAProps } from './IColorPickerProps';
|
|
3
|
+
export declare const ColorPickerEditableInputHSLA: React.FC<IColorPickerEditableInputHSLAProps>;
|
|
4
|
+
//# sourceMappingURL=ColorPickerEditableInputHSLA.d.ts.map
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IColorPickerEditableInputRGBAProps } from './IColorPickerProps';
|
|
3
|
+
export declare const ColorPickerEditableInputRGBA: React.FC<IColorPickerEditableInputRGBAProps>;
|
|
4
|
+
//# sourceMappingURL=ColorPickerEditableInputRGBA.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IColorPickerInteractiveProps } from './IColorPickerProps';
|
|
3
|
+
export declare const ColorPickerInteractive: React.FC<IColorPickerInteractiveProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}>;
|
|
6
|
+
//# sourceMappingURL=ColorPickerInteractive.d.ts.map
|