@things-factory/operato-board 7.0.1-alpha.4 → 7.0.1-alpha.40
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/_index.html +1 -0
- package/dist-client/bootstrap.js +9 -9
- package/dist-client/bootstrap.js.map +1 -1
- package/dist-client/themes/app-theme.css +19 -3
- package/dist-client/themes/grist-theme.css +2 -2
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +36 -36
- package/schema.graphql +10 -0
- package/views/auth-page.html +1 -0
- package/views/public/home.html +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.40",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -88,42 +88,42 @@
|
|
|
88
88
|
"@operato/shell": "^2.0.0-alpha.0",
|
|
89
89
|
"@operato/styles": "^2.0.0-alpha.0",
|
|
90
90
|
"@operato/utils": "^2.0.0-alpha.0",
|
|
91
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
92
|
-
"@things-factory/auth-azure-ad": "^7.0.1-alpha.
|
|
93
|
-
"@things-factory/auth-google": "^7.0.1-alpha.
|
|
94
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
95
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
96
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
97
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
98
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
99
|
-
"@things-factory/fav-base": "^7.0.1-alpha.
|
|
100
|
-
"@things-factory/font-base": "^7.0.1-alpha.
|
|
101
|
-
"@things-factory/form-ui": "^7.0.1-alpha.
|
|
102
|
-
"@things-factory/help": "^7.0.1-alpha.
|
|
103
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
104
|
-
"@things-factory/import-ui": "^7.0.1-alpha.
|
|
105
|
-
"@things-factory/integration-base": "^7.0.1-alpha.
|
|
106
|
-
"@things-factory/integration-email": "^7.0.1-alpha.
|
|
107
|
-
"@things-factory/integration-influxdb": "^7.0.1-alpha.
|
|
108
|
-
"@things-factory/integration-msgraph": "^7.0.1-alpha.
|
|
109
|
-
"@things-factory/integration-notification": "^7.0.1-alpha.
|
|
110
|
-
"@things-factory/integration-openai": "^7.0.1-alpha.
|
|
111
|
-
"@things-factory/integration-ui": "^7.0.1-alpha.
|
|
112
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
113
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
|
114
|
-
"@things-factory/oauth2-client": "^7.0.1-alpha.
|
|
115
|
-
"@things-factory/offline-ui": "^7.0.1-alpha.
|
|
116
|
-
"@things-factory/pdf": "^7.0.1-alpha.
|
|
117
|
-
"@things-factory/print-service": "^7.0.1-alpha.
|
|
118
|
-
"@things-factory/print-ui": "^7.0.1-alpha.
|
|
119
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
120
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
121
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
|
122
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
91
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.37",
|
|
92
|
+
"@things-factory/auth-azure-ad": "^7.0.1-alpha.36",
|
|
93
|
+
"@things-factory/auth-google": "^7.0.1-alpha.36",
|
|
94
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.36",
|
|
95
|
+
"@things-factory/board-service": "^7.0.1-alpha.40",
|
|
96
|
+
"@things-factory/board-ui": "^7.0.1-alpha.36",
|
|
97
|
+
"@things-factory/context-ui": "^7.0.1-alpha.36",
|
|
98
|
+
"@things-factory/export-ui": "^7.0.1-alpha.36",
|
|
99
|
+
"@things-factory/fav-base": "^7.0.1-alpha.36",
|
|
100
|
+
"@things-factory/font-base": "^7.0.1-alpha.36",
|
|
101
|
+
"@things-factory/form-ui": "^7.0.1-alpha.39",
|
|
102
|
+
"@things-factory/help": "^7.0.1-alpha.36",
|
|
103
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.36",
|
|
104
|
+
"@things-factory/import-ui": "^7.0.1-alpha.36",
|
|
105
|
+
"@things-factory/integration-base": "^7.0.1-alpha.40",
|
|
106
|
+
"@things-factory/integration-email": "^7.0.1-alpha.40",
|
|
107
|
+
"@things-factory/integration-influxdb": "^7.0.1-alpha.40",
|
|
108
|
+
"@things-factory/integration-msgraph": "^7.0.1-alpha.40",
|
|
109
|
+
"@things-factory/integration-notification": "^7.0.1-alpha.40",
|
|
110
|
+
"@things-factory/integration-openai": "^7.0.1-alpha.40",
|
|
111
|
+
"@things-factory/integration-ui": "^7.0.1-alpha.40",
|
|
112
|
+
"@things-factory/more-ui": "^7.0.1-alpha.36",
|
|
113
|
+
"@things-factory/notification": "^7.0.1-alpha.36",
|
|
114
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.36",
|
|
115
|
+
"@things-factory/offline-ui": "^7.0.1-alpha.36",
|
|
116
|
+
"@things-factory/pdf": "^7.0.1-alpha.29",
|
|
117
|
+
"@things-factory/print-service": "^7.0.1-alpha.36",
|
|
118
|
+
"@things-factory/print-ui": "^7.0.1-alpha.36",
|
|
119
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.39",
|
|
120
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.39",
|
|
121
|
+
"@things-factory/shell": "^7.0.1-alpha.36",
|
|
122
|
+
"@things-factory/system": "^7.0.1-alpha.36"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@things-factory/board-test": "^7.0.1-alpha.
|
|
126
|
-
"@things-factory/builder": "^7.0.1-alpha.
|
|
125
|
+
"@things-factory/board-test": "^7.0.1-alpha.40",
|
|
126
|
+
"@things-factory/builder": "^7.0.1-alpha.29"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "60e3e45c749b82e0d08c718dd79bbb13ba0b4bc5"
|
|
129
129
|
}
|
package/schema.graphql
CHANGED
|
@@ -477,6 +477,7 @@ type CommonCodeDetail {
|
|
|
477
477
|
description: String
|
|
478
478
|
domain: Domain
|
|
479
479
|
id: ID!
|
|
480
|
+
labels: Object
|
|
480
481
|
name: String!
|
|
481
482
|
rank: Float
|
|
482
483
|
updatedAt: DateTimeISO
|
|
@@ -493,6 +494,7 @@ input CommonCodeDetailPatch {
|
|
|
493
494
|
cuFlag: String
|
|
494
495
|
description: String
|
|
495
496
|
id: ID
|
|
497
|
+
labels: Object
|
|
496
498
|
name: String
|
|
497
499
|
rank: Float
|
|
498
500
|
}
|
|
@@ -516,6 +518,7 @@ type Connection {
|
|
|
516
518
|
creator: User
|
|
517
519
|
description: String
|
|
518
520
|
domain: Domain
|
|
521
|
+
edge: Appliance
|
|
519
522
|
endpoint: String
|
|
520
523
|
id: ID!
|
|
521
524
|
name: String!
|
|
@@ -535,6 +538,7 @@ input ConnectionPatch {
|
|
|
535
538
|
active: Boolean
|
|
536
539
|
cuFlag: String
|
|
537
540
|
description: String
|
|
541
|
+
edge: ObjectRef
|
|
538
542
|
endpoint: String
|
|
539
543
|
id: ID
|
|
540
544
|
name: String
|
|
@@ -545,6 +549,7 @@ input ConnectionPatch {
|
|
|
545
549
|
type ConnectionState {
|
|
546
550
|
description: String
|
|
547
551
|
domain: Domain
|
|
552
|
+
edge: Appliance
|
|
548
553
|
id: String
|
|
549
554
|
name: String
|
|
550
555
|
state: String
|
|
@@ -2303,12 +2308,14 @@ input NewCommonCode {
|
|
|
2303
2308
|
input NewCommonCodeDetail {
|
|
2304
2309
|
commonCode: ObjectRef!
|
|
2305
2310
|
description: String
|
|
2311
|
+
labels: Object
|
|
2306
2312
|
name: String!
|
|
2307
2313
|
rank: Float!
|
|
2308
2314
|
}
|
|
2309
2315
|
|
|
2310
2316
|
input NewConnection {
|
|
2311
2317
|
description: String
|
|
2318
|
+
edge: ObjectRef
|
|
2312
2319
|
endpoint: String
|
|
2313
2320
|
name: String!
|
|
2314
2321
|
params: String
|
|
@@ -3309,6 +3316,9 @@ type Query {
|
|
|
3309
3316
|
"""To fetch domains with given privilege for user"""
|
|
3310
3317
|
domainsWithPrivilege(category: String!, privilege: String!): [Domain!]!
|
|
3311
3318
|
|
|
3319
|
+
"""To fetch multiple appliance"""
|
|
3320
|
+
edges(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplianceList!
|
|
3321
|
+
|
|
3312
3322
|
"""To fetch a Employee"""
|
|
3313
3323
|
employee(id: String!): Employee
|
|
3314
3324
|
|
package/views/auth-page.html
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
54
54
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
55
55
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
56
|
+
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
|
56
57
|
<link rel="stylesheet" href="/theme.css" />
|
|
57
58
|
|
|
58
59
|
<style>
|
package/views/public/home.html
CHANGED
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
53
53
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
54
54
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
55
|
+
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
|
55
56
|
<link rel="stylesheet" href="/theme.css" />
|
|
56
57
|
|
|
57
58
|
<style>
|