@techui/scifi 0.0.7-alpha.7 → 0.1.0-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/README.md +55 -8
- package/UPDATE.md +26 -2
- package/core/core.d.ts +328 -203
- package/core/core.js +1272 -1265
- package/core/core_bg.wasm +0 -0
- package/core/core_bg.wasm.d.ts +66 -65
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/index.js +112 -100
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -8,7 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
## 🚀 TechUI Scifi - Dynamic SVG Sci-Fi Component Library
|
|
10
10
|
|
|
11
|
-
A free, dynamic SVG UI component library for
|
|
11
|
+
A free, dynamic SVG UI component library for building sci-fi and futuristic interfaces, powered by Vue 3.
|
|
12
|
+
|
|
13
|
+
## Strategy Adjustment
|
|
14
|
+
|
|
15
|
+
Strategy announcement: starting from version `0.1.0`, the Scifi component library is functionally aligned with the current Prime version. Except for a small number of advanced components that still require authorization, Scifi now includes the full Prime feature set. In addition, the previously premium components `TuiEcharts` and `TuiEchartsMap` are now officially free to use.
|
|
16
|
+
|
|
17
|
+
The Prime component library is currently planning and developing other exclusive premium components to enhance its competitiveness.
|
|
12
18
|
|
|
13
19
|
### ✨ Features
|
|
14
20
|
|
|
@@ -26,6 +32,7 @@ A free, dynamic SVG UI component library for creating futuristic and sci-fi styl
|
|
|
26
32
|
- **scifiHeader** - Sci-fi style headers
|
|
27
33
|
- **scifiPanel** - Panel containers with sci-fi aesthetics
|
|
28
34
|
- **scifiPanelTitle** - Stylized panel titles
|
|
35
|
+
- **TechUI Base Components (New in 0.0.7)** - A selection of components from the TechUI base component library
|
|
29
36
|
|
|
30
37
|
### 🎯 TuiAdaptive - Revolutionary Responsive Component
|
|
31
38
|
|
|
@@ -41,6 +48,22 @@ The library includes **TuiAdaptive**, an incredibly powerful adaptive component
|
|
|
41
48
|
|
|
42
49
|
> **Proudly the best adaptive/responsive component available on the market today!**
|
|
43
50
|
|
|
51
|
+
## Documentation & Testcases
|
|
52
|
+
|
|
53
|
+
### Documentation
|
|
54
|
+
|
|
55
|
+
- China: [https://techui.cn/#/docs/](https://techui.cn/#/docs/)
|
|
56
|
+
- Global: [https://techui.net/#/docs](https://techui.net/#/docs)
|
|
57
|
+
|
|
58
|
+
### Testcases
|
|
59
|
+
|
|
60
|
+
- GitHub: [https://github.com/aYin86cn/techui-scifi](https://github.com/aYin86cn/techui-scifi)
|
|
61
|
+
- Gitee: [https://gitee.com/ayin86/techui-scifi](https://gitee.com/ayin86/techui-scifi)
|
|
62
|
+
|
|
63
|
+
Notes:
|
|
64
|
+
- The `starter` directory is a minimal startup project for TechUI-Scifi, containing only a few simple component demos.
|
|
65
|
+
- The `testcases` directory contains test scenarios for TechUI-Scifi, including demos for most components.
|
|
66
|
+
|
|
44
67
|
### 🖥️ TechUI Component Library
|
|
45
68
|
|
|
46
69
|
- **@techui/prime:** Closed-source **Paid**
|
|
@@ -59,10 +82,6 @@ This library depends on the following TechUI ecosystem packages:
|
|
|
59
82
|
- `@techui/libs` - Utility libraries
|
|
60
83
|
- `@techui/utils` - Utility functions
|
|
61
84
|
|
|
62
|
-
### 📚 Documentation
|
|
63
|
-
|
|
64
|
-
Visit [https://techui.net](https://techui.net) for full documentation and examples.
|
|
65
|
-
|
|
66
85
|
### 📄 License
|
|
67
86
|
|
|
68
87
|
UNLICENSED
|
|
@@ -73,6 +92,8 @@ UNLICENSED
|
|
|
73
92
|
|
|
74
93
|
- Email: <ayin86cn@gmail.com>
|
|
75
94
|
- WeChat: jay1986cn
|
|
95
|
+
- China Site: [https://techui.cn/](https://techui.cn/)
|
|
96
|
+
- Global Site: [https://techui.net/](https://techui.net/)
|
|
76
97
|
|
|
77
98
|
---
|
|
78
99
|
|
|
@@ -82,6 +103,12 @@ UNLICENSED
|
|
|
82
103
|
|
|
83
104
|
一个免费的、动态的 SVG UI 组件库,用于绘制科幻、未来风格的UI界面,基于 Vue 3 开发。
|
|
84
105
|
|
|
106
|
+
## 策略调整
|
|
107
|
+
|
|
108
|
+
策略调整公告:自 `0.1.0` 版本发布起,Scifi 组件库已实现与当前 Prime 版本的功能对齐。除个别高级组件仍需授权外,Scifi 已包含 Prime 的全部功能。此外,原高级组件 `TuiEcharts` 与 `TuiEchartsMap` 现已正式转为免费开放。
|
|
109
|
+
|
|
110
|
+
Prime组件库目前正在规划和开发其他的 独占高级组件 以提升其竞争力。
|
|
111
|
+
|
|
85
112
|
### ✨ 特性
|
|
86
113
|
|
|
87
114
|
- **🎨 动态 SVG 组件** - 所有组件均使用动态计算的 SVG 元素绘制,呈现炫酷视觉效果
|
|
@@ -98,6 +125,7 @@ UNLICENSED
|
|
|
98
125
|
- **scifiHeader** - 科幻风格头部
|
|
99
126
|
- **scifiPanel** - 科幻面板容器
|
|
100
127
|
- **scifiPanelTitle** - 科幻面板标题
|
|
128
|
+
- **TechUI Base (0.1.0+)** - TechUI基础组件库
|
|
101
129
|
|
|
102
130
|
### 🎯 TuiAdaptive - 革命性的自适应组件
|
|
103
131
|
|
|
@@ -113,6 +141,22 @@ UNLICENSED
|
|
|
113
141
|
|
|
114
142
|
> **可以自豪地说,它是现在市面上最好用的自适应/适配组件!**
|
|
115
143
|
|
|
144
|
+
## 文档与测试用例地址
|
|
145
|
+
|
|
146
|
+
### 文档
|
|
147
|
+
|
|
148
|
+
- 中国:[https://techui.cn/#/docs/](https://techui.cn/#/docs/)
|
|
149
|
+
- 全球:[https://techui.net/#/docs](https://techui.net/#/docs)
|
|
150
|
+
|
|
151
|
+
### 测试用例
|
|
152
|
+
|
|
153
|
+
- GitHub:[https://github.com/aYin86cn/techui-scifi](https://github.com/aYin86cn/techui-scifi)
|
|
154
|
+
- Gitee:[https://gitee.com/ayin86/techui-scifi](https://gitee.com/ayin86/techui-scifi)
|
|
155
|
+
|
|
156
|
+
说明:
|
|
157
|
+
- `starter` 目录是一个 TechUI-Scifi 工程的最小启动工程,内部仅有少量组件的简单 Demo。
|
|
158
|
+
- `testcases` 目录是 TechUI-Scifi 工程的测试用例,内部包含绝大多数组件的演示 Demo。
|
|
159
|
+
|
|
116
160
|
### 🖥️ TechUI组件库
|
|
117
161
|
|
|
118
162
|
- **@techui/prime:** 闭源 **付费**
|
|
@@ -131,9 +175,6 @@ UNLICENSED
|
|
|
131
175
|
- `@techui/libs` - 工具库
|
|
132
176
|
- `@techui/utils` - 工具函数
|
|
133
177
|
|
|
134
|
-
### 📚 文档
|
|
135
|
-
|
|
136
|
-
访问 [https://techui.net](https://techui.net) 查看完整文档和示例。
|
|
137
178
|
|
|
138
179
|
### 📄 许可证
|
|
139
180
|
|
|
@@ -145,3 +186,9 @@ UNLICENSED
|
|
|
145
186
|
|
|
146
187
|
- 邮箱:<ayin86cn@gmail.com>
|
|
147
188
|
- 微信:jay1986cn
|
|
189
|
+
- 中国站:[https://techui.cn/](https://techui.cn/)
|
|
190
|
+
- 全球站:[https://techui.net/](https://techui.net/)
|
|
191
|
+
|
|
192
|
+
## 🏷️ Keywords
|
|
193
|
+
|
|
194
|
+
`@techui` `techui-prime` `vue3` `admin-panel` `dashboard` `sci-fi` `data-visualization` `responsive` `adaptive` `GIS` `Cesium` `workspace` `portal`
|
package/UPDATE.md
CHANGED
|
@@ -11,6 +11,18 @@
|
|
|
11
11
|
- The English documentation was translated using translation software or AI alignment, so some terms may be inappropriate or expressions unclear.
|
|
12
12
|
- To date, every TechUI release has synchronously packaged and released all four component libraries. Consequently, the update log may list components no longer present in the current library—this is normal. The current Update documentation pertains to the entire TechUI project, not just the current component library.
|
|
13
13
|
|
|
14
|
+
### v0.1.0 (2026-04-05)
|
|
15
|
+
|
|
16
|
+
Version 0.1.0 marks a milestone upgrade:
|
|
17
|
+
|
|
18
|
+
- Documentation system refactor: fully migrated away from VitePress to a self-developed documentation project with better performance and higher customization.
|
|
19
|
+
- Deep architecture optimization: refactored the underlying implementation of component and utility libraries, with extensive component iterations to significantly improve interaction performance and user experience.
|
|
20
|
+
- Seamless multilingual switching: optimized from traditional refresh-based switching to real-time dynamic switching.
|
|
21
|
+
- Expanded component family: added multiple practical components to enrich development scenarios.
|
|
22
|
+
- Scifi strategy adjustment: the Scifi component library is now highly aligned with the Prime library (except for a few advanced components).
|
|
23
|
+
- Enhanced wrappers `TuiEcharts` and `TuiEchartsMap` are now available as free premium components.
|
|
24
|
+
- Due to the wide scope of this release, please refer to the documentation for detailed update notes.
|
|
25
|
+
|
|
14
26
|
### v0.0.7 (2026-01-25)
|
|
15
27
|
|
|
16
28
|
- The `adaptiveConfig/portletCounter` in the global service has been moved to `globalState/portletCounter`.
|
|
@@ -68,7 +80,7 @@
|
|
|
68
80
|
- Renamed routerGo to routerTransition, added query parameter
|
|
69
81
|
- Modified updateRouteQuery method: default changed from replace to push for route back navigation, can be controlled via parameter to use replace or push, added getRouteQuery method
|
|
70
82
|
- Grid component: added custom cell className
|
|
71
|
-
- Fixed bug where
|
|
83
|
+
- Fixed bug where popTip doesn't hide when triggered after sidebar navigation is collapsed
|
|
72
84
|
|
|
73
85
|
### v0.0.4 (2025-10-25)
|
|
74
86
|
|
|
@@ -101,6 +113,18 @@
|
|
|
101
113
|
- 英文部分的文档,采用了翻译软件或者AI对齐进行翻译,所以可能存在部分用词不当或者表达模糊的情况。
|
|
102
114
|
- 截止到目前为止,TechUI的每次发布,均会对当前四个组件库进行同步打包发布。并且更新记录中,可能会出现当前组件库中不存在的组件,属于正常现象。因为当前Update文档是针对整个TechUI工程,而非争对当前的组件库。
|
|
103
115
|
|
|
116
|
+
### v0.1.0 (2026-04-05)
|
|
117
|
+
|
|
118
|
+
版本 0.1.0 迎来里程碑式升级:
|
|
119
|
+
|
|
120
|
+
- 文档体系重构:全面弃用 VitePress,升级为性能更优、定制化程度更高的自研文档工程。
|
|
121
|
+
- 架构深度优化:对组件库与工具库进行了底层重构,完成大量组件的迭代升级,大幅提升交互性能与用户体验。
|
|
122
|
+
- 多语言无感切换:多语言支持由传统的“刷新切换”优化为实时动态切换,无需等待。
|
|
123
|
+
- 组件家族扩充:新增多款实用组件,进一步丰富开发场景。
|
|
124
|
+
- Scifi 策略调整:Scifi 组件库现已实现与 Prime 库的高度对齐(除极少数高级组件外)。
|
|
125
|
+
- 增强封装的 `TuiEcharts` 与 `TuiEchartsMap` 已转为免费高级组件开放使用。
|
|
126
|
+
- 因此次更新涉及到的范围极广,详细更新记录请查看文档。
|
|
127
|
+
|
|
104
128
|
### v0.0.7 (2026-01-25)
|
|
105
129
|
|
|
106
130
|
- 全局服务中的 `adaptiveConfig/portletCounter` 改变位置到 `globalState/portletCounter`。
|
|
@@ -158,7 +182,7 @@
|
|
|
158
182
|
- routerGo改为routerTransition,添加query参数
|
|
159
183
|
- updateRouteQuery方法,replace默认改为push,可以进行路由回退,可以根据参数控制使用replace或者push,添加getRouteQuery方法
|
|
160
184
|
- grid组件,添加自定义单元格className
|
|
161
|
-
- 修正侧边导航折叠的时候,触发
|
|
185
|
+
- 修正侧边导航折叠的时候,触发popTip后不隐藏的bug
|
|
162
186
|
|
|
163
187
|
### v0.0.4 (2025-10-25)
|
|
164
188
|
|