From ed9d49ca487b71003ea194e4e43d277d797cf14c Mon Sep 17 00:00:00 2001 From: zernonia Date: Sat, 27 Apr 2024 00:08:09 +0800 Subject: [PATCH] chore: build registry --- apps/www/__registry__/index.ts | 154 ++++++++++++++++++ .../registry/styles/default/chart-bar.json | 2 +- .../registry/styles/default/chart-donut.json | 2 +- .../registry/styles/new-york/chart-bar.json | 2 +- .../registry/styles/new-york/chart-donut.json | 2 +- 5 files changed, 158 insertions(+), 4 deletions(-) diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts index 6eb871b3..22a85eb7 100644 --- a/apps/www/__registry__/index.ts +++ b/apps/www/__registry__/index.ts @@ -31,6 +31,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/AlertDialogDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/AlertDialogDemo.vue"], }, + "AreaChartCustomTooltip": { + name: "AreaChartCustomTooltip", + type: "components:example", + registryDependencies: ["chart-area"], + component: () => import("../src/lib/registry/default/example/AreaChartCustomTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/AreaChartCustomTooltip.vue"], + }, "AreaChartDemo": { name: "AreaChartDemo", type: "components:example", @@ -38,6 +45,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/AreaChartDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/AreaChartDemo.vue"], }, + "AreaChartSparkline": { + name: "AreaChartSparkline", + type: "components:example", + registryDependencies: ["chart-area"], + component: () => import("../src/lib/registry/default/example/AreaChartSparkline.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/AreaChartSparkline.vue"], + }, "AspectRatioDemo": { name: "AspectRatioDemo", type: "components:example", @@ -80,6 +94,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"], }, + "BarChartCustomTooltip": { + name: "BarChartCustomTooltip", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/default/example/BarChartCustomTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/BarChartCustomTooltip.vue"], + }, "BarChartDemo": { name: "BarChartDemo", type: "components:example", @@ -87,6 +108,20 @@ export const Index = { component: () => import("../src/lib/registry/default/example/BarChartDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/BarChartDemo.vue"], }, + "BarChartRounded": { + name: "BarChartRounded", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/default/example/BarChartRounded.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/BarChartRounded.vue"], + }, + "BarChartStacked": { + name: "BarChartStacked", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/default/example/BarChartStacked.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/BarChartStacked.vue"], + }, "BreadcrumbDemo": { name: "BreadcrumbDemo", type: "components:example", @@ -402,6 +437,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/ContextMenuDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/ContextMenuDemo.vue"], }, + "CustomChartTooltip": { + name: "CustomChartTooltip", + type: "components:example", + registryDependencies: ["card"], + component: () => import("../src/lib/registry/default/example/CustomChartTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/CustomChartTooltip.vue"], + }, "DataTableColumnPinningDemo": { name: "DataTableColumnPinningDemo", type: "components:example", @@ -486,6 +528,20 @@ export const Index = { component: () => import("../src/lib/registry/default/example/DialogScrollOverlayDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/DialogScrollOverlayDemo.vue"], }, + "DonutChartColor": { + name: "DonutChartColor", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/default/example/DonutChartColor.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/DonutChartColor.vue"], + }, + "DonutChartCustomTooltip": { + name: "DonutChartCustomTooltip", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/default/example/DonutChartCustomTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/DonutChartCustomTooltip.vue"], + }, "DonutChartDemo": { name: "DonutChartDemo", type: "components:example", @@ -493,6 +549,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/DonutChartDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/DonutChartDemo.vue"], }, + "DonutChartPie": { + name: "DonutChartPie", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/default/example/DonutChartPie.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/DonutChartPie.vue"], + }, "DrawerDemo": { name: "DrawerDemo", type: "components:example", @@ -598,6 +661,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/LabelDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/LabelDemo.vue"], }, + "LineChartCustomTooltip": { + name: "LineChartCustomTooltip", + type: "components:example", + registryDependencies: ["chart-line"], + component: () => import("../src/lib/registry/default/example/LineChartCustomTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/LineChartCustomTooltip.vue"], + }, "LineChartDemo": { name: "LineChartDemo", type: "components:example", @@ -605,6 +675,13 @@ export const Index = { component: () => import("../src/lib/registry/default/example/LineChartDemo.vue").then((m) => m.default), files: ["../src/lib/registry/default/example/LineChartDemo.vue"], }, + "LineChartSparkline": { + name: "LineChartSparkline", + type: "components:example", + registryDependencies: ["chart-line"], + component: () => import("../src/lib/registry/default/example/LineChartSparkline.vue").then((m) => m.default), + files: ["../src/lib/registry/default/example/LineChartSparkline.vue"], + }, "MenubarDemo": { name: "MenubarDemo", type: "components:example", @@ -1299,6 +1376,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/AlertDialogDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/AlertDialogDemo.vue"], }, + "AreaChartCustomTooltip": { + name: "AreaChartCustomTooltip", + type: "components:example", + registryDependencies: ["chart-area"], + component: () => import("../src/lib/registry/new-york/example/AreaChartCustomTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/AreaChartCustomTooltip.vue"], + }, "AreaChartDemo": { name: "AreaChartDemo", type: "components:example", @@ -1306,6 +1390,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/AreaChartDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/AreaChartDemo.vue"], }, + "AreaChartSparkline": { + name: "AreaChartSparkline", + type: "components:example", + registryDependencies: ["chart-area"], + component: () => import("../src/lib/registry/new-york/example/AreaChartSparkline.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/AreaChartSparkline.vue"], + }, "AspectRatioDemo": { name: "AspectRatioDemo", type: "components:example", @@ -1348,6 +1439,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"], }, + "BarChartCustomTooltip": { + name: "BarChartCustomTooltip", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/new-york/example/BarChartCustomTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/BarChartCustomTooltip.vue"], + }, "BarChartDemo": { name: "BarChartDemo", type: "components:example", @@ -1355,6 +1453,20 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/BarChartDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/BarChartDemo.vue"], }, + "BarChartRounded": { + name: "BarChartRounded", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/new-york/example/BarChartRounded.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/BarChartRounded.vue"], + }, + "BarChartStacked": { + name: "BarChartStacked", + type: "components:example", + registryDependencies: ["chart-bar"], + component: () => import("../src/lib/registry/new-york/example/BarChartStacked.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/BarChartStacked.vue"], + }, "BreadcrumbDemo": { name: "BreadcrumbDemo", type: "components:example", @@ -1670,6 +1782,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/ContextMenuDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/ContextMenuDemo.vue"], }, + "CustomChartTooltip": { + name: "CustomChartTooltip", + type: "components:example", + registryDependencies: ["card"], + component: () => import("../src/lib/registry/new-york/example/CustomChartTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/CustomChartTooltip.vue"], + }, "DataTableColumnPinningDemo": { name: "DataTableColumnPinningDemo", type: "components:example", @@ -1754,6 +1873,20 @@ 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"], }, + "DonutChartColor": { + name: "DonutChartColor", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/new-york/example/DonutChartColor.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/DonutChartColor.vue"], + }, + "DonutChartCustomTooltip": { + name: "DonutChartCustomTooltip", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/new-york/example/DonutChartCustomTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/DonutChartCustomTooltip.vue"], + }, "DonutChartDemo": { name: "DonutChartDemo", type: "components:example", @@ -1761,6 +1894,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/DonutChartDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/DonutChartDemo.vue"], }, + "DonutChartPie": { + name: "DonutChartPie", + type: "components:example", + registryDependencies: ["chart-donut"], + component: () => import("../src/lib/registry/new-york/example/DonutChartPie.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/DonutChartPie.vue"], + }, "DrawerDemo": { name: "DrawerDemo", type: "components:example", @@ -1866,6 +2006,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/LabelDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/LabelDemo.vue"], }, + "LineChartCustomTooltip": { + name: "LineChartCustomTooltip", + type: "components:example", + registryDependencies: ["chart-line"], + component: () => import("../src/lib/registry/new-york/example/LineChartCustomTooltip.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/LineChartCustomTooltip.vue"], + }, "LineChartDemo": { name: "LineChartDemo", type: "components:example", @@ -1873,6 +2020,13 @@ export const Index = { component: () => import("../src/lib/registry/new-york/example/LineChartDemo.vue").then((m) => m.default), files: ["../src/lib/registry/new-york/example/LineChartDemo.vue"], }, + "LineChartSparkline": { + name: "LineChartSparkline", + type: "components:example", + registryDependencies: ["chart-line"], + component: () => import("../src/lib/registry/new-york/example/LineChartSparkline.vue").then((m) => m.default), + files: ["../src/lib/registry/new-york/example/LineChartSparkline.vue"], + }, "MenubarDemo": { name: "MenubarDemo", type: "components:example", diff --git a/apps/www/src/public/registry/styles/default/chart-bar.json b/apps/www/src/public/registry/styles/default/chart-bar.json index aeb05dd6..e3905d42 100644 --- a/apps/www/src/public/registry/styles/default/chart-bar.json +++ b/apps/www/src/public/registry/styles/default/chart-bar.json @@ -12,7 +12,7 @@ "files": [ { "name": "BarChart.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "index.ts", diff --git a/apps/www/src/public/registry/styles/default/chart-donut.json b/apps/www/src/public/registry/styles/default/chart-donut.json index 5dc40805..bf3ecd0f 100644 --- a/apps/www/src/public/registry/styles/default/chart-donut.json +++ b/apps/www/src/public/registry/styles/default/chart-donut.json @@ -12,7 +12,7 @@ "files": [ { "name": "DonutChart.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "index.ts", diff --git a/apps/www/src/public/registry/styles/new-york/chart-bar.json b/apps/www/src/public/registry/styles/new-york/chart-bar.json index a030e379..8a33d773 100644 --- a/apps/www/src/public/registry/styles/new-york/chart-bar.json +++ b/apps/www/src/public/registry/styles/new-york/chart-bar.json @@ -12,7 +12,7 @@ "files": [ { "name": "BarChart.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "index.ts", diff --git a/apps/www/src/public/registry/styles/new-york/chart-donut.json b/apps/www/src/public/registry/styles/new-york/chart-donut.json index 9ee023c8..5482628d 100644 --- a/apps/www/src/public/registry/styles/new-york/chart-donut.json +++ b/apps/www/src/public/registry/styles/new-york/chart-donut.json @@ -12,7 +12,7 @@ "files": [ { "name": "DonutChart.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "index.ts",