@sia.soul/sia-react-ui 0.1.0

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.
Files changed (46) hide show
  1. package/README.md +37 -0
  2. package/THIRD_PARTY_NOTICES.md +12 -0
  3. package/dist/Select-CJJ5LQap.d.cts +44 -0
  4. package/dist/Select-CJJ5LQap.d.ts +44 -0
  5. package/dist/chart.cjs +7523 -0
  6. package/dist/chart.css +1036 -0
  7. package/dist/chart.d.cts +2061 -0
  8. package/dist/chart.d.ts +2061 -0
  9. package/dist/chart.js +120 -0
  10. package/dist/chunk-34TTF4Y7.js +812 -0
  11. package/dist/chunk-6VXOLMKZ.js +381 -0
  12. package/dist/chunk-DZ45HRVP.js +583 -0
  13. package/dist/chunk-I342FGQY.js +7344 -0
  14. package/dist/chunk-JKZGAZMB.js +318 -0
  15. package/dist/chunk-MBS2HXLZ.js +59 -0
  16. package/dist/chunk-NZAT2RUM.js +60 -0
  17. package/dist/chunk-OMA75YLM.js +298 -0
  18. package/dist/chunk-ULEGTKXR.js +2138 -0
  19. package/dist/chunk-YCVXUMGP.js +945 -0
  20. package/dist/core-BeiAQiDY.d.ts +1076 -0
  21. package/dist/core-DRICIs2n.d.cts +1076 -0
  22. package/dist/core.cjs +3353 -0
  23. package/dist/core.css +8734 -0
  24. package/dist/core.d.cts +3 -0
  25. package/dist/core.d.ts +3 -0
  26. package/dist/core.js +45 -0
  27. package/dist/index.cjs +19658 -0
  28. package/dist/index.css +9762 -0
  29. package/dist/index.d.cts +1222 -0
  30. package/dist/index.d.ts +1222 -0
  31. package/dist/index.js +6843 -0
  32. package/dist/markdown-editor.cjs +417 -0
  33. package/dist/markdown-editor.d.cts +28 -0
  34. package/dist/markdown-editor.d.ts +28 -0
  35. package/dist/markdown-editor.js +6 -0
  36. package/dist/rich-text-editor.cjs +1853 -0
  37. package/dist/rich-text-editor.d.cts +27 -0
  38. package/dist/rich-text-editor.d.ts +27 -0
  39. package/dist/rich-text-editor.js +11 -0
  40. package/dist/select-date-range-BDWdo7qt.d.ts +84 -0
  41. package/dist/select-date-range-DWik3ADr.d.cts +84 -0
  42. package/dist/select-date-range.cjs +2074 -0
  43. package/dist/select-date-range.d.cts +3 -0
  44. package/dist/select-date-range.d.ts +3 -0
  45. package/dist/select-date-range.js +8 -0
  46. package/package.json +129 -0
package/dist/chart.js ADDED
@@ -0,0 +1,120 @@
1
+ import {
2
+ BarChart,
3
+ CHART_VIEWBOX_HEIGHT,
4
+ CHART_VIEWBOX_WIDTH,
5
+ CandlestickChart,
6
+ ChartAxis,
7
+ ChartComposite,
8
+ ChartDataEditor,
9
+ ChartDataZoom,
10
+ ChartLegend,
11
+ ChartMapOverlay,
12
+ ChartMark,
13
+ ChartRoamController,
14
+ ChartTimeline,
15
+ ChartToolbox,
16
+ ChartTooltip,
17
+ ChartValueIsland,
18
+ ChartVisualMap,
19
+ ChartWhirlingLoading,
20
+ ChordChart,
21
+ DEFAULT_CHART_PALETTE,
22
+ EventRiverChart,
23
+ ForceChart,
24
+ ForceGraphChart,
25
+ FunnelChart,
26
+ GaugeChart,
27
+ GraphChart,
28
+ HeatmapChart,
29
+ KLineChart,
30
+ LineChart,
31
+ LineShareChart,
32
+ MapChart,
33
+ MixedChart,
34
+ PieChart,
35
+ RadarChart,
36
+ ScatterChart,
37
+ SiaChart,
38
+ SvgMapPlot,
39
+ ThemeRiverChart,
40
+ TreeChart,
41
+ TreemapChart,
42
+ VennChart,
43
+ WordCloudChart,
44
+ XYChart,
45
+ chartColor,
46
+ chartTicks,
47
+ createBaiduMapHost,
48
+ formatChartNumber,
49
+ getChartMap,
50
+ linearScale,
51
+ niceChartDomain,
52
+ paddedValueExtent,
53
+ registerChartMap,
54
+ saveCompositeImage,
55
+ serializeChartStack,
56
+ smoothSvgPath,
57
+ svgArcPath,
58
+ transferCompositeValue
59
+ } from "./chunk-I342FGQY.js";
60
+ import "./chunk-NZAT2RUM.js";
61
+ import "./chunk-MBS2HXLZ.js";
62
+ export {
63
+ BarChart,
64
+ CHART_VIEWBOX_HEIGHT,
65
+ CHART_VIEWBOX_WIDTH,
66
+ CandlestickChart,
67
+ ChartAxis,
68
+ ChartComposite,
69
+ ChartDataEditor,
70
+ ChartDataZoom,
71
+ ChartLegend,
72
+ ChartMapOverlay,
73
+ ChartMark,
74
+ ChartRoamController,
75
+ ChartTimeline,
76
+ ChartToolbox,
77
+ ChartTooltip,
78
+ ChartValueIsland,
79
+ ChartVisualMap,
80
+ ChartWhirlingLoading,
81
+ ChordChart,
82
+ DEFAULT_CHART_PALETTE,
83
+ EventRiverChart,
84
+ ForceChart,
85
+ ForceGraphChart,
86
+ FunnelChart,
87
+ GaugeChart,
88
+ GraphChart,
89
+ HeatmapChart,
90
+ KLineChart,
91
+ LineChart,
92
+ LineShareChart,
93
+ MapChart,
94
+ MixedChart,
95
+ PieChart,
96
+ RadarChart,
97
+ ScatterChart,
98
+ SiaChart,
99
+ SvgMapPlot,
100
+ ThemeRiverChart,
101
+ TreeChart,
102
+ TreemapChart,
103
+ VennChart,
104
+ WordCloudChart,
105
+ XYChart,
106
+ chartColor,
107
+ chartTicks,
108
+ createBaiduMapHost,
109
+ formatChartNumber,
110
+ getChartMap,
111
+ linearScale,
112
+ niceChartDomain,
113
+ paddedValueExtent,
114
+ registerChartMap,
115
+ saveCompositeImage,
116
+ serializeChartStack,
117
+ smoothSvgPath,
118
+ svgArcPath,
119
+ transferCompositeValue
120
+ };