efront 3.20.1 → 3.20.4

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.
@@ -1 +0,0 @@
1
- pedit.bind(null, "接口", "api");
@@ -1,20 +0,0 @@
1
- var types = refilm`
2
- 数值/number
3
- 文本/input
4
- `;
5
- model.setModels({
6
- design: frame$dict.bind(null, types),
7
- });
8
- return plist.bind(null, '接口管理', "api", refilm`
9
- *接口路径/path 100
10
- 接口名/name 100
11
- 请求方法/method select [get,post,put,patch,options]
12
- 数据格式/format select [JSON,JSAM,URLencode]
13
- !参数/fields design ${[
14
- {
15
- name: "修改",
16
- }
17
- ]}
18
- 加密方式/crypt select [timeencode,encode62]
19
- *是否启用/status radio [不启用,启用]
20
- `, '/api/edit');
@@ -1,2 +0,0 @@
1
- <xlist #navbar ng-src="m in apilist"></xlist>
2
- <container src@="navbar.selected?.path"></container>
@@ -1,14 +0,0 @@
1
- function main() {
2
- var page = document.createElement('user-api');
3
- page.innerHTML = template;
4
- renderWithDefaults(page, {
5
- apilist: ["查询", "添加", "删除", "登录"].map(a => {
6
- var [name, path] = a.split(' ');
7
- return { name };
8
- }),
9
- xlist: menu,
10
- })
11
- page.$scope.apilist[1].actived = true;
12
- console.log(page.$scope)
13
- return page;
14
- }
File without changes
@@ -1 +0,0 @@
1
- pedit.bind(null, "用户信息", "user");
@@ -1,4 +0,0 @@
1
- plist.bind(null, '用户管理', "user", refilm`
2
- *用户ID/key 100
3
- 用户名/name input/300
4
- `, "/user/edit");
@@ -1 +0,0 @@
1
- pedit.bind(null, "标签", "tag");
@@ -1,3 +0,0 @@
1
- plist.bind(null, '标签', "tag", refilm`
2
- *标签/key 100
3
- `, "/user/tag/edit");