@techui/scifi 0.0.3-alpha.1 → 0.0.4-alpha.1
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/UPDATE.md +14 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1 -3
- package/dist/modules/echartsTheme.js +1 -1
- package/dist/modules/tuiEcharts.js +1 -1
- package/index-bak.js +156 -0
- package/index.js +2 -4
- package/package.json +6 -6
- package/build.js +0 -141
package/UPDATE.md
CHANGED
|
@@ -6,6 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
## English
|
|
8
8
|
|
|
9
|
+
### v0.0.4 (2025-10-21)
|
|
10
|
+
|
|
11
|
+
- Theme and i18n refactored to support dynamic imports for on-demand loading
|
|
12
|
+
- Added new TuiGrid component
|
|
13
|
+
- Global methods mounted on globalProperties (e.g., $tPopover) are now also available via inject('$global')
|
|
14
|
+
- Various component iterations and maintenance updates
|
|
15
|
+
|
|
9
16
|
### v0.0.3 (2025-10-18)
|
|
10
17
|
|
|
11
18
|
- Added new TuiEchartsMap component
|
|
@@ -25,6 +32,13 @@
|
|
|
25
32
|
|
|
26
33
|
## 中文
|
|
27
34
|
|
|
35
|
+
### v0.0.4 (2025-10-21)
|
|
36
|
+
|
|
37
|
+
- 主题和多语言改为动态导入,支持按需加载
|
|
38
|
+
- 新增 TuiGrid 组件
|
|
39
|
+
- 挂载到 globalProperties 上的全局方法(如 $tPopover)现已添加到 inject('$global') 上
|
|
40
|
+
- 其他组件迭代维护
|
|
41
|
+
|
|
28
42
|
### v0.0.3 (2025-10-18)
|
|
29
43
|
|
|
30
44
|
- 新增TuiEchartsMap组件
|