@genesislcap/foundation-ui 14.182.1 → 14.182.2
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 +598 -598
- package/package.json +16 -16
|
@@ -817,6 +817,51 @@
|
|
|
817
817
|
}
|
|
818
818
|
]
|
|
819
819
|
},
|
|
820
|
+
{
|
|
821
|
+
"kind": "javascript-module",
|
|
822
|
+
"path": "src/_common/icons.ts",
|
|
823
|
+
"declarations": [
|
|
824
|
+
{
|
|
825
|
+
"kind": "function",
|
|
826
|
+
"name": "closeIcon",
|
|
827
|
+
"parameters": [
|
|
828
|
+
{
|
|
829
|
+
"name": "slot",
|
|
830
|
+
"default": "'start'"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "fill",
|
|
834
|
+
"default": "'#879ba6'"
|
|
835
|
+
}
|
|
836
|
+
]
|
|
837
|
+
}
|
|
838
|
+
],
|
|
839
|
+
"exports": [
|
|
840
|
+
{
|
|
841
|
+
"kind": "js",
|
|
842
|
+
"name": "closeIcon",
|
|
843
|
+
"declaration": {
|
|
844
|
+
"name": "closeIcon",
|
|
845
|
+
"module": "src/_common/icons.ts"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"kind": "javascript-module",
|
|
852
|
+
"path": "src/_common/index.ts",
|
|
853
|
+
"declarations": [],
|
|
854
|
+
"exports": [
|
|
855
|
+
{
|
|
856
|
+
"kind": "js",
|
|
857
|
+
"name": "*",
|
|
858
|
+
"declaration": {
|
|
859
|
+
"name": "*",
|
|
860
|
+
"package": "./icons"
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
]
|
|
864
|
+
},
|
|
820
865
|
{
|
|
821
866
|
"kind": "javascript-module",
|
|
822
867
|
"path": "src/_config/index.ts",
|
|
@@ -1030,51 +1075,6 @@
|
|
|
1030
1075
|
}
|
|
1031
1076
|
]
|
|
1032
1077
|
},
|
|
1033
|
-
{
|
|
1034
|
-
"kind": "javascript-module",
|
|
1035
|
-
"path": "src/_common/icons.ts",
|
|
1036
|
-
"declarations": [
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "function",
|
|
1039
|
-
"name": "closeIcon",
|
|
1040
|
-
"parameters": [
|
|
1041
|
-
{
|
|
1042
|
-
"name": "slot",
|
|
1043
|
-
"default": "'start'"
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"name": "fill",
|
|
1047
|
-
"default": "'#879ba6'"
|
|
1048
|
-
}
|
|
1049
|
-
]
|
|
1050
|
-
}
|
|
1051
|
-
],
|
|
1052
|
-
"exports": [
|
|
1053
|
-
{
|
|
1054
|
-
"kind": "js",
|
|
1055
|
-
"name": "closeIcon",
|
|
1056
|
-
"declaration": {
|
|
1057
|
-
"name": "closeIcon",
|
|
1058
|
-
"module": "src/_common/icons.ts"
|
|
1059
|
-
}
|
|
1060
|
-
}
|
|
1061
|
-
]
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"kind": "javascript-module",
|
|
1065
|
-
"path": "src/_common/index.ts",
|
|
1066
|
-
"declarations": [],
|
|
1067
|
-
"exports": [
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "js",
|
|
1070
|
-
"name": "*",
|
|
1071
|
-
"declaration": {
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"package": "./icons"
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
]
|
|
1077
|
-
},
|
|
1078
1078
|
{
|
|
1079
1079
|
"kind": "javascript-module",
|
|
1080
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -12451,6 +12451,330 @@
|
|
|
12451
12451
|
}
|
|
12452
12452
|
]
|
|
12453
12453
|
},
|
|
12454
|
+
{
|
|
12455
|
+
"kind": "javascript-module",
|
|
12456
|
+
"path": "src/design-system-provider/design-system-provider.styles.ts",
|
|
12457
|
+
"declarations": [
|
|
12458
|
+
{
|
|
12459
|
+
"kind": "function",
|
|
12460
|
+
"name": "designSystemProviderStyles",
|
|
12461
|
+
"parameters": [
|
|
12462
|
+
{
|
|
12463
|
+
"name": "context",
|
|
12464
|
+
"type": {
|
|
12465
|
+
"text": "ElementDefinitionContext"
|
|
12466
|
+
}
|
|
12467
|
+
}
|
|
12468
|
+
]
|
|
12469
|
+
}
|
|
12470
|
+
],
|
|
12471
|
+
"exports": [
|
|
12472
|
+
{
|
|
12473
|
+
"kind": "js",
|
|
12474
|
+
"name": "designSystemProviderStyles",
|
|
12475
|
+
"declaration": {
|
|
12476
|
+
"name": "designSystemProviderStyles",
|
|
12477
|
+
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
12478
|
+
}
|
|
12479
|
+
}
|
|
12480
|
+
]
|
|
12481
|
+
},
|
|
12482
|
+
{
|
|
12483
|
+
"kind": "javascript-module",
|
|
12484
|
+
"path": "src/design-system-provider/design-system-provider.ts",
|
|
12485
|
+
"declarations": [
|
|
12486
|
+
{
|
|
12487
|
+
"kind": "class",
|
|
12488
|
+
"description": "The Foundation Design System Provider",
|
|
12489
|
+
"name": "FoundationDesignSystemProvider",
|
|
12490
|
+
"members": [
|
|
12491
|
+
{
|
|
12492
|
+
"kind": "field",
|
|
12493
|
+
"name": "cardFillColor",
|
|
12494
|
+
"type": {
|
|
12495
|
+
"text": "Swatch"
|
|
12496
|
+
},
|
|
12497
|
+
"privacy": "public"
|
|
12498
|
+
},
|
|
12499
|
+
{
|
|
12500
|
+
"kind": "field",
|
|
12501
|
+
"name": "cardForegroundColor",
|
|
12502
|
+
"type": {
|
|
12503
|
+
"text": "Swatch"
|
|
12504
|
+
},
|
|
12505
|
+
"privacy": "public"
|
|
12506
|
+
}
|
|
12507
|
+
],
|
|
12508
|
+
"attributes": [
|
|
12509
|
+
{
|
|
12510
|
+
"name": "card-fill-color",
|
|
12511
|
+
"type": {
|
|
12512
|
+
"text": "Swatch"
|
|
12513
|
+
},
|
|
12514
|
+
"fieldName": "cardFillColor"
|
|
12515
|
+
},
|
|
12516
|
+
{
|
|
12517
|
+
"name": "card-foreground-color",
|
|
12518
|
+
"type": {
|
|
12519
|
+
"text": "Swatch"
|
|
12520
|
+
},
|
|
12521
|
+
"fieldName": "cardForegroundColor"
|
|
12522
|
+
}
|
|
12523
|
+
],
|
|
12524
|
+
"superclass": {
|
|
12525
|
+
"name": "FASTDesignSystemProvider",
|
|
12526
|
+
"package": "@microsoft/fast-components"
|
|
12527
|
+
},
|
|
12528
|
+
"tagName": "%%prefix%%-design-system-provider",
|
|
12529
|
+
"customElement": true
|
|
12530
|
+
},
|
|
12531
|
+
{
|
|
12532
|
+
"kind": "variable",
|
|
12533
|
+
"name": "foundationDesignSystemProvider",
|
|
12534
|
+
"description": "The Foundation Design System Provider composed element",
|
|
12535
|
+
"privacy": "public"
|
|
12536
|
+
}
|
|
12537
|
+
],
|
|
12538
|
+
"exports": [
|
|
12539
|
+
{
|
|
12540
|
+
"kind": "js",
|
|
12541
|
+
"name": "FoundationDesignSystemProvider",
|
|
12542
|
+
"declaration": {
|
|
12543
|
+
"name": "FoundationDesignSystemProvider",
|
|
12544
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
12545
|
+
}
|
|
12546
|
+
},
|
|
12547
|
+
{
|
|
12548
|
+
"kind": "js",
|
|
12549
|
+
"name": "foundationDesignSystemProvider",
|
|
12550
|
+
"declaration": {
|
|
12551
|
+
"name": "foundationDesignSystemProvider",
|
|
12552
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
12553
|
+
}
|
|
12554
|
+
}
|
|
12555
|
+
]
|
|
12556
|
+
},
|
|
12557
|
+
{
|
|
12558
|
+
"kind": "javascript-module",
|
|
12559
|
+
"path": "src/design-system-provider/design-system-provider.utils.ts",
|
|
12560
|
+
"declarations": [
|
|
12561
|
+
{
|
|
12562
|
+
"kind": "function",
|
|
12563
|
+
"name": "provideTokens",
|
|
12564
|
+
"parameters": [
|
|
12565
|
+
{
|
|
12566
|
+
"name": "tokens"
|
|
12567
|
+
},
|
|
12568
|
+
{
|
|
12569
|
+
"name": "values"
|
|
12570
|
+
},
|
|
12571
|
+
{
|
|
12572
|
+
"name": "element",
|
|
12573
|
+
"optional": true,
|
|
12574
|
+
"type": {
|
|
12575
|
+
"text": "HTMLElement"
|
|
12576
|
+
}
|
|
12577
|
+
}
|
|
12578
|
+
]
|
|
12579
|
+
},
|
|
12580
|
+
{
|
|
12581
|
+
"kind": "function",
|
|
12582
|
+
"name": "designToken",
|
|
12583
|
+
"parameters": [
|
|
12584
|
+
{
|
|
12585
|
+
"name": "token",
|
|
12586
|
+
"type": {
|
|
12587
|
+
"text": "DesignToken<T>"
|
|
12588
|
+
}
|
|
12589
|
+
}
|
|
12590
|
+
]
|
|
12591
|
+
},
|
|
12592
|
+
{
|
|
12593
|
+
"kind": "variable",
|
|
12594
|
+
"name": "swatchConverter",
|
|
12595
|
+
"type": {
|
|
12596
|
+
"text": "ValueConverter"
|
|
12597
|
+
},
|
|
12598
|
+
"default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
|
|
12599
|
+
},
|
|
12600
|
+
{
|
|
12601
|
+
"kind": "function",
|
|
12602
|
+
"name": "paletteFromHex",
|
|
12603
|
+
"parameters": [
|
|
12604
|
+
{
|
|
12605
|
+
"name": "hexColor",
|
|
12606
|
+
"type": {
|
|
12607
|
+
"text": "string"
|
|
12608
|
+
}
|
|
12609
|
+
}
|
|
12610
|
+
]
|
|
12611
|
+
},
|
|
12612
|
+
{
|
|
12613
|
+
"kind": "function",
|
|
12614
|
+
"name": "getDefaultConfig",
|
|
12615
|
+
"parameters": [
|
|
12616
|
+
{
|
|
12617
|
+
"name": "definition",
|
|
12618
|
+
"type": {
|
|
12619
|
+
"text": "Partial<FoundationElementDefinition>"
|
|
12620
|
+
}
|
|
12621
|
+
},
|
|
12622
|
+
{
|
|
12623
|
+
"name": "exclusions",
|
|
12624
|
+
"default": "defaultExclusions"
|
|
12625
|
+
}
|
|
12626
|
+
]
|
|
12627
|
+
},
|
|
12628
|
+
{
|
|
12629
|
+
"kind": "function",
|
|
12630
|
+
"name": "getExports",
|
|
12631
|
+
"parameters": [
|
|
12632
|
+
{
|
|
12633
|
+
"name": "registrationFunction"
|
|
12634
|
+
}
|
|
12635
|
+
]
|
|
12636
|
+
},
|
|
12637
|
+
{
|
|
12638
|
+
"kind": "function",
|
|
12639
|
+
"name": "getTypeRampValue",
|
|
12640
|
+
"parameters": [
|
|
12641
|
+
{
|
|
12642
|
+
"name": "baseTypeRamp",
|
|
12643
|
+
"type": {
|
|
12644
|
+
"text": "string"
|
|
12645
|
+
}
|
|
12646
|
+
},
|
|
12647
|
+
{
|
|
12648
|
+
"name": "value",
|
|
12649
|
+
"type": {
|
|
12650
|
+
"text": "number"
|
|
12651
|
+
}
|
|
12652
|
+
}
|
|
12653
|
+
]
|
|
12654
|
+
},
|
|
12655
|
+
{
|
|
12656
|
+
"kind": "function",
|
|
12657
|
+
"name": "configureDesignSystem",
|
|
12658
|
+
"parameters": [
|
|
12659
|
+
{
|
|
12660
|
+
"name": "provider",
|
|
12661
|
+
"type": {
|
|
12662
|
+
"text": "HTMLElement"
|
|
12663
|
+
}
|
|
12664
|
+
},
|
|
12665
|
+
{
|
|
12666
|
+
"name": "config",
|
|
12667
|
+
"type": {
|
|
12668
|
+
"text": "DesignTokensConfig"
|
|
12669
|
+
}
|
|
12670
|
+
}
|
|
12671
|
+
]
|
|
12672
|
+
}
|
|
12673
|
+
],
|
|
12674
|
+
"exports": [
|
|
12675
|
+
{
|
|
12676
|
+
"kind": "js",
|
|
12677
|
+
"name": "provideTokens",
|
|
12678
|
+
"declaration": {
|
|
12679
|
+
"name": "provideTokens",
|
|
12680
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12681
|
+
}
|
|
12682
|
+
},
|
|
12683
|
+
{
|
|
12684
|
+
"kind": "js",
|
|
12685
|
+
"name": "designToken",
|
|
12686
|
+
"declaration": {
|
|
12687
|
+
"name": "designToken",
|
|
12688
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12689
|
+
}
|
|
12690
|
+
},
|
|
12691
|
+
{
|
|
12692
|
+
"kind": "js",
|
|
12693
|
+
"name": "swatchConverter",
|
|
12694
|
+
"declaration": {
|
|
12695
|
+
"name": "swatchConverter",
|
|
12696
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12697
|
+
}
|
|
12698
|
+
},
|
|
12699
|
+
{
|
|
12700
|
+
"kind": "js",
|
|
12701
|
+
"name": "paletteFromHex",
|
|
12702
|
+
"declaration": {
|
|
12703
|
+
"name": "paletteFromHex",
|
|
12704
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12705
|
+
}
|
|
12706
|
+
},
|
|
12707
|
+
{
|
|
12708
|
+
"kind": "js",
|
|
12709
|
+
"name": "getDefaultConfig",
|
|
12710
|
+
"declaration": {
|
|
12711
|
+
"name": "getDefaultConfig",
|
|
12712
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12713
|
+
}
|
|
12714
|
+
},
|
|
12715
|
+
{
|
|
12716
|
+
"kind": "js",
|
|
12717
|
+
"name": "getExports",
|
|
12718
|
+
"declaration": {
|
|
12719
|
+
"name": "getExports",
|
|
12720
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12721
|
+
}
|
|
12722
|
+
},
|
|
12723
|
+
{
|
|
12724
|
+
"kind": "js",
|
|
12725
|
+
"name": "getTypeRampValue",
|
|
12726
|
+
"declaration": {
|
|
12727
|
+
"name": "getTypeRampValue",
|
|
12728
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12729
|
+
}
|
|
12730
|
+
},
|
|
12731
|
+
{
|
|
12732
|
+
"kind": "js",
|
|
12733
|
+
"name": "configureDesignSystem",
|
|
12734
|
+
"declaration": {
|
|
12735
|
+
"name": "configureDesignSystem",
|
|
12736
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12737
|
+
}
|
|
12738
|
+
}
|
|
12739
|
+
]
|
|
12740
|
+
},
|
|
12741
|
+
{
|
|
12742
|
+
"kind": "javascript-module",
|
|
12743
|
+
"path": "src/design-system-provider/index.ts",
|
|
12744
|
+
"declarations": [],
|
|
12745
|
+
"exports": [
|
|
12746
|
+
{
|
|
12747
|
+
"kind": "js",
|
|
12748
|
+
"name": "*",
|
|
12749
|
+
"declaration": {
|
|
12750
|
+
"name": "*",
|
|
12751
|
+
"package": "./design-system-provider.utils"
|
|
12752
|
+
}
|
|
12753
|
+
},
|
|
12754
|
+
{
|
|
12755
|
+
"kind": "js",
|
|
12756
|
+
"name": "*",
|
|
12757
|
+
"declaration": {
|
|
12758
|
+
"name": "*",
|
|
12759
|
+
"package": "./design-system-provider"
|
|
12760
|
+
}
|
|
12761
|
+
},
|
|
12762
|
+
{
|
|
12763
|
+
"kind": "js",
|
|
12764
|
+
"name": "*",
|
|
12765
|
+
"declaration": {
|
|
12766
|
+
"name": "*",
|
|
12767
|
+
"package": "./types"
|
|
12768
|
+
}
|
|
12769
|
+
}
|
|
12770
|
+
]
|
|
12771
|
+
},
|
|
12772
|
+
{
|
|
12773
|
+
"kind": "javascript-module",
|
|
12774
|
+
"path": "src/design-system-provider/types.ts",
|
|
12775
|
+
"declarations": [],
|
|
12776
|
+
"exports": []
|
|
12777
|
+
},
|
|
12454
12778
|
{
|
|
12455
12779
|
"kind": "javascript-module",
|
|
12456
12780
|
"path": "src/date-picker/calendar.ts",
|
|
@@ -13397,330 +13721,6 @@
|
|
|
13397
13721
|
}
|
|
13398
13722
|
]
|
|
13399
13723
|
},
|
|
13400
|
-
{
|
|
13401
|
-
"kind": "javascript-module",
|
|
13402
|
-
"path": "src/design-system-provider/design-system-provider.styles.ts",
|
|
13403
|
-
"declarations": [
|
|
13404
|
-
{
|
|
13405
|
-
"kind": "function",
|
|
13406
|
-
"name": "designSystemProviderStyles",
|
|
13407
|
-
"parameters": [
|
|
13408
|
-
{
|
|
13409
|
-
"name": "context",
|
|
13410
|
-
"type": {
|
|
13411
|
-
"text": "ElementDefinitionContext"
|
|
13412
|
-
}
|
|
13413
|
-
}
|
|
13414
|
-
]
|
|
13415
|
-
}
|
|
13416
|
-
],
|
|
13417
|
-
"exports": [
|
|
13418
|
-
{
|
|
13419
|
-
"kind": "js",
|
|
13420
|
-
"name": "designSystemProviderStyles",
|
|
13421
|
-
"declaration": {
|
|
13422
|
-
"name": "designSystemProviderStyles",
|
|
13423
|
-
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
13424
|
-
}
|
|
13425
|
-
}
|
|
13426
|
-
]
|
|
13427
|
-
},
|
|
13428
|
-
{
|
|
13429
|
-
"kind": "javascript-module",
|
|
13430
|
-
"path": "src/design-system-provider/design-system-provider.ts",
|
|
13431
|
-
"declarations": [
|
|
13432
|
-
{
|
|
13433
|
-
"kind": "class",
|
|
13434
|
-
"description": "The Foundation Design System Provider",
|
|
13435
|
-
"name": "FoundationDesignSystemProvider",
|
|
13436
|
-
"members": [
|
|
13437
|
-
{
|
|
13438
|
-
"kind": "field",
|
|
13439
|
-
"name": "cardFillColor",
|
|
13440
|
-
"type": {
|
|
13441
|
-
"text": "Swatch"
|
|
13442
|
-
},
|
|
13443
|
-
"privacy": "public"
|
|
13444
|
-
},
|
|
13445
|
-
{
|
|
13446
|
-
"kind": "field",
|
|
13447
|
-
"name": "cardForegroundColor",
|
|
13448
|
-
"type": {
|
|
13449
|
-
"text": "Swatch"
|
|
13450
|
-
},
|
|
13451
|
-
"privacy": "public"
|
|
13452
|
-
}
|
|
13453
|
-
],
|
|
13454
|
-
"attributes": [
|
|
13455
|
-
{
|
|
13456
|
-
"name": "card-fill-color",
|
|
13457
|
-
"type": {
|
|
13458
|
-
"text": "Swatch"
|
|
13459
|
-
},
|
|
13460
|
-
"fieldName": "cardFillColor"
|
|
13461
|
-
},
|
|
13462
|
-
{
|
|
13463
|
-
"name": "card-foreground-color",
|
|
13464
|
-
"type": {
|
|
13465
|
-
"text": "Swatch"
|
|
13466
|
-
},
|
|
13467
|
-
"fieldName": "cardForegroundColor"
|
|
13468
|
-
}
|
|
13469
|
-
],
|
|
13470
|
-
"superclass": {
|
|
13471
|
-
"name": "FASTDesignSystemProvider",
|
|
13472
|
-
"package": "@microsoft/fast-components"
|
|
13473
|
-
},
|
|
13474
|
-
"tagName": "%%prefix%%-design-system-provider",
|
|
13475
|
-
"customElement": true
|
|
13476
|
-
},
|
|
13477
|
-
{
|
|
13478
|
-
"kind": "variable",
|
|
13479
|
-
"name": "foundationDesignSystemProvider",
|
|
13480
|
-
"description": "The Foundation Design System Provider composed element",
|
|
13481
|
-
"privacy": "public"
|
|
13482
|
-
}
|
|
13483
|
-
],
|
|
13484
|
-
"exports": [
|
|
13485
|
-
{
|
|
13486
|
-
"kind": "js",
|
|
13487
|
-
"name": "FoundationDesignSystemProvider",
|
|
13488
|
-
"declaration": {
|
|
13489
|
-
"name": "FoundationDesignSystemProvider",
|
|
13490
|
-
"module": "src/design-system-provider/design-system-provider.ts"
|
|
13491
|
-
}
|
|
13492
|
-
},
|
|
13493
|
-
{
|
|
13494
|
-
"kind": "js",
|
|
13495
|
-
"name": "foundationDesignSystemProvider",
|
|
13496
|
-
"declaration": {
|
|
13497
|
-
"name": "foundationDesignSystemProvider",
|
|
13498
|
-
"module": "src/design-system-provider/design-system-provider.ts"
|
|
13499
|
-
}
|
|
13500
|
-
}
|
|
13501
|
-
]
|
|
13502
|
-
},
|
|
13503
|
-
{
|
|
13504
|
-
"kind": "javascript-module",
|
|
13505
|
-
"path": "src/design-system-provider/design-system-provider.utils.ts",
|
|
13506
|
-
"declarations": [
|
|
13507
|
-
{
|
|
13508
|
-
"kind": "function",
|
|
13509
|
-
"name": "provideTokens",
|
|
13510
|
-
"parameters": [
|
|
13511
|
-
{
|
|
13512
|
-
"name": "tokens"
|
|
13513
|
-
},
|
|
13514
|
-
{
|
|
13515
|
-
"name": "values"
|
|
13516
|
-
},
|
|
13517
|
-
{
|
|
13518
|
-
"name": "element",
|
|
13519
|
-
"optional": true,
|
|
13520
|
-
"type": {
|
|
13521
|
-
"text": "HTMLElement"
|
|
13522
|
-
}
|
|
13523
|
-
}
|
|
13524
|
-
]
|
|
13525
|
-
},
|
|
13526
|
-
{
|
|
13527
|
-
"kind": "function",
|
|
13528
|
-
"name": "designToken",
|
|
13529
|
-
"parameters": [
|
|
13530
|
-
{
|
|
13531
|
-
"name": "token",
|
|
13532
|
-
"type": {
|
|
13533
|
-
"text": "DesignToken<T>"
|
|
13534
|
-
}
|
|
13535
|
-
}
|
|
13536
|
-
]
|
|
13537
|
-
},
|
|
13538
|
-
{
|
|
13539
|
-
"kind": "variable",
|
|
13540
|
-
"name": "swatchConverter",
|
|
13541
|
-
"type": {
|
|
13542
|
-
"text": "ValueConverter"
|
|
13543
|
-
},
|
|
13544
|
-
"default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
|
|
13545
|
-
},
|
|
13546
|
-
{
|
|
13547
|
-
"kind": "function",
|
|
13548
|
-
"name": "paletteFromHex",
|
|
13549
|
-
"parameters": [
|
|
13550
|
-
{
|
|
13551
|
-
"name": "hexColor",
|
|
13552
|
-
"type": {
|
|
13553
|
-
"text": "string"
|
|
13554
|
-
}
|
|
13555
|
-
}
|
|
13556
|
-
]
|
|
13557
|
-
},
|
|
13558
|
-
{
|
|
13559
|
-
"kind": "function",
|
|
13560
|
-
"name": "getDefaultConfig",
|
|
13561
|
-
"parameters": [
|
|
13562
|
-
{
|
|
13563
|
-
"name": "definition",
|
|
13564
|
-
"type": {
|
|
13565
|
-
"text": "Partial<FoundationElementDefinition>"
|
|
13566
|
-
}
|
|
13567
|
-
},
|
|
13568
|
-
{
|
|
13569
|
-
"name": "exclusions",
|
|
13570
|
-
"default": "defaultExclusions"
|
|
13571
|
-
}
|
|
13572
|
-
]
|
|
13573
|
-
},
|
|
13574
|
-
{
|
|
13575
|
-
"kind": "function",
|
|
13576
|
-
"name": "getExports",
|
|
13577
|
-
"parameters": [
|
|
13578
|
-
{
|
|
13579
|
-
"name": "registrationFunction"
|
|
13580
|
-
}
|
|
13581
|
-
]
|
|
13582
|
-
},
|
|
13583
|
-
{
|
|
13584
|
-
"kind": "function",
|
|
13585
|
-
"name": "getTypeRampValue",
|
|
13586
|
-
"parameters": [
|
|
13587
|
-
{
|
|
13588
|
-
"name": "baseTypeRamp",
|
|
13589
|
-
"type": {
|
|
13590
|
-
"text": "string"
|
|
13591
|
-
}
|
|
13592
|
-
},
|
|
13593
|
-
{
|
|
13594
|
-
"name": "value",
|
|
13595
|
-
"type": {
|
|
13596
|
-
"text": "number"
|
|
13597
|
-
}
|
|
13598
|
-
}
|
|
13599
|
-
]
|
|
13600
|
-
},
|
|
13601
|
-
{
|
|
13602
|
-
"kind": "function",
|
|
13603
|
-
"name": "configureDesignSystem",
|
|
13604
|
-
"parameters": [
|
|
13605
|
-
{
|
|
13606
|
-
"name": "provider",
|
|
13607
|
-
"type": {
|
|
13608
|
-
"text": "HTMLElement"
|
|
13609
|
-
}
|
|
13610
|
-
},
|
|
13611
|
-
{
|
|
13612
|
-
"name": "config",
|
|
13613
|
-
"type": {
|
|
13614
|
-
"text": "DesignTokensConfig"
|
|
13615
|
-
}
|
|
13616
|
-
}
|
|
13617
|
-
]
|
|
13618
|
-
}
|
|
13619
|
-
],
|
|
13620
|
-
"exports": [
|
|
13621
|
-
{
|
|
13622
|
-
"kind": "js",
|
|
13623
|
-
"name": "provideTokens",
|
|
13624
|
-
"declaration": {
|
|
13625
|
-
"name": "provideTokens",
|
|
13626
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13627
|
-
}
|
|
13628
|
-
},
|
|
13629
|
-
{
|
|
13630
|
-
"kind": "js",
|
|
13631
|
-
"name": "designToken",
|
|
13632
|
-
"declaration": {
|
|
13633
|
-
"name": "designToken",
|
|
13634
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13635
|
-
}
|
|
13636
|
-
},
|
|
13637
|
-
{
|
|
13638
|
-
"kind": "js",
|
|
13639
|
-
"name": "swatchConverter",
|
|
13640
|
-
"declaration": {
|
|
13641
|
-
"name": "swatchConverter",
|
|
13642
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13643
|
-
}
|
|
13644
|
-
},
|
|
13645
|
-
{
|
|
13646
|
-
"kind": "js",
|
|
13647
|
-
"name": "paletteFromHex",
|
|
13648
|
-
"declaration": {
|
|
13649
|
-
"name": "paletteFromHex",
|
|
13650
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13651
|
-
}
|
|
13652
|
-
},
|
|
13653
|
-
{
|
|
13654
|
-
"kind": "js",
|
|
13655
|
-
"name": "getDefaultConfig",
|
|
13656
|
-
"declaration": {
|
|
13657
|
-
"name": "getDefaultConfig",
|
|
13658
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13659
|
-
}
|
|
13660
|
-
},
|
|
13661
|
-
{
|
|
13662
|
-
"kind": "js",
|
|
13663
|
-
"name": "getExports",
|
|
13664
|
-
"declaration": {
|
|
13665
|
-
"name": "getExports",
|
|
13666
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13667
|
-
}
|
|
13668
|
-
},
|
|
13669
|
-
{
|
|
13670
|
-
"kind": "js",
|
|
13671
|
-
"name": "getTypeRampValue",
|
|
13672
|
-
"declaration": {
|
|
13673
|
-
"name": "getTypeRampValue",
|
|
13674
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13675
|
-
}
|
|
13676
|
-
},
|
|
13677
|
-
{
|
|
13678
|
-
"kind": "js",
|
|
13679
|
-
"name": "configureDesignSystem",
|
|
13680
|
-
"declaration": {
|
|
13681
|
-
"name": "configureDesignSystem",
|
|
13682
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13683
|
-
}
|
|
13684
|
-
}
|
|
13685
|
-
]
|
|
13686
|
-
},
|
|
13687
|
-
{
|
|
13688
|
-
"kind": "javascript-module",
|
|
13689
|
-
"path": "src/design-system-provider/index.ts",
|
|
13690
|
-
"declarations": [],
|
|
13691
|
-
"exports": [
|
|
13692
|
-
{
|
|
13693
|
-
"kind": "js",
|
|
13694
|
-
"name": "*",
|
|
13695
|
-
"declaration": {
|
|
13696
|
-
"name": "*",
|
|
13697
|
-
"package": "./design-system-provider.utils"
|
|
13698
|
-
}
|
|
13699
|
-
},
|
|
13700
|
-
{
|
|
13701
|
-
"kind": "js",
|
|
13702
|
-
"name": "*",
|
|
13703
|
-
"declaration": {
|
|
13704
|
-
"name": "*",
|
|
13705
|
-
"package": "./design-system-provider"
|
|
13706
|
-
}
|
|
13707
|
-
},
|
|
13708
|
-
{
|
|
13709
|
-
"kind": "js",
|
|
13710
|
-
"name": "*",
|
|
13711
|
-
"declaration": {
|
|
13712
|
-
"name": "*",
|
|
13713
|
-
"package": "./types"
|
|
13714
|
-
}
|
|
13715
|
-
}
|
|
13716
|
-
]
|
|
13717
|
-
},
|
|
13718
|
-
{
|
|
13719
|
-
"kind": "javascript-module",
|
|
13720
|
-
"path": "src/design-system-provider/types.ts",
|
|
13721
|
-
"declarations": [],
|
|
13722
|
-
"exports": []
|
|
13723
|
-
},
|
|
13724
13724
|
{
|
|
13725
13725
|
"kind": "javascript-module",
|
|
13726
13726
|
"path": "src/dialog/dialog.styles.ts",
|
|
@@ -35061,6 +35061,235 @@
|
|
|
35061
35061
|
}
|
|
35062
35062
|
]
|
|
35063
35063
|
},
|
|
35064
|
+
{
|
|
35065
|
+
"kind": "javascript-module",
|
|
35066
|
+
"path": "src/stepper-tab-panel/index.ts",
|
|
35067
|
+
"declarations": [],
|
|
35068
|
+
"exports": [
|
|
35069
|
+
{
|
|
35070
|
+
"kind": "js",
|
|
35071
|
+
"name": "*",
|
|
35072
|
+
"declaration": {
|
|
35073
|
+
"name": "*",
|
|
35074
|
+
"package": "./stepper-tab-panel.template"
|
|
35075
|
+
}
|
|
35076
|
+
},
|
|
35077
|
+
{
|
|
35078
|
+
"kind": "js",
|
|
35079
|
+
"name": "*",
|
|
35080
|
+
"declaration": {
|
|
35081
|
+
"name": "*",
|
|
35082
|
+
"package": "./stepper-tab-panel"
|
|
35083
|
+
}
|
|
35084
|
+
}
|
|
35085
|
+
]
|
|
35086
|
+
},
|
|
35087
|
+
{
|
|
35088
|
+
"kind": "javascript-module",
|
|
35089
|
+
"path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
|
|
35090
|
+
"declarations": [
|
|
35091
|
+
{
|
|
35092
|
+
"kind": "function",
|
|
35093
|
+
"name": "foundationStepperTabPanelTemplate"
|
|
35094
|
+
}
|
|
35095
|
+
],
|
|
35096
|
+
"exports": [
|
|
35097
|
+
{
|
|
35098
|
+
"kind": "js",
|
|
35099
|
+
"name": "foundationStepperTabPanelTemplate",
|
|
35100
|
+
"declaration": {
|
|
35101
|
+
"name": "foundationStepperTabPanelTemplate",
|
|
35102
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
|
|
35103
|
+
}
|
|
35104
|
+
}
|
|
35105
|
+
]
|
|
35106
|
+
},
|
|
35107
|
+
{
|
|
35108
|
+
"kind": "javascript-module",
|
|
35109
|
+
"path": "src/stepper-tab-panel/stepper-tab-panel.ts",
|
|
35110
|
+
"declarations": [
|
|
35111
|
+
{
|
|
35112
|
+
"kind": "class",
|
|
35113
|
+
"description": "",
|
|
35114
|
+
"name": "StepperTabPanel",
|
|
35115
|
+
"superclass": {
|
|
35116
|
+
"name": "FoundationElement",
|
|
35117
|
+
"package": "@microsoft/fast-foundation"
|
|
35118
|
+
},
|
|
35119
|
+
"tagName": "%%prefix%%-stepper-tab-panel",
|
|
35120
|
+
"customElement": true,
|
|
35121
|
+
"members": [
|
|
35122
|
+
{
|
|
35123
|
+
"kind": "field",
|
|
35124
|
+
"name": "_presentation",
|
|
35125
|
+
"type": {
|
|
35126
|
+
"text": "ComponentPresentation | null | undefined"
|
|
35127
|
+
},
|
|
35128
|
+
"privacy": "private",
|
|
35129
|
+
"default": "void 0",
|
|
35130
|
+
"inheritedFrom": {
|
|
35131
|
+
"name": "FoundationElement",
|
|
35132
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35133
|
+
}
|
|
35134
|
+
},
|
|
35135
|
+
{
|
|
35136
|
+
"kind": "field",
|
|
35137
|
+
"name": "$presentation",
|
|
35138
|
+
"type": {
|
|
35139
|
+
"text": "ComponentPresentation | null"
|
|
35140
|
+
},
|
|
35141
|
+
"privacy": "public",
|
|
35142
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
35143
|
+
"inheritedFrom": {
|
|
35144
|
+
"name": "FoundationElement",
|
|
35145
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35146
|
+
}
|
|
35147
|
+
},
|
|
35148
|
+
{
|
|
35149
|
+
"kind": "field",
|
|
35150
|
+
"name": "template",
|
|
35151
|
+
"type": {
|
|
35152
|
+
"text": "ElementViewTemplate | void | null"
|
|
35153
|
+
},
|
|
35154
|
+
"privacy": "public",
|
|
35155
|
+
"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.",
|
|
35156
|
+
"inheritedFrom": {
|
|
35157
|
+
"name": "FoundationElement",
|
|
35158
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35159
|
+
}
|
|
35160
|
+
},
|
|
35161
|
+
{
|
|
35162
|
+
"kind": "method",
|
|
35163
|
+
"name": "templateChanged",
|
|
35164
|
+
"privacy": "protected",
|
|
35165
|
+
"return": {
|
|
35166
|
+
"type": {
|
|
35167
|
+
"text": "void"
|
|
35168
|
+
}
|
|
35169
|
+
},
|
|
35170
|
+
"inheritedFrom": {
|
|
35171
|
+
"name": "FoundationElement",
|
|
35172
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35173
|
+
}
|
|
35174
|
+
},
|
|
35175
|
+
{
|
|
35176
|
+
"kind": "field",
|
|
35177
|
+
"name": "styles",
|
|
35178
|
+
"type": {
|
|
35179
|
+
"text": "ElementStyles | void | null"
|
|
35180
|
+
},
|
|
35181
|
+
"privacy": "public",
|
|
35182
|
+
"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.",
|
|
35183
|
+
"inheritedFrom": {
|
|
35184
|
+
"name": "FoundationElement",
|
|
35185
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35186
|
+
}
|
|
35187
|
+
},
|
|
35188
|
+
{
|
|
35189
|
+
"kind": "method",
|
|
35190
|
+
"name": "stylesChanged",
|
|
35191
|
+
"privacy": "protected",
|
|
35192
|
+
"return": {
|
|
35193
|
+
"type": {
|
|
35194
|
+
"text": "void"
|
|
35195
|
+
}
|
|
35196
|
+
},
|
|
35197
|
+
"inheritedFrom": {
|
|
35198
|
+
"name": "FoundationElement",
|
|
35199
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35200
|
+
}
|
|
35201
|
+
},
|
|
35202
|
+
{
|
|
35203
|
+
"kind": "method",
|
|
35204
|
+
"name": "compose",
|
|
35205
|
+
"privacy": "public",
|
|
35206
|
+
"static": true,
|
|
35207
|
+
"return": {
|
|
35208
|
+
"type": {
|
|
35209
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
35210
|
+
}
|
|
35211
|
+
},
|
|
35212
|
+
"parameters": [
|
|
35213
|
+
{
|
|
35214
|
+
"name": "this",
|
|
35215
|
+
"type": {
|
|
35216
|
+
"text": "K"
|
|
35217
|
+
}
|
|
35218
|
+
},
|
|
35219
|
+
{
|
|
35220
|
+
"name": "elementDefinition",
|
|
35221
|
+
"type": {
|
|
35222
|
+
"text": "T"
|
|
35223
|
+
},
|
|
35224
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
35225
|
+
}
|
|
35226
|
+
],
|
|
35227
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
35228
|
+
"inheritedFrom": {
|
|
35229
|
+
"name": "FoundationElement",
|
|
35230
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35231
|
+
}
|
|
35232
|
+
}
|
|
35233
|
+
]
|
|
35234
|
+
},
|
|
35235
|
+
{
|
|
35236
|
+
"kind": "variable",
|
|
35237
|
+
"name": "foundationStepperTabPanelShadowOptions",
|
|
35238
|
+
"type": {
|
|
35239
|
+
"text": "ShadowRootInit"
|
|
35240
|
+
},
|
|
35241
|
+
"default": "undefined"
|
|
35242
|
+
},
|
|
35243
|
+
{
|
|
35244
|
+
"kind": "variable",
|
|
35245
|
+
"name": "defaultStepperTabPanelConfig",
|
|
35246
|
+
"type": {
|
|
35247
|
+
"text": "object"
|
|
35248
|
+
},
|
|
35249
|
+
"default": "{}"
|
|
35250
|
+
},
|
|
35251
|
+
{
|
|
35252
|
+
"kind": "variable",
|
|
35253
|
+
"name": "foundationStepperTabPanel",
|
|
35254
|
+
"description": "The Foundation Stepper Tab Panel",
|
|
35255
|
+
"privacy": "public"
|
|
35256
|
+
}
|
|
35257
|
+
],
|
|
35258
|
+
"exports": [
|
|
35259
|
+
{
|
|
35260
|
+
"kind": "js",
|
|
35261
|
+
"name": "StepperTabPanel",
|
|
35262
|
+
"declaration": {
|
|
35263
|
+
"name": "StepperTabPanel",
|
|
35264
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
35265
|
+
}
|
|
35266
|
+
},
|
|
35267
|
+
{
|
|
35268
|
+
"kind": "js",
|
|
35269
|
+
"name": "foundationStepperTabPanelShadowOptions",
|
|
35270
|
+
"declaration": {
|
|
35271
|
+
"name": "foundationStepperTabPanelShadowOptions",
|
|
35272
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
35273
|
+
}
|
|
35274
|
+
},
|
|
35275
|
+
{
|
|
35276
|
+
"kind": "js",
|
|
35277
|
+
"name": "defaultStepperTabPanelConfig",
|
|
35278
|
+
"declaration": {
|
|
35279
|
+
"name": "defaultStepperTabPanelConfig",
|
|
35280
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
35281
|
+
}
|
|
35282
|
+
},
|
|
35283
|
+
{
|
|
35284
|
+
"kind": "js",
|
|
35285
|
+
"name": "foundationStepperTabPanel",
|
|
35286
|
+
"declaration": {
|
|
35287
|
+
"name": "foundationStepperTabPanel",
|
|
35288
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
35289
|
+
}
|
|
35290
|
+
}
|
|
35291
|
+
]
|
|
35292
|
+
},
|
|
35064
35293
|
{
|
|
35065
35294
|
"kind": "javascript-module",
|
|
35066
35295
|
"path": "src/stepper-tab/index.ts",
|
|
@@ -35471,235 +35700,6 @@
|
|
|
35471
35700
|
}
|
|
35472
35701
|
]
|
|
35473
35702
|
},
|
|
35474
|
-
{
|
|
35475
|
-
"kind": "javascript-module",
|
|
35476
|
-
"path": "src/stepper-tab-panel/index.ts",
|
|
35477
|
-
"declarations": [],
|
|
35478
|
-
"exports": [
|
|
35479
|
-
{
|
|
35480
|
-
"kind": "js",
|
|
35481
|
-
"name": "*",
|
|
35482
|
-
"declaration": {
|
|
35483
|
-
"name": "*",
|
|
35484
|
-
"package": "./stepper-tab-panel.template"
|
|
35485
|
-
}
|
|
35486
|
-
},
|
|
35487
|
-
{
|
|
35488
|
-
"kind": "js",
|
|
35489
|
-
"name": "*",
|
|
35490
|
-
"declaration": {
|
|
35491
|
-
"name": "*",
|
|
35492
|
-
"package": "./stepper-tab-panel"
|
|
35493
|
-
}
|
|
35494
|
-
}
|
|
35495
|
-
]
|
|
35496
|
-
},
|
|
35497
|
-
{
|
|
35498
|
-
"kind": "javascript-module",
|
|
35499
|
-
"path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
|
|
35500
|
-
"declarations": [
|
|
35501
|
-
{
|
|
35502
|
-
"kind": "function",
|
|
35503
|
-
"name": "foundationStepperTabPanelTemplate"
|
|
35504
|
-
}
|
|
35505
|
-
],
|
|
35506
|
-
"exports": [
|
|
35507
|
-
{
|
|
35508
|
-
"kind": "js",
|
|
35509
|
-
"name": "foundationStepperTabPanelTemplate",
|
|
35510
|
-
"declaration": {
|
|
35511
|
-
"name": "foundationStepperTabPanelTemplate",
|
|
35512
|
-
"module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
|
|
35513
|
-
}
|
|
35514
|
-
}
|
|
35515
|
-
]
|
|
35516
|
-
},
|
|
35517
|
-
{
|
|
35518
|
-
"kind": "javascript-module",
|
|
35519
|
-
"path": "src/stepper-tab-panel/stepper-tab-panel.ts",
|
|
35520
|
-
"declarations": [
|
|
35521
|
-
{
|
|
35522
|
-
"kind": "class",
|
|
35523
|
-
"description": "",
|
|
35524
|
-
"name": "StepperTabPanel",
|
|
35525
|
-
"superclass": {
|
|
35526
|
-
"name": "FoundationElement",
|
|
35527
|
-
"package": "@microsoft/fast-foundation"
|
|
35528
|
-
},
|
|
35529
|
-
"tagName": "%%prefix%%-stepper-tab-panel",
|
|
35530
|
-
"customElement": true,
|
|
35531
|
-
"members": [
|
|
35532
|
-
{
|
|
35533
|
-
"kind": "field",
|
|
35534
|
-
"name": "_presentation",
|
|
35535
|
-
"type": {
|
|
35536
|
-
"text": "ComponentPresentation | null | undefined"
|
|
35537
|
-
},
|
|
35538
|
-
"privacy": "private",
|
|
35539
|
-
"default": "void 0",
|
|
35540
|
-
"inheritedFrom": {
|
|
35541
|
-
"name": "FoundationElement",
|
|
35542
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35543
|
-
}
|
|
35544
|
-
},
|
|
35545
|
-
{
|
|
35546
|
-
"kind": "field",
|
|
35547
|
-
"name": "$presentation",
|
|
35548
|
-
"type": {
|
|
35549
|
-
"text": "ComponentPresentation | null"
|
|
35550
|
-
},
|
|
35551
|
-
"privacy": "public",
|
|
35552
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
35553
|
-
"inheritedFrom": {
|
|
35554
|
-
"name": "FoundationElement",
|
|
35555
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35556
|
-
}
|
|
35557
|
-
},
|
|
35558
|
-
{
|
|
35559
|
-
"kind": "field",
|
|
35560
|
-
"name": "template",
|
|
35561
|
-
"type": {
|
|
35562
|
-
"text": "ElementViewTemplate | void | null"
|
|
35563
|
-
},
|
|
35564
|
-
"privacy": "public",
|
|
35565
|
-
"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.",
|
|
35566
|
-
"inheritedFrom": {
|
|
35567
|
-
"name": "FoundationElement",
|
|
35568
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35569
|
-
}
|
|
35570
|
-
},
|
|
35571
|
-
{
|
|
35572
|
-
"kind": "method",
|
|
35573
|
-
"name": "templateChanged",
|
|
35574
|
-
"privacy": "protected",
|
|
35575
|
-
"return": {
|
|
35576
|
-
"type": {
|
|
35577
|
-
"text": "void"
|
|
35578
|
-
}
|
|
35579
|
-
},
|
|
35580
|
-
"inheritedFrom": {
|
|
35581
|
-
"name": "FoundationElement",
|
|
35582
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35583
|
-
}
|
|
35584
|
-
},
|
|
35585
|
-
{
|
|
35586
|
-
"kind": "field",
|
|
35587
|
-
"name": "styles",
|
|
35588
|
-
"type": {
|
|
35589
|
-
"text": "ElementStyles | void | null"
|
|
35590
|
-
},
|
|
35591
|
-
"privacy": "public",
|
|
35592
|
-
"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.",
|
|
35593
|
-
"inheritedFrom": {
|
|
35594
|
-
"name": "FoundationElement",
|
|
35595
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35596
|
-
}
|
|
35597
|
-
},
|
|
35598
|
-
{
|
|
35599
|
-
"kind": "method",
|
|
35600
|
-
"name": "stylesChanged",
|
|
35601
|
-
"privacy": "protected",
|
|
35602
|
-
"return": {
|
|
35603
|
-
"type": {
|
|
35604
|
-
"text": "void"
|
|
35605
|
-
}
|
|
35606
|
-
},
|
|
35607
|
-
"inheritedFrom": {
|
|
35608
|
-
"name": "FoundationElement",
|
|
35609
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35610
|
-
}
|
|
35611
|
-
},
|
|
35612
|
-
{
|
|
35613
|
-
"kind": "method",
|
|
35614
|
-
"name": "compose",
|
|
35615
|
-
"privacy": "public",
|
|
35616
|
-
"static": true,
|
|
35617
|
-
"return": {
|
|
35618
|
-
"type": {
|
|
35619
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
35620
|
-
}
|
|
35621
|
-
},
|
|
35622
|
-
"parameters": [
|
|
35623
|
-
{
|
|
35624
|
-
"name": "this",
|
|
35625
|
-
"type": {
|
|
35626
|
-
"text": "K"
|
|
35627
|
-
}
|
|
35628
|
-
},
|
|
35629
|
-
{
|
|
35630
|
-
"name": "elementDefinition",
|
|
35631
|
-
"type": {
|
|
35632
|
-
"text": "T"
|
|
35633
|
-
},
|
|
35634
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
35635
|
-
}
|
|
35636
|
-
],
|
|
35637
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
35638
|
-
"inheritedFrom": {
|
|
35639
|
-
"name": "FoundationElement",
|
|
35640
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35641
|
-
}
|
|
35642
|
-
}
|
|
35643
|
-
]
|
|
35644
|
-
},
|
|
35645
|
-
{
|
|
35646
|
-
"kind": "variable",
|
|
35647
|
-
"name": "foundationStepperTabPanelShadowOptions",
|
|
35648
|
-
"type": {
|
|
35649
|
-
"text": "ShadowRootInit"
|
|
35650
|
-
},
|
|
35651
|
-
"default": "undefined"
|
|
35652
|
-
},
|
|
35653
|
-
{
|
|
35654
|
-
"kind": "variable",
|
|
35655
|
-
"name": "defaultStepperTabPanelConfig",
|
|
35656
|
-
"type": {
|
|
35657
|
-
"text": "object"
|
|
35658
|
-
},
|
|
35659
|
-
"default": "{}"
|
|
35660
|
-
},
|
|
35661
|
-
{
|
|
35662
|
-
"kind": "variable",
|
|
35663
|
-
"name": "foundationStepperTabPanel",
|
|
35664
|
-
"description": "The Foundation Stepper Tab Panel",
|
|
35665
|
-
"privacy": "public"
|
|
35666
|
-
}
|
|
35667
|
-
],
|
|
35668
|
-
"exports": [
|
|
35669
|
-
{
|
|
35670
|
-
"kind": "js",
|
|
35671
|
-
"name": "StepperTabPanel",
|
|
35672
|
-
"declaration": {
|
|
35673
|
-
"name": "StepperTabPanel",
|
|
35674
|
-
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
35675
|
-
}
|
|
35676
|
-
},
|
|
35677
|
-
{
|
|
35678
|
-
"kind": "js",
|
|
35679
|
-
"name": "foundationStepperTabPanelShadowOptions",
|
|
35680
|
-
"declaration": {
|
|
35681
|
-
"name": "foundationStepperTabPanelShadowOptions",
|
|
35682
|
-
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
35683
|
-
}
|
|
35684
|
-
},
|
|
35685
|
-
{
|
|
35686
|
-
"kind": "js",
|
|
35687
|
-
"name": "defaultStepperTabPanelConfig",
|
|
35688
|
-
"declaration": {
|
|
35689
|
-
"name": "defaultStepperTabPanelConfig",
|
|
35690
|
-
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
35691
|
-
}
|
|
35692
|
-
},
|
|
35693
|
-
{
|
|
35694
|
-
"kind": "js",
|
|
35695
|
-
"name": "foundationStepperTabPanel",
|
|
35696
|
-
"declaration": {
|
|
35697
|
-
"name": "foundationStepperTabPanel",
|
|
35698
|
-
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
35699
|
-
}
|
|
35700
|
-
}
|
|
35701
|
-
]
|
|
35702
|
-
},
|
|
35703
35703
|
{
|
|
35704
35704
|
"kind": "javascript-module",
|
|
35705
35705
|
"path": "src/switch/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.182.
|
|
4
|
+
"version": "14.182.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"test:debug": "genx test --debug"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@genesislcap/foundation-testing": "14.182.
|
|
78
|
-
"@genesislcap/genx": "14.182.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.182.
|
|
80
|
-
"@genesislcap/ts-builder": "14.182.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.182.
|
|
82
|
-
"@genesislcap/vite-builder": "14.182.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.182.
|
|
77
|
+
"@genesislcap/foundation-testing": "14.182.2",
|
|
78
|
+
"@genesislcap/genx": "14.182.2",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.182.2",
|
|
80
|
+
"@genesislcap/ts-builder": "14.182.2",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.182.2",
|
|
82
|
+
"@genesislcap/vite-builder": "14.182.2",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.182.2",
|
|
84
84
|
"copyfiles": "^2.4.1",
|
|
85
85
|
"rimraf": "^3.0.2",
|
|
86
86
|
"rxjs": "^7.5.4"
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
92
92
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
93
93
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
94
|
-
"@genesislcap/foundation-comms": "14.182.
|
|
95
|
-
"@genesislcap/foundation-criteria": "14.182.
|
|
96
|
-
"@genesislcap/foundation-errors": "14.182.
|
|
97
|
-
"@genesislcap/foundation-logger": "14.182.
|
|
98
|
-
"@genesislcap/foundation-notifications": "14.182.
|
|
99
|
-
"@genesislcap/foundation-user": "14.182.
|
|
100
|
-
"@genesislcap/foundation-utils": "14.182.
|
|
94
|
+
"@genesislcap/foundation-comms": "14.182.2",
|
|
95
|
+
"@genesislcap/foundation-criteria": "14.182.2",
|
|
96
|
+
"@genesislcap/foundation-errors": "14.182.2",
|
|
97
|
+
"@genesislcap/foundation-logger": "14.182.2",
|
|
98
|
+
"@genesislcap/foundation-notifications": "14.182.2",
|
|
99
|
+
"@genesislcap/foundation-user": "14.182.2",
|
|
100
|
+
"@genesislcap/foundation-utils": "14.182.2",
|
|
101
101
|
"@microsoft/fast-colors": "^5.3.1",
|
|
102
102
|
"@microsoft/fast-components": "^2.30.6",
|
|
103
103
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
121
|
"customElements": "dist/custom-elements.json",
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "797302335de36cae641850d319e01bd258f5d6fa"
|
|
123
123
|
}
|