@things-factory/shell 6.1.175 → 6.1.180

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/shell",
3
- "version": "6.1.175",
3
+ "version": "6.1.180",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -76,6 +76,7 @@
76
76
  "graphql": "^16.5.0",
77
77
  "graphql-mqtt-subscriptions": "^1.2.0",
78
78
  "graphql-redis-subscriptions": "^2.5.0",
79
+ "graphql-scalars": "^1.22.2",
79
80
  "graphql-subscriptions": "^2.0.0",
80
81
  "graphql-tag": "^2.12.6",
81
82
  "graphql-upload": "^15.0.2",
@@ -116,7 +117,7 @@
116
117
  "sass": "^1.50.1",
117
118
  "scrollbooster": "^3.0.2",
118
119
  "sweetalert2": "^11.7.3",
119
- "type-graphql": "2.0.0-beta.2",
120
+ "type-graphql": "2.0.0-beta.3",
120
121
  "typeorm": "^0.3.9",
121
122
  "uuid": "^3.4.0",
122
123
  "web-animations-js": "^2.3.2",
@@ -131,5 +132,5 @@
131
132
  "pg": "^8.7.3",
132
133
  "sqlite3": "^5.0.8"
133
134
  },
134
- "gitHead": "900294945217294940700e0a2ed718b06476a865"
135
+ "gitHead": "b4d716cf67de9e105cf0feb18f75849745b09f8e"
135
136
  }
package/server/schema.ts CHANGED
@@ -144,7 +144,7 @@ export async function schema() {
144
144
  schemas: [
145
145
  await buildSchema({
146
146
  resolvers: schemas.resolverClasses,
147
- dateScalarMode: 'timestamp',
147
+ // dateScalarMode: 'timestamp',
148
148
  // automatically create `schema.gql` file with schema definition
149
149
  // in project's working directory
150
150
  // or create the file with schema in selected path
@@ -20,6 +20,7 @@
20
20
  "field.brand_image": "brand_image",
21
21
  "field.content_image": "content_image",
22
22
  "field.theme": "theme",
23
+ "prompt.sure to navigate away?": "You have unsaved changes. Are you sure you want to navigate away?",
23
24
  "text.are_you_sure": "are you sure?",
24
25
  "text.data_deleted_successfully": "data deleted successfully",
25
26
  "text.data_updated_successfully": "data updated successfully",
@@ -20,6 +20,7 @@
20
20
  "field.brand_image": "ブランド写真",
21
21
  "field.content_image": "コンテンツ イメージ",
22
22
  "field.theme": "テーマ",
23
+ "prompt.sure to navigate away?": "未保存の変更があります。本当に移動しますか?",
23
24
  "text.are_you_sure": "進行しますか?",
24
25
  "text.data_updated_successfully": "資料の修正に成功しました.",
25
26
  "text.data_uploaded_successfully": "資料が正常に作成されました.",
@@ -20,6 +20,7 @@
20
20
  "field.brand_image": "브랜드 사진",
21
21
  "field.content_image": "컨텐츠 이미지",
22
22
  "field.theme": "테마",
23
+ "prompt.sure to navigate away?": "변경 사항이 저장되지 않았습니다. 정말 이동하시겠습니까?",
23
24
  "text.are_you_sure": "진행하시겠습니까?",
24
25
  "text.data_updated_successfully": "성공적으로 자료를 수정하였습니다.",
25
26
  "text.data_uploaded_successfully": "성공적으로 자료가 생성되었습니다.",
@@ -20,6 +20,7 @@
20
20
  "field.brand_image": "imej",
21
21
  "field.content_image": "isian imej",
22
22
  "field.theme": "tema",
23
+ "prompt.sure to navigate away?": "Anda mempunyai perubahan yang belum disimpan. Adakah anda pasti mahu berpindah?",
23
24
  "text.are_you_sure": "adakah anda pasti?",
24
25
  "text.data_deleted_successfully": "data telah berjaya dipadam",
25
26
  "text.data_updated_successfully": "data berjaya dikemaskini",
@@ -12,6 +12,7 @@
12
12
  "field.updater": "更新者",
13
13
  "field.deleter": "删除者",
14
14
  "text.are_you_sure": "确定执行?",
15
+ "prompt.sure to navigate away?": "您有未保存的更改。确定要离开吗?",
15
16
  "text.data_deleted_successfully": "数据已删除。",
16
17
  "text.data_updated_successfully": "数据已更新。",
17
18
  "text.data_uploaded_successfully": "data uploaded successfully",