@openremote/or-attribute-picker 1.7.0-snapshot.20250523093924 → 1.7.0-snapshot.20250528061925
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 +30 -760
- package/dist/umd/index.js +5 -5
- package/dist/umd/index.orbundle.js +15 -15
- package/lib/assettype-attribute-picker.d.ts +3 -5
- package/lib/assettype-attribute-picker.js +2 -2
- package/lib/assettype-attribute-picker.js.map +1 -1
- package/lib/index.d.ts +3 -12
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
{
|
|
623
623
|
"kind": "class",
|
|
624
624
|
"description": "Custom Event that is dispatched upon closing the dialog.\nContains a map that is keyed by AssetDescriptor.name, with an array of AttributeDescriptors of the selected attributes.",
|
|
625
|
-
"name": "
|
|
625
|
+
"name": "OrAssetTypeAttributePickerPickedEvent",
|
|
626
626
|
"members": [
|
|
627
627
|
{
|
|
628
628
|
"kind": "field",
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
{
|
|
645
645
|
"kind": "class",
|
|
646
646
|
"description": "The \"Attribute Picker\" component using the OrAssetTree component for selecting assets and its attributes.",
|
|
647
|
-
"name": "
|
|
647
|
+
"name": "OrAssetTypeAttributePicker",
|
|
648
648
|
"members": [
|
|
649
649
|
{
|
|
650
650
|
"kind": "field",
|
|
@@ -1219,7 +1219,7 @@
|
|
|
1219
1219
|
"events": [
|
|
1220
1220
|
{
|
|
1221
1221
|
"type": {
|
|
1222
|
-
"text": "
|
|
1222
|
+
"text": "OrAssetTypeAttributePickerPickedEvent"
|
|
1223
1223
|
}
|
|
1224
1224
|
}
|
|
1225
1225
|
],
|
|
@@ -1281,17 +1281,17 @@
|
|
|
1281
1281
|
"exports": [
|
|
1282
1282
|
{
|
|
1283
1283
|
"kind": "js",
|
|
1284
|
-
"name": "
|
|
1284
|
+
"name": "OrAssetTypeAttributePickerPickedEvent",
|
|
1285
1285
|
"declaration": {
|
|
1286
|
-
"name": "
|
|
1286
|
+
"name": "OrAssetTypeAttributePickerPickedEvent",
|
|
1287
1287
|
"module": "src/assettype-attribute-picker.ts"
|
|
1288
1288
|
}
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "js",
|
|
1292
|
-
"name": "
|
|
1292
|
+
"name": "OrAssetTypeAttributePicker",
|
|
1293
1293
|
"declaration": {
|
|
1294
|
-
"name": "
|
|
1294
|
+
"name": "OrAssetTypeAttributePicker",
|
|
1295
1295
|
"module": "src/assettype-attribute-picker.ts"
|
|
1296
1296
|
}
|
|
1297
1297
|
}
|
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
"name": "OrAssetAttributePickerPickedEvent",
|
|
1714
1714
|
"module": "/src/asset-attribute-picker"
|
|
1715
1715
|
},
|
|
1716
|
-
"deprecated": "Replaced this class with an abstract {@link OrAssetAttributePickerPickedEvent}, that is inherited by other classes like {@link OrAssetAttributePicker} and {@link
|
|
1716
|
+
"deprecated": "Replaced this class with an abstract {@link OrAssetAttributePickerPickedEvent}, that is inherited by other classes like {@link OrAssetAttributePicker} and {@link OrAssetTypeAttributePicker}.",
|
|
1717
1717
|
"members": [
|
|
1718
1718
|
{
|
|
1719
1719
|
"kind": "field",
|
|
@@ -2347,769 +2347,39 @@
|
|
|
2347
2347
|
}
|
|
2348
2348
|
}
|
|
2349
2349
|
]
|
|
2350
|
+
}
|
|
2351
|
+
],
|
|
2352
|
+
"exports": [
|
|
2353
|
+
{
|
|
2354
|
+
"kind": "js",
|
|
2355
|
+
"name": "OrAttributePickerPickedEvent",
|
|
2356
|
+
"declaration": {
|
|
2357
|
+
"name": "OrAttributePickerPickedEvent",
|
|
2358
|
+
"module": "src/index.ts"
|
|
2359
|
+
}
|
|
2350
2360
|
},
|
|
2351
2361
|
{
|
|
2352
|
-
"kind": "
|
|
2353
|
-
"
|
|
2354
|
-
"
|
|
2355
|
-
|
|
2356
|
-
"
|
|
2357
|
-
|
|
2358
|
-
},
|
|
2359
|
-
"members": [
|
|
2360
|
-
{
|
|
2361
|
-
"kind": "field",
|
|
2362
|
-
"name": "NAME",
|
|
2363
|
-
"type": {
|
|
2364
|
-
"text": "string"
|
|
2365
|
-
},
|
|
2366
|
-
"privacy": "public",
|
|
2367
|
-
"static": true,
|
|
2368
|
-
"readonly": true,
|
|
2369
|
-
"default": "\"or-asset-type-attribute-picker-picked\"",
|
|
2370
|
-
"inheritedFrom": {
|
|
2371
|
-
"name": "AssetTypeAttributePickerPickedEvent",
|
|
2372
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2373
|
-
}
|
|
2374
|
-
}
|
|
2375
|
-
]
|
|
2362
|
+
"kind": "js",
|
|
2363
|
+
"name": "OrAttributePicker",
|
|
2364
|
+
"declaration": {
|
|
2365
|
+
"name": "OrAttributePicker",
|
|
2366
|
+
"module": "src/index.ts"
|
|
2367
|
+
}
|
|
2376
2368
|
},
|
|
2377
|
-
{
|
|
2378
|
-
"kind": "class",
|
|
2379
|
-
"description": "TODO: Remove this, and export the ./assettype-attribute-picker file",
|
|
2380
|
-
"name": "OrAssetTypeAttributePicker",
|
|
2381
|
-
"superclass": {
|
|
2382
|
-
"name": "AssetTypeAttributePicker",
|
|
2383
|
-
"module": "/src/assettype-attribute-picker"
|
|
2384
|
-
},
|
|
2385
|
-
"attributes": [
|
|
2386
|
-
{
|
|
2387
|
-
"type": {
|
|
2388
|
-
"text": "object"
|
|
2389
|
-
},
|
|
2390
|
-
"description": "-Callback method for consumers to filter the asset type list shown. Returning true will make the asset type visible, returning false hides it.",
|
|
2391
|
-
"name": "assetTypeFilter",
|
|
2392
|
-
"inheritedFrom": {
|
|
2393
|
-
"name": "AssetTypeAttributePicker",
|
|
2394
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2395
|
-
}
|
|
2396
|
-
},
|
|
2397
|
-
{
|
|
2398
|
-
"type": {
|
|
2399
|
-
"text": "object"
|
|
2400
|
-
},
|
|
2401
|
-
"description": "Callback method for consumers to filter the attribute list shown. Returning true will make the attribute visible, returning false hides it.",
|
|
2402
|
-
"name": "attributeFilter",
|
|
2403
|
-
"inheritedFrom": {
|
|
2404
|
-
"name": "AssetTypeAttributePicker",
|
|
2405
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"type": {
|
|
2410
|
-
"text": "boolean"
|
|
2411
|
-
},
|
|
2412
|
-
"description": "Whether selecting multiple attributes is allowed or not.",
|
|
2413
|
-
"name": "multiSelect",
|
|
2414
|
-
"inheritedFrom": {
|
|
2415
|
-
"name": "AttributePicker",
|
|
2416
|
-
"module": "src/attribute-picker.ts"
|
|
2417
|
-
}
|
|
2418
|
-
},
|
|
2419
|
-
{
|
|
2420
|
-
"type": {
|
|
2421
|
-
"text": "boolean"
|
|
2422
|
-
},
|
|
2423
|
-
"description": "Whether only attributes with the 'STORE_DATAPOINT' meta item should be shown.",
|
|
2424
|
-
"name": "showOnlyDatapointAttrs",
|
|
2425
|
-
"inheritedFrom": {
|
|
2426
|
-
"name": "AttributePicker",
|
|
2427
|
-
"module": "src/attribute-picker.ts"
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"type": {
|
|
2432
|
-
"text": "boolean"
|
|
2433
|
-
},
|
|
2434
|
-
"description": "Whether only attributes with the 'RULE_STATE' meta item should be shown.",
|
|
2435
|
-
"name": "showOnlyRuleStateAttrs",
|
|
2436
|
-
"inheritedFrom": {
|
|
2437
|
-
"name": "AttributePicker",
|
|
2438
|
-
"module": "src/attribute-picker.ts"
|
|
2439
|
-
}
|
|
2440
|
-
}
|
|
2441
|
-
],
|
|
2442
|
-
"members": [
|
|
2443
|
-
{
|
|
2444
|
-
"kind": "field",
|
|
2445
|
-
"name": "assetTypeFilter",
|
|
2446
|
-
"type": {
|
|
2447
|
-
"text": "(descriptor: AssetDescriptor) => boolean | undefined"
|
|
2448
|
-
},
|
|
2449
|
-
"privacy": "public",
|
|
2450
|
-
"inheritedFrom": {
|
|
2451
|
-
"name": "AssetTypeAttributePicker",
|
|
2452
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2453
|
-
}
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"kind": "field",
|
|
2457
|
-
"name": "attributeFilter",
|
|
2458
|
-
"type": {
|
|
2459
|
-
"text": "(descriptor: AttributeDescriptor) => boolean | undefined"
|
|
2460
|
-
},
|
|
2461
|
-
"privacy": "public",
|
|
2462
|
-
"inheritedFrom": {
|
|
2463
|
-
"name": "AssetTypeAttributePicker",
|
|
2464
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"kind": "field",
|
|
2469
|
-
"name": "selectedAttributes",
|
|
2470
|
-
"type": {
|
|
2471
|
-
"text": "Map<string, AttributeDescriptor[]>"
|
|
2472
|
-
},
|
|
2473
|
-
"privacy": "public",
|
|
2474
|
-
"default": "new Map()",
|
|
2475
|
-
"inheritedFrom": {
|
|
2476
|
-
"name": "AssetTypeAttributePicker",
|
|
2477
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2478
|
-
}
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"kind": "field",
|
|
2482
|
-
"name": "_selectedAssetType",
|
|
2483
|
-
"type": {
|
|
2484
|
-
"text": "string | undefined"
|
|
2485
|
-
},
|
|
2486
|
-
"privacy": "protected",
|
|
2487
|
-
"inheritedFrom": {
|
|
2488
|
-
"name": "AssetTypeAttributePicker",
|
|
2489
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2490
|
-
}
|
|
2491
|
-
},
|
|
2492
|
-
{
|
|
2493
|
-
"kind": "field",
|
|
2494
|
-
"name": "_loadedAttributeTypes",
|
|
2495
|
-
"type": {
|
|
2496
|
-
"text": "AttributeDescriptor[] | undefined"
|
|
2497
|
-
},
|
|
2498
|
-
"privacy": "protected",
|
|
2499
|
-
"inheritedFrom": {
|
|
2500
|
-
"name": "AssetTypeAttributePicker",
|
|
2501
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2502
|
-
}
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"kind": "field",
|
|
2506
|
-
"name": "_loadedAssetTypes",
|
|
2507
|
-
"type": {
|
|
2508
|
-
"text": "AssetDescriptor[] | undefined"
|
|
2509
|
-
},
|
|
2510
|
-
"privacy": "protected",
|
|
2511
|
-
"inheritedFrom": {
|
|
2512
|
-
"name": "AssetTypeAttributePicker",
|
|
2513
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2514
|
-
}
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"kind": "method",
|
|
2518
|
-
"name": "setSelectedAttributes",
|
|
2519
|
-
"privacy": "public",
|
|
2520
|
-
"parameters": [
|
|
2521
|
-
{
|
|
2522
|
-
"name": "selectedAttributes",
|
|
2523
|
-
"type": {
|
|
2524
|
-
"text": "Map<string, AttributeDescriptor[]>"
|
|
2525
|
-
}
|
|
2526
|
-
}
|
|
2527
|
-
],
|
|
2528
|
-
"inheritedFrom": {
|
|
2529
|
-
"name": "AssetTypeAttributePicker",
|
|
2530
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2531
|
-
}
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"kind": "method",
|
|
2535
|
-
"name": "willUpdate",
|
|
2536
|
-
"privacy": "protected",
|
|
2537
|
-
"parameters": [
|
|
2538
|
-
{
|
|
2539
|
-
"name": "changedProps",
|
|
2540
|
-
"type": {
|
|
2541
|
-
"text": "PropertyValues"
|
|
2542
|
-
}
|
|
2543
|
-
}
|
|
2544
|
-
],
|
|
2545
|
-
"inheritedFrom": {
|
|
2546
|
-
"name": "AssetTypeAttributePicker",
|
|
2547
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2548
|
-
}
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"kind": "method",
|
|
2552
|
-
"name": "_loadAssetTypes",
|
|
2553
|
-
"privacy": "protected",
|
|
2554
|
-
"return": {
|
|
2555
|
-
"type": {
|
|
2556
|
-
"text": "AssetDescriptor[]"
|
|
2557
|
-
}
|
|
2558
|
-
},
|
|
2559
|
-
"description": "Function that will load and update the available asset types up for selection.\nAlso applies the filtering such as assetTypeFilter if set.",
|
|
2560
|
-
"inheritedFrom": {
|
|
2561
|
-
"name": "AssetTypeAttributePicker",
|
|
2562
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2563
|
-
}
|
|
2564
|
-
},
|
|
2565
|
-
{
|
|
2566
|
-
"kind": "method",
|
|
2567
|
-
"name": "_loadAttributeTypes",
|
|
2568
|
-
"privacy": "protected",
|
|
2569
|
-
"return": {
|
|
2570
|
-
"type": {
|
|
2571
|
-
"text": "AttributeDescriptor[]"
|
|
2572
|
-
}
|
|
2573
|
-
},
|
|
2574
|
-
"parameters": [
|
|
2575
|
-
{
|
|
2576
|
-
"name": "descriptor",
|
|
2577
|
-
"type": {
|
|
2578
|
-
"text": "AssetDescriptor"
|
|
2579
|
-
}
|
|
2580
|
-
}
|
|
2581
|
-
],
|
|
2582
|
-
"description": "Function that will load and update the available attributes up for selection.\nThe descriptor parameter is usually the selected asset type.\nAlso applies the filtering such as showOnlyDatapointAttrs, showOnlyRuleStateAttrs and attributeFilter if set.",
|
|
2583
|
-
"inheritedFrom": {
|
|
2584
|
-
"name": "AssetTypeAttributePicker",
|
|
2585
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2586
|
-
}
|
|
2587
|
-
},
|
|
2588
|
-
{
|
|
2589
|
-
"kind": "method",
|
|
2590
|
-
"name": "_setDialogContent",
|
|
2591
|
-
"privacy": "protected",
|
|
2592
|
-
"return": {
|
|
2593
|
-
"type": {
|
|
2594
|
-
"text": "void"
|
|
2595
|
-
}
|
|
2596
|
-
},
|
|
2597
|
-
"inheritedFrom": {
|
|
2598
|
-
"name": "AttributePicker",
|
|
2599
|
-
"module": "src/attribute-picker.ts"
|
|
2600
|
-
}
|
|
2601
|
-
},
|
|
2602
|
-
{
|
|
2603
|
-
"kind": "method",
|
|
2604
|
-
"name": "_setDialogActions",
|
|
2605
|
-
"privacy": "protected",
|
|
2606
|
-
"return": {
|
|
2607
|
-
"type": {
|
|
2608
|
-
"text": "void"
|
|
2609
|
-
}
|
|
2610
|
-
},
|
|
2611
|
-
"inheritedFrom": {
|
|
2612
|
-
"name": "AttributePicker",
|
|
2613
|
-
"module": "src/attribute-picker.ts"
|
|
2614
|
-
}
|
|
2615
|
-
},
|
|
2616
|
-
{
|
|
2617
|
-
"kind": "method",
|
|
2618
|
-
"name": "_onAssetTypeItemClick",
|
|
2619
|
-
"privacy": "protected",
|
|
2620
|
-
"parameters": [
|
|
2621
|
-
{
|
|
2622
|
-
"name": "listItem",
|
|
2623
|
-
"type": {
|
|
2624
|
-
"text": "ListItem"
|
|
2625
|
-
}
|
|
2626
|
-
}
|
|
2627
|
-
],
|
|
2628
|
-
"description": "HTML Callback function when the selected asset type has been updated.",
|
|
2629
|
-
"inheritedFrom": {
|
|
2630
|
-
"name": "AssetTypeAttributePicker",
|
|
2631
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "method",
|
|
2636
|
-
"name": "_onAttributesSelect",
|
|
2637
|
-
"privacy": "protected",
|
|
2638
|
-
"parameters": [
|
|
2639
|
-
{
|
|
2640
|
-
"name": "attrNames",
|
|
2641
|
-
"type": {
|
|
2642
|
-
"text": "string[]"
|
|
2643
|
-
}
|
|
2644
|
-
}
|
|
2645
|
-
],
|
|
2646
|
-
"description": "HTML callback function when the selected attributes have been updated.",
|
|
2647
|
-
"inheritedFrom": {
|
|
2648
|
-
"name": "AssetTypeAttributePicker",
|
|
2649
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2650
|
-
}
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"kind": "method",
|
|
2654
|
-
"name": "_getAssetTypeDescriptors",
|
|
2655
|
-
"privacy": "protected",
|
|
2656
|
-
"return": {
|
|
2657
|
-
"type": {
|
|
2658
|
-
"text": "ListItem[]"
|
|
2659
|
-
}
|
|
2660
|
-
},
|
|
2661
|
-
"parameters": [
|
|
2662
|
-
{
|
|
2663
|
-
"name": "descriptors",
|
|
2664
|
-
"type": {
|
|
2665
|
-
"text": "AssetDescriptor[]"
|
|
2666
|
-
}
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"name": "selected",
|
|
2670
|
-
"optional": true,
|
|
2671
|
-
"type": {
|
|
2672
|
-
"text": "AssetDescriptor[]"
|
|
2673
|
-
}
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"name": "withNoneValue",
|
|
2677
|
-
"optional": true,
|
|
2678
|
-
"type": {
|
|
2679
|
-
"text": "ListItem"
|
|
2680
|
-
}
|
|
2681
|
-
}
|
|
2682
|
-
],
|
|
2683
|
-
"description": "Function that maps the AssetDescriptors to the formatted ListItems.\nUses helpers like Util.getAssetTypeLabel and sorts by descriptorType so that agents show up first.",
|
|
2684
|
-
"inheritedFrom": {
|
|
2685
|
-
"name": "AssetTypeAttributePicker",
|
|
2686
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2687
|
-
}
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"kind": "method",
|
|
2691
|
-
"name": "_getAssetDescriptorByName",
|
|
2692
|
-
"privacy": "protected",
|
|
2693
|
-
"return": {
|
|
2694
|
-
"type": {
|
|
2695
|
-
"text": "AssetDescriptor | undefined"
|
|
2696
|
-
}
|
|
2697
|
-
},
|
|
2698
|
-
"parameters": [
|
|
2699
|
-
{
|
|
2700
|
-
"name": "name",
|
|
2701
|
-
"optional": true,
|
|
2702
|
-
"type": {
|
|
2703
|
-
"text": "string"
|
|
2704
|
-
}
|
|
2705
|
-
}
|
|
2706
|
-
],
|
|
2707
|
-
"description": "Utility method to get the cached AssetDescriptor by its name",
|
|
2708
|
-
"inheritedFrom": {
|
|
2709
|
-
"name": "AssetTypeAttributePicker",
|
|
2710
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"kind": "field",
|
|
2715
|
-
"name": "multiSelect",
|
|
2716
|
-
"type": {
|
|
2717
|
-
"text": "boolean | undefined"
|
|
2718
|
-
},
|
|
2719
|
-
"privacy": "public",
|
|
2720
|
-
"default": "false",
|
|
2721
|
-
"inheritedFrom": {
|
|
2722
|
-
"name": "AttributePicker",
|
|
2723
|
-
"module": "src/attribute-picker.ts"
|
|
2724
|
-
}
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"kind": "field",
|
|
2728
|
-
"name": "showOnlyDatapointAttrs",
|
|
2729
|
-
"type": {
|
|
2730
|
-
"text": "boolean | undefined"
|
|
2731
|
-
},
|
|
2732
|
-
"privacy": "public",
|
|
2733
|
-
"default": "false",
|
|
2734
|
-
"inheritedFrom": {
|
|
2735
|
-
"name": "AttributePicker",
|
|
2736
|
-
"module": "src/attribute-picker.ts"
|
|
2737
|
-
}
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"kind": "field",
|
|
2741
|
-
"name": "showOnlyRuleStateAttrs",
|
|
2742
|
-
"type": {
|
|
2743
|
-
"text": "boolean | undefined"
|
|
2744
|
-
},
|
|
2745
|
-
"privacy": "public",
|
|
2746
|
-
"default": "false",
|
|
2747
|
-
"inheritedFrom": {
|
|
2748
|
-
"name": "AttributePicker",
|
|
2749
|
-
"module": "src/attribute-picker.ts"
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"kind": "field",
|
|
2754
|
-
"name": "addBtn",
|
|
2755
|
-
"type": {
|
|
2756
|
-
"text": "OrMwcInput"
|
|
2757
|
-
},
|
|
2758
|
-
"privacy": "protected",
|
|
2759
|
-
"inheritedFrom": {
|
|
2760
|
-
"name": "AttributePicker",
|
|
2761
|
-
"module": "src/attribute-picker.ts"
|
|
2762
|
-
}
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"kind": "method",
|
|
2766
|
-
"name": "setShowOnlyDatapointAttrs",
|
|
2767
|
-
"privacy": "public",
|
|
2768
|
-
"return": {
|
|
2769
|
-
"type": {
|
|
2770
|
-
"text": "this"
|
|
2771
|
-
}
|
|
2772
|
-
},
|
|
2773
|
-
"parameters": [
|
|
2774
|
-
{
|
|
2775
|
-
"name": "showOnlyDatapointAttrs",
|
|
2776
|
-
"type": {
|
|
2777
|
-
"text": "boolean | undefined"
|
|
2778
|
-
}
|
|
2779
|
-
}
|
|
2780
|
-
],
|
|
2781
|
-
"inheritedFrom": {
|
|
2782
|
-
"name": "AttributePicker",
|
|
2783
|
-
"module": "src/attribute-picker.ts"
|
|
2784
|
-
}
|
|
2785
|
-
},
|
|
2786
|
-
{
|
|
2787
|
-
"kind": "method",
|
|
2788
|
-
"name": "setShowOnlyRuleStateAttrs",
|
|
2789
|
-
"privacy": "public",
|
|
2790
|
-
"return": {
|
|
2791
|
-
"type": {
|
|
2792
|
-
"text": "this"
|
|
2793
|
-
}
|
|
2794
|
-
},
|
|
2795
|
-
"parameters": [
|
|
2796
|
-
{
|
|
2797
|
-
"name": "showOnlyRuleStateAttrs",
|
|
2798
|
-
"type": {
|
|
2799
|
-
"text": "boolean | undefined"
|
|
2800
|
-
}
|
|
2801
|
-
}
|
|
2802
|
-
],
|
|
2803
|
-
"inheritedFrom": {
|
|
2804
|
-
"name": "AttributePicker",
|
|
2805
|
-
"module": "src/attribute-picker.ts"
|
|
2806
|
-
}
|
|
2807
|
-
},
|
|
2808
|
-
{
|
|
2809
|
-
"kind": "method",
|
|
2810
|
-
"name": "setMultiSelect",
|
|
2811
|
-
"privacy": "public",
|
|
2812
|
-
"return": {
|
|
2813
|
-
"type": {
|
|
2814
|
-
"text": "this"
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
|
-
"parameters": [
|
|
2818
|
-
{
|
|
2819
|
-
"name": "multiSelect",
|
|
2820
|
-
"type": {
|
|
2821
|
-
"text": "boolean | undefined"
|
|
2822
|
-
}
|
|
2823
|
-
}
|
|
2824
|
-
],
|
|
2825
|
-
"inheritedFrom": {
|
|
2826
|
-
"name": "AttributePicker",
|
|
2827
|
-
"module": "src/attribute-picker.ts"
|
|
2828
|
-
}
|
|
2829
|
-
},
|
|
2830
|
-
{
|
|
2831
|
-
"kind": "method",
|
|
2832
|
-
"name": "setOpen",
|
|
2833
|
-
"privacy": "public",
|
|
2834
|
-
"return": {
|
|
2835
|
-
"type": {
|
|
2836
|
-
"text": "this"
|
|
2837
|
-
}
|
|
2838
|
-
},
|
|
2839
|
-
"parameters": [
|
|
2840
|
-
{
|
|
2841
|
-
"name": "isOpen",
|
|
2842
|
-
"type": {
|
|
2843
|
-
"text": "boolean"
|
|
2844
|
-
}
|
|
2845
|
-
}
|
|
2846
|
-
],
|
|
2847
|
-
"inheritedFrom": {
|
|
2848
|
-
"name": "AttributePicker",
|
|
2849
|
-
"module": "src/attribute-picker.ts"
|
|
2850
|
-
}
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
"kind": "method",
|
|
2854
|
-
"name": "setHeading",
|
|
2855
|
-
"privacy": "public",
|
|
2856
|
-
"return": {
|
|
2857
|
-
"type": {
|
|
2858
|
-
"text": "this"
|
|
2859
|
-
}
|
|
2860
|
-
},
|
|
2861
|
-
"parameters": [
|
|
2862
|
-
{
|
|
2863
|
-
"name": "heading",
|
|
2864
|
-
"type": {
|
|
2865
|
-
"text": "TemplateResult | string | undefined"
|
|
2866
|
-
}
|
|
2867
|
-
}
|
|
2868
|
-
],
|
|
2869
|
-
"inheritedFrom": {
|
|
2870
|
-
"name": "AttributePicker",
|
|
2871
|
-
"module": "src/attribute-picker.ts"
|
|
2872
|
-
}
|
|
2873
|
-
},
|
|
2874
|
-
{
|
|
2875
|
-
"kind": "method",
|
|
2876
|
-
"name": "setContent",
|
|
2877
|
-
"privacy": "public",
|
|
2878
|
-
"return": {
|
|
2879
|
-
"type": {
|
|
2880
|
-
"text": "this"
|
|
2881
|
-
}
|
|
2882
|
-
},
|
|
2883
|
-
"parameters": [
|
|
2884
|
-
{
|
|
2885
|
-
"name": "_content",
|
|
2886
|
-
"type": {
|
|
2887
|
-
"text": "TemplateResult | (() => TemplateResult) | undefined"
|
|
2888
|
-
}
|
|
2889
|
-
}
|
|
2890
|
-
],
|
|
2891
|
-
"inheritedFrom": {
|
|
2892
|
-
"name": "AttributePicker",
|
|
2893
|
-
"module": "src/attribute-picker.ts"
|
|
2894
|
-
}
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"kind": "method",
|
|
2898
|
-
"name": "setActions",
|
|
2899
|
-
"privacy": "public",
|
|
2900
|
-
"return": {
|
|
2901
|
-
"type": {
|
|
2902
|
-
"text": "this"
|
|
2903
|
-
}
|
|
2904
|
-
},
|
|
2905
|
-
"parameters": [
|
|
2906
|
-
{
|
|
2907
|
-
"name": "_actions",
|
|
2908
|
-
"type": {
|
|
2909
|
-
"text": "DialogAction[] | undefined"
|
|
2910
|
-
}
|
|
2911
|
-
}
|
|
2912
|
-
],
|
|
2913
|
-
"inheritedFrom": {
|
|
2914
|
-
"name": "AttributePicker",
|
|
2915
|
-
"module": "src/attribute-picker.ts"
|
|
2916
|
-
}
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"kind": "method",
|
|
2920
|
-
"name": "setDismissAction",
|
|
2921
|
-
"privacy": "public",
|
|
2922
|
-
"return": {
|
|
2923
|
-
"type": {
|
|
2924
|
-
"text": "this"
|
|
2925
|
-
}
|
|
2926
|
-
},
|
|
2927
|
-
"parameters": [
|
|
2928
|
-
{
|
|
2929
|
-
"name": "_action",
|
|
2930
|
-
"type": {
|
|
2931
|
-
"text": "DialogActionBase | null | undefined"
|
|
2932
|
-
}
|
|
2933
|
-
}
|
|
2934
|
-
],
|
|
2935
|
-
"inheritedFrom": {
|
|
2936
|
-
"name": "AttributePicker",
|
|
2937
|
-
"module": "src/attribute-picker.ts"
|
|
2938
|
-
}
|
|
2939
|
-
},
|
|
2940
|
-
{
|
|
2941
|
-
"kind": "method",
|
|
2942
|
-
"name": "setStyles",
|
|
2943
|
-
"privacy": "public",
|
|
2944
|
-
"return": {
|
|
2945
|
-
"type": {
|
|
2946
|
-
"text": "this"
|
|
2947
|
-
}
|
|
2948
|
-
},
|
|
2949
|
-
"parameters": [
|
|
2950
|
-
{
|
|
2951
|
-
"name": "_styles",
|
|
2952
|
-
"type": {
|
|
2953
|
-
"text": "string | TemplateResult | undefined"
|
|
2954
|
-
}
|
|
2955
|
-
}
|
|
2956
|
-
],
|
|
2957
|
-
"inheritedFrom": {
|
|
2958
|
-
"name": "AttributePicker",
|
|
2959
|
-
"module": "src/attribute-picker.ts"
|
|
2960
|
-
}
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"kind": "method",
|
|
2964
|
-
"name": "setAvatar",
|
|
2965
|
-
"privacy": "public",
|
|
2966
|
-
"return": {
|
|
2967
|
-
"type": {
|
|
2968
|
-
"text": "this"
|
|
2969
|
-
}
|
|
2970
|
-
},
|
|
2971
|
-
"parameters": [
|
|
2972
|
-
{
|
|
2973
|
-
"name": "_avatar",
|
|
2974
|
-
"type": {
|
|
2975
|
-
"text": "boolean | undefined"
|
|
2976
|
-
}
|
|
2977
|
-
}
|
|
2978
|
-
],
|
|
2979
|
-
"inheritedFrom": {
|
|
2980
|
-
"name": "AttributePicker",
|
|
2981
|
-
"module": "src/attribute-picker.ts"
|
|
2982
|
-
}
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"kind": "method",
|
|
2986
|
-
"name": "_updateDialogContent",
|
|
2987
|
-
"privacy": "protected",
|
|
2988
|
-
"description": "Convenient function to update the dialog content manually,\nsince updating the UI is handled different for OrMwcDialog.",
|
|
2989
|
-
"inheritedFrom": {
|
|
2990
|
-
"name": "AttributePicker",
|
|
2991
|
-
"module": "src/attribute-picker.ts"
|
|
2992
|
-
}
|
|
2993
|
-
},
|
|
2994
|
-
{
|
|
2995
|
-
"kind": "method",
|
|
2996
|
-
"name": "_updateDialogActions",
|
|
2997
|
-
"privacy": "protected",
|
|
2998
|
-
"description": "Convenient function to update the dialog actions manually,\nsince updating the UI is handled different for OrMwcDialog.",
|
|
2999
|
-
"inheritedFrom": {
|
|
3000
|
-
"name": "AttributePicker",
|
|
3001
|
-
"module": "src/attribute-picker.ts"
|
|
3002
|
-
}
|
|
3003
|
-
},
|
|
3004
|
-
{
|
|
3005
|
-
"kind": "method",
|
|
3006
|
-
"name": "_getAttributesTemplate",
|
|
3007
|
-
"privacy": "protected",
|
|
3008
|
-
"return": {
|
|
3009
|
-
"type": {
|
|
3010
|
-
"text": "Promise<TemplateResult>"
|
|
3011
|
-
}
|
|
3012
|
-
},
|
|
3013
|
-
"parameters": [
|
|
3014
|
-
{
|
|
3015
|
-
"name": "attributes",
|
|
3016
|
-
"optional": true,
|
|
3017
|
-
"type": {
|
|
3018
|
-
"text": "Attribute<any>[]"
|
|
3019
|
-
}
|
|
3020
|
-
},
|
|
3021
|
-
{
|
|
3022
|
-
"name": "descriptors",
|
|
3023
|
-
"optional": true,
|
|
3024
|
-
"type": {
|
|
3025
|
-
"text": "AttributeDescriptor[]"
|
|
3026
|
-
}
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"name": "selectedNames",
|
|
3030
|
-
"optional": true,
|
|
3031
|
-
"type": {
|
|
3032
|
-
"text": "string[]"
|
|
3033
|
-
}
|
|
3034
|
-
},
|
|
3035
|
-
{
|
|
3036
|
-
"name": "multi",
|
|
3037
|
-
"default": "false"
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"name": "onSelect",
|
|
3041
|
-
"optional": true,
|
|
3042
|
-
"type": {
|
|
3043
|
-
"text": "(attrNames: string[]) => void"
|
|
3044
|
-
}
|
|
3045
|
-
}
|
|
3046
|
-
],
|
|
3047
|
-
"description": "Function that creates the HTML template for selecting attributes.\nCurrently uses OrMwcList with or without checkboxes, and uses Util.getAttributeLabel to formulate the text.",
|
|
3048
|
-
"inheritedFrom": {
|
|
3049
|
-
"name": "AttributePicker",
|
|
3050
|
-
"module": "src/attribute-picker.ts"
|
|
3051
|
-
}
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"kind": "method",
|
|
3055
|
-
"name": "_getStyles",
|
|
3056
|
-
"privacy": "protected",
|
|
3057
|
-
"return": {
|
|
3058
|
-
"type": {
|
|
3059
|
-
"text": "string"
|
|
3060
|
-
}
|
|
3061
|
-
},
|
|
3062
|
-
"description": "Simple function that creates the CSS styles for this component",
|
|
3063
|
-
"inheritedFrom": {
|
|
3064
|
-
"name": "AttributePicker",
|
|
3065
|
-
"module": "src/attribute-picker.ts"
|
|
3066
|
-
}
|
|
3067
|
-
}
|
|
3068
|
-
],
|
|
3069
|
-
"events": [
|
|
3070
|
-
{
|
|
3071
|
-
"type": {
|
|
3072
|
-
"text": "AssetTypeAttributePickerPickedEvent"
|
|
3073
|
-
},
|
|
3074
|
-
"inheritedFrom": {
|
|
3075
|
-
"name": "AssetTypeAttributePicker",
|
|
3076
|
-
"module": "src/assettype-attribute-picker.ts"
|
|
3077
|
-
}
|
|
3078
|
-
}
|
|
3079
|
-
]
|
|
3080
|
-
}
|
|
3081
|
-
],
|
|
3082
|
-
"exports": [
|
|
3083
2369
|
{
|
|
3084
2370
|
"kind": "js",
|
|
3085
|
-
"name": "
|
|
2371
|
+
"name": "*",
|
|
3086
2372
|
"declaration": {
|
|
3087
|
-
"name": "
|
|
3088
|
-
"
|
|
2373
|
+
"name": "*",
|
|
2374
|
+
"package": "\"./asset-attribute-picker\""
|
|
3089
2375
|
}
|
|
3090
2376
|
},
|
|
3091
2377
|
{
|
|
3092
2378
|
"kind": "js",
|
|
3093
|
-
"name": "
|
|
2379
|
+
"name": "*",
|
|
3094
2380
|
"declaration": {
|
|
3095
|
-
"name": "
|
|
3096
|
-
"
|
|
3097
|
-
}
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"kind": "js",
|
|
3101
|
-
"name": "OrAssetTypeAttributePickerPickedEvent",
|
|
3102
|
-
"declaration": {
|
|
3103
|
-
"name": "OrAssetTypeAttributePickerPickedEvent",
|
|
3104
|
-
"module": "src/index.ts"
|
|
3105
|
-
}
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
"kind": "js",
|
|
3109
|
-
"name": "OrAssetTypeAttributePicker",
|
|
3110
|
-
"declaration": {
|
|
3111
|
-
"name": "OrAssetTypeAttributePicker",
|
|
3112
|
-
"module": "src/index.ts"
|
|
2381
|
+
"name": "*",
|
|
2382
|
+
"package": "\"./assettype-attribute-picker\""
|
|
3113
2383
|
}
|
|
3114
2384
|
}
|
|
3115
2385
|
]
|