@techui/scifi 0.0.6-alpha.1 → 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 +88 -5
- package/TECHUI.md +38 -40
- package/UPDATE.md +62 -8
- package/core/core.d.ts +329 -200
- package/core/core.js +1275 -1218
- package/core/core_bg.wasm +0 -0
- package/core/core_bg.wasm.d.ts +67 -64
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/index.js +190 -112
- package/package.json +6 -6
- package/dist/modules/echartsTheme.js +0 -1
- package/dist/modules/tuiEcharts.js +0 -1
- package/dist/modules/tuiEchartsMap.js +0 -1
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,9 +48,39 @@ 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
|
|
|
44
|
-
|
|
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)
|
|
45
62
|
|
|
46
|
-
|
|
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
|
+
|
|
67
|
+
### 🖥️ TechUI Component Library
|
|
68
|
+
|
|
69
|
+
- **@techui/prime:** Closed-source **Paid**
|
|
70
|
+
- **@techui/admin:** Closed-source **Free**
|
|
71
|
+
- **@techui/base:** Closed-source **Free**
|
|
72
|
+
- **@techui/scifi:** Closed-source **Free**
|
|
73
|
+
|
|
74
|
+
### 📦 Dependencies
|
|
75
|
+
|
|
76
|
+
This library depends on the following TechUI ecosystem packages:
|
|
77
|
+
|
|
78
|
+
- `@techui/colors` - Color system
|
|
79
|
+
- `@techui/lessmixins` - LESS mixins
|
|
80
|
+
- `@techui/locales` - Internationalization
|
|
81
|
+
- `@techui/themes` - Theme system
|
|
82
|
+
- `@techui/libs` - Utility libraries
|
|
83
|
+
- `@techui/utils` - Utility functions
|
|
47
84
|
|
|
48
85
|
### 📄 License
|
|
49
86
|
|
|
@@ -55,6 +92,8 @@ UNLICENSED
|
|
|
55
92
|
|
|
56
93
|
- Email: <ayin86cn@gmail.com>
|
|
57
94
|
- WeChat: jay1986cn
|
|
95
|
+
- China Site: [https://techui.cn/](https://techui.cn/)
|
|
96
|
+
- Global Site: [https://techui.net/](https://techui.net/)
|
|
58
97
|
|
|
59
98
|
---
|
|
60
99
|
|
|
@@ -64,6 +103,12 @@ UNLICENSED
|
|
|
64
103
|
|
|
65
104
|
一个免费的、动态的 SVG UI 组件库,用于绘制科幻、未来风格的UI界面,基于 Vue 3 开发。
|
|
66
105
|
|
|
106
|
+
## 策略调整
|
|
107
|
+
|
|
108
|
+
策略调整公告:自 `0.1.0` 版本发布起,Scifi 组件库已实现与当前 Prime 版本的功能对齐。除个别高级组件仍需授权外,Scifi 已包含 Prime 的全部功能。此外,原高级组件 `TuiEcharts` 与 `TuiEchartsMap` 现已正式转为免费开放。
|
|
109
|
+
|
|
110
|
+
Prime组件库目前正在规划和开发其他的 独占高级组件 以提升其竞争力。
|
|
111
|
+
|
|
67
112
|
### ✨ 特性
|
|
68
113
|
|
|
69
114
|
- **🎨 动态 SVG 组件** - 所有组件均使用动态计算的 SVG 元素绘制,呈现炫酷视觉效果
|
|
@@ -80,6 +125,7 @@ UNLICENSED
|
|
|
80
125
|
- **scifiHeader** - 科幻风格头部
|
|
81
126
|
- **scifiPanel** - 科幻面板容器
|
|
82
127
|
- **scifiPanelTitle** - 科幻面板标题
|
|
128
|
+
- **TechUI Base (0.1.0+)** - TechUI基础组件库
|
|
83
129
|
|
|
84
130
|
### 🎯 TuiAdaptive - 革命性的自适应组件
|
|
85
131
|
|
|
@@ -95,9 +141,40 @@ UNLICENSED
|
|
|
95
141
|
|
|
96
142
|
> **可以自豪地说,它是现在市面上最好用的自适应/适配组件!**
|
|
97
143
|
|
|
98
|
-
|
|
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
|
+
|
|
160
|
+
### 🖥️ TechUI组件库
|
|
161
|
+
|
|
162
|
+
- **@techui/prime:** 闭源 **付费**
|
|
163
|
+
- **@techui/admin:** 闭源 **免费**
|
|
164
|
+
- **@techui/base:** 闭源 **免费**
|
|
165
|
+
- **@techui/scifi:** 闭源 **免费**
|
|
166
|
+
|
|
167
|
+
### 📦 依赖项
|
|
168
|
+
|
|
169
|
+
该库依赖以下 TechUI 生态系统包:
|
|
170
|
+
|
|
171
|
+
- `@techui/colors` - 色彩系统
|
|
172
|
+
- `@techui/lessmixins` - LESS 混入
|
|
173
|
+
- `@techui/locales` - 国际化
|
|
174
|
+
- `@techui/themes` - 主题系统
|
|
175
|
+
- `@techui/libs` - 工具库
|
|
176
|
+
- `@techui/utils` - 工具函数
|
|
99
177
|
|
|
100
|
-
访问 [https://techui.net](https://techui.net) 查看完整文档和示例。
|
|
101
178
|
|
|
102
179
|
### 📄 许可证
|
|
103
180
|
|
|
@@ -109,3 +186,9 @@ UNLICENSED
|
|
|
109
186
|
|
|
110
187
|
- 邮箱:<ayin86cn@gmail.com>
|
|
111
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/TECHUI.md
CHANGED
|
@@ -4,44 +4,43 @@
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
## English
|
|
9
8
|
|
|
10
9
|
### Development Background
|
|
11
10
|
|
|
12
|
-
TechUI was independently developed by **ayin**. All components before 2023 were manually coded. From
|
|
11
|
+
TechUI was independently developed by **ayin**. All components before 2023 were manually coded. From 2023 to 2025, AI-assisted development was introduced for new components, significantly improving development efficiency.
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
-----
|
|
15
14
|
|
|
16
15
|
### Version Evolution
|
|
17
16
|
|
|
18
|
-
#### Ver 0.1 - Genesis (
|
|
17
|
+
#### Ver 0.1 - Genesis (2019)
|
|
19
18
|
|
|
20
19
|
The project originated from a friend's commission to develop a data visualization product with a sci-fi tech aesthetic. The first version was built upon **@jiaminghi/data-view**.
|
|
21
20
|
|
|
22
|
-
#### Ver 1.0 - Deep Customization
|
|
21
|
+
#### Ver 1.0 - Deep Customization (Around 2020)
|
|
23
22
|
|
|
24
23
|
Through practical usage, valuable insights were gained, leading to deep iteration of the data-view component library. Major achievements during this phase include:
|
|
25
24
|
|
|
26
|
-
- In-depth study of data-view's SVG calculation mechanisms
|
|
27
|
-
- Independent development of multiple dynamic SVG components
|
|
28
|
-
- Implementation of pure front-end licensing functionality using encrypted JavaScript
|
|
25
|
+
- In-depth study of data-view's SVG calculation mechanisms
|
|
26
|
+
- Independent development of multiple dynamic SVG components
|
|
27
|
+
- Implementation of pure front-end licensing functionality using encrypted JavaScript
|
|
29
28
|
|
|
30
|
-
#### Ver 2.0 - Technical Breakthrough
|
|
29
|
+
#### Ver 2.0 - Technical Breakthrough (Around 2021)
|
|
31
30
|
|
|
32
31
|
To enhance the security of the licensing system, the **Rust** language was learned and mastered, resulting in the creation of a **WebAssembly (WASM)** component for license encryption/decryption and specialized computations.
|
|
33
32
|
|
|
34
|
-
#### Ver 3.x - Challenging Exploration
|
|
33
|
+
#### Ver 3.x - Challenging Exploration (Around 2022-2023)
|
|
35
34
|
|
|
36
35
|
During the iteration from 2.0, due to less formal development processes and numerous breaking changes, the version number rapidly jumped to 3.x. The market response to this version fell short of expectations. A post-mortem analysis revealed the following key issues:
|
|
37
36
|
|
|
38
|
-
1.
|
|
39
|
-
2.
|
|
40
|
-
3.
|
|
37
|
+
1. **Unreasonable Pricing Strategy** - Prices were too high and lacked market competitiveness
|
|
38
|
+
2. **Poor User Experience** - As a first-time component library release, the syntax design and usage patterns had many inconveniences
|
|
39
|
+
3. **Overly Restrictive Licensing** - Harsh and unreasonable restrictions (such as annual license renewal requirements)
|
|
41
40
|
|
|
42
|
-
|
|
41
|
+
-----
|
|
43
42
|
|
|
44
|
-
### Ver 3.0 - A Fresh Start
|
|
43
|
+
### Ver 3.0 - A Fresh Start (Since 2023)
|
|
45
44
|
|
|
46
45
|
#### Reconstruction Philosophy
|
|
47
46
|
|
|
@@ -53,66 +52,65 @@ The new version starts from **0.0.1**, with all releases before **1.0.0** consid
|
|
|
53
52
|
|
|
54
53
|
**Component Library Reconstruction**
|
|
55
54
|
|
|
56
|
-
1.
|
|
57
|
-
2.
|
|
58
|
-
3.
|
|
55
|
+
1. Developed numerous new components to form the **@techui/base** foundational component library
|
|
56
|
+
2. Built the **@techui/admin** admin dashboard component library based on the workbench and newly developed base components
|
|
57
|
+
3. Upgraded all techui-vue2 components to **Vue 3**, refined props configurations, and created the **@techui/scifi** sci-fi themed component library
|
|
59
58
|
|
|
60
59
|
**Core Module Optimization**
|
|
61
60
|
|
|
62
|
-
4.
|
|
63
|
-
5.
|
|
64
|
-
6.
|
|
65
|
-
7.
|
|
61
|
+
4. Refactored the **techui-core (WASM)** module, adding lightweight licensing functionality and perfecting the heavy licensing mechanism
|
|
62
|
+
5. Fully upgraded the **adaptivePanel** component to **TuiAdaptive**, adding view control modes, pass-through containers, and other features
|
|
63
|
+
6. Upgraded the **panel3D** component to **Tui3DPanel**, adding thickness parameters and more configuration options
|
|
64
|
+
7. Removed the monitoring and debugging tools from techui-vue2, refactoring them into the **tuiPanicAlert** component
|
|
66
65
|
|
|
67
66
|
**Infrastructure Enhancement**
|
|
68
67
|
|
|
69
|
-
8.
|
|
70
|
-
9.
|
|
68
|
+
8. Redesigned the global theme system, developed a custom multilingual functionality, transformed the global vector background, and added global audio notifications
|
|
69
|
+
9. Customized and repackaged commonly used third-party tools into the **@techui/libs** library to meet customization needs and avoid risks from breaking changes in third-party components
|
|
71
70
|
10. Consolidated self-developed utility functions to build the **@techui/utils** toolkit
|
|
72
71
|
11. Completely removed dependencies on data-view component library functions and methods (retained 9 classic dv-border-box components with renaming), fully adopting self-developed utility functions
|
|
73
72
|
12. Leveraged AI to develop multiple data display components, such as scrolling tables, scrolling progress bars, etc.
|
|
74
73
|
|
|
75
|
-
|
|
74
|
+
-----
|
|
76
75
|
|
|
77
76
|
### Acknowledgments
|
|
78
77
|
|
|
79
|
-
- chroma.js
|
|
80
|
-
- Floating UI
|
|
78
|
+
- chroma.js
|
|
79
|
+
- Floating UI
|
|
81
80
|
|
|
82
81
|
**Special Thanks**
|
|
83
82
|
|
|
84
|
-
- @jiaminghi/data-view
|
|
83
|
+
- @jiaminghi/data-view
|
|
85
84
|
|
|
86
|
-
|
|
85
|
+
-----
|
|
87
86
|
|
|
88
87
|
### Author
|
|
89
88
|
|
|
90
|
-
- **aYin**
|
|
91
|
-
- Email:
|
|
92
|
-
- WeChat: jay1986cn
|
|
89
|
+
- **aYin**
|
|
90
|
+
- Email: [ayin86cn@gmail.com](mailto:ayin86cn@gmail.com)
|
|
91
|
+
- WeChat: jay1986cn
|
|
93
92
|
|
|
94
93
|
### Homepage
|
|
95
94
|
|
|
96
|
-
|
|
95
|
+
[https://techui.net](https://techui.net)
|
|
97
96
|
|
|
98
97
|
---
|
|
99
98
|
|
|
100
|
-
|
|
101
99
|
## 中文
|
|
102
100
|
|
|
103
101
|
### 开发背景
|
|
104
102
|
|
|
105
|
-
TechUI 工程由 **ayin** 独立完成开发。2023 年之前的所有组件均采用手工编写,
|
|
103
|
+
TechUI 工程由 **ayin** 独立完成开发。2023 年之前的所有组件均采用手工编写,2023-2025 年期间,借助 AI 辅助开发新组件,显著提升了开发效率。
|
|
106
104
|
|
|
107
105
|
---
|
|
108
106
|
|
|
109
107
|
### 版本演进
|
|
110
108
|
|
|
111
|
-
#### Ver 0.1 - 初创阶段(
|
|
109
|
+
#### Ver 0.1 - 初创阶段(2019年)
|
|
112
110
|
|
|
113
111
|
项目起源于好友委托,需要开发一款具有科技科幻风格的数据可视化产品。基于 **@jiaminghi/data-view** 完成了首个版本的开发。
|
|
114
112
|
|
|
115
|
-
#### Ver 1.0 - 深度定制
|
|
113
|
+
#### Ver 1.0 - 深度定制 (2020年前后)
|
|
116
114
|
|
|
117
115
|
在实际使用中积累了大量实践经验,对 data-view 组件库进行了深度迭代。这一阶段的主要成果包括:
|
|
118
116
|
|
|
@@ -120,11 +118,11 @@ TechUI 工程由 **ayin** 独立完成开发。2023 年之前的所有组件均
|
|
|
120
118
|
- 自主研发了多款动态 SVG 组件
|
|
121
119
|
- 使用加密 JS 实现了纯前端许可证功能
|
|
122
120
|
|
|
123
|
-
#### Ver 2.0 - 技术突破
|
|
121
|
+
#### Ver 2.0 - 技术突破 (2021年前后)
|
|
124
122
|
|
|
125
123
|
为了强化许可证功能的安全性,学习并掌握了 **Rust** 语言,构建了 **WebAssembly 组件(WASM)**,用于许可证的加解密和特殊计算。
|
|
126
124
|
|
|
127
|
-
#### Ver 3.x - 曲折探索
|
|
125
|
+
#### Ver 3.x - 曲折探索 (2022-2023年前后)
|
|
128
126
|
|
|
129
127
|
在 2.0 的迭代过程中,由于开发流程不够规范,伴随着大量破坏性更新,版本号快速跃升至 3.x。这一版本的市场推广未达预期,经过复盘总结出以下主要问题:
|
|
130
128
|
|
|
@@ -134,7 +132,7 @@ TechUI 工程由 **ayin** 独立完成开发。2023 年之前的所有组件均
|
|
|
134
132
|
|
|
135
133
|
---
|
|
136
134
|
|
|
137
|
-
### Ver 3.0 - 全新起点
|
|
135
|
+
### Ver 3.0 - 全新起点 (2023年至今)
|
|
138
136
|
|
|
139
137
|
#### 重构理念
|
|
140
138
|
|
package/UPDATE.md
CHANGED
|
@@ -11,6 +11,33 @@
|
|
|
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
|
+
|
|
26
|
+
### v0.0.7 (2026-01-25)
|
|
27
|
+
|
|
28
|
+
- The `adaptiveConfig/portletCounter` in the global service has been moved to `globalState/portletCounter`.
|
|
29
|
+
- The `$aPortletCounter` exposed in the global service has been changed to `$gPortletCounter`, and all elements within the component have also been modified accordingly.
|
|
30
|
+
- `TuiSelect` and `TuiToggle` variable definitions have been iterated, and the CSS code has been modified.
|
|
31
|
+
- The `Echarts` wrapper component and theme-related components have been iterated, and the `echarts` object is passed as a parameter to the TechUI initialization parameters.
|
|
32
|
+
- The `TechUIScifi` component library has been added with a large number of basic components.
|
|
33
|
+
- `ScifiTabs` has been developed, using the `ScifiButton` component for tab switching.
|
|
34
|
+
- The `core` has been updated, the license logic has been iterated, the version verification has been modified to only use the major version number, and the domain binding logic has been iterated.
|
|
35
|
+
- Many `Scifi components` and `TuiButton` variants have had aliases added.
|
|
36
|
+
- Add a state type to `ScifiButton`, such as `Primary`, `Danger`, etc. Add the `activeIsPrimary` parameter to display the `Primary` appearance when the button is active.
|
|
37
|
+
- `i18n` adds an additional `args` object parameter. By passing the `args` parameter, you can retrieve data and simultaneously perform replacement operations on the template string.
|
|
38
|
+
- Fixed a style pollution issue caused by nested `Scifi` components.
|
|
39
|
+
- Fixed the issue of `TuiAdaptive` penetrating the container to adapt the timing; added a `pointEvent` parameter to set the main interactive container.
|
|
40
|
+
|
|
14
41
|
### v0.0.6 (2025-11-23)
|
|
15
42
|
|
|
16
43
|
- Added a preview.html file to techui/colors for previewing, copying, and matching colors.
|
|
@@ -25,7 +52,7 @@
|
|
|
25
52
|
- TuiRolling's indicator display was enhanced; previously, the transparency was too low and it was not very noticeable.
|
|
26
53
|
- Modified tStr.rdm for generating UIDs for all components to the genUid function.
|
|
27
54
|
|
|
28
|
-
### v0.0.5 (2025-11-
|
|
55
|
+
### v0.0.5 (2025-11-15)
|
|
29
56
|
|
|
30
57
|
- Theme iteration updates
|
|
31
58
|
- Adjusted and streamlined color schemes in the theme
|
|
@@ -53,9 +80,9 @@
|
|
|
53
80
|
- Renamed routerGo to routerTransition, added query parameter
|
|
54
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
|
|
55
82
|
- Grid component: added custom cell className
|
|
56
|
-
- Fixed bug where
|
|
83
|
+
- Fixed bug where popTip doesn't hide when triggered after sidebar navigation is collapsed
|
|
57
84
|
|
|
58
|
-
### v0.0.4 (2025-10-
|
|
85
|
+
### v0.0.4 (2025-10-25)
|
|
59
86
|
|
|
60
87
|
- Theme and i18n refactored to support dynamic imports for on-demand loading
|
|
61
88
|
- Added new TuiGrid component
|
|
@@ -68,7 +95,7 @@
|
|
|
68
95
|
- TuiPopInfo component: added titleIcon Props to support adding icons to titles
|
|
69
96
|
- Improved checkbox and radio components: now supports displaying both custom icons and default icons simultaneously
|
|
70
97
|
|
|
71
|
-
### v0.0.2 (2025-10-
|
|
98
|
+
### v0.0.2 (2025-10-12)
|
|
72
99
|
|
|
73
100
|
- Removed all SVG icons embedded in CSS
|
|
74
101
|
- Updated component icons to use @techui/icons default icon library
|
|
@@ -86,6 +113,33 @@
|
|
|
86
113
|
- 英文部分的文档,采用了翻译软件或者AI对齐进行翻译,所以可能存在部分用词不当或者表达模糊的情况。
|
|
87
114
|
- 截止到目前为止,TechUI的每次发布,均会对当前四个组件库进行同步打包发布。并且更新记录中,可能会出现当前组件库中不存在的组件,属于正常现象。因为当前Update文档是针对整个TechUI工程,而非争对当前的组件库。
|
|
88
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
|
+
|
|
128
|
+
### v0.0.7 (2026-01-25)
|
|
129
|
+
|
|
130
|
+
- 全局服务中的 `adaptiveConfig/portletCounter` 改变位置到 `globalState/portletCounter`。
|
|
131
|
+
- 全局服务中暴露的 `$aPortletCounter` 改为 `$gPortletCounter`,组件内部所有元素也进行修改。
|
|
132
|
+
- `TuiSelect、TuiToggle`叠代var定义,修改CSS代码。
|
|
133
|
+
- `Echarts`壳组件和主题相关组件叠代,`echarts`对象作为参数传入TechUI初始化参数。
|
|
134
|
+
- `TechUIScifi` 组件库,添加大量的基础组件。
|
|
135
|
+
- 开发 `ScifiTabs`,通过调用 `ScifiButton` 组件进行标签页切换。
|
|
136
|
+
- `core` 核心更新,许可证逻辑叠代,版本验证修改为仅主版本号,叠代域名绑定的逻辑。
|
|
137
|
+
- 大量 `Scifi组件` 和 `TuiButton`变体添加别名。
|
|
138
|
+
- `ScifiButton` 添加状态类型,如`Primary`、`Danger`等。添加 `activeIsPrimary` 参数,激活状态显示 `Primary` 外观
|
|
139
|
+
- `i18n` 新增额外的 `args` 对象参数。通过传递 `args` 参数,您可以检索数据并同时在模板字符串中执行替换操作。
|
|
140
|
+
- 修正 `Scifi` 组件嵌套导致的样式污染的问题。
|
|
141
|
+
- 修正 `TuiAdaptive` 穿透容器自适应时序的问题,新增 `pointEvent` 参数用于设定交互主容器
|
|
142
|
+
|
|
89
143
|
### v0.0.6 (2025-11-23)
|
|
90
144
|
|
|
91
145
|
- techui/colors 添加preview.html文件可以对颜色进行预览复制与匹配
|
|
@@ -100,7 +154,7 @@
|
|
|
100
154
|
- TuiRolling的indicator强化显示,此前透明度太低,较为不明显。
|
|
101
155
|
- 修改所有组件生成uid的tStr.rdm为genUid函数。
|
|
102
156
|
|
|
103
|
-
### v0.0.5 (2025-11-
|
|
157
|
+
### v0.0.5 (2025-11-15)
|
|
104
158
|
|
|
105
159
|
- 主题迭代
|
|
106
160
|
- 对主题中的配色进行调整和删减
|
|
@@ -128,9 +182,9 @@
|
|
|
128
182
|
- routerGo改为routerTransition,添加query参数
|
|
129
183
|
- updateRouteQuery方法,replace默认改为push,可以进行路由回退,可以根据参数控制使用replace或者push,添加getRouteQuery方法
|
|
130
184
|
- grid组件,添加自定义单元格className
|
|
131
|
-
- 修正侧边导航折叠的时候,触发
|
|
185
|
+
- 修正侧边导航折叠的时候,触发popTip后不隐藏的bug
|
|
132
186
|
|
|
133
|
-
### v0.0.4 (2025-10-
|
|
187
|
+
### v0.0.4 (2025-10-25)
|
|
134
188
|
|
|
135
189
|
- 主题和多语言改为动态导入,支持按需加载
|
|
136
190
|
- 新增 TuiGrid 组件
|
|
@@ -143,7 +197,7 @@
|
|
|
143
197
|
- TuiPopInfo组件,添加titleIcon Props,可以通过此属性给标题添加图标
|
|
144
198
|
- checkbox、radio迭代,prop传入图标和默认图标可同时显示
|
|
145
199
|
|
|
146
|
-
### v0.0.2 (2025-10-
|
|
200
|
+
### v0.0.2 (2025-10-12)
|
|
147
201
|
|
|
148
202
|
- 移除所有 CSS 中内置的 SVG 图标
|
|
149
203
|
- 组件中的图标更新为使用 @techui/icons 默认图标库
|