@openremote/or-asset-tree 1.8.0-snapshot.20250820125434 → 1.8.1
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 +24 -6
- package/dist/umd/index.bundle.js +21 -21
- package/dist/umd/index.bundle.js.map +1 -1
- package/dist/umd/index.js +21 -21
- package/dist/umd/index.js.map +1 -1
- package/dist/umd/index.orbundle.js +15 -15
- package/dist/umd/index.orbundle.js.map +1 -1
- package/lib/index.d.ts +9 -3
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/package.json +9 -9
package/custom-elements.json
CHANGED
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"type": {
|
|
194
194
|
"text": "string | undefined"
|
|
195
195
|
},
|
|
196
|
-
"default": "
|
|
196
|
+
"default": "inputValue"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"kind": "field",
|
|
@@ -601,6 +601,27 @@
|
|
|
601
601
|
}
|
|
602
602
|
]
|
|
603
603
|
},
|
|
604
|
+
{
|
|
605
|
+
"kind": "method",
|
|
606
|
+
"name": "applyFilter",
|
|
607
|
+
"privacy": "public",
|
|
608
|
+
"parameters": [
|
|
609
|
+
{
|
|
610
|
+
"name": "filter",
|
|
611
|
+
"optional": true,
|
|
612
|
+
"type": {
|
|
613
|
+
"text": "OrAssetTreeFilter | string"
|
|
614
|
+
},
|
|
615
|
+
"description": "The {@link OrAssetTreeFilter}to apply.\n * "
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "reflect",
|
|
619
|
+
"default": "false",
|
|
620
|
+
"description": "If the changes should be reflected in the filtering UI. (default: false)"
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"description": "A setter function for updating the list of nodes (assets) shown in the UI."
|
|
624
|
+
},
|
|
604
625
|
{
|
|
605
626
|
"kind": "method",
|
|
606
627
|
"name": "mapDescriptors",
|
|
@@ -825,10 +846,7 @@
|
|
|
825
846
|
"parameters": [
|
|
826
847
|
{
|
|
827
848
|
"name": "inputValue",
|
|
828
|
-
"
|
|
829
|
-
"type": {
|
|
830
|
-
"text": "string"
|
|
831
|
-
}
|
|
849
|
+
"default": "this._filterInput?.value"
|
|
832
850
|
}
|
|
833
851
|
]
|
|
834
852
|
},
|
|
@@ -920,7 +938,7 @@
|
|
|
920
938
|
"privacy": "protected",
|
|
921
939
|
"parameters": [
|
|
922
940
|
{
|
|
923
|
-
"name": "
|
|
941
|
+
"name": "_e",
|
|
924
942
|
"type": {
|
|
925
943
|
"text": "KeyboardEvent"
|
|
926
944
|
}
|