@things-factory/menu-base 4.3.234 → 4.3.248

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": "4.3.234",
3
+ "version": "4.3.248",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -23,7 +23,7 @@
23
23
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
24
24
  },
25
25
  "dependencies": {
26
- "@things-factory/auth-base": "^4.3.234"
26
+ "@things-factory/auth-base": "^4.3.248"
27
27
  },
28
- "gitHead": "f09a8d10fcf4cffc06abb9777ca60ee82b00ce33"
28
+ "gitHead": "c45a9863ca451fa4d4fe3dbc797d7cc883b5bfd5"
29
29
  }
@@ -0,0 +1,71 @@
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",
9
+ "field.term": "term",
10
+ "field.col_type": "col type",
11
+ "field.col_size": "col size",
12
+ "field.nullable": "nullable",
13
+ "field.ref_type": "ref type",
14
+ "field.ref_name": "ref name",
15
+ "field.ref_url": "ref url",
16
+ "field.ref_params": "ref params",
17
+ "field.ref_related": "ref related",
18
+ "field.search_rank": "search rank",
19
+ "field.sort_rank": "sort rank",
20
+ "field.reverse_sort": "reverse sort",
21
+ "field.virtual_field": "virtual field",
22
+ "field.ext_field": "ext field",
23
+ "field.search_name": "search name",
24
+ "field.search_editor": "search editor",
25
+ "field.search_oper": "search oper",
26
+ "field.search_init_val": "search init val",
27
+ "field.grid_rank": "grid rank",
28
+ "field.grid_editor": "grid editor",
29
+ "field.grid_format": "grid format",
30
+ "field.grid_validator": "grid validator",
31
+ "field.grid_width": "grid width",
32
+ "field.grid_align": "grid align",
33
+ "field.uniq_rank": "uniq rank",
34
+ "field.form_editor": "form editor",
35
+ "field.form_validator": "form validator",
36
+ "field.form_format": "form format",
37
+ "field.def_val": "def val",
38
+ "field.range_val": "range val",
39
+ "field.ignore_on_save": "ignore on save",
40
+ "field.view_section": "view section",
41
+ "field.entity_id": "entity id",
42
+ "field.data_prop": "data prop",
43
+ "field.association": "association",
44
+ "field.search_url": "search url",
45
+ "field.save_url": "save url",
46
+ "field.master_field": "master field",
47
+ "field.custom_view": "custom view",
48
+ "field.parent": "parent",
49
+ "field.childrens": "childrens",
50
+ "field.template": "template",
51
+ "field.menu_type": "menu type",
52
+ "field.category": "category",
53
+ "field.icon_path": "icon path",
54
+ "field.hidden_flag": "hidden flag",
55
+ "field.routing": "routing",
56
+ "field.routing_type": "routing type",
57
+ "field.detail_form_id": "detail form id",
58
+ "field.detail_layout": "detail layout",
59
+ "field.resource_type": "resource type",
60
+ "field.resource_name": "resource name",
61
+ "field.resource_url": "resource url",
62
+ "field.grid_save_url": "grid save url",
63
+ "field.id_field": "id field",
64
+ "field.title_field": "title field",
65
+ "field.pagination": "pagination",
66
+ "field.items_prop": "items prop",
67
+ "field.total_prop": "total prop",
68
+ "field.fixed_columns": "fixed columns",
69
+ "field.buttons": "buttons",
70
+ "field.columns": "columns"
71
+ }