@veristone/nuxt-v-app 0.2.7 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/components/{Va/Blocks/VaBlockGridCharts.vue → V/A/Block/GridCharts.vue} +2 -3
- package/app/components/{Va/Blocks/VaBlockGridKPI.vue → V/A/Block/GridKPI.vue} +3 -3
- package/app/components/{Va/Blocks/VaBlockGridTables.vue → V/A/Block/GridTables.vue} +3 -3
- package/app/components/{Va/Cards/VaCardWithActiveUsers.vue → V/A/Card/WithActiveUsers.vue} +5 -5
- package/app/components/{Va/Cards/VaCardWithChart.vue → V/A/Card/WithChart.vue} +7 -7
- package/app/components/V/A/Card/index.vue +132 -0
- package/app/components/{Va/Charts/VaChartAreaMini.vue → V/A/Chart/AreaMini.vue} +2 -2
- package/app/components/V/A/Dashboard/PricePlan.vue +87 -0
- package/app/components/V/A/Table/index.vue +48 -36
- package/app/layouts/default.vue +3 -3
- package/app/layouts/legacy.vue +4 -4
- package/app/pages/playground/blocks.vue +15 -15
- package/app/pages/playground/cards.vue +43 -43
- package/app/pages/playground/charts.vue +64 -64
- package/app/pages/playground/dashboard.vue +22 -22
- package/app/pages/playground/index.vue +123 -106
- package/app/pages/playground/layout.vue +19 -19
- package/package.json +2 -2
- package/app/components/V/A/Card.vue +0 -108
- package/app/components/Va/Dashboard/VaDashboardPricePlan.vue +0 -102
- /package/app/components/{Va/Blocks/VaBlockKpiGrid.vue → V/A/Block/KpiGrid.vue} +0 -0
- /package/app/components/{Va/Blocks/VaBlockSessionFilterBar.vue → V/A/Block/SessionFilterBar.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardDonutChart.vue → V/A/Card/DonutChart.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardHeader.vue → V/A/Card/Header.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardKpi.vue → V/A/Card/Kpi.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardKpi2.vue → V/A/Card/Kpi2.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardLatestOrders.vue → V/A/Card/LatestOrders.vue} +0 -0
- /package/app/components/V/A/{Card.legacy.vue → Card/Legacy.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardPopularProducts.vue → V/A/Card/PopularProducts.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardRevenueBarChart.vue → V/A/Card/RevenueBarChart.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardSubtitle.vue → V/A/Card/Subtitle.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardTitle.vue → V/A/Card/Title.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardWithChartBlock.vue → V/A/Card/WithChartBlock.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardWithIndicator.vue → V/A/Card/WithIndicator.vue} +0 -0
- /package/app/components/{Va/Cards/VaCardWithProgressCircle.vue → V/A/Card/WithProgressCircle.vue} +0 -0
- /package/app/components/{Va/Cards/types.ts → V/A/Card/card-types.ts} +0 -0
- /package/app/components/{Va/Charts/VaChartAppPerformanceBar.vue → V/A/Chart/AppPerformanceBar.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartAppPerformanceBarChart.vue → V/A/Chart/AppPerformanceBarChart.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartBarMini.vue → V/A/Chart/BarMini.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartCardinalMulti.vue → V/A/Chart/CardinalMulti.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartColorBarChart.vue → V/A/Chart/ColorBarChart.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartDonutHalf.vue → V/A/Chart/DonutHalf.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartDonutMini.vue → V/A/Chart/DonutMini.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartExpensesBar.vue → V/A/Chart/ExpensesBar.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartFinanceSummary.vue → V/A/Chart/FinanceSummary.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartGoogleSearchConsole.vue → V/A/Chart/GoogleSearchConsole.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartIncomeBar.vue → V/A/Chart/IncomeBar.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartLegend.vue → V/A/Chart/Legend.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartLineMini.vue → V/A/Chart/LineMini.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartRealtimeTraffic.vue → V/A/Chart/RealtimeTraffic.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartRevenue.vue → V/A/Chart/Revenue.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartRevenueLine.vue → V/A/Chart/RevenueLine.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartRevenuevsCost.vue → V/A/Chart/RevenuevsCost.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartSearchIntent.vue → V/A/Chart/SearchIntent.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartSpendingTrend.vue → V/A/Chart/SpendingTrend.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartStackedHorizontal.vue → V/A/Chart/StackedHorizontal.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartStepMinimal.vue → V/A/Chart/StepMinimal.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartStockComparisonLine.vue → V/A/Chart/StockComparisonLine.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartStocksPortfolioLine.vue → V/A/Chart/StocksPortfolioLine.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartStocksSectorLine.vue → V/A/Chart/StocksSectorLine.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartTasksCategories.vue → V/A/Chart/TasksCategories.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartTasksProgress.vue → V/A/Chart/TasksProgress.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartTrafficOverview.vue → V/A/Chart/TrafficOverview.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartWebPerformanceLineChart.vue → V/A/Chart/WebPerformanceLineChart.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartWinLostBar.vue → V/A/Chart/WinLostBar.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartWinLostDonut.vue → V/A/Chart/WinLostDonut.vue} +0 -0
- /package/app/components/{Va/Charts/VaChartWinLostLine.vue → V/A/Chart/WinLostLine.vue} +0 -0
- /package/app/components/{Va/Charts/types.ts → V/A/Chart/chart-types.ts} +0 -0
- /package/app/components/{Va/Dashboard/VaDashboardKPICard.vue → V/A/Dashboard/KPICard.vue} +0 -0
- /package/app/components/{Va → V/A}/Dashboard/Navigation/types.ts +0 -0
- /package/app/components/{Va/Dashboard/VaDashboardNavigation.vue → V/A/Dashboard/Navigation.vue} +0 -0
- /package/app/components/{Va/Dashboard/VaDashboardUsageChart.vue → V/A/Dashboard/UsageChart.vue} +0 -0
- /package/app/components/{Va/Dashboard/VaDashboardUsageRequestChart.vue → V/A/Dashboard/UsageRequestChart.vue} +0 -0
- /package/app/components/{Va → V/A}/Layout/NotificationsSlideover.vue +0 -0
- /package/app/components/{Va → V/A}/Layout/SideNav/types.ts +0 -0
- /package/app/components/{Va → V/A}/Layout/SideNav.vue +0 -0
- /package/app/components/{Va → V/A}/Layout/TeamsMenu.vue +0 -0
- /package/app/components/{Va → V/A}/Layout/UserMenu.vue +0 -0
|
@@ -73,8 +73,8 @@ const handleClick = () => {
|
|
|
73
73
|
Complete showcase of all card components with standardized UCard format.
|
|
74
74
|
</p>
|
|
75
75
|
|
|
76
|
-
<!--
|
|
77
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
76
|
+
<!-- VACardHeader Section -->
|
|
77
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardHeader</h2>
|
|
78
78
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card header component with title, subtitle, and action slot.</p>
|
|
79
79
|
<div class="mb-8">
|
|
80
80
|
<UCard>
|
|
@@ -82,7 +82,7 @@ const handleClick = () => {
|
|
|
82
82
|
<h3 class="font-semibold">Header Example</h3>
|
|
83
83
|
</template>
|
|
84
84
|
<ClientOnly>
|
|
85
|
-
<
|
|
85
|
+
<VACardHeader
|
|
86
86
|
title="Card Header"
|
|
87
87
|
subtitle="With subtitle text"
|
|
88
88
|
icon="i-heroicons-chart-bar"
|
|
@@ -91,8 +91,8 @@ const handleClick = () => {
|
|
|
91
91
|
</UCard>
|
|
92
92
|
</div>
|
|
93
93
|
|
|
94
|
-
<!--
|
|
95
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
94
|
+
<!-- VACardTitle Section -->
|
|
95
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardTitle</h2>
|
|
96
96
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Large title component for card content.</p>
|
|
97
97
|
<div class="mb-8">
|
|
98
98
|
<UCard>
|
|
@@ -100,13 +100,13 @@ const handleClick = () => {
|
|
|
100
100
|
<h3 class="font-semibold">Title Example</h3>
|
|
101
101
|
</template>
|
|
102
102
|
<ClientOnly>
|
|
103
|
-
<
|
|
103
|
+
<VACardTitle title="Card Title Component" />
|
|
104
104
|
</ClientOnly>
|
|
105
105
|
</UCard>
|
|
106
106
|
</div>
|
|
107
107
|
|
|
108
|
-
<!--
|
|
109
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
108
|
+
<!-- VACardSubtitle Section -->
|
|
109
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardSubtitle</h2>
|
|
110
110
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Subtitle component for secondary text in cards.</p>
|
|
111
111
|
<div class="mb-8">
|
|
112
112
|
<UCard>
|
|
@@ -114,13 +114,13 @@ const handleClick = () => {
|
|
|
114
114
|
<h3 class="font-semibold">Subtitle Example</h3>
|
|
115
115
|
</template>
|
|
116
116
|
<ClientOnly>
|
|
117
|
-
<
|
|
117
|
+
<VACardSubtitle subtitle="This is a card subtitle component" />
|
|
118
118
|
</ClientOnly>
|
|
119
119
|
</UCard>
|
|
120
120
|
</div>
|
|
121
121
|
|
|
122
|
-
<!--
|
|
123
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
122
|
+
<!-- VACardKpi Section -->
|
|
123
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardKpi</h2>
|
|
124
124
|
<p class="text-gray-600 dark:text-gray-400 mb-4">KPI card with value and trend indicator.</p>
|
|
125
125
|
<div class="mb-8">
|
|
126
126
|
<UCard>
|
|
@@ -128,7 +128,7 @@ const handleClick = () => {
|
|
|
128
128
|
<h3 class="font-semibold">KPI Example</h3>
|
|
129
129
|
</template>
|
|
130
130
|
<ClientOnly>
|
|
131
|
-
<
|
|
131
|
+
<VACardKpi
|
|
132
132
|
title="Total Revenue"
|
|
133
133
|
:value="45231"
|
|
134
134
|
:change="12.5"
|
|
@@ -139,8 +139,8 @@ const handleClick = () => {
|
|
|
139
139
|
</UCard>
|
|
140
140
|
</div>
|
|
141
141
|
|
|
142
|
-
<!--
|
|
143
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
142
|
+
<!-- VACardKpi2 Section -->
|
|
143
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardKpi2</h2>
|
|
144
144
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Alternative KPI card with percentage change display.</p>
|
|
145
145
|
<div class="mb-8">
|
|
146
146
|
<UCard>
|
|
@@ -148,7 +148,7 @@ const handleClick = () => {
|
|
|
148
148
|
<h3 class="font-semibold">KPI2 Example</h3>
|
|
149
149
|
</template>
|
|
150
150
|
<ClientOnly>
|
|
151
|
-
<
|
|
151
|
+
<VACardKpi2
|
|
152
152
|
title="Active Users"
|
|
153
153
|
:value="8432"
|
|
154
154
|
:change="-3.2"
|
|
@@ -159,8 +159,8 @@ const handleClick = () => {
|
|
|
159
159
|
</UCard>
|
|
160
160
|
</div>
|
|
161
161
|
|
|
162
|
-
<!--
|
|
163
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
162
|
+
<!-- VACardWithIndicator Section -->
|
|
163
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardWithIndicator</h2>
|
|
164
164
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card with status indicator dot.</p>
|
|
165
165
|
<div class="mb-8">
|
|
166
166
|
<UCard>
|
|
@@ -168,7 +168,7 @@ const handleClick = () => {
|
|
|
168
168
|
<h3 class="font-semibold">Indicator Example</h3>
|
|
169
169
|
</template>
|
|
170
170
|
<ClientOnly>
|
|
171
|
-
<
|
|
171
|
+
<VACardWithIndicator
|
|
172
172
|
title="Status"
|
|
173
173
|
value="Active"
|
|
174
174
|
indicator="success"
|
|
@@ -177,8 +177,8 @@ const handleClick = () => {
|
|
|
177
177
|
</UCard>
|
|
178
178
|
</div>
|
|
179
179
|
|
|
180
|
-
<!--
|
|
181
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
180
|
+
<!-- VACardWithProgressCircle Section -->
|
|
181
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardWithProgressCircle</h2>
|
|
182
182
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card with circular progress indicator.</p>
|
|
183
183
|
<div class="mb-8">
|
|
184
184
|
<UCard>
|
|
@@ -186,7 +186,7 @@ const handleClick = () => {
|
|
|
186
186
|
<h3 class="font-semibold">Progress Circle Example</h3>
|
|
187
187
|
</template>
|
|
188
188
|
<ClientOnly>
|
|
189
|
-
<
|
|
189
|
+
<VACardWithProgressCircle
|
|
190
190
|
title="Completion"
|
|
191
191
|
:progress="75"
|
|
192
192
|
:total="100"
|
|
@@ -195,8 +195,8 @@ const handleClick = () => {
|
|
|
195
195
|
</UCard>
|
|
196
196
|
</div>
|
|
197
197
|
|
|
198
|
-
<!--
|
|
199
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
198
|
+
<!-- VACardWithChart Section -->
|
|
199
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardWithChart</h2>
|
|
200
200
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card with embedded area chart showing trends over time.</p>
|
|
201
201
|
<div class="mb-8">
|
|
202
202
|
<UCard>
|
|
@@ -204,7 +204,7 @@ const handleClick = () => {
|
|
|
204
204
|
<h3 class="font-semibold">Chart Example</h3>
|
|
205
205
|
</template>
|
|
206
206
|
<ClientOnly>
|
|
207
|
-
<
|
|
207
|
+
<VACardWithChart
|
|
208
208
|
name="User Growth"
|
|
209
209
|
value="582"
|
|
210
210
|
/>
|
|
@@ -212,8 +212,8 @@ const handleClick = () => {
|
|
|
212
212
|
</UCard>
|
|
213
213
|
</div>
|
|
214
214
|
|
|
215
|
-
<!--
|
|
216
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
215
|
+
<!-- VACardWithChartBlock Section -->
|
|
216
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardWithChartBlock</h2>
|
|
217
217
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card with chart block layout and title overlay.</p>
|
|
218
218
|
<div class="mb-8">
|
|
219
219
|
<UCard>
|
|
@@ -221,20 +221,20 @@ const handleClick = () => {
|
|
|
221
221
|
<h3 class="font-semibold">Chart Block Example</h3>
|
|
222
222
|
</template>
|
|
223
223
|
<ClientOnly>
|
|
224
|
-
<
|
|
224
|
+
<VACardWithChartBlock
|
|
225
225
|
title="Performance Metrics"
|
|
226
226
|
text="Last 30 days"
|
|
227
227
|
>
|
|
228
228
|
<div class="h-32 bg-gradient-to-r from-blue-400 to-blue-600 rounded flex items-center justify-center">
|
|
229
229
|
<span class="text-white font-semibold">Chart Visualization</span>
|
|
230
230
|
</div>
|
|
231
|
-
</
|
|
231
|
+
</VACardWithChartBlock>
|
|
232
232
|
</ClientOnly>
|
|
233
233
|
</UCard>
|
|
234
234
|
</div>
|
|
235
235
|
|
|
236
|
-
<!--
|
|
237
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
236
|
+
<!-- VACardWithActiveUsers Section -->
|
|
237
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardWithActiveUsers</h2>
|
|
238
238
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card displaying active user metrics with percentage changes.</p>
|
|
239
239
|
<div class="mb-8">
|
|
240
240
|
<UCard>
|
|
@@ -243,7 +243,7 @@ const handleClick = () => {
|
|
|
243
243
|
</template>
|
|
244
244
|
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
|
245
245
|
<ClientOnly v-for="user in activeUsers" :key="user.metric">
|
|
246
|
-
<
|
|
246
|
+
<VACardWithActiveUsers
|
|
247
247
|
:metric="user.metric"
|
|
248
248
|
:current="user.current"
|
|
249
249
|
:percent-change="user.percentChange"
|
|
@@ -253,8 +253,8 @@ const handleClick = () => {
|
|
|
253
253
|
</UCard>
|
|
254
254
|
</div>
|
|
255
255
|
|
|
256
|
-
<!--
|
|
257
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
256
|
+
<!-- VACardDonutChart Section -->
|
|
257
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardDonutChart</h2>
|
|
258
258
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card with donut chart and category breakdown.</p>
|
|
259
259
|
<div class="mb-8">
|
|
260
260
|
<UCard>
|
|
@@ -262,7 +262,7 @@ const handleClick = () => {
|
|
|
262
262
|
<h3 class="font-semibold">Donut Chart Example</h3>
|
|
263
263
|
</template>
|
|
264
264
|
<ClientOnly>
|
|
265
|
-
<
|
|
265
|
+
<VACardDonutChart
|
|
266
266
|
:data="donutChartData"
|
|
267
267
|
title="Traffic Sources"
|
|
268
268
|
total-value="100%"
|
|
@@ -271,8 +271,8 @@ const handleClick = () => {
|
|
|
271
271
|
</UCard>
|
|
272
272
|
</div>
|
|
273
273
|
|
|
274
|
-
<!--
|
|
275
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
274
|
+
<!-- VACardLatestOrders Section -->
|
|
275
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardLatestOrders</h2>
|
|
276
276
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card displaying recent orders in a table format.</p>
|
|
277
277
|
<div class="mb-8">
|
|
278
278
|
<UCard>
|
|
@@ -280,13 +280,13 @@ const handleClick = () => {
|
|
|
280
280
|
<h3 class="font-semibold">Orders Table Example</h3>
|
|
281
281
|
</template>
|
|
282
282
|
<ClientOnly>
|
|
283
|
-
<
|
|
283
|
+
<VACardLatestOrders :orders="orders" />
|
|
284
284
|
</ClientOnly>
|
|
285
285
|
</UCard>
|
|
286
286
|
</div>
|
|
287
287
|
|
|
288
|
-
<!--
|
|
289
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
288
|
+
<!-- VACardPopularProducts Section -->
|
|
289
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardPopularProducts</h2>
|
|
290
290
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card showing popular products with stock status.</p>
|
|
291
291
|
<div class="mb-8">
|
|
292
292
|
<UCard>
|
|
@@ -294,13 +294,13 @@ const handleClick = () => {
|
|
|
294
294
|
<h3 class="font-semibold">Products Table Example</h3>
|
|
295
295
|
</template>
|
|
296
296
|
<ClientOnly>
|
|
297
|
-
<
|
|
297
|
+
<VACardPopularProducts :products="products" />
|
|
298
298
|
</ClientOnly>
|
|
299
299
|
</UCard>
|
|
300
300
|
</div>
|
|
301
301
|
|
|
302
|
-
<!--
|
|
303
|
-
<h2 class="text-2xl font-semibold mb-4 mt-8">
|
|
302
|
+
<!-- VACardRevenueBarChart Section -->
|
|
303
|
+
<h2 class="text-2xl font-semibold mb-4 mt-8">VACardRevenueBarChart</h2>
|
|
304
304
|
<p class="text-gray-600 dark:text-gray-400 mb-4">Card with bar chart comparing revenue and expenses.</p>
|
|
305
305
|
<div class="mb-8">
|
|
306
306
|
<UCard>
|
|
@@ -308,7 +308,7 @@ const handleClick = () => {
|
|
|
308
308
|
<h3 class="font-semibold">Revenue Bar Chart Example</h3>
|
|
309
309
|
</template>
|
|
310
310
|
<ClientOnly>
|
|
311
|
-
<
|
|
311
|
+
<VACardRevenueBarChart
|
|
312
312
|
title="Revenue vs Expenses"
|
|
313
313
|
total-value="$328,000"
|
|
314
314
|
:data="revenueData"
|
|
@@ -13,55 +13,55 @@
|
|
|
13
13
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
|
14
14
|
<UCard>
|
|
15
15
|
<template #header>
|
|
16
|
-
<h3 class="text-sm font-semibold">
|
|
16
|
+
<h3 class="text-sm font-semibold">VAChartAreaMini</h3>
|
|
17
17
|
</template>
|
|
18
18
|
<ClientOnly>
|
|
19
|
-
<
|
|
19
|
+
<VAChartAreaMini />
|
|
20
20
|
</ClientOnly>
|
|
21
21
|
</UCard>
|
|
22
22
|
|
|
23
23
|
<UCard>
|
|
24
24
|
<template #header>
|
|
25
|
-
<h3 class="text-sm font-semibold">
|
|
25
|
+
<h3 class="text-sm font-semibold">VAChartBarMini</h3>
|
|
26
26
|
</template>
|
|
27
27
|
<ClientOnly>
|
|
28
|
-
<
|
|
28
|
+
<VAChartBarMini />
|
|
29
29
|
</ClientOnly>
|
|
30
30
|
</UCard>
|
|
31
31
|
|
|
32
32
|
<UCard>
|
|
33
33
|
<template #header>
|
|
34
|
-
<h3 class="text-sm font-semibold">
|
|
34
|
+
<h3 class="text-sm font-semibold">VAChartLineMini</h3>
|
|
35
35
|
</template>
|
|
36
36
|
<ClientOnly>
|
|
37
|
-
<
|
|
37
|
+
<VAChartLineMini />
|
|
38
38
|
</ClientOnly>
|
|
39
39
|
</UCard>
|
|
40
40
|
|
|
41
41
|
<UCard>
|
|
42
42
|
<template #header>
|
|
43
|
-
<h3 class="text-sm font-semibold">
|
|
43
|
+
<h3 class="text-sm font-semibold">VAChartDonutMini</h3>
|
|
44
44
|
</template>
|
|
45
45
|
<ClientOnly>
|
|
46
|
-
<
|
|
46
|
+
<VAChartDonutMini />
|
|
47
47
|
</ClientOnly>
|
|
48
48
|
</UCard>
|
|
49
49
|
|
|
50
50
|
<UCard>
|
|
51
51
|
<template #header>
|
|
52
|
-
<h3 class="text-sm font-semibold">
|
|
52
|
+
<h3 class="text-sm font-semibold">VAChartDonutHalf</h3>
|
|
53
53
|
</template>
|
|
54
54
|
<ClientOnly>
|
|
55
|
-
<
|
|
55
|
+
<VAChartDonutHalf />
|
|
56
56
|
</ClientOnly>
|
|
57
57
|
</UCard>
|
|
58
58
|
|
|
59
59
|
<UCard>
|
|
60
60
|
<template #header>
|
|
61
|
-
<h3 class="text-sm font-semibold">
|
|
61
|
+
<h3 class="text-sm font-semibold">VAChartStepMinimal</h3>
|
|
62
62
|
</template>
|
|
63
63
|
<ClientOnly>
|
|
64
|
-
<
|
|
64
|
+
<VAChartStepMinimal />
|
|
65
65
|
</ClientOnly>
|
|
66
66
|
</UCard>
|
|
67
67
|
</div>
|
|
@@ -72,73 +72,73 @@
|
|
|
72
72
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
73
73
|
<UCard>
|
|
74
74
|
<template #header>
|
|
75
|
-
<h3 class="text-sm font-semibold">
|
|
75
|
+
<h3 class="text-sm font-semibold">VAChartRevenue</h3>
|
|
76
76
|
</template>
|
|
77
77
|
<ClientOnly>
|
|
78
|
-
<
|
|
78
|
+
<VAChartRevenue />
|
|
79
79
|
</ClientOnly>
|
|
80
80
|
</UCard>
|
|
81
81
|
|
|
82
82
|
<UCard>
|
|
83
83
|
<template #header>
|
|
84
|
-
<h3 class="text-sm font-semibold">
|
|
84
|
+
<h3 class="text-sm font-semibold">VAChartRevenueLine</h3>
|
|
85
85
|
</template>
|
|
86
86
|
<ClientOnly>
|
|
87
|
-
<
|
|
87
|
+
<VAChartRevenueLine />
|
|
88
88
|
</ClientOnly>
|
|
89
89
|
</UCard>
|
|
90
90
|
|
|
91
91
|
<UCard>
|
|
92
92
|
<template #header>
|
|
93
|
-
<h3 class="text-sm font-semibold">
|
|
93
|
+
<h3 class="text-sm font-semibold">VAChartRevenuevsCost</h3>
|
|
94
94
|
</template>
|
|
95
95
|
<ClientOnly>
|
|
96
|
-
<
|
|
96
|
+
<VAChartRevenuevsCost />
|
|
97
97
|
</ClientOnly>
|
|
98
98
|
</UCard>
|
|
99
99
|
|
|
100
100
|
<UCard>
|
|
101
101
|
<template #header>
|
|
102
|
-
<h3 class="text-sm font-semibold">
|
|
102
|
+
<h3 class="text-sm font-semibold">VAChartFinanceSummary</h3>
|
|
103
103
|
</template>
|
|
104
104
|
<ClientOnly>
|
|
105
|
-
<
|
|
105
|
+
<VAChartFinanceSummary />
|
|
106
106
|
</ClientOnly>
|
|
107
107
|
</UCard>
|
|
108
108
|
|
|
109
109
|
<UCard>
|
|
110
110
|
<template #header>
|
|
111
|
-
<h3 class="text-sm font-semibold">
|
|
111
|
+
<h3 class="text-sm font-semibold">VAChartExpensesBar</h3>
|
|
112
112
|
</template>
|
|
113
113
|
<ClientOnly>
|
|
114
|
-
<
|
|
114
|
+
<VAChartExpensesBar />
|
|
115
115
|
</ClientOnly>
|
|
116
116
|
</UCard>
|
|
117
117
|
|
|
118
118
|
<UCard>
|
|
119
119
|
<template #header>
|
|
120
|
-
<h3 class="text-sm font-semibold">
|
|
120
|
+
<h3 class="text-sm font-semibold">VAChartIncomeBar</h3>
|
|
121
121
|
</template>
|
|
122
122
|
<ClientOnly>
|
|
123
|
-
<
|
|
123
|
+
<VAChartIncomeBar />
|
|
124
124
|
</ClientOnly>
|
|
125
125
|
</UCard>
|
|
126
126
|
|
|
127
127
|
<UCard>
|
|
128
128
|
<template #header>
|
|
129
|
-
<h3 class="text-sm font-semibold">
|
|
129
|
+
<h3 class="text-sm font-semibold">VAChartSpendingTrend</h3>
|
|
130
130
|
</template>
|
|
131
131
|
<ClientOnly>
|
|
132
|
-
<
|
|
132
|
+
<VAChartSpendingTrend />
|
|
133
133
|
</ClientOnly>
|
|
134
134
|
</UCard>
|
|
135
135
|
|
|
136
136
|
<UCard>
|
|
137
137
|
<template #header>
|
|
138
|
-
<h3 class="text-sm font-semibold">
|
|
138
|
+
<h3 class="text-sm font-semibold">VAChartColorBarChart</h3>
|
|
139
139
|
</template>
|
|
140
140
|
<ClientOnly>
|
|
141
|
-
<
|
|
141
|
+
<VAChartColorBarChart />
|
|
142
142
|
</ClientOnly>
|
|
143
143
|
</UCard>
|
|
144
144
|
</div>
|
|
@@ -149,64 +149,64 @@
|
|
|
149
149
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
150
150
|
<UCard>
|
|
151
151
|
<template #header>
|
|
152
|
-
<h3 class="text-sm font-semibold">
|
|
152
|
+
<h3 class="text-sm font-semibold">VAChartAppPerformanceBar</h3>
|
|
153
153
|
</template>
|
|
154
154
|
<ClientOnly>
|
|
155
|
-
<
|
|
155
|
+
<VAChartAppPerformanceBar />
|
|
156
156
|
</ClientOnly>
|
|
157
157
|
</UCard>
|
|
158
158
|
|
|
159
159
|
<UCard>
|
|
160
160
|
<template #header>
|
|
161
|
-
<h3 class="text-sm font-semibold">
|
|
161
|
+
<h3 class="text-sm font-semibold">VAChartAppPerformanceBarChart</h3>
|
|
162
162
|
</template>
|
|
163
163
|
<ClientOnly>
|
|
164
|
-
<
|
|
164
|
+
<VAChartAppPerformanceBarChart />
|
|
165
165
|
</ClientOnly>
|
|
166
166
|
</UCard>
|
|
167
167
|
|
|
168
168
|
<UCard>
|
|
169
169
|
<template #header>
|
|
170
|
-
<h3 class="text-sm font-semibold">
|
|
170
|
+
<h3 class="text-sm font-semibold">VAChartWebPerformanceLineChart</h3>
|
|
171
171
|
</template>
|
|
172
172
|
<ClientOnly>
|
|
173
|
-
<
|
|
173
|
+
<VAChartWebPerformanceLineChart />
|
|
174
174
|
</ClientOnly>
|
|
175
175
|
</UCard>
|
|
176
176
|
|
|
177
177
|
<UCard>
|
|
178
178
|
<template #header>
|
|
179
|
-
<h3 class="text-sm font-semibold">
|
|
179
|
+
<h3 class="text-sm font-semibold">VAChartTrafficOverview</h3>
|
|
180
180
|
</template>
|
|
181
181
|
<ClientOnly>
|
|
182
|
-
<
|
|
182
|
+
<VAChartTrafficOverview />
|
|
183
183
|
</ClientOnly>
|
|
184
184
|
</UCard>
|
|
185
185
|
|
|
186
186
|
<UCard>
|
|
187
187
|
<template #header>
|
|
188
|
-
<h3 class="text-sm font-semibold">
|
|
188
|
+
<h3 class="text-sm font-semibold">VAChartRealtimeTraffic</h3>
|
|
189
189
|
</template>
|
|
190
190
|
<ClientOnly>
|
|
191
|
-
<
|
|
191
|
+
<VAChartRealtimeTraffic />
|
|
192
192
|
</ClientOnly>
|
|
193
193
|
</UCard>
|
|
194
194
|
|
|
195
195
|
<UCard>
|
|
196
196
|
<template #header>
|
|
197
|
-
<h3 class="text-sm font-semibold">
|
|
197
|
+
<h3 class="text-sm font-semibold">VAChartGoogleSearchConsole</h3>
|
|
198
198
|
</template>
|
|
199
199
|
<ClientOnly>
|
|
200
|
-
<
|
|
200
|
+
<VAChartGoogleSearchConsole />
|
|
201
201
|
</ClientOnly>
|
|
202
202
|
</UCard>
|
|
203
203
|
|
|
204
204
|
<UCard>
|
|
205
205
|
<template #header>
|
|
206
|
-
<h3 class="text-sm font-semibold">
|
|
206
|
+
<h3 class="text-sm font-semibold">VAChartSearchIntent</h3>
|
|
207
207
|
</template>
|
|
208
208
|
<ClientOnly>
|
|
209
|
-
<
|
|
209
|
+
<VAChartSearchIntent />
|
|
210
210
|
</ClientOnly>
|
|
211
211
|
</UCard>
|
|
212
212
|
</div>
|
|
@@ -217,46 +217,46 @@
|
|
|
217
217
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
218
218
|
<UCard>
|
|
219
219
|
<template #header>
|
|
220
|
-
<h3 class="text-sm font-semibold">
|
|
220
|
+
<h3 class="text-sm font-semibold">VAChartCardinalMulti</h3>
|
|
221
221
|
</template>
|
|
222
222
|
<ClientOnly>
|
|
223
|
-
<
|
|
223
|
+
<VAChartCardinalMulti />
|
|
224
224
|
</ClientOnly>
|
|
225
225
|
</UCard>
|
|
226
226
|
|
|
227
227
|
<UCard>
|
|
228
228
|
<template #header>
|
|
229
|
-
<h3 class="text-sm font-semibold">
|
|
229
|
+
<h3 class="text-sm font-semibold">VAChartStockComparisonLine</h3>
|
|
230
230
|
</template>
|
|
231
231
|
<ClientOnly>
|
|
232
|
-
<
|
|
232
|
+
<VAChartStockComparisonLine />
|
|
233
233
|
</ClientOnly>
|
|
234
234
|
</UCard>
|
|
235
235
|
|
|
236
236
|
<UCard>
|
|
237
237
|
<template #header>
|
|
238
|
-
<h3 class="text-sm font-semibold">
|
|
238
|
+
<h3 class="text-sm font-semibold">VAChartStocksPortfolioLine</h3>
|
|
239
239
|
</template>
|
|
240
240
|
<ClientOnly>
|
|
241
|
-
<
|
|
241
|
+
<VAChartStocksPortfolioLine />
|
|
242
242
|
</ClientOnly>
|
|
243
243
|
</UCard>
|
|
244
244
|
|
|
245
245
|
<UCard>
|
|
246
246
|
<template #header>
|
|
247
|
-
<h3 class="text-sm font-semibold">
|
|
247
|
+
<h3 class="text-sm font-semibold">VAChartStocksSectorLine</h3>
|
|
248
248
|
</template>
|
|
249
249
|
<ClientOnly>
|
|
250
|
-
<
|
|
250
|
+
<VAChartStocksSectorLine />
|
|
251
251
|
</ClientOnly>
|
|
252
252
|
</UCard>
|
|
253
253
|
|
|
254
254
|
<UCard>
|
|
255
255
|
<template #header>
|
|
256
|
-
<h3 class="text-sm font-semibold">
|
|
256
|
+
<h3 class="text-sm font-semibold">VAChartStackedHorizontal</h3>
|
|
257
257
|
</template>
|
|
258
258
|
<ClientOnly>
|
|
259
|
-
<
|
|
259
|
+
<VAChartStackedHorizontal />
|
|
260
260
|
</ClientOnly>
|
|
261
261
|
</UCard>
|
|
262
262
|
</div>
|
|
@@ -267,46 +267,46 @@
|
|
|
267
267
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
|
268
268
|
<UCard>
|
|
269
269
|
<template #header>
|
|
270
|
-
<h3 class="text-sm font-semibold">
|
|
270
|
+
<h3 class="text-sm font-semibold">VAChartTasksProgress</h3>
|
|
271
271
|
</template>
|
|
272
272
|
<ClientOnly>
|
|
273
|
-
<
|
|
273
|
+
<VAChartTasksProgress />
|
|
274
274
|
</ClientOnly>
|
|
275
275
|
</UCard>
|
|
276
276
|
|
|
277
277
|
<UCard>
|
|
278
278
|
<template #header>
|
|
279
|
-
<h3 class="text-sm font-semibold">
|
|
279
|
+
<h3 class="text-sm font-semibold">VAChartTasksCategories</h3>
|
|
280
280
|
</template>
|
|
281
281
|
<ClientOnly>
|
|
282
|
-
<
|
|
282
|
+
<VAChartTasksCategories />
|
|
283
283
|
</ClientOnly>
|
|
284
284
|
</UCard>
|
|
285
285
|
|
|
286
286
|
<UCard>
|
|
287
287
|
<template #header>
|
|
288
|
-
<h3 class="text-sm font-semibold">
|
|
288
|
+
<h3 class="text-sm font-semibold">VAChartWinLostBar</h3>
|
|
289
289
|
</template>
|
|
290
290
|
<ClientOnly>
|
|
291
|
-
<
|
|
291
|
+
<VAChartWinLostBar />
|
|
292
292
|
</ClientOnly>
|
|
293
293
|
</UCard>
|
|
294
294
|
|
|
295
295
|
<UCard>
|
|
296
296
|
<template #header>
|
|
297
|
-
<h3 class="text-sm font-semibold">
|
|
297
|
+
<h3 class="text-sm font-semibold">VAChartWinLostDonut</h3>
|
|
298
298
|
</template>
|
|
299
299
|
<ClientOnly>
|
|
300
|
-
<
|
|
300
|
+
<VAChartWinLostDonut />
|
|
301
301
|
</ClientOnly>
|
|
302
302
|
</UCard>
|
|
303
303
|
|
|
304
304
|
<UCard>
|
|
305
305
|
<template #header>
|
|
306
|
-
<h3 class="text-sm font-semibold">
|
|
306
|
+
<h3 class="text-sm font-semibold">VAChartWinLostLine</h3>
|
|
307
307
|
</template>
|
|
308
308
|
<ClientOnly>
|
|
309
|
-
<
|
|
309
|
+
<VAChartWinLostLine />
|
|
310
310
|
</ClientOnly>
|
|
311
311
|
</UCard>
|
|
312
312
|
</div>
|
|
@@ -317,10 +317,10 @@
|
|
|
317
317
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
318
318
|
<UCard>
|
|
319
319
|
<template #header>
|
|
320
|
-
<h3 class="text-sm font-semibold">
|
|
320
|
+
<h3 class="text-sm font-semibold">VAChartLegend</h3>
|
|
321
321
|
</template>
|
|
322
322
|
<ClientOnly>
|
|
323
|
-
<
|
|
323
|
+
<VAChartLegend :items="legendItems" />
|
|
324
324
|
</ClientOnly>
|
|
325
325
|
</UCard>
|
|
326
326
|
</div>
|