mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 04:56:12 +02:00
build(#10336): separate definitions and generated codes
This commit is contained in:
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: _empty_,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
_empty_,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
_empty_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<_empty_ v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<_empty_ />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: _error_,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
_error_,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
_error_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<_error_ v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<_error_ />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: _loading_,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
_loading_,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
_loading_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<_loading_ v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<_loading_ />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: about_misskey,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
about_misskey,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
about_misskey,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<about_misskey v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<about_misskey />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: about_emojis,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
about_emojis,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
about_emojis,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<about_emojis v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<about_emojis />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: about_federation,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
about_federation,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
about_federation,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<about_federation v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<about_federation />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: about,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
about,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
about,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<about v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<about />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: achievements,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
achievements,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
achievements,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<achievements v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<achievements />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: admin_file,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
admin_file,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
admin_file,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<admin_file v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<admin_file />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: RolesEditorFormula,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
RolesEditorFormula,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
RolesEditorFormula,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<RolesEditorFormula v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<RolesEditorFormula />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: _header_,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
_header_,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
_header_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<_header_ v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<_header_ />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: abuses,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
abuses,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
abuses,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<abuses v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<abuses />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: ads,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
ads,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
ads,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<ads v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<ads />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: announcements,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
announcements,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
announcements,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<announcements v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<announcements />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: bot_protection,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
bot_protection,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
bot_protection,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<bot_protection v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<bot_protection />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: database,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
database,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
database,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<database v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<database />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: email_settings,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
email_settings,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
email_settings,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<email_settings v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<email_settings />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: federation,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
federation,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
federation,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<federation v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<federation />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: files,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
files,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
files,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<files v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<files />',
|
||||
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_block,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
instance_block,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
instance_block,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<instance_block v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<instance_block />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: moderation,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
moderation,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
moderation,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<moderation v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<moderation />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: object_storage,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
object_storage,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
object_storage,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<object_storage v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<object_storage />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: other_settings,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
other_settings,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
other_settings,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<other_settings v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<other_settings />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_active_users,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_active_users,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_active_users,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_active_users v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_active_users />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_ap_requests,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_ap_requests,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_ap_requests,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_ap_requests v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_ap_requests />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_federation,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_federation,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_federation,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_federation v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_federation />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_heatmap,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_heatmap,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_heatmap,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_heatmap v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_heatmap />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_instances,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_instances,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_instances,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_instances v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_instances />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_moderators,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_moderators,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_moderators,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_moderators v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_moderators />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_pie,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_pie,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_pie,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_pie v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_pie />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_queue_chart,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_queue_chart,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_queue_chart,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_queue_chart v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_queue_chart />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_queue,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_queue,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_queue,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_queue v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_queue />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_retention,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_retention,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_retention,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_retention v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_retention />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_stats,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_stats,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_stats,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_stats v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_stats />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: overview_users,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
overview_users,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
overview_users,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<overview_users v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<overview_users />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: proxy_account,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
proxy_account,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
proxy_account,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<proxy_account v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<proxy_account />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: queue_chart_chart,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
queue_chart_chart,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
queue_chart_chart,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<queue_chart_chart v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<queue_chart_chart />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: queue_chart,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
queue_chart,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
queue_chart,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<queue_chart v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<queue_chart />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: queue,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
queue,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
queue,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<queue v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<queue />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: relays,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
relays,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
relays,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<relays v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<relays />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: roles_edit,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
roles_edit,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
roles_edit,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<roles_edit v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<roles_edit />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: roles_editor,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
roles_editor,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
roles_editor,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<roles_editor v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<roles_editor />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: roles_role,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
roles_role,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
roles_role,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<roles_role v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<roles_role />',
|
||||
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: settings,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
settings,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
settings,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<settings v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<settings />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: users,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
users,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
users,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<users v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<users />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: ads,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
ads,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
ads,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<ads v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<ads />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: announcements,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
announcements,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
announcements,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<announcements v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<announcements />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: antenna_timeline,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
antenna_timeline,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
antenna_timeline,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<antenna_timeline v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<antenna_timeline />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: api_console,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
api_console,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
api_console,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<api_console v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<api_console />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: auth_form,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
auth_form,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
auth_form,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<auth_form v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<auth_form />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: auth,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
auth,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
auth,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<auth v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<auth />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: channel_editor,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
channel_editor,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
channel_editor,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<channel_editor v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<channel_editor />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: channel,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
channel,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
channel,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<channel v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<channel />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: channels,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
channels,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
channels,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<channels v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<channels />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: clicker,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
clicker,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
clicker,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<clicker v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<clicker />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: clip,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
clip,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
clip,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<clip v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<clip />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: custom_emojis_manager,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
custom_emojis_manager,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
custom_emojis_manager,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<custom_emojis_manager v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<custom_emojis_manager />',
|
||||
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: emoji_edit_dialog,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
emoji_edit_dialog,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
emoji_edit_dialog,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<emoji_edit_dialog v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<emoji_edit_dialog />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: emojis_emoji,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
emojis_emoji,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
emojis_emoji,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<emojis_emoji v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<emojis_emoji />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: explore_featured,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
explore_featured,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
explore_featured,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<explore_featured v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<explore_featured />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: explore_roles,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
explore_roles,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
explore_roles,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<explore_roles v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<explore_roles />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: explore,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
explore,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
explore,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<explore v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<explore />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: explore_users,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
explore_users,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
explore_users,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<explore_users v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<explore_users />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: favorites,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
favorites,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
favorites,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<favorites v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<favorites />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: flash_edit,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
flash_edit,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
flash_edit,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<flash_edit v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<flash_edit />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: flash_index,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
flash_index,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
flash_index,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<flash_index v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<flash_index />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: flash,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
flash,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
flash,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<flash v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<flash />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: follow_requests,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
follow_requests,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
follow_requests,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<follow_requests v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<follow_requests />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: follow,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
follow,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
follow,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<follow v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<follow />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: edit,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
edit,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
edit,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<edit v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<edit />',
|
||||
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: post,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
post,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
post,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<post v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<post />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: instance_info,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
instance_info,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
instance_info,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<instance_info v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<instance_info />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: miauth,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
miauth,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
miauth,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<miauth v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<miauth />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: create,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
create,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
create,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<create v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<create />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: edit,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
edit,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
edit,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<edit v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<edit />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: editor,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
editor,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
editor,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<editor v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<editor />',
|
||||
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: 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: 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: list,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
list,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
list,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<list v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<list />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: not_found,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
not_found,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
not_found,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<not_found v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<not_found />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: note,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
note,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
note,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<note v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<note />',
|
||||
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: page_editor_el_image,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
page_editor_el_image,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
page_editor_el_image,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<page_editor_el_image v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<page_editor_el_image />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: page_editor_el_note,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
page_editor_el_note,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
page_editor_el_note,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<page_editor_el_note v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<page_editor_el_note />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: page_editor_el_section,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
page_editor_el_section,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
page_editor_el_section,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<page_editor_el_section v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<page_editor_el_section />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: page_editor_el_text,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
page_editor_el_text,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
page_editor_el_text,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<page_editor_el_text v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<page_editor_el_text />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: page_editor_blocks,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
page_editor_blocks,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
page_editor_blocks,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<page_editor_blocks v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<page_editor_blocks />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: page_editor_container,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
page_editor_container,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
page_editor_container,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<page_editor_container v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<page_editor_container />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: page_editor,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
page_editor,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
page_editor,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<page_editor v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<page_editor />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: page,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
page,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
page,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<page v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<page />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: pages,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
pages,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
pages,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<pages v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<pages />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: preview,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
preview,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
preview,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<preview v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<preview />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: registry_keys,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
registry_keys,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
registry_keys,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<registry_keys v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<registry_keys />',
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user