@nxgt/material 1.0.5 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -8
- package/dist/components.js +3 -2
- package/dist/{dist-DdZVa0Zr.js → dist-CwhEp6Y-.js} +2 -2
- package/dist/dnd.js +2 -2
- package/dist/{hooks-BPv0i6YN.js → hooks-CHmfdtMs.js} +81 -47
- package/dist/hooks.js +3 -3
- package/dist/{i18n-1Eg35q8-.js → i18n-D4R3sSqT.js} +102 -0
- package/dist/i18n.js +1 -1
- package/dist/lib/components/index.d.ts +15 -0
- package/dist/lib/components/ui/anchor-heading.d.ts +9 -0
- package/dist/lib/components/ui/anchor-heading.stories.d.ts +13 -0
- package/dist/lib/components/ui/anchor-heading.utils.d.ts +2 -0
- package/dist/lib/components/ui/api-endpoint.d.ts +9 -0
- package/dist/lib/components/ui/api-endpoint.stories.d.ts +14 -0
- package/dist/lib/components/ui/api-operation.d.ts +13 -0
- package/dist/lib/components/ui/api-operation.stories.d.ts +13 -0
- package/dist/lib/components/ui/cards/cards.stories.d.ts +20 -0
- package/dist/lib/components/ui/cards/cards.stories.data.d.ts +8 -0
- package/dist/lib/components/ui/cards/index.d.ts +9 -0
- package/dist/lib/components/ui/cards/partials/crew-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/feature-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/media-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/overlay-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/pricing-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/profile-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/quote-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/partials/spotlight-card.d.ts +2 -0
- package/dist/lib/components/ui/cards/types.d.ts +56 -0
- package/dist/lib/components/ui/code/code-group.d.ts +13 -0
- package/dist/lib/components/ui/code/code-group.stories.d.ts +14 -0
- package/dist/lib/components/ui/code/index.d.ts +2 -0
- package/dist/lib/components/ui/copy-button/copy-button.d.ts +5 -3
- package/dist/lib/components/ui/doc/doc-api.stories.d.ts +13 -0
- package/dist/lib/components/ui/doc/doc-blocks.stories.d.ts +13 -0
- package/dist/lib/components/ui/doc/doc-context.d.ts +61 -0
- package/dist/lib/components/ui/doc/doc.d.ts +11 -0
- package/dist/lib/components/ui/doc/doc.keyboard.d.ts +20 -0
- package/dist/lib/components/ui/doc/doc.keyboard.test.d.ts +1 -0
- package/dist/lib/components/ui/doc/doc.slice.d.ts +97 -0
- package/dist/lib/components/ui/doc/doc.stories.d.ts +15 -0
- package/dist/lib/components/ui/doc/doc.stories.data.d.ts +7 -0
- package/dist/lib/components/ui/doc/doc.utils.d.ts +29 -0
- package/dist/lib/components/ui/doc/doc.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/doc/index.d.ts +36 -0
- package/dist/lib/components/ui/doc/partials/doc-article.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-child-cards.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-copy-actions.d.ts +7 -0
- package/dist/lib/components/ui/doc/partials/doc-empty.d.ts +3 -0
- package/dist/lib/components/ui/doc/partials/doc-header.d.ts +18 -0
- package/dist/lib/components/ui/doc/partials/doc-link.d.ts +3 -0
- package/dist/lib/components/ui/doc/partials/doc-nav.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-page.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-pager.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-progress.d.ts +3 -0
- package/dist/lib/components/ui/doc/partials/doc-search.d.ts +1 -0
- package/dist/lib/components/ui/doc/partials/doc-see-also.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-sidebar.d.ts +4 -0
- package/dist/lib/components/ui/doc/partials/doc-skip-link.d.ts +2 -0
- package/dist/lib/components/ui/doc/partials/doc-toc.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-topbar.d.ts +4 -0
- package/dist/lib/components/ui/doc/types.d.ts +46 -0
- package/dist/lib/components/ui/doc/use-doc.d.ts +43 -0
- package/dist/lib/components/ui/feedback/empty-state.stories.d.ts +1 -0
- package/dist/lib/components/ui/feedback/index.d.ts +1 -0
- package/dist/lib/components/ui/feedback/scroll-progress.d.ts +6 -0
- package/dist/lib/components/ui/feedback/scroll-progress.stories.d.ts +13 -0
- package/dist/lib/components/ui/figure.d.ts +7 -0
- package/dist/lib/components/ui/figure.stories.d.ts +13 -0
- package/dist/lib/components/ui/hero.d.ts +10 -0
- package/dist/lib/components/ui/hero.stories.d.ts +13 -0
- package/dist/lib/components/ui/highlight-text.d.ts +6 -0
- package/dist/lib/components/ui/highlight-text.stories.d.ts +12 -0
- package/dist/lib/components/ui/list-tile.d.ts +2 -1
- package/dist/lib/components/ui/list-tile.stories.d.ts +1 -0
- package/dist/lib/components/ui/metrics/index.d.ts +6 -0
- package/dist/lib/components/ui/metrics/metrics.stories.d.ts +16 -0
- package/dist/lib/components/ui/metrics/metrics.stories.data.d.ts +5 -0
- package/dist/lib/components/ui/metrics/partials/breakdown-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/partials/goal-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/partials/rank-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/partials/sparkline.d.ts +5 -0
- package/dist/lib/components/ui/metrics/partials/trend-card.d.ts +2 -0
- package/dist/lib/components/ui/metrics/types.d.ts +35 -0
- package/dist/lib/components/ui/pager.d.ts +20 -0
- package/dist/lib/components/ui/pager.stories.d.ts +13 -0
- package/dist/lib/components/ui/param-table.d.ts +13 -0
- package/dist/lib/components/ui/param-table.stories.d.ts +13 -0
- package/dist/lib/components/ui/see-also.d.ts +17 -0
- package/dist/lib/components/ui/see-also.stories.d.ts +12 -0
- package/dist/lib/components/ui/skip-link.d.ts +3 -0
- package/dist/lib/components/ui/skip-link.stories.d.ts +12 -0
- package/dist/lib/components/ui/steps.d.ts +13 -0
- package/dist/lib/components/ui/steps.stories.d.ts +13 -0
- package/dist/lib/components/ui/tabs.d.ts +4 -1
- package/dist/lib/components/ui/tabs.stories.d.ts +1 -0
- package/dist/lib/components/ui/toc.d.ts +21 -0
- package/dist/lib/components/ui/toc.stories.d.ts +13 -0
- package/dist/lib/hooks/index.d.ts +1 -0
- package/dist/lib/hooks/use-heading-spy.d.ts +6 -0
- package/dist/lib/i18n/resources/en/index.d.ts +57 -0
- package/dist/lib/i18n/resources/en/material.json.d.ts +57 -0
- package/dist/lib/i18n/resources/fr/index.d.ts +57 -0
- package/dist/lib/i18n/resources/fr/material.json.d.ts +57 -0
- package/dist/lib/i18n/resources/index.d.ts +114 -0
- package/dist/lib/i18n/translator.d.ts +1 -1
- package/dist/lib/lib/string.utils.d.ts +9 -0
- package/dist/lib/lib/url.utils.d.ts +2 -0
- package/dist/{lib-CaKARQ-7.js → lib-Rq5clPUe.js} +620 -584
- package/dist/lib.js +3 -3
- package/dist/{main-CHByIwHT.js → main-D7WtUVbv.js} +35669 -33724
- package/dist/main.js +6 -6
- package/dist/material.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { Pager } from './pager';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Pager;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const Default: Story;
|
|
13
|
+
export declare const Outbound: Story;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type ParamTableRow = {
|
|
3
|
+
name: string;
|
|
4
|
+
type?: ReactNode;
|
|
5
|
+
defaultValue?: ReactNode;
|
|
6
|
+
required?: boolean;
|
|
7
|
+
description?: ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export type ParamTableProps = {
|
|
10
|
+
params: ParamTableRow[];
|
|
11
|
+
className?: string;
|
|
12
|
+
};
|
|
13
|
+
export declare function ParamTable({ params, className }: ParamTableProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ParamTable } from '..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ParamTable;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ComponentProps, ComponentType, ReactNode } from 'react';
|
|
2
|
+
export type SeeAlsoItem = {
|
|
3
|
+
id?: string;
|
|
4
|
+
title: ReactNode;
|
|
5
|
+
href: string;
|
|
6
|
+
};
|
|
7
|
+
export type SeeAlsoLinkComponent = ComponentType<{
|
|
8
|
+
href: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
children?: ReactNode;
|
|
11
|
+
}>;
|
|
12
|
+
export type SeeAlsoProps = Omit<ComponentProps<'nav'>, 'children'> & {
|
|
13
|
+
items: SeeAlsoItem[];
|
|
14
|
+
label?: string;
|
|
15
|
+
linkComponent?: SeeAlsoLinkComponent;
|
|
16
|
+
};
|
|
17
|
+
export declare function SeeAlso({ items, label, linkComponent: Link, className, ...props }: SeeAlsoProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { SeeAlso } from './see-also';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof SeeAlso;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { SkipLink } from './skip-link';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof SkipLink;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type StepsProps = {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
className?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare function Steps({ children, className }: StepsProps): import("react").JSX.Element;
|
|
7
|
+
export type StepsItemProps = {
|
|
8
|
+
title?: ReactNode;
|
|
9
|
+
index?: number;
|
|
10
|
+
children?: ReactNode;
|
|
11
|
+
className?: string;
|
|
12
|
+
};
|
|
13
|
+
export declare function StepsItem({ title, index, children, className, }: StepsItemProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { Steps } from '..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Steps;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Default: Story;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { Tabs as TabsPrimitive } from 'radix-ui';
|
|
2
2
|
import { ComponentProps, ReactNode } from 'react';
|
|
3
|
-
|
|
3
|
+
export type TabsVariant = 'bar' | 'line';
|
|
4
|
+
declare function Tabs({ className, variant, ...props }: ComponentProps<typeof TabsPrimitive.Root> & {
|
|
5
|
+
variant?: TabsVariant;
|
|
6
|
+
}): import("react").JSX.Element;
|
|
4
7
|
declare function TabsList({ className, ...props }: ComponentProps<typeof TabsPrimitive.List>): import("react").JSX.Element;
|
|
5
8
|
declare function TabsTrigger({ className, children, icon, ...props }: {
|
|
6
9
|
icon?: ReactNode;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ComponentProps, ComponentType, ReactNode } from 'react';
|
|
2
|
+
export type TocItem = {
|
|
3
|
+
id: string;
|
|
4
|
+
title: ReactNode;
|
|
5
|
+
level?: 2 | 3 | 4;
|
|
6
|
+
};
|
|
7
|
+
export type TocLinkComponent = ComponentType<{
|
|
8
|
+
href: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
onClick?: () => void;
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
}>;
|
|
13
|
+
export type TocProps = Omit<ComponentProps<'nav'>, 'children' | 'onSelect'> & {
|
|
14
|
+
items: TocItem[];
|
|
15
|
+
activeId?: string;
|
|
16
|
+
onSelect?: (id: string) => void;
|
|
17
|
+
placement?: 'rail' | 'panel';
|
|
18
|
+
label?: string;
|
|
19
|
+
linkComponent?: TocLinkComponent;
|
|
20
|
+
};
|
|
21
|
+
export declare function Toc({ items, activeId, onSelect, placement, label, linkComponent: Link, className, ...props }: TocProps): import("react").JSX.Element | null;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { Toc } from './toc';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Toc;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const Rail: Story;
|
|
13
|
+
export declare const Panel: Story;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type UseHeadingSpyOptions = {
|
|
2
|
+
rootMargin?: string;
|
|
3
|
+
threshold?: number | number[];
|
|
4
|
+
};
|
|
5
|
+
/** Watches heading elements by id and reports the topmost intersecting one. */
|
|
6
|
+
export declare function useHeadingSpy(ids: readonly string[], onActive: (id: string) => void, options?: UseHeadingSpyOptions): void;
|
|
@@ -31,6 +31,22 @@ export declare const en: {
|
|
|
31
31
|
title: string;
|
|
32
32
|
description: string;
|
|
33
33
|
};
|
|
34
|
+
"scroll-progress": string;
|
|
35
|
+
"skip-link": string;
|
|
36
|
+
"see-also": string;
|
|
37
|
+
cards: {
|
|
38
|
+
"per-month": string;
|
|
39
|
+
};
|
|
40
|
+
metrics: {
|
|
41
|
+
"of-target": string;
|
|
42
|
+
};
|
|
43
|
+
pager: {
|
|
44
|
+
previous: string;
|
|
45
|
+
next: string;
|
|
46
|
+
};
|
|
47
|
+
toc: {
|
|
48
|
+
"on-this-page": string;
|
|
49
|
+
};
|
|
34
50
|
upload: {
|
|
35
51
|
dropzone: {
|
|
36
52
|
idle: string;
|
|
@@ -757,5 +773,46 @@ export declare const en: {
|
|
|
757
773
|
subtitle: string;
|
|
758
774
|
"wip-full": string;
|
|
759
775
|
};
|
|
776
|
+
doc: {
|
|
777
|
+
search: string;
|
|
778
|
+
"search-placeholder": string;
|
|
779
|
+
filter: string;
|
|
780
|
+
"filter-empty": string;
|
|
781
|
+
"no-results": string;
|
|
782
|
+
"search-navigate": string;
|
|
783
|
+
"search-select": string;
|
|
784
|
+
"search-close": string;
|
|
785
|
+
"skip-to-content": string;
|
|
786
|
+
"reading-progress": string;
|
|
787
|
+
"on-this-page": string;
|
|
788
|
+
menu: string;
|
|
789
|
+
"menu-description": string;
|
|
790
|
+
previous: string;
|
|
791
|
+
next: string;
|
|
792
|
+
"see-also": string;
|
|
793
|
+
"copy-link": string;
|
|
794
|
+
"copied-link": string;
|
|
795
|
+
"copy-page": string;
|
|
796
|
+
"copy-markdown": string;
|
|
797
|
+
edit: string;
|
|
798
|
+
"last-updated": string;
|
|
799
|
+
collapse: string;
|
|
800
|
+
expand: string;
|
|
801
|
+
callout: {
|
|
802
|
+
note: string;
|
|
803
|
+
tip: string;
|
|
804
|
+
info: string;
|
|
805
|
+
warning: string;
|
|
806
|
+
danger: string;
|
|
807
|
+
success: string;
|
|
808
|
+
};
|
|
809
|
+
};
|
|
810
|
+
"param-table": {
|
|
811
|
+
name: string;
|
|
812
|
+
type: string;
|
|
813
|
+
default: string;
|
|
814
|
+
description: string;
|
|
815
|
+
required: string;
|
|
816
|
+
};
|
|
760
817
|
};
|
|
761
818
|
};
|
|
@@ -21,6 +21,22 @@ declare const _default: {
|
|
|
21
21
|
"title": "Command Palette",
|
|
22
22
|
"description": "Search for a command to run..."
|
|
23
23
|
},
|
|
24
|
+
"scroll-progress": "Scroll progress",
|
|
25
|
+
"skip-link": "Skip to content",
|
|
26
|
+
"see-also": "See also",
|
|
27
|
+
"cards": {
|
|
28
|
+
"per-month": "/ month"
|
|
29
|
+
},
|
|
30
|
+
"metrics": {
|
|
31
|
+
"of-target": "of {target}"
|
|
32
|
+
},
|
|
33
|
+
"pager": {
|
|
34
|
+
"previous": "Previous",
|
|
35
|
+
"next": "Next"
|
|
36
|
+
},
|
|
37
|
+
"toc": {
|
|
38
|
+
"on-this-page": "On this page"
|
|
39
|
+
},
|
|
24
40
|
"upload": {
|
|
25
41
|
"dropzone": {
|
|
26
42
|
"idle": "Drag & drop files here, or click to browse",
|
|
@@ -746,6 +762,47 @@ declare const _default: {
|
|
|
746
762
|
"card-title": "Card title",
|
|
747
763
|
"subtitle": "Add subtitle",
|
|
748
764
|
"wip-full": "Column is at WIP limit"
|
|
765
|
+
},
|
|
766
|
+
"doc": {
|
|
767
|
+
"search": "Search docs",
|
|
768
|
+
"search-placeholder": "Search the documentation…",
|
|
769
|
+
"filter": "Filter pages",
|
|
770
|
+
"filter-empty": "Try a different filter.",
|
|
771
|
+
"no-results": "No results",
|
|
772
|
+
"search-navigate": "to navigate",
|
|
773
|
+
"search-select": "to select",
|
|
774
|
+
"search-close": "to close",
|
|
775
|
+
"skip-to-content": "Skip to content",
|
|
776
|
+
"reading-progress": "Reading progress",
|
|
777
|
+
"on-this-page": "On this page",
|
|
778
|
+
"menu": "Menu",
|
|
779
|
+
"menu-description": "Documentation navigation",
|
|
780
|
+
"previous": "Previous",
|
|
781
|
+
"next": "Next",
|
|
782
|
+
"see-also": "See also",
|
|
783
|
+
"copy-link": "Copy link",
|
|
784
|
+
"copied-link": "Copied",
|
|
785
|
+
"copy-page": "Copy page",
|
|
786
|
+
"copy-markdown": "Copy markdown",
|
|
787
|
+
"edit": "Edit this page",
|
|
788
|
+
"last-updated": "Updated",
|
|
789
|
+
"collapse": "Collapse",
|
|
790
|
+
"expand": "Expand",
|
|
791
|
+
"callout": {
|
|
792
|
+
"note": "Note",
|
|
793
|
+
"tip": "Tip",
|
|
794
|
+
"info": "Info",
|
|
795
|
+
"warning": "Warning",
|
|
796
|
+
"danger": "Danger",
|
|
797
|
+
"success": "Success"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
"param-table": {
|
|
801
|
+
"name": "Name",
|
|
802
|
+
"type": "Type",
|
|
803
|
+
"default": "Default",
|
|
804
|
+
"description": "Description",
|
|
805
|
+
"required": "required"
|
|
749
806
|
}
|
|
750
807
|
}
|
|
751
808
|
;
|
|
@@ -31,6 +31,22 @@ export declare const fr: {
|
|
|
31
31
|
title: string;
|
|
32
32
|
description: string;
|
|
33
33
|
};
|
|
34
|
+
"scroll-progress": string;
|
|
35
|
+
"skip-link": string;
|
|
36
|
+
"see-also": string;
|
|
37
|
+
cards: {
|
|
38
|
+
"per-month": string;
|
|
39
|
+
};
|
|
40
|
+
metrics: {
|
|
41
|
+
"of-target": string;
|
|
42
|
+
};
|
|
43
|
+
pager: {
|
|
44
|
+
previous: string;
|
|
45
|
+
next: string;
|
|
46
|
+
};
|
|
47
|
+
toc: {
|
|
48
|
+
"on-this-page": string;
|
|
49
|
+
};
|
|
34
50
|
upload: {
|
|
35
51
|
dropzone: {
|
|
36
52
|
idle: string;
|
|
@@ -757,5 +773,46 @@ export declare const fr: {
|
|
|
757
773
|
subtitle: string;
|
|
758
774
|
"wip-full": string;
|
|
759
775
|
};
|
|
776
|
+
doc: {
|
|
777
|
+
search: string;
|
|
778
|
+
"search-placeholder": string;
|
|
779
|
+
filter: string;
|
|
780
|
+
"filter-empty": string;
|
|
781
|
+
"no-results": string;
|
|
782
|
+
"search-navigate": string;
|
|
783
|
+
"search-select": string;
|
|
784
|
+
"search-close": string;
|
|
785
|
+
"skip-to-content": string;
|
|
786
|
+
"reading-progress": string;
|
|
787
|
+
"on-this-page": string;
|
|
788
|
+
menu: string;
|
|
789
|
+
"menu-description": string;
|
|
790
|
+
previous: string;
|
|
791
|
+
next: string;
|
|
792
|
+
"see-also": string;
|
|
793
|
+
"copy-link": string;
|
|
794
|
+
"copied-link": string;
|
|
795
|
+
"copy-page": string;
|
|
796
|
+
"copy-markdown": string;
|
|
797
|
+
edit: string;
|
|
798
|
+
"last-updated": string;
|
|
799
|
+
collapse: string;
|
|
800
|
+
expand: string;
|
|
801
|
+
callout: {
|
|
802
|
+
note: string;
|
|
803
|
+
tip: string;
|
|
804
|
+
info: string;
|
|
805
|
+
warning: string;
|
|
806
|
+
danger: string;
|
|
807
|
+
success: string;
|
|
808
|
+
};
|
|
809
|
+
};
|
|
810
|
+
"param-table": {
|
|
811
|
+
name: string;
|
|
812
|
+
type: string;
|
|
813
|
+
default: string;
|
|
814
|
+
description: string;
|
|
815
|
+
required: string;
|
|
816
|
+
};
|
|
760
817
|
};
|
|
761
818
|
};
|
|
@@ -21,6 +21,22 @@ declare const _default: {
|
|
|
21
21
|
"title": "Palette de commandes",
|
|
22
22
|
"description": "Recherchez une commande à exécuter..."
|
|
23
23
|
},
|
|
24
|
+
"scroll-progress": "Progression du défilement",
|
|
25
|
+
"skip-link": "Aller au contenu",
|
|
26
|
+
"see-also": "Voir aussi",
|
|
27
|
+
"cards": {
|
|
28
|
+
"per-month": "/ mois"
|
|
29
|
+
},
|
|
30
|
+
"metrics": {
|
|
31
|
+
"of-target": "sur {target}"
|
|
32
|
+
},
|
|
33
|
+
"pager": {
|
|
34
|
+
"previous": "Précédent",
|
|
35
|
+
"next": "Suivant"
|
|
36
|
+
},
|
|
37
|
+
"toc": {
|
|
38
|
+
"on-this-page": "Sur cette page"
|
|
39
|
+
},
|
|
24
40
|
"upload": {
|
|
25
41
|
"dropzone": {
|
|
26
42
|
"idle": "Glissez-déposez des fichiers ici, ou cliquez pour parcourir",
|
|
@@ -746,6 +762,47 @@ declare const _default: {
|
|
|
746
762
|
"card-title": "Titre de la carte",
|
|
747
763
|
"subtitle": "Ajouter un sous-titre",
|
|
748
764
|
"wip-full": "Colonne au maximum WIP"
|
|
765
|
+
},
|
|
766
|
+
"doc": {
|
|
767
|
+
"search": "Rechercher",
|
|
768
|
+
"search-placeholder": "Rechercher dans la documentation…",
|
|
769
|
+
"filter": "Filtrer les pages",
|
|
770
|
+
"filter-empty": "Essayez un autre filtre.",
|
|
771
|
+
"no-results": "Aucun résultat",
|
|
772
|
+
"search-navigate": "pour naviguer",
|
|
773
|
+
"search-select": "pour ouvrir",
|
|
774
|
+
"search-close": "pour fermer",
|
|
775
|
+
"skip-to-content": "Aller au contenu",
|
|
776
|
+
"reading-progress": "Progression de lecture",
|
|
777
|
+
"on-this-page": "Sur cette page",
|
|
778
|
+
"menu": "Menu",
|
|
779
|
+
"menu-description": "Navigation de la documentation",
|
|
780
|
+
"previous": "Précédent",
|
|
781
|
+
"next": "Suivant",
|
|
782
|
+
"see-also": "Voir aussi",
|
|
783
|
+
"copy-link": "Copier le lien",
|
|
784
|
+
"copied-link": "Copié",
|
|
785
|
+
"copy-page": "Copier la page",
|
|
786
|
+
"copy-markdown": "Copier le markdown",
|
|
787
|
+
"edit": "Modifier cette page",
|
|
788
|
+
"last-updated": "Mis à jour",
|
|
789
|
+
"collapse": "Replier",
|
|
790
|
+
"expand": "Déplier",
|
|
791
|
+
"callout": {
|
|
792
|
+
"note": "Note",
|
|
793
|
+
"tip": "Astuce",
|
|
794
|
+
"info": "Info",
|
|
795
|
+
"warning": "Attention",
|
|
796
|
+
"danger": "Danger",
|
|
797
|
+
"success": "Succès"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
"param-table": {
|
|
801
|
+
"name": "Nom",
|
|
802
|
+
"type": "Type",
|
|
803
|
+
"default": "Défaut",
|
|
804
|
+
"description": "Description",
|
|
805
|
+
"required": "requis"
|
|
749
806
|
}
|
|
750
807
|
}
|
|
751
808
|
;
|
|
@@ -29,6 +29,22 @@ export declare const resources: {
|
|
|
29
29
|
title: string;
|
|
30
30
|
description: string;
|
|
31
31
|
};
|
|
32
|
+
"scroll-progress": string;
|
|
33
|
+
"skip-link": string;
|
|
34
|
+
"see-also": string;
|
|
35
|
+
cards: {
|
|
36
|
+
"per-month": string;
|
|
37
|
+
};
|
|
38
|
+
metrics: {
|
|
39
|
+
"of-target": string;
|
|
40
|
+
};
|
|
41
|
+
pager: {
|
|
42
|
+
previous: string;
|
|
43
|
+
next: string;
|
|
44
|
+
};
|
|
45
|
+
toc: {
|
|
46
|
+
"on-this-page": string;
|
|
47
|
+
};
|
|
32
48
|
upload: {
|
|
33
49
|
dropzone: {
|
|
34
50
|
idle: string;
|
|
@@ -755,6 +771,47 @@ export declare const resources: {
|
|
|
755
771
|
subtitle: string;
|
|
756
772
|
"wip-full": string;
|
|
757
773
|
};
|
|
774
|
+
doc: {
|
|
775
|
+
search: string;
|
|
776
|
+
"search-placeholder": string;
|
|
777
|
+
filter: string;
|
|
778
|
+
"filter-empty": string;
|
|
779
|
+
"no-results": string;
|
|
780
|
+
"search-navigate": string;
|
|
781
|
+
"search-select": string;
|
|
782
|
+
"search-close": string;
|
|
783
|
+
"skip-to-content": string;
|
|
784
|
+
"reading-progress": string;
|
|
785
|
+
"on-this-page": string;
|
|
786
|
+
menu: string;
|
|
787
|
+
"menu-description": string;
|
|
788
|
+
previous: string;
|
|
789
|
+
next: string;
|
|
790
|
+
"see-also": string;
|
|
791
|
+
"copy-link": string;
|
|
792
|
+
"copied-link": string;
|
|
793
|
+
"copy-page": string;
|
|
794
|
+
"copy-markdown": string;
|
|
795
|
+
edit: string;
|
|
796
|
+
"last-updated": string;
|
|
797
|
+
collapse: string;
|
|
798
|
+
expand: string;
|
|
799
|
+
callout: {
|
|
800
|
+
note: string;
|
|
801
|
+
tip: string;
|
|
802
|
+
info: string;
|
|
803
|
+
warning: string;
|
|
804
|
+
danger: string;
|
|
805
|
+
success: string;
|
|
806
|
+
};
|
|
807
|
+
};
|
|
808
|
+
"param-table": {
|
|
809
|
+
name: string;
|
|
810
|
+
type: string;
|
|
811
|
+
default: string;
|
|
812
|
+
description: string;
|
|
813
|
+
required: string;
|
|
814
|
+
};
|
|
758
815
|
};
|
|
759
816
|
};
|
|
760
817
|
fr: {
|
|
@@ -781,6 +838,22 @@ export declare const resources: {
|
|
|
781
838
|
title: string;
|
|
782
839
|
description: string;
|
|
783
840
|
};
|
|
841
|
+
"scroll-progress": string;
|
|
842
|
+
"skip-link": string;
|
|
843
|
+
"see-also": string;
|
|
844
|
+
cards: {
|
|
845
|
+
"per-month": string;
|
|
846
|
+
};
|
|
847
|
+
metrics: {
|
|
848
|
+
"of-target": string;
|
|
849
|
+
};
|
|
850
|
+
pager: {
|
|
851
|
+
previous: string;
|
|
852
|
+
next: string;
|
|
853
|
+
};
|
|
854
|
+
toc: {
|
|
855
|
+
"on-this-page": string;
|
|
856
|
+
};
|
|
784
857
|
upload: {
|
|
785
858
|
dropzone: {
|
|
786
859
|
idle: string;
|
|
@@ -1507,6 +1580,47 @@ export declare const resources: {
|
|
|
1507
1580
|
subtitle: string;
|
|
1508
1581
|
"wip-full": string;
|
|
1509
1582
|
};
|
|
1583
|
+
doc: {
|
|
1584
|
+
search: string;
|
|
1585
|
+
"search-placeholder": string;
|
|
1586
|
+
filter: string;
|
|
1587
|
+
"filter-empty": string;
|
|
1588
|
+
"no-results": string;
|
|
1589
|
+
"search-navigate": string;
|
|
1590
|
+
"search-select": string;
|
|
1591
|
+
"search-close": string;
|
|
1592
|
+
"skip-to-content": string;
|
|
1593
|
+
"reading-progress": string;
|
|
1594
|
+
"on-this-page": string;
|
|
1595
|
+
menu: string;
|
|
1596
|
+
"menu-description": string;
|
|
1597
|
+
previous: string;
|
|
1598
|
+
next: string;
|
|
1599
|
+
"see-also": string;
|
|
1600
|
+
"copy-link": string;
|
|
1601
|
+
"copied-link": string;
|
|
1602
|
+
"copy-page": string;
|
|
1603
|
+
"copy-markdown": string;
|
|
1604
|
+
edit: string;
|
|
1605
|
+
"last-updated": string;
|
|
1606
|
+
collapse: string;
|
|
1607
|
+
expand: string;
|
|
1608
|
+
callout: {
|
|
1609
|
+
note: string;
|
|
1610
|
+
tip: string;
|
|
1611
|
+
info: string;
|
|
1612
|
+
warning: string;
|
|
1613
|
+
danger: string;
|
|
1614
|
+
success: string;
|
|
1615
|
+
};
|
|
1616
|
+
};
|
|
1617
|
+
"param-table": {
|
|
1618
|
+
name: string;
|
|
1619
|
+
type: string;
|
|
1620
|
+
default: string;
|
|
1621
|
+
description: string;
|
|
1622
|
+
required: string;
|
|
1623
|
+
};
|
|
1510
1624
|
};
|
|
1511
1625
|
};
|
|
1512
1626
|
};
|