@things-factory/integration-ui 5.0.0-zeta.6 → 5.0.0-zeta.9

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.
@@ -2,15 +2,15 @@ import '@material/mwc-icon'
2
2
  import './editors/entity-editor'
3
3
  import './editors/property-editor'
4
4
 
5
+ import { OxGristEditorJson } from '@operato/app/grist-editor/ox-grist-editor-json.js'
6
+ import { OxGristRendererCrontab } from '@operato/app/grist-editor/ox-grist-renderer-crontab.js'
5
7
  import { registerEditor as registerGristEditor, registerRenderer as registerGristRenderer } from '@operato/data-grist'
8
+ import { OxGristEditorCrontab } from '@operato/grist-editor/ox-grist-editor-crontab.js'
9
+ import { OxGristEditorParameters } from '@operato/grist-editor/ox-grist-editor-parameters.js'
10
+ import { OxPropertyEditor } from '@operato/property-editor'
6
11
 
7
12
  import { ConnectionSelector } from './grist/connection-selector'
8
13
  import { ConnectorSelector } from './grist/connector-selector'
9
- import { OxGristEditorCrontab } from '@operato/app/grist-editor/ox-grist-editor-crontab.js'
10
- import { OxGristEditorJson } from '@operato/app/grist-editor/ox-grist-editor-json.js'
11
- import { OxGristEditorParameters } from '@operato/app/grist-editor/ox-grist-editor-parameters.js'
12
- import { OxGristRendererCrontab } from '@operato/app/grist-editor/ox-grist-renderer-crontab.js'
13
- import { OxPropertyEditor } from '@operato/property-editor'
14
14
  import { TaskTypeSelector } from './grist/task-type-selector'
15
15
 
16
16
  export default function bootstrap() {
@@ -418,7 +418,6 @@ export class Scenario extends connect(store)(localize(i18next)(PageView)) {
418
418
  patchField[key] = dirtyFields[key].after
419
419
  }
420
420
  }
421
- this._setDefaultFieldsValue(patchField)
422
421
  patchField.cuFlag = patch.__dirty__
423
422
 
424
423
  return patchField
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-ui",
3
- "version": "5.0.0-zeta.6",
3
+ "version": "5.0.0-zeta.9",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,20 +24,20 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/app": "^1.0.0-beta.36",
28
- "@operato/data-grist": "1.0.0-beta.38",
29
- "@operato/graphql": "1.0.0-beta.38",
30
- "@operato/help": "1.0.0-beta.38",
31
- "@operato/i18n": "1.0.0-beta.38",
32
- "@operato/layout": "1.0.0-beta.38",
33
- "@operato/property-editor": "1.0.0-beta.38",
34
- "@operato/styles": "1.0.0-beta.38",
35
- "@operato/utils": "1.0.0-beta.38",
36
- "@things-factory/export-base": "^5.0.0-zeta.6",
37
- "@things-factory/import-base": "^5.0.0-zeta.6",
38
- "@things-factory/integration-base": "^5.0.0-zeta.6",
27
+ "@operato/app": "^1.0.0-beta.40",
28
+ "@operato/data-grist": "^1.0.0-beta.40",
29
+ "@operato/graphql": "^1.0.0-beta.40",
30
+ "@operato/help": "^1.0.0-beta.40",
31
+ "@operato/i18n": "^1.0.0-beta.40",
32
+ "@operato/layout": "^1.0.0-beta.40",
33
+ "@operato/property-editor": "^1.0.0-beta.40",
34
+ "@operato/styles": "^1.0.0-beta.40",
35
+ "@operato/utils": "^1.0.0-beta.40",
36
+ "@things-factory/export-base": "^5.0.0-zeta.9",
37
+ "@things-factory/import-base": "^5.0.0-zeta.9",
38
+ "@things-factory/integration-base": "^5.0.0-zeta.9",
39
39
  "moment-timezone": "^0.5.27",
40
40
  "subscriptions-transport-ws": "^0.11.0"
41
41
  },
42
- "gitHead": "572d774d5df33cf7dc25689fde4b6096a667db9d"
42
+ "gitHead": "af1562aba5cd179a7d10fc252b791e0a78049283"
43
43
  }