galaxy-design 0.2.11 → 0.2.12

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.
@@ -356,10 +356,10 @@
356
356
  "type": "chart",
357
357
  "description": "Display data as a responsive line chart with smooth curves and customizable styling",
358
358
  "files": [
359
- "charts/line-chart.component.ts",
360
- "charts/types.ts",
361
- "charts/utils.ts",
362
- "charts/index.ts"
359
+ "line-chart.component.ts",
360
+ "types.ts",
361
+ "utils.ts",
362
+ "index.ts"
363
363
  ],
364
364
  "dependencies": [
365
365
  "ngx-echarts",
@@ -377,10 +377,10 @@
377
377
  "type": "chart",
378
378
  "description": "Display data as vertical or horizontal bars with support for stacked and grouped layouts",
379
379
  "files": [
380
- "charts/bar-chart.component.ts",
381
- "charts/types.ts",
382
- "charts/utils.ts",
383
- "charts/index.ts"
380
+ "bar-chart.component.ts",
381
+ "types.ts",
382
+ "utils.ts",
383
+ "index.ts"
384
384
  ],
385
385
  "dependencies": [
386
386
  "ngx-echarts",
@@ -398,10 +398,10 @@
398
398
  "type": "chart",
399
399
  "description": "Display proportional data as a pie or donut chart with customizable labels and legend",
400
400
  "files": [
401
- "charts/pie-chart.component.ts",
402
- "charts/types.ts",
403
- "charts/utils.ts",
404
- "charts/index.ts"
401
+ "pie-chart.component.ts",
402
+ "types.ts",
403
+ "utils.ts",
404
+ "index.ts"
405
405
  ],
406
406
  "dependencies": [
407
407
  "ngx-echarts",
@@ -424,10 +424,10 @@
424
424
  "devDependencies": [],
425
425
  "registryDependencies": [],
426
426
  "files": [
427
- "charts/DonutChart.vue",
428
- "charts/types.ts",
429
- "charts/utils.ts",
430
- "charts/index.ts"
427
+ "donut-chart.component.ts",
428
+ "types.ts",
429
+ "utils.ts",
430
+ "index.ts"
431
431
  ],
432
432
  "category": "charts"
433
433
  },
@@ -437,10 +437,10 @@
437
437
  "type": "chart",
438
438
  "description": "Visualize cumulative totals over time with filled areas and gradient support",
439
439
  "files": [
440
- "charts/area-chart.component.ts",
441
- "charts/types.ts",
442
- "charts/utils.ts",
443
- "charts/index.ts"
440
+ "area-chart.component.ts",
441
+ "types.ts",
442
+ "utils.ts",
443
+ "index.ts"
444
444
  ],
445
445
  "dependencies": [
446
446
  "ngx-echarts",
@@ -458,10 +458,10 @@
458
458
  "type": "chart",
459
459
  "description": "Display multi-dimensional data comparison on a radial grid",
460
460
  "files": [
461
- "charts/radar-chart.component.ts",
462
- "charts/types.ts",
463
- "charts/utils.ts",
464
- "charts/index.ts"
461
+ "radar-chart.component.ts",
462
+ "types.ts",
463
+ "utils.ts",
464
+ "index.ts"
465
465
  ],
466
466
  "dependencies": [
467
467
  "ngx-echarts",
@@ -479,10 +479,10 @@
479
479
  "type": "chart",
480
480
  "description": "Display distribution and correlation analysis with scatter plots",
481
481
  "files": [
482
- "charts/scatter-chart.component.ts",
483
- "charts/types.ts",
484
- "charts/utils.ts",
485
- "charts/index.ts"
482
+ "scatter-chart.component.ts",
483
+ "types.ts",
484
+ "utils.ts",
485
+ "index.ts"
486
486
  ],
487
487
  "dependencies": [
488
488
  "ngx-echarts",
@@ -500,10 +500,10 @@
500
500
  "type": "chart",
501
501
  "description": "Combine multiple chart types (line, bar, area) in a single visualization",
502
502
  "files": [
503
- "charts/mixed-chart.component.ts",
504
- "charts/types.ts",
505
- "charts/utils.ts",
506
- "charts/index.ts"
503
+ "mixed-chart.component.ts",
504
+ "types.ts",
505
+ "utils.ts",
506
+ "index.ts"
507
507
  ],
508
508
  "dependencies": [
509
509
  "ngx-echarts",
@@ -1017,10 +1017,10 @@
1017
1017
  "type": "chart",
1018
1018
  "description": "Display data as a gauge chart with customizable ranges and styling",
1019
1019
  "files": [
1020
- "charts/gauge-chart.component.ts",
1021
- "charts/types.ts",
1022
- "charts/utils.ts",
1023
- "charts/index.ts"
1020
+ "gauge-chart.component.ts",
1021
+ "types.ts",
1022
+ "utils.ts",
1023
+ "index.ts"
1024
1024
  ],
1025
1025
  "dependencies": [
1026
1026
  "ngx-echarts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galaxy-design",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "CLI tool for adding Galaxy UI components to your Vue, React, Angular, Next.js, Nuxt.js, React Native, or Flutter project",
5
5
  "author": "Bùi Trọng Hiếu (kevinbui) <kevinbui210191@gmail.com>",
6
6
  "license": "MIT",