@operato/scene-manufacturing 7.0.3 → 7.0.6
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/CHANGELOG.md +18 -0
- package/cache/translations/system/en.json +1 -1
- package/cache/translations/system/ko.json +1 -1
- package/db.sqlite +0 -0
- package/dist/tact-timer-mask.d.ts +1 -0
- package/dist/tact-timer-mask.js +35 -0
- package/dist/tact-timer-mask.js.map +1 -0
- package/dist/tact-timer.d.ts +7 -3
- package/dist/tact-timer.js +113 -21
- package/dist/tact-timer.js.map +1 -1
- package/dist/templates/index.d.ts +9 -0
- package/dist/templates/tact-timer.d.ts +9 -0
- package/dist/templates/tact-timer.js +10 -1
- package/dist/templates/tact-timer.js.map +1 -1
- package/helps/scene/component/manufacturing/tact-timer.ja.md +50 -16
- package/helps/scene/component/manufacturing/tact-timer.ko.md +61 -24
- package/helps/scene/component/manufacturing/tact-timer.md +52 -15
- package/helps/scene/component/manufacturing/tact-timer.ms.md +49 -12
- package/helps/scene/component/manufacturing/tact-timer.zh.md +50 -13
- package/icons/tact-timer-mask.svg +37 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +6 -6
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +30 -0
- package/logs/application-2024-07-11-12.log +23 -0
- package/logs/application-2024-07-11-13.log +23 -0
- package/logs/connections-2024-07-06-01.log +50 -0
- package/logs/connections-2024-07-06-03.log +50 -0
- package/logs/connections-2024-07-06-11.log +47 -0
- package/logs/connections-2024-07-06-12.log +50 -0
- package/logs/connections-2024-07-11-12.log +47 -0
- package/logs/connections-2024-07-11-13.log +47 -0
- package/package.json +2 -2
- package/schema.graphql +40 -76
- package/src/tact-timer-mask.ts +34 -0
- package/src/tact-timer.ts +119 -27
- package/src/templates/tact-timer.ts +10 -1
- package/translations/en.json +6 -1
- package/translations/ja.json +6 -1
- package/translations/ko.json +6 -1
- package/translations/ms.json +6 -1
- package/translations/zh.json +6 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/logs/application-2024-07-05-08.log +0 -105
- package/logs/application-2024-07-05-12.log +0 -105
- package/src/tact-timer.svg +0 -33
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-manufacturing",
|
|
3
3
|
"description": "Things scene components for manufacturing industry",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.6",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"things-scene": true,
|
|
7
7
|
"author": "heartyoh",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"prettier --write"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "522100da72fc6307419ba8f7744fe26337e90aae"
|
|
61
61
|
}
|
package/schema.graphql
CHANGED
|
@@ -29,7 +29,7 @@ type AppBinding {
|
|
|
29
29
|
email: EmailAddress!
|
|
30
30
|
id: ID!
|
|
31
31
|
locale: String
|
|
32
|
-
name: String
|
|
32
|
+
name: String!
|
|
33
33
|
owner: Boolean
|
|
34
34
|
reference: String
|
|
35
35
|
refreshToken: String
|
|
@@ -133,7 +133,7 @@ type ApprovalLine {
|
|
|
133
133
|
createdAt: DateTimeISO
|
|
134
134
|
creator: User
|
|
135
135
|
description: String
|
|
136
|
-
domain: Domain
|
|
136
|
+
domain: Domain
|
|
137
137
|
id: ID!
|
|
138
138
|
model: [ApprovalLineItem!]
|
|
139
139
|
name: String
|
|
@@ -283,10 +283,11 @@ type AuthProvider {
|
|
|
283
283
|
clientSecret: String
|
|
284
284
|
createdAt: DateTimeISO
|
|
285
285
|
creator: User
|
|
286
|
-
domain: Domain
|
|
286
|
+
domain: Domain
|
|
287
287
|
id: ID!
|
|
288
288
|
params: Object
|
|
289
289
|
privateKey: String
|
|
290
|
+
state: String
|
|
290
291
|
tenantId: String
|
|
291
292
|
type: String
|
|
292
293
|
updatedAt: DateTimeISO
|
|
@@ -304,7 +305,6 @@ type AuthProviderParameterSpec {
|
|
|
304
305
|
name: String!
|
|
305
306
|
placeholder: String
|
|
306
307
|
property: Object
|
|
307
|
-
styles: Object
|
|
308
308
|
type: String!
|
|
309
309
|
}
|
|
310
310
|
|
|
@@ -411,7 +411,7 @@ type BoardTemplate {
|
|
|
411
411
|
createdAt: DateTimeISO
|
|
412
412
|
creator: User
|
|
413
413
|
description: String
|
|
414
|
-
domain: Domain
|
|
414
|
+
domain: Domain
|
|
415
415
|
id: ID!
|
|
416
416
|
mine: Boolean!
|
|
417
417
|
model: String
|
|
@@ -462,7 +462,7 @@ type CommonCode {
|
|
|
462
462
|
creator: User
|
|
463
463
|
description: String
|
|
464
464
|
details: [CommonCodeDetail!]!
|
|
465
|
-
domain: Domain
|
|
465
|
+
domain: Domain
|
|
466
466
|
id: ID!
|
|
467
467
|
name: String!
|
|
468
468
|
updatedAt: DateTimeISO
|
|
@@ -475,9 +475,8 @@ type CommonCodeDetail {
|
|
|
475
475
|
createdAt: DateTimeISO
|
|
476
476
|
creator: User
|
|
477
477
|
description: String
|
|
478
|
-
domain: Domain
|
|
478
|
+
domain: Domain
|
|
479
479
|
id: ID!
|
|
480
|
-
labels: Object
|
|
481
480
|
name: String!
|
|
482
481
|
rank: Float
|
|
483
482
|
updatedAt: DateTimeISO
|
|
@@ -494,7 +493,6 @@ input CommonCodeDetailPatch {
|
|
|
494
493
|
cuFlag: String
|
|
495
494
|
description: String
|
|
496
495
|
id: ID
|
|
497
|
-
labels: Object
|
|
498
496
|
name: String
|
|
499
497
|
rank: Float
|
|
500
498
|
}
|
|
@@ -518,7 +516,6 @@ type Connection {
|
|
|
518
516
|
creator: User
|
|
519
517
|
description: String
|
|
520
518
|
domain: Domain
|
|
521
|
-
edge: Appliance
|
|
522
519
|
endpoint: String
|
|
523
520
|
id: ID!
|
|
524
521
|
name: String!
|
|
@@ -538,7 +535,6 @@ input ConnectionPatch {
|
|
|
538
535
|
active: Boolean
|
|
539
536
|
cuFlag: String
|
|
540
537
|
description: String
|
|
541
|
-
edge: ObjectRef
|
|
542
538
|
endpoint: String
|
|
543
539
|
id: ID
|
|
544
540
|
name: String
|
|
@@ -548,8 +544,7 @@ input ConnectionPatch {
|
|
|
548
544
|
|
|
549
545
|
type ConnectionState {
|
|
550
546
|
description: String
|
|
551
|
-
domain: Domain
|
|
552
|
-
edge: Appliance
|
|
547
|
+
domain: Domain
|
|
553
548
|
id: String
|
|
554
549
|
name: String
|
|
555
550
|
state: String
|
|
@@ -578,7 +573,7 @@ type Contact {
|
|
|
578
573
|
creator: User
|
|
579
574
|
deletedAt: DateTimeISO
|
|
580
575
|
department: String
|
|
581
|
-
domain: Domain
|
|
576
|
+
domain: Domain
|
|
582
577
|
email: EmailAddress
|
|
583
578
|
id: ID!
|
|
584
579
|
items: [ContactItem!]
|
|
@@ -649,7 +644,7 @@ type Department {
|
|
|
649
644
|
creator: User
|
|
650
645
|
deletedAt: DateTimeISO
|
|
651
646
|
description: String
|
|
652
|
-
domain: Domain
|
|
647
|
+
domain: Domain
|
|
653
648
|
extension: String
|
|
654
649
|
id: ID!
|
|
655
650
|
manager: Employee
|
|
@@ -756,7 +751,7 @@ type Employee {
|
|
|
756
751
|
creator: User
|
|
757
752
|
deletedAt: DateTimeISO
|
|
758
753
|
department: Department
|
|
759
|
-
domain: Domain
|
|
754
|
+
domain: Domain
|
|
760
755
|
email: EmailAddress
|
|
761
756
|
extension: String
|
|
762
757
|
hiredOn: String
|
|
@@ -822,7 +817,7 @@ type Entity {
|
|
|
822
817
|
dataProp: String
|
|
823
818
|
delStrategy: String
|
|
824
819
|
description: String
|
|
825
|
-
domain: Domain
|
|
820
|
+
domain: Domain
|
|
826
821
|
extEntity: Boolean
|
|
827
822
|
fixedColumns: Float
|
|
828
823
|
id: ID!
|
|
@@ -847,7 +842,7 @@ type EntityColumn {
|
|
|
847
842
|
creator: User
|
|
848
843
|
defVal: String
|
|
849
844
|
description: String
|
|
850
|
-
domain: Domain
|
|
845
|
+
domain: Domain
|
|
851
846
|
entity: Entity!
|
|
852
847
|
formEditor: String
|
|
853
848
|
formFormat: String
|
|
@@ -1020,7 +1015,7 @@ type Font {
|
|
|
1020
1015
|
active: Boolean!
|
|
1021
1016
|
createdAt: DateTimeISO
|
|
1022
1017
|
creator: User
|
|
1023
|
-
domain: Domain
|
|
1018
|
+
domain: Domain
|
|
1024
1019
|
files: [Attachment!]
|
|
1025
1020
|
id: ID!
|
|
1026
1021
|
name: String!
|
|
@@ -1143,14 +1138,14 @@ type LoginHistoryList {
|
|
|
1143
1138
|
type Menu {
|
|
1144
1139
|
buttons: [MenuButton!]!
|
|
1145
1140
|
category: String
|
|
1146
|
-
children
|
|
1141
|
+
children: [Menu!]!
|
|
1147
1142
|
columns: [MenuColumn!]!
|
|
1148
1143
|
createdAt: DateTimeISO
|
|
1149
1144
|
creator: User
|
|
1150
1145
|
description: String
|
|
1151
1146
|
detailFormId: String
|
|
1152
1147
|
detailLayout: String
|
|
1153
|
-
domain: Domain
|
|
1148
|
+
domain: Domain
|
|
1154
1149
|
fixedColumns: Float
|
|
1155
1150
|
gridSaveUrl: String
|
|
1156
1151
|
hiddenFlag: Boolean
|
|
@@ -1162,7 +1157,6 @@ type Menu {
|
|
|
1162
1157
|
name: String
|
|
1163
1158
|
pagination: Boolean
|
|
1164
1159
|
parent: Menu
|
|
1165
|
-
privilege: PrivilegeObject
|
|
1166
1160
|
rank: Float
|
|
1167
1161
|
resourceId: String
|
|
1168
1162
|
resourceName: String
|
|
@@ -1184,7 +1178,7 @@ type MenuButton {
|
|
|
1184
1178
|
auth: String
|
|
1185
1179
|
createdAt: DateTimeISO
|
|
1186
1180
|
creator: User
|
|
1187
|
-
domain: Domain
|
|
1181
|
+
domain: Domain
|
|
1188
1182
|
icon: String
|
|
1189
1183
|
id: ID!
|
|
1190
1184
|
logic: String
|
|
@@ -1219,7 +1213,7 @@ type MenuColumn {
|
|
|
1219
1213
|
creator: User
|
|
1220
1214
|
defVal: String
|
|
1221
1215
|
description: String
|
|
1222
|
-
domain: Domain
|
|
1216
|
+
domain: Domain
|
|
1223
1217
|
extField: Boolean
|
|
1224
1218
|
formEditor: String
|
|
1225
1219
|
formFormat: String
|
|
@@ -1308,7 +1302,7 @@ type MenuDetail {
|
|
|
1308
1302
|
creator: User
|
|
1309
1303
|
customView: String
|
|
1310
1304
|
dataProp: String
|
|
1311
|
-
domain: Domain
|
|
1305
|
+
domain: Domain
|
|
1312
1306
|
entityId: String
|
|
1313
1307
|
id: ID!
|
|
1314
1308
|
masterField: String
|
|
@@ -1325,7 +1319,7 @@ type MenuDetail {
|
|
|
1325
1319
|
type MenuDetailButton {
|
|
1326
1320
|
createdAt: DateTimeISO
|
|
1327
1321
|
creator: User
|
|
1328
|
-
domain: Domain
|
|
1322
|
+
domain: Domain
|
|
1329
1323
|
icon: String
|
|
1330
1324
|
id: ID!
|
|
1331
1325
|
logic: String
|
|
@@ -1359,7 +1353,7 @@ type MenuDetailColumn {
|
|
|
1359
1353
|
creator: User
|
|
1360
1354
|
defVal: String
|
|
1361
1355
|
description: String
|
|
1362
|
-
domain: Domain
|
|
1356
|
+
domain: Domain
|
|
1363
1357
|
extField: Boolean
|
|
1364
1358
|
formEditor: String
|
|
1365
1359
|
formFormat: String
|
|
@@ -1484,7 +1478,6 @@ input MenuPatch {
|
|
|
1484
1478
|
name: String
|
|
1485
1479
|
pagination: Boolean
|
|
1486
1480
|
parent: ObjectRef
|
|
1487
|
-
privilege: PrivilegeInput
|
|
1488
1481
|
rank: Int
|
|
1489
1482
|
resourceId: String
|
|
1490
1483
|
resourceName: String
|
|
@@ -1506,9 +1499,6 @@ type Mutation {
|
|
|
1506
1499
|
attachContact(contactId: String!, id: String!): Employee!
|
|
1507
1500
|
cancelInvitation(email: EmailAddress!, reference: String!, type: String!): Boolean!
|
|
1508
1501
|
|
|
1509
|
-
"""To clear translations cache"""
|
|
1510
|
-
clearTranslationsCache: Boolean!
|
|
1511
|
-
|
|
1512
1502
|
"""To clone a Board from existing Board"""
|
|
1513
1503
|
cloneBoard(id: String!, patch: BoardPatch!, targetGroupId: String, targetSubdomain: String!): Board!
|
|
1514
1504
|
|
|
@@ -1653,7 +1643,7 @@ type Mutation {
|
|
|
1653
1643
|
"""To delete multiple ApprovalLines"""
|
|
1654
1644
|
deleteApprovalLines(ids: [String!]!): Boolean!
|
|
1655
1645
|
deleteAttachment(id: String!): Boolean!
|
|
1656
|
-
deleteAttachmentsByRef(refBys: [String!]
|
|
1646
|
+
deleteAttachmentsByRef(refBys: [String!]!): Boolean!
|
|
1657
1647
|
|
|
1658
1648
|
"""To delete AttributeSet"""
|
|
1659
1649
|
deleteAttributeSet(id: String!): Boolean!
|
|
@@ -1995,7 +1985,7 @@ type Mutation {
|
|
|
1995
1985
|
"""
|
|
1996
1986
|
To run new scenario instance and will return the result after the scenario stop.
|
|
1997
1987
|
"""
|
|
1998
|
-
runScenario(instanceName: String, scenarioName: String!, variables: Object):
|
|
1988
|
+
runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
|
|
1999
1989
|
sendInvitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
|
|
2000
1990
|
singleUpload(file: Upload!): Attachment!
|
|
2001
1991
|
|
|
@@ -2313,14 +2303,12 @@ input NewCommonCode {
|
|
|
2313
2303
|
input NewCommonCodeDetail {
|
|
2314
2304
|
commonCode: ObjectRef!
|
|
2315
2305
|
description: String
|
|
2316
|
-
labels: Object
|
|
2317
2306
|
name: String!
|
|
2318
2307
|
rank: Float!
|
|
2319
2308
|
}
|
|
2320
2309
|
|
|
2321
2310
|
input NewConnection {
|
|
2322
2311
|
description: String
|
|
2323
|
-
edge: ObjectRef
|
|
2324
2312
|
endpoint: String
|
|
2325
2313
|
name: String!
|
|
2326
2314
|
params: String
|
|
@@ -2462,7 +2450,6 @@ input NewMenu {
|
|
|
2462
2450
|
name: String!
|
|
2463
2451
|
pagination: Boolean
|
|
2464
2452
|
parent: ObjectRef
|
|
2465
|
-
privilege: PrivilegeInput
|
|
2466
2453
|
rank: Int
|
|
2467
2454
|
resourceId: String
|
|
2468
2455
|
resourceName: String
|
|
@@ -2679,7 +2666,6 @@ input NewScenario {
|
|
|
2679
2666
|
privilege: PrivilegeInput
|
|
2680
2667
|
schedule: String
|
|
2681
2668
|
timezone: String
|
|
2682
|
-
ttl: Float
|
|
2683
2669
|
type: String
|
|
2684
2670
|
}
|
|
2685
2671
|
|
|
@@ -2738,7 +2724,7 @@ type Notification {
|
|
|
2738
2724
|
body: String
|
|
2739
2725
|
createdAt: DateTimeISO
|
|
2740
2726
|
creator: User
|
|
2741
|
-
domain: Domain
|
|
2727
|
+
domain: Domain
|
|
2742
2728
|
id: ID!
|
|
2743
2729
|
image: String
|
|
2744
2730
|
owner: User
|
|
@@ -2772,7 +2758,7 @@ type NotificationRule {
|
|
|
2772
2758
|
creator: User
|
|
2773
2759
|
deletedAt: DateTimeISO
|
|
2774
2760
|
description: String
|
|
2775
|
-
domain: Domain
|
|
2761
|
+
domain: Domain
|
|
2776
2762
|
id: ID!
|
|
2777
2763
|
name: String
|
|
2778
2764
|
|
|
@@ -2829,7 +2815,7 @@ type Oauth2Client {
|
|
|
2829
2815
|
createdAt: DateTimeISO
|
|
2830
2816
|
creator: User
|
|
2831
2817
|
description: String
|
|
2832
|
-
domain: Domain
|
|
2818
|
+
domain: Domain
|
|
2833
2819
|
expires: DateTimeISO
|
|
2834
2820
|
grantType: String
|
|
2835
2821
|
icon: String
|
|
@@ -2962,12 +2948,12 @@ input Pagination {
|
|
|
2962
2948
|
}
|
|
2963
2949
|
|
|
2964
2950
|
type Partner {
|
|
2965
|
-
approvedAt: DateTimeISO
|
|
2951
|
+
approvedAt: DateTimeISO!
|
|
2966
2952
|
approver: User
|
|
2967
2953
|
domain: Domain!
|
|
2968
2954
|
id: ID!
|
|
2969
2955
|
partnerDomain: Domain!
|
|
2970
|
-
requestedAt: DateTimeISO
|
|
2956
|
+
requestedAt: DateTimeISO!
|
|
2971
2957
|
requester: User
|
|
2972
2958
|
}
|
|
2973
2959
|
|
|
@@ -2982,7 +2968,7 @@ type PartnerSetting {
|
|
|
2982
2968
|
createdAt: DateTimeISO
|
|
2983
2969
|
creator: User
|
|
2984
2970
|
description: String
|
|
2985
|
-
domain: Domain
|
|
2971
|
+
domain: Domain
|
|
2986
2972
|
id: ID!
|
|
2987
2973
|
name: String
|
|
2988
2974
|
partnerDomain: Domain
|
|
@@ -3011,7 +2997,7 @@ input PartnerSettingPatch {
|
|
|
3011
2997
|
type PayloadLog {
|
|
3012
2998
|
createdAt: DateTimeISO
|
|
3013
2999
|
creator: User
|
|
3014
|
-
domain: Domain
|
|
3000
|
+
domain: Domain
|
|
3015
3001
|
endpoint: String!
|
|
3016
3002
|
id: ID!
|
|
3017
3003
|
name: String!
|
|
@@ -3177,7 +3163,6 @@ type PropertySpec {
|
|
|
3177
3163
|
name: String!
|
|
3178
3164
|
placeholder: String
|
|
3179
3165
|
property: Object
|
|
3180
|
-
styles: Object
|
|
3181
3166
|
type: String!
|
|
3182
3167
|
}
|
|
3183
3168
|
|
|
@@ -3324,9 +3309,6 @@ type Query {
|
|
|
3324
3309
|
"""To fetch domains with given privilege for user"""
|
|
3325
3310
|
domainsWithPrivilege(category: String!, privilege: String!): [Domain!]!
|
|
3326
3311
|
|
|
3327
|
-
"""To fetch multiple appliance"""
|
|
3328
|
-
edges(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplianceList!
|
|
3329
|
-
|
|
3330
3312
|
"""To fetch a Employee"""
|
|
3331
3313
|
employee(id: String!): Employee
|
|
3332
3314
|
|
|
@@ -3433,9 +3415,6 @@ type Query {
|
|
|
3433
3415
|
myFavorites: [Favorite!]!
|
|
3434
3416
|
myLoginHistories(limit: Float!): [LoginHistory!]!
|
|
3435
3417
|
|
|
3436
|
-
"""To fetch my own Menus"""
|
|
3437
|
-
myMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuList!
|
|
3438
|
-
|
|
3439
3418
|
"""To fetch my notifications"""
|
|
3440
3419
|
myNotifications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
|
|
3441
3420
|
|
|
@@ -3590,7 +3569,7 @@ type Role {
|
|
|
3590
3569
|
description: String
|
|
3591
3570
|
domain: Domain!
|
|
3592
3571
|
id: ID!
|
|
3593
|
-
name: String
|
|
3572
|
+
name: String!
|
|
3594
3573
|
privileges: [Privilege!]
|
|
3595
3574
|
updatedAt: DateTimeISO
|
|
3596
3575
|
updater: User
|
|
@@ -3626,7 +3605,7 @@ type Scenario {
|
|
|
3626
3605
|
createdAt: DateTimeISO
|
|
3627
3606
|
creator: User
|
|
3628
3607
|
description: String
|
|
3629
|
-
domain: Domain
|
|
3608
|
+
domain: Domain
|
|
3630
3609
|
id: ID!
|
|
3631
3610
|
instances: [ScenarioInstance!]
|
|
3632
3611
|
name: String!
|
|
@@ -3640,7 +3619,6 @@ type Scenario {
|
|
|
3640
3619
|
state: String
|
|
3641
3620
|
steps: [Step!]
|
|
3642
3621
|
timezone: String
|
|
3643
|
-
ttl: Float
|
|
3644
3622
|
type: String
|
|
3645
3623
|
updatedAt: DateTimeISO
|
|
3646
3624
|
updater: User
|
|
@@ -3673,17 +3651,6 @@ type ScenarioInstanceProgress {
|
|
|
3673
3651
|
steps: Int!
|
|
3674
3652
|
}
|
|
3675
3653
|
|
|
3676
|
-
type ScenarioInstanceRunResult {
|
|
3677
|
-
data: Object
|
|
3678
|
-
instanceName: String
|
|
3679
|
-
message: String
|
|
3680
|
-
result: Object
|
|
3681
|
-
scenarioName: String
|
|
3682
|
-
state: String
|
|
3683
|
-
timestamp: DateTimeISO
|
|
3684
|
-
variables: Object
|
|
3685
|
-
}
|
|
3686
|
-
|
|
3687
3654
|
type ScenarioInstanceState {
|
|
3688
3655
|
data: Object
|
|
3689
3656
|
domain: Domain
|
|
@@ -3720,7 +3687,6 @@ input ScenarioPatch {
|
|
|
3720
3687
|
schedule: String
|
|
3721
3688
|
steps: [StepPatch!]
|
|
3722
3689
|
timezone: String
|
|
3723
|
-
ttl: Float
|
|
3724
3690
|
type: String
|
|
3725
3691
|
}
|
|
3726
3692
|
|
|
@@ -3735,7 +3701,7 @@ type Setting {
|
|
|
3735
3701
|
createdAt: DateTimeISO
|
|
3736
3702
|
creator: User
|
|
3737
3703
|
description: String
|
|
3738
|
-
domain: Domain
|
|
3704
|
+
domain: Domain
|
|
3739
3705
|
id: ID!
|
|
3740
3706
|
name: String!
|
|
3741
3707
|
updatedAt: DateTimeISO
|
|
@@ -3772,7 +3738,7 @@ type StateRegister {
|
|
|
3772
3738
|
createdAt: DateTimeISO
|
|
3773
3739
|
creator: User
|
|
3774
3740
|
description: String
|
|
3775
|
-
domain: Domain
|
|
3741
|
+
domain: Domain
|
|
3776
3742
|
id: ID!
|
|
3777
3743
|
name: String
|
|
3778
3744
|
refBy: String
|
|
@@ -3872,7 +3838,6 @@ type TaskTypeList {
|
|
|
3872
3838
|
type Terminology {
|
|
3873
3839
|
category: String!
|
|
3874
3840
|
createdAt: DateTimeISO
|
|
3875
|
-
creator: User
|
|
3876
3841
|
description: String
|
|
3877
3842
|
display: String!
|
|
3878
3843
|
domain: Domain!
|
|
@@ -3880,7 +3845,6 @@ type Terminology {
|
|
|
3880
3845
|
locale: String!
|
|
3881
3846
|
name: String!
|
|
3882
3847
|
updatedAt: DateTimeISO
|
|
3883
|
-
updater: User
|
|
3884
3848
|
}
|
|
3885
3849
|
|
|
3886
3850
|
type TerminologyList {
|
|
@@ -3889,12 +3853,12 @@ type TerminologyList {
|
|
|
3889
3853
|
}
|
|
3890
3854
|
|
|
3891
3855
|
input TerminologyPatch {
|
|
3892
|
-
category: String
|
|
3856
|
+
category: String!
|
|
3893
3857
|
cuFlag: String
|
|
3894
3858
|
description: String
|
|
3895
|
-
display: String
|
|
3859
|
+
display: String!
|
|
3896
3860
|
id: ID
|
|
3897
|
-
locale: String
|
|
3861
|
+
locale: String!
|
|
3898
3862
|
name: String
|
|
3899
3863
|
}
|
|
3900
3864
|
|
|
@@ -3905,7 +3869,7 @@ type Theme {
|
|
|
3905
3869
|
creator: User
|
|
3906
3870
|
deletedAt: DateTimeISO
|
|
3907
3871
|
description: String
|
|
3908
|
-
domain: Domain
|
|
3872
|
+
domain: Domain
|
|
3909
3873
|
id: ID!
|
|
3910
3874
|
name: String
|
|
3911
3875
|
type: String
|
|
@@ -3945,7 +3909,7 @@ type User {
|
|
|
3945
3909
|
email: EmailAddress!
|
|
3946
3910
|
id: ID!
|
|
3947
3911
|
locale: String
|
|
3948
|
-
name: String
|
|
3912
|
+
name: String!
|
|
3949
3913
|
owner: Boolean
|
|
3950
3914
|
reference: String
|
|
3951
3915
|
roles: [Role!]!
|
|
@@ -3986,7 +3950,7 @@ type UserRole {
|
|
|
3986
3950
|
type UsersAuthProviders {
|
|
3987
3951
|
authProvider: AuthProvider
|
|
3988
3952
|
createdAt: DateTimeISO
|
|
3989
|
-
domain: Domain
|
|
3953
|
+
domain: Domain
|
|
3990
3954
|
id: ID!
|
|
3991
3955
|
ssoId: String
|
|
3992
3956
|
updatedAt: DateTimeISO
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export const MASK: string = `
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 95 23">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: url(#linear-gradient);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-1, .cls-2 {
|
|
10
|
+
stroke-width: 0px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-2 {
|
|
14
|
+
fill: {{fillColor}};
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
<linearGradient id="linear-gradient" x1="47.4" y1="85.6" x2="47.4" y2="95" gradientTransform="translate(0 -74)" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop offset="0" stop-color="#000" stop-opacity="0"/>
|
|
19
|
+
<stop offset=".9" stop-color="#000" stop-opacity=".2"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
</defs>
|
|
22
|
+
<rect class="cls-1" x="1.4" y="11.6" width="92.1" height="9.5" rx="2.6" ry="2.6"/>
|
|
23
|
+
<path class="cls-2" d="M95,0H0v23h95V0ZM92.5,17.9c0,1.4-1.2,2.6-2.6,2.6H5.1c-1.4,0-2.6-1.2-2.6-2.6V5.1c0-1.4,1.2-2.6,2.6-2.6h84.8c1.4,0,2.6,1.2,2.6,2.6v12.8Z"/>
|
|
24
|
+
<path class="cls-2" d="M47.9,3.1c0-.6.7-.6.7-.6v-.7h-2.5v.7s.7,0,.7.6v16.7s0,.7-.7.8v.6h2.5v-.6c-.7-.1-.7-.8-.7-.8V3.1Z"/>
|
|
25
|
+
<path class="cls-2" d="M38.6,3.1c0-.6.7-.6.7-.6v-.7h-2.5v.7s.7,0,.7.6v16.7s0,.7-.7.8v.6h2.5v-.6c-.7-.1-.7-.8-.7-.8V3.1Z"/>
|
|
26
|
+
<path class="cls-2" d="M29.3,3.1c0-.6.7-.6.7-.6v-.7h-2.5v.7s.7,0,.7.6v16.7s0,.7-.7.8v.6h2.5v-.6c-.7-.1-.7-.8-.7-.8V3.1Z"/>
|
|
27
|
+
<path class="cls-2" d="M19.9,3.1c0-.6.7-.6.7-.6v-.7h-2.5v.7s.7,0,.7.6v16.7s0,.7-.7.8v.6h2.5v-.6c-.7-.1-.7-.8-.7-.8V3.1Z"/>
|
|
28
|
+
<path class="cls-2" d="M11,3.1c0-.6.7-.6.7-.6v-.7h-2.5v.7s.7,0,.7.6v16.7s0,.7-.7.8v.6h2.5v-.6c-.7-.1-.7-.8-.7-.8V3.1Z"/>
|
|
29
|
+
<path class="cls-2" d="M84.9,3.1c0-.6.7-.6.7-.6v-.7h-2.5v.7s.7,0,.7.6v16.7s0,.7-.7.8v.6h2.5v-.6c-.7-.1-.7-.8-.7-.8V3.1Z"/>
|
|
30
|
+
<path class="cls-2" d="M75.6,3.1c0-.6.7-.6.7-.6v-.7h-2.5v.7s.7,0,.7.6v16.7s0,.7-.7.8v.6h2.5v-.6c-.7-.1-.7-.8-.7-.8V3.1Z"/>
|
|
31
|
+
<path class="cls-2" d="M66.4,3.1c0-.6.7-.6.7-.6v-.7h-2.5v.7s.7,0,.7.6v16.7s0,.7-.7.8v.6h2.5v-.6c-.7-.1-.7-.8-.7-.8V3.1Z"/>
|
|
32
|
+
<path class="cls-2" d="M57.2,3.1c0-.6.7-.6.7-.6v-.7h-2.5v.7s.7,0,.7.6v16.7s0,.7-.7.8v.6h2.5v-.6c-.7-.1-.7-.8-.7-.8V3.1Z"/>
|
|
33
|
+
</svg>
|
|
34
|
+
`
|