@things-factory/code-ui 4.1.28 → 5.0.0-alpha.3
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.
|
@@ -5,7 +5,7 @@ import { client, CustomAlert, gqlContext } from '@things-factory/shell'
|
|
|
5
5
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
6
6
|
import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
|
|
7
7
|
import gql from 'graphql-tag'
|
|
8
|
-
import { css, html, LitElement } from 'lit
|
|
8
|
+
import { css, html, LitElement } from 'lit'
|
|
9
9
|
|
|
10
10
|
export class CodeManagementDetail extends localize(i18next)(LitElement) {
|
|
11
11
|
static get styles() {
|
|
@@ -6,7 +6,7 @@ import { client, CustomAlert, PageView, gqlContext } from '@things-factory/shell
|
|
|
6
6
|
import { ScrollbarStyles, CommonButtonStyles } from '@things-factory/styles'
|
|
7
7
|
import { gqlBuilder, isMobileDevice } from '@things-factory/utils'
|
|
8
8
|
import gql from 'graphql-tag'
|
|
9
|
-
import { css, html } from 'lit
|
|
9
|
+
import { css, html } from 'lit'
|
|
10
10
|
import './code-management-detail'
|
|
11
11
|
|
|
12
12
|
class CodeManagement extends localize(i18next)(PageView) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/code-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-alpha.3",
|
|
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
|
-
"@things-factory/code-base": "^
|
|
28
|
-
"@things-factory/form-ui": "^
|
|
29
|
-
"@things-factory/grist-ui": "^
|
|
30
|
-
"@things-factory/i18n-base": "^
|
|
31
|
-
"@things-factory/layout-base": "^
|
|
32
|
-
"@things-factory/shell": "^
|
|
27
|
+
"@things-factory/code-base": "^5.0.0-alpha.3",
|
|
28
|
+
"@things-factory/form-ui": "^5.0.0-alpha.3",
|
|
29
|
+
"@things-factory/grist-ui": "^5.0.0-alpha.3",
|
|
30
|
+
"@things-factory/i18n-base": "^5.0.0-alpha.3",
|
|
31
|
+
"@things-factory/layout-base": "^5.0.0-alpha.3",
|
|
32
|
+
"@things-factory/shell": "^5.0.0-alpha.3"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "0584a36ba889ff0b426cc87c0d9c8f14ffa2f677"
|
|
35
35
|
}
|