@things-factory/menu-base 6.1.194 → 6.1.196

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/menu-base",
3
- "version": "6.1.194",
3
+ "version": "6.1.196",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,7 +24,7 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/auth-base": "^6.1.194"
27
+ "@things-factory/auth-base": "^6.1.195"
28
28
  },
29
- "gitHead": "46a864f442dbad3b1eecadf8670a27c824eafc40"
29
+ "gitHead": "8a73fd80ab120e7de00da55b98d7a2931143c061"
30
30
  }
@@ -1,11 +1,11 @@
1
1
  {
2
- "field.menu": "menu",
3
- "field.rank": "rank",
4
- "field.style": "style",
5
- "field.icon": "icon",
6
- "field.text": "text",
7
- "field.auth": "auth",
8
- "field.logic": "logic",
2
+ "field.menu": "메뉴",
3
+ "field.rank": "순위",
4
+ "field.style": "스타일",
5
+ "field.icon": "아이콘",
6
+ "field.text": "텍스트",
7
+ "field.auth": "인증",
8
+ "field.logic": "로직",
9
9
  "field.term": "term",
10
10
  "field.col_type": "col type",
11
11
  "field.col_size": "col size",
@@ -16,10 +16,10 @@
16
16
  "field.ref_params": "ref params",
17
17
  "field.ref_related": "ref related",
18
18
  "field.search_rank": "search rank",
19
- "field.sort_rank": "sort rank",
19
+ "field.sort_rank": "정렬 순위",
20
20
  "field.reverse_sort": "reverse sort",
21
21
  "field.virtual_field": "virtual field",
22
- "field.ext_field": "ext field",
22
+ "field.ext_field": "확장 필드",
23
23
  "field.search_name": "search name",
24
24
  "field.search_editor": "search editor",
25
25
  "field.search_oper": "search oper",
@@ -47,12 +47,12 @@
47
47
  "field.custom_view": "custom view",
48
48
  "field.parent": "parent",
49
49
  "field.childrens": "childrens",
50
- "field.template": "template",
50
+ "field.template": "템플릿",
51
51
  "field.menu_type": "menu type",
52
52
  "field.category": "category",
53
53
  "field.icon_path": "icon path",
54
54
  "field.hidden_flag": "hidden flag",
55
- "field.routing": "routing",
55
+ "field.routing": "라우팅",
56
56
  "field.routing_type": "routing type",
57
57
  "field.detail_form_id": "detail form id",
58
58
  "field.detail_layout": "detail layout",
@@ -60,8 +60,8 @@
60
60
  "field.resource_name": "resource name",
61
61
  "field.resource_url": "resource url",
62
62
  "field.grid_save_url": "grid save url",
63
- "field.id_field": "id field",
64
- "field.title_field": "title field",
63
+ "field.id_field": "id 필드",
64
+ "field.title_field": "title 필드",
65
65
  "field.pagination": "pagination",
66
66
  "field.items_prop": "items prop",
67
67
  "field.total_prop": "total prop",