@things-factory/reference-app 7.0.61 → 7.0.63
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.
- package/client/pages/tree-view-page.ts +6 -2
- package/package.json +34 -34
|
@@ -109,8 +109,10 @@ export class TreeViewPage extends connect(store)(PageView) {
|
|
|
109
109
|
<ox-tree-vertical
|
|
110
110
|
.data=${data}
|
|
111
111
|
.selected=${this.selected}
|
|
112
|
-
id-property="label"
|
|
113
112
|
@select=${this.onSelect.bind(this)}
|
|
113
|
+
id-property="label"
|
|
114
|
+
label-property="label"
|
|
115
|
+
description-property="label"
|
|
114
116
|
></ox-tree-vertical>
|
|
115
117
|
</div>
|
|
116
118
|
<div>
|
|
@@ -118,8 +120,10 @@ export class TreeViewPage extends connect(store)(PageView) {
|
|
|
118
120
|
<ox-tree
|
|
119
121
|
.data=${data}
|
|
120
122
|
.selected=${this.selected}
|
|
121
|
-
id-property="label"
|
|
122
123
|
@select=${this.onSelect.bind(this)}
|
|
124
|
+
id-property="label"
|
|
125
|
+
label-property="label"
|
|
126
|
+
description-property="label"
|
|
123
127
|
></ox-tree>
|
|
124
128
|
</div>
|
|
125
129
|
`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.63",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -67,43 +67,43 @@
|
|
|
67
67
|
"@operato/scene-tab": "^7.0.0",
|
|
68
68
|
"@operato/shell": "^7.0.0",
|
|
69
69
|
"@operato/utils": "^7.0.0",
|
|
70
|
-
"@things-factory/api": "^7.0.
|
|
71
|
-
"@things-factory/apptool-ui": "^7.0.
|
|
72
|
-
"@things-factory/attachment-base": "^7.0.
|
|
73
|
-
"@things-factory/auth-ui": "^7.0.
|
|
74
|
-
"@things-factory/board-service": "^7.0.
|
|
75
|
-
"@things-factory/board-ui": "^7.0.
|
|
76
|
-
"@things-factory/ccp": "^7.0.
|
|
77
|
-
"@things-factory/code-ui": "^7.0.
|
|
78
|
-
"@things-factory/contact": "^7.0.
|
|
79
|
-
"@things-factory/context-ui": "^7.0.
|
|
80
|
-
"@things-factory/dashboard": "^7.0.
|
|
81
|
-
"@things-factory/dataset": "^7.0.
|
|
82
|
-
"@things-factory/export-ui": "^7.0.
|
|
83
|
-
"@things-factory/export-ui-excel": "^7.0.
|
|
84
|
-
"@things-factory/help": "^7.0.
|
|
85
|
-
"@things-factory/integration-ui": "^7.0.
|
|
86
|
-
"@things-factory/lite-menu": "^7.0.
|
|
87
|
-
"@things-factory/more-ui": "^7.0.
|
|
88
|
-
"@things-factory/notification": "^7.0.
|
|
89
|
-
"@things-factory/oauth2-client": "^7.0.
|
|
90
|
-
"@things-factory/organization": "^7.0.
|
|
91
|
-
"@things-factory/print-ui": "^7.0.
|
|
92
|
-
"@things-factory/product-base": "^7.0.
|
|
93
|
-
"@things-factory/qc": "^7.0.
|
|
94
|
-
"@things-factory/resource-ui": "^7.0.
|
|
95
|
-
"@things-factory/routing-base": "^7.0.
|
|
96
|
-
"@things-factory/setting-base": "^7.0.
|
|
97
|
-
"@things-factory/setting-ui": "^7.0.
|
|
98
|
-
"@things-factory/shell": "^7.0.
|
|
99
|
-
"@things-factory/system": "^7.0.
|
|
100
|
-
"@things-factory/web-editor": "^7.0.
|
|
101
|
-
"@things-factory/work-shift": "^7.0.
|
|
70
|
+
"@things-factory/api": "^7.0.62",
|
|
71
|
+
"@things-factory/apptool-ui": "^7.0.62",
|
|
72
|
+
"@things-factory/attachment-base": "^7.0.62",
|
|
73
|
+
"@things-factory/auth-ui": "^7.0.62",
|
|
74
|
+
"@things-factory/board-service": "^7.0.62",
|
|
75
|
+
"@things-factory/board-ui": "^7.0.62",
|
|
76
|
+
"@things-factory/ccp": "^7.0.63",
|
|
77
|
+
"@things-factory/code-ui": "^7.0.62",
|
|
78
|
+
"@things-factory/contact": "^7.0.62",
|
|
79
|
+
"@things-factory/context-ui": "^7.0.62",
|
|
80
|
+
"@things-factory/dashboard": "^7.0.62",
|
|
81
|
+
"@things-factory/dataset": "^7.0.63",
|
|
82
|
+
"@things-factory/export-ui": "^7.0.62",
|
|
83
|
+
"@things-factory/export-ui-excel": "^7.0.62",
|
|
84
|
+
"@things-factory/help": "^7.0.62",
|
|
85
|
+
"@things-factory/integration-ui": "^7.0.62",
|
|
86
|
+
"@things-factory/lite-menu": "^7.0.62",
|
|
87
|
+
"@things-factory/more-ui": "^7.0.62",
|
|
88
|
+
"@things-factory/notification": "^7.0.63",
|
|
89
|
+
"@things-factory/oauth2-client": "^7.0.62",
|
|
90
|
+
"@things-factory/organization": "^7.0.63",
|
|
91
|
+
"@things-factory/print-ui": "^7.0.62",
|
|
92
|
+
"@things-factory/product-base": "^7.0.63",
|
|
93
|
+
"@things-factory/qc": "^7.0.63",
|
|
94
|
+
"@things-factory/resource-ui": "^7.0.62",
|
|
95
|
+
"@things-factory/routing-base": "^7.0.62",
|
|
96
|
+
"@things-factory/setting-base": "^7.0.62",
|
|
97
|
+
"@things-factory/setting-ui": "^7.0.62",
|
|
98
|
+
"@things-factory/shell": "^7.0.62",
|
|
99
|
+
"@things-factory/system": "^7.0.62",
|
|
100
|
+
"@things-factory/web-editor": "^7.0.62",
|
|
101
|
+
"@things-factory/work-shift": "^7.0.62",
|
|
102
102
|
"@tinymce/tinymce-webcomponent": "^2.0.1",
|
|
103
103
|
"random-words": "^1.2.0"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@things-factory/builder": "^7.0.49"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "f67259b5ee2f33f06728a7404ba8b589bb1ea675"
|
|
109
109
|
}
|