mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 20:46:20 +02:00
build(#10336): separate definitions and generated codes
This commit is contained in:
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: _2fa_qrdialog,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
_2fa_qrdialog,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
_2fa_qrdialog,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<_2fa_qrdialog v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<_2fa_qrdialog />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: _2fa,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
_2fa,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
_2fa,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<_2fa v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<_2fa />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: account_info,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
account_info,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
account_info,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<account_info v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<account_info />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: accounts,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
accounts,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
accounts,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<accounts v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<accounts />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: api,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
api,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
api,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<api v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<api />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: apps,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
apps,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
apps,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<apps v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<apps />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: custom_css,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
custom_css,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
custom_css,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<custom_css v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<custom_css />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: deck,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
deck,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
deck,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<deck v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<deck />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: delete_account,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
delete_account,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
delete_account,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<delete_account v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<delete_account />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: drive,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
drive,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
drive,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<drive v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<drive />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: email,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
email,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
email,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<email v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<email />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: general,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
general,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
general,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<general v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<general />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: import_export,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
import_export,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
import_export,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<import_export v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<import_export />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: index,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
index,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
index,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<index v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<index />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: instance_mute,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
instance_mute,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
instance_mute,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<instance_mute v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<instance_mute />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: mute_block,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
mute_block,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
mute_block,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<mute_block v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<mute_block />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: navbar,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
navbar,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
navbar,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<navbar v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<navbar />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: notifications,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
notifications,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
notifications,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<notifications v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<notifications />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: other,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
other,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
other,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<other v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<other />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: plugin_install,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
plugin_install,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
plugin_install,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<plugin_install v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<plugin_install />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: plugin,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
plugin,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
plugin,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<plugin v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<plugin />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: preferences_backups,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
preferences_backups,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
preferences_backups,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<preferences_backups v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<preferences_backups />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: privacy,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
privacy,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
privacy,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<privacy v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<privacy />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: profile,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
profile,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
profile,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<profile v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<profile />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: reaction,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
reaction,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
reaction,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<reaction v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<reaction />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: roles,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
roles,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
roles,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<roles v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<roles />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: security,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
security,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
security,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<security v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<security />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: sounds_sound,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
sounds_sound,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
sounds_sound,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<sounds_sound v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<sounds_sound />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: sounds,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
sounds,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
sounds,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<sounds v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<sounds />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: statusbar_statusbar,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
statusbar_statusbar,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
statusbar_statusbar,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<statusbar_statusbar v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<statusbar_statusbar />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: statusbar,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
statusbar,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
statusbar,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<statusbar v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<statusbar />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: theme_install,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
theme_install,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
theme_install,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<theme_install v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<theme_install />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: theme_manage,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
theme_manage,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
theme_manage,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<theme_manage v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<theme_manage />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: theme,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
theme,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
theme,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<theme v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<theme />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: webhook_edit,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
webhook_edit,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
webhook_edit,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<webhook_edit v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<webhook_edit />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: webhook_new,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
webhook_new,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
webhook_new,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<webhook_new v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<webhook_new />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: webhook,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
webhook,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
webhook,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<webhook v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<webhook />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: word_mute,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
word_mute,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
word_mute,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<word_mute v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<word_mute />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user