@things-factory/operato-board 9.0.0-beta.8 → 9.0.0-beta.80
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 +0 -1
- package/config/config.development.js +1 -0
- package/config/config.production.js +1 -0
- package/dist-client/bootstrap.js +1 -2
- package/dist-client/bootstrap.js.map +1 -1
- package/dist-client/pages/app-board-player-page.d.ts +1 -1
- package/dist-client/pages/app-board-player-page.js +1 -1
- package/dist-client/pages/app-board-player-page.js.map +1 -1
- package/dist-client/pages/app-board-viewer-page.d.ts +1 -1
- package/dist-client/pages/app-board-viewer-page.js +1 -1
- package/dist-client/pages/app-board-viewer-page.js.map +1 -1
- package/dist-client/pages/connection-list-page.js +4 -1
- package/dist-client/pages/connection-list-page.js.map +1 -1
- package/dist-client/pages/scenario-list-page.js +4 -1
- package/dist-client/pages/scenario-list-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-client/viewparts/menu-tools.js +56 -56
- package/dist-client/viewparts/menu-tools.js.map +1 -1
- package/dist-server/migrations/1610516350460-SeedRole.js +13 -5
- package/dist-server/migrations/1610516350460-SeedRole.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +39 -37
- package/schema.graphql +59 -5
- package/db-for-v7.sqlite +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.80",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
"@operato/scene-legend": "^9.0.0-beta",
|
|
77
77
|
"@operato/scene-manufacturing": "^9.0.0-beta",
|
|
78
78
|
"@operato/scene-marker": "^9.0.0-beta",
|
|
79
|
+
"@operato/scene-material-design": "^9.0.0-beta",
|
|
79
80
|
"@operato/scene-news-ticker": "^9.0.0-beta",
|
|
80
81
|
"@operato/scene-polypath": "^9.0.0-beta",
|
|
81
82
|
"@operato/scene-progressbar": "^9.0.0-beta",
|
|
@@ -91,46 +92,47 @@
|
|
|
91
92
|
"@operato/shell": "^9.0.0-beta",
|
|
92
93
|
"@operato/styles": "^9.0.0-beta",
|
|
93
94
|
"@operato/utils": "^9.0.0-beta",
|
|
94
|
-
"@things-factory/apptool-ui": "^9.0.0-beta.
|
|
95
|
-
"@things-factory/auth-azure-ad": "^9.0.0-beta.
|
|
96
|
-
"@things-factory/auth-google": "^9.0.0-beta.
|
|
97
|
-
"@things-factory/auth-ui": "^9.0.0-beta.
|
|
98
|
-
"@things-factory/board-service": "^9.0.0-beta.
|
|
99
|
-
"@things-factory/board-ui": "^9.0.0-beta.
|
|
100
|
-
"@things-factory/context-ui": "^9.0.0-beta.
|
|
101
|
-
"@things-factory/evaluation": "^9.0.0-beta.
|
|
102
|
-
"@things-factory/export-ui": "^9.0.0-beta.
|
|
103
|
-
"@things-factory/fav-base": "^9.0.0-beta.
|
|
104
|
-
"@things-factory/font-base": "^9.0.0-beta.
|
|
105
|
-
"@things-factory/form-ui": "^9.0.0-beta.
|
|
106
|
-
"@things-factory/help": "^9.0.0-beta.
|
|
107
|
-
"@things-factory/i18n-base": "^9.0.0-beta.
|
|
108
|
-
"@things-factory/import-ui": "^9.0.0-beta.
|
|
109
|
-
"@things-factory/integration-base": "^9.0.0-beta.
|
|
110
|
-
"@things-factory/integration-email": "^9.0.0-beta.
|
|
111
|
-
"@things-factory/integration-influxdb": "^9.0.0-beta.
|
|
112
|
-
"@things-factory/integration-msgraph": "^9.0.0-beta.
|
|
113
|
-
"@things-factory/integration-notification": "^9.0.0-beta.
|
|
114
|
-
"@things-factory/integration-openai": "^9.0.0-beta.
|
|
115
|
-
"@things-factory/integration-ui": "^9.0.0-beta.
|
|
116
|
-
"@things-factory/
|
|
117
|
-
"@things-factory/
|
|
118
|
-
"@things-factory/
|
|
119
|
-
"@things-factory/
|
|
120
|
-
"@things-factory/
|
|
121
|
-
"@things-factory/
|
|
122
|
-
"@things-factory/
|
|
123
|
-
"@things-factory/
|
|
124
|
-
"@things-factory/
|
|
125
|
-
"@things-factory/
|
|
126
|
-
"@things-factory/
|
|
95
|
+
"@things-factory/apptool-ui": "^9.0.0-beta.76",
|
|
96
|
+
"@things-factory/auth-azure-ad": "^9.0.0-beta.76",
|
|
97
|
+
"@things-factory/auth-google": "^9.0.0-beta.76",
|
|
98
|
+
"@things-factory/auth-ui": "^9.0.0-beta.76",
|
|
99
|
+
"@things-factory/board-service": "^9.0.0-beta.80",
|
|
100
|
+
"@things-factory/board-ui": "^9.0.0-beta.77",
|
|
101
|
+
"@things-factory/context-ui": "^9.0.0-beta.71",
|
|
102
|
+
"@things-factory/evaluation": "^9.0.0-beta.71",
|
|
103
|
+
"@things-factory/export-ui": "^9.0.0-beta.71",
|
|
104
|
+
"@things-factory/fav-base": "^9.0.0-beta.76",
|
|
105
|
+
"@things-factory/font-base": "^9.0.0-beta.76",
|
|
106
|
+
"@things-factory/form-ui": "^9.0.0-beta.71",
|
|
107
|
+
"@things-factory/help": "^9.0.0-beta.71",
|
|
108
|
+
"@things-factory/i18n-base": "^9.0.0-beta.76",
|
|
109
|
+
"@things-factory/import-ui": "^9.0.0-beta.76",
|
|
110
|
+
"@things-factory/integration-base": "^9.0.0-beta.80",
|
|
111
|
+
"@things-factory/integration-email": "^9.0.0-beta.80",
|
|
112
|
+
"@things-factory/integration-influxdb": "^9.0.0-beta.80",
|
|
113
|
+
"@things-factory/integration-msgraph": "^9.0.0-beta.80",
|
|
114
|
+
"@things-factory/integration-notification": "^9.0.0-beta.80",
|
|
115
|
+
"@things-factory/integration-openai": "^9.0.0-beta.80",
|
|
116
|
+
"@things-factory/integration-ui": "^9.0.0-beta.80",
|
|
117
|
+
"@things-factory/integration-weather": "^9.0.0-beta.80",
|
|
118
|
+
"@things-factory/more-ui": "^9.0.0-beta.71",
|
|
119
|
+
"@things-factory/notification": "^9.0.0-beta.76",
|
|
120
|
+
"@things-factory/oauth2-client": "^9.0.0-beta.76",
|
|
121
|
+
"@things-factory/offline-ui": "^9.0.0-beta.76",
|
|
122
|
+
"@things-factory/pdf": "^9.0.0-beta.76",
|
|
123
|
+
"@things-factory/print-ui": "^9.0.0-beta.76",
|
|
124
|
+
"@things-factory/resource-ui": "^9.0.0-beta.76",
|
|
125
|
+
"@things-factory/scheduler": "^9.0.0-beta.76",
|
|
126
|
+
"@things-factory/setting-ui": "^9.0.0-beta.76",
|
|
127
|
+
"@things-factory/shell": "^9.0.0-beta.71",
|
|
128
|
+
"@things-factory/system": "^9.0.0-beta.71"
|
|
127
129
|
},
|
|
128
130
|
"devDependencies": {
|
|
129
|
-
"@things-factory/board-test": "^9.0.0-beta.
|
|
130
|
-
"@things-factory/builder": "^9.0.0-beta.
|
|
131
|
+
"@things-factory/board-test": "^9.0.0-beta.80",
|
|
132
|
+
"@things-factory/builder": "^9.0.0-beta.71"
|
|
131
133
|
},
|
|
132
134
|
"resolutions": {
|
|
133
135
|
"passport": "^0.7.0"
|
|
134
136
|
},
|
|
135
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "d50b01b1c4d13c639a5e04f787c62b1a9daf9ade"
|
|
136
138
|
}
|
package/schema.graphql
CHANGED
|
@@ -525,7 +525,7 @@ type Connection {
|
|
|
525
525
|
endpoint: String
|
|
526
526
|
id: ID!
|
|
527
527
|
name: String!
|
|
528
|
-
params:
|
|
528
|
+
params: Object
|
|
529
529
|
state: String
|
|
530
530
|
type: String
|
|
531
531
|
updatedAt: DateTimeISO
|
|
@@ -545,7 +545,7 @@ input ConnectionPatch {
|
|
|
545
545
|
endpoint: String
|
|
546
546
|
id: ID
|
|
547
547
|
name: String
|
|
548
|
-
params:
|
|
548
|
+
params: Object
|
|
549
549
|
type: String
|
|
550
550
|
}
|
|
551
551
|
|
|
@@ -712,9 +712,35 @@ input DomainGeneratorInput {
|
|
|
712
712
|
|
|
713
713
|
input DomainInput {
|
|
714
714
|
description: String
|
|
715
|
+
extType: String
|
|
715
716
|
name: String!
|
|
716
717
|
}
|
|
717
718
|
|
|
719
|
+
"""Entity for DomainLink representing a connection between two domains"""
|
|
720
|
+
type DomainLink {
|
|
721
|
+
createdAt: DateTimeISO!
|
|
722
|
+
creator: User
|
|
723
|
+
id: ID!
|
|
724
|
+
sourceDomain: Domain!
|
|
725
|
+
targetDomain: Domain!
|
|
726
|
+
type: String!
|
|
727
|
+
updatedAt: DateTimeISO!
|
|
728
|
+
updater: User
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
type DomainLinkList {
|
|
732
|
+
items: [DomainLink!]!
|
|
733
|
+
total: Int!
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
input DomainLinkPatch {
|
|
737
|
+
cuFlag: String
|
|
738
|
+
id: ID!
|
|
739
|
+
sourceDomain: ObjectRef
|
|
740
|
+
targetDomain: ObjectRef
|
|
741
|
+
type: String
|
|
742
|
+
}
|
|
743
|
+
|
|
718
744
|
type DomainList {
|
|
719
745
|
items: [Domain!]
|
|
720
746
|
total: Int
|
|
@@ -726,6 +752,7 @@ input DomainPatch {
|
|
|
726
752
|
brandName: String
|
|
727
753
|
contentImage: String
|
|
728
754
|
description: String
|
|
755
|
+
extType: String
|
|
729
756
|
id: String
|
|
730
757
|
name: String
|
|
731
758
|
owner: String
|
|
@@ -1571,6 +1598,9 @@ type Mutation {
|
|
|
1571
1598
|
"""To create domain (Only superuser is granted this privilege.)"""
|
|
1572
1599
|
createDomain(domainInput: DomainPatch!): Domain!
|
|
1573
1600
|
|
|
1601
|
+
"""To create new DomainLink"""
|
|
1602
|
+
createDomainLink(domainLink: NewDomainLink!): DomainLink!
|
|
1603
|
+
|
|
1574
1604
|
"""
|
|
1575
1605
|
Creates a new employee record with the provided details. Optionally associates the employee with a supervisor, department, and system user. If a photo is provided, it will be attached to the employee record.
|
|
1576
1606
|
"""
|
|
@@ -1730,6 +1760,12 @@ type Mutation {
|
|
|
1730
1760
|
"""To delete domain (Only superuser is granted this privilege.)"""
|
|
1731
1761
|
deleteDomain(name: String!): Domain!
|
|
1732
1762
|
|
|
1763
|
+
"""To delete DomainLink"""
|
|
1764
|
+
deleteDomainLink(id: String!): Boolean!
|
|
1765
|
+
|
|
1766
|
+
"""To delete multiple DomainLinks"""
|
|
1767
|
+
deleteDomainLinks(ids: [String!]!): Boolean!
|
|
1768
|
+
|
|
1733
1769
|
"""To delete domain user"""
|
|
1734
1770
|
deleteDomainUser(username: String!): Boolean!
|
|
1735
1771
|
|
|
@@ -2145,6 +2181,9 @@ type Mutation {
|
|
|
2145
2181
|
"""To update domain (Only superuser is granted this privilege.)"""
|
|
2146
2182
|
updateDomain(name: String!, patch: DomainPatch!): Domain!
|
|
2147
2183
|
|
|
2184
|
+
"""To modify DomainLink information"""
|
|
2185
|
+
updateDomainLink(id: String!, patch: DomainLinkPatch!): DomainLink!
|
|
2186
|
+
|
|
2148
2187
|
"""To update multiple domains (Only superuser is granted this privilege.)"""
|
|
2149
2188
|
updateDomains(patches: [DomainPatch!]!): Boolean!
|
|
2150
2189
|
|
|
@@ -2205,6 +2244,9 @@ type Mutation {
|
|
|
2205
2244
|
"""To modify multiple Departments' information"""
|
|
2206
2245
|
updateMultipleDepartment(patches: [DepartmentPatch!]!): [Department!]!
|
|
2207
2246
|
|
|
2247
|
+
"""To modify multiple DomainLinks' information"""
|
|
2248
|
+
updateMultipleDomainLink(patches: [DomainLinkPatch!]!): [DomainLink!]!
|
|
2249
|
+
|
|
2208
2250
|
"""
|
|
2209
2251
|
Updates or creates multiple employee records based on the provided patches. New employees are created if the "cuFlag" is "+", and existing employees are updated if the "cuFlag" is "M".
|
|
2210
2252
|
"""
|
|
@@ -2430,7 +2472,7 @@ input NewConnection {
|
|
|
2430
2472
|
edge: ObjectRef
|
|
2431
2473
|
endpoint: String
|
|
2432
2474
|
name: String!
|
|
2433
|
-
params:
|
|
2475
|
+
params: Object
|
|
2434
2476
|
type: String
|
|
2435
2477
|
}
|
|
2436
2478
|
|
|
@@ -2457,6 +2499,12 @@ input NewDepartment {
|
|
|
2457
2499
|
picture: Upload
|
|
2458
2500
|
}
|
|
2459
2501
|
|
|
2502
|
+
input NewDomainLink {
|
|
2503
|
+
sourceDomain: ObjectRef!
|
|
2504
|
+
targetDomain: ObjectRef!
|
|
2505
|
+
type: String!
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2460
2508
|
input NewEmployee {
|
|
2461
2509
|
active: Boolean
|
|
2462
2510
|
alias: String
|
|
@@ -3646,6 +3694,12 @@ type Query {
|
|
|
3646
3694
|
"""To fetch domain"""
|
|
3647
3695
|
domain(id: String!): Domain!
|
|
3648
3696
|
|
|
3697
|
+
"""To fetch multiple DomainLinks"""
|
|
3698
|
+
domainLinks(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainLinkList!
|
|
3699
|
+
|
|
3700
|
+
"""To fetch domain"""
|
|
3701
|
+
domainTypes: [String!]!
|
|
3702
|
+
|
|
3649
3703
|
"""To fetch all domains (Only superuser is granted this privilege.)"""
|
|
3650
3704
|
domains(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
|
|
3651
3705
|
|
|
@@ -4333,7 +4387,7 @@ type Step {
|
|
|
4333
4387
|
id: ID!
|
|
4334
4388
|
log: Boolean
|
|
4335
4389
|
name: String!
|
|
4336
|
-
params:
|
|
4390
|
+
params: Object
|
|
4337
4391
|
|
|
4338
4392
|
"""
|
|
4339
4393
|
A boolean attribute indicating the inclusion status of an element in the result
|
|
@@ -4359,7 +4413,7 @@ input StepPatch {
|
|
|
4359
4413
|
id: ID
|
|
4360
4414
|
log: Boolean
|
|
4361
4415
|
name: String
|
|
4362
|
-
params:
|
|
4416
|
+
params: Object
|
|
4363
4417
|
result: Boolean
|
|
4364
4418
|
sequence: Int
|
|
4365
4419
|
skip: Boolean
|
package/db-for-v7.sqlite
DELETED
|
Binary file
|