@openremote/or-asset-tree 1.13.0-snapshot.20260111224219 → 1.13.0-snapshot.20260112105718
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-jsx.d.ts +3 -0
- package/custom-elements.json +20 -0
- package/dist/umd/index.bundle.js +3 -3
- package/dist/umd/index.bundle.js.map +1 -1
- package/dist/umd/index.js +3 -3
- package/dist/umd/index.js.map +1 -1
- package/dist/umd/index.orbundle.js +4 -4
- package/dist/umd/index.orbundle.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/package.json +6 -6
package/custom-elements-jsx.d.ts
CHANGED
|
@@ -115,6 +115,8 @@ export type OrAssetTreeProps = {
|
|
|
115
115
|
/** */
|
|
116
116
|
"queryLimit"?: OrAssetTree['queryLimit'];
|
|
117
117
|
/** */
|
|
118
|
+
"paginationThreshold"?: OrAssetTree['paginationThreshold'];
|
|
119
|
+
/** */
|
|
118
120
|
"selectedNodes"?: OrAssetTree['selectedNodes'];
|
|
119
121
|
|
|
120
122
|
/** */
|
|
@@ -172,6 +174,7 @@ export type OrAddAssetDialogProps = {
|
|
|
172
174
|
* - `expandAllNodes`: undefined
|
|
173
175
|
* - `checkboxes`: undefined
|
|
174
176
|
* - `queryLimit`: undefined
|
|
177
|
+
* - `paginationThreshold`: undefined
|
|
175
178
|
* - `selectedNodes`: undefined (property only)
|
|
176
179
|
*
|
|
177
180
|
* ## Events
|
package/custom-elements.json
CHANGED
|
@@ -389,6 +389,17 @@
|
|
|
389
389
|
"default": "100",
|
|
390
390
|
"attribute": "queryLimit"
|
|
391
391
|
},
|
|
392
|
+
{
|
|
393
|
+
"kind": "field",
|
|
394
|
+
"name": "paginationThreshold",
|
|
395
|
+
"type": {
|
|
396
|
+
"text": "number"
|
|
397
|
+
},
|
|
398
|
+
"privacy": "public",
|
|
399
|
+
"readonly": true,
|
|
400
|
+
"default": "1000",
|
|
401
|
+
"attribute": "paginationThreshold"
|
|
402
|
+
},
|
|
392
403
|
{
|
|
393
404
|
"kind": "field",
|
|
394
405
|
"name": "config",
|
|
@@ -1617,6 +1628,15 @@
|
|
|
1617
1628
|
"readonly": true,
|
|
1618
1629
|
"default": "100",
|
|
1619
1630
|
"fieldName": "queryLimit"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"name": "paginationThreshold",
|
|
1634
|
+
"type": {
|
|
1635
|
+
"text": "number"
|
|
1636
|
+
},
|
|
1637
|
+
"readonly": true,
|
|
1638
|
+
"default": "1000",
|
|
1639
|
+
"fieldName": "paginationThreshold"
|
|
1620
1640
|
}
|
|
1621
1641
|
],
|
|
1622
1642
|
"mixins": [
|