@things-factory/operato-board 7.0.1-beta.22 → 7.0.1-beta.23
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/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +33 -33
- package/schema.graphql +15 -1
- package/dist-client/themes/app-theme.css +0 -160
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "7.0.1-beta.
|
|
3
|
+
"version": "7.0.1-beta.23",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -91,45 +91,45 @@
|
|
|
91
91
|
"@operato/shell": "^2.0.0-beta.0",
|
|
92
92
|
"@operato/styles": "^2.0.0-beta.0",
|
|
93
93
|
"@operato/utils": "^2.0.0-beta.0",
|
|
94
|
-
"@things-factory/apptool-ui": "^7.0.1-beta.
|
|
95
|
-
"@things-factory/auth-azure-ad": "^7.0.1-beta.
|
|
96
|
-
"@things-factory/auth-google": "^7.0.1-beta.
|
|
97
|
-
"@things-factory/auth-ui": "^7.0.1-beta.
|
|
98
|
-
"@things-factory/board-service": "^7.0.1-beta.
|
|
99
|
-
"@things-factory/board-ui": "^7.0.1-beta.
|
|
100
|
-
"@things-factory/context-ui": "^7.0.1-beta.
|
|
101
|
-
"@things-factory/export-ui": "^7.0.1-beta.
|
|
102
|
-
"@things-factory/fav-base": "^7.0.1-beta.
|
|
103
|
-
"@things-factory/font-base": "^7.0.1-beta.
|
|
94
|
+
"@things-factory/apptool-ui": "^7.0.1-beta.23",
|
|
95
|
+
"@things-factory/auth-azure-ad": "^7.0.1-beta.23",
|
|
96
|
+
"@things-factory/auth-google": "^7.0.1-beta.23",
|
|
97
|
+
"@things-factory/auth-ui": "^7.0.1-beta.23",
|
|
98
|
+
"@things-factory/board-service": "^7.0.1-beta.23",
|
|
99
|
+
"@things-factory/board-ui": "^7.0.1-beta.23",
|
|
100
|
+
"@things-factory/context-ui": "^7.0.1-beta.23",
|
|
101
|
+
"@things-factory/export-ui": "^7.0.1-beta.23",
|
|
102
|
+
"@things-factory/fav-base": "^7.0.1-beta.23",
|
|
103
|
+
"@things-factory/font-base": "^7.0.1-beta.23",
|
|
104
104
|
"@things-factory/form-ui": "^7.0.1-beta.7",
|
|
105
|
-
"@things-factory/help": "^7.0.1-beta.
|
|
106
|
-
"@things-factory/i18n-base": "^7.0.1-beta.
|
|
107
|
-
"@things-factory/import-ui": "^7.0.1-beta.
|
|
108
|
-
"@things-factory/integration-base": "^7.0.1-beta.
|
|
109
|
-
"@things-factory/integration-email": "^7.0.1-beta.
|
|
110
|
-
"@things-factory/integration-influxdb": "^7.0.1-beta.
|
|
111
|
-
"@things-factory/integration-msgraph": "^7.0.1-beta.
|
|
112
|
-
"@things-factory/integration-notification": "^7.0.1-beta.
|
|
113
|
-
"@things-factory/integration-openai": "^7.0.1-beta.
|
|
114
|
-
"@things-factory/integration-ui": "^7.0.1-beta.
|
|
115
|
-
"@things-factory/more-ui": "^7.0.1-beta.
|
|
116
|
-
"@things-factory/notification": "^7.0.1-beta.
|
|
117
|
-
"@things-factory/oauth2-client": "^7.0.1-beta.
|
|
118
|
-
"@things-factory/offline-ui": "^7.0.1-beta.
|
|
105
|
+
"@things-factory/help": "^7.0.1-beta.23",
|
|
106
|
+
"@things-factory/i18n-base": "^7.0.1-beta.23",
|
|
107
|
+
"@things-factory/import-ui": "^7.0.1-beta.23",
|
|
108
|
+
"@things-factory/integration-base": "^7.0.1-beta.23",
|
|
109
|
+
"@things-factory/integration-email": "^7.0.1-beta.23",
|
|
110
|
+
"@things-factory/integration-influxdb": "^7.0.1-beta.23",
|
|
111
|
+
"@things-factory/integration-msgraph": "^7.0.1-beta.23",
|
|
112
|
+
"@things-factory/integration-notification": "^7.0.1-beta.23",
|
|
113
|
+
"@things-factory/integration-openai": "^7.0.1-beta.23",
|
|
114
|
+
"@things-factory/integration-ui": "^7.0.1-beta.23",
|
|
115
|
+
"@things-factory/more-ui": "^7.0.1-beta.23",
|
|
116
|
+
"@things-factory/notification": "^7.0.1-beta.23",
|
|
117
|
+
"@things-factory/oauth2-client": "^7.0.1-beta.23",
|
|
118
|
+
"@things-factory/offline-ui": "^7.0.1-beta.23",
|
|
119
119
|
"@things-factory/pdf": "^7.0.1-beta.10",
|
|
120
|
-
"@things-factory/print-service": "^7.0.1-beta.
|
|
121
|
-
"@things-factory/print-ui": "^7.0.1-beta.
|
|
122
|
-
"@things-factory/resource-ui": "^7.0.1-beta.
|
|
123
|
-
"@things-factory/setting-ui": "^7.0.1-beta.
|
|
124
|
-
"@things-factory/shell": "^7.0.1-beta.
|
|
125
|
-
"@things-factory/system": "^7.0.1-beta.
|
|
120
|
+
"@things-factory/print-service": "^7.0.1-beta.23",
|
|
121
|
+
"@things-factory/print-ui": "^7.0.1-beta.23",
|
|
122
|
+
"@things-factory/resource-ui": "^7.0.1-beta.23",
|
|
123
|
+
"@things-factory/setting-ui": "^7.0.1-beta.23",
|
|
124
|
+
"@things-factory/shell": "^7.0.1-beta.23",
|
|
125
|
+
"@things-factory/system": "^7.0.1-beta.23"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@things-factory/board-test": "^7.0.1-beta.
|
|
128
|
+
"@things-factory/board-test": "^7.0.1-beta.23",
|
|
129
129
|
"@things-factory/builder": "^7.0.1-beta.18"
|
|
130
130
|
},
|
|
131
131
|
"resolutions": {
|
|
132
132
|
"passport": "^0.7.0"
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "b27d9abe4e96c79485172e955f6388eda35c3f13"
|
|
135
135
|
}
|
package/schema.graphql
CHANGED
|
@@ -1995,7 +1995,7 @@ type Mutation {
|
|
|
1995
1995
|
"""
|
|
1996
1996
|
To run new scenario instance and will return the result after the scenario stop.
|
|
1997
1997
|
"""
|
|
1998
|
-
runScenario(instanceName: String, scenarioName: String!, variables: Object):
|
|
1998
|
+
runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstanceRunResult!
|
|
1999
1999
|
sendInvitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
|
|
2000
2000
|
singleUpload(file: Upload!): Attachment!
|
|
2001
2001
|
|
|
@@ -2679,6 +2679,7 @@ input NewScenario {
|
|
|
2679
2679
|
privilege: PrivilegeInput
|
|
2680
2680
|
schedule: String
|
|
2681
2681
|
timezone: String
|
|
2682
|
+
ttl: Float
|
|
2682
2683
|
type: String
|
|
2683
2684
|
}
|
|
2684
2685
|
|
|
@@ -3639,6 +3640,7 @@ type Scenario {
|
|
|
3639
3640
|
state: String
|
|
3640
3641
|
steps: [Step!]
|
|
3641
3642
|
timezone: String
|
|
3643
|
+
ttl: Float
|
|
3642
3644
|
type: String
|
|
3643
3645
|
updatedAt: DateTimeISO
|
|
3644
3646
|
updater: User
|
|
@@ -3671,6 +3673,17 @@ type ScenarioInstanceProgress {
|
|
|
3671
3673
|
steps: Int!
|
|
3672
3674
|
}
|
|
3673
3675
|
|
|
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
|
+
|
|
3674
3687
|
type ScenarioInstanceState {
|
|
3675
3688
|
data: Object
|
|
3676
3689
|
domain: Domain
|
|
@@ -3707,6 +3720,7 @@ input ScenarioPatch {
|
|
|
3707
3720
|
schedule: String
|
|
3708
3721
|
steps: [StepPatch!]
|
|
3709
3722
|
timezone: String
|
|
3723
|
+
ttl: Float
|
|
3710
3724
|
type: String
|
|
3711
3725
|
}
|
|
3712
3726
|
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
body {
|
|
2
|
-
/* theme color */
|
|
3
|
-
--primary-color-rgb: 130, 105, 96;
|
|
4
|
-
--primary-color: rgb(var(--primary-color-rgb));
|
|
5
|
-
--secondary-color-rgb: 78, 78, 90;
|
|
6
|
-
--secondary-color: rgb(var(--secondary-color-rgb));
|
|
7
|
-
--focus-color: var(--md-sys-color-on-primary);
|
|
8
|
-
--primary-background-color: var(--md-sys-color-secondary);
|
|
9
|
-
--secondary-background-color: #283644;
|
|
10
|
-
--md-sys-color-on-primary: #fff;
|
|
11
|
-
--theme-black-color: rgba(0, 0, 0, 0.9);
|
|
12
|
-
|
|
13
|
-
--focus-background-color: var(--md-sys-color-primary);
|
|
14
|
-
--primary-text-color: #3c3938;
|
|
15
|
-
--secondary-text-color: var(--md-sys-color-primary);
|
|
16
|
-
|
|
17
|
-
--opacity-dark-color: rgba(0, 0, 0, 0.4);
|
|
18
|
-
--opacity-light-color: rgba(255, 255, 255, 0.8);
|
|
19
|
-
|
|
20
|
-
/* status color */
|
|
21
|
-
--status-success-color: #35a24a;
|
|
22
|
-
--status-warning-color: #ee8d03;
|
|
23
|
-
--status-danger-color: #d14946;
|
|
24
|
-
--status-info-color: #398ace;
|
|
25
|
-
|
|
26
|
-
/* common style */
|
|
27
|
-
--border-radius: 4px;
|
|
28
|
-
--border-dim-color: 1px solid rgba(0, 0, 0, 0.15);
|
|
29
|
-
--border-light-color: 1px solid rgba(255, 255, 255, 0.3);
|
|
30
|
-
|
|
31
|
-
--box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
|
|
32
|
-
|
|
33
|
-
--theme-font: 'Noto', Helvetica;
|
|
34
|
-
|
|
35
|
-
--margin-default: 9px;
|
|
36
|
-
--margin-narrow: 4px;
|
|
37
|
-
--margin-wide: 15px;
|
|
38
|
-
--padding-default: var(--margin-default);
|
|
39
|
-
--padding-narrow: var(--margin-narrow);
|
|
40
|
-
--padding-wide: var(--margin-wide);
|
|
41
|
-
|
|
42
|
-
--scrollbar-thumb-color: rgba(57, 78, 100, 0.5);
|
|
43
|
-
--scrollbar-thumb-hover-color: var(--md-sys-color-primary);
|
|
44
|
-
|
|
45
|
-
--fontsize-default: 14px;
|
|
46
|
-
--fontsize-small: 13px;
|
|
47
|
-
--fontsize-large: 16px;
|
|
48
|
-
|
|
49
|
-
/* app layout style */
|
|
50
|
-
--app-grid-template-area: 'header header header' 'nav main aside' 'nav footer aside';
|
|
51
|
-
|
|
52
|
-
/* title & description style */
|
|
53
|
-
--title-margin: var(--margin-narrow) 0;
|
|
54
|
-
--title-font: bold 24px var(--theme-font);
|
|
55
|
-
--title-text-color: var(--md-sys-color-secondary);
|
|
56
|
-
--title-font-mobile: bold 20px var(--theme-font);
|
|
57
|
-
|
|
58
|
-
--page-description-margin: var(--margin-narrow) 0 var(--margin-wide) 0;
|
|
59
|
-
--page-description-font: normal var(--fontsize-default) / 1.2rem var(--theme-font);
|
|
60
|
-
--page-description-color: var(--secondary-text-color);
|
|
61
|
-
|
|
62
|
-
--subtitle-padding: 12px 5px 3px 5px;
|
|
63
|
-
--subtitle-font: bold 18px var(--theme-font);
|
|
64
|
-
--subtitle-text-color: var(--md-sys-color-primary);
|
|
65
|
-
--subtitle-border-bottom: 1px solid var(--md-sys-color-primary);
|
|
66
|
-
|
|
67
|
-
/* icon style */
|
|
68
|
-
--icon-tiny-size: 24px;
|
|
69
|
-
--icon-default-size: 36px;
|
|
70
|
-
--icon-big-size: 48px;
|
|
71
|
-
--icon-default-color: var(--md-sys-color-on-primary);
|
|
72
|
-
|
|
73
|
-
/* material design component themes */
|
|
74
|
-
--mdc-theme-on-primary: var(--md-sys-color-on-primary);
|
|
75
|
-
--mdc-theme-primary: var(--secondary-text-color);
|
|
76
|
-
--mdc-theme-on-secondary: var(--md-sys-color-on-primary);
|
|
77
|
-
--mdc-theme-secondary: var(--md-sys-color-primary);
|
|
78
|
-
--mdc-button-outline-color: var(--md-sys-color-primary);
|
|
79
|
-
--mdc-danger-button-primary-color: var(--status-danger-color);
|
|
80
|
-
--mdc-danger-button-outline-color: var(--status-danger-color);
|
|
81
|
-
--mdc-button-outline-width: 1px;
|
|
82
|
-
--mdc-button-horizontal-padding: 16px;
|
|
83
|
-
|
|
84
|
-
--md-fab-container-color: var(--md-sys-color-primary);
|
|
85
|
-
--md-fab-icon-color: var(--focus-color);
|
|
86
|
-
|
|
87
|
-
--md-theme-on-primary: var(--md-sys-color-on-primary);
|
|
88
|
-
--md-theme-primary: var(--secondary-text-color);
|
|
89
|
-
--md-theme-on-secondary: var(--md-sys-color-on-primary);
|
|
90
|
-
--md-theme-secondary: var(--md-sys-color-primary);
|
|
91
|
-
--md-button-outline-color: var(--md-sys-color-primary);
|
|
92
|
-
--md-danger-button-primary-color: var(--status-danger-color);
|
|
93
|
-
--md-danger-button-outline-color: var(--status-danger-color);
|
|
94
|
-
--md-button-outline-width: 1px;
|
|
95
|
-
--md-button-horizontal-padding: 16px;
|
|
96
|
-
|
|
97
|
-
/* button style */
|
|
98
|
-
--button-background-color: #fafbfc;
|
|
99
|
-
--button-background-focus-color: var(--md-sys-color-primary);
|
|
100
|
-
--button-border: var(--border-dim-color);
|
|
101
|
-
--button-border-radius: var(--border-radius);
|
|
102
|
-
--button-margin: var(--margin-default) var(--margin-default) var(--margin-default) 0;
|
|
103
|
-
--button-padding: calc(var(--padding-narrow) * 1.5) var(--padding-wide);
|
|
104
|
-
--button-color: var(--md-sys-color-secondary);
|
|
105
|
-
--button-font: 600 var(--fontsize-default) var(--theme-font);
|
|
106
|
-
--button-text-transform: capitalize;
|
|
107
|
-
--button-active-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
|
|
108
|
-
--button-activ-border: 1px solid var(--md-sys-color-primary);
|
|
109
|
-
--button-activ-background-color: var(--md-sys-color-primary);
|
|
110
|
-
--button-activ-color: var(--md-sys-color-on-primary);
|
|
111
|
-
--iconbtn-padding: var(--padding-narrow);
|
|
112
|
-
|
|
113
|
-
--button-primary-background-color: var(--md-sys-color-primary);
|
|
114
|
-
--button-primary-active-background-color: var(--status-success-color);
|
|
115
|
-
--button-primary-padding: var(--margin-default) var(--margin-wide);
|
|
116
|
-
--button-primary-color: var(--md-sys-color-on-primary);
|
|
117
|
-
--button-primary-font: bold 16px var(--theme-font);
|
|
118
|
-
|
|
119
|
-
/* table style */
|
|
120
|
-
--th-padding: var(--padding-default);
|
|
121
|
-
--th-border-top: 2px solid var(--md-sys-color-secondary);
|
|
122
|
-
--th-text-transform: capitalize;
|
|
123
|
-
--th-font: bold var(--fontsize-small) var(--theme-font);
|
|
124
|
-
--th-color: rgba(var(--secondary-color-rgb), 0.8);
|
|
125
|
-
|
|
126
|
-
--tr-background-color: var(--md-sys-color-surface-variant);
|
|
127
|
-
--tr-background-odd-color: rgba(255, 255, 255, 0.4);
|
|
128
|
-
--tr-background-hover-color: #e1f5fe;
|
|
129
|
-
--td-border-line: 1px solid rgba(0, 0, 0, 0.05);
|
|
130
|
-
--td-border-bottom: 1px solid rgba(0, 0, 0, 0.09);
|
|
131
|
-
--td-padding: var(--padding-default);
|
|
132
|
-
--td-font: normal 13px var(--theme-font);
|
|
133
|
-
--td-color: var(--md-sys-color-secondary);
|
|
134
|
-
|
|
135
|
-
--label-cell-background-color: #f6f6f6; /* th or td common background color */
|
|
136
|
-
|
|
137
|
-
/* form style */
|
|
138
|
-
--label-font: normal var(--fontsize-default) var(--theme-font);
|
|
139
|
-
--label-color: var(--md-sys-color-on-surface);
|
|
140
|
-
--label-text-transform: capitalize;
|
|
141
|
-
--input-margin: var(--margin-narrow) 0;
|
|
142
|
-
--input-padding: 6px 2px;
|
|
143
|
-
--input-min-width: 200px;
|
|
144
|
-
--input-font: normal var(--fontsize-default) var(--theme-font);
|
|
145
|
-
--input-hint-font: normal var(--fontsize-small) var(--theme-font);
|
|
146
|
-
--input-hint-color: #666;
|
|
147
|
-
--input-container-max-width: 900px;
|
|
148
|
-
--fieldset-margin: var(--padding-wide) 0;
|
|
149
|
-
--fieldset-padding: 0 var(--padding-wide) var(--padding-wide) var(--padding-wide);
|
|
150
|
-
--legend-padding: var(--padding-default) 0;
|
|
151
|
-
--legend-color: var(--secondary-text-color);
|
|
152
|
-
--legend-font: bold 16px var(--theme-font);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
@media only screen and (max-width: 460px) {
|
|
156
|
-
body {
|
|
157
|
-
/* subtitle style */
|
|
158
|
-
--subtitle-margin: 0;
|
|
159
|
-
}
|
|
160
|
-
}
|