@things-factory/code-ui 6.0.73 → 6.0.74
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.
|
@@ -110,7 +110,7 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
|
|
|
110
110
|
header: i18next.t('field.name'),
|
|
111
111
|
sortable: true,
|
|
112
112
|
filter: 'search',
|
|
113
|
-
width:
|
|
113
|
+
width: 150
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
type: 'string',
|
|
@@ -119,7 +119,7 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
|
|
|
119
119
|
header: i18next.t('field.description'),
|
|
120
120
|
sortable: true,
|
|
121
121
|
filter: 'search',
|
|
122
|
-
width:
|
|
122
|
+
width: 250
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
type: 'integer',
|
|
@@ -128,7 +128,7 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
|
|
|
128
128
|
header: i18next.t('field.rank'),
|
|
129
129
|
sortable: true,
|
|
130
130
|
filter: true,
|
|
131
|
-
width:
|
|
131
|
+
width: 100
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
type: 'object',
|
|
@@ -144,7 +144,7 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
|
|
|
144
144
|
header: i18next.t('field.updated_at'),
|
|
145
145
|
record: { editable: false },
|
|
146
146
|
sortable: true,
|
|
147
|
-
width:
|
|
147
|
+
width: 180
|
|
148
148
|
}
|
|
149
149
|
]
|
|
150
150
|
}
|
|
@@ -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: 250
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
type: 'string',
|
|
@@ -143,23 +143,23 @@ 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: 350
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
|
-
type: '
|
|
150
|
-
name: '
|
|
151
|
-
header: i18next.t('field.
|
|
149
|
+
type: 'object',
|
|
150
|
+
name: 'updater',
|
|
151
|
+
header: i18next.t('field.updater'),
|
|
152
152
|
record: { editable: false },
|
|
153
153
|
sortable: true,
|
|
154
154
|
width: 150
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
type: '
|
|
158
|
-
name: '
|
|
159
|
-
header: i18next.t('field.
|
|
157
|
+
type: 'datetime',
|
|
158
|
+
name: 'updatedAt',
|
|
159
|
+
header: i18next.t('field.updated_at'),
|
|
160
160
|
record: { editable: false },
|
|
161
161
|
sortable: true,
|
|
162
|
-
width:
|
|
162
|
+
width: 180
|
|
163
163
|
}
|
|
164
164
|
]
|
|
165
165
|
}
|
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.74",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"@things-factory/i18n-base": "^6.0.73",
|
|
36
36
|
"@things-factory/shell": "^6.0.73"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "a2543e723bf9d22907129352567680e1aa1a263a"
|
|
39
39
|
}
|