@ibiz-template/web-theme 1.0.32-dev.1 → 1.1.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/CHANGELOG.md +13 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +2 -28
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +0 -27
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.d.ts +96 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.mjs +109 -0
- package/es/publish/index.mjs +2 -0
- package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +0 -27
- package/lib/publish/control-layout/control-layout-model-repository-tree-layout.cjs +113 -0
- package/lib/publish/index.cjs +2 -0
- package/package.json +2 -2
- package/src/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.ts +0 -27
- package/src/publish/control-layout/control-layout-model-repository-tree-layout.ts +106 -0
- package/src/publish/index.ts +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,22 @@
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.1.1] - 2023-12-04
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- 添加树部件的默认布局面板,快速搜索由树部件自己绘制
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- 删除树导航布局里的快速搜索
|
|
19
|
+
|
|
20
|
+
## [1.1.0] - 2023-12-03
|
|
21
|
+
|
|
10
22
|
### Changed
|
|
11
23
|
|
|
12
24
|
- 删除内置的 omni 主题
|
|
25
|
+
- 主题安装采用vue插件方式
|
|
13
26
|
|
|
14
27
|
## [1.0.30] - 2023-11-24
|
|
15
28
|
|