@openremote/or-asset-tree 1.8.0-snapshot.20250725070921 → 1.8.0-snapshot.20250725120000
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/README.md +30 -30
- package/custom-elements.json +1 -1
- package/dist/umd/index.bundle.js +1191 -1191
- package/dist/umd/index.bundle.js.map +1 -1
- package/dist/umd/index.js +1191 -1191
- package/dist/umd/index.js.map +1 -1
- package/dist/umd/index.orbundle.js +1250 -1250
- package/dist/umd/index.orbundle.js.map +1 -1
- package/lib/index.js +1704 -99
- package/lib/or-add-asset-dialog.js +318 -148
- package/lib/style.js +312 -306
- package/package.json +8 -8
package/lib/style.js
CHANGED
|
@@ -1,306 +1,312 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
--internal-or-asset-tree-
|
|
10
|
-
--internal-or-asset-tree-text-color: var(--or-asset-tree-text-color,
|
|
11
|
-
--internal-or-asset-tree-
|
|
12
|
-
--internal-or-asset-tree-
|
|
13
|
-
--internal-or-asset-tree-
|
|
14
|
-
--internal-or-asset-tree-
|
|
15
|
-
--internal-or-asset-tree-
|
|
16
|
-
--internal-or-asset-tree-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
opacity:
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
#
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
flex:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
display: flex;
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
height:
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
.mdc-checkbox or-icon
|
|
222
|
-
height:
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
.mdc-checkbox or-icon
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
#
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
#asset-tree-filter-setting.
|
|
274
|
-
display:
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
display:
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
display:
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
1
|
+
import { css, unsafeCSS } from "lit";
|
|
2
|
+
import { DefaultColor1, DefaultColor2, DefaultColor4, DefaultColor5, DefaultColor8 } from "@openremote/core";
|
|
3
|
+
import { mdiChevronRight } from "@mdi/js";
|
|
4
|
+
import { mdiChevronDown } from "@mdi/js";
|
|
5
|
+
// language=CSS
|
|
6
|
+
export const style = css `
|
|
7
|
+
|
|
8
|
+
:host {
|
|
9
|
+
--internal-or-asset-tree-header-color: var(--or-asset-tree-header-color, var(--or-app-color4, ${unsafeCSS(DefaultColor4)}));
|
|
10
|
+
--internal-or-asset-tree-header-text-color: var(--or-asset-tree-header-text-color, var(--or-app-color8, ${unsafeCSS(DefaultColor8)}));
|
|
11
|
+
--internal-or-asset-tree-header-menu-background-color: var(--or-asset-tree-header-menu-background-color, var(--internal-or-asset-tree-header-text-color));
|
|
12
|
+
--internal-or-asset-tree-header-menu-text-color: var(--or-asset-tree-header-menu-text-color, inherit);
|
|
13
|
+
--internal-or-asset-tree-header-height: var(--or-asset-tree-header-height, 48px);
|
|
14
|
+
--internal-or-asset-tree-background-color: var(--or-asset-tree-background-color, var(--or-app-color1, ${unsafeCSS(DefaultColor1)}));
|
|
15
|
+
--internal-or-asset-tree-text-color: var(--or-asset-tree-text-color, inherit);
|
|
16
|
+
--internal-or-asset-tree-item-height: var(--or-asset-tree-item-height, 24px);
|
|
17
|
+
--internal-or-asset-tree-item-padding: var(--or-asset-tree-item-padding, 10px);
|
|
18
|
+
--internal-or-asset-tree-selected-background-color: var(--or-asset-tree-selected-background-color, var(--or-app-color2, ${unsafeCSS(DefaultColor2)}));
|
|
19
|
+
--internal-or-asset-tree-selected-color: var(--or-asset-tree-selected-color, var(--or-app-color4, ${unsafeCSS(DefaultColor4)}));
|
|
20
|
+
--internal-or-asset-tree-button-color: var(--or-asset-tree-button-color, var(--or-app-color4, ${unsafeCSS(DefaultColor4)}));
|
|
21
|
+
--internal-or-asset-tree-line-color: var(--or-asset-tree-line-color, var(--or-app-color5, ${unsafeCSS(DefaultColor5)}));
|
|
22
|
+
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
height: 100%;
|
|
26
|
+
width: 100%;
|
|
27
|
+
background-color: var(--internal-or-asset-tree-background-color);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
*[hidden] {
|
|
31
|
+
display: none;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
button {
|
|
35
|
+
background-color: var(--internal-or-asset-tree-button-color);
|
|
36
|
+
color: var(--internal-or-asset-tree-background-color);
|
|
37
|
+
--or-icon-width: 20px;
|
|
38
|
+
--or-icon-height: 20px;
|
|
39
|
+
--or-icon-fill: var(--internal-or-asset-tree-background-color);
|
|
40
|
+
border: none;
|
|
41
|
+
padding: 0 6px;
|
|
42
|
+
display: inline-block;
|
|
43
|
+
cursor: pointer;
|
|
44
|
+
opacity: 0.8;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
button:focus, button:hover {
|
|
48
|
+
outline: 0;
|
|
49
|
+
opacity: 1;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
#header {
|
|
53
|
+
background-color: var(--internal-or-asset-tree-header-color);
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: center;
|
|
56
|
+
width: 100%;
|
|
57
|
+
height: var(--internal-or-asset-tree-header-height);
|
|
58
|
+
border-bottom: 1px solid ${unsafeCSS(DefaultColor5)};
|
|
59
|
+
z-index: 1000;
|
|
60
|
+
line-height: var(--internal-or-asset-tree-header-height);
|
|
61
|
+
color: var(--internal-or-asset-tree-header-text-color);
|
|
62
|
+
--or-icon-fill: var(--internal-or-asset-tree-header-text-color);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
#title-container {
|
|
66
|
+
flex: 1 0 auto;
|
|
67
|
+
flex-direction: row;
|
|
68
|
+
text-transform: capitalize;
|
|
69
|
+
padding-left: 15px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
#title {
|
|
73
|
+
font-weight: 500;
|
|
74
|
+
font-size: 16px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
#realm-picker {
|
|
78
|
+
outline: none;
|
|
79
|
+
margin-left: 5px;
|
|
80
|
+
text-transform: none;
|
|
81
|
+
font-size: 14px;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
#header-btns {
|
|
85
|
+
display: flex;
|
|
86
|
+
flex-direction: row;
|
|
87
|
+
padding-right: 5px;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
#list-container {
|
|
91
|
+
flex: 1 1 auto;
|
|
92
|
+
overflow: auto;
|
|
93
|
+
font-size: 14px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
#list {
|
|
97
|
+
margin: 0;
|
|
98
|
+
color: var(--internal-or-asset-tree-text-color);
|
|
99
|
+
padding: 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
#list, ol {
|
|
103
|
+
list-style-type: none;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
li ol {
|
|
107
|
+
padding: 0;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
#list li:not([data-expanded]) > ol {
|
|
111
|
+
display: none;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
#list li[data-selected] > .node-container, #list li > .node-container:hover {
|
|
115
|
+
background-color: var(--internal-or-asset-tree-selected-background-color);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
#list li[data-selected] > .node-container {
|
|
119
|
+
border-left-color: var(--internal-or-asset-tree-selected-color);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.asset-list-element .over {
|
|
123
|
+
background-color: ${unsafeCSS(DefaultColor5)};
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.in-between-element {
|
|
127
|
+
position: relative;
|
|
128
|
+
height: 2px;
|
|
129
|
+
}
|
|
130
|
+
.in-between-element.over {
|
|
131
|
+
padding: 5px 0;
|
|
132
|
+
margin: -5px 0;
|
|
133
|
+
}
|
|
134
|
+
.end-element {
|
|
135
|
+
height: 44px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.node-container {
|
|
139
|
+
display: flex;
|
|
140
|
+
border-left: 4px solid transparent;
|
|
141
|
+
user-select: none;
|
|
142
|
+
cursor: pointer;
|
|
143
|
+
height: var(--internal-or-asset-tree-item-height);
|
|
144
|
+
line-height: var(--internal-or-asset-tree-item-height);
|
|
145
|
+
padding-top: var(--internal-or-asset-tree-item-padding);
|
|
146
|
+
padding-bottom: var(--internal-or-asset-tree-item-padding);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.node-container > * {
|
|
150
|
+
flex: 0 0 auto;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.expander {
|
|
154
|
+
width: 36px;
|
|
155
|
+
height: 100%;
|
|
156
|
+
display: inline-block;
|
|
157
|
+
background-repeat: no-repeat;
|
|
158
|
+
background-size: 18px;
|
|
159
|
+
background-position: center;
|
|
160
|
+
|
|
161
|
+
margin-left: -4px;
|
|
162
|
+
border-left: 4px solid transparent;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.expander[data-expandable] {
|
|
166
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='rgb(204, 204, 204)' viewBox='0 0 24 24'%3E%3Cpath d='${unsafeCSS(mdiChevronRight)}'/%3E%3C/svg%3E");
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.expander[data-expandable]:hover {
|
|
170
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='${unsafeCSS(mdiChevronRight)}'/%3E%3C/svg%3E");
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
li[data-expanded] > .node-container .expander {
|
|
174
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='${unsafeCSS(mdiChevronDown)}'/%3E%3C/svg%3E") !important;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.node-name {
|
|
178
|
+
margin: -4px 0;
|
|
179
|
+
flex: 1 0 auto;
|
|
180
|
+
display: flex;
|
|
181
|
+
align-items: center;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.node-name > span {
|
|
185
|
+
vertical-align: middle;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.node-name > or-icon {
|
|
189
|
+
--or-icon-width: 18px;
|
|
190
|
+
--or-icon-height: 18px;
|
|
191
|
+
margin-right: 8px;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
#loading {
|
|
195
|
+
flex: 1 0 auto;
|
|
196
|
+
display: inline-flex;
|
|
197
|
+
align-items: center;
|
|
198
|
+
text-align: center;
|
|
199
|
+
margin: 0 auto;
|
|
200
|
+
font-size: 14px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
@media only screen and (min-width: 768px){
|
|
204
|
+
.expander {
|
|
205
|
+
width: 26px;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.mdc-list-item__graphic {
|
|
210
|
+
margin-left: auto;
|
|
211
|
+
display: flex;
|
|
212
|
+
margin-right: 5px;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.mdc-checkbox {
|
|
216
|
+
display: flex;
|
|
217
|
+
height: 100%;
|
|
218
|
+
align-items: center;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.mdc-checkbox or-icon {
|
|
222
|
+
height: 15px;
|
|
223
|
+
width: auto;
|
|
224
|
+
color: var(--internal-or-asset-tree-line-color);
|
|
225
|
+
}
|
|
226
|
+
.mdc-checkbox or-icon.mdc-checkbox--parent {
|
|
227
|
+
height: 17px;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.mdc-checkbox or-icon[icon="checkbox-marked"],
|
|
231
|
+
.mdc-checkbox or-icon[icon="checkbox-multiple-marked"],
|
|
232
|
+
.mdc-checkbox or-icon[icon="checkbox-multiple-marked-outline"] {
|
|
233
|
+
color: var(--internal-or-asset-tree-selected-color);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
#asset-tree-filter {
|
|
237
|
+
display: flex;
|
|
238
|
+
align-items: center;
|
|
239
|
+
position: relative;
|
|
240
|
+
background-color: var(--internal-or-asset-tree-selected-background-color);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
#filterInput {
|
|
244
|
+
padding: 7px 12px 7px 7px;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
#filterAssetTypeDownIcon {
|
|
248
|
+
width: 16px;
|
|
249
|
+
height: 16px;
|
|
250
|
+
position: absolute;
|
|
251
|
+
right: 20px;
|
|
252
|
+
padding-right: 14px;
|
|
253
|
+
cursor: pointer;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
#filterSettingsIcon {
|
|
257
|
+
cursor: pointer;
|
|
258
|
+
margin-right: 12px;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
#asset-tree-filter-setting {
|
|
262
|
+
position: absolute;
|
|
263
|
+
background-color: var(--internal-or-asset-tree-background-color);
|
|
264
|
+
top: calc(var(--internal-or-asset-tree-header-height) + var(--internal-or-header-height, 50px) - 1px);
|
|
265
|
+
display: none;
|
|
266
|
+
width: 300px;
|
|
267
|
+
z-index: 100;
|
|
268
|
+
box-shadow: rgb(0 0 0 / 21%) 0px 1px 3px 0px;
|
|
269
|
+
box-sizing: border-box;
|
|
270
|
+
padding: 10px;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
#asset-tree-filter-setting .advanced-filter {
|
|
274
|
+
display: flex;
|
|
275
|
+
flex-direction: column;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
#asset-tree-filter-setting.visible {
|
|
279
|
+
display: block;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.filterAssetType {
|
|
283
|
+
display: flex;
|
|
284
|
+
align-items: center;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
#clearIconContainer.visible {
|
|
288
|
+
display: block;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
#noAssetsFound {
|
|
292
|
+
flex: 1 0 auto;
|
|
293
|
+
display: inline-flex;
|
|
294
|
+
align-items: center;
|
|
295
|
+
text-align: center;
|
|
296
|
+
margin: 0 auto;
|
|
297
|
+
font-size: 14px;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.filterMatching {
|
|
301
|
+
color: #808080;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.draggable {
|
|
305
|
+
cursor: pointer;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.draggable:active[draggable="true"] {
|
|
309
|
+
cursor: grabbing;
|
|
310
|
+
}
|
|
311
|
+
`;
|
|
312
|
+
//# sourceMappingURL=style.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-asset-tree",
|
|
3
|
-
"version": "1.8.0-snapshot.
|
|
3
|
+
"version": "1.8.0-snapshot.20250725120000",
|
|
4
4
|
"description": "OpenRemote Asset Tree",
|
|
5
5
|
"customElements": "custom-elements.json",
|
|
6
6
|
"main": "dist/umd/index.bundle.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"license": "AGPL-3.0-or-later",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@mdi/js": "^5.9.55",
|
|
22
|
-
"@openremote/core": "1.8.0-snapshot.
|
|
23
|
-
"@openremote/model": "1.8.0-snapshot.
|
|
24
|
-
"@openremote/or-icon": "1.8.0-snapshot.
|
|
25
|
-
"@openremote/or-mwc-components": "1.8.0-snapshot.
|
|
26
|
-
"@openremote/or-translate": "1.8.0-snapshot.
|
|
27
|
-
"@openremote/rest": "1.8.0-snapshot.
|
|
22
|
+
"@openremote/core": "1.8.0-snapshot.20250725120000",
|
|
23
|
+
"@openremote/model": "1.8.0-snapshot.20250725120000",
|
|
24
|
+
"@openremote/or-icon": "1.8.0-snapshot.20250725120000",
|
|
25
|
+
"@openremote/or-mwc-components": "1.8.0-snapshot.20250725120000",
|
|
26
|
+
"@openremote/or-translate": "1.8.0-snapshot.20250725120000",
|
|
27
|
+
"@openremote/rest": "1.8.0-snapshot.20250725120000",
|
|
28
28
|
"lit": "^2.0.2",
|
|
29
29
|
"moment": "^2.29.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@openremote/util": "1.8.0-snapshot.
|
|
32
|
+
"@openremote/util": "1.8.0-snapshot.20250725120000"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|