@things-factory/operato-dataset 6.1.79 → 6.1.81

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.
Files changed (2) hide show
  1. package/client/menu.ts +2 -2
  2. package/package.json +33 -33
package/client/menu.ts CHANGED
@@ -145,11 +145,11 @@ export function getMenuTemplate(owner: boolean = false, dataSets: any[]) {
145
145
  path: 'department-list'
146
146
  },
147
147
  {
148
- name: i18next.t('title.my approval line templates'),
148
+ name: i18next.t('title.my-approval-line template list'),
149
149
  path: 'my-approval-line-templates-page'
150
150
  },
151
151
  {
152
- name: i18next.t('title.common approval line templates'),
152
+ name: i18next.t('title.common-approval-line template list'),
153
153
  path: 'common-approval-line-templates-page'
154
154
  }
155
155
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-dataset",
3
- "version": "6.1.79",
3
+ "version": "6.1.81",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -57,40 +57,40 @@
57
57
  "@operato/scene-table": "^1.0.0",
58
58
  "@operato/scene-timer": "^1.0.0",
59
59
  "@operato/shell": "^1.2.6",
60
- "@things-factory/api": "^6.1.79",
61
- "@things-factory/apptool-base": "^6.1.79",
62
- "@things-factory/apptool-ui": "^6.1.79",
63
- "@things-factory/auth-base": "^6.1.79",
64
- "@things-factory/auth-ui": "^6.1.79",
65
- "@things-factory/board-service": "^6.1.79",
66
- "@things-factory/board-ui": "^6.1.79",
67
- "@things-factory/ccp": "^6.1.79",
68
- "@things-factory/context-ui": "^6.1.79",
69
- "@things-factory/dashboard": "^6.1.79",
70
- "@things-factory/dataset": "^6.1.79",
71
- "@things-factory/export-ui": "^6.1.79",
72
- "@things-factory/help": "^6.1.79",
73
- "@things-factory/i18n-base": "^6.1.79",
74
- "@things-factory/integration-base": "^6.1.79",
75
- "@things-factory/integration-msgraph": "^6.1.79",
76
- "@things-factory/integration-ui": "^6.1.79",
77
- "@things-factory/lite-menu": "^6.1.79",
78
- "@things-factory/more-base": "^6.1.79",
79
- "@things-factory/more-ui": "^6.1.79",
80
- "@things-factory/notification": "^6.1.79",
81
- "@things-factory/oauth2-client": "^6.1.79",
82
- "@things-factory/organization": "^6.1.79",
83
- "@things-factory/qc": "^6.1.79",
84
- "@things-factory/resource-ui": "^6.1.79",
85
- "@things-factory/setting-base": "^6.1.79",
86
- "@things-factory/setting-ui": "^6.1.79",
87
- "@things-factory/shell": "^6.1.79",
88
- "@things-factory/system-ui": "^6.1.79",
89
- "@things-factory/work-shift": "^6.1.79",
90
- "@things-factory/worklist": "^6.1.79"
60
+ "@things-factory/api": "^6.1.81",
61
+ "@things-factory/apptool-base": "^6.1.81",
62
+ "@things-factory/apptool-ui": "^6.1.81",
63
+ "@things-factory/auth-base": "^6.1.81",
64
+ "@things-factory/auth-ui": "^6.1.81",
65
+ "@things-factory/board-service": "^6.1.81",
66
+ "@things-factory/board-ui": "^6.1.81",
67
+ "@things-factory/ccp": "^6.1.81",
68
+ "@things-factory/context-ui": "^6.1.81",
69
+ "@things-factory/dashboard": "^6.1.81",
70
+ "@things-factory/dataset": "^6.1.81",
71
+ "@things-factory/export-ui": "^6.1.81",
72
+ "@things-factory/help": "^6.1.81",
73
+ "@things-factory/i18n-base": "^6.1.81",
74
+ "@things-factory/integration-base": "^6.1.81",
75
+ "@things-factory/integration-msgraph": "^6.1.81",
76
+ "@things-factory/integration-ui": "^6.1.81",
77
+ "@things-factory/lite-menu": "^6.1.81",
78
+ "@things-factory/more-base": "^6.1.81",
79
+ "@things-factory/more-ui": "^6.1.81",
80
+ "@things-factory/notification": "^6.1.81",
81
+ "@things-factory/oauth2-client": "^6.1.81",
82
+ "@things-factory/organization": "^6.1.81",
83
+ "@things-factory/qc": "^6.1.81",
84
+ "@things-factory/resource-ui": "^6.1.81",
85
+ "@things-factory/setting-base": "^6.1.81",
86
+ "@things-factory/setting-ui": "^6.1.81",
87
+ "@things-factory/shell": "^6.1.81",
88
+ "@things-factory/system-ui": "^6.1.81",
89
+ "@things-factory/work-shift": "^6.1.81",
90
+ "@things-factory/worklist": "^6.1.81"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@things-factory/builder": "^6.1.79"
94
94
  },
95
- "gitHead": "18623e9b07861b82ab5b5c02aa386262f52fe7f9"
95
+ "gitHead": "cf39cd5eb29e1abd83a71a66fbe797409b560282"
96
96
  }