@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.
- package/client/themes/oops-theme.css +26 -0
- package/config.development.js +12 -0
- package/package.json +64 -64
|
@@ -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: 'n14c8n42prH68oizEIrLbf50I5Edx3RZtU73jkrN',
|
|
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.
|
|
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.
|
|
46
|
-
"@operato/scene-ar": "^0.1.
|
|
47
|
-
"@operato/scene-chartjs": "^0.1.
|
|
48
|
-
"@operato/scene-clock": "^0.1.
|
|
49
|
-
"@operato/scene-clone": "^0.1.
|
|
50
|
-
"@operato/scene-compass": "^0.1.
|
|
51
|
-
"@operato/scene-gauge": "^0.1.
|
|
52
|
-
"@operato/scene-grist": "^0.1.
|
|
53
|
-
"@operato/scene-i18n": "^0.1.
|
|
54
|
-
"@operato/scene-indoor-map": "^0.1.
|
|
55
|
-
"@operato/scene-integration": "^0.1.
|
|
56
|
-
"@operato/scene-legend": "^0.1.
|
|
57
|
-
"@operato/scene-progressbar": "^0.1.
|
|
58
|
-
"@operato/scene-random": "^0.1.
|
|
59
|
-
"@operato/scene-switch": "^0.1.
|
|
60
|
-
"@operato/scene-tab": "^0.1.
|
|
61
|
-
"@operato/scene-table": "^0.1.
|
|
62
|
-
"@operato/scene-timer": "^0.1.
|
|
63
|
-
"@operato/scene-wheel-sorter": "^0.1.
|
|
64
|
-
"@things-factory/apptool-ui": "^4.0.
|
|
65
|
-
"@things-factory/attachment-ui": "^4.0.
|
|
66
|
-
"@things-factory/auth-ui": "^4.0.
|
|
67
|
-
"@things-factory/board-service": "^4.0.
|
|
68
|
-
"@things-factory/board-ui": "^4.0.
|
|
69
|
-
"@things-factory/context-ui": "^4.0.
|
|
70
|
-
"@things-factory/export-ui": "^4.0.
|
|
71
|
-
"@things-factory/fav-base": "^4.0.
|
|
72
|
-
"@things-factory/font-base": "^4.0.
|
|
73
|
-
"@things-factory/form-ui": "^4.0.
|
|
74
|
-
"@things-factory/help": "^4.0.
|
|
75
|
-
"@things-factory/i18n-ui": "^4.0.
|
|
76
|
-
"@things-factory/import-ui": "^4.0.
|
|
77
|
-
"@things-factory/integration-notification": "^4.0.
|
|
78
|
-
"@things-factory/integration-ui": "^4.0.
|
|
79
|
-
"@things-factory/layout-ui": "^4.0.
|
|
80
|
-
"@things-factory/more-ui": "^4.0.
|
|
81
|
-
"@things-factory/notification": "^4.0.
|
|
82
|
-
"@things-factory/oauth2-client": "^4.0.
|
|
83
|
-
"@things-factory/offline-ui": "^4.0.
|
|
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.
|
|
86
|
-
"@things-factory/print-service": "^4.0.
|
|
87
|
-
"@things-factory/print-ui": "^4.0.
|
|
88
|
-
"@things-factory/resource-ui": "^4.0.
|
|
89
|
-
"@things-factory/scene-baidu-map": "^4.0.
|
|
90
|
-
"@things-factory/scene-data-transform": "^4.0.
|
|
91
|
-
"@things-factory/scene-excel": "^4.0.
|
|
92
|
-
"@things-factory/scene-firebase": "^4.0.
|
|
93
|
-
"@things-factory/scene-form": "^4.0.
|
|
94
|
-
"@things-factory/scene-google-map": "^4.0.
|
|
95
|
-
"@things-factory/scene-graphql": "^4.0.
|
|
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.
|
|
98
|
-
"@things-factory/scene-marker": "^4.0.
|
|
99
|
-
"@things-factory/scene-mqtt": "^4.0.
|
|
100
|
-
"@things-factory/scene-news-ticker": "^4.0.
|
|
101
|
-
"@things-factory/scene-restful": "^4.0.
|
|
102
|
-
"@things-factory/scene-urdf": "^4.0.
|
|
103
|
-
"@things-factory/scene-visualizer": "^4.0.
|
|
104
|
-
"@things-factory/screencast-ui": "^4.0.
|
|
105
|
-
"@things-factory/setting-ui": "^4.0.
|
|
106
|
-
"@things-factory/system-ui": "^4.0.
|
|
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.
|
|
110
|
-
"@things-factory/builder": "^4.0.
|
|
109
|
+
"@things-factory/board-test": "^4.0.34",
|
|
110
|
+
"@things-factory/builder": "^4.0.34"
|
|
111
111
|
},
|
|
112
112
|
"resolutions": {},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "b79919fd02f8388f1d40300c52a25903ad98110c"
|
|
114
114
|
}
|