@things-factory/shell 7.0.1-alpha.97 → 7.0.1-beta.0

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.
@@ -0,0 +1,24 @@
1
+
2
+ ### Japanese
3
+ ```markdown
4
+ # ファイルアップロード
5
+
6
+ ファイルアップロードに関する設定
7
+
8
+ * maxFileSize: ファイルアップロードが可能なファイルの最大サイズ
9
+ * maxFiles: 同時にアップロードできるファイルの最大数
10
+ * mimeTypes: 添付ファイルとしてアップロードできるファイルの種類(mimetype)
11
+ - ['image/png', 'image/jpeg', 'application/pdf']
12
+ - ['image/*', 'application/pdf']
13
+ - ['*/*'] または [] /* すべての種類のファイル */
14
+
15
+ ## デフォルト
16
+
17
+ ```json
18
+ module.exports = {
19
+ fileUpload: {
20
+ maxFileSize: '100mb',
21
+ maxFiles: 10,
22
+ mimeTypes: []
23
+ }
24
+ }
@@ -0,0 +1,22 @@
1
+ # fileUpload
2
+
3
+ 파일업로드와 관련한 설정
4
+
5
+ * maxFileSize: 파일업로드가 가능한 파일의 최대 크기
6
+ * maxFiles: 동시에 업로드할 수 있는 파일의 최대 개수
7
+ * mimeTypes: 첨부파일로 업로드 할 수 있는 파일의 종류(mimetype)
8
+ - ['image/png', 'image/jpeg', 'application/pdf']
9
+ - ['image/*', 'application/pdf']
10
+ - ['*/*'] 또는 [] /* 모든 종류 파일 */
11
+
12
+ ## default
13
+
14
+ ```
15
+ module.exports = {
16
+ fileUpload: {
17
+ maxFileSize: '100mb',
18
+ maxFiles: 10,
19
+ mimeTypes: []
20
+ }
21
+ }
22
+ ```
@@ -0,0 +1,24 @@
1
+
2
+ ### English
3
+ ```markdown
4
+ # fileUpload
5
+
6
+ settings related to file upload
7
+
8
+ * maxFileSize: maximum size of the file that can be uploaded
9
+ * maxFiles: maximum number of files that can be uploaded at the same time
10
+ * mimeTypes: types of files that can be uploaded as attachments (mimetype)
11
+ - ['image/png', 'image/jpeg', 'application/pdf']
12
+ - ['image/*', 'application/pdf']
13
+ - ['*/*'] or [] /* all types of files */
14
+
15
+ ## default
16
+
17
+ ```json
18
+ module.exports = {
19
+ fileUpload: {
20
+ maxFileSize: '100mb',
21
+ maxFiles: 10,
22
+ mimeTypes: []
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+
2
+ ### Malay
3
+ ```markdown
4
+ # muatNaikFail
5
+
6
+ tetapan berkaitan muat naik fail
7
+
8
+ * maxFileSize: saiz fail maksimum yang boleh dimuat naik
9
+ * maxFiles: bilangan maksimum fail yang boleh dimuat naik serentak
10
+ * mimeTypes: jenis fail yang boleh dimuat naik sebagai fail lampiran (mimetype)
11
+ - ['image/png', 'image/jpeg', 'application/pdf']
12
+ - ['image/*', 'application/pdf']
13
+ - ['*/*'] atau [] /* semua jenis fail */
14
+
15
+ ## lalai
16
+
17
+ ```json
18
+ module.exports = {
19
+ fileUpload: {
20
+ maxFileSize: '100mb',
21
+ maxFiles: 10,
22
+ mimeTypes: []
23
+ }
24
+ }
@@ -0,0 +1,21 @@
1
+ # 文件上传
2
+
3
+ 文件上传相关设置
4
+
5
+ * maxFileSize: 文件上传的最大文件大小
6
+ * maxFiles: 一次可以上传的最大文件数量
7
+ * mimeTypes: 可以作为附件上传的文件类型(mimetype)
8
+ - ['image/png', 'image/jpeg', 'application/pdf']
9
+ - ['image/*', 'application/pdf']
10
+ - ['*/*'] 或 [] /* 所有类型的文件 */
11
+
12
+ ## 默认
13
+
14
+ ```json
15
+ module.exports = {
16
+ fileUpload: {
17
+ maxFileSize: '100mb',
18
+ maxFiles: 10,
19
+ mimeTypes: []
20
+ }
21
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/shell",
3
- "version": "7.0.1-alpha.97",
3
+ "version": "7.0.1-beta.0",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -59,11 +59,11 @@
59
59
  "@operato/shell": "^2.0.0-alpha.0",
60
60
  "@operato/typeorm-history": "^2.0.0-alpha.0",
61
61
  "@operato/utils": "^2.0.0-alpha.0",
62
- "@things-factory/ejs-remote": "^7.0.1-alpha.71",
63
- "@things-factory/env": "^7.0.1-alpha.71",
62
+ "@things-factory/ejs-remote": "^7.0.1-beta.0",
63
+ "@things-factory/env": "^7.0.1-beta.0",
64
64
  "@things-factory/operato-license-checker": "^4.0.4",
65
- "@things-factory/styles": "^7.0.1-alpha.71",
66
- "@things-factory/utils": "^7.0.1-alpha.71",
65
+ "@things-factory/styles": "^7.0.1-beta.0",
66
+ "@things-factory/utils": "^7.0.1-beta.0",
67
67
  "@webcomponents/scoped-custom-element-registry": "^0.0.9",
68
68
  "@webcomponents/webcomponentsjs": "^2.6.0",
69
69
  "args": "^5.0.0",
@@ -119,7 +119,7 @@
119
119
  "reselect": "^4.0.0",
120
120
  "sass": "^1.50.1",
121
121
  "scrollbooster": "^3.0.2",
122
- "type-graphql": "^2.0.0-beta.6",
122
+ "type-graphql": "^2.0.0-rc.1",
123
123
  "typeorm": "^0.3.19",
124
124
  "uuid": "^3.4.0",
125
125
  "web-animations-js": "^2.3.2",
@@ -134,5 +134,5 @@
134
134
  "pg": "^8.7.3",
135
135
  "sqlite3": "^5.0.8"
136
136
  },
137
- "gitHead": "419f85d2d71cda3be37664fc7cc52f2ec73018fe"
137
+ "gitHead": "8cf78ecf64a78972b184dd06788825fc8c56352d"
138
138
  }
@@ -67,7 +67,8 @@
67
67
  line-height: 1.5;
68
68
  -webkit-font-smoothing: antialiased;
69
69
 
70
- accent-color: var(--primary-color);
70
+ accent-color: var(--md-sys-color-primary);
71
+ background-color: var(--md-sys-color-background);
71
72
  }
72
73
  </style>
73
74