@openremote/or-attribute-picker 1.11.0-snapshot.20251103144513 → 1.11.0-snapshot.20251110094044
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 +332 -0
- package/custom-elements.json +127 -8
- package/dist/umd/index.orbundle.js +1 -1
- package/dist/umd/index.orbundle.js.map +1 -1
- package/package.json +10 -7
package/custom-elements.json
CHANGED
|
@@ -92,7 +92,10 @@
|
|
|
92
92
|
"text": "((attribute: Attribute<any>) => boolean) | undefined"
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
|
-
]
|
|
95
|
+
],
|
|
96
|
+
"type": {
|
|
97
|
+
"text": "setAttributeFilter(attributeFilter: ((attribute: Attribute<any>) => boolean) | undefined) => this"
|
|
98
|
+
}
|
|
96
99
|
},
|
|
97
100
|
{
|
|
98
101
|
"kind": "method",
|
|
@@ -110,7 +113,10 @@
|
|
|
110
113
|
"text": "string[]"
|
|
111
114
|
}
|
|
112
115
|
}
|
|
113
|
-
]
|
|
116
|
+
],
|
|
117
|
+
"type": {
|
|
118
|
+
"text": "setSelectedAssets(selectedAssets: string[]) => this"
|
|
119
|
+
}
|
|
114
120
|
},
|
|
115
121
|
{
|
|
116
122
|
"kind": "method",
|
|
@@ -128,7 +134,10 @@
|
|
|
128
134
|
"text": "AttributeRef[]"
|
|
129
135
|
}
|
|
130
136
|
}
|
|
131
|
-
]
|
|
137
|
+
],
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "setSelectedAttributes(selectedAttributes: AttributeRef[]) => this"
|
|
140
|
+
}
|
|
132
141
|
},
|
|
133
142
|
{
|
|
134
143
|
"kind": "method",
|
|
@@ -260,6 +269,9 @@
|
|
|
260
269
|
"inheritedFrom": {
|
|
261
270
|
"name": "AttributePicker",
|
|
262
271
|
"module": "src/attribute-picker.ts"
|
|
272
|
+
},
|
|
273
|
+
"type": {
|
|
274
|
+
"text": "setShowOnlyDatapointAttrs(showOnlyDatapointAttrs: boolean | undefined) => this"
|
|
263
275
|
}
|
|
264
276
|
},
|
|
265
277
|
{
|
|
@@ -282,6 +294,9 @@
|
|
|
282
294
|
"inheritedFrom": {
|
|
283
295
|
"name": "AttributePicker",
|
|
284
296
|
"module": "src/attribute-picker.ts"
|
|
297
|
+
},
|
|
298
|
+
"type": {
|
|
299
|
+
"text": "setShowOnlyRuleStateAttrs(showOnlyRuleStateAttrs: boolean | undefined) => this"
|
|
285
300
|
}
|
|
286
301
|
},
|
|
287
302
|
{
|
|
@@ -304,6 +319,9 @@
|
|
|
304
319
|
"inheritedFrom": {
|
|
305
320
|
"name": "AttributePicker",
|
|
306
321
|
"module": "src/attribute-picker.ts"
|
|
322
|
+
},
|
|
323
|
+
"type": {
|
|
324
|
+
"text": "setMultiSelect(multiSelect: boolean | undefined) => this"
|
|
307
325
|
}
|
|
308
326
|
},
|
|
309
327
|
{
|
|
@@ -326,6 +344,9 @@
|
|
|
326
344
|
"inheritedFrom": {
|
|
327
345
|
"name": "AttributePicker",
|
|
328
346
|
"module": "src/attribute-picker.ts"
|
|
347
|
+
},
|
|
348
|
+
"type": {
|
|
349
|
+
"text": "setOpen(isOpen: boolean) => this"
|
|
329
350
|
}
|
|
330
351
|
},
|
|
331
352
|
{
|
|
@@ -348,6 +369,9 @@
|
|
|
348
369
|
"inheritedFrom": {
|
|
349
370
|
"name": "AttributePicker",
|
|
350
371
|
"module": "src/attribute-picker.ts"
|
|
372
|
+
},
|
|
373
|
+
"type": {
|
|
374
|
+
"text": "setHeading(heading: TemplateResult | string | undefined) => this"
|
|
351
375
|
}
|
|
352
376
|
},
|
|
353
377
|
{
|
|
@@ -370,6 +394,9 @@
|
|
|
370
394
|
"inheritedFrom": {
|
|
371
395
|
"name": "AttributePicker",
|
|
372
396
|
"module": "src/attribute-picker.ts"
|
|
397
|
+
},
|
|
398
|
+
"type": {
|
|
399
|
+
"text": "setContent(_content: TemplateResult | (() => TemplateResult) | undefined) => this"
|
|
373
400
|
}
|
|
374
401
|
},
|
|
375
402
|
{
|
|
@@ -392,6 +419,9 @@
|
|
|
392
419
|
"inheritedFrom": {
|
|
393
420
|
"name": "AttributePicker",
|
|
394
421
|
"module": "src/attribute-picker.ts"
|
|
422
|
+
},
|
|
423
|
+
"type": {
|
|
424
|
+
"text": "setActions(_actions: DialogAction[] | undefined) => this"
|
|
395
425
|
}
|
|
396
426
|
},
|
|
397
427
|
{
|
|
@@ -414,6 +444,9 @@
|
|
|
414
444
|
"inheritedFrom": {
|
|
415
445
|
"name": "AttributePicker",
|
|
416
446
|
"module": "src/attribute-picker.ts"
|
|
447
|
+
},
|
|
448
|
+
"type": {
|
|
449
|
+
"text": "setDismissAction(_action: DialogActionBase | null | undefined) => this"
|
|
417
450
|
}
|
|
418
451
|
},
|
|
419
452
|
{
|
|
@@ -436,6 +469,9 @@
|
|
|
436
469
|
"inheritedFrom": {
|
|
437
470
|
"name": "AttributePicker",
|
|
438
471
|
"module": "src/attribute-picker.ts"
|
|
472
|
+
},
|
|
473
|
+
"type": {
|
|
474
|
+
"text": "setStyles(_styles: string | TemplateResult | undefined) => this"
|
|
439
475
|
}
|
|
440
476
|
},
|
|
441
477
|
{
|
|
@@ -458,6 +494,9 @@
|
|
|
458
494
|
"inheritedFrom": {
|
|
459
495
|
"name": "AttributePicker",
|
|
460
496
|
"module": "src/attribute-picker.ts"
|
|
497
|
+
},
|
|
498
|
+
"type": {
|
|
499
|
+
"text": "setAvatar(_avatar: boolean | undefined) => this"
|
|
461
500
|
}
|
|
462
501
|
},
|
|
463
502
|
{
|
|
@@ -606,7 +645,9 @@
|
|
|
606
645
|
"module": "/src/attribute-picker"
|
|
607
646
|
},
|
|
608
647
|
"tagName": "or-asset-attribute-picker",
|
|
609
|
-
"customElement": true
|
|
648
|
+
"customElement": true,
|
|
649
|
+
"modulePath": "src/asset-attribute-picker.ts",
|
|
650
|
+
"definitionPath": "src/asset-attribute-picker.ts"
|
|
610
651
|
}
|
|
611
652
|
],
|
|
612
653
|
"exports": [
|
|
@@ -729,7 +770,10 @@
|
|
|
729
770
|
"text": "Map<string, AttributeDescriptor[]>"
|
|
730
771
|
}
|
|
731
772
|
}
|
|
732
|
-
]
|
|
773
|
+
],
|
|
774
|
+
"type": {
|
|
775
|
+
"text": "setSelectedAttributes(selectedAttributes: Map<string, AttributeDescriptor[]>) => void"
|
|
776
|
+
}
|
|
733
777
|
},
|
|
734
778
|
{
|
|
735
779
|
"kind": "method",
|
|
@@ -944,6 +988,9 @@
|
|
|
944
988
|
"inheritedFrom": {
|
|
945
989
|
"name": "AttributePicker",
|
|
946
990
|
"module": "src/attribute-picker.ts"
|
|
991
|
+
},
|
|
992
|
+
"type": {
|
|
993
|
+
"text": "setShowOnlyDatapointAttrs(showOnlyDatapointAttrs: boolean | undefined) => this"
|
|
947
994
|
}
|
|
948
995
|
},
|
|
949
996
|
{
|
|
@@ -966,6 +1013,9 @@
|
|
|
966
1013
|
"inheritedFrom": {
|
|
967
1014
|
"name": "AttributePicker",
|
|
968
1015
|
"module": "src/attribute-picker.ts"
|
|
1016
|
+
},
|
|
1017
|
+
"type": {
|
|
1018
|
+
"text": "setShowOnlyRuleStateAttrs(showOnlyRuleStateAttrs: boolean | undefined) => this"
|
|
969
1019
|
}
|
|
970
1020
|
},
|
|
971
1021
|
{
|
|
@@ -988,6 +1038,9 @@
|
|
|
988
1038
|
"inheritedFrom": {
|
|
989
1039
|
"name": "AttributePicker",
|
|
990
1040
|
"module": "src/attribute-picker.ts"
|
|
1041
|
+
},
|
|
1042
|
+
"type": {
|
|
1043
|
+
"text": "setMultiSelect(multiSelect: boolean | undefined) => this"
|
|
991
1044
|
}
|
|
992
1045
|
},
|
|
993
1046
|
{
|
|
@@ -1010,6 +1063,9 @@
|
|
|
1010
1063
|
"inheritedFrom": {
|
|
1011
1064
|
"name": "AttributePicker",
|
|
1012
1065
|
"module": "src/attribute-picker.ts"
|
|
1066
|
+
},
|
|
1067
|
+
"type": {
|
|
1068
|
+
"text": "setOpen(isOpen: boolean) => this"
|
|
1013
1069
|
}
|
|
1014
1070
|
},
|
|
1015
1071
|
{
|
|
@@ -1032,6 +1088,9 @@
|
|
|
1032
1088
|
"inheritedFrom": {
|
|
1033
1089
|
"name": "AttributePicker",
|
|
1034
1090
|
"module": "src/attribute-picker.ts"
|
|
1091
|
+
},
|
|
1092
|
+
"type": {
|
|
1093
|
+
"text": "setHeading(heading: TemplateResult | string | undefined) => this"
|
|
1035
1094
|
}
|
|
1036
1095
|
},
|
|
1037
1096
|
{
|
|
@@ -1054,6 +1113,9 @@
|
|
|
1054
1113
|
"inheritedFrom": {
|
|
1055
1114
|
"name": "AttributePicker",
|
|
1056
1115
|
"module": "src/attribute-picker.ts"
|
|
1116
|
+
},
|
|
1117
|
+
"type": {
|
|
1118
|
+
"text": "setContent(_content: TemplateResult | (() => TemplateResult) | undefined) => this"
|
|
1057
1119
|
}
|
|
1058
1120
|
},
|
|
1059
1121
|
{
|
|
@@ -1076,6 +1138,9 @@
|
|
|
1076
1138
|
"inheritedFrom": {
|
|
1077
1139
|
"name": "AttributePicker",
|
|
1078
1140
|
"module": "src/attribute-picker.ts"
|
|
1141
|
+
},
|
|
1142
|
+
"type": {
|
|
1143
|
+
"text": "setActions(_actions: DialogAction[] | undefined) => this"
|
|
1079
1144
|
}
|
|
1080
1145
|
},
|
|
1081
1146
|
{
|
|
@@ -1098,6 +1163,9 @@
|
|
|
1098
1163
|
"inheritedFrom": {
|
|
1099
1164
|
"name": "AttributePicker",
|
|
1100
1165
|
"module": "src/attribute-picker.ts"
|
|
1166
|
+
},
|
|
1167
|
+
"type": {
|
|
1168
|
+
"text": "setDismissAction(_action: DialogActionBase | null | undefined) => this"
|
|
1101
1169
|
}
|
|
1102
1170
|
},
|
|
1103
1171
|
{
|
|
@@ -1120,6 +1188,9 @@
|
|
|
1120
1188
|
"inheritedFrom": {
|
|
1121
1189
|
"name": "AttributePicker",
|
|
1122
1190
|
"module": "src/attribute-picker.ts"
|
|
1191
|
+
},
|
|
1192
|
+
"type": {
|
|
1193
|
+
"text": "setStyles(_styles: string | TemplateResult | undefined) => this"
|
|
1123
1194
|
}
|
|
1124
1195
|
},
|
|
1125
1196
|
{
|
|
@@ -1142,6 +1213,9 @@
|
|
|
1142
1213
|
"inheritedFrom": {
|
|
1143
1214
|
"name": "AttributePicker",
|
|
1144
1215
|
"module": "src/attribute-picker.ts"
|
|
1216
|
+
},
|
|
1217
|
+
"type": {
|
|
1218
|
+
"text": "setAvatar(_avatar: boolean | undefined) => this"
|
|
1145
1219
|
}
|
|
1146
1220
|
},
|
|
1147
1221
|
{
|
|
@@ -1298,7 +1372,9 @@
|
|
|
1298
1372
|
"module": "/src/attribute-picker"
|
|
1299
1373
|
},
|
|
1300
1374
|
"tagName": "or-assettype-attribute-picker",
|
|
1301
|
-
"customElement": true
|
|
1375
|
+
"customElement": true,
|
|
1376
|
+
"modulePath": "src/assettype-attribute-picker.ts",
|
|
1377
|
+
"definitionPath": "src/assettype-attribute-picker.ts"
|
|
1302
1378
|
}
|
|
1303
1379
|
],
|
|
1304
1380
|
"exports": [
|
|
@@ -1342,7 +1418,9 @@
|
|
|
1342
1418
|
"package": "@openremote/or-mwc-components/or-mwc-list"
|
|
1343
1419
|
},
|
|
1344
1420
|
"tagName": "asset-type-list",
|
|
1345
|
-
"customElement": true
|
|
1421
|
+
"customElement": true,
|
|
1422
|
+
"modulePath": "src/assettype-list.ts",
|
|
1423
|
+
"definitionPath": "src/assettype-list.ts"
|
|
1346
1424
|
}
|
|
1347
1425
|
],
|
|
1348
1426
|
"exports": [
|
|
@@ -1923,6 +2001,9 @@
|
|
|
1923
2001
|
"inheritedFrom": {
|
|
1924
2002
|
"name": "OrAssetAttributePicker",
|
|
1925
2003
|
"module": "src/asset-attribute-picker.ts"
|
|
2004
|
+
},
|
|
2005
|
+
"type": {
|
|
2006
|
+
"text": "setAttributeFilter(attributeFilter: ((attribute: Attribute<any>) => boolean) | undefined) => this"
|
|
1926
2007
|
}
|
|
1927
2008
|
},
|
|
1928
2009
|
{
|
|
@@ -1945,6 +2026,9 @@
|
|
|
1945
2026
|
"inheritedFrom": {
|
|
1946
2027
|
"name": "OrAssetAttributePicker",
|
|
1947
2028
|
"module": "src/asset-attribute-picker.ts"
|
|
2029
|
+
},
|
|
2030
|
+
"type": {
|
|
2031
|
+
"text": "setSelectedAssets(selectedAssets: string[]) => this"
|
|
1948
2032
|
}
|
|
1949
2033
|
},
|
|
1950
2034
|
{
|
|
@@ -1967,6 +2051,9 @@
|
|
|
1967
2051
|
"inheritedFrom": {
|
|
1968
2052
|
"name": "OrAssetAttributePicker",
|
|
1969
2053
|
"module": "src/asset-attribute-picker.ts"
|
|
2054
|
+
},
|
|
2055
|
+
"type": {
|
|
2056
|
+
"text": "setSelectedAttributes(selectedAttributes: AttributeRef[]) => this"
|
|
1970
2057
|
}
|
|
1971
2058
|
},
|
|
1972
2059
|
{
|
|
@@ -2107,6 +2194,9 @@
|
|
|
2107
2194
|
"inheritedFrom": {
|
|
2108
2195
|
"name": "AttributePicker",
|
|
2109
2196
|
"module": "src/attribute-picker.ts"
|
|
2197
|
+
},
|
|
2198
|
+
"type": {
|
|
2199
|
+
"text": "setShowOnlyDatapointAttrs(showOnlyDatapointAttrs: boolean | undefined) => this"
|
|
2110
2200
|
}
|
|
2111
2201
|
},
|
|
2112
2202
|
{
|
|
@@ -2129,6 +2219,9 @@
|
|
|
2129
2219
|
"inheritedFrom": {
|
|
2130
2220
|
"name": "AttributePicker",
|
|
2131
2221
|
"module": "src/attribute-picker.ts"
|
|
2222
|
+
},
|
|
2223
|
+
"type": {
|
|
2224
|
+
"text": "setShowOnlyRuleStateAttrs(showOnlyRuleStateAttrs: boolean | undefined) => this"
|
|
2132
2225
|
}
|
|
2133
2226
|
},
|
|
2134
2227
|
{
|
|
@@ -2151,6 +2244,9 @@
|
|
|
2151
2244
|
"inheritedFrom": {
|
|
2152
2245
|
"name": "AttributePicker",
|
|
2153
2246
|
"module": "src/attribute-picker.ts"
|
|
2247
|
+
},
|
|
2248
|
+
"type": {
|
|
2249
|
+
"text": "setMultiSelect(multiSelect: boolean | undefined) => this"
|
|
2154
2250
|
}
|
|
2155
2251
|
},
|
|
2156
2252
|
{
|
|
@@ -2173,6 +2269,9 @@
|
|
|
2173
2269
|
"inheritedFrom": {
|
|
2174
2270
|
"name": "AttributePicker",
|
|
2175
2271
|
"module": "src/attribute-picker.ts"
|
|
2272
|
+
},
|
|
2273
|
+
"type": {
|
|
2274
|
+
"text": "setOpen(isOpen: boolean) => this"
|
|
2176
2275
|
}
|
|
2177
2276
|
},
|
|
2178
2277
|
{
|
|
@@ -2195,6 +2294,9 @@
|
|
|
2195
2294
|
"inheritedFrom": {
|
|
2196
2295
|
"name": "AttributePicker",
|
|
2197
2296
|
"module": "src/attribute-picker.ts"
|
|
2297
|
+
},
|
|
2298
|
+
"type": {
|
|
2299
|
+
"text": "setHeading(heading: TemplateResult | string | undefined) => this"
|
|
2198
2300
|
}
|
|
2199
2301
|
},
|
|
2200
2302
|
{
|
|
@@ -2217,6 +2319,9 @@
|
|
|
2217
2319
|
"inheritedFrom": {
|
|
2218
2320
|
"name": "AttributePicker",
|
|
2219
2321
|
"module": "src/attribute-picker.ts"
|
|
2322
|
+
},
|
|
2323
|
+
"type": {
|
|
2324
|
+
"text": "setContent(_content: TemplateResult | (() => TemplateResult) | undefined) => this"
|
|
2220
2325
|
}
|
|
2221
2326
|
},
|
|
2222
2327
|
{
|
|
@@ -2239,6 +2344,9 @@
|
|
|
2239
2344
|
"inheritedFrom": {
|
|
2240
2345
|
"name": "AttributePicker",
|
|
2241
2346
|
"module": "src/attribute-picker.ts"
|
|
2347
|
+
},
|
|
2348
|
+
"type": {
|
|
2349
|
+
"text": "setActions(_actions: DialogAction[] | undefined) => this"
|
|
2242
2350
|
}
|
|
2243
2351
|
},
|
|
2244
2352
|
{
|
|
@@ -2261,6 +2369,9 @@
|
|
|
2261
2369
|
"inheritedFrom": {
|
|
2262
2370
|
"name": "AttributePicker",
|
|
2263
2371
|
"module": "src/attribute-picker.ts"
|
|
2372
|
+
},
|
|
2373
|
+
"type": {
|
|
2374
|
+
"text": "setDismissAction(_action: DialogActionBase | null | undefined) => this"
|
|
2264
2375
|
}
|
|
2265
2376
|
},
|
|
2266
2377
|
{
|
|
@@ -2283,6 +2394,9 @@
|
|
|
2283
2394
|
"inheritedFrom": {
|
|
2284
2395
|
"name": "AttributePicker",
|
|
2285
2396
|
"module": "src/attribute-picker.ts"
|
|
2397
|
+
},
|
|
2398
|
+
"type": {
|
|
2399
|
+
"text": "setStyles(_styles: string | TemplateResult | undefined) => this"
|
|
2286
2400
|
}
|
|
2287
2401
|
},
|
|
2288
2402
|
{
|
|
@@ -2305,6 +2419,9 @@
|
|
|
2305
2419
|
"inheritedFrom": {
|
|
2306
2420
|
"name": "AttributePicker",
|
|
2307
2421
|
"module": "src/attribute-picker.ts"
|
|
2422
|
+
},
|
|
2423
|
+
"type": {
|
|
2424
|
+
"text": "setAvatar(_avatar: boolean | undefined) => this"
|
|
2308
2425
|
}
|
|
2309
2426
|
},
|
|
2310
2427
|
{
|
|
@@ -2402,7 +2519,9 @@
|
|
|
2402
2519
|
"module": "src/asset-attribute-picker.ts"
|
|
2403
2520
|
}
|
|
2404
2521
|
}
|
|
2405
|
-
]
|
|
2522
|
+
],
|
|
2523
|
+
"modulePath": "src/index.ts",
|
|
2524
|
+
"definitionPath": "src/index.ts"
|
|
2406
2525
|
}
|
|
2407
2526
|
],
|
|
2408
2527
|
"exports": [
|