@things-factory/code-ui 6.0.133 → 6.0.150
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.
|
@@ -103,6 +103,15 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
|
|
|
103
103
|
{ type: 'gutter', gutterName: 'dirty' },
|
|
104
104
|
{ type: 'gutter', gutterName: 'sequence' },
|
|
105
105
|
{ type: 'gutter', gutterName: 'row-selector', multiple: true },
|
|
106
|
+
{
|
|
107
|
+
type: 'integer',
|
|
108
|
+
name: 'rank',
|
|
109
|
+
record: { align: 'right', editable: true },
|
|
110
|
+
header: i18next.t('field.rank'),
|
|
111
|
+
sortable: true,
|
|
112
|
+
filter: true,
|
|
113
|
+
width: 80
|
|
114
|
+
},
|
|
106
115
|
{
|
|
107
116
|
type: 'string',
|
|
108
117
|
name: 'name',
|
|
@@ -110,7 +119,7 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
|
|
|
110
119
|
header: i18next.t('field.name'),
|
|
111
120
|
sortable: true,
|
|
112
121
|
filter: 'search',
|
|
113
|
-
width:
|
|
122
|
+
width: 250
|
|
114
123
|
},
|
|
115
124
|
{
|
|
116
125
|
type: 'string',
|
|
@@ -119,16 +128,7 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
|
|
|
119
128
|
header: i18next.t('field.description'),
|
|
120
129
|
sortable: true,
|
|
121
130
|
filter: 'search',
|
|
122
|
-
width:
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
type: 'integer',
|
|
126
|
-
name: 'rank',
|
|
127
|
-
record: { align: 'left', editable: true },
|
|
128
|
-
header: i18next.t('field.rank'),
|
|
129
|
-
sortable: true,
|
|
130
|
-
filter: true,
|
|
131
|
-
width: 100
|
|
131
|
+
width: 300
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
type: 'object',
|
|
@@ -136,7 +136,7 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
|
|
|
136
136
|
record: { align: 'left', editable: false },
|
|
137
137
|
header: i18next.t('field.updater'),
|
|
138
138
|
sortable: true,
|
|
139
|
-
width:
|
|
139
|
+
width: 90
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
type: 'datetime',
|
|
@@ -134,7 +134,7 @@ class CodeManagement extends localize(i18next)(PageView) {
|
|
|
134
134
|
record: { editable: true, align: 'left' },
|
|
135
135
|
sortable: true,
|
|
136
136
|
filter: 'search',
|
|
137
|
-
width:
|
|
137
|
+
width: 200
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
type: 'string',
|
|
@@ -143,7 +143,7 @@ class CodeManagement extends localize(i18next)(PageView) {
|
|
|
143
143
|
record: { editable: true, align: 'left' },
|
|
144
144
|
sortable: true,
|
|
145
145
|
filter: 'search',
|
|
146
|
-
width:
|
|
146
|
+
width: 400
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
type: 'object',
|
|
@@ -151,7 +151,7 @@ class CodeManagement extends localize(i18next)(PageView) {
|
|
|
151
151
|
header: i18next.t('field.updater'),
|
|
152
152
|
record: { editable: false },
|
|
153
153
|
sortable: true,
|
|
154
|
-
width:
|
|
154
|
+
width: 90
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
type: 'datetime',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/code-ui",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.150",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@operato/layout": "^1.0.1",
|
|
31
31
|
"@operato/shell": "^1.0.23",
|
|
32
32
|
"@operato/styles": "^1.0.23",
|
|
33
|
-
"@things-factory/code-base": "^6.0.
|
|
34
|
-
"@things-factory/form-ui": "^6.0.
|
|
35
|
-
"@things-factory/grist-ui": "^6.0.
|
|
36
|
-
"@things-factory/i18n-base": "^6.0.
|
|
37
|
-
"@things-factory/shell": "^6.0.
|
|
33
|
+
"@things-factory/code-base": "^6.0.145",
|
|
34
|
+
"@things-factory/form-ui": "^6.0.145",
|
|
35
|
+
"@things-factory/grist-ui": "^6.0.145",
|
|
36
|
+
"@things-factory/i18n-base": "^6.0.145",
|
|
37
|
+
"@things-factory/shell": "^6.0.145"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "9889dbaf65eca5b1b5cb685b0c926355d9e9ade3"
|
|
40
40
|
}
|