${caption}
`, }; - }} /> + }} +${caption}
`, - }; - }, +export const StoryWithLocale = (args, { globals: { locale } }) => { + const caption = getCaptionForLocale(locale); + return { + template: `${caption}
`, + }; }; -``` +``` \ No newline at end of file diff --git a/docs/snippets/angular/table-story-fully-customize-controls.mdx.mdx b/docs/snippets/angular/table-story-fully-customize-controls.mdx.mdx index d67f096004d..af40d40f637 100644 --- a/docs/snippets/angular/table-story-fully-customize-controls.mdx.mdx +++ b/docs/snippets/angular/table-story-fully-customize-controls.mdx.mdx @@ -7,7 +7,20 @@ import { Table } from './table.component'; - +export const TableStory = (args) => ({ + props: args, + template: ` ++ {{data[i][j]}} + | +
- {{data[i][j]}} - | -
- {{data[i][j]}} - | -
+ {{data[i][j]}} + | +
{item} | - ))} -
{item} | + ))} +
{item} | }
{item} | }
${caption}
`, - }; - }, +export const StoryWithLocale = (args, { globals: { locale } }) => { + const caption = getCaptionForLocale(locale); + return { + template: `${caption}
`, + }; }; -``` +``` \ No newline at end of file diff --git a/docs/snippets/vue/my-component-story-use-globaltype.mdx.mdx b/docs/snippets/vue/my-component-story-use-globaltype.mdx.mdx index 56c02db00c4..6f6f74945f6 100644 --- a/docs/snippets/vue/my-component-story-use-globaltype.mdx.mdx +++ b/docs/snippets/vue/my-component-story-use-globaltype.mdx.mdx @@ -5,7 +5,7 @@ import { Meta, Story } from '@storybook/addon-docs'; import MyComponent from './MyComponent.vue'; - + export const getCaptionForLocale = (locale) => { switch(locale) { @@ -18,14 +18,12 @@ export const getCaptionForLocale = (locale) => { } }; - - -${caption}
`, }; - }} /> + }} +- {{ data[idx1][idx2] }} - | -
+ {{ data[idx1][idx2] }} + | +
- {{ data[idx1][idx2] }} - | -
+ {{ data[idx1][idx2] }} + | +
+ {{ data[idx1][idx2] }} + | +
- {{ data[idx1][idx2] }} - | -
+ {{ data[idx1][idx2] }} + | +
- {{ data[idx1][idx2] }} - | -