@things-factory/integration-ui 6.0.145 → 6.1.0

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.
@@ -209,7 +209,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
209
209
  },
210
210
  filter: 'search',
211
211
  sortable: true,
212
- width: 150,
212
+ width: 300,
213
213
  validation: function (after, before, record, column) {
214
214
  /* connected 상태에서는 이름을 바꿀 수 없다. */
215
215
  if (IS_SCENARIO_RUNNING(record.state)) {
@@ -241,7 +241,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
241
241
  editable: true
242
242
  },
243
243
  filter: 'search',
244
- width: 200
244
+ width: 350
245
245
  },
246
246
  {
247
247
  type: 'crontab',
@@ -251,7 +251,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
251
251
  record: {
252
252
  editable: true
253
253
  },
254
- width: 80,
254
+ width: 110,
255
255
  label: true
256
256
  },
257
257
  {
@@ -270,6 +270,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
270
270
  label: true,
271
271
  header: i18next.t('field.active'),
272
272
  record: {
273
+ align: 'center',
273
274
  editable: true
274
275
  },
275
276
  sortable: true,
@@ -283,7 +284,7 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
283
284
  editable: false
284
285
  },
285
286
  sortable: true,
286
- width: 120
287
+ width: 85
287
288
  },
288
289
  {
289
290
  type: 'datetime',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-ui",
3
- "version": "6.0.145",
3
+ "version": "6.1.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@operato/app": "^1.0.1",
28
- "@operato/data-grist": "^1.0.1",
28
+ "@operato/data-grist": "^1.3.5",
29
29
  "@operato/graphql": "^1.0.0",
30
30
  "@operato/grist-editor": "^1.0.0",
31
31
  "@operato/help": "^1.0.1",
@@ -34,10 +34,10 @@
34
34
  "@operato/property-editor": "^1.0.0",
35
35
  "@operato/styles": "^1.0.0",
36
36
  "@operato/utils": "^1.0.1",
37
- "@things-factory/export-base": "^6.0.145",
38
- "@things-factory/import-base": "^6.0.145",
39
- "@things-factory/integration-base": "^6.0.145",
37
+ "@things-factory/export-base": "^6.1.0",
38
+ "@things-factory/import-base": "^6.1.0",
39
+ "@things-factory/integration-base": "^6.1.0",
40
40
  "moment-timezone": "^0.5.40"
41
41
  },
42
- "gitHead": "0390e4f4308f8a5295e5cd2b65bafb859c5245f1"
42
+ "gitHead": "205ac14ff55275d948a8cc6d7c514b90d6baf6ef"
43
43
  }