@techui/scifi 0.1.2-alpha.1 → 0.1.3-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.
Files changed (2) hide show
  1. package/UPDATE.md +88 -65
  2. package/package.json +4 -4
package/UPDATE.md CHANGED
@@ -6,38 +6,49 @@
6
6
 
7
7
  ## English
8
8
 
9
- ### Update Notes
10
-
11
- - The English documentation was translated using translation software or AI alignment, so some terms may be inappropriate or expressions unclear.
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
-
14
- ### v0.1.2 (2026-04-25)
15
-
16
- Version `0.1.2` is a broad component and documentation release focused on new data-display units, Rolling refactors, CSS variable cleanup, and release preparation.
17
-
18
- - Added standalone `@techui/adaptive`, plus `TuiFlex`, `TuiScalePanel`, `TuiCollapse`, `TuiStickyPanel`, `TuiBackTop`, `TuiMaximize`, `TuiDockPanel`, and `TuiDatePicker`.
19
- - Added the DataUnit family: `TuiDataUnitMetric` and `TuiDataUnitRank` for metric cards, assist values, trends, and ranking blocks.
20
- - Added the VisualUnit family: `TuiVisualUnitBar`, `TuiVisualUnitRing`, and `TuiVisualUnitGauge` as low-level graphic units split from `TuiProgress`.
21
- - Refactored `TuiRolling`, `TuiRollingTable`, `TuiRollingProgress`, `TuiRollingNotification`, `TuiRollingNavIcon`, and `TuiRollingNavTabs`, aligning rolling behavior, controls, header/summary slots, and clone refresh.
22
- - Cleaned up component classes, CSS variables, style naming, and source categories; `advance` was renamed to `advanced`.
23
- - Added and refined utilities such as `tFrame`, `cssVarSet`, `cssVarIf`, `cssSizeEnsure`, `tAnimate`, `tResize`, and `v-tui-drag`.
24
- - Added frontend-only license, chained license, and standalone license capabilities.
25
- - Fixed Rolling pagination, auto-follow, dynamic clone refresh, Nav control animation conflicts, decimal precision issues, popup anchors, DatePicker scaled-container behavior, and multiple component edge cases.
26
- - Documentation, demos, navigation, test previews, AI collaboration rules, and bilingual content were updated extensively.
27
-
28
- ### v0.1.1 (2026-04-18)
29
-
30
- Version `0.1.1` continues the `0.1.0` update cycle and focuses on `techuiColors 2.0`, chart theme tokens, map demo migration, and infrastructure cleanup.
31
-
32
- - `techuiColors` upgraded to `2.0`, with a new naming system, migration mapping, Hue Ring documentation, and improved color expression support.
33
- - `@techui/lessmixins` was renamed to `@techui/mixins`, with new `Scss` entry support and clearer subpath imports.
34
- - `TuiEcharts` and `TuiEchartsMap` now support theme-aware option tokens such as `$theme` and `$scheme`, reducing the need for manual theme patching after theme switches.
35
- - A large number of Vue2 chart demos were migrated to Vue3, and multiple ECharts / EChartsMap demo directories were refactored around the new token-based theme workflow.
36
- - Dialog dragging and adaptive scale handling were stabilized by improving `v-tui-drag`, `dom.info`, and related dialog internals.
37
- - Colors, mixins, echarts, echartsMap, and related ecosystem documentation were updated to align with the new `2.0` color system and theme-aware configuration style.
38
- - Additional naming, import-path, casing, and migration leftovers were cleaned up across demos, docs, and internal utilities.
39
-
40
- ### v0.1.0 (2026-04-05)
9
+ ### Update Notes
10
+
11
+ - The English documentation was translated using translation software or AI alignment, so some terms may be inappropriate or expressions unclear.
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
+
14
+ ### v0.1.3 (2026-05-01)
15
+
16
+ Version `0.1.3` adds several focused components and continues Rolling, Scroller, Form, style, and documentation iteration.
17
+
18
+ - Added `TuiIcon`, `TuiRollingSplit`, `TuiScrollerOptionShell`, and `TuiDatePicker`.
19
+ - Continued the Rolling refactor with `TuiRolling` header / footer slots, `TuiRollingTable` header / summary rendering, shadows, striped rows, and grouped rolling.
20
+ - Moved `TuiScrollerStep` and `TuiScrollerSmooth` into Data Display and extracted `TuiScrollerOptionShell` for inline radio / checkbox option groups.
21
+ - Refactored `TuiForm` and related child components across several passes.
22
+ - Cleaned up private and shared animation naming, consolidated shared keyframes into `main.less`, and reorganized scrollbar mixins into `scrollLayer / scrollFrame / scrollRoot`.
23
+ - Added DatePicker common modes, `cssVarIf`, `tDom.overlapMap`, `tDom.resolveOverlap`, and `date-fns`.
24
+ - Fixed DatePicker scaled-container / inline / empty menu-shell issues, FollowPanel collision flipping, PopInfo / PopTip styles, Message / Notification issues, ButtonB1 icon styles, and view transition target-container animation.
25
+ - Added docs, demos, navigation, shared previews, and bilingual content for the newly added components.
26
+
27
+ ### v0.1.2 (2026-04-25)
28
+
29
+ Version `0.1.2` is a broad component and documentation release focused on `@techui/adaptive`, layout / overlay additions, Rolling refactors, CSS variable cleanup, and release preparation.
30
+
31
+ - Added standalone `@techui/adaptive`, plus `TuiFlex`, `TuiScalePanel`, `TuiCollapse`, `TuiStickyPanel`, `TuiBackTop`, `TuiMaximize`, and `TuiDockPanel`.
32
+ - Refactored `TuiRolling`, `TuiRollingTable`, `TuiRollingProgress`, `TuiRollingNotification`, `TuiRollingNavIcon`, and `TuiRollingNavTabs`, aligning rolling behavior, controls, header/summary slots, and clone refresh.
33
+ - Cleaned up component classes, CSS variables, style naming, and source categories; `advance` was renamed to `advanced`.
34
+ - Added and refined utilities such as `tFrame`, `cssVarSet`, `cssSizeEnsure`, `tAnimate`, `tResize`, and `v-tui-drag`.
35
+ - Added frontend-only license, chained license, and standalone license capabilities.
36
+ - Fixed Rolling pagination, auto-follow, dynamic clone refresh, Nav control animation conflicts, decimal precision issues, popup anchors, Admin Tabs route transitions, and multiple component edge cases.
37
+ - Documentation, demos, navigation, test previews, AI collaboration rules, and bilingual content were updated extensively.
38
+
39
+ ### v0.1.1 (2026-04-18)
40
+
41
+ Version `0.1.1` continues the `0.1.0` update cycle and focuses on `techuiColors 2.0`, chart theme tokens, map demo migration, and infrastructure cleanup.
42
+
43
+ - `techuiColors` upgraded to `2.0`, with a new naming system, migration mapping, Hue Ring documentation, and improved color expression support.
44
+ - `@techui/lessmixins` was renamed to `@techui/mixins`, with new `Scss` entry support and clearer subpath imports.
45
+ - `TuiEcharts` and `TuiEchartsMap` now support theme-aware option tokens such as `$theme` and `$scheme`, reducing the need for manual theme patching after theme switches.
46
+ - A large number of Vue2 chart demos were migrated to Vue3, and multiple ECharts / EChartsMap demo directories were refactored around the new token-based theme workflow.
47
+ - Dialog dragging and adaptive scale handling were stabilized by improving `v-tui-drag`, `dom.info`, and related dialog internals.
48
+ - Colors, mixins, echarts, echartsMap, and related ecosystem documentation were updated to align with the new `2.0` color system and theme-aware configuration style.
49
+ - Additional naming, import-path, casing, and migration leftovers were cleaned up across demos, docs, and internal utilities.
50
+
51
+ ### v0.1.0 (2026-04-05)
41
52
 
42
53
  Version 0.1.0 marks a milestone upgrade:
43
54
 
@@ -134,38 +145,49 @@ Version 0.1.0 marks a milestone upgrade:
134
145
 
135
146
  ## 中文
136
147
 
137
- ### 更新说明
138
-
139
- - 英文部分的文档,采用了翻译软件或者AI对齐进行翻译,所以可能存在部分用词不当或者表达模糊的情况。
140
- - 截止到目前为止,TechUI的每次发布,均会对当前四个组件库进行同步打包发布。并且更新记录中,可能会出现当前组件库中不存在的组件,属于正常现象。因为当前Update文档是针对整个TechUI工程,而非争对当前的组件库。
141
-
142
- ### v0.1.2 (2026-04-25)
143
-
144
- 版本 `0.1.2` 是一次大范围的组件与文档发布,重点围绕新增数据展示单元、Rolling 系列重构、CSS 变量清理和发布准备展开。
145
-
146
- - 新增独立版 `@techui/adaptive`,以及 `TuiFlex`、`TuiScalePanel`、`TuiCollapse`、`TuiStickyPanel`、`TuiBackTop`、`TuiMaximize`、`TuiDockPanel`、`TuiDatePicker`。
147
- - 新增 DataUnit 系列:`TuiDataUnitMetric` `TuiDataUnitRank`,用于指标、辅助数值、趋势和排行信息块。
148
- - 新增 VisualUnit 系列:`TuiVisualUnitBar`、`TuiVisualUnitRing`、`TuiVisualUnitGauge`,作为从 `TuiProgress` 拆出的底层图形单元。
149
- - 重构 `TuiRolling`、`TuiRollingTable`、`TuiRollingProgress`、`TuiRollingNotification`、`TuiRollingNavIcon`、`TuiRollingNavTabs`,统一滚动行为、控制栏、表头 / 合计行和动态克隆刷新逻辑。
150
- - 批量清理组件 class、CSS 变量、样式命名和源码分类;`advance` 目录统一更名为 `advanced`。
151
- - 新增和完善 `tFrame`、`cssVarSet`、`cssVarIf`、`cssSizeEnsure`、`tAnimate`、`tResize`、`v-tui-drag` 等工具能力。
152
- - 补充纯前端许可证、链式许可与独立许可相关能力。
153
- - 修复 Rolling 分页、自动跟随、动态克隆刷新、Nav 控制栏动画抢更新、小数精度、弹层锚点、DatePicker 缩放容器行为等多个组件边界问题。
154
- - 文档、Demo、导航、测试预览、AI 协作规则和中英文内容进行了大范围更新。
155
-
156
- ### v0.1.1 (2026-04-18)
157
-
158
- 版本 `0.1.1` 延续了 `0.1.0` 的升级方向,重点围绕 `techuiColors 2.0`、图表主题 token、地图案例迁移,以及基础设施收尾优化展开。
159
-
160
- - `techuiColors` 升级至 `2.0`,引入新的命名体系、迁移映射、色相环文档与更完善的颜色表达式能力。
161
- - `@techui/lessmixins` 更名为 `@techui/mixins`,新增 `Scss` 入口支持,并统一了子路径导入方式。
162
- - `TuiEcharts` `TuiEchartsMap` 支持 `$theme`、`$scheme` 等主题感知配置项,主题切换时不再依赖大量手工颜色同步。
163
- - 大批 Vue2 图表案例迁移为 Vue3,多个 ECharts / EChartsMap 测试目录同步迁移到新的 token 主题模式。
164
- - 通过迭代 `v-tui-drag`、`dom.info` dialog 内部逻辑,进一步增强了拖拽和自适应缩放场景下的稳定性。
165
- - `colors`、`mixins`、`echarts`、`echartsMap` 等相关文档已同步对齐 `2.0` 颜色体系与主题感知配置方式。
166
- - 持续清理测试用例、文档与内部工具中的命名、导入路径、大小写与迁移遗留问题。
167
-
168
- ### v0.1.0 (2026-04-05)
148
+ ### 更新说明
149
+
150
+ - 英文部分的文档,采用了翻译软件或者AI对齐进行翻译,所以可能存在部分用词不当或者表达模糊的情况。
151
+ - 截止到目前为止,TechUI的每次发布,均会对当前四个组件库进行同步打包发布。并且更新记录中,可能会出现当前组件库中不存在的组件,属于正常现象。因为当前Update文档是针对整个TechUI工程,而非争对当前的组件库。
152
+
153
+ ### v0.1.3 (2026-05-01)
154
+
155
+ 版本 `0.1.3` 新增若干聚焦组件,并继续迭代 Rolling、Scroller、Form、样式体系和文档。
156
+
157
+ - 新增 `TuiIcon`、`TuiRollingSplit`、`TuiScrollerOptionShell`、`TuiDatePicker`。
158
+ - 在上一轮重构基础上继续补齐 `TuiRolling` header / footer 插槽、`TuiRollingTable` 表头 / 合计行渲染、阴影、奇偶行和分组轮循能力。
159
+ - `TuiScrollerStep`、`TuiScrollerSmooth` 调整到数据展示分类,并抽出 `TuiScrollerOptionShell` 支撑单选 / 复选等内联选项滚动场景。
160
+ - `TuiForm` 及子组件完成多阶段重构。
161
+ - 清理组件私有动画与公共动画命名,公共关键帧收敛到 `main.less`,滚动条 mixins 收敛为 `scrollLayer / scrollFrame / scrollRoot`。
162
+ - 新增 DatePicker 常用模式、`cssVarIf`、`tDom.overlapMap`、`tDom.resolveOverlap` 和 `date-fns`。
163
+ - 修复 DatePicker 缩放容器 / inline / 空菜单壳问题、FollowPanel 碰撞翻转、PopInfo / PopTip 样式、Message / Notification 异常、ButtonB1 图标样式和 view transition 指定容器动画问题。
164
+ - 补齐新增组件的文档、Demo、导航、shared 预览和中英文内容。
165
+
166
+ ### v0.1.2 (2026-04-25)
167
+
168
+ 版本 `0.1.2` 是一次大范围的组件与文档发布,重点围绕 `@techui/adaptive`、布局 / 弹层新增组件、Rolling 系列重构、CSS 变量清理和发布准备展开。
169
+
170
+ - 新增独立版 `@techui/adaptive`,以及 `TuiFlex`、`TuiScalePanel`、`TuiCollapse`、`TuiStickyPanel`、`TuiBackTop`、`TuiMaximize`、`TuiDockPanel`。
171
+ - 重构 `TuiRolling`、`TuiRollingTable`、`TuiRollingProgress`、`TuiRollingNotification`、`TuiRollingNavIcon`、`TuiRollingNavTabs`,统一滚动行为、控制栏、表头 / 合计行和动态克隆刷新逻辑。
172
+ - 批量清理组件 class、CSS 变量、样式命名和源码分类;`advance` 目录统一更名为 `advanced`。
173
+ - 新增和完善 `tFrame`、`cssVarSet`、`cssSizeEnsure`、`tAnimate`、`tResize`、`v-tui-drag` 等工具能力。
174
+ - 补充纯前端许可证、链式许可与独立许可相关能力。
175
+ - 修复 Rolling 分页、自动跟随、动态克隆刷新、Nav 控制栏动画抢更新、小数精度、弹层锚点、Admin Tabs 路由转场等多个组件边界问题。
176
+ - 文档、Demo、导航、测试预览、AI 协作规则和中英文内容进行了大范围更新。
177
+
178
+ ### v0.1.1 (2026-04-18)
179
+
180
+ 版本 `0.1.1` 延续了 `0.1.0` 的升级方向,重点围绕 `techuiColors 2.0`、图表主题 token、地图案例迁移,以及基础设施收尾优化展开。
181
+
182
+ - `techuiColors` 升级至 `2.0`,引入新的命名体系、迁移映射、色相环文档与更完善的颜色表达式能力。
183
+ - `@techui/lessmixins` 更名为 `@techui/mixins`,新增 `Scss` 入口支持,并统一了子路径导入方式。
184
+ - `TuiEcharts` 与 `TuiEchartsMap` 支持 `$theme`、`$scheme` 等主题感知配置项,主题切换时不再依赖大量手工颜色同步。
185
+ - 大批 Vue2 图表案例迁移为 Vue3,多个 ECharts / EChartsMap 测试目录同步迁移到新的 token 主题模式。
186
+ - 通过迭代 `v-tui-drag`、`dom.info` 与 dialog 内部逻辑,进一步增强了拖拽和自适应缩放场景下的稳定性。
187
+ - `colors`、`mixins`、`echarts`、`echartsMap` 等相关文档已同步对齐 `2.0` 颜色体系与主题感知配置方式。
188
+ - 持续清理测试用例、文档与内部工具中的命名、导入路径、大小写与迁移遗留问题。
189
+
190
+ ### v0.1.0 (2026-04-05)
169
191
 
170
192
  版本 0.1.0 迎来里程碑式升级:
171
193
 
@@ -256,4 +278,5 @@ Version 0.1.0 marks a milestone upgrade:
256
278
 
257
279
  ### v0.0.1 (2025-10-02)
258
280
 
259
- - 首次发布
281
+ - 首次发布
282
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techui/scifi",
3
- "version": "0.1.2-alpha.1",
3
+ "version": "0.1.3-alpha.1",
4
4
  "description": "TechUI Scifi is a sci-fi SVG component library developed based on Vue3. It uses dynamically calculated SVG elements to generate a variety of cool, futuristic, and technological components.",
5
5
  "author": "aYin <ayin86cn@gmail.com> <wechat:jay1986cn>",
6
6
  "homepage": "https://techui.net",
@@ -43,9 +43,9 @@
43
43
  "dependencies": {
44
44
  "@techui/icons": "1.0.5",
45
45
  "@techui/colors": "2.0.1",
46
- "@techui/mixins": "0.1.2",
47
- "@techui/locales": "0.1.2",
48
- "@techui/themes": "0.1.2",
46
+ "@techui/mixins": "0.1.3",
47
+ "@techui/locales": "0.1.3",
48
+ "@techui/themes": "0.1.3",
49
49
  "@techui/utils": "0.1.3",
50
50
  "@techui/libs": "0.0.7",
51
51
  "vue": "^3.4.27",