@openremote/or-log-viewer 1.7.0-snapshot.20250626150423 → 1.7.0-snapshot.20250627125543
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/custom-elements.json +14 -0
- package/dist/umd/index.bundle.js +101 -71
- package/dist/umd/index.js +52 -22
- package/dist/umd/index.orbundle.js +117 -87
- package/lib/index.d.ts +2 -0
- package/lib/index.js +40 -26
- package/lib/index.js.map +1 -1
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -297,6 +297,20 @@
|
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
|
+
{
|
|
301
|
+
"kind": "method",
|
|
302
|
+
"name": "_copyRow",
|
|
303
|
+
"privacy": "protected",
|
|
304
|
+
"parameters": [
|
|
305
|
+
{
|
|
306
|
+
"name": "row",
|
|
307
|
+
"type": {
|
|
308
|
+
"text": "Model.SyslogEvent"
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"description": "Copy a single log event to the clipboard as JSON"
|
|
313
|
+
},
|
|
300
314
|
{
|
|
301
315
|
"kind": "method",
|
|
302
316
|
"name": "_getIntervalOptions",
|