@ibiz-template/web-theme 1.0.26 → 1.0.28
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 +16 -0
- 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/control-layout/control-layout-model-repository-search-form-layout.d.ts +119 -0
- package/es/publish/control-layout/control-layout-model-repository-search-form-layout.mjs +133 -0
- package/es/publish/index.mjs +4 -0
- 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/lib/publish/app-index-view-layout.cjs +13 -17
- package/lib/publish/control-layout/control-layout-model-repository-search-form-layout.cjs +137 -0
- package/lib/publish/index.cjs +4 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +328 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
## [1.0.28] - 2023-11-21
|
|
13
|
+
|
|
14
|
+
- 添加搜索表单部件布局
|
|
15
|
+
|
|
16
|
+
## [1.0.27] - 2023-11-16
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- 首页应用通知按钮改成预定义的直接内容类型
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- 地图视图预置布局模型
|
|
25
|
+
|
|
10
26
|
## [1.0.26] - 2023-11-11
|
|
11
27
|
|
|
12
28
|
### Added
|