@things-factory/operato-board 4.0.30 → 4.0.34

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,26 @@
1
+ body {
2
+ /* oops spinner style */
3
+
4
+ --oops-spinner-image: url(/assets/images/spinner.png);
5
+
6
+ /* oops note style */
7
+ --oops-note-icon-font: normal 24px var(--mdc-icon-font, 'Material Icons');
8
+ --oops-note-icon-color: rgba(var(--secondary-color-rgb), 0.3);
9
+ --oops-note-icon-border: 2px solid rgba(var(--secondary-color-rgb), 0.3);
10
+ --oops-note-icon-border-radius: 50px;
11
+ --oops-note-icon-padding: var(--padding-default);
12
+ --oops-note-title-margin: 7px 0 2px 0;
13
+ --oops-note-title-font: bold 14px var(--theme-font);
14
+ --oops-note-title-color: var(--secondary-color);
15
+ --oops-note-description-font: normal 12px var(--theme-font);
16
+ --oops-note-description-color: var(--primary-color);
17
+ }
18
+ @media only screen and (max-width: 460px) {
19
+ body {
20
+ --oops-note-icon-padding: var(--padding-narrow);
21
+ --oops-note-icon-font: normal 18px var(--mdc-icon-font, 'Material Icons');
22
+ --oops-note-title-font: bold 13px var(--theme-font);
23
+ --oops-note-title-margin: var(--margin-narrow) 0 2px 0;
24
+ --oops-note-description-font: normal 0px var(--theme-font);
25
+ }
26
+ }
@@ -0,0 +1,12 @@
1
+ var licenseKey = require('./config/license').Key
2
+ module.exports = {
3
+ accessTokenCookieKey: 'access_token.board',
4
+ licenseKey: licenseKey,
5
+ storage: {
6
+ type: 's3',
7
+ accessKeyId: 'AKIAQAYF6R4N7RSOCEMD',
8
+ secretAccessKey: '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',
9
+ bucketName: 'aidoop-r',
10
+ region: 'ap-northeast-2'
11
+ }
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "4.0.30",
3
+ "version": "4.0.34",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -42,73 +42,73 @@
42
42
  "docker:push:cn": "docker image push hatiolab/operato-board:latest-cn && docker image push hatiolab/operato-board:$npm_package_version-cn"
43
43
  },
44
44
  "dependencies": {
45
- "@operato/attachment": "^0.3.7",
46
- "@operato/scene-ar": "^0.1.1",
47
- "@operato/scene-chartjs": "^0.1.1",
48
- "@operato/scene-clock": "^0.1.1",
49
- "@operato/scene-clone": "^0.1.1",
50
- "@operato/scene-compass": "^0.1.1",
51
- "@operato/scene-gauge": "^0.1.1",
52
- "@operato/scene-grist": "^0.1.1",
53
- "@operato/scene-i18n": "^0.1.1",
54
- "@operato/scene-indoor-map": "^0.1.1",
55
- "@operato/scene-integration": "^0.1.1",
56
- "@operato/scene-legend": "^0.1.1",
57
- "@operato/scene-progressbar": "^0.1.1",
58
- "@operato/scene-random": "^0.1.1",
59
- "@operato/scene-switch": "^0.1.1",
60
- "@operato/scene-tab": "^0.1.1",
61
- "@operato/scene-table": "^0.1.1",
62
- "@operato/scene-timer": "^0.1.1",
63
- "@operato/scene-wheel-sorter": "^0.1.1",
64
- "@things-factory/apptool-ui": "^4.0.30",
65
- "@things-factory/attachment-ui": "^4.0.30",
66
- "@things-factory/auth-ui": "^4.0.30",
67
- "@things-factory/board-service": "^4.0.30",
68
- "@things-factory/board-ui": "^4.0.30",
69
- "@things-factory/context-ui": "^4.0.30",
70
- "@things-factory/export-ui": "^4.0.30",
71
- "@things-factory/fav-base": "^4.0.30",
72
- "@things-factory/font-base": "^4.0.30",
73
- "@things-factory/form-ui": "^4.0.30",
74
- "@things-factory/help": "^4.0.30",
75
- "@things-factory/i18n-ui": "^4.0.30",
76
- "@things-factory/import-ui": "^4.0.30",
77
- "@things-factory/integration-notification": "^4.0.30",
78
- "@things-factory/integration-ui": "^4.0.30",
79
- "@things-factory/layout-ui": "^4.0.30",
80
- "@things-factory/more-ui": "^4.0.30",
81
- "@things-factory/notification": "^4.0.30",
82
- "@things-factory/oauth2-client": "^4.0.30",
83
- "@things-factory/offline-ui": "^4.0.30",
45
+ "@operato/attachment": "^0.3.14",
46
+ "@operato/scene-ar": "^0.1.2",
47
+ "@operato/scene-chartjs": "^0.1.2",
48
+ "@operato/scene-clock": "^0.1.2",
49
+ "@operato/scene-clone": "^0.1.2",
50
+ "@operato/scene-compass": "^0.1.2",
51
+ "@operato/scene-gauge": "^0.1.2",
52
+ "@operato/scene-grist": "^0.1.2",
53
+ "@operato/scene-i18n": "^0.1.2",
54
+ "@operato/scene-indoor-map": "^0.1.2",
55
+ "@operato/scene-integration": "^0.1.2",
56
+ "@operato/scene-legend": "^0.1.2",
57
+ "@operato/scene-progressbar": "^0.1.2",
58
+ "@operato/scene-random": "^0.1.2",
59
+ "@operato/scene-switch": "^0.1.2",
60
+ "@operato/scene-tab": "^0.1.2",
61
+ "@operato/scene-table": "^0.1.2",
62
+ "@operato/scene-timer": "^0.1.2",
63
+ "@operato/scene-wheel-sorter": "^0.1.2",
64
+ "@things-factory/apptool-ui": "^4.0.34",
65
+ "@things-factory/attachment-ui": "^4.0.34",
66
+ "@things-factory/auth-ui": "^4.0.34",
67
+ "@things-factory/board-service": "^4.0.34",
68
+ "@things-factory/board-ui": "^4.0.34",
69
+ "@things-factory/context-ui": "^4.0.34",
70
+ "@things-factory/export-ui": "^4.0.34",
71
+ "@things-factory/fav-base": "^4.0.34",
72
+ "@things-factory/font-base": "^4.0.34",
73
+ "@things-factory/form-ui": "^4.0.34",
74
+ "@things-factory/help": "^4.0.34",
75
+ "@things-factory/i18n-ui": "^4.0.34",
76
+ "@things-factory/import-ui": "^4.0.34",
77
+ "@things-factory/integration-notification": "^4.0.34",
78
+ "@things-factory/integration-ui": "^4.0.34",
79
+ "@things-factory/layout-ui": "^4.0.34",
80
+ "@things-factory/more-ui": "^4.0.34",
81
+ "@things-factory/notification": "^4.0.34",
82
+ "@things-factory/oauth2-client": "^4.0.34",
83
+ "@things-factory/offline-ui": "^4.0.34",
84
84
  "@things-factory/operato-license-checker": "^3.0.4",
85
- "@things-factory/pdf": "^4.0.30",
86
- "@things-factory/print-service": "^4.0.30",
87
- "@things-factory/print-ui": "^4.0.30",
88
- "@things-factory/resource-ui": "^4.0.30",
89
- "@things-factory/scene-baidu-map": "^4.0.30",
90
- "@things-factory/scene-data-transform": "^4.0.30",
91
- "@things-factory/scene-excel": "^4.0.30",
92
- "@things-factory/scene-firebase": "^4.0.30",
93
- "@things-factory/scene-form": "^4.0.30",
94
- "@things-factory/scene-google-map": "^4.0.30",
95
- "@things-factory/scene-graphql": "^4.0.30",
85
+ "@things-factory/pdf": "^4.0.34",
86
+ "@things-factory/print-service": "^4.0.34",
87
+ "@things-factory/print-ui": "^4.0.34",
88
+ "@things-factory/resource-ui": "^4.0.34",
89
+ "@things-factory/scene-baidu-map": "^4.0.34",
90
+ "@things-factory/scene-data-transform": "^4.0.34",
91
+ "@things-factory/scene-excel": "^4.0.34",
92
+ "@things-factory/scene-firebase": "^4.0.34",
93
+ "@things-factory/scene-form": "^4.0.34",
94
+ "@things-factory/scene-google-map": "^4.0.34",
95
+ "@things-factory/scene-graphql": "^4.0.34",
96
96
  "@things-factory/scene-half-roundrect": "^4.0.9",
97
- "@things-factory/scene-label": "^4.0.30",
98
- "@things-factory/scene-marker": "^4.0.30",
99
- "@things-factory/scene-mqtt": "^4.0.30",
100
- "@things-factory/scene-news-ticker": "^4.0.30",
101
- "@things-factory/scene-restful": "^4.0.30",
102
- "@things-factory/scene-urdf": "^4.0.30",
103
- "@things-factory/scene-visualizer": "^4.0.30",
104
- "@things-factory/screencast-ui": "^4.0.30",
105
- "@things-factory/setting-ui": "^4.0.30",
106
- "@things-factory/system-ui": "^4.0.30"
97
+ "@things-factory/scene-label": "^4.0.34",
98
+ "@things-factory/scene-marker": "^4.0.34",
99
+ "@things-factory/scene-mqtt": "^4.0.34",
100
+ "@things-factory/scene-news-ticker": "^4.0.34",
101
+ "@things-factory/scene-restful": "^4.0.34",
102
+ "@things-factory/scene-urdf": "^4.0.34",
103
+ "@things-factory/scene-visualizer": "^4.0.34",
104
+ "@things-factory/screencast-ui": "^4.0.34",
105
+ "@things-factory/setting-ui": "^4.0.34",
106
+ "@things-factory/system-ui": "^4.0.34"
107
107
  },
108
108
  "devDependencies": {
109
- "@things-factory/board-test": "^4.0.30",
110
- "@things-factory/builder": "^4.0.30"
109
+ "@things-factory/board-test": "^4.0.34",
110
+ "@things-factory/builder": "^4.0.34"
111
111
  },
112
112
  "resolutions": {},
113
- "gitHead": "4ab590326e3fc60d113fb438e90eefee708f1f19"
113
+ "gitHead": "b79919fd02f8388f1d40300c52a25903ad98110c"
114
114
  }