@things-factory/code-ui 5.0.0-zeta.9 → 5.0.7

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.
@@ -1,11 +1,13 @@
1
1
  import '@things-factory/form-ui'
2
2
  import '@things-factory/grist-ui'
3
+
4
+ import gql from 'graphql-tag'
5
+ import { css, html, LitElement } from 'lit'
6
+
3
7
  import { i18next, localize } from '@things-factory/i18n-base'
4
8
  import { client, CustomAlert, gqlContext } from '@things-factory/shell'
5
- import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
9
+ import { ScrollbarStyles } from '@things-factory/styles'
6
10
  import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
7
- import gql from 'graphql-tag'
8
- import { css, html, LitElement } from 'lit'
9
11
 
10
12
  export class CodeManagementDetail extends localize(i18next)(LitElement) {
11
13
  static get styles() {
@@ -158,7 +160,7 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
158
160
  let filters = []
159
161
  if (this.codeId) {
160
162
  filters.push({
161
- name: 'common_code_id',
163
+ name: 'commonCodeId',
162
164
  operator: 'eq',
163
165
  value: this.codeId
164
166
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/code-ui",
3
- "version": "5.0.0-zeta.9",
3
+ "version": "5.0.7",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,12 +24,12 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/layout": "^1.0.0-beta.40",
28
- "@things-factory/code-base": "^5.0.0-zeta.9",
29
- "@things-factory/form-ui": "^5.0.0-zeta.9",
30
- "@things-factory/grist-ui": "^5.0.0-zeta.9",
31
- "@things-factory/i18n-base": "^5.0.0-zeta.9",
32
- "@things-factory/shell": "^5.0.0-zeta.9"
27
+ "@operato/layout": "^1.0.1",
28
+ "@things-factory/code-base": "^5.0.7",
29
+ "@things-factory/form-ui": "^5.0.1",
30
+ "@things-factory/grist-ui": "^5.0.7",
31
+ "@things-factory/i18n-base": "^5.0.7",
32
+ "@things-factory/shell": "^5.0.7"
33
33
  },
34
- "gitHead": "af1562aba5cd179a7d10fc252b791e0a78049283"
34
+ "gitHead": "1c7c7618e2e3c9ef8b07d730c3df84c8bc01b35f"
35
35
  }