@genesislcap/rapid-design-system 14.417.1-alpha-9899dad.0 → 14.418.0
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/dist/custom-elements.json +207 -1732
- package/dist/dts/index.d.ts +0 -1
- package/package.json +11 -11
- package/dist/dts/react-jsx-runtime.d.ts +0 -718
|
@@ -751,6 +751,58 @@
|
|
|
751
751
|
}
|
|
752
752
|
]
|
|
753
753
|
},
|
|
754
|
+
{
|
|
755
|
+
"kind": "javascript-module",
|
|
756
|
+
"path": "src/_common/color.hex.ts",
|
|
757
|
+
"declarations": [],
|
|
758
|
+
"exports": []
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"kind": "javascript-module",
|
|
762
|
+
"path": "src/_common/index.ts",
|
|
763
|
+
"declarations": [],
|
|
764
|
+
"exports": [
|
|
765
|
+
{
|
|
766
|
+
"kind": "js",
|
|
767
|
+
"name": "*",
|
|
768
|
+
"declaration": {
|
|
769
|
+
"name": "*",
|
|
770
|
+
"package": "./color.hex"
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
]
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"kind": "javascript-module",
|
|
777
|
+
"path": "src/_config/index.ts",
|
|
778
|
+
"declarations": [],
|
|
779
|
+
"exports": [
|
|
780
|
+
{
|
|
781
|
+
"kind": "js",
|
|
782
|
+
"name": "*",
|
|
783
|
+
"declaration": {
|
|
784
|
+
"name": "*",
|
|
785
|
+
"package": "./styles"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"kind": "js",
|
|
790
|
+
"name": "*",
|
|
791
|
+
"declaration": {
|
|
792
|
+
"name": "*",
|
|
793
|
+
"package": "./tokens"
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"kind": "js",
|
|
798
|
+
"name": "*",
|
|
799
|
+
"declaration": {
|
|
800
|
+
"name": "*",
|
|
801
|
+
"package": "./values"
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
]
|
|
805
|
+
},
|
|
754
806
|
{
|
|
755
807
|
"kind": "javascript-module",
|
|
756
808
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -899,6 +951,154 @@
|
|
|
899
951
|
}
|
|
900
952
|
]
|
|
901
953
|
},
|
|
954
|
+
{
|
|
955
|
+
"kind": "javascript-module",
|
|
956
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
957
|
+
"declarations": [
|
|
958
|
+
{
|
|
959
|
+
"kind": "function",
|
|
960
|
+
"name": "rapidAccordionStyles",
|
|
961
|
+
"return": {
|
|
962
|
+
"type": {
|
|
963
|
+
"text": "ElementStyles"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
"parameters": [
|
|
967
|
+
{
|
|
968
|
+
"name": "context",
|
|
969
|
+
"type": {
|
|
970
|
+
"text": "ElementDefinitionContext"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"name": "definition",
|
|
975
|
+
"type": {
|
|
976
|
+
"text": "FoundationElementDefinition"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
]
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"exports": [
|
|
983
|
+
{
|
|
984
|
+
"kind": "js",
|
|
985
|
+
"name": "rapidAccordionStyles",
|
|
986
|
+
"declaration": {
|
|
987
|
+
"name": "rapidAccordionStyles",
|
|
988
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
]
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"kind": "javascript-module",
|
|
995
|
+
"path": "src/accordion/accordion.template.ts",
|
|
996
|
+
"declarations": [
|
|
997
|
+
{
|
|
998
|
+
"kind": "function",
|
|
999
|
+
"name": "rapidAccordionTemplate",
|
|
1000
|
+
"return": {
|
|
1001
|
+
"type": {
|
|
1002
|
+
"text": "ViewTemplate<Accordion>"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
"parameters": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "context",
|
|
1008
|
+
"type": {
|
|
1009
|
+
"text": "ElementDefinitionContext"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "definition",
|
|
1014
|
+
"type": {
|
|
1015
|
+
"text": "FoundationElementDefinition"
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
]
|
|
1019
|
+
}
|
|
1020
|
+
],
|
|
1021
|
+
"exports": [
|
|
1022
|
+
{
|
|
1023
|
+
"kind": "js",
|
|
1024
|
+
"name": "rapidAccordionTemplate",
|
|
1025
|
+
"declaration": {
|
|
1026
|
+
"name": "rapidAccordionTemplate",
|
|
1027
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
]
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"kind": "javascript-module",
|
|
1034
|
+
"path": "src/accordion/accordion.ts",
|
|
1035
|
+
"declarations": [
|
|
1036
|
+
{
|
|
1037
|
+
"kind": "class",
|
|
1038
|
+
"description": "",
|
|
1039
|
+
"name": "Accordion",
|
|
1040
|
+
"superclass": {
|
|
1041
|
+
"name": "foundationAccordion",
|
|
1042
|
+
"package": "@genesislcap/foundation-ui"
|
|
1043
|
+
},
|
|
1044
|
+
"tagName": "%%prefix%%-accordion",
|
|
1045
|
+
"customElement": true
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "variable",
|
|
1049
|
+
"name": "rapidAccordion"
|
|
1050
|
+
}
|
|
1051
|
+
],
|
|
1052
|
+
"exports": [
|
|
1053
|
+
{
|
|
1054
|
+
"kind": "js",
|
|
1055
|
+
"name": "Accordion",
|
|
1056
|
+
"declaration": {
|
|
1057
|
+
"name": "Accordion",
|
|
1058
|
+
"module": "src/accordion/accordion.ts"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"kind": "js",
|
|
1063
|
+
"name": "rapidAccordion",
|
|
1064
|
+
"declaration": {
|
|
1065
|
+
"name": "rapidAccordion",
|
|
1066
|
+
"module": "src/accordion/accordion.ts"
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
]
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "javascript-module",
|
|
1073
|
+
"path": "src/accordion/index.ts",
|
|
1074
|
+
"declarations": [],
|
|
1075
|
+
"exports": [
|
|
1076
|
+
{
|
|
1077
|
+
"kind": "js",
|
|
1078
|
+
"name": "*",
|
|
1079
|
+
"declaration": {
|
|
1080
|
+
"name": "*",
|
|
1081
|
+
"package": "./accordion"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "js",
|
|
1086
|
+
"name": "*",
|
|
1087
|
+
"declaration": {
|
|
1088
|
+
"name": "*",
|
|
1089
|
+
"package": "./accordion.styles"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"kind": "js",
|
|
1094
|
+
"name": "*",
|
|
1095
|
+
"declaration": {
|
|
1096
|
+
"name": "*",
|
|
1097
|
+
"package": "./accordion.template"
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
902
1102
|
{
|
|
903
1103
|
"kind": "javascript-module",
|
|
904
1104
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -1903,24 +2103,6 @@
|
|
|
1903
2103
|
"module": "src/foundation-element/foundation-element.ts"
|
|
1904
2104
|
}
|
|
1905
2105
|
}
|
|
1906
|
-
],
|
|
1907
|
-
"events": [
|
|
1908
|
-
{
|
|
1909
|
-
"description": "Fired when interpreted criteria is applied or cleared",
|
|
1910
|
-
"name": "criteria-changed",
|
|
1911
|
-
"inheritedFrom": {
|
|
1912
|
-
"name": "AiCriteriaSearch",
|
|
1913
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1914
|
-
}
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
1918
|
-
"name": "validation-errors",
|
|
1919
|
-
"inheritedFrom": {
|
|
1920
|
-
"name": "AiCriteriaSearch",
|
|
1921
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1922
|
-
}
|
|
1923
|
-
}
|
|
1924
2106
|
]
|
|
1925
2107
|
},
|
|
1926
2108
|
{
|
|
@@ -2441,211 +2623,11 @@
|
|
|
2441
2623
|
},
|
|
2442
2624
|
{
|
|
2443
2625
|
"kind": "javascript-module",
|
|
2444
|
-
"path": "src/
|
|
2445
|
-
"declarations": [],
|
|
2446
|
-
"exports": []
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"kind": "javascript-module",
|
|
2450
|
-
"path": "src/_common/index.ts",
|
|
2451
|
-
"declarations": [],
|
|
2452
|
-
"exports": [
|
|
2453
|
-
{
|
|
2454
|
-
"kind": "js",
|
|
2455
|
-
"name": "*",
|
|
2456
|
-
"declaration": {
|
|
2457
|
-
"name": "*",
|
|
2458
|
-
"package": "./color.hex"
|
|
2459
|
-
}
|
|
2460
|
-
}
|
|
2461
|
-
]
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"kind": "javascript-module",
|
|
2465
|
-
"path": "src/_config/index.ts",
|
|
2466
|
-
"declarations": [],
|
|
2467
|
-
"exports": [
|
|
2468
|
-
{
|
|
2469
|
-
"kind": "js",
|
|
2470
|
-
"name": "*",
|
|
2471
|
-
"declaration": {
|
|
2472
|
-
"name": "*",
|
|
2473
|
-
"package": "./styles"
|
|
2474
|
-
}
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"kind": "js",
|
|
2478
|
-
"name": "*",
|
|
2479
|
-
"declaration": {
|
|
2480
|
-
"name": "*",
|
|
2481
|
-
"package": "./tokens"
|
|
2482
|
-
}
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"kind": "js",
|
|
2486
|
-
"name": "*",
|
|
2487
|
-
"declaration": {
|
|
2488
|
-
"name": "*",
|
|
2489
|
-
"package": "./values"
|
|
2490
|
-
}
|
|
2491
|
-
}
|
|
2492
|
-
]
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "javascript-module",
|
|
2496
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
2626
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2497
2627
|
"declarations": [
|
|
2498
2628
|
{
|
|
2499
2629
|
"kind": "function",
|
|
2500
|
-
"name": "
|
|
2501
|
-
"return": {
|
|
2502
|
-
"type": {
|
|
2503
|
-
"text": "ElementStyles"
|
|
2504
|
-
}
|
|
2505
|
-
},
|
|
2506
|
-
"parameters": [
|
|
2507
|
-
{
|
|
2508
|
-
"name": "context",
|
|
2509
|
-
"type": {
|
|
2510
|
-
"text": "ElementDefinitionContext"
|
|
2511
|
-
}
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"name": "definition",
|
|
2515
|
-
"type": {
|
|
2516
|
-
"text": "FoundationElementDefinition"
|
|
2517
|
-
}
|
|
2518
|
-
}
|
|
2519
|
-
]
|
|
2520
|
-
}
|
|
2521
|
-
],
|
|
2522
|
-
"exports": [
|
|
2523
|
-
{
|
|
2524
|
-
"kind": "js",
|
|
2525
|
-
"name": "rapidAccordionStyles",
|
|
2526
|
-
"declaration": {
|
|
2527
|
-
"name": "rapidAccordionStyles",
|
|
2528
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2529
|
-
}
|
|
2530
|
-
}
|
|
2531
|
-
]
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"kind": "javascript-module",
|
|
2535
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2536
|
-
"declarations": [
|
|
2537
|
-
{
|
|
2538
|
-
"kind": "function",
|
|
2539
|
-
"name": "rapidAccordionTemplate",
|
|
2540
|
-
"return": {
|
|
2541
|
-
"type": {
|
|
2542
|
-
"text": "ViewTemplate<Accordion>"
|
|
2543
|
-
}
|
|
2544
|
-
},
|
|
2545
|
-
"parameters": [
|
|
2546
|
-
{
|
|
2547
|
-
"name": "context",
|
|
2548
|
-
"type": {
|
|
2549
|
-
"text": "ElementDefinitionContext"
|
|
2550
|
-
}
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
"name": "definition",
|
|
2554
|
-
"type": {
|
|
2555
|
-
"text": "FoundationElementDefinition"
|
|
2556
|
-
}
|
|
2557
|
-
}
|
|
2558
|
-
]
|
|
2559
|
-
}
|
|
2560
|
-
],
|
|
2561
|
-
"exports": [
|
|
2562
|
-
{
|
|
2563
|
-
"kind": "js",
|
|
2564
|
-
"name": "rapidAccordionTemplate",
|
|
2565
|
-
"declaration": {
|
|
2566
|
-
"name": "rapidAccordionTemplate",
|
|
2567
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2568
|
-
}
|
|
2569
|
-
}
|
|
2570
|
-
]
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
"kind": "javascript-module",
|
|
2574
|
-
"path": "src/accordion/accordion.ts",
|
|
2575
|
-
"declarations": [
|
|
2576
|
-
{
|
|
2577
|
-
"kind": "class",
|
|
2578
|
-
"description": "",
|
|
2579
|
-
"name": "Accordion",
|
|
2580
|
-
"superclass": {
|
|
2581
|
-
"name": "foundationAccordion",
|
|
2582
|
-
"package": "@genesislcap/foundation-ui"
|
|
2583
|
-
},
|
|
2584
|
-
"tagName": "%%prefix%%-accordion",
|
|
2585
|
-
"customElement": true
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"kind": "variable",
|
|
2589
|
-
"name": "rapidAccordion"
|
|
2590
|
-
}
|
|
2591
|
-
],
|
|
2592
|
-
"exports": [
|
|
2593
|
-
{
|
|
2594
|
-
"kind": "js",
|
|
2595
|
-
"name": "Accordion",
|
|
2596
|
-
"declaration": {
|
|
2597
|
-
"name": "Accordion",
|
|
2598
|
-
"module": "src/accordion/accordion.ts"
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"kind": "js",
|
|
2603
|
-
"name": "rapidAccordion",
|
|
2604
|
-
"declaration": {
|
|
2605
|
-
"name": "rapidAccordion",
|
|
2606
|
-
"module": "src/accordion/accordion.ts"
|
|
2607
|
-
}
|
|
2608
|
-
}
|
|
2609
|
-
]
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"kind": "javascript-module",
|
|
2613
|
-
"path": "src/accordion/index.ts",
|
|
2614
|
-
"declarations": [],
|
|
2615
|
-
"exports": [
|
|
2616
|
-
{
|
|
2617
|
-
"kind": "js",
|
|
2618
|
-
"name": "*",
|
|
2619
|
-
"declaration": {
|
|
2620
|
-
"name": "*",
|
|
2621
|
-
"package": "./accordion"
|
|
2622
|
-
}
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"kind": "js",
|
|
2626
|
-
"name": "*",
|
|
2627
|
-
"declaration": {
|
|
2628
|
-
"name": "*",
|
|
2629
|
-
"package": "./accordion.styles"
|
|
2630
|
-
}
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"kind": "js",
|
|
2634
|
-
"name": "*",
|
|
2635
|
-
"declaration": {
|
|
2636
|
-
"name": "*",
|
|
2637
|
-
"package": "./accordion.template"
|
|
2638
|
-
}
|
|
2639
|
-
}
|
|
2640
|
-
]
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"kind": "javascript-module",
|
|
2644
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
2645
|
-
"declarations": [
|
|
2646
|
-
{
|
|
2647
|
-
"kind": "function",
|
|
2648
|
-
"name": "rapidAnchorStyles",
|
|
2630
|
+
"name": "rapidAnchorStyles",
|
|
2649
2631
|
"return": {
|
|
2650
2632
|
"type": {
|
|
2651
2633
|
"text": "ElementStyles"
|
|
@@ -8370,16 +8352,6 @@
|
|
|
8370
8352
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8371
8353
|
}
|
|
8372
8354
|
}
|
|
8373
|
-
],
|
|
8374
|
-
"events": [
|
|
8375
|
-
{
|
|
8376
|
-
"description": "Fired when the selected options change",
|
|
8377
|
-
"name": "selectionChange",
|
|
8378
|
-
"inheritedFrom": {
|
|
8379
|
-
"name": "CategorizedMultiselect",
|
|
8380
|
-
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8381
|
-
}
|
|
8382
|
-
}
|
|
8383
8355
|
]
|
|
8384
8356
|
},
|
|
8385
8357
|
{
|
|
@@ -11168,24 +11140,6 @@
|
|
|
11168
11140
|
"module": "src/foundation-element/foundation-element.ts"
|
|
11169
11141
|
}
|
|
11170
11142
|
}
|
|
11171
|
-
],
|
|
11172
|
-
"events": [
|
|
11173
|
-
{
|
|
11174
|
-
"description": "Fired when the dialog closes",
|
|
11175
|
-
"name": "close",
|
|
11176
|
-
"inheritedFrom": {
|
|
11177
|
-
"name": "Dialog",
|
|
11178
|
-
"module": "src/dialog/dialog.ts"
|
|
11179
|
-
}
|
|
11180
|
-
},
|
|
11181
|
-
{
|
|
11182
|
-
"description": "Fired when the dialog size changes (resizable mode)",
|
|
11183
|
-
"name": "resize",
|
|
11184
|
-
"inheritedFrom": {
|
|
11185
|
-
"name": "Dialog",
|
|
11186
|
-
"module": "src/dialog/dialog.ts"
|
|
11187
|
-
}
|
|
11188
|
-
}
|
|
11189
11143
|
]
|
|
11190
11144
|
},
|
|
11191
11145
|
{
|
|
@@ -11360,251 +11314,7 @@
|
|
|
11360
11314
|
"package": "@genesislcap/foundation-ui"
|
|
11361
11315
|
},
|
|
11362
11316
|
"tagName": "%%prefix%%-disclosure",
|
|
11363
|
-
"customElement": true
|
|
11364
|
-
"attributes": [
|
|
11365
|
-
{
|
|
11366
|
-
"type": {
|
|
11367
|
-
"text": "boolean"
|
|
11368
|
-
},
|
|
11369
|
-
"description": "Determines if the element should show the extra content or not.",
|
|
11370
|
-
"fieldName": "expanded",
|
|
11371
|
-
"inheritedFrom": {
|
|
11372
|
-
"name": "Disclosure",
|
|
11373
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11374
|
-
}
|
|
11375
|
-
},
|
|
11376
|
-
{
|
|
11377
|
-
"name": "title",
|
|
11378
|
-
"type": {
|
|
11379
|
-
"text": "string"
|
|
11380
|
-
},
|
|
11381
|
-
"description": "Invoker title",
|
|
11382
|
-
"fieldName": "title",
|
|
11383
|
-
"inheritedFrom": {
|
|
11384
|
-
"name": "Disclosure",
|
|
11385
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11386
|
-
}
|
|
11387
|
-
}
|
|
11388
|
-
],
|
|
11389
|
-
"members": [
|
|
11390
|
-
{
|
|
11391
|
-
"kind": "field",
|
|
11392
|
-
"name": "expanded",
|
|
11393
|
-
"type": {
|
|
11394
|
-
"text": "boolean"
|
|
11395
|
-
},
|
|
11396
|
-
"privacy": "public",
|
|
11397
|
-
"description": "Determines if the element should show the extra content or not.",
|
|
11398
|
-
"inheritedFrom": {
|
|
11399
|
-
"name": "Disclosure",
|
|
11400
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11401
|
-
}
|
|
11402
|
-
},
|
|
11403
|
-
{
|
|
11404
|
-
"kind": "field",
|
|
11405
|
-
"name": "title",
|
|
11406
|
-
"type": {
|
|
11407
|
-
"text": "string"
|
|
11408
|
-
},
|
|
11409
|
-
"privacy": "public",
|
|
11410
|
-
"description": "Invoker title",
|
|
11411
|
-
"inheritedFrom": {
|
|
11412
|
-
"name": "Disclosure",
|
|
11413
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11414
|
-
}
|
|
11415
|
-
},
|
|
11416
|
-
{
|
|
11417
|
-
"kind": "method",
|
|
11418
|
-
"name": "show",
|
|
11419
|
-
"privacy": "public",
|
|
11420
|
-
"return": {
|
|
11421
|
-
"type": {
|
|
11422
|
-
"text": "void"
|
|
11423
|
-
}
|
|
11424
|
-
},
|
|
11425
|
-
"description": "Show extra content.",
|
|
11426
|
-
"inheritedFrom": {
|
|
11427
|
-
"name": "Disclosure",
|
|
11428
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11429
|
-
}
|
|
11430
|
-
},
|
|
11431
|
-
{
|
|
11432
|
-
"kind": "method",
|
|
11433
|
-
"name": "hide",
|
|
11434
|
-
"privacy": "public",
|
|
11435
|
-
"return": {
|
|
11436
|
-
"type": {
|
|
11437
|
-
"text": "void"
|
|
11438
|
-
}
|
|
11439
|
-
},
|
|
11440
|
-
"description": "Hide extra content.",
|
|
11441
|
-
"inheritedFrom": {
|
|
11442
|
-
"name": "Disclosure",
|
|
11443
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11444
|
-
}
|
|
11445
|
-
},
|
|
11446
|
-
{
|
|
11447
|
-
"kind": "method",
|
|
11448
|
-
"name": "toggle",
|
|
11449
|
-
"privacy": "public",
|
|
11450
|
-
"return": {
|
|
11451
|
-
"type": {
|
|
11452
|
-
"text": "void"
|
|
11453
|
-
}
|
|
11454
|
-
},
|
|
11455
|
-
"description": "Toggle the current(expanded/collapsed) state.",
|
|
11456
|
-
"inheritedFrom": {
|
|
11457
|
-
"name": "Disclosure",
|
|
11458
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11459
|
-
}
|
|
11460
|
-
},
|
|
11461
|
-
{
|
|
11462
|
-
"kind": "method",
|
|
11463
|
-
"name": "setup",
|
|
11464
|
-
"privacy": "protected",
|
|
11465
|
-
"return": {
|
|
11466
|
-
"type": {
|
|
11467
|
-
"text": "void"
|
|
11468
|
-
}
|
|
11469
|
-
},
|
|
11470
|
-
"description": "Register listener and set default disclosure mode",
|
|
11471
|
-
"inheritedFrom": {
|
|
11472
|
-
"name": "Disclosure",
|
|
11473
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11474
|
-
}
|
|
11475
|
-
},
|
|
11476
|
-
{
|
|
11477
|
-
"kind": "method",
|
|
11478
|
-
"name": "onToggle",
|
|
11479
|
-
"privacy": "protected",
|
|
11480
|
-
"description": "Update the aria attr and fire `toggle` event",
|
|
11481
|
-
"inheritedFrom": {
|
|
11482
|
-
"name": "Disclosure",
|
|
11483
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11484
|
-
}
|
|
11485
|
-
},
|
|
11486
|
-
{
|
|
11487
|
-
"kind": "field",
|
|
11488
|
-
"name": "_presentation",
|
|
11489
|
-
"type": {
|
|
11490
|
-
"text": "ComponentPresentation | null | undefined"
|
|
11491
|
-
},
|
|
11492
|
-
"privacy": "private",
|
|
11493
|
-
"default": "void 0",
|
|
11494
|
-
"inheritedFrom": {
|
|
11495
|
-
"name": "Disclosure",
|
|
11496
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11497
|
-
}
|
|
11498
|
-
},
|
|
11499
|
-
{
|
|
11500
|
-
"kind": "field",
|
|
11501
|
-
"name": "$presentation",
|
|
11502
|
-
"type": {
|
|
11503
|
-
"text": "ComponentPresentation | null"
|
|
11504
|
-
},
|
|
11505
|
-
"privacy": "public",
|
|
11506
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
11507
|
-
"inheritedFrom": {
|
|
11508
|
-
"name": "Disclosure",
|
|
11509
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11510
|
-
}
|
|
11511
|
-
},
|
|
11512
|
-
{
|
|
11513
|
-
"kind": "field",
|
|
11514
|
-
"name": "template",
|
|
11515
|
-
"type": {
|
|
11516
|
-
"text": "ElementViewTemplate | void | null"
|
|
11517
|
-
},
|
|
11518
|
-
"privacy": "public",
|
|
11519
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
11520
|
-
"inheritedFrom": {
|
|
11521
|
-
"name": "Disclosure",
|
|
11522
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11523
|
-
}
|
|
11524
|
-
},
|
|
11525
|
-
{
|
|
11526
|
-
"kind": "method",
|
|
11527
|
-
"name": "templateChanged",
|
|
11528
|
-
"privacy": "protected",
|
|
11529
|
-
"return": {
|
|
11530
|
-
"type": {
|
|
11531
|
-
"text": "void"
|
|
11532
|
-
}
|
|
11533
|
-
},
|
|
11534
|
-
"inheritedFrom": {
|
|
11535
|
-
"name": "Disclosure",
|
|
11536
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11537
|
-
}
|
|
11538
|
-
},
|
|
11539
|
-
{
|
|
11540
|
-
"kind": "field",
|
|
11541
|
-
"name": "styles",
|
|
11542
|
-
"type": {
|
|
11543
|
-
"text": "ElementStyles | void | null"
|
|
11544
|
-
},
|
|
11545
|
-
"privacy": "public",
|
|
11546
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
11547
|
-
"inheritedFrom": {
|
|
11548
|
-
"name": "Disclosure",
|
|
11549
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11550
|
-
}
|
|
11551
|
-
},
|
|
11552
|
-
{
|
|
11553
|
-
"kind": "method",
|
|
11554
|
-
"name": "stylesChanged",
|
|
11555
|
-
"privacy": "protected",
|
|
11556
|
-
"return": {
|
|
11557
|
-
"type": {
|
|
11558
|
-
"text": "void"
|
|
11559
|
-
}
|
|
11560
|
-
},
|
|
11561
|
-
"inheritedFrom": {
|
|
11562
|
-
"name": "Disclosure",
|
|
11563
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11564
|
-
}
|
|
11565
|
-
},
|
|
11566
|
-
{
|
|
11567
|
-
"kind": "method",
|
|
11568
|
-
"name": "compose",
|
|
11569
|
-
"privacy": "public",
|
|
11570
|
-
"static": true,
|
|
11571
|
-
"return": {
|
|
11572
|
-
"type": {
|
|
11573
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
11574
|
-
}
|
|
11575
|
-
},
|
|
11576
|
-
"parameters": [
|
|
11577
|
-
{
|
|
11578
|
-
"name": "this",
|
|
11579
|
-
"type": {
|
|
11580
|
-
"text": "K"
|
|
11581
|
-
}
|
|
11582
|
-
},
|
|
11583
|
-
{
|
|
11584
|
-
"name": "elementDefinition",
|
|
11585
|
-
"type": {
|
|
11586
|
-
"text": "T"
|
|
11587
|
-
},
|
|
11588
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
11589
|
-
}
|
|
11590
|
-
],
|
|
11591
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
11592
|
-
"inheritedFrom": {
|
|
11593
|
-
"name": "Disclosure",
|
|
11594
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11595
|
-
}
|
|
11596
|
-
}
|
|
11597
|
-
],
|
|
11598
|
-
"events": [
|
|
11599
|
-
{
|
|
11600
|
-
"description": "fires a toggle event when the summary is toggled",
|
|
11601
|
-
"name": "toggle",
|
|
11602
|
-
"inheritedFrom": {
|
|
11603
|
-
"name": "Disclosure",
|
|
11604
|
-
"module": "src/disclosure/disclosure.ts"
|
|
11605
|
-
}
|
|
11606
|
-
}
|
|
11607
|
-
]
|
|
11317
|
+
"customElement": true
|
|
11608
11318
|
},
|
|
11609
11319
|
{
|
|
11610
11320
|
"kind": "variable",
|
|
@@ -11752,172 +11462,7 @@
|
|
|
11752
11462
|
"package": "@genesislcap/foundation-ui"
|
|
11753
11463
|
},
|
|
11754
11464
|
"tagName": "%%prefix%%-divider",
|
|
11755
|
-
"customElement": true
|
|
11756
|
-
"attributes": [
|
|
11757
|
-
{
|
|
11758
|
-
"name": "role",
|
|
11759
|
-
"type": {
|
|
11760
|
-
"text": "DividerRole"
|
|
11761
|
-
},
|
|
11762
|
-
"description": "The role of the element.",
|
|
11763
|
-
"fieldName": "role",
|
|
11764
|
-
"inheritedFrom": {
|
|
11765
|
-
"name": "Divider",
|
|
11766
|
-
"module": "src/divider/divider.ts"
|
|
11767
|
-
}
|
|
11768
|
-
},
|
|
11769
|
-
{
|
|
11770
|
-
"name": "orientation",
|
|
11771
|
-
"type": {
|
|
11772
|
-
"text": "Orientation"
|
|
11773
|
-
},
|
|
11774
|
-
"description": "The orientation of the divider.",
|
|
11775
|
-
"fieldName": "orientation",
|
|
11776
|
-
"inheritedFrom": {
|
|
11777
|
-
"name": "Divider",
|
|
11778
|
-
"module": "src/divider/divider.ts"
|
|
11779
|
-
}
|
|
11780
|
-
}
|
|
11781
|
-
],
|
|
11782
|
-
"members": [
|
|
11783
|
-
{
|
|
11784
|
-
"kind": "field",
|
|
11785
|
-
"name": "role",
|
|
11786
|
-
"type": {
|
|
11787
|
-
"text": "DividerRole"
|
|
11788
|
-
},
|
|
11789
|
-
"privacy": "public",
|
|
11790
|
-
"description": "The role of the element.",
|
|
11791
|
-
"inheritedFrom": {
|
|
11792
|
-
"name": "Divider",
|
|
11793
|
-
"module": "src/divider/divider.ts"
|
|
11794
|
-
}
|
|
11795
|
-
},
|
|
11796
|
-
{
|
|
11797
|
-
"kind": "field",
|
|
11798
|
-
"name": "orientation",
|
|
11799
|
-
"type": {
|
|
11800
|
-
"text": "Orientation"
|
|
11801
|
-
},
|
|
11802
|
-
"privacy": "public",
|
|
11803
|
-
"description": "The orientation of the divider.",
|
|
11804
|
-
"inheritedFrom": {
|
|
11805
|
-
"name": "Divider",
|
|
11806
|
-
"module": "src/divider/divider.ts"
|
|
11807
|
-
}
|
|
11808
|
-
},
|
|
11809
|
-
{
|
|
11810
|
-
"kind": "field",
|
|
11811
|
-
"name": "_presentation",
|
|
11812
|
-
"type": {
|
|
11813
|
-
"text": "ComponentPresentation | null | undefined"
|
|
11814
|
-
},
|
|
11815
|
-
"privacy": "private",
|
|
11816
|
-
"default": "void 0",
|
|
11817
|
-
"inheritedFrom": {
|
|
11818
|
-
"name": "Divider",
|
|
11819
|
-
"module": "src/divider/divider.ts"
|
|
11820
|
-
}
|
|
11821
|
-
},
|
|
11822
|
-
{
|
|
11823
|
-
"kind": "field",
|
|
11824
|
-
"name": "$presentation",
|
|
11825
|
-
"type": {
|
|
11826
|
-
"text": "ComponentPresentation | null"
|
|
11827
|
-
},
|
|
11828
|
-
"privacy": "public",
|
|
11829
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
11830
|
-
"inheritedFrom": {
|
|
11831
|
-
"name": "Divider",
|
|
11832
|
-
"module": "src/divider/divider.ts"
|
|
11833
|
-
}
|
|
11834
|
-
},
|
|
11835
|
-
{
|
|
11836
|
-
"kind": "field",
|
|
11837
|
-
"name": "template",
|
|
11838
|
-
"type": {
|
|
11839
|
-
"text": "ElementViewTemplate | void | null"
|
|
11840
|
-
},
|
|
11841
|
-
"privacy": "public",
|
|
11842
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
11843
|
-
"inheritedFrom": {
|
|
11844
|
-
"name": "Divider",
|
|
11845
|
-
"module": "src/divider/divider.ts"
|
|
11846
|
-
}
|
|
11847
|
-
},
|
|
11848
|
-
{
|
|
11849
|
-
"kind": "method",
|
|
11850
|
-
"name": "templateChanged",
|
|
11851
|
-
"privacy": "protected",
|
|
11852
|
-
"return": {
|
|
11853
|
-
"type": {
|
|
11854
|
-
"text": "void"
|
|
11855
|
-
}
|
|
11856
|
-
},
|
|
11857
|
-
"inheritedFrom": {
|
|
11858
|
-
"name": "Divider",
|
|
11859
|
-
"module": "src/divider/divider.ts"
|
|
11860
|
-
}
|
|
11861
|
-
},
|
|
11862
|
-
{
|
|
11863
|
-
"kind": "field",
|
|
11864
|
-
"name": "styles",
|
|
11865
|
-
"type": {
|
|
11866
|
-
"text": "ElementStyles | void | null"
|
|
11867
|
-
},
|
|
11868
|
-
"privacy": "public",
|
|
11869
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
11870
|
-
"inheritedFrom": {
|
|
11871
|
-
"name": "Divider",
|
|
11872
|
-
"module": "src/divider/divider.ts"
|
|
11873
|
-
}
|
|
11874
|
-
},
|
|
11875
|
-
{
|
|
11876
|
-
"kind": "method",
|
|
11877
|
-
"name": "stylesChanged",
|
|
11878
|
-
"privacy": "protected",
|
|
11879
|
-
"return": {
|
|
11880
|
-
"type": {
|
|
11881
|
-
"text": "void"
|
|
11882
|
-
}
|
|
11883
|
-
},
|
|
11884
|
-
"inheritedFrom": {
|
|
11885
|
-
"name": "Divider",
|
|
11886
|
-
"module": "src/divider/divider.ts"
|
|
11887
|
-
}
|
|
11888
|
-
},
|
|
11889
|
-
{
|
|
11890
|
-
"kind": "method",
|
|
11891
|
-
"name": "compose",
|
|
11892
|
-
"privacy": "public",
|
|
11893
|
-
"static": true,
|
|
11894
|
-
"return": {
|
|
11895
|
-
"type": {
|
|
11896
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
11897
|
-
}
|
|
11898
|
-
},
|
|
11899
|
-
"parameters": [
|
|
11900
|
-
{
|
|
11901
|
-
"name": "this",
|
|
11902
|
-
"type": {
|
|
11903
|
-
"text": "K"
|
|
11904
|
-
}
|
|
11905
|
-
},
|
|
11906
|
-
{
|
|
11907
|
-
"name": "elementDefinition",
|
|
11908
|
-
"type": {
|
|
11909
|
-
"text": "T"
|
|
11910
|
-
},
|
|
11911
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
11912
|
-
}
|
|
11913
|
-
],
|
|
11914
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
11915
|
-
"inheritedFrom": {
|
|
11916
|
-
"name": "Divider",
|
|
11917
|
-
"module": "src/divider/divider.ts"
|
|
11918
|
-
}
|
|
11919
|
-
}
|
|
11920
|
-
]
|
|
11465
|
+
"customElement": true
|
|
11921
11466
|
},
|
|
11922
11467
|
{
|
|
11923
11468
|
"kind": "variable",
|
|
@@ -13439,55 +12984,6 @@
|
|
|
13439
12984
|
"type": {
|
|
13440
12985
|
"text": "CustomEvent"
|
|
13441
12986
|
},
|
|
13442
|
-
"description": "Fired when the expression model changes",
|
|
13443
|
-
"inheritedFrom": {
|
|
13444
|
-
"name": "ExpressionBuilder",
|
|
13445
|
-
"module": "src/main/expression-builder.ts"
|
|
13446
|
-
}
|
|
13447
|
-
},
|
|
13448
|
-
{
|
|
13449
|
-
"description": "Bubbled when a nested group add is requested",
|
|
13450
|
-
"name": "add-group",
|
|
13451
|
-
"inheritedFrom": {
|
|
13452
|
-
"name": "ExpressionBuilder",
|
|
13453
|
-
"module": "src/main/expression-builder.ts"
|
|
13454
|
-
}
|
|
13455
|
-
},
|
|
13456
|
-
{
|
|
13457
|
-
"description": "Bubbled when a group delete is requested",
|
|
13458
|
-
"name": "del-group",
|
|
13459
|
-
"inheritedFrom": {
|
|
13460
|
-
"name": "ExpressionBuilder",
|
|
13461
|
-
"module": "src/main/expression-builder.ts"
|
|
13462
|
-
}
|
|
13463
|
-
},
|
|
13464
|
-
{
|
|
13465
|
-
"description": "Bubbled when a rule add is requested",
|
|
13466
|
-
"name": "add-rule",
|
|
13467
|
-
"inheritedFrom": {
|
|
13468
|
-
"name": "ExpressionBuilder",
|
|
13469
|
-
"module": "src/main/expression-builder.ts"
|
|
13470
|
-
}
|
|
13471
|
-
},
|
|
13472
|
-
{
|
|
13473
|
-
"description": "Bubbled when a rule delete is requested",
|
|
13474
|
-
"name": "del-rule",
|
|
13475
|
-
"inheritedFrom": {
|
|
13476
|
-
"name": "ExpressionBuilder",
|
|
13477
|
-
"module": "src/main/expression-builder.ts"
|
|
13478
|
-
}
|
|
13479
|
-
},
|
|
13480
|
-
{
|
|
13481
|
-
"description": "Bubbled when group data changes",
|
|
13482
|
-
"name": "update-group",
|
|
13483
|
-
"inheritedFrom": {
|
|
13484
|
-
"name": "ExpressionBuilder",
|
|
13485
|
-
"module": "src/main/expression-builder.ts"
|
|
13486
|
-
}
|
|
13487
|
-
},
|
|
13488
|
-
{
|
|
13489
|
-
"description": "Bubbled when rule data changes",
|
|
13490
|
-
"name": "update-rule",
|
|
13491
12987
|
"inheritedFrom": {
|
|
13492
12988
|
"name": "ExpressionBuilder",
|
|
13493
12989
|
"module": "src/main/expression-builder.ts"
|
|
@@ -14543,48 +14039,6 @@
|
|
|
14543
14039
|
"module": "src/foundation-element/foundation-element.ts"
|
|
14544
14040
|
}
|
|
14545
14041
|
}
|
|
14546
|
-
],
|
|
14547
|
-
"events": [
|
|
14548
|
-
{
|
|
14549
|
-
"description": "Fired when files are chosen for upload",
|
|
14550
|
-
"name": "file-selected",
|
|
14551
|
-
"inheritedFrom": {
|
|
14552
|
-
"name": "FileUpload",
|
|
14553
|
-
"module": "src/file-upload/file-upload.ts"
|
|
14554
|
-
}
|
|
14555
|
-
},
|
|
14556
|
-
{
|
|
14557
|
-
"description": "Fired when upload completes successfully",
|
|
14558
|
-
"name": "success",
|
|
14559
|
-
"inheritedFrom": {
|
|
14560
|
-
"name": "FileUpload",
|
|
14561
|
-
"module": "src/file-upload/file-upload.ts"
|
|
14562
|
-
}
|
|
14563
|
-
},
|
|
14564
|
-
{
|
|
14565
|
-
"description": "Fired when upload fails or the server returns an error",
|
|
14566
|
-
"name": "errorOut",
|
|
14567
|
-
"inheritedFrom": {
|
|
14568
|
-
"name": "FileUpload",
|
|
14569
|
-
"module": "src/file-upload/file-upload.ts"
|
|
14570
|
-
}
|
|
14571
|
-
},
|
|
14572
|
-
{
|
|
14573
|
-
"description": "Fired when file size validation fails (from base)",
|
|
14574
|
-
"name": "error",
|
|
14575
|
-
"inheritedFrom": {
|
|
14576
|
-
"name": "BaseFileComponent",
|
|
14577
|
-
"module": "src/_common/base-file-component.ts"
|
|
14578
|
-
}
|
|
14579
|
-
},
|
|
14580
|
-
{
|
|
14581
|
-
"description": "Fired when selection is cleared (from base)",
|
|
14582
|
-
"name": "clear",
|
|
14583
|
-
"inheritedFrom": {
|
|
14584
|
-
"name": "BaseFileComponent",
|
|
14585
|
-
"module": "src/_common/base-file-component.ts"
|
|
14586
|
-
}
|
|
14587
|
-
}
|
|
14588
14042
|
]
|
|
14589
14043
|
},
|
|
14590
14044
|
{
|
|
@@ -15338,24 +14792,6 @@
|
|
|
15338
14792
|
"module": "src/foundation-element/foundation-element.ts"
|
|
15339
14793
|
}
|
|
15340
14794
|
}
|
|
15341
|
-
],
|
|
15342
|
-
"events": [
|
|
15343
|
-
{
|
|
15344
|
-
"description": "Fired when filter criteria change",
|
|
15345
|
-
"name": "filter-changed",
|
|
15346
|
-
"inheritedFrom": {
|
|
15347
|
-
"name": "Filter",
|
|
15348
|
-
"module": "src/filter/filter.ts"
|
|
15349
|
-
}
|
|
15350
|
-
},
|
|
15351
|
-
{
|
|
15352
|
-
"description": "Fired when the filter is cleared",
|
|
15353
|
-
"name": "filter-cleared",
|
|
15354
|
-
"inheritedFrom": {
|
|
15355
|
-
"name": "Filter",
|
|
15356
|
-
"module": "src/filter/filter.ts"
|
|
15357
|
-
}
|
|
15358
|
-
}
|
|
15359
14795
|
]
|
|
15360
14796
|
},
|
|
15361
14797
|
{
|
|
@@ -16704,16 +16140,6 @@
|
|
|
16704
16140
|
"module": "src/foundation-element/foundation-element.ts"
|
|
16705
16141
|
}
|
|
16706
16142
|
}
|
|
16707
|
-
],
|
|
16708
|
-
"events": [
|
|
16709
|
-
{
|
|
16710
|
-
"description": "Fired when the flyout finishes closing",
|
|
16711
|
-
"name": "closed",
|
|
16712
|
-
"inheritedFrom": {
|
|
16713
|
-
"name": "Flyout",
|
|
16714
|
-
"module": "src/flyout/flyout.ts"
|
|
16715
|
-
}
|
|
16716
|
-
}
|
|
16717
16143
|
]
|
|
16718
16144
|
},
|
|
16719
16145
|
{
|
|
@@ -20039,14 +19465,6 @@
|
|
|
20039
19465
|
}
|
|
20040
19466
|
],
|
|
20041
19467
|
"events": [
|
|
20042
|
-
{
|
|
20043
|
-
"description": "Fired when the menu item is clicked",
|
|
20044
|
-
"name": "onMenuClick",
|
|
20045
|
-
"inheritedFrom": {
|
|
20046
|
-
"name": "MenuItem",
|
|
20047
|
-
"module": "src/menu-item/menu-item.ts"
|
|
20048
|
-
}
|
|
20049
|
-
},
|
|
20050
19468
|
{
|
|
20051
19469
|
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
20052
19470
|
"name": "expanded-change",
|
|
@@ -22437,24 +21855,6 @@
|
|
|
22437
21855
|
"module": "src/foundation-element/foundation-element.ts"
|
|
22438
21856
|
}
|
|
22439
21857
|
}
|
|
22440
|
-
],
|
|
22441
|
-
"events": [
|
|
22442
|
-
{
|
|
22443
|
-
"description": "Fired when the selected options change",
|
|
22444
|
-
"name": "selectionChange",
|
|
22445
|
-
"inheritedFrom": {
|
|
22446
|
-
"name": "Multiselect",
|
|
22447
|
-
"module": "src/multiselect/multiselect.ts"
|
|
22448
|
-
}
|
|
22449
|
-
},
|
|
22450
|
-
{
|
|
22451
|
-
"description": "Fired when the selection or filter is cleared",
|
|
22452
|
-
"name": "clear",
|
|
22453
|
-
"inheritedFrom": {
|
|
22454
|
-
"name": "Multiselect",
|
|
22455
|
-
"module": "src/multiselect/multiselect.ts"
|
|
22456
|
-
}
|
|
22457
|
-
}
|
|
22458
21858
|
]
|
|
22459
21859
|
},
|
|
22460
21860
|
{
|
|
@@ -23662,7 +23062,7 @@
|
|
|
23662
23062
|
],
|
|
23663
23063
|
"events": [
|
|
23664
23064
|
{
|
|
23665
|
-
"description": "
|
|
23065
|
+
"description": "Fires a custom 'input' event when the value has changed",
|
|
23666
23066
|
"name": "input",
|
|
23667
23067
|
"inheritedFrom": {
|
|
23668
23068
|
"name": "NumberField",
|
|
@@ -26146,16 +25546,6 @@
|
|
|
26146
25546
|
"module": "src/foundation-element/foundation-element.ts"
|
|
26147
25547
|
}
|
|
26148
25548
|
}
|
|
26149
|
-
],
|
|
26150
|
-
"events": [
|
|
26151
|
-
{
|
|
26152
|
-
"description": "Fired when timezone or cron expression changes",
|
|
26153
|
-
"name": "change",
|
|
26154
|
-
"inheritedFrom": {
|
|
26155
|
-
"name": "Scheduler",
|
|
26156
|
-
"module": "src/scheduler/scheduler.ts"
|
|
26157
|
-
}
|
|
26158
|
-
}
|
|
26159
25549
|
]
|
|
26160
25550
|
},
|
|
26161
25551
|
{
|
|
@@ -26639,16 +26029,6 @@
|
|
|
26639
26029
|
"module": "src/foundation-element/foundation-element.ts"
|
|
26640
26030
|
}
|
|
26641
26031
|
}
|
|
26642
|
-
],
|
|
26643
|
-
"events": [
|
|
26644
|
-
{
|
|
26645
|
-
"description": "Fired when the built cron expression changes",
|
|
26646
|
-
"name": "change",
|
|
26647
|
-
"inheritedFrom": {
|
|
26648
|
-
"name": "SchedulerCronBuilder",
|
|
26649
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
26650
|
-
}
|
|
26651
|
-
}
|
|
26652
26032
|
]
|
|
26653
26033
|
},
|
|
26654
26034
|
{
|
|
@@ -26929,16 +26309,6 @@
|
|
|
26929
26309
|
"module": "src/foundation-element/foundation-element.ts"
|
|
26930
26310
|
}
|
|
26931
26311
|
}
|
|
26932
|
-
],
|
|
26933
|
-
"events": [
|
|
26934
|
-
{
|
|
26935
|
-
"description": "Fired when the timezone value changes",
|
|
26936
|
-
"name": "change",
|
|
26937
|
-
"inheritedFrom": {
|
|
26938
|
-
"name": "SchedulerTimezone",
|
|
26939
|
-
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
26940
|
-
}
|
|
26941
|
-
}
|
|
26942
26312
|
]
|
|
26943
26313
|
},
|
|
26944
26314
|
{
|
|
@@ -28150,19 +27520,11 @@
|
|
|
28150
27520
|
"type": {
|
|
28151
27521
|
"text": "Event"
|
|
28152
27522
|
},
|
|
28153
|
-
"description": "
|
|
27523
|
+
"description": "Fires a custom 'change' event when the value updates",
|
|
28154
27524
|
"inheritedFrom": {
|
|
28155
27525
|
"name": "Combobox",
|
|
28156
27526
|
"module": "src/combobox/combobox.ts"
|
|
28157
27527
|
}
|
|
28158
|
-
},
|
|
28159
|
-
{
|
|
28160
|
-
"description": "Fired when the input is cleared by the user",
|
|
28161
|
-
"name": "inputdeleted",
|
|
28162
|
-
"inheritedFrom": {
|
|
28163
|
-
"name": "SearchBarCombobox",
|
|
28164
|
-
"module": "src/search-bar/search-bar-combobox.ts"
|
|
28165
|
-
}
|
|
28166
27528
|
}
|
|
28167
27529
|
]
|
|
28168
27530
|
},
|
|
@@ -28712,16 +28074,6 @@
|
|
|
28712
28074
|
"module": "src/foundation-element/foundation-element.ts"
|
|
28713
28075
|
}
|
|
28714
28076
|
}
|
|
28715
|
-
],
|
|
28716
|
-
"events": [
|
|
28717
|
-
{
|
|
28718
|
-
"description": "Fired when the selected search options change",
|
|
28719
|
-
"name": "selectionChange",
|
|
28720
|
-
"inheritedFrom": {
|
|
28721
|
-
"name": "SearchBar",
|
|
28722
|
-
"module": "src/search-bar/search-bar.ts"
|
|
28723
|
-
}
|
|
28724
|
-
}
|
|
28725
28077
|
]
|
|
28726
28078
|
},
|
|
28727
28079
|
{
|
|
@@ -29603,40 +28955,6 @@
|
|
|
29603
28955
|
"module": "src/foundation-element/foundation-element.ts"
|
|
29604
28956
|
}
|
|
29605
28957
|
}
|
|
29606
|
-
],
|
|
29607
|
-
"events": [
|
|
29608
|
-
{
|
|
29609
|
-
"description": "Fired when a child state event is re-dispatched with an inferred section name",
|
|
29610
|
-
"name": "section-navigator-set-state",
|
|
29611
|
-
"inheritedFrom": {
|
|
29612
|
-
"name": "SectionNavigator",
|
|
29613
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29614
|
-
}
|
|
29615
|
-
},
|
|
29616
|
-
{
|
|
29617
|
-
"description": "Fired when a child state event is re-dispatched with an inferred section name",
|
|
29618
|
-
"name": "section-navigator-set-states",
|
|
29619
|
-
"inheritedFrom": {
|
|
29620
|
-
"name": "SectionNavigator",
|
|
29621
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29622
|
-
}
|
|
29623
|
-
},
|
|
29624
|
-
{
|
|
29625
|
-
"description": "Fired when a child state event is re-dispatched with an inferred section name",
|
|
29626
|
-
"name": "section-navigator-clear-state",
|
|
29627
|
-
"inheritedFrom": {
|
|
29628
|
-
"name": "SectionNavigator",
|
|
29629
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29630
|
-
}
|
|
29631
|
-
},
|
|
29632
|
-
{
|
|
29633
|
-
"description": "Fired when a child state event is re-dispatched with an inferred section name",
|
|
29634
|
-
"name": "section-navigator-clear-all-states",
|
|
29635
|
-
"inheritedFrom": {
|
|
29636
|
-
"name": "SectionNavigator",
|
|
29637
|
-
"module": "src/section-navigator/section-navigator.ts"
|
|
29638
|
-
}
|
|
29639
|
-
}
|
|
29640
28958
|
]
|
|
29641
28959
|
},
|
|
29642
28960
|
{
|
|
@@ -29786,513 +29104,11 @@
|
|
|
29786
29104
|
},
|
|
29787
29105
|
"tagName": "%%prefix%%-segmented-control",
|
|
29788
29106
|
"customElement": true,
|
|
29789
|
-
"attributes": [
|
|
29790
|
-
{
|
|
29791
|
-
"name": "readonly",
|
|
29792
|
-
"type": {
|
|
29793
|
-
"text": "boolean"
|
|
29794
|
-
},
|
|
29795
|
-
"description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
29796
|
-
"fieldName": "readOnly",
|
|
29797
|
-
"inheritedFrom": {
|
|
29798
|
-
"name": "SegmentedControl",
|
|
29799
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29800
|
-
}
|
|
29801
|
-
},
|
|
29802
|
-
{
|
|
29803
|
-
"name": "disabled",
|
|
29804
|
-
"type": {
|
|
29805
|
-
"text": "boolean"
|
|
29806
|
-
},
|
|
29807
|
-
"description": "Disables the radio group and child radios.",
|
|
29808
|
-
"fieldName": "disabled",
|
|
29809
|
-
"inheritedFrom": {
|
|
29810
|
-
"name": "SegmentedControl",
|
|
29811
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29812
|
-
}
|
|
29813
|
-
},
|
|
29814
|
-
{
|
|
29815
|
-
"name": "name",
|
|
29816
|
-
"type": {
|
|
29817
|
-
"text": "string"
|
|
29818
|
-
},
|
|
29819
|
-
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
29820
|
-
"fieldName": "name",
|
|
29821
|
-
"inheritedFrom": {
|
|
29822
|
-
"name": "SegmentedControl",
|
|
29823
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29824
|
-
}
|
|
29825
|
-
},
|
|
29826
|
-
{
|
|
29827
|
-
"name": "value",
|
|
29828
|
-
"type": {
|
|
29829
|
-
"text": "string"
|
|
29830
|
-
},
|
|
29831
|
-
"description": "The value of the checked radio",
|
|
29832
|
-
"fieldName": "value",
|
|
29833
|
-
"inheritedFrom": {
|
|
29834
|
-
"name": "SegmentedControl",
|
|
29835
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29836
|
-
}
|
|
29837
|
-
},
|
|
29838
|
-
{
|
|
29839
|
-
"name": "orientation",
|
|
29840
|
-
"type": {
|
|
29841
|
-
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
29842
|
-
},
|
|
29843
|
-
"description": "The orientation of the group",
|
|
29844
|
-
"fieldName": "orientation",
|
|
29845
|
-
"inheritedFrom": {
|
|
29846
|
-
"name": "SegmentedControl",
|
|
29847
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29848
|
-
}
|
|
29849
|
-
}
|
|
29850
|
-
],
|
|
29851
29107
|
"members": [
|
|
29852
29108
|
{
|
|
29853
29109
|
"kind": "method",
|
|
29854
29110
|
"name": "valueChanged",
|
|
29855
29111
|
"privacy": "protected",
|
|
29856
|
-
"return": {
|
|
29857
|
-
"type": {
|
|
29858
|
-
"text": "void"
|
|
29859
|
-
}
|
|
29860
|
-
},
|
|
29861
|
-
"inheritedFrom": {
|
|
29862
|
-
"name": "SegmentedControl",
|
|
29863
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29864
|
-
}
|
|
29865
|
-
},
|
|
29866
|
-
{
|
|
29867
|
-
"kind": "field",
|
|
29868
|
-
"name": "readOnly",
|
|
29869
|
-
"type": {
|
|
29870
|
-
"text": "boolean"
|
|
29871
|
-
},
|
|
29872
|
-
"privacy": "public",
|
|
29873
|
-
"description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
29874
|
-
"inheritedFrom": {
|
|
29875
|
-
"name": "SegmentedControl",
|
|
29876
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29877
|
-
}
|
|
29878
|
-
},
|
|
29879
|
-
{
|
|
29880
|
-
"kind": "method",
|
|
29881
|
-
"name": "readOnlyChanged",
|
|
29882
|
-
"privacy": "private",
|
|
29883
|
-
"return": {
|
|
29884
|
-
"type": {
|
|
29885
|
-
"text": "void"
|
|
29886
|
-
}
|
|
29887
|
-
},
|
|
29888
|
-
"inheritedFrom": {
|
|
29889
|
-
"name": "SegmentedControl",
|
|
29890
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29891
|
-
}
|
|
29892
|
-
},
|
|
29893
|
-
{
|
|
29894
|
-
"kind": "field",
|
|
29895
|
-
"name": "disabled",
|
|
29896
|
-
"type": {
|
|
29897
|
-
"text": "boolean"
|
|
29898
|
-
},
|
|
29899
|
-
"privacy": "public",
|
|
29900
|
-
"description": "Disables the radio group and child radios.",
|
|
29901
|
-
"inheritedFrom": {
|
|
29902
|
-
"name": "SegmentedControl",
|
|
29903
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29904
|
-
}
|
|
29905
|
-
},
|
|
29906
|
-
{
|
|
29907
|
-
"kind": "method",
|
|
29908
|
-
"name": "disabledChanged",
|
|
29909
|
-
"privacy": "private",
|
|
29910
|
-
"return": {
|
|
29911
|
-
"type": {
|
|
29912
|
-
"text": "void"
|
|
29913
|
-
}
|
|
29914
|
-
},
|
|
29915
|
-
"inheritedFrom": {
|
|
29916
|
-
"name": "SegmentedControl",
|
|
29917
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29918
|
-
}
|
|
29919
|
-
},
|
|
29920
|
-
{
|
|
29921
|
-
"kind": "field",
|
|
29922
|
-
"name": "name",
|
|
29923
|
-
"type": {
|
|
29924
|
-
"text": "string"
|
|
29925
|
-
},
|
|
29926
|
-
"privacy": "public",
|
|
29927
|
-
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
29928
|
-
"inheritedFrom": {
|
|
29929
|
-
"name": "SegmentedControl",
|
|
29930
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29931
|
-
}
|
|
29932
|
-
},
|
|
29933
|
-
{
|
|
29934
|
-
"kind": "method",
|
|
29935
|
-
"name": "nameChanged",
|
|
29936
|
-
"privacy": "protected",
|
|
29937
|
-
"return": {
|
|
29938
|
-
"type": {
|
|
29939
|
-
"text": "void"
|
|
29940
|
-
}
|
|
29941
|
-
},
|
|
29942
|
-
"inheritedFrom": {
|
|
29943
|
-
"name": "SegmentedControl",
|
|
29944
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29945
|
-
}
|
|
29946
|
-
},
|
|
29947
|
-
{
|
|
29948
|
-
"kind": "field",
|
|
29949
|
-
"name": "value",
|
|
29950
|
-
"type": {
|
|
29951
|
-
"text": "string"
|
|
29952
|
-
},
|
|
29953
|
-
"privacy": "public",
|
|
29954
|
-
"description": "The value of the checked radio",
|
|
29955
|
-
"inheritedFrom": {
|
|
29956
|
-
"name": "SegmentedControl",
|
|
29957
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29958
|
-
}
|
|
29959
|
-
},
|
|
29960
|
-
{
|
|
29961
|
-
"kind": "field",
|
|
29962
|
-
"name": "orientation",
|
|
29963
|
-
"type": {
|
|
29964
|
-
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
29965
|
-
},
|
|
29966
|
-
"privacy": "public",
|
|
29967
|
-
"description": "The orientation of the group",
|
|
29968
|
-
"inheritedFrom": {
|
|
29969
|
-
"name": "SegmentedControl",
|
|
29970
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29971
|
-
}
|
|
29972
|
-
},
|
|
29973
|
-
{
|
|
29974
|
-
"kind": "field",
|
|
29975
|
-
"name": "childItems",
|
|
29976
|
-
"type": {
|
|
29977
|
-
"text": "HTMLElement[]"
|
|
29978
|
-
},
|
|
29979
|
-
"privacy": "public",
|
|
29980
|
-
"inheritedFrom": {
|
|
29981
|
-
"name": "SegmentedControl",
|
|
29982
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29983
|
-
}
|
|
29984
|
-
},
|
|
29985
|
-
{
|
|
29986
|
-
"kind": "method",
|
|
29987
|
-
"name": "slottedRadioButtonsChanged",
|
|
29988
|
-
"privacy": "private",
|
|
29989
|
-
"return": {
|
|
29990
|
-
"type": {
|
|
29991
|
-
"text": "void"
|
|
29992
|
-
}
|
|
29993
|
-
},
|
|
29994
|
-
"parameters": [
|
|
29995
|
-
{
|
|
29996
|
-
"name": "oldValue",
|
|
29997
|
-
"type": {
|
|
29998
|
-
"text": "unknown"
|
|
29999
|
-
}
|
|
30000
|
-
},
|
|
30001
|
-
{
|
|
30002
|
-
"name": "newValue",
|
|
30003
|
-
"type": {
|
|
30004
|
-
"text": "HTMLElement[]"
|
|
30005
|
-
}
|
|
30006
|
-
}
|
|
30007
|
-
],
|
|
30008
|
-
"inheritedFrom": {
|
|
30009
|
-
"name": "SegmentedControl",
|
|
30010
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30011
|
-
}
|
|
30012
|
-
},
|
|
30013
|
-
{
|
|
30014
|
-
"kind": "field",
|
|
30015
|
-
"name": "selectedRadio",
|
|
30016
|
-
"type": {
|
|
30017
|
-
"text": "HTMLInputElement | null"
|
|
30018
|
-
},
|
|
30019
|
-
"privacy": "private",
|
|
30020
|
-
"inheritedFrom": {
|
|
30021
|
-
"name": "SegmentedControl",
|
|
30022
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30023
|
-
}
|
|
30024
|
-
},
|
|
30025
|
-
{
|
|
30026
|
-
"kind": "field",
|
|
30027
|
-
"name": "focusedRadio",
|
|
30028
|
-
"type": {
|
|
30029
|
-
"text": "HTMLInputElement | null"
|
|
30030
|
-
},
|
|
30031
|
-
"privacy": "private",
|
|
30032
|
-
"inheritedFrom": {
|
|
30033
|
-
"name": "SegmentedControl",
|
|
30034
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30035
|
-
}
|
|
30036
|
-
},
|
|
30037
|
-
{
|
|
30038
|
-
"kind": "field",
|
|
30039
|
-
"name": "direction",
|
|
30040
|
-
"type": {
|
|
30041
|
-
"text": "Direction"
|
|
30042
|
-
},
|
|
30043
|
-
"privacy": "private",
|
|
30044
|
-
"inheritedFrom": {
|
|
30045
|
-
"name": "SegmentedControl",
|
|
30046
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30047
|
-
}
|
|
30048
|
-
},
|
|
30049
|
-
{
|
|
30050
|
-
"kind": "field",
|
|
30051
|
-
"name": "parentToolbar",
|
|
30052
|
-
"type": {
|
|
30053
|
-
"text": "HTMLElement | null"
|
|
30054
|
-
},
|
|
30055
|
-
"privacy": "private",
|
|
30056
|
-
"inheritedFrom": {
|
|
30057
|
-
"name": "SegmentedControl",
|
|
30058
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30059
|
-
}
|
|
30060
|
-
},
|
|
30061
|
-
{
|
|
30062
|
-
"kind": "field",
|
|
30063
|
-
"name": "isInsideToolbar",
|
|
30064
|
-
"type": {
|
|
30065
|
-
"text": "boolean"
|
|
30066
|
-
},
|
|
30067
|
-
"privacy": "private",
|
|
30068
|
-
"inheritedFrom": {
|
|
30069
|
-
"name": "SegmentedControl",
|
|
30070
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30071
|
-
}
|
|
30072
|
-
},
|
|
30073
|
-
{
|
|
30074
|
-
"kind": "field",
|
|
30075
|
-
"name": "isInsideFoundationToolbar",
|
|
30076
|
-
"type": {
|
|
30077
|
-
"text": "boolean"
|
|
30078
|
-
},
|
|
30079
|
-
"privacy": "private",
|
|
30080
|
-
"inheritedFrom": {
|
|
30081
|
-
"name": "SegmentedControl",
|
|
30082
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30083
|
-
}
|
|
30084
|
-
},
|
|
30085
|
-
{
|
|
30086
|
-
"kind": "method",
|
|
30087
|
-
"name": "setupRadioButtons",
|
|
30088
|
-
"privacy": "private",
|
|
30089
|
-
"return": {
|
|
30090
|
-
"type": {
|
|
30091
|
-
"text": "void"
|
|
30092
|
-
}
|
|
30093
|
-
},
|
|
30094
|
-
"inheritedFrom": {
|
|
30095
|
-
"name": "SegmentedControl",
|
|
30096
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30097
|
-
}
|
|
30098
|
-
},
|
|
30099
|
-
{
|
|
30100
|
-
"kind": "field",
|
|
30101
|
-
"name": "radioChangeHandler",
|
|
30102
|
-
"privacy": "private",
|
|
30103
|
-
"inheritedFrom": {
|
|
30104
|
-
"name": "SegmentedControl",
|
|
30105
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30106
|
-
}
|
|
30107
|
-
},
|
|
30108
|
-
{
|
|
30109
|
-
"kind": "field",
|
|
30110
|
-
"name": "moveToRadioByIndex",
|
|
30111
|
-
"privacy": "private",
|
|
30112
|
-
"inheritedFrom": {
|
|
30113
|
-
"name": "SegmentedControl",
|
|
30114
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30115
|
-
}
|
|
30116
|
-
},
|
|
30117
|
-
{
|
|
30118
|
-
"kind": "field",
|
|
30119
|
-
"name": "moveRightOffGroup",
|
|
30120
|
-
"privacy": "private",
|
|
30121
|
-
"inheritedFrom": {
|
|
30122
|
-
"name": "SegmentedControl",
|
|
30123
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30124
|
-
}
|
|
30125
|
-
},
|
|
30126
|
-
{
|
|
30127
|
-
"kind": "field",
|
|
30128
|
-
"name": "moveLeftOffGroup",
|
|
30129
|
-
"privacy": "private",
|
|
30130
|
-
"inheritedFrom": {
|
|
30131
|
-
"name": "SegmentedControl",
|
|
30132
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30133
|
-
}
|
|
30134
|
-
},
|
|
30135
|
-
{
|
|
30136
|
-
"kind": "field",
|
|
30137
|
-
"name": "shouldMoveOffGroupToTheRight",
|
|
30138
|
-
"privacy": "private",
|
|
30139
|
-
"inheritedFrom": {
|
|
30140
|
-
"name": "SegmentedControl",
|
|
30141
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30142
|
-
}
|
|
30143
|
-
},
|
|
30144
|
-
{
|
|
30145
|
-
"kind": "field",
|
|
30146
|
-
"name": "shouldMoveOffGroupToTheLeft",
|
|
30147
|
-
"privacy": "private",
|
|
30148
|
-
"inheritedFrom": {
|
|
30149
|
-
"name": "SegmentedControl",
|
|
30150
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30151
|
-
}
|
|
30152
|
-
},
|
|
30153
|
-
{
|
|
30154
|
-
"kind": "field",
|
|
30155
|
-
"name": "checkFocusedRadio",
|
|
30156
|
-
"privacy": "private",
|
|
30157
|
-
"inheritedFrom": {
|
|
30158
|
-
"name": "SegmentedControl",
|
|
30159
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30160
|
-
}
|
|
30161
|
-
},
|
|
30162
|
-
{
|
|
30163
|
-
"kind": "field",
|
|
30164
|
-
"name": "moveRight",
|
|
30165
|
-
"privacy": "private",
|
|
30166
|
-
"inheritedFrom": {
|
|
30167
|
-
"name": "SegmentedControl",
|
|
30168
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30169
|
-
}
|
|
30170
|
-
},
|
|
30171
|
-
{
|
|
30172
|
-
"kind": "field",
|
|
30173
|
-
"name": "moveLeft",
|
|
30174
|
-
"privacy": "private",
|
|
30175
|
-
"inheritedFrom": {
|
|
30176
|
-
"name": "SegmentedControl",
|
|
30177
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30178
|
-
}
|
|
30179
|
-
},
|
|
30180
|
-
{
|
|
30181
|
-
"kind": "field",
|
|
30182
|
-
"name": "_presentation",
|
|
30183
|
-
"type": {
|
|
30184
|
-
"text": "ComponentPresentation | null | undefined"
|
|
30185
|
-
},
|
|
30186
|
-
"privacy": "private",
|
|
30187
|
-
"default": "void 0",
|
|
30188
|
-
"inheritedFrom": {
|
|
30189
|
-
"name": "SegmentedControl",
|
|
30190
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30191
|
-
}
|
|
30192
|
-
},
|
|
30193
|
-
{
|
|
30194
|
-
"kind": "field",
|
|
30195
|
-
"name": "$presentation",
|
|
30196
|
-
"type": {
|
|
30197
|
-
"text": "ComponentPresentation | null"
|
|
30198
|
-
},
|
|
30199
|
-
"privacy": "public",
|
|
30200
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
30201
|
-
"inheritedFrom": {
|
|
30202
|
-
"name": "SegmentedControl",
|
|
30203
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30204
|
-
}
|
|
30205
|
-
},
|
|
30206
|
-
{
|
|
30207
|
-
"kind": "field",
|
|
30208
|
-
"name": "template",
|
|
30209
|
-
"type": {
|
|
30210
|
-
"text": "ElementViewTemplate | void | null"
|
|
30211
|
-
},
|
|
30212
|
-
"privacy": "public",
|
|
30213
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
30214
|
-
"inheritedFrom": {
|
|
30215
|
-
"name": "SegmentedControl",
|
|
30216
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30217
|
-
}
|
|
30218
|
-
},
|
|
30219
|
-
{
|
|
30220
|
-
"kind": "method",
|
|
30221
|
-
"name": "templateChanged",
|
|
30222
|
-
"privacy": "protected",
|
|
30223
|
-
"return": {
|
|
30224
|
-
"type": {
|
|
30225
|
-
"text": "void"
|
|
30226
|
-
}
|
|
30227
|
-
},
|
|
30228
|
-
"inheritedFrom": {
|
|
30229
|
-
"name": "SegmentedControl",
|
|
30230
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30231
|
-
}
|
|
30232
|
-
},
|
|
30233
|
-
{
|
|
30234
|
-
"kind": "field",
|
|
30235
|
-
"name": "styles",
|
|
30236
|
-
"type": {
|
|
30237
|
-
"text": "ElementStyles | void | null"
|
|
30238
|
-
},
|
|
30239
|
-
"privacy": "public",
|
|
30240
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
30241
|
-
"inheritedFrom": {
|
|
30242
|
-
"name": "SegmentedControl",
|
|
30243
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30244
|
-
}
|
|
30245
|
-
},
|
|
30246
|
-
{
|
|
30247
|
-
"kind": "method",
|
|
30248
|
-
"name": "stylesChanged",
|
|
30249
|
-
"privacy": "protected",
|
|
30250
|
-
"return": {
|
|
30251
|
-
"type": {
|
|
30252
|
-
"text": "void"
|
|
30253
|
-
}
|
|
30254
|
-
},
|
|
30255
|
-
"inheritedFrom": {
|
|
30256
|
-
"name": "SegmentedControl",
|
|
30257
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30258
|
-
}
|
|
30259
|
-
},
|
|
30260
|
-
{
|
|
30261
|
-
"kind": "method",
|
|
30262
|
-
"name": "compose",
|
|
30263
|
-
"privacy": "public",
|
|
30264
|
-
"static": true,
|
|
30265
|
-
"return": {
|
|
30266
|
-
"type": {
|
|
30267
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
30268
|
-
}
|
|
30269
|
-
},
|
|
30270
|
-
"parameters": [
|
|
30271
|
-
{
|
|
30272
|
-
"name": "this",
|
|
30273
|
-
"type": {
|
|
30274
|
-
"text": "K"
|
|
30275
|
-
}
|
|
30276
|
-
},
|
|
30277
|
-
{
|
|
30278
|
-
"name": "elementDefinition",
|
|
30279
|
-
"type": {
|
|
30280
|
-
"text": "T"
|
|
30281
|
-
},
|
|
30282
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
30283
|
-
}
|
|
30284
|
-
],
|
|
30285
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
30286
|
-
"inheritedFrom": {
|
|
30287
|
-
"name": "SegmentedControl",
|
|
30288
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30289
|
-
}
|
|
30290
|
-
}
|
|
30291
|
-
],
|
|
30292
|
-
"events": [
|
|
30293
|
-
{
|
|
30294
|
-
"description": "Fires a custom 'change' event when the value changes",
|
|
30295
|
-
"name": "change",
|
|
30296
29112
|
"inheritedFrom": {
|
|
30297
29113
|
"name": "SegmentedControl",
|
|
30298
29114
|
"module": "src/segmented-control/segmented-control.ts"
|
|
@@ -33113,14 +31929,6 @@
|
|
|
33113
31929
|
"name": "Snackbar",
|
|
33114
31930
|
"module": "src/snackbar/snackbar.ts"
|
|
33115
31931
|
}
|
|
33116
|
-
},
|
|
33117
|
-
{
|
|
33118
|
-
"description": "Fired when the snackbar auto-closes after its animation; detail is the identifier",
|
|
33119
|
-
"name": "autoDismiss",
|
|
33120
|
-
"inheritedFrom": {
|
|
33121
|
-
"name": "Snackbar",
|
|
33122
|
-
"module": "src/snackbar/snackbar.ts"
|
|
33123
|
-
}
|
|
33124
31932
|
}
|
|
33125
31933
|
]
|
|
33126
31934
|
},
|
|
@@ -34878,48 +33686,6 @@
|
|
|
34878
33686
|
"module": "src/foundation-element/foundation-element.ts"
|
|
34879
33687
|
}
|
|
34880
33688
|
}
|
|
34881
|
-
],
|
|
34882
|
-
"events": [
|
|
34883
|
-
{
|
|
34884
|
-
"description": "Fired when a step tab is activated",
|
|
34885
|
-
"name": "step-click",
|
|
34886
|
-
"inheritedFrom": {
|
|
34887
|
-
"name": "Stepper",
|
|
34888
|
-
"module": "src/stepper/stepper.ts"
|
|
34889
|
-
}
|
|
34890
|
-
},
|
|
34891
|
-
{
|
|
34892
|
-
"description": "Fired when advancing fails validation",
|
|
34893
|
-
"name": "validation-failure",
|
|
34894
|
-
"inheritedFrom": {
|
|
34895
|
-
"name": "Stepper",
|
|
34896
|
-
"module": "src/stepper/stepper.ts"
|
|
34897
|
-
}
|
|
34898
|
-
},
|
|
34899
|
-
{
|
|
34900
|
-
"description": "Fired when the final step is submitted",
|
|
34901
|
-
"name": "submit",
|
|
34902
|
-
"inheritedFrom": {
|
|
34903
|
-
"name": "Stepper",
|
|
34904
|
-
"module": "src/stepper/stepper.ts"
|
|
34905
|
-
}
|
|
34906
|
-
},
|
|
34907
|
-
{
|
|
34908
|
-
"description": "Fired when validation succeeds before advancing",
|
|
34909
|
-
"name": "next-step",
|
|
34910
|
-
"inheritedFrom": {
|
|
34911
|
-
"name": "Stepper",
|
|
34912
|
-
"module": "src/stepper/stepper.ts"
|
|
34913
|
-
}
|
|
34914
|
-
},
|
|
34915
|
-
{
|
|
34916
|
-
"description": "Fired when validation succeeds before advancing",
|
|
34917
|
-
"name": "validation-success",
|
|
34918
|
-
"inheritedFrom": {
|
|
34919
|
-
"name": "Stepper",
|
|
34920
|
-
"module": "src/stepper/stepper.ts"
|
|
34921
|
-
}
|
|
34922
|
-
}
|
|
34923
33689
|
]
|
|
34924
33690
|
},
|
|
34925
33691
|
{
|
|
@@ -35336,16 +34102,6 @@
|
|
|
35336
34102
|
"module": "src/foundation-element/foundation-element.ts"
|
|
35337
34103
|
}
|
|
35338
34104
|
}
|
|
35339
|
-
],
|
|
35340
|
-
"events": [
|
|
35341
|
-
{
|
|
35342
|
-
"description": "Fired when the tab is clicked; detail is the zero-based step index",
|
|
35343
|
-
"name": "tab-clicked",
|
|
35344
|
-
"inheritedFrom": {
|
|
35345
|
-
"name": "StepperTab",
|
|
35346
|
-
"module": "src/stepper-tab/stepper-tab.ts"
|
|
35347
|
-
}
|
|
35348
|
-
}
|
|
35349
34105
|
]
|
|
35350
34106
|
},
|
|
35351
34107
|
{
|
|
@@ -39963,288 +38719,7 @@
|
|
|
39963
38719
|
"package": "@genesislcap/foundation-ui"
|
|
39964
38720
|
},
|
|
39965
38721
|
"tagName": "%%prefix%%-tree-view",
|
|
39966
|
-
"customElement": true
|
|
39967
|
-
"attributes": [
|
|
39968
|
-
{
|
|
39969
|
-
"name": "render-collapsed-nodes",
|
|
39970
|
-
"type": {
|
|
39971
|
-
"text": "boolean"
|
|
39972
|
-
},
|
|
39973
|
-
"description": "/**\n When true, the control will be appear expanded by user interaction.",
|
|
39974
|
-
"fieldName": "renderCollapsedNodes",
|
|
39975
|
-
"inheritedFrom": {
|
|
39976
|
-
"name": "TreeView",
|
|
39977
|
-
"module": "src/tree-view/tree-view.ts"
|
|
39978
|
-
}
|
|
39979
|
-
}
|
|
39980
|
-
],
|
|
39981
|
-
"members": [
|
|
39982
|
-
{
|
|
39983
|
-
"kind": "field",
|
|
39984
|
-
"name": "renderCollapsedNodes",
|
|
39985
|
-
"type": {
|
|
39986
|
-
"text": "boolean"
|
|
39987
|
-
},
|
|
39988
|
-
"privacy": "public",
|
|
39989
|
-
"description": "/**\n When true, the control will be appear expanded by user interaction.",
|
|
39990
|
-
"inheritedFrom": {
|
|
39991
|
-
"name": "TreeView",
|
|
39992
|
-
"module": "src/tree-view/tree-view.ts"
|
|
39993
|
-
}
|
|
39994
|
-
},
|
|
39995
|
-
{
|
|
39996
|
-
"kind": "field",
|
|
39997
|
-
"name": "currentSelected",
|
|
39998
|
-
"type": {
|
|
39999
|
-
"text": "HTMLElement | TreeItem | null"
|
|
40000
|
-
},
|
|
40001
|
-
"privacy": "public",
|
|
40002
|
-
"description": "The currently selected tree item",
|
|
40003
|
-
"inheritedFrom": {
|
|
40004
|
-
"name": "TreeView",
|
|
40005
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40006
|
-
}
|
|
40007
|
-
},
|
|
40008
|
-
{
|
|
40009
|
-
"kind": "method",
|
|
40010
|
-
"name": "slottedTreeItemsChanged",
|
|
40011
|
-
"privacy": "private",
|
|
40012
|
-
"return": {
|
|
40013
|
-
"type": {
|
|
40014
|
-
"text": "void"
|
|
40015
|
-
}
|
|
40016
|
-
},
|
|
40017
|
-
"inheritedFrom": {
|
|
40018
|
-
"name": "TreeView",
|
|
40019
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40020
|
-
}
|
|
40021
|
-
},
|
|
40022
|
-
{
|
|
40023
|
-
"kind": "field",
|
|
40024
|
-
"name": "nested",
|
|
40025
|
-
"type": {
|
|
40026
|
-
"text": "boolean"
|
|
40027
|
-
},
|
|
40028
|
-
"privacy": "private",
|
|
40029
|
-
"inheritedFrom": {
|
|
40030
|
-
"name": "TreeView",
|
|
40031
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40032
|
-
}
|
|
40033
|
-
},
|
|
40034
|
-
{
|
|
40035
|
-
"kind": "method",
|
|
40036
|
-
"name": "focusNextNode",
|
|
40037
|
-
"privacy": "private",
|
|
40038
|
-
"return": {
|
|
40039
|
-
"type": {
|
|
40040
|
-
"text": "void"
|
|
40041
|
-
}
|
|
40042
|
-
},
|
|
40043
|
-
"parameters": [
|
|
40044
|
-
{
|
|
40045
|
-
"name": "delta",
|
|
40046
|
-
"type": {
|
|
40047
|
-
"text": "number"
|
|
40048
|
-
}
|
|
40049
|
-
},
|
|
40050
|
-
{
|
|
40051
|
-
"name": "item",
|
|
40052
|
-
"type": {
|
|
40053
|
-
"text": "TreeItem"
|
|
40054
|
-
}
|
|
40055
|
-
}
|
|
40056
|
-
],
|
|
40057
|
-
"description": "Move focus to a tree item based on its offset from the provided item",
|
|
40058
|
-
"inheritedFrom": {
|
|
40059
|
-
"name": "TreeView",
|
|
40060
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40061
|
-
}
|
|
40062
|
-
},
|
|
40063
|
-
{
|
|
40064
|
-
"kind": "field",
|
|
40065
|
-
"name": "setItems",
|
|
40066
|
-
"privacy": "private",
|
|
40067
|
-
"description": "Updates the tree view when slottedTreeItems changes",
|
|
40068
|
-
"inheritedFrom": {
|
|
40069
|
-
"name": "TreeView",
|
|
40070
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40071
|
-
}
|
|
40072
|
-
},
|
|
40073
|
-
{
|
|
40074
|
-
"kind": "method",
|
|
40075
|
-
"name": "getValidFocusableItem",
|
|
40076
|
-
"privacy": "private",
|
|
40077
|
-
"return": {
|
|
40078
|
-
"type": {
|
|
40079
|
-
"text": "null | HTMLElement | TreeItem"
|
|
40080
|
-
}
|
|
40081
|
-
},
|
|
40082
|
-
"description": "checks if there are any nested tree items",
|
|
40083
|
-
"inheritedFrom": {
|
|
40084
|
-
"name": "TreeView",
|
|
40085
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40086
|
-
}
|
|
40087
|
-
},
|
|
40088
|
-
{
|
|
40089
|
-
"kind": "method",
|
|
40090
|
-
"name": "checkForNestedItems",
|
|
40091
|
-
"privacy": "private",
|
|
40092
|
-
"return": {
|
|
40093
|
-
"type": {
|
|
40094
|
-
"text": "boolean"
|
|
40095
|
-
}
|
|
40096
|
-
},
|
|
40097
|
-
"description": "checks if there are any nested tree items",
|
|
40098
|
-
"inheritedFrom": {
|
|
40099
|
-
"name": "TreeView",
|
|
40100
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40101
|
-
}
|
|
40102
|
-
},
|
|
40103
|
-
{
|
|
40104
|
-
"kind": "field",
|
|
40105
|
-
"name": "isFocusableElement",
|
|
40106
|
-
"privacy": "private",
|
|
40107
|
-
"description": "check if the item is focusable",
|
|
40108
|
-
"inheritedFrom": {
|
|
40109
|
-
"name": "TreeView",
|
|
40110
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40111
|
-
}
|
|
40112
|
-
},
|
|
40113
|
-
{
|
|
40114
|
-
"kind": "field",
|
|
40115
|
-
"name": "isSelectedElement",
|
|
40116
|
-
"privacy": "private",
|
|
40117
|
-
"inheritedFrom": {
|
|
40118
|
-
"name": "TreeView",
|
|
40119
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40120
|
-
}
|
|
40121
|
-
},
|
|
40122
|
-
{
|
|
40123
|
-
"kind": "method",
|
|
40124
|
-
"name": "getVisibleNodes",
|
|
40125
|
-
"privacy": "private",
|
|
40126
|
-
"return": {
|
|
40127
|
-
"type": {
|
|
40128
|
-
"text": "HTMLElement[]"
|
|
40129
|
-
}
|
|
40130
|
-
},
|
|
40131
|
-
"inheritedFrom": {
|
|
40132
|
-
"name": "TreeView",
|
|
40133
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40134
|
-
}
|
|
40135
|
-
},
|
|
40136
|
-
{
|
|
40137
|
-
"kind": "field",
|
|
40138
|
-
"name": "_presentation",
|
|
40139
|
-
"type": {
|
|
40140
|
-
"text": "ComponentPresentation | null | undefined"
|
|
40141
|
-
},
|
|
40142
|
-
"privacy": "private",
|
|
40143
|
-
"default": "void 0",
|
|
40144
|
-
"inheritedFrom": {
|
|
40145
|
-
"name": "TreeView",
|
|
40146
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40147
|
-
}
|
|
40148
|
-
},
|
|
40149
|
-
{
|
|
40150
|
-
"kind": "field",
|
|
40151
|
-
"name": "$presentation",
|
|
40152
|
-
"type": {
|
|
40153
|
-
"text": "ComponentPresentation | null"
|
|
40154
|
-
},
|
|
40155
|
-
"privacy": "public",
|
|
40156
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
40157
|
-
"inheritedFrom": {
|
|
40158
|
-
"name": "TreeView",
|
|
40159
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40160
|
-
}
|
|
40161
|
-
},
|
|
40162
|
-
{
|
|
40163
|
-
"kind": "field",
|
|
40164
|
-
"name": "template",
|
|
40165
|
-
"type": {
|
|
40166
|
-
"text": "ElementViewTemplate | void | null"
|
|
40167
|
-
},
|
|
40168
|
-
"privacy": "public",
|
|
40169
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
40170
|
-
"inheritedFrom": {
|
|
40171
|
-
"name": "TreeView",
|
|
40172
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40173
|
-
}
|
|
40174
|
-
},
|
|
40175
|
-
{
|
|
40176
|
-
"kind": "method",
|
|
40177
|
-
"name": "templateChanged",
|
|
40178
|
-
"privacy": "protected",
|
|
40179
|
-
"return": {
|
|
40180
|
-
"type": {
|
|
40181
|
-
"text": "void"
|
|
40182
|
-
}
|
|
40183
|
-
},
|
|
40184
|
-
"inheritedFrom": {
|
|
40185
|
-
"name": "TreeView",
|
|
40186
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40187
|
-
}
|
|
40188
|
-
},
|
|
40189
|
-
{
|
|
40190
|
-
"kind": "field",
|
|
40191
|
-
"name": "styles",
|
|
40192
|
-
"type": {
|
|
40193
|
-
"text": "ElementStyles | void | null"
|
|
40194
|
-
},
|
|
40195
|
-
"privacy": "public",
|
|
40196
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
40197
|
-
"inheritedFrom": {
|
|
40198
|
-
"name": "TreeView",
|
|
40199
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40200
|
-
}
|
|
40201
|
-
},
|
|
40202
|
-
{
|
|
40203
|
-
"kind": "method",
|
|
40204
|
-
"name": "stylesChanged",
|
|
40205
|
-
"privacy": "protected",
|
|
40206
|
-
"return": {
|
|
40207
|
-
"type": {
|
|
40208
|
-
"text": "void"
|
|
40209
|
-
}
|
|
40210
|
-
},
|
|
40211
|
-
"inheritedFrom": {
|
|
40212
|
-
"name": "TreeView",
|
|
40213
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40214
|
-
}
|
|
40215
|
-
},
|
|
40216
|
-
{
|
|
40217
|
-
"kind": "method",
|
|
40218
|
-
"name": "compose",
|
|
40219
|
-
"privacy": "public",
|
|
40220
|
-
"static": true,
|
|
40221
|
-
"return": {
|
|
40222
|
-
"type": {
|
|
40223
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
40224
|
-
}
|
|
40225
|
-
},
|
|
40226
|
-
"parameters": [
|
|
40227
|
-
{
|
|
40228
|
-
"name": "this",
|
|
40229
|
-
"type": {
|
|
40230
|
-
"text": "K"
|
|
40231
|
-
}
|
|
40232
|
-
},
|
|
40233
|
-
{
|
|
40234
|
-
"name": "elementDefinition",
|
|
40235
|
-
"type": {
|
|
40236
|
-
"text": "T"
|
|
40237
|
-
},
|
|
40238
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
40239
|
-
}
|
|
40240
|
-
],
|
|
40241
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
40242
|
-
"inheritedFrom": {
|
|
40243
|
-
"name": "TreeView",
|
|
40244
|
-
"module": "src/tree-view/tree-view.ts"
|
|
40245
|
-
}
|
|
40246
|
-
}
|
|
40247
|
-
]
|
|
38722
|
+
"customElement": true
|
|
40248
38723
|
},
|
|
40249
38724
|
{
|
|
40250
38725
|
"kind": "variable",
|