@ibiz-template/web-theme 1.0.28 → 1.0.30
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/CHANGELOG.md +14 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-login-view.d.ts +3 -0
- package/es/publish/app-login-view.mjs +6 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.d.ts +3 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +1 -1
- package/lib/publish/app-login-view.cjs +6 -0
- package/lib/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,23 @@
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
## [1.0.30] - 2023-11-24
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- 应用登录视图记住账户密码编辑器参数
|
|
15
|
+
|
|
16
|
+
## [1.0.29] - 2023-11-23
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- 分页导航布局调整,左侧区域不压缩
|
|
21
|
+
- 图表导航布局调整,图表导航区域高度自适应
|
|
11
22
|
|
|
12
23
|
## [1.0.28] - 2023-11-21
|
|
13
24
|
|
|
25
|
+
### Added
|
|
26
|
+
|
|
14
27
|
- 添加搜索表单部件布局
|
|
15
28
|
|
|
16
29
|
## [1.0.27] - 2023-11-16
|