@things-factory/operato-board 4.1.27 → 5.0.0-alpha.10
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/pages/font-list-page.js +2 -2
- package/client/themes/grist-theme.css +3 -0
- package/config.development.js +42 -0
- package/config.production.js +46 -0
- package/dist-server/errors/index.js +5 -1
- package/dist-server/errors/index.js.map +1 -1
- package/dist-server/errors/license-error.js +5 -1
- package/dist-server/errors/license-error.js.map +1 -1
- package/dist-server/index.js +5 -1
- package/dist-server/index.js.map +1 -1
- package/dist-server/service/index.js +5 -1
- package/dist-server/service/index.js.map +1 -1
- package/package.json +67 -66
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import '@
|
|
1
|
+
import '@operato/font'
|
|
2
2
|
|
|
3
3
|
import { css, html } from 'lit'
|
|
4
4
|
|
|
5
|
-
import { PageView } from '@
|
|
5
|
+
import { PageView } from '@operato/shell'
|
|
6
6
|
|
|
7
7
|
export class FontListPage extends PageView {
|
|
8
8
|
static get styles() {
|
|
@@ -143,6 +143,8 @@ body {
|
|
|
143
143
|
--record-view-footer-button-color: var(--theme-white-color);
|
|
144
144
|
--record-view-footer-iconbutton-size: var(--fontsize-large);
|
|
145
145
|
--record-view-footer-focus-background: var(--primary-color);
|
|
146
|
+
|
|
147
|
+
--ox-grist-padding: var(--padding-default) var(--padding-default) 0 var(--padding-default);
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
@media only screen and (max-width: 460px) {
|
|
@@ -154,6 +156,7 @@ body {
|
|
|
154
156
|
--record-view-footer-iconbutton-size: 35px;
|
|
155
157
|
--record-view-footer-iconbutton-margin: -2px;
|
|
156
158
|
--record-view-footer-iconbutton-display: block;
|
|
159
|
+
--ox-grist-padding: 0;
|
|
157
160
|
}
|
|
158
161
|
}
|
|
159
162
|
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
port: 3000,
|
|
3
|
+
subdomain: null,
|
|
4
|
+
// useVirtualHostBasedDomain: true,
|
|
5
|
+
// subdomainOffset: 2,
|
|
6
|
+
email: {
|
|
7
|
+
host: 'smtp.office365.com',
|
|
8
|
+
port: 587,
|
|
9
|
+
secure: false, // true for 465, false for other ports
|
|
10
|
+
auth: {
|
|
11
|
+
user: 'no-reply@hatiolab.com', // generated ethereal user
|
|
12
|
+
pass: 'h@ti0LAB1008' // generated ethereal password
|
|
13
|
+
},
|
|
14
|
+
secureConnection: false,
|
|
15
|
+
tls: {
|
|
16
|
+
ciphers: 'SSLv3'
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
notification: {
|
|
20
|
+
fcm: {
|
|
21
|
+
serviceAccount: {
|
|
22
|
+
project_id: 'operato',
|
|
23
|
+
private_key:
|
|
24
|
+
'-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDYNOfyNjPMSeG9\nzU1qs0cpVK5cVfadcUaw5g+hkQZMOMlAA7uqW2eX4vkayj7MzbYUayH+sei8044Q\nJIyl6f26dNX1VT3UgTmSmCS0v48EBEZHCgusrUGFjduLRN6OS6uvrXW1xKA18k9q\nai1C2EHCXF2AE4PTvf239RC1UIOnVePcMtT7rMTdHRO4s8OKVuSDbzIt8k1cV3Zt\nES0YsJlkELqBisYpV//2/ZSILTt39J9JzrVef03X9kkoo9p+YnNyy6tWsfQPfgJO\nybiRGBNxiyJ/E2pxRo/WqU0go9OzYJlGaSUrUx09heNiRD1b0MAOmyPDJz/6AaTk\nkU/A+kLzAgMBAAECggEADQ5s2gtR53VSujk1V/Xe8e0Di99DwaWUj5w6YhcK7/wX\nPdQRN4Fw6RLeLjL7xeG/rCNSwzm6hKSrQJL5zLnWW7XbMdyQRk6jdmnVAEv3zACi\nFH9+eFK3e+Q214XfgWz/v4p/FZdRLCYni5VBNHcwyWxLLS/V1ynzB3KM1sDiTRmI\npcT7+uTtwrKgJq64sXtFE2pYrFxDdCiyqzkhv/2ed4YIowAjpKBbbcCDKeVxVkoz\nC1P4PAzs9EeUuKSWYrWaUjN17lqtRlYeT1ylR1PIJuWqd4cKfgoEgz+lHwRPDCEX\nAYbk3nofiJIPBhSfCHrXS755wK48mY8vMwFdfCPJeQKBgQDsz4tjYTHdat5A25n5\nekwMxZwFQ5OvMV4eulwZUDMypTAYSz1iB6sDlgwKDm5omZIfuneqCEIvrqxV/kx3\n5wV/DANHO3hYxdp/NV7rM23xmqlaKZhHQbDono1Fm/LP6DEmJiD7N2eFKsXYcPpR\nSAIdCv0X3zkDQ4zRi51yJlCXzQKBgQDpufJBxCoXngiQJ2j14lWVAeOOdQ6zh5Ip\nBcDwF0X67cNSN3Wl40bS4yLFdolhEAyj5m0WPuYYXpjzhHhZ0W3V3ItdBkrmwIvy\nWOWu26qN0ZbwxVS2qVpHuj6iHWJKHuDZZUkFtJg3BeeBSOUHSA8TvjnA0xd83xeb\n8ZJasWoFvwKBgQDFs/gQ/gIdcq0exLfluh5nw0qgcmyHpNWJHdjqITS9IX/nqFkU\n0IYLtmdStf2jQiLmbkydHcvz9wZVvLqml67VBHhwLcwpgPULoskd34/4V0Dvzy4c\nv1Esw8H5zVqIDLeLu+VpFjZMzQrjyl6RIWbyTExEc84rVWfpQYAu3qIGOQKBgAFr\nXatEk7TdAtRNSPflTfu/rTAaSeKROjQBkvBiU8x4US1YpOBDBxUUyAtG8wKh5FHC\nfnsaGq+fM3KXJVv2R6J62mXQOfg4xyDLpWlwcBK4aSBBMoiBcsjouqSlZQlqMpdf\nZBgixqHe6U8BsFJg/6ZxC0y+e3AIss4Bo4/lb+1lAoGAFOexvaBh21K6W3inmRW4\nLlkVYJaBJ20OwokXg5aXjBiHxqmk7VLAuFbkpb5LOKH2xPILRQ0OEkn51yVymS3T\n9lLpHOFTQXt5tF2/F7NW7kaQJNlLr/h5jPi3O9XHeFmuaN2z150ZB6zzgjeGKzr8\ni+1fgTsRfDtNw8xkSH9qL1Y=\n-----END PRIVATE KEY-----\n',
|
|
25
|
+
client_email: 'firebase-adminsdk-xmm2e@operato.iam.gserviceaccount.com'
|
|
26
|
+
},
|
|
27
|
+
appConfig: {
|
|
28
|
+
apiKey: 'AIzaSyDdTM2BTLHSt2LNS0G5QB8G0i4KBXFiG7U',
|
|
29
|
+
projectId: 'operato',
|
|
30
|
+
messagingSenderId: 79537064975,
|
|
31
|
+
appId: '1:79537064975:web:32f53119e9c8c6ee2a277a'
|
|
32
|
+
},
|
|
33
|
+
serverKey:
|
|
34
|
+
'AAAAEoTHTA8:APA91bGwt-4HT82Dfwf_VwbQaKT0_qHd0Y3tuW41udjWz5Lz0Ko0mEMD6WbHHSILvQpa6yuoGGKCMsrU7VW2qWRrUm3CYpyG9oSwshNm1tIhljAnOuUfwHCoawbVLwf9qlWpHt4dwCoc'
|
|
35
|
+
},
|
|
36
|
+
vapidKey: {
|
|
37
|
+
subject: 'mailto:heartyoh@hatiolab.com',
|
|
38
|
+
publicKey: 'BAkVkITsCXBIsYL1yeaBmx5_dn57we-ZXMjirPPHzC2dan82cdEnAio_53PQ-1_w3ykWCBPrrFAWQ_d9N4cFF0o',
|
|
39
|
+
privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
var licenseKey = require('./config/license').Key
|
|
2
|
+
|
|
3
|
+
module.exports = {
|
|
4
|
+
accessTokenCookieKey: 'access_token.board',
|
|
5
|
+
licenseKey: licenseKey,
|
|
6
|
+
port: 3000,
|
|
7
|
+
subdomain: null,
|
|
8
|
+
// useVirtualHostBasedDomain: true,
|
|
9
|
+
// subdomainOffset: 2,
|
|
10
|
+
email: {
|
|
11
|
+
host: 'smtp.office365.com',
|
|
12
|
+
port: 587,
|
|
13
|
+
secure: false, // true for 465, false for other ports
|
|
14
|
+
auth: {
|
|
15
|
+
user: 'no-reply@hatiolab.com', // generated ethereal user
|
|
16
|
+
pass: 'h@ti0LAB1008' // generated ethereal password
|
|
17
|
+
},
|
|
18
|
+
secureConnection: false,
|
|
19
|
+
tls: {
|
|
20
|
+
ciphers: 'SSLv3'
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
notification: {
|
|
24
|
+
fcm: {
|
|
25
|
+
serviceAccount: {
|
|
26
|
+
project_id: 'operato',
|
|
27
|
+
private_key:
|
|
28
|
+
'-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDYNOfyNjPMSeG9\nzU1qs0cpVK5cVfadcUaw5g+hkQZMOMlAA7uqW2eX4vkayj7MzbYUayH+sei8044Q\nJIyl6f26dNX1VT3UgTmSmCS0v48EBEZHCgusrUGFjduLRN6OS6uvrXW1xKA18k9q\nai1C2EHCXF2AE4PTvf239RC1UIOnVePcMtT7rMTdHRO4s8OKVuSDbzIt8k1cV3Zt\nES0YsJlkELqBisYpV//2/ZSILTt39J9JzrVef03X9kkoo9p+YnNyy6tWsfQPfgJO\nybiRGBNxiyJ/E2pxRo/WqU0go9OzYJlGaSUrUx09heNiRD1b0MAOmyPDJz/6AaTk\nkU/A+kLzAgMBAAECggEADQ5s2gtR53VSujk1V/Xe8e0Di99DwaWUj5w6YhcK7/wX\nPdQRN4Fw6RLeLjL7xeG/rCNSwzm6hKSrQJL5zLnWW7XbMdyQRk6jdmnVAEv3zACi\nFH9+eFK3e+Q214XfgWz/v4p/FZdRLCYni5VBNHcwyWxLLS/V1ynzB3KM1sDiTRmI\npcT7+uTtwrKgJq64sXtFE2pYrFxDdCiyqzkhv/2ed4YIowAjpKBbbcCDKeVxVkoz\nC1P4PAzs9EeUuKSWYrWaUjN17lqtRlYeT1ylR1PIJuWqd4cKfgoEgz+lHwRPDCEX\nAYbk3nofiJIPBhSfCHrXS755wK48mY8vMwFdfCPJeQKBgQDsz4tjYTHdat5A25n5\nekwMxZwFQ5OvMV4eulwZUDMypTAYSz1iB6sDlgwKDm5omZIfuneqCEIvrqxV/kx3\n5wV/DANHO3hYxdp/NV7rM23xmqlaKZhHQbDono1Fm/LP6DEmJiD7N2eFKsXYcPpR\nSAIdCv0X3zkDQ4zRi51yJlCXzQKBgQDpufJBxCoXngiQJ2j14lWVAeOOdQ6zh5Ip\nBcDwF0X67cNSN3Wl40bS4yLFdolhEAyj5m0WPuYYXpjzhHhZ0W3V3ItdBkrmwIvy\nWOWu26qN0ZbwxVS2qVpHuj6iHWJKHuDZZUkFtJg3BeeBSOUHSA8TvjnA0xd83xeb\n8ZJasWoFvwKBgQDFs/gQ/gIdcq0exLfluh5nw0qgcmyHpNWJHdjqITS9IX/nqFkU\n0IYLtmdStf2jQiLmbkydHcvz9wZVvLqml67VBHhwLcwpgPULoskd34/4V0Dvzy4c\nv1Esw8H5zVqIDLeLu+VpFjZMzQrjyl6RIWbyTExEc84rVWfpQYAu3qIGOQKBgAFr\nXatEk7TdAtRNSPflTfu/rTAaSeKROjQBkvBiU8x4US1YpOBDBxUUyAtG8wKh5FHC\nfnsaGq+fM3KXJVv2R6J62mXQOfg4xyDLpWlwcBK4aSBBMoiBcsjouqSlZQlqMpdf\nZBgixqHe6U8BsFJg/6ZxC0y+e3AIss4Bo4/lb+1lAoGAFOexvaBh21K6W3inmRW4\nLlkVYJaBJ20OwokXg5aXjBiHxqmk7VLAuFbkpb5LOKH2xPILRQ0OEkn51yVymS3T\n9lLpHOFTQXt5tF2/F7NW7kaQJNlLr/h5jPi3O9XHeFmuaN2z150ZB6zzgjeGKzr8\ni+1fgTsRfDtNw8xkSH9qL1Y=\n-----END PRIVATE KEY-----\n',
|
|
29
|
+
client_email: 'firebase-adminsdk-xmm2e@operato.iam.gserviceaccount.com'
|
|
30
|
+
},
|
|
31
|
+
appConfig: {
|
|
32
|
+
apiKey: 'AIzaSyDdTM2BTLHSt2LNS0G5QB8G0i4KBXFiG7U',
|
|
33
|
+
projectId: 'operato',
|
|
34
|
+
messagingSenderId: 79537064975,
|
|
35
|
+
appId: '1:79537064975:web:32f53119e9c8c6ee2a277a'
|
|
36
|
+
},
|
|
37
|
+
serverKey:
|
|
38
|
+
'AAAAEoTHTA8:APA91bGwt-4HT82Dfwf_VwbQaKT0_qHd0Y3tuW41udjWz5Lz0Ko0mEMD6WbHHSILvQpa6yuoGGKCMsrU7VW2qWRrUm3CYpyG9oSwshNm1tIhljAnOuUfwHCoawbVLwf9qlWpHt4dwCoc'
|
|
39
|
+
},
|
|
40
|
+
vapidKey: {
|
|
41
|
+
subject: 'mailto:heartyoh@hatiolab.com',
|
|
42
|
+
publicKey: 'BAkVkITsCXBIsYL1yeaBmx5_dn57we-ZXMjirPPHzC2dan82cdEnAio_53PQ-1_w3ykWCBPrrFAWQ_d9N4cFF0o',
|
|
43
|
+
privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/errors/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/errors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA+B"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"license-error.js","sourceRoot":"","sources":["../../server/errors/license-error.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"license-error.js","sourceRoot":"","sources":["../../server/errors/license-error.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAsD;AAMtD,MAAa,YAAa,SAAQ,KAAK;IAQrC,YAAY,EAAE,SAAS,EAAE,MAAM,EAAwB;QACrD,KAAK,CAAC,SAAS,CAAC,CAAA;QAChB,IAAI,CAAC,IAAI,GAAG,eAAe,CAAA;QAC3B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;QAC1B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAZD,MAAM,KAAK,WAAW;QACpB,yBACK,WAAW,EACf;IACH,CAAC;CASF;AAdD,oCAcC"}
|
package/dist-server/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/dist-server/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uEAAoF;AAEpF,+CAA4B;AAC5B,gDAA6B;AAC7B,gDAA6B;AAC7B,4CAAyB;AAEzB,oBAAiB;AAEjB,OAAO,CAAC,EAAE,CAAC,wBAA+B,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAO,EAAE,EAAE;IACjF,OAAO,CAAC,GAAG,CAAC,2DAA2D,CAAC,CAAA;IACxE,IAAI;QACF,MAAM,oCAAiB,CAAC,KAAK,EAAE,CAAA;QAC/B,MAAM,iCAAc,CAAC,OAAO,EAAE,CAAA;KAC/B;IAAC,OAAO,EAAE,EAAE;QACX,oCAAiB,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAA;KACnC;IACD,OAAO,CAAC,GAAG,CAAC,yDAAyD,CAAC,CAAA;AACxE,CAAC,CAAC,CAAA"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/service/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/service/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,yBAAyB;AACzB,gEAA6C;AAC7C,8DAA2C;AAE3C,mCAAmC;AACnC,qDAAyG;AACzG,mDAAgG;AAChG,iDAA6F;AAEhF,QAAA,QAAQ,GAAG;IACtB,cAAc;IACd,GAAG,yBAAqB;IACxB,GAAG,wBAAoB;IACvB,GAAG,uBAAmB;CACvB,CAAA;AAEY,QAAA,MAAM,GAAG;IACpB,eAAe,EAAE;QACf,sBAAsB;QACtB,GAAG,0BAAsB;QACzB,GAAG,yBAAe;QAClB,GAAG,wBAAc;KAClB;CACF,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-alpha.10",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -42,74 +42,75 @@
|
|
|
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": "
|
|
46
|
-
"@operato/
|
|
47
|
-
"@operato/
|
|
48
|
-
"@operato/scene-
|
|
49
|
-
"@operato/scene-
|
|
50
|
-
"@operato/scene-
|
|
51
|
-
"@operato/scene-
|
|
52
|
-
"@operato/scene-
|
|
53
|
-
"@operato/scene-
|
|
54
|
-
"@operato/scene-
|
|
55
|
-
"@operato/scene-
|
|
56
|
-
"@operato/scene-
|
|
57
|
-
"@operato/scene-
|
|
58
|
-
"@operato/scene-
|
|
59
|
-
"@operato/scene-
|
|
60
|
-
"@operato/scene-
|
|
61
|
-
"@operato/scene-
|
|
62
|
-
"@operato/scene-
|
|
63
|
-
"@operato/scene-
|
|
64
|
-
"@operato/scene-
|
|
65
|
-
"@operato/scene-
|
|
66
|
-
"@operato/scene-
|
|
67
|
-
"@
|
|
68
|
-
"@things-factory/
|
|
69
|
-
"@things-factory/
|
|
70
|
-
"@things-factory/
|
|
71
|
-
"@things-factory/board-
|
|
72
|
-
"@things-factory/
|
|
73
|
-
"@things-factory/
|
|
74
|
-
"@things-factory/
|
|
75
|
-
"@things-factory/
|
|
76
|
-
"@things-factory/
|
|
77
|
-
"@things-factory/
|
|
78
|
-
"@things-factory/
|
|
79
|
-
"@things-factory/
|
|
80
|
-
"@things-factory/
|
|
81
|
-
"@things-factory/integration-
|
|
82
|
-
"@things-factory/
|
|
83
|
-
"@things-factory/
|
|
84
|
-
"@things-factory/
|
|
85
|
-
"@things-factory/
|
|
86
|
-
"@things-factory/
|
|
45
|
+
"@operato/attachment": "1.0.0-alpha.23",
|
|
46
|
+
"@operato/font": "1.0.0-alpha.23",
|
|
47
|
+
"@operato/help": "1.0.0-alpha.23",
|
|
48
|
+
"@operato/scene-ar": "^1.0.0-alpha.4",
|
|
49
|
+
"@operato/scene-chartjs": "^1.0.0-alpha.4",
|
|
50
|
+
"@operato/scene-clock": "^1.0.0-alpha.4",
|
|
51
|
+
"@operato/scene-clone": "^1.0.0-alpha.4",
|
|
52
|
+
"@operato/scene-compass": "^1.0.0-alpha.4",
|
|
53
|
+
"@operato/scene-gauge": "^1.0.0-alpha.4",
|
|
54
|
+
"@operato/scene-grist": "^1.0.0-alpha.4",
|
|
55
|
+
"@operato/scene-half-roundrect": "^1.0.0-alpha.4",
|
|
56
|
+
"@operato/scene-i18n": "^1.0.0-alpha.4",
|
|
57
|
+
"@operato/scene-indoor-map": "^1.0.0-alpha.4",
|
|
58
|
+
"@operato/scene-integration": "^1.0.0-alpha.4",
|
|
59
|
+
"@operato/scene-legend": "^1.0.0-alpha.4",
|
|
60
|
+
"@operato/scene-news-ticker": "^1.0.0-alpha.4",
|
|
61
|
+
"@operato/scene-progressbar": "^1.0.0-alpha.4",
|
|
62
|
+
"@operato/scene-random": "^1.0.0-alpha.4",
|
|
63
|
+
"@operato/scene-switch": "^1.0.0-alpha.4",
|
|
64
|
+
"@operato/scene-tab": "^1.0.0-alpha.4",
|
|
65
|
+
"@operato/scene-table": "^1.0.0-alpha.4",
|
|
66
|
+
"@operato/scene-timer": "^1.0.0-alpha.4",
|
|
67
|
+
"@operato/scene-wheel-sorter": "^1.0.0-alpha.4",
|
|
68
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.10",
|
|
69
|
+
"@things-factory/attachment-ui": "^5.0.0-alpha.10",
|
|
70
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.10",
|
|
71
|
+
"@things-factory/board-service": "^5.0.0-alpha.10",
|
|
72
|
+
"@things-factory/board-ui": "^5.0.0-alpha.10",
|
|
73
|
+
"@things-factory/context-ui": "^5.0.0-alpha.10",
|
|
74
|
+
"@things-factory/export-ui": "^5.0.0-alpha.10",
|
|
75
|
+
"@things-factory/fav-base": "^5.0.0-alpha.10",
|
|
76
|
+
"@things-factory/font-base": "^5.0.0-alpha.10",
|
|
77
|
+
"@things-factory/form-ui": "^5.0.0-alpha.10",
|
|
78
|
+
"@things-factory/help": "^5.0.0-alpha.10",
|
|
79
|
+
"@things-factory/i18n-base": "^5.0.0-alpha.10",
|
|
80
|
+
"@things-factory/import-ui": "^5.0.0-alpha.10",
|
|
81
|
+
"@things-factory/integration-notification": "^5.0.0-alpha.10",
|
|
82
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.10",
|
|
83
|
+
"@things-factory/layout-ui": "^5.0.0-alpha.10",
|
|
84
|
+
"@things-factory/more-ui": "^5.0.0-alpha.10",
|
|
85
|
+
"@things-factory/notification": "^5.0.0-alpha.10",
|
|
86
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.10",
|
|
87
|
+
"@things-factory/offline-ui": "^5.0.0-alpha.10",
|
|
87
88
|
"@things-factory/operato-license-checker": "^3.0.4",
|
|
88
|
-
"@things-factory/pdf": "^
|
|
89
|
-
"@things-factory/print-service": "^
|
|
90
|
-
"@things-factory/print-ui": "^
|
|
91
|
-
"@things-factory/resource-ui": "^
|
|
92
|
-
"@things-factory/scene-baidu-map": "^
|
|
93
|
-
"@things-factory/scene-data-transform": "^
|
|
94
|
-
"@things-factory/scene-excel": "^
|
|
95
|
-
"@things-factory/scene-firebase": "^
|
|
96
|
-
"@things-factory/scene-form": "^
|
|
97
|
-
"@things-factory/scene-google-map": "^
|
|
98
|
-
"@things-factory/scene-graphql": "^
|
|
99
|
-
"@things-factory/scene-label": "^
|
|
100
|
-
"@things-factory/scene-marker": "^
|
|
101
|
-
"@things-factory/scene-mqtt": "^
|
|
102
|
-
"@things-factory/scene-restful": "^
|
|
103
|
-
"@things-factory/scene-urdf": "^
|
|
104
|
-
"@things-factory/scene-visualizer": "^
|
|
105
|
-
"@things-factory/screencast-ui": "^
|
|
106
|
-
"@things-factory/setting-ui": "^
|
|
107
|
-
"@things-factory/system-ui": "^
|
|
89
|
+
"@things-factory/pdf": "^5.0.0-alpha.10",
|
|
90
|
+
"@things-factory/print-service": "^5.0.0-alpha.10",
|
|
91
|
+
"@things-factory/print-ui": "^5.0.0-alpha.10",
|
|
92
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.10",
|
|
93
|
+
"@things-factory/scene-baidu-map": "^5.0.0-alpha.10",
|
|
94
|
+
"@things-factory/scene-data-transform": "^5.0.0-alpha.10",
|
|
95
|
+
"@things-factory/scene-excel": "^5.0.0-alpha.10",
|
|
96
|
+
"@things-factory/scene-firebase": "^5.0.0-alpha.10",
|
|
97
|
+
"@things-factory/scene-form": "^5.0.0-alpha.10",
|
|
98
|
+
"@things-factory/scene-google-map": "^5.0.0-alpha.10",
|
|
99
|
+
"@things-factory/scene-graphql": "^5.0.0-alpha.10",
|
|
100
|
+
"@things-factory/scene-label": "^5.0.0-alpha.10",
|
|
101
|
+
"@things-factory/scene-marker": "^5.0.0-alpha.10",
|
|
102
|
+
"@things-factory/scene-mqtt": "^5.0.0-alpha.10",
|
|
103
|
+
"@things-factory/scene-restful": "^5.0.0-alpha.10",
|
|
104
|
+
"@things-factory/scene-urdf": "^5.0.0-alpha.10",
|
|
105
|
+
"@things-factory/scene-visualizer": "^5.0.0-alpha.10",
|
|
106
|
+
"@things-factory/screencast-ui": "^5.0.0-alpha.10",
|
|
107
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.10",
|
|
108
|
+
"@things-factory/system-ui": "^5.0.0-alpha.10"
|
|
108
109
|
},
|
|
109
110
|
"devDependencies": {
|
|
110
|
-
"@things-factory/board-test": "^
|
|
111
|
-
"@things-factory/builder": "^
|
|
111
|
+
"@things-factory/board-test": "^5.0.0-alpha.10",
|
|
112
|
+
"@things-factory/builder": "^5.0.0-alpha.10"
|
|
112
113
|
},
|
|
113
114
|
"resolutions": {},
|
|
114
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "24e85b0265d10cb664b8279bb927ea2a86227775"
|
|
115
116
|
}
|