build(#10336): update dependencies
This commit is contained in:
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetActivity_calendar,
|
||||
} satisfies Meta<typeof WidgetActivity_calendar>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetActivity_calendar,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetActivity_calendar v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetActivity_calendar v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetActivity_chart,
|
||||
} satisfies Meta<typeof WidgetActivity_chart>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetActivity_chart,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetActivity_chart v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetActivity_chart v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetActivity,
|
||||
} satisfies Meta<typeof WidgetActivity>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetActivity,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetActivity v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetActivity v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetAichan,
|
||||
} satisfies Meta<typeof WidgetAichan>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetAichan,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetAichan v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetAichan v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetAiscript,
|
||||
} satisfies Meta<typeof WidgetAiscript>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetAiscript,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetAiscript v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetAiscript v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetAiscriptApp,
|
||||
} satisfies Meta<typeof WidgetAiscriptApp>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetAiscriptApp,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetAiscriptApp v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetAiscriptApp v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetButton,
|
||||
} satisfies Meta<typeof WidgetButton>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetButton,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetButton v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetButton v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetCalendar,
|
||||
} satisfies Meta<typeof WidgetCalendar>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetCalendar,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetCalendar v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetCalendar v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetClicker,
|
||||
} satisfies Meta<typeof WidgetClicker>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetClicker,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetClicker v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetClicker v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetClock,
|
||||
} satisfies Meta<typeof WidgetClock>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetClock,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetClock v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetClock v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetDigitalClock,
|
||||
} satisfies Meta<typeof WidgetDigitalClock>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetDigitalClock,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetDigitalClock v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetDigitalClock v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetFederation,
|
||||
} satisfies Meta<typeof WidgetFederation>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetFederation,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetFederation v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetFederation v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetInstanceCloud,
|
||||
} satisfies Meta<typeof WidgetInstanceCloud>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetInstanceCloud,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetInstanceCloud v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetInstanceCloud v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetInstanceInfo,
|
||||
} satisfies Meta<typeof WidgetInstanceInfo>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetInstanceInfo,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetInstanceInfo v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetInstanceInfo v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetJobQueue,
|
||||
} satisfies Meta<typeof WidgetJobQueue>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetJobQueue,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetJobQueue v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetJobQueue v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetMemo,
|
||||
} satisfies Meta<typeof WidgetMemo>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetMemo,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetMemo v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetMemo v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetNotifications,
|
||||
} satisfies Meta<typeof WidgetNotifications>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetNotifications,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetNotifications v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetNotifications v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetOnlineUsers,
|
||||
} satisfies Meta<typeof WidgetOnlineUsers>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetOnlineUsers,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetOnlineUsers v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetOnlineUsers v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetPhotos,
|
||||
} satisfies Meta<typeof WidgetPhotos>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetPhotos,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetPhotos v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetPhotos v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetPostForm,
|
||||
} satisfies Meta<typeof WidgetPostForm>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetPostForm,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetPostForm v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetPostForm v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetProfile,
|
||||
} satisfies Meta<typeof WidgetProfile>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetProfile,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetProfile v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetProfile v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetRss,
|
||||
} satisfies Meta<typeof WidgetRss>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetRss,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetRss v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetRss v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetRssTicker,
|
||||
} satisfies Meta<typeof WidgetRssTicker>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetRssTicker,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetRssTicker v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetRssTicker v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetSlideshow,
|
||||
} satisfies Meta<typeof WidgetSlideshow>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetSlideshow,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetSlideshow v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetSlideshow v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetTimeline,
|
||||
} satisfies Meta<typeof WidgetTimeline>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetTimeline,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetTimeline v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetTimeline v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetTrends,
|
||||
} satisfies Meta<typeof WidgetTrends>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetTrends,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetTrends v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetTrends v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetUnixClock,
|
||||
} satisfies Meta<typeof WidgetUnixClock>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetUnixClock,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetUnixClock v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetUnixClock v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: WidgetUserList,
|
||||
} satisfies Meta<typeof WidgetUserList>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
WidgetUserList,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<WidgetUserList v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<WidgetUserList v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: cpu_mem,
|
||||
} satisfies Meta<typeof cpu_mem>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
cpu_mem,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<cpu_mem v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<cpu_mem v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: cpu_,
|
||||
} satisfies Meta<typeof cpu_>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
cpu_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<cpu_ v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<cpu_ v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: disk_,
|
||||
} satisfies Meta<typeof disk_>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
disk_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<disk_ v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<disk_ v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: index_,
|
||||
} satisfies Meta<typeof index_>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
index_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<index_ v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<index_ v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: mem_,
|
||||
} satisfies Meta<typeof mem_>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
mem_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<mem_ v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<mem_ v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: net_,
|
||||
} satisfies Meta<typeof net_>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
net_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<net_ v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<net_ v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
@@ -7,13 +7,24 @@ const meta = {
|
||||
component: pie_,
|
||||
} satisfies Meta<typeof pie_>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
render(args) {
|
||||
return {
|
||||
components: {
|
||||
pie_,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<pie_ v-bind="$props" />',
|
||||
setup() {
|
||||
return {
|
||||
args,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
props() {
|
||||
return {
|
||||
...args,
|
||||
};
|
||||
},
|
||||
},
|
||||
template: '<pie_ v-bind="props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
|
Reference in New Issue
Block a user