@spteck/react-controls-v2 2.4.4 → 2.5.1
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 +10631 -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
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface IStepperProps {
|
|
3
|
+
/** Stepper.Step components */
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
/** Index of the active step */
|
|
6
|
+
active: number;
|
|
7
|
+
/** Called when a clickable step is clicked (0-based index) */
|
|
8
|
+
onStepClick?: (stepIndex: number) => void;
|
|
9
|
+
/** CSS color for active and completed steps — defaults to Fluent brand */
|
|
10
|
+
color?: string;
|
|
11
|
+
/** Diameter of the step icon in px @default 34 */
|
|
12
|
+
iconSize?: number;
|
|
13
|
+
/** Orientation of the stepper @default 'horizontal' */
|
|
14
|
+
orientation?: 'horizontal' | 'vertical';
|
|
15
|
+
/** Icon position relative to the step body @default 'left' */
|
|
16
|
+
iconPosition?: 'left' | 'right';
|
|
17
|
+
/** Allow clicking steps ahead of the current step @default true */
|
|
18
|
+
allowNextStepsSelect?: boolean;
|
|
19
|
+
/** Global completed icon for all steps */
|
|
20
|
+
completedIcon?: React.ReactNode;
|
|
21
|
+
/** Global progress icon for all steps */
|
|
22
|
+
progressIcon?: React.ReactNode;
|
|
23
|
+
/** Additional CSS class */
|
|
24
|
+
className?: string;
|
|
25
|
+
/** Inline style overrides */
|
|
26
|
+
style?: React.CSSProperties;
|
|
27
|
+
}
|
|
28
|
+
export interface IStepperStepProps {
|
|
29
|
+
/** Step label */
|
|
30
|
+
label?: React.ReactNode;
|
|
31
|
+
/** Step description shown below the label */
|
|
32
|
+
description?: React.ReactNode;
|
|
33
|
+
/** Custom icon for the step (defaults to step number) */
|
|
34
|
+
icon?: React.ReactNode;
|
|
35
|
+
/** Icon displayed when step is completed */
|
|
36
|
+
completedIcon?: React.ReactNode;
|
|
37
|
+
/** Icon displayed when step is in progress */
|
|
38
|
+
progressIcon?: React.ReactNode;
|
|
39
|
+
/** Per-step color override */
|
|
40
|
+
color?: string;
|
|
41
|
+
/** Whether to show the step icon @default true */
|
|
42
|
+
withIcon?: boolean;
|
|
43
|
+
/** Allow clicking this step @default true */
|
|
44
|
+
allowStepSelect?: boolean;
|
|
45
|
+
/** Indicates loading state */
|
|
46
|
+
loading?: boolean;
|
|
47
|
+
/** Content rendered when this step is active */
|
|
48
|
+
children?: React.ReactNode;
|
|
49
|
+
/** Additional CSS class */
|
|
50
|
+
className?: string;
|
|
51
|
+
/** Inline style overrides */
|
|
52
|
+
style?: React.CSSProperties;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=IStepperProps.d.ts.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IStepperProps, IStepperStepProps } from './IStepperProps';
|
|
3
|
+
export declare const Stepper: React.FC<IStepperProps> & {
|
|
4
|
+
Step: React.FC<IStepperStepProps>;
|
|
5
|
+
Completed: React.FC<{
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
}>;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Stepper.d.ts.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Marker component — its `children` are rendered by `Stepper`
|
|
4
|
+
* when the active step index >= total steps.
|
|
5
|
+
*/
|
|
6
|
+
export declare const StepperCompleted: React.FC<{
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
}>;
|
|
9
|
+
//# sourceMappingURL=StepperCompleted.d.ts.map
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IStepperStepProps } from './IStepperProps';
|
|
3
|
+
import { StepState } from './useStepperStepStyles';
|
|
4
|
+
/** @internal Props injected by the Stepper parent */
|
|
5
|
+
export interface IStepperStepInternalProps extends IStepperStepProps {
|
|
6
|
+
__step?: number;
|
|
7
|
+
__state?: StepState;
|
|
8
|
+
__color?: string;
|
|
9
|
+
__iconSize?: number;
|
|
10
|
+
__orientation?: 'horizontal' | 'vertical';
|
|
11
|
+
__iconPosition?: 'left' | 'right';
|
|
12
|
+
__completedIcon?: React.ReactNode;
|
|
13
|
+
__progressIcon?: React.ReactNode;
|
|
14
|
+
__allowClick?: boolean;
|
|
15
|
+
__onStepClick?: (stepIndex: number) => void;
|
|
16
|
+
__isLast?: boolean;
|
|
17
|
+
__separatorActive?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export declare const StepperStep: React.FC<IStepperStepInternalProps>;
|
|
20
|
+
//# sourceMappingURL=StepperStep.d.ts.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export type StepState = 'stepInactive' | 'stepProgress' | 'stepCompleted';
|
|
2
|
+
export interface IStepperStepStyleOptions {
|
|
3
|
+
iconSize: number;
|
|
4
|
+
state: StepState;
|
|
5
|
+
color?: string;
|
|
6
|
+
orientation: 'horizontal' | 'vertical';
|
|
7
|
+
iconPosition: 'left' | 'right';
|
|
8
|
+
allowClick: boolean;
|
|
9
|
+
isLast: boolean;
|
|
10
|
+
separatorActive: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const useStepperStepStyles: (options: IStepperStepStyleOptions) => {
|
|
13
|
+
step: string;
|
|
14
|
+
stepHeader: string;
|
|
15
|
+
stepIcon: string;
|
|
16
|
+
separator: string;
|
|
17
|
+
stepBody: string;
|
|
18
|
+
stepLabel: string;
|
|
19
|
+
stepDescription: string;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=useStepperStepStyles.d.ts.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface IStepperStyleOptions {
|
|
2
|
+
orientation: 'horizontal' | 'vertical';
|
|
3
|
+
iconSize: number;
|
|
4
|
+
iconPosition: 'left' | 'right';
|
|
5
|
+
}
|
|
6
|
+
export declare const useStepperStyles: ({ orientation, iconSize, iconPosition }: IStepperStyleOptions) => {
|
|
7
|
+
root: string;
|
|
8
|
+
steps: string;
|
|
9
|
+
content: string;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=useStepperStyles.d.ts.map
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface ITimelineProps {
|
|
3
|
+
/** Timeline.Item components */
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
/** Index of the active element @default -1 */
|
|
6
|
+
active?: number;
|
|
7
|
+
/** CSS color for active items — defaults to Fluent brand color */
|
|
8
|
+
color?: string;
|
|
9
|
+
/** Diameter of the bullet in px @default 20 */
|
|
10
|
+
bulletSize?: number;
|
|
11
|
+
/** Width of the connecting line in px @default 4 */
|
|
12
|
+
lineWidth?: number;
|
|
13
|
+
/** Position of the bullet and line relative to content @default 'left' */
|
|
14
|
+
align?: 'left' | 'right';
|
|
15
|
+
/** Reverse the active direction without reordering items @default false */
|
|
16
|
+
reverseActive?: boolean;
|
|
17
|
+
/** Additional CSS class */
|
|
18
|
+
className?: string;
|
|
19
|
+
/** Inline style overrides */
|
|
20
|
+
style?: React.CSSProperties;
|
|
21
|
+
}
|
|
22
|
+
export interface ITimelineItemProps {
|
|
23
|
+
/** Item title displayed next to the bullet */
|
|
24
|
+
title?: React.ReactNode;
|
|
25
|
+
/** Content displayed below the title */
|
|
26
|
+
children?: React.ReactNode;
|
|
27
|
+
/** Custom node rendered inside the bullet (icon, avatar, etc.) */
|
|
28
|
+
bullet?: React.ReactNode;
|
|
29
|
+
/** Per-item color override */
|
|
30
|
+
color?: string;
|
|
31
|
+
/** Line border style @default 'solid' */
|
|
32
|
+
lineVariant?: 'solid' | 'dashed' | 'dotted';
|
|
33
|
+
/** Force active state on this item */
|
|
34
|
+
active?: boolean;
|
|
35
|
+
/** Force line-active state on this item */
|
|
36
|
+
lineActive?: boolean;
|
|
37
|
+
/** Additional CSS class */
|
|
38
|
+
className?: string;
|
|
39
|
+
/** Inline style overrides */
|
|
40
|
+
style?: React.CSSProperties;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=ITimelineProps.d.ts.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ITimelineItemProps } from './ITimelineProps';
|
|
3
|
+
/** @internal Props injected by the Timeline parent */
|
|
4
|
+
export interface ITimelineItemInternalProps extends ITimelineItemProps {
|
|
5
|
+
__active?: boolean;
|
|
6
|
+
__lineActive?: boolean;
|
|
7
|
+
__align?: 'left' | 'right';
|
|
8
|
+
__bulletSize?: number;
|
|
9
|
+
__lineWidth?: number;
|
|
10
|
+
__color?: string;
|
|
11
|
+
__isFirst?: boolean;
|
|
12
|
+
__isLast?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare const TimelineItem: React.FC<ITimelineItemInternalProps>;
|
|
15
|
+
//# sourceMappingURL=TimelineItem.d.ts.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface ITimelineItemStyleOptions {
|
|
2
|
+
bulletSize: number;
|
|
3
|
+
lineWidth: number;
|
|
4
|
+
align: 'left' | 'right';
|
|
5
|
+
active: boolean;
|
|
6
|
+
lineActive: boolean;
|
|
7
|
+
isLast: boolean;
|
|
8
|
+
isFirst: boolean;
|
|
9
|
+
color?: string;
|
|
10
|
+
lineVariant: string;
|
|
11
|
+
hasBulletContent: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const useTimelineItemStyles: (options: ITimelineItemStyleOptions) => {
|
|
14
|
+
item: string;
|
|
15
|
+
bullet: string;
|
|
16
|
+
body: string;
|
|
17
|
+
title: string;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=useTimelineItemStyles.d.ts.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface ITimelineStyleOptions {
|
|
2
|
+
bulletSize: number;
|
|
3
|
+
lineWidth: number;
|
|
4
|
+
align: 'left' | 'right';
|
|
5
|
+
}
|
|
6
|
+
export declare const useTimelineStyles: ({ bulletSize, lineWidth, align }: ITimelineStyleOptions) => {
|
|
7
|
+
root: string;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=useTimelineStyles.d.ts.map
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
export interface IAttendee {
|
|
2
|
+
/** Unique identifier for the attendee */
|
|
2
3
|
id: string;
|
|
4
|
+
/** Display name of the attendee */
|
|
3
5
|
name: string;
|
|
6
|
+
/** Email address of the attendee */
|
|
4
7
|
email: string;
|
|
8
|
+
/** Role of the attendee (e.g. 'required', 'optional', 'resource') */
|
|
5
9
|
role?: string;
|
|
10
|
+
/** URL of the attendee's profile image */
|
|
6
11
|
imageUrl?: string;
|
|
7
12
|
}
|
|
8
13
|
//# sourceMappingURL=IAttendee.d.ts.map
|
|
@@ -1,26 +1,47 @@
|
|
|
1
1
|
import { AvatarNamedColor } from '@fluentui/react-components';
|
|
2
2
|
import { IAttendee } from './IAttendee';
|
|
3
3
|
export interface IEvent {
|
|
4
|
+
/** Unique identifier for the event */
|
|
4
5
|
id: string;
|
|
6
|
+
/** Display title of the event */
|
|
5
7
|
title: string;
|
|
8
|
+
/** Start date/time as an ISO 8601 string */
|
|
6
9
|
start: string;
|
|
10
|
+
/** End date/time as an ISO 8601 string */
|
|
7
11
|
end: string;
|
|
12
|
+
/** Whether the event spans the entire day */
|
|
8
13
|
isFullDay?: boolean;
|
|
14
|
+
/** List of attendees for the event */
|
|
9
15
|
attendees?: IAttendee[];
|
|
16
|
+
/** Category or tag for the event (e.g. 'meeting', 'focus') */
|
|
10
17
|
category?: string;
|
|
18
|
+
/** Detailed description or body of the event */
|
|
11
19
|
description?: string;
|
|
20
|
+
/** Location where the event takes place */
|
|
12
21
|
location?: string;
|
|
22
|
+
/** Importance level of the event (e.g. 'low', 'normal', 'high') */
|
|
13
23
|
importance?: string;
|
|
24
|
+
/** Whether the current user is the organizer of the event */
|
|
14
25
|
isOrganizer?: boolean;
|
|
26
|
+
/** Sensitivity classification (e.g. 'normal', 'private', 'confidential') */
|
|
15
27
|
sensitivity?: string;
|
|
28
|
+
/** Event type identifier (e.g. 'singleInstance', 'occurrence') */
|
|
16
29
|
type?: string;
|
|
30
|
+
/** Whether the event is an online meeting */
|
|
17
31
|
isOnlineMeeting?: boolean;
|
|
32
|
+
/** Custom render callback for the event in the month view */
|
|
18
33
|
onRenderInMonthView?: (event: IEvent) => JSX.Element;
|
|
34
|
+
/** Custom render callback for the event in the week view */
|
|
19
35
|
onRenderInWeekView?: (event: IEvent) => JSX.Element;
|
|
36
|
+
/** Custom render callback for the event in the day view */
|
|
20
37
|
onRenderInDayView?: (event: IEvent) => JSX.Element;
|
|
38
|
+
/** Whether to enable the hover interaction for the event */
|
|
21
39
|
enableOnHouver?: boolean;
|
|
40
|
+
/** URL of an image to display with the event */
|
|
22
41
|
imageUrl?: string;
|
|
42
|
+
/** Web link to the event source (e.g. Outlook web URL) */
|
|
23
43
|
weblink?: string;
|
|
44
|
+
/** Named color for the event indicator */
|
|
24
45
|
color?: AvatarNamedColor;
|
|
25
46
|
}
|
|
26
47
|
//# sourceMappingURL=IEvents.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Načítání...`,error:`Chyba`,noData:`Žádná data`,close:`Zavřít`,save:`Uložit`,cancel:`Zrušit`,ok:`OK`,searchPlaceholder:`Hledat...`},kpi:{noDescription:`Žádný popis není k dispozici`,defaultTitle:`KPI`,lowerIsBetter:`Nižší je lepší`,higherIsBetter:`Vyšší je lepší`,withinGoalThreshold:`V rámci prahu cíle`,exceedsGoalThreshold:`Překračuje práh cíle`,goal:`Cíl`,progressGoal:`Pokrok k cíli`,maxAllowedThreshold:`Maximální povolený práh`,totalItemsInScope:`Celkem položek v rozsahu`,totalItems:`Total`,currentValueAsPercent:`Aktuální hodnota jako procento z celku`,percentOfTotal:`%`,onTrack:`Na správné cestě`,exceedGoal:`Překračuje cíl`},noKpis:{title:`Žádné KPI nejsou nakonfigurovány`,subtitle:`Začněte sledovat výkon svého týmu konfigurací {highlight} v seznamu konfigurace aplikace.`,highlightText:`parametrů KPI`,configureButton:`Konfigurovat KPI`},calendar:{calendarControl:{daysOfWeek:[`Neděle`,`Pondělí`,`Úterý`,`Středa`,`Čtvrtek`,`Pátek`,`Sobota`]},selectCalendarView:{month:`Měsíc`,week:`Týden`,day:`Den`},eventPopoverCard:{timeSeparator:` – `,hourSuffix:`h`},eventDetailsPopover:{start:`Začátek`,end:`Konec`,location:`Místo`,attendees:`Účastníci`,details:`Podrobnosti`},dayView:{allDay:`Celý den`},toolbar:{today:`Dnes`,previous:`Předchozí`,next:`Další`},weekView:{allDay:`Celý den`},calendarMonth:{months:[`Leden`,`Únor`,`Březen`,`Duben`,`Květen`,`Červen`,`Červenec`,`Srpen`,`Září`,`Říjen`,`Listopad`,`Prosinec`],shortMonths:[`Led`,`Úno`,`Bře`,`Dub`,`Kvě`,`Čer`,`Čvc`,`Srp`,`Zář`,`Říj`,`Lis`,`Pro`],days:[`Neděle`,`Pondělí`,`Úterý`,`Středa`,`Čtvrtek`,`Pátek`,`Sobota`],shortDays:[`Ne`,`Po`,`Út`,`St`,`Čt`,`Pá`,`So`],goToToday:`Přejít na dnes`},selectWeek:{selectWeekPlaceholder:`Vyberte týden`}},mensions:{placeholder:`Napište zprávu...`,noResults:`Nebyly nalezeny žádné výsledky`,send:`Odeslat`},shareDialog:{title:`Sdílet`,copyLink:`Kopírovat odkaz`,linkCopied:`Odkaz zkopírován!`,share:`Sdílet`,cancel:`Zrušit`},userCard:{available:`K dispozici`,availableIdle:`K dispozici, nečinný`,away:`Pryč`,busy:`Zaneprázdněn`,busyIdle:`Zaneprázdněn, nečinný`,doNotDisturb:`Nerušit`,beRightBack:`Hned jsem zpět`,appearOffline:`Zobrazit jako offline`,unknown:`Neznámý`,outOfOffice:`Mimo kancelář`,offline:`Offline`,userAvatar:`Avatar uživatele`,unknownUser:`Neznámý uživatel`},appDashboard:{noDashboardsAvailable:`Žádné dostupné řídicí panely`,clickToSetSpan:`Klikněte pro nastavení rozsahu`,configure:`Konfigurovat`},aiAssistant:{processingError:`Při zpracování vašeho požadavku došlo k chybě.`,noUsersFound:`Nebyli nalezeni žádní uživatelé`,typeAMessage:`Napište zprávu`},worldMap:{loadingMapStyle:`Načítání stylu mapy…`,coordinates:`Souřadnice:`,zoomIn:`Přiblížit`,zoomOut:`Oddálit`,resetMap:`Obnovit mapu`,reset:`Obnovit`},aiSearchControl:{placeholder:`Požádejte AI o vygenerování vyhledávacího dotazu...`,notConfiguredError:`Azure OpenAI není správně nakonfigurován. Zkontrolujte prosím konfiguraci.`,generationError:`Při generování vyhledávacího dotazu pomocí AI došlo k chybě`},itemPicker:{placeholder:`Hledat…`,noResultsFound:`Nebyly nalezeny žádné výsledky`,searching:`Vyhledávání…`,loadingMore:`Načítání dalších…`,selectedItems:`Vybrané položky`,searchItems:`Hledat položky`},listItemActivity:{you:`Vy`,accessed:`přistoupil(a) k tomuto`,commented:`okomentoval(a) toto`,created:`vytvořil(a) toto`,deleted:`odstranil(a) toto`,edited:`upravil(a) toto`,mentioned:`vás zmínil(a) v tomto`,moved:`přesunul(a) toto`,renamed:`přejmenoval(a) toto`,restored:`obnovil(a) toto`,shared:`sdílel(a) toto`,versioned:`verzoval(a) toto`},inputField:{fieldRequired:`Toto pole je povinné`,numberRequired:`Je vyžadováno číslo`,invalidNumber:`Zadejte platné číslo`,valueMustBeAtLeast:`Hodnota musí být alespoň {0}`,valueMustBeAtMost:`Hodnota musí být nejvýše {0}`},searchControl:{placeholder:`Hledat…`},mermaidDiagram:{loading:`Načítání diagramu…`,errorTitle:`Chyba diagramu`,errorMessage:`Při vykreslování diagramu došlo k chybě.`,noSource:`Nebyl poskytnut zdroj diagramu`}};exports.cs=e;
|
|
2
|
-
//# sourceMappingURL=cs-
|
|
1
|
+
var e={common:{loading:`Načítání...`,error:`Chyba`,noData:`Žádná data`,close:`Zavřít`,save:`Uložit`,cancel:`Zrušit`,ok:`OK`,searchPlaceholder:`Hledat...`},kpi:{noDescription:`Žádný popis není k dispozici`,defaultTitle:`KPI`,lowerIsBetter:`Nižší je lepší`,higherIsBetter:`Vyšší je lepší`,withinGoalThreshold:`V rámci prahu cíle`,exceedsGoalThreshold:`Překračuje práh cíle`,goal:`Cíl`,progressGoal:`Pokrok k cíli`,maxAllowedThreshold:`Maximální povolený práh`,totalItemsInScope:`Celkem položek v rozsahu`,totalItems:`Total`,currentValueAsPercent:`Aktuální hodnota jako procento z celku`,percentOfTotal:`%`,onTrack:`Na správné cestě`,exceedGoal:`Překračuje cíl`},noKpis:{title:`Žádné KPI nejsou nakonfigurovány`,subtitle:`Začněte sledovat výkon svého týmu konfigurací {highlight} v seznamu konfigurace aplikace.`,highlightText:`parametrů KPI`,configureButton:`Konfigurovat KPI`},calendar:{calendarControl:{daysOfWeek:[`Neděle`,`Pondělí`,`Úterý`,`Středa`,`Čtvrtek`,`Pátek`,`Sobota`]},selectCalendarView:{month:`Měsíc`,week:`Týden`,day:`Den`},eventPopoverCard:{timeSeparator:` – `,hourSuffix:`h`},eventDetailsPopover:{start:`Začátek`,end:`Konec`,location:`Místo`,attendees:`Účastníci`,details:`Podrobnosti`},dayView:{allDay:`Celý den`},toolbar:{today:`Dnes`,previous:`Předchozí`,next:`Další`},weekView:{allDay:`Celý den`},calendarMonth:{months:[`Leden`,`Únor`,`Březen`,`Duben`,`Květen`,`Červen`,`Červenec`,`Srpen`,`Září`,`Říjen`,`Listopad`,`Prosinec`],shortMonths:[`Led`,`Úno`,`Bře`,`Dub`,`Kvě`,`Čer`,`Čvc`,`Srp`,`Zář`,`Říj`,`Lis`,`Pro`],days:[`Neděle`,`Pondělí`,`Úterý`,`Středa`,`Čtvrtek`,`Pátek`,`Sobota`],shortDays:[`Ne`,`Po`,`Út`,`St`,`Čt`,`Pá`,`So`],goToToday:`Přejít na dnes`},selectWeek:{selectWeekPlaceholder:`Vyberte týden`}},mensions:{placeholder:`Napište zprávu...`,noResults:`Nebyly nalezeny žádné výsledky`,send:`Odeslat`},shareDialog:{title:`Sdílet`,copyLink:`Kopírovat odkaz`,linkCopied:`Odkaz zkopírován!`,share:`Sdílet`,cancel:`Zrušit`},userCard:{available:`K dispozici`,availableIdle:`K dispozici, nečinný`,away:`Pryč`,busy:`Zaneprázdněn`,busyIdle:`Zaneprázdněn, nečinný`,doNotDisturb:`Nerušit`,beRightBack:`Hned jsem zpět`,appearOffline:`Zobrazit jako offline`,unknown:`Neznámý`,outOfOffice:`Mimo kancelář`,offline:`Offline`,userAvatar:`Avatar uživatele`,unknownUser:`Neznámý uživatel`},appDashboard:{noDashboardsAvailable:`Žádné dostupné řídicí panely`,clickToSetSpan:`Klikněte pro nastavení rozsahu`,configure:`Konfigurovat`},aiAssistant:{processingError:`Při zpracování vašeho požadavku došlo k chybě.`,noUsersFound:`Nebyli nalezeni žádní uživatelé`,typeAMessage:`Napište zprávu`},worldMap:{loadingMapStyle:`Načítání stylu mapy…`,coordinates:`Souřadnice:`,zoomIn:`Přiblížit`,zoomOut:`Oddálit`,resetMap:`Obnovit mapu`,reset:`Obnovit`},aiSearchControl:{placeholder:`Požádejte AI o vygenerování vyhledávacího dotazu...`,notConfiguredError:`Azure OpenAI není správně nakonfigurován. Zkontrolujte prosím konfiguraci.`,generationError:`Při generování vyhledávacího dotazu pomocí AI došlo k chybě`},itemPicker:{placeholder:`Hledat…`,noResultsFound:`Nebyly nalezeny žádné výsledky`,searching:`Vyhledávání…`,loadingMore:`Načítání dalších…`,selectedItems:`Vybrané položky`,searchItems:`Hledat položky`},listItemActivity:{you:`Vy`,accessed:`přistoupil(a) k tomuto`,commented:`okomentoval(a) toto`,created:`vytvořil(a) toto`,deleted:`odstranil(a) toto`,edited:`upravil(a) toto`,mentioned:`vás zmínil(a) v tomto`,moved:`přesunul(a) toto`,renamed:`přejmenoval(a) toto`,restored:`obnovil(a) toto`,shared:`sdílel(a) toto`,versioned:`verzoval(a) toto`},inputField:{fieldRequired:`Toto pole je povinné`,numberRequired:`Je vyžadováno číslo`,invalidNumber:`Zadejte platné číslo`,valueMustBeAtLeast:`Hodnota musí být alespoň {0}`,valueMustBeAtMost:`Hodnota musí být nejvýše {0}`},searchControl:{placeholder:`Hledat…`},mermaidDiagram:{loading:`Načítání diagramu…`,errorTitle:`Chyba diagramu`,errorMessage:`Při vykreslování diagramu došlo k chybě.`,noSource:`Nebyl poskytnut zdroj diagramu`},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:`Žádné události`,allDay:`Celý den`,shortDays:[`Ne`,`Po`,`Út`,`St`,`Čt`,`Pá`,`So`]},spotlight:{searchPlaceholder:`Hledat…`,nothingFound:`Nic nenalezeno`},colorPicker:{red:`Červená`,green:`Zelená`,blue:`Modrá`,alpha:`Alfa`,hue:`Odstín`,saturation:`Sytost`,lightness:`Světlost`,hex:`Hex`,copy:`Kopírovat`,saturationPanel:`Sytost a jas`,hueSlider:`Odstín`,alphaSlider:`Průhlednost`,eyeDropper:`Vybrat barvu z obrazovky`,swatchColor:`Vzorek barvy`,themeBrand:`Značka`,themeNeutral:`Neutrální`,themeStatus:`Stav`,themeColors:`Barvy motivu`}};exports.cs=e;
|
|
2
|
+
//# sourceMappingURL=cs-B_90ZpDL.cjs.map
|
|
@@ -202,9 +202,101 @@ var e = {
|
|
|
202
202
|
errorTitle: "Chyba diagramu",
|
|
203
203
|
errorMessage: "Při vykreslování diagramu došlo k chybě.",
|
|
204
204
|
noSource: "Nebyl poskytnut zdroj diagramu"
|
|
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: "Žádné události",
|
|
263
|
+
allDay: "Celý den",
|
|
264
|
+
shortDays: [
|
|
265
|
+
"Ne",
|
|
266
|
+
"Po",
|
|
267
|
+
"Út",
|
|
268
|
+
"St",
|
|
269
|
+
"Čt",
|
|
270
|
+
"Pá",
|
|
271
|
+
"So"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
spotlight: {
|
|
275
|
+
searchPlaceholder: "Hledat…",
|
|
276
|
+
nothingFound: "Nic nenalezeno"
|
|
277
|
+
},
|
|
278
|
+
colorPicker: {
|
|
279
|
+
red: "Červená",
|
|
280
|
+
green: "Zelená",
|
|
281
|
+
blue: "Modrá",
|
|
282
|
+
alpha: "Alfa",
|
|
283
|
+
hue: "Odstín",
|
|
284
|
+
saturation: "Sytost",
|
|
285
|
+
lightness: "Světlost",
|
|
286
|
+
hex: "Hex",
|
|
287
|
+
copy: "Kopírovat",
|
|
288
|
+
saturationPanel: "Sytost a jas",
|
|
289
|
+
hueSlider: "Odstín",
|
|
290
|
+
alphaSlider: "Průhlednost",
|
|
291
|
+
eyeDropper: "Vybrat barvu z obrazovky",
|
|
292
|
+
swatchColor: "Vzorek barvy",
|
|
293
|
+
themeBrand: "Značka",
|
|
294
|
+
themeNeutral: "Neutrální",
|
|
295
|
+
themeStatus: "Stav",
|
|
296
|
+
themeColors: "Barvy motivu"
|
|
205
297
|
}
|
|
206
298
|
};
|
|
207
299
|
//#endregion
|
|
208
300
|
export { e as cs };
|
|
209
301
|
|
|
210
|
-
//# sourceMappingURL=cs-
|
|
302
|
+
//# sourceMappingURL=cs-nVY__F1s.js.map
|
|
@@ -202,9 +202,101 @@ var e = {
|
|
|
202
202
|
errorTitle: "Gwall Diagram",
|
|
203
203
|
errorMessage: "Digwyddodd gwall wrth rendro’r diagram.",
|
|
204
204
|
noSource: "Ni ddarparwyd ffynhonnell diagram"
|
|
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: "Dim digwyddiadau",
|
|
263
|
+
allDay: "Drwy'r dydd",
|
|
264
|
+
shortDays: [
|
|
265
|
+
"Sul",
|
|
266
|
+
"Llu",
|
|
267
|
+
"Maw",
|
|
268
|
+
"Mer",
|
|
269
|
+
"Iau",
|
|
270
|
+
"Gwe",
|
|
271
|
+
"Sad"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
spotlight: {
|
|
275
|
+
searchPlaceholder: "Chwilio…",
|
|
276
|
+
nothingFound: "Dim byd wedi'i ganfod"
|
|
277
|
+
},
|
|
278
|
+
colorPicker: {
|
|
279
|
+
red: "Coch",
|
|
280
|
+
green: "Gwyrdd",
|
|
281
|
+
blue: "Glas",
|
|
282
|
+
alpha: "Alffa",
|
|
283
|
+
hue: "Arlliw",
|
|
284
|
+
saturation: "Dirlawnder",
|
|
285
|
+
lightness: "Goleuedd",
|
|
286
|
+
hex: "Hex",
|
|
287
|
+
copy: "Copïo",
|
|
288
|
+
saturationPanel: "Dirlawnder a disgleirdeb",
|
|
289
|
+
hueSlider: "Arlliw",
|
|
290
|
+
alphaSlider: "Didreiddedd",
|
|
291
|
+
eyeDropper: "Dewis lliw o’r sgrin",
|
|
292
|
+
swatchColor: "Swatch lliw",
|
|
293
|
+
themeBrand: "Brand",
|
|
294
|
+
themeNeutral: "Niwtral",
|
|
295
|
+
themeStatus: "Statws",
|
|
296
|
+
themeColors: "Lliwiau thema"
|
|
205
297
|
}
|
|
206
298
|
};
|
|
207
299
|
//#endregion
|
|
208
300
|
export { e as cy };
|
|
209
301
|
|
|
210
|
-
//# sourceMappingURL=cy-
|
|
302
|
+
//# sourceMappingURL=cy-DcW2RMnM.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Yn llwytho...`,error:`Gwall`,noData:`Dim data`,close:`Cau`,save:`Cadw`,cancel:`Canslo`,ok:`Iawn`,searchPlaceholder:`Chwilio...`},kpi:{noDescription:`Dim disgrifiad ar gael`,defaultTitle:`DPA`,lowerIsBetter:`Is yw'n well`,higherIsBetter:`Uwch yw'n well`,withinGoalThreshold:`O fewn trothwy'r nod`,exceedsGoalThreshold:`Yn rhagori ar drothwy'r nod`,goal:`Nod`,progressGoal:`Cynnydd tuag at y nod`,maxAllowedThreshold:`Trothwy mwyaf a ganiateir`,totalItemsInScope:`Cyfanswm eitemau yn y cwmpas`,totalItems:`Total`,currentValueAsPercent:`Gwerth presennol fel canran o'r cyfanswm`,percentOfTotal:`%`,onTrack:`Ar y trywydd`,exceedGoal:`Yn rhagori ar y nod`},noKpis:{title:`Dim DPA wedi'u Ffurfweddu`,subtitle:`Dechreuwch olrhain perfformiad eich tîm trwy ffurfweddu {highlight} yn y rhestr Ffurfweddu'r Ap.`,highlightText:`paramedrau DPA`,configureButton:`Ffurfweddu DPA`},calendar:{calendarControl:{daysOfWeek:[`Sul`,`Llun`,`Mawrth`,`Mercher`,`Iau`,`Gwener`,`Sadwrn`]},selectCalendarView:{month:`Mis`,week:`Wythnos`,day:`Diwrnod`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`a`},eventDetailsPopover:{start:`Dechrau`,end:`Diwedd`,location:`Lleoliad`,attendees:`Mynychwyr`,details:`Manylion`},dayView:{allDay:`Drwy'r Dydd`},toolbar:{today:`Heddiw`,previous:`Blaenorol`,next:`Nesaf`},weekView:{allDay:`Drwy'r Dydd`},calendarMonth:{months:[`Ionawr`,`Chwefror`,`Mawrth`,`Ebrill`,`Mai`,`Mehefin`,`Gorffennaf`,`Awst`,`Medi`,`Hydref`,`Tachwedd`,`Rhagfyr`],shortMonths:[`Ion`,`Chw`,`Maw`,`Ebr`,`Mai`,`Meh`,`Gor`,`Aws`,`Med`,`Hyd`,`Tac`,`Rha`],days:[`Sul`,`Llun`,`Mawrth`,`Mercher`,`Iau`,`Gwener`,`Sadwrn`],shortDays:[`Sul`,`Llu`,`Maw`,`Mer`,`Iau`,`Gwe`,`Sad`],goToToday:`Mynd i heddiw`},selectWeek:{selectWeekPlaceholder:`Dewiswch Wythnos`}},mensions:{placeholder:`Teipiwch neges...`,noResults:`Dim canlyniadau wedi'u canfod`,send:`Anfon`},shareDialog:{title:`Rhannu`,copyLink:`Copïo dolen`,linkCopied:`Dolen wedi'i chopïo!`,share:`Rhannu`,cancel:`Canslo`},userCard:{available:`Ar gael`,availableIdle:`Ar gael, segur`,away:`I ffwrdd`,busy:`Prysur`,busyIdle:`Prysur, segur`,doNotDisturb:`Peidiwch â tharfu`,beRightBack:`Byddaf yn ôl nawr`,appearOffline:`Ymddangos all-lein`,unknown:`Anhysbys`,outOfOffice:`Allan o'r swyddfa`,offline:`All-lein`,userAvatar:`Afatar y defnyddiwr`,unknownUser:`Defnyddiwr anhysbys`},appDashboard:{noDashboardsAvailable:`Dim dangosfyrddau ar gael`,clickToSetSpan:`Cliciwch i osod y rhychwant`,configure:`Ffurfweddu`},aiAssistant:{processingError:`Bu gwall wrth brosesu eich cais.`,noUsersFound:`Ni chanfuwyd unrhyw ddefnyddwyr`,typeAMessage:`Teipiwch neges`},worldMap:{loadingMapStyle:`Yn llwytho arddull y map…`,coordinates:`Cyfesurynnau:`,zoomIn:`Chwyddo mewn`,zoomOut:`Chwyddo allan`,resetMap:`Ailosod y map`,reset:`Ailosod`},aiSearchControl:{placeholder:`Gofynnwch i AI gynhyrchu ymholiad chwilio...`,notConfiguredError:`Nid yw Azure OpenAI wedi'i ffurfweddu'n gywir. Gwiriwch y ffurfweddiad.`,generationError:`Bu gwall wrth gynhyrchu ymholiad chwilio AI`},itemPicker:{placeholder:`Chwilio…`,noResultsFound:`Ni chanfuwyd canlyniadau`,searching:`Yn chwilio…`,loadingMore:`Yn llwytho mwy…`,selectedItems:`Eitemau wedi'u dewis`,searchItems:`Chwilio eitemau`},listItemActivity:{you:`Chi`,accessed:`a gafodd fynediad at hwn`,commented:`a wnaeth sylw ar hwn`,created:`a greodd hwn`,deleted:`a ddileodd hwn`,edited:`a olygodd hwn`,mentioned:`a'ch crybwyllodd yn hwn`,moved:`a symudodd hwn`,renamed:`a ailenwyd hwn`,restored:`a adferyd hwn`,shared:`a rhannodd hwn`,versioned:`a fersiynodd hwn`},inputField:{fieldRequired:`Mae'r maes hwn yn ofynnol`,numberRequired:`Mae rhif yn ofynnol`,invalidNumber:`Rhowch rif dilys`,valueMustBeAtLeast:`Rhaid i'r gwerth fod o leiaf {0}`,valueMustBeAtMost:`Rhaid i'r gwerth fod ar y mwyaf {0}`},searchControl:{placeholder:`Chwilio…`},mermaidDiagram:{loading:`Yn llwytho’r diagram…`,errorTitle:`Gwall Diagram`,errorMessage:`Digwyddodd gwall wrth rendro’r diagram.`,noSource:`Ni ddarparwyd ffynhonnell diagram`}};exports.cy=e;
|
|
2
|
-
//# sourceMappingURL=cy-
|
|
1
|
+
var e={common:{loading:`Yn llwytho...`,error:`Gwall`,noData:`Dim data`,close:`Cau`,save:`Cadw`,cancel:`Canslo`,ok:`Iawn`,searchPlaceholder:`Chwilio...`},kpi:{noDescription:`Dim disgrifiad ar gael`,defaultTitle:`DPA`,lowerIsBetter:`Is yw'n well`,higherIsBetter:`Uwch yw'n well`,withinGoalThreshold:`O fewn trothwy'r nod`,exceedsGoalThreshold:`Yn rhagori ar drothwy'r nod`,goal:`Nod`,progressGoal:`Cynnydd tuag at y nod`,maxAllowedThreshold:`Trothwy mwyaf a ganiateir`,totalItemsInScope:`Cyfanswm eitemau yn y cwmpas`,totalItems:`Total`,currentValueAsPercent:`Gwerth presennol fel canran o'r cyfanswm`,percentOfTotal:`%`,onTrack:`Ar y trywydd`,exceedGoal:`Yn rhagori ar y nod`},noKpis:{title:`Dim DPA wedi'u Ffurfweddu`,subtitle:`Dechreuwch olrhain perfformiad eich tîm trwy ffurfweddu {highlight} yn y rhestr Ffurfweddu'r Ap.`,highlightText:`paramedrau DPA`,configureButton:`Ffurfweddu DPA`},calendar:{calendarControl:{daysOfWeek:[`Sul`,`Llun`,`Mawrth`,`Mercher`,`Iau`,`Gwener`,`Sadwrn`]},selectCalendarView:{month:`Mis`,week:`Wythnos`,day:`Diwrnod`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`a`},eventDetailsPopover:{start:`Dechrau`,end:`Diwedd`,location:`Lleoliad`,attendees:`Mynychwyr`,details:`Manylion`},dayView:{allDay:`Drwy'r Dydd`},toolbar:{today:`Heddiw`,previous:`Blaenorol`,next:`Nesaf`},weekView:{allDay:`Drwy'r Dydd`},calendarMonth:{months:[`Ionawr`,`Chwefror`,`Mawrth`,`Ebrill`,`Mai`,`Mehefin`,`Gorffennaf`,`Awst`,`Medi`,`Hydref`,`Tachwedd`,`Rhagfyr`],shortMonths:[`Ion`,`Chw`,`Maw`,`Ebr`,`Mai`,`Meh`,`Gor`,`Aws`,`Med`,`Hyd`,`Tac`,`Rha`],days:[`Sul`,`Llun`,`Mawrth`,`Mercher`,`Iau`,`Gwener`,`Sadwrn`],shortDays:[`Sul`,`Llu`,`Maw`,`Mer`,`Iau`,`Gwe`,`Sad`],goToToday:`Mynd i heddiw`},selectWeek:{selectWeekPlaceholder:`Dewiswch Wythnos`}},mensions:{placeholder:`Teipiwch neges...`,noResults:`Dim canlyniadau wedi'u canfod`,send:`Anfon`},shareDialog:{title:`Rhannu`,copyLink:`Copïo dolen`,linkCopied:`Dolen wedi'i chopïo!`,share:`Rhannu`,cancel:`Canslo`},userCard:{available:`Ar gael`,availableIdle:`Ar gael, segur`,away:`I ffwrdd`,busy:`Prysur`,busyIdle:`Prysur, segur`,doNotDisturb:`Peidiwch â tharfu`,beRightBack:`Byddaf yn ôl nawr`,appearOffline:`Ymddangos all-lein`,unknown:`Anhysbys`,outOfOffice:`Allan o'r swyddfa`,offline:`All-lein`,userAvatar:`Afatar y defnyddiwr`,unknownUser:`Defnyddiwr anhysbys`},appDashboard:{noDashboardsAvailable:`Dim dangosfyrddau ar gael`,clickToSetSpan:`Cliciwch i osod y rhychwant`,configure:`Ffurfweddu`},aiAssistant:{processingError:`Bu gwall wrth brosesu eich cais.`,noUsersFound:`Ni chanfuwyd unrhyw ddefnyddwyr`,typeAMessage:`Teipiwch neges`},worldMap:{loadingMapStyle:`Yn llwytho arddull y map…`,coordinates:`Cyfesurynnau:`,zoomIn:`Chwyddo mewn`,zoomOut:`Chwyddo allan`,resetMap:`Ailosod y map`,reset:`Ailosod`},aiSearchControl:{placeholder:`Gofynnwch i AI gynhyrchu ymholiad chwilio...`,notConfiguredError:`Nid yw Azure OpenAI wedi'i ffurfweddu'n gywir. Gwiriwch y ffurfweddiad.`,generationError:`Bu gwall wrth gynhyrchu ymholiad chwilio AI`},itemPicker:{placeholder:`Chwilio…`,noResultsFound:`Ni chanfuwyd canlyniadau`,searching:`Yn chwilio…`,loadingMore:`Yn llwytho mwy…`,selectedItems:`Eitemau wedi'u dewis`,searchItems:`Chwilio eitemau`},listItemActivity:{you:`Chi`,accessed:`a gafodd fynediad at hwn`,commented:`a wnaeth sylw ar hwn`,created:`a greodd hwn`,deleted:`a ddileodd hwn`,edited:`a olygodd hwn`,mentioned:`a'ch crybwyllodd yn hwn`,moved:`a symudodd hwn`,renamed:`a ailenwyd hwn`,restored:`a adferyd hwn`,shared:`a rhannodd hwn`,versioned:`a fersiynodd hwn`},inputField:{fieldRequired:`Mae'r maes hwn yn ofynnol`,numberRequired:`Mae rhif yn ofynnol`,invalidNumber:`Rhowch rif dilys`,valueMustBeAtLeast:`Rhaid i'r gwerth fod o leiaf {0}`,valueMustBeAtMost:`Rhaid i'r gwerth fod ar y mwyaf {0}`},searchControl:{placeholder:`Chwilio…`},mermaidDiagram:{loading:`Yn llwytho’r diagram…`,errorTitle:`Gwall Diagram`,errorMessage:`Digwyddodd gwall wrth rendro’r diagram.`,noSource:`Ni ddarparwyd ffynhonnell diagram`},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:`Dim digwyddiadau`,allDay:`Drwy'r dydd`,shortDays:[`Sul`,`Llu`,`Maw`,`Mer`,`Iau`,`Gwe`,`Sad`]},spotlight:{searchPlaceholder:`Chwilio…`,nothingFound:`Dim byd wedi'i ganfod`},colorPicker:{red:`Coch`,green:`Gwyrdd`,blue:`Glas`,alpha:`Alffa`,hue:`Arlliw`,saturation:`Dirlawnder`,lightness:`Goleuedd`,hex:`Hex`,copy:`Copïo`,saturationPanel:`Dirlawnder a disgleirdeb`,hueSlider:`Arlliw`,alphaSlider:`Didreiddedd`,eyeDropper:`Dewis lliw o’r sgrin`,swatchColor:`Swatch lliw`,themeBrand:`Brand`,themeNeutral:`Niwtral`,themeStatus:`Statws`,themeColors:`Lliwiau thema`}};exports.cy=e;
|
|
2
|
+
//# sourceMappingURL=cy-YdAkRgN7.cjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Indlæser...`,error:`Fejl`,noData:`Ingen data`,close:`Luk`,save:`Gem`,cancel:`Annuller`,ok:`OK`,searchPlaceholder:`Søg...`},kpi:{noDescription:`Ingen beskrivelse tilgængelig`,defaultTitle:`KPI`,lowerIsBetter:`Lavere er bedre`,higherIsBetter:`Højere er bedre`,withinGoalThreshold:`Inden for måltærskel`,exceedsGoalThreshold:`Overskrider måltærskel`,goal:`Mål`,progressGoal:`Fremskridt mod mål`,maxAllowedThreshold:`Maksimal tilladt tærskel`,totalItemsInScope:`Samlede elementer i omfang`,totalItems:`Total`,currentValueAsPercent:`Aktuel værdi som procent af total`,percentOfTotal:`%`,onTrack:`På rette spor`,exceedGoal:`Overskrider mål`},noKpis:{title:`Ingen KPI'er konfigureret`,subtitle:`Begynd at spore dit teams præstation ved at konfigurere {highlight} i appkonfigurationslisten.`,highlightText:`KPI-parametre`,configureButton:`Konfigurer KPI'er`},calendar:{calendarControl:{daysOfWeek:[`Søndag`,`Mandag`,`Tirsdag`,`Onsdag`,`Torsdag`,`Fredag`,`Lørdag`]},selectCalendarView:{month:`Måned`,week:`Uge`,day:`Dag`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`t`},eventDetailsPopover:{start:`Start`,end:`Slut`,location:`Sted`,attendees:`Deltagere`,details:`Detaljer`},dayView:{allDay:`Hele dagen`},toolbar:{today:`I dag`,previous:`Forrige`,next:`Næste`},weekView:{allDay:`Hele dagen`},calendarMonth:{months:[`Januar`,`Februar`,`Marts`,`April`,`Maj`,`Juni`,`Juli`,`August`,`September`,`Oktober`,`November`,`December`],shortMonths:[`Jan`,`Feb`,`Mar`,`Apr`,`Maj`,`Jun`,`Jul`,`Aug`,`Sep`,`Okt`,`Nov`,`Dec`],days:[`Søndag`,`Mandag`,`Tirsdag`,`Onsdag`,`Torsdag`,`Fredag`,`Lørdag`],shortDays:[`Søn`,`Man`,`Tir`,`Ons`,`Tor`,`Fre`,`Lør`],goToToday:`Gå til i dag`},selectWeek:{selectWeekPlaceholder:`Vælg en uge`}},mensions:{placeholder:`Skriv en besked...`,noResults:`Ingen resultater fundet`,send:`Send`},shareDialog:{title:`Del`,copyLink:`Kopiér link`,linkCopied:`Link kopieret!`,share:`Del`,cancel:`Annuller`},userCard:{available:`Tilgængelig`,availableIdle:`Tilgængelig, inaktiv`,away:`Ikke til stede`,busy:`Optaget`,busyIdle:`Optaget, inaktiv`,doNotDisturb:`Forstyr ikke`,beRightBack:`Kommer straks tilbage`,appearOffline:`Vis som offline`,unknown:`Ukendt`,outOfOffice:`Ikke på kontoret`,offline:`Offline`,userAvatar:`Brugeravatar`,unknownUser:`Ukendt bruger`},appDashboard:{noDashboardsAvailable:`Ingen dashboards tilgængelige`,clickToSetSpan:`Klik for at indstille spændvidde`,configure:`Konfigurer`},aiAssistant:{processingError:`Der opstod en fejl under behandlingen af din anmodning.`,noUsersFound:`Ingen brugere fundet`,typeAMessage:`Skriv en besked`},worldMap:{loadingMapStyle:`Indlæser kortstil…`,coordinates:`Koordinater:`,zoomIn:`Zoom ind`,zoomOut:`Zoom ud`,resetMap:`Nulstil kort`,reset:`Nulstil`},aiSearchControl:{placeholder:`Bed AI om at generere en søgeforespørgsel...`,notConfiguredError:`Azure OpenAI er ikke konfigureret korrekt. Kontroller venligst konfigurationen.`,generationError:`Der opstod en fejl under genereringen af AI-søgeforespørgslen`},itemPicker:{placeholder:`Søg…`,noResultsFound:`Ingen resultater fundet`,searching:`Søger…`,loadingMore:`Indlæser flere…`,selectedItems:`Valgte elementer`,searchItems:`Søg elementer`},listItemActivity:{you:`Du`,accessed:`fik adgang til dette`,commented:`kommenterede dette`,created:`oprettede dette`,deleted:`slettede dette`,edited:`redigerede dette`,mentioned:`nævnte dig i dette`,moved:`flyttede dette`,renamed:`omdøbte dette`,restored:`gendannede dette`,shared:`delte dette`,versioned:`versionerede dette`},inputField:{fieldRequired:`Dette felt er påkrævet`,numberRequired:`Et tal er påkrævet`,invalidNumber:`Indtast venligst et gyldigt tal`,valueMustBeAtLeast:`Værdien skal være mindst {0}`,valueMustBeAtMost:`Værdien skal være højst {0}`},searchControl:{placeholder:`Søg…`},mermaidDiagram:{loading:`Indlæser diagram…`,errorTitle:`Diagramfejl`,errorMessage:`Der opstod en fejl under gengivelse af diagrammet.`,noSource:`Ingen diagramkilde angivet`}};exports.da=e;
|
|
2
|
-
//# sourceMappingURL=da-
|
|
1
|
+
var e={common:{loading:`Indlæser...`,error:`Fejl`,noData:`Ingen data`,close:`Luk`,save:`Gem`,cancel:`Annuller`,ok:`OK`,searchPlaceholder:`Søg...`},kpi:{noDescription:`Ingen beskrivelse tilgængelig`,defaultTitle:`KPI`,lowerIsBetter:`Lavere er bedre`,higherIsBetter:`Højere er bedre`,withinGoalThreshold:`Inden for måltærskel`,exceedsGoalThreshold:`Overskrider måltærskel`,goal:`Mål`,progressGoal:`Fremskridt mod mål`,maxAllowedThreshold:`Maksimal tilladt tærskel`,totalItemsInScope:`Samlede elementer i omfang`,totalItems:`Total`,currentValueAsPercent:`Aktuel værdi som procent af total`,percentOfTotal:`%`,onTrack:`På rette spor`,exceedGoal:`Overskrider mål`},noKpis:{title:`Ingen KPI'er konfigureret`,subtitle:`Begynd at spore dit teams præstation ved at konfigurere {highlight} i appkonfigurationslisten.`,highlightText:`KPI-parametre`,configureButton:`Konfigurer KPI'er`},calendar:{calendarControl:{daysOfWeek:[`Søndag`,`Mandag`,`Tirsdag`,`Onsdag`,`Torsdag`,`Fredag`,`Lørdag`]},selectCalendarView:{month:`Måned`,week:`Uge`,day:`Dag`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`t`},eventDetailsPopover:{start:`Start`,end:`Slut`,location:`Sted`,attendees:`Deltagere`,details:`Detaljer`},dayView:{allDay:`Hele dagen`},toolbar:{today:`I dag`,previous:`Forrige`,next:`Næste`},weekView:{allDay:`Hele dagen`},calendarMonth:{months:[`Januar`,`Februar`,`Marts`,`April`,`Maj`,`Juni`,`Juli`,`August`,`September`,`Oktober`,`November`,`December`],shortMonths:[`Jan`,`Feb`,`Mar`,`Apr`,`Maj`,`Jun`,`Jul`,`Aug`,`Sep`,`Okt`,`Nov`,`Dec`],days:[`Søndag`,`Mandag`,`Tirsdag`,`Onsdag`,`Torsdag`,`Fredag`,`Lørdag`],shortDays:[`Søn`,`Man`,`Tir`,`Ons`,`Tor`,`Fre`,`Lør`],goToToday:`Gå til i dag`},selectWeek:{selectWeekPlaceholder:`Vælg en uge`}},mensions:{placeholder:`Skriv en besked...`,noResults:`Ingen resultater fundet`,send:`Send`},shareDialog:{title:`Del`,copyLink:`Kopiér link`,linkCopied:`Link kopieret!`,share:`Del`,cancel:`Annuller`},userCard:{available:`Tilgængelig`,availableIdle:`Tilgængelig, inaktiv`,away:`Ikke til stede`,busy:`Optaget`,busyIdle:`Optaget, inaktiv`,doNotDisturb:`Forstyr ikke`,beRightBack:`Kommer straks tilbage`,appearOffline:`Vis som offline`,unknown:`Ukendt`,outOfOffice:`Ikke på kontoret`,offline:`Offline`,userAvatar:`Brugeravatar`,unknownUser:`Ukendt bruger`},appDashboard:{noDashboardsAvailable:`Ingen dashboards tilgængelige`,clickToSetSpan:`Klik for at indstille spændvidde`,configure:`Konfigurer`},aiAssistant:{processingError:`Der opstod en fejl under behandlingen af din anmodning.`,noUsersFound:`Ingen brugere fundet`,typeAMessage:`Skriv en besked`},worldMap:{loadingMapStyle:`Indlæser kortstil…`,coordinates:`Koordinater:`,zoomIn:`Zoom ind`,zoomOut:`Zoom ud`,resetMap:`Nulstil kort`,reset:`Nulstil`},aiSearchControl:{placeholder:`Bed AI om at generere en søgeforespørgsel...`,notConfiguredError:`Azure OpenAI er ikke konfigureret korrekt. Kontroller venligst konfigurationen.`,generationError:`Der opstod en fejl under genereringen af AI-søgeforespørgslen`},itemPicker:{placeholder:`Søg…`,noResultsFound:`Ingen resultater fundet`,searching:`Søger…`,loadingMore:`Indlæser flere…`,selectedItems:`Valgte elementer`,searchItems:`Søg elementer`},listItemActivity:{you:`Du`,accessed:`fik adgang til dette`,commented:`kommenterede dette`,created:`oprettede dette`,deleted:`slettede dette`,edited:`redigerede dette`,mentioned:`nævnte dig i dette`,moved:`flyttede dette`,renamed:`omdøbte dette`,restored:`gendannede dette`,shared:`delte dette`,versioned:`versionerede dette`},inputField:{fieldRequired:`Dette felt er påkrævet`,numberRequired:`Et tal er påkrævet`,invalidNumber:`Indtast venligst et gyldigt tal`,valueMustBeAtLeast:`Værdien skal være mindst {0}`,valueMustBeAtMost:`Værdien skal være højst {0}`},searchControl:{placeholder:`Søg…`},mermaidDiagram:{loading:`Indlæser diagram…`,errorTitle:`Diagramfejl`,errorMessage:`Der opstod en fejl under gengivelse af diagrammet.`,noSource:`Ingen diagramkilde angivet`},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:`Ingen begivenheder`,allDay:`Hele dagen`,shortDays:[`Søn`,`Man`,`Tir`,`Ons`,`Tor`,`Fre`,`Lør`]},spotlight:{searchPlaceholder:`Søg…`,nothingFound:`Intet fundet`},colorPicker:{red:`Rød`,green:`Grøn`,blue:`Blå`,alpha:`Alfa`,hue:`Farvetone`,saturation:`Mætning`,lightness:`Lyshed`,hex:`Hex`,copy:`Kopiér`,saturationPanel:`Mætning og lysstyrke`,hueSlider:`Farvetone`,alphaSlider:`Gennemsigtighed`,eyeDropper:`Vælg farve fra skærmen`,swatchColor:`Farveprøve`,themeBrand:`Brand`,themeNeutral:`Neutral`,themeStatus:`Status`,themeColors:`Temafarver`}};exports.da=e;
|
|
2
|
+
//# sourceMappingURL=da-3S6dCKx6.cjs.map
|