@ibiz-template/web-theme 1.0.25 → 1.0.27
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 +19 -3
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-index-view-layout.d.ts +49 -2
- package/es/publish/app-index-view-layout.mjs +13 -17
- package/es/publish/index.mjs +3 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +285 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +324 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +56 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +47 -0
- package/lib/publish/app-index-view-layout.cjs +13 -17
- package/lib/publish/index.cjs +3 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +328 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +47 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,23 @@
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [0.
|
|
10
|
+
## [1.0.27] - 2023-11-16
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- 首页应用通知按钮改成预定义的直接内容类型
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- 地图视图预置布局模型
|
|
19
|
+
|
|
20
|
+
## [1.0.26] - 2023-11-11
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- 多表单编辑视图预置新增按钮
|
|
25
|
+
|
|
26
|
+
## [1.0.25] - 2023-11-02
|
|
11
27
|
|
|
12
28
|
### Added
|
|
13
29
|
|
|
@@ -15,13 +31,13 @@
|
|
|
15
31
|
- 调整element-plus按钮有loading图标时自身写死的margin-left
|
|
16
32
|
- 调整elemnet-plus下拉框里scrollbar内部每一项的样式
|
|
17
33
|
|
|
18
|
-
## [0.
|
|
34
|
+
## [1.0.24] - 2023-10-18
|
|
19
35
|
|
|
20
36
|
### Added
|
|
21
37
|
|
|
22
38
|
- 首页支持菜单收缩,对应的样式调整
|
|
23
39
|
|
|
24
|
-
## [0.
|
|
40
|
+
## [1.0.23] - 2023-10-17
|
|
25
41
|
|
|
26
42
|
### Added
|
|
27
43
|
|