From dc219b4046094c03c9e92a3f98c5f4e120813ada Mon Sep 17 00:00:00 2001 From: zernonia Date: Thu, 21 Mar 2024 10:50:28 +0800 Subject: [PATCH] chore: run registry --- apps/www/__registry__/index.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts index 896b98b2..2dbe0b0b 100644 --- a/apps/www/__registry__/index.ts +++ b/apps/www/__registry__/index.ts @@ -80,6 +80,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/BadgeSecondaryDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/BadgeSecondaryDemo.vue"], }, + "BarChartDemo": { + name: "BarChartDemo", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/default/example/BarChartDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/BarChartDemo.vue"], + }, "BreadcrumbDemo": { name: "BreadcrumbDemo", type: "components:example", @@ -465,6 +472,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/DialogScrollOverlayDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/DialogScrollOverlayDemo.vue"], }, + "DonutChartDemo": { + name: "DonutChartDemo", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/default/example/DonutChartDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/DonutChartDemo.vue"], + }, "DrawerDemo": { name: "DrawerDemo", type: "components:example", @@ -1194,6 +1208,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/BadgeSecondaryDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/BadgeSecondaryDemo.vue"], }, + "BarChartDemo": { + name: "BarChartDemo", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/new-york/example/BarChartDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/BarChartDemo.vue"], + }, "BreadcrumbDemo": { name: "BreadcrumbDemo", type: "components:example", @@ -1579,6 +1600,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/DialogScrollOverlayDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/DialogScrollOverlayDemo.vue"], }, + "DonutChartDemo": { + name: "DonutChartDemo", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/new-york/example/DonutChartDemo.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/DonutChartDemo.vue"], + }, "DrawerDemo": { name: "DrawerDemo", type: "components:example",