@genesislcap/foundation-zero 14.30.3 → 14.31.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +103 -2730
  2. package/package.json +7 -16
@@ -859,120 +859,7 @@
859
859
  "package": "@genesislcap/foundation-ui"
860
860
  },
861
861
  "tagName": "%%prefix%%-actions-menu",
862
- "customElement": true,
863
- "members": [
864
- {
865
- "kind": "field",
866
- "name": "_presentation",
867
- "type": {
868
- "text": "ComponentPresentation | null | undefined"
869
- },
870
- "privacy": "private",
871
- "default": "void 0",
872
- "inheritedFrom": {
873
- "name": "FoundationElement",
874
- "module": "src/foundation-element/foundation-element.ts"
875
- }
876
- },
877
- {
878
- "kind": "field",
879
- "name": "$presentation",
880
- "type": {
881
- "text": "ComponentPresentation | null"
882
- },
883
- "privacy": "public",
884
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
885
- "inheritedFrom": {
886
- "name": "FoundationElement",
887
- "module": "src/foundation-element/foundation-element.ts"
888
- }
889
- },
890
- {
891
- "kind": "field",
892
- "name": "template",
893
- "type": {
894
- "text": "ElementViewTemplate | void | null"
895
- },
896
- "privacy": "public",
897
- "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.",
898
- "inheritedFrom": {
899
- "name": "FoundationElement",
900
- "module": "src/foundation-element/foundation-element.ts"
901
- }
902
- },
903
- {
904
- "kind": "method",
905
- "name": "templateChanged",
906
- "privacy": "protected",
907
- "return": {
908
- "type": {
909
- "text": "void"
910
- }
911
- },
912
- "inheritedFrom": {
913
- "name": "FoundationElement",
914
- "module": "src/foundation-element/foundation-element.ts"
915
- }
916
- },
917
- {
918
- "kind": "field",
919
- "name": "styles",
920
- "type": {
921
- "text": "ElementStyles | void | null"
922
- },
923
- "privacy": "public",
924
- "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.",
925
- "inheritedFrom": {
926
- "name": "FoundationElement",
927
- "module": "src/foundation-element/foundation-element.ts"
928
- }
929
- },
930
- {
931
- "kind": "method",
932
- "name": "stylesChanged",
933
- "privacy": "protected",
934
- "return": {
935
- "type": {
936
- "text": "void"
937
- }
938
- },
939
- "inheritedFrom": {
940
- "name": "FoundationElement",
941
- "module": "src/foundation-element/foundation-element.ts"
942
- }
943
- },
944
- {
945
- "kind": "method",
946
- "name": "compose",
947
- "privacy": "public",
948
- "static": true,
949
- "return": {
950
- "type": {
951
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
952
- }
953
- },
954
- "parameters": [
955
- {
956
- "name": "this",
957
- "type": {
958
- "text": "K"
959
- }
960
- },
961
- {
962
- "name": "elementDefinition",
963
- "type": {
964
- "text": "T"
965
- },
966
- "description": "The definition of the element to create the registry\nfunction for."
967
- }
968
- ],
969
- "description": "Defines an element registry function with a set of element definition defaults.",
970
- "inheritedFrom": {
971
- "name": "FoundationElement",
972
- "module": "src/foundation-element/foundation-element.ts"
973
- }
974
- }
975
- ]
862
+ "customElement": true
976
863
  },
977
864
  {
978
865
  "kind": "variable",
@@ -1478,120 +1365,7 @@
1478
1365
  "package": "@genesislcap/foundation-ui"
1479
1366
  },
1480
1367
  "tagName": "%%prefix%%-banner",
1481
- "customElement": true,
1482
- "members": [
1483
- {
1484
- "kind": "field",
1485
- "name": "_presentation",
1486
- "type": {
1487
- "text": "ComponentPresentation | null | undefined"
1488
- },
1489
- "privacy": "private",
1490
- "default": "void 0",
1491
- "inheritedFrom": {
1492
- "name": "FoundationElement",
1493
- "module": "src/foundation-element/foundation-element.ts"
1494
- }
1495
- },
1496
- {
1497
- "kind": "field",
1498
- "name": "$presentation",
1499
- "type": {
1500
- "text": "ComponentPresentation | null"
1501
- },
1502
- "privacy": "public",
1503
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1504
- "inheritedFrom": {
1505
- "name": "FoundationElement",
1506
- "module": "src/foundation-element/foundation-element.ts"
1507
- }
1508
- },
1509
- {
1510
- "kind": "field",
1511
- "name": "template",
1512
- "type": {
1513
- "text": "ElementViewTemplate | void | null"
1514
- },
1515
- "privacy": "public",
1516
- "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.",
1517
- "inheritedFrom": {
1518
- "name": "FoundationElement",
1519
- "module": "src/foundation-element/foundation-element.ts"
1520
- }
1521
- },
1522
- {
1523
- "kind": "method",
1524
- "name": "templateChanged",
1525
- "privacy": "protected",
1526
- "return": {
1527
- "type": {
1528
- "text": "void"
1529
- }
1530
- },
1531
- "inheritedFrom": {
1532
- "name": "FoundationElement",
1533
- "module": "src/foundation-element/foundation-element.ts"
1534
- }
1535
- },
1536
- {
1537
- "kind": "field",
1538
- "name": "styles",
1539
- "type": {
1540
- "text": "ElementStyles | void | null"
1541
- },
1542
- "privacy": "public",
1543
- "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.",
1544
- "inheritedFrom": {
1545
- "name": "FoundationElement",
1546
- "module": "src/foundation-element/foundation-element.ts"
1547
- }
1548
- },
1549
- {
1550
- "kind": "method",
1551
- "name": "stylesChanged",
1552
- "privacy": "protected",
1553
- "return": {
1554
- "type": {
1555
- "text": "void"
1556
- }
1557
- },
1558
- "inheritedFrom": {
1559
- "name": "FoundationElement",
1560
- "module": "src/foundation-element/foundation-element.ts"
1561
- }
1562
- },
1563
- {
1564
- "kind": "method",
1565
- "name": "compose",
1566
- "privacy": "public",
1567
- "static": true,
1568
- "return": {
1569
- "type": {
1570
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1571
- }
1572
- },
1573
- "parameters": [
1574
- {
1575
- "name": "this",
1576
- "type": {
1577
- "text": "K"
1578
- }
1579
- },
1580
- {
1581
- "name": "elementDefinition",
1582
- "type": {
1583
- "text": "T"
1584
- },
1585
- "description": "The definition of the element to create the registry\nfunction for."
1586
- }
1587
- ],
1588
- "description": "Defines an element registry function with a set of element definition defaults.",
1589
- "inheritedFrom": {
1590
- "name": "FoundationElement",
1591
- "module": "src/foundation-element/foundation-element.ts"
1592
- }
1593
- }
1594
- ]
1368
+ "customElement": true
1595
1369
  },
1596
1370
  {
1597
1371
  "kind": "variable",
@@ -2847,120 +2621,7 @@
2847
2621
  "package": "@genesislcap/foundation-ui"
2848
2622
  },
2849
2623
  "tagName": "%%prefix%%-connection-indicator",
2850
- "customElement": true,
2851
- "members": [
2852
- {
2853
- "kind": "field",
2854
- "name": "_presentation",
2855
- "type": {
2856
- "text": "ComponentPresentation | null | undefined"
2857
- },
2858
- "privacy": "private",
2859
- "default": "void 0",
2860
- "inheritedFrom": {
2861
- "name": "FoundationElement",
2862
- "module": "src/foundation-element/foundation-element.ts"
2863
- }
2864
- },
2865
- {
2866
- "kind": "field",
2867
- "name": "$presentation",
2868
- "type": {
2869
- "text": "ComponentPresentation | null"
2870
- },
2871
- "privacy": "public",
2872
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2873
- "inheritedFrom": {
2874
- "name": "FoundationElement",
2875
- "module": "src/foundation-element/foundation-element.ts"
2876
- }
2877
- },
2878
- {
2879
- "kind": "field",
2880
- "name": "template",
2881
- "type": {
2882
- "text": "ElementViewTemplate | void | null"
2883
- },
2884
- "privacy": "public",
2885
- "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.",
2886
- "inheritedFrom": {
2887
- "name": "FoundationElement",
2888
- "module": "src/foundation-element/foundation-element.ts"
2889
- }
2890
- },
2891
- {
2892
- "kind": "method",
2893
- "name": "templateChanged",
2894
- "privacy": "protected",
2895
- "return": {
2896
- "type": {
2897
- "text": "void"
2898
- }
2899
- },
2900
- "inheritedFrom": {
2901
- "name": "FoundationElement",
2902
- "module": "src/foundation-element/foundation-element.ts"
2903
- }
2904
- },
2905
- {
2906
- "kind": "field",
2907
- "name": "styles",
2908
- "type": {
2909
- "text": "ElementStyles | void | null"
2910
- },
2911
- "privacy": "public",
2912
- "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.",
2913
- "inheritedFrom": {
2914
- "name": "FoundationElement",
2915
- "module": "src/foundation-element/foundation-element.ts"
2916
- }
2917
- },
2918
- {
2919
- "kind": "method",
2920
- "name": "stylesChanged",
2921
- "privacy": "protected",
2922
- "return": {
2923
- "type": {
2924
- "text": "void"
2925
- }
2926
- },
2927
- "inheritedFrom": {
2928
- "name": "FoundationElement",
2929
- "module": "src/foundation-element/foundation-element.ts"
2930
- }
2931
- },
2932
- {
2933
- "kind": "method",
2934
- "name": "compose",
2935
- "privacy": "public",
2936
- "static": true,
2937
- "return": {
2938
- "type": {
2939
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2940
- }
2941
- },
2942
- "parameters": [
2943
- {
2944
- "name": "this",
2945
- "type": {
2946
- "text": "K"
2947
- }
2948
- },
2949
- {
2950
- "name": "elementDefinition",
2951
- "type": {
2952
- "text": "T"
2953
- },
2954
- "description": "The definition of the element to create the registry\nfunction for."
2955
- }
2956
- ],
2957
- "description": "Defines an element registry function with a set of element definition defaults.",
2958
- "inheritedFrom": {
2959
- "name": "FoundationElement",
2960
- "module": "src/foundation-element/foundation-element.ts"
2961
- }
2962
- }
2963
- ]
2624
+ "customElement": true
2964
2625
  },
2965
2626
  {
2966
2627
  "kind": "variable",
@@ -3470,120 +3131,7 @@
3470
3131
  "package": "@genesislcap/foundation-ui"
3471
3132
  },
3472
3133
  "tagName": "%%prefix%%-date-picker",
3473
- "customElement": true,
3474
- "members": [
3475
- {
3476
- "kind": "field",
3477
- "name": "_presentation",
3478
- "type": {
3479
- "text": "ComponentPresentation | null | undefined"
3480
- },
3481
- "privacy": "private",
3482
- "default": "void 0",
3483
- "inheritedFrom": {
3484
- "name": "FoundationElement",
3485
- "module": "src/foundation-element/foundation-element.ts"
3486
- }
3487
- },
3488
- {
3489
- "kind": "field",
3490
- "name": "$presentation",
3491
- "type": {
3492
- "text": "ComponentPresentation | null"
3493
- },
3494
- "privacy": "public",
3495
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3496
- "inheritedFrom": {
3497
- "name": "FoundationElement",
3498
- "module": "src/foundation-element/foundation-element.ts"
3499
- }
3500
- },
3501
- {
3502
- "kind": "field",
3503
- "name": "template",
3504
- "type": {
3505
- "text": "ElementViewTemplate | void | null"
3506
- },
3507
- "privacy": "public",
3508
- "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.",
3509
- "inheritedFrom": {
3510
- "name": "FoundationElement",
3511
- "module": "src/foundation-element/foundation-element.ts"
3512
- }
3513
- },
3514
- {
3515
- "kind": "method",
3516
- "name": "templateChanged",
3517
- "privacy": "protected",
3518
- "return": {
3519
- "type": {
3520
- "text": "void"
3521
- }
3522
- },
3523
- "inheritedFrom": {
3524
- "name": "FoundationElement",
3525
- "module": "src/foundation-element/foundation-element.ts"
3526
- }
3527
- },
3528
- {
3529
- "kind": "field",
3530
- "name": "styles",
3531
- "type": {
3532
- "text": "ElementStyles | void | null"
3533
- },
3534
- "privacy": "public",
3535
- "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.",
3536
- "inheritedFrom": {
3537
- "name": "FoundationElement",
3538
- "module": "src/foundation-element/foundation-element.ts"
3539
- }
3540
- },
3541
- {
3542
- "kind": "method",
3543
- "name": "stylesChanged",
3544
- "privacy": "protected",
3545
- "return": {
3546
- "type": {
3547
- "text": "void"
3548
- }
3549
- },
3550
- "inheritedFrom": {
3551
- "name": "FoundationElement",
3552
- "module": "src/foundation-element/foundation-element.ts"
3553
- }
3554
- },
3555
- {
3556
- "kind": "method",
3557
- "name": "compose",
3558
- "privacy": "public",
3559
- "static": true,
3560
- "return": {
3561
- "type": {
3562
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3563
- }
3564
- },
3565
- "parameters": [
3566
- {
3567
- "name": "this",
3568
- "type": {
3569
- "text": "K"
3570
- }
3571
- },
3572
- {
3573
- "name": "elementDefinition",
3574
- "type": {
3575
- "text": "T"
3576
- },
3577
- "description": "The definition of the element to create the registry\nfunction for."
3578
- }
3579
- ],
3580
- "description": "Defines an element registry function with a set of element definition defaults.",
3581
- "inheritedFrom": {
3582
- "name": "FoundationElement",
3583
- "module": "src/foundation-element/foundation-element.ts"
3584
- }
3585
- }
3586
- ]
3134
+ "customElement": true
3587
3135
  },
3588
3136
  {
3589
3137
  "kind": "variable",
@@ -3871,249 +3419,7 @@
3871
3419
  "package": "@genesislcap/foundation-ui"
3872
3420
  },
3873
3421
  "tagName": "%%prefix%%-dialog",
3874
- "customElement": true,
3875
- "attributes": [
3876
- {
3877
- "name": "position",
3878
- "type": {
3879
- "text": "'centre' | 'left' | 'right'"
3880
- },
3881
- "default": "'centre'",
3882
- "fieldName": "position",
3883
- "inheritedFrom": {
3884
- "name": "DialogElement",
3885
- "module": "src/dialog/dialog.ts"
3886
- }
3887
- },
3888
- {
3889
- "name": "show-close-icon",
3890
- "type": {
3891
- "text": "boolean"
3892
- },
3893
- "default": "true",
3894
- "description": "Whether or not to show the close icon",
3895
- "fieldName": "showCloseIcon",
3896
- "inheritedFrom": {
3897
- "name": "DialogElement",
3898
- "module": "src/dialog/dialog.ts"
3899
- }
3900
- }
3901
- ],
3902
- "members": [
3903
- {
3904
- "kind": "field",
3905
- "name": "mainElement",
3906
- "type": {
3907
- "text": "HTMLDialogElement"
3908
- },
3909
- "description": "A reference to the dialog element\nin the component Shadow DOM.",
3910
- "inheritedFrom": {
3911
- "name": "DialogElement",
3912
- "module": "src/dialog/dialog.ts"
3913
- }
3914
- },
3915
- {
3916
- "kind": "field",
3917
- "name": "position",
3918
- "type": {
3919
- "text": "'centre' | 'left' | 'right'"
3920
- },
3921
- "default": "'centre'",
3922
- "inheritedFrom": {
3923
- "name": "DialogElement",
3924
- "module": "src/dialog/dialog.ts"
3925
- }
3926
- },
3927
- {
3928
- "kind": "field",
3929
- "name": "showCloseIcon",
3930
- "type": {
3931
- "text": "boolean"
3932
- },
3933
- "default": "true",
3934
- "description": "Whether or not to show the close icon",
3935
- "inheritedFrom": {
3936
- "name": "DialogElement",
3937
- "module": "src/dialog/dialog.ts"
3938
- }
3939
- },
3940
- {
3941
- "kind": "field",
3942
- "name": "onShowCallback",
3943
- "type": {
3944
- "text": "() => void"
3945
- },
3946
- "description": "Callback to run *before* HTMLDialogElement is shown",
3947
- "inheritedFrom": {
3948
- "name": "DialogElement",
3949
- "module": "src/dialog/dialog.ts"
3950
- }
3951
- },
3952
- {
3953
- "kind": "field",
3954
- "name": "onCloseCallback",
3955
- "type": {
3956
- "text": "() => void"
3957
- },
3958
- "description": "Callback to run *after* HTMLDialogElement is closed",
3959
- "inheritedFrom": {
3960
- "name": "DialogElement",
3961
- "module": "src/dialog/dialog.ts"
3962
- }
3963
- },
3964
- {
3965
- "kind": "field",
3966
- "name": "open",
3967
- "type": {
3968
- "text": "boolean"
3969
- },
3970
- "description": "Determine if the dialog is showing or closed.",
3971
- "readonly": true,
3972
- "inheritedFrom": {
3973
- "name": "DialogElement",
3974
- "module": "src/dialog/dialog.ts"
3975
- }
3976
- },
3977
- {
3978
- "kind": "method",
3979
- "name": "show",
3980
- "return": {
3981
- "type": {
3982
- "text": "void"
3983
- }
3984
- },
3985
- "description": "Show the HTMLDialogElement and its contents",
3986
- "inheritedFrom": {
3987
- "name": "DialogElement",
3988
- "module": "src/dialog/dialog.ts"
3989
- }
3990
- },
3991
- {
3992
- "kind": "method",
3993
- "name": "close",
3994
- "return": {
3995
- "type": {
3996
- "text": "void"
3997
- }
3998
- },
3999
- "description": "Remove the HTMLDialogElement from display",
4000
- "inheritedFrom": {
4001
- "name": "DialogElement",
4002
- "module": "src/dialog/dialog.ts"
4003
- }
4004
- },
4005
- {
4006
- "kind": "field",
4007
- "name": "_presentation",
4008
- "type": {
4009
- "text": "ComponentPresentation | null | undefined"
4010
- },
4011
- "privacy": "private",
4012
- "default": "void 0",
4013
- "inheritedFrom": {
4014
- "name": "FoundationElement",
4015
- "module": "src/foundation-element/foundation-element.ts"
4016
- }
4017
- },
4018
- {
4019
- "kind": "field",
4020
- "name": "$presentation",
4021
- "type": {
4022
- "text": "ComponentPresentation | null"
4023
- },
4024
- "privacy": "public",
4025
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4026
- "inheritedFrom": {
4027
- "name": "FoundationElement",
4028
- "module": "src/foundation-element/foundation-element.ts"
4029
- }
4030
- },
4031
- {
4032
- "kind": "field",
4033
- "name": "template",
4034
- "type": {
4035
- "text": "ElementViewTemplate | void | null"
4036
- },
4037
- "privacy": "public",
4038
- "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.",
4039
- "inheritedFrom": {
4040
- "name": "FoundationElement",
4041
- "module": "src/foundation-element/foundation-element.ts"
4042
- }
4043
- },
4044
- {
4045
- "kind": "method",
4046
- "name": "templateChanged",
4047
- "privacy": "protected",
4048
- "return": {
4049
- "type": {
4050
- "text": "void"
4051
- }
4052
- },
4053
- "inheritedFrom": {
4054
- "name": "FoundationElement",
4055
- "module": "src/foundation-element/foundation-element.ts"
4056
- }
4057
- },
4058
- {
4059
- "kind": "field",
4060
- "name": "styles",
4061
- "type": {
4062
- "text": "ElementStyles | void | null"
4063
- },
4064
- "privacy": "public",
4065
- "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.",
4066
- "inheritedFrom": {
4067
- "name": "FoundationElement",
4068
- "module": "src/foundation-element/foundation-element.ts"
4069
- }
4070
- },
4071
- {
4072
- "kind": "method",
4073
- "name": "stylesChanged",
4074
- "privacy": "protected",
4075
- "return": {
4076
- "type": {
4077
- "text": "void"
4078
- }
4079
- },
4080
- "inheritedFrom": {
4081
- "name": "FoundationElement",
4082
- "module": "src/foundation-element/foundation-element.ts"
4083
- }
4084
- },
4085
- {
4086
- "kind": "method",
4087
- "name": "compose",
4088
- "privacy": "public",
4089
- "static": true,
4090
- "return": {
4091
- "type": {
4092
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4093
- }
4094
- },
4095
- "parameters": [
4096
- {
4097
- "name": "this",
4098
- "type": {
4099
- "text": "K"
4100
- }
4101
- },
4102
- {
4103
- "name": "elementDefinition",
4104
- "type": {
4105
- "text": "T"
4106
- },
4107
- "description": "The definition of the element to create the registry\nfunction for."
4108
- }
4109
- ],
4110
- "description": "Defines an element registry function with a set of element definition defaults.",
4111
- "inheritedFrom": {
4112
- "name": "FoundationElement",
4113
- "module": "src/foundation-element/foundation-element.ts"
4114
- }
4115
- }
4116
- ]
3422
+ "customElement": true
4117
3423
  },
4118
3424
  {
4119
3425
  "kind": "variable",
@@ -4664,120 +3970,7 @@
4664
3970
  "package": "@genesislcap/foundation-ui"
4665
3971
  },
4666
3972
  "tagName": "%%prefix%%-dropdown-menu",
4667
- "customElement": true,
4668
- "members": [
4669
- {
4670
- "kind": "field",
4671
- "name": "_presentation",
4672
- "type": {
4673
- "text": "ComponentPresentation | null | undefined"
4674
- },
4675
- "privacy": "private",
4676
- "default": "void 0",
4677
- "inheritedFrom": {
4678
- "name": "FoundationElement",
4679
- "module": "src/foundation-element/foundation-element.ts"
4680
- }
4681
- },
4682
- {
4683
- "kind": "field",
4684
- "name": "$presentation",
4685
- "type": {
4686
- "text": "ComponentPresentation | null"
4687
- },
4688
- "privacy": "public",
4689
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4690
- "inheritedFrom": {
4691
- "name": "FoundationElement",
4692
- "module": "src/foundation-element/foundation-element.ts"
4693
- }
4694
- },
4695
- {
4696
- "kind": "field",
4697
- "name": "template",
4698
- "type": {
4699
- "text": "ElementViewTemplate | void | null"
4700
- },
4701
- "privacy": "public",
4702
- "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.",
4703
- "inheritedFrom": {
4704
- "name": "FoundationElement",
4705
- "module": "src/foundation-element/foundation-element.ts"
4706
- }
4707
- },
4708
- {
4709
- "kind": "method",
4710
- "name": "templateChanged",
4711
- "privacy": "protected",
4712
- "return": {
4713
- "type": {
4714
- "text": "void"
4715
- }
4716
- },
4717
- "inheritedFrom": {
4718
- "name": "FoundationElement",
4719
- "module": "src/foundation-element/foundation-element.ts"
4720
- }
4721
- },
4722
- {
4723
- "kind": "field",
4724
- "name": "styles",
4725
- "type": {
4726
- "text": "ElementStyles | void | null"
4727
- },
4728
- "privacy": "public",
4729
- "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.",
4730
- "inheritedFrom": {
4731
- "name": "FoundationElement",
4732
- "module": "src/foundation-element/foundation-element.ts"
4733
- }
4734
- },
4735
- {
4736
- "kind": "method",
4737
- "name": "stylesChanged",
4738
- "privacy": "protected",
4739
- "return": {
4740
- "type": {
4741
- "text": "void"
4742
- }
4743
- },
4744
- "inheritedFrom": {
4745
- "name": "FoundationElement",
4746
- "module": "src/foundation-element/foundation-element.ts"
4747
- }
4748
- },
4749
- {
4750
- "kind": "method",
4751
- "name": "compose",
4752
- "privacy": "public",
4753
- "static": true,
4754
- "return": {
4755
- "type": {
4756
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4757
- }
4758
- },
4759
- "parameters": [
4760
- {
4761
- "name": "this",
4762
- "type": {
4763
- "text": "K"
4764
- }
4765
- },
4766
- {
4767
- "name": "elementDefinition",
4768
- "type": {
4769
- "text": "T"
4770
- },
4771
- "description": "The definition of the element to create the registry\nfunction for."
4772
- }
4773
- ],
4774
- "description": "Defines an element registry function with a set of element definition defaults.",
4775
- "inheritedFrom": {
4776
- "name": "FoundationElement",
4777
- "module": "src/foundation-element/foundation-element.ts"
4778
- }
4779
- }
4780
- ]
3973
+ "customElement": true
4781
3974
  },
4782
3975
  {
4783
3976
  "kind": "variable",
@@ -4942,120 +4135,7 @@
4942
4135
  "package": "@genesislcap/foundation-ui"
4943
4136
  },
4944
4137
  "tagName": "%%prefix%%-error-banner",
4945
- "customElement": true,
4946
- "members": [
4947
- {
4948
- "kind": "field",
4949
- "name": "_presentation",
4950
- "type": {
4951
- "text": "ComponentPresentation | null | undefined"
4952
- },
4953
- "privacy": "private",
4954
- "default": "void 0",
4955
- "inheritedFrom": {
4956
- "name": "FoundationElement",
4957
- "module": "src/foundation-element/foundation-element.ts"
4958
- }
4959
- },
4960
- {
4961
- "kind": "field",
4962
- "name": "$presentation",
4963
- "type": {
4964
- "text": "ComponentPresentation | null"
4965
- },
4966
- "privacy": "public",
4967
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4968
- "inheritedFrom": {
4969
- "name": "FoundationElement",
4970
- "module": "src/foundation-element/foundation-element.ts"
4971
- }
4972
- },
4973
- {
4974
- "kind": "field",
4975
- "name": "template",
4976
- "type": {
4977
- "text": "ElementViewTemplate | void | null"
4978
- },
4979
- "privacy": "public",
4980
- "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.",
4981
- "inheritedFrom": {
4982
- "name": "FoundationElement",
4983
- "module": "src/foundation-element/foundation-element.ts"
4984
- }
4985
- },
4986
- {
4987
- "kind": "method",
4988
- "name": "templateChanged",
4989
- "privacy": "protected",
4990
- "return": {
4991
- "type": {
4992
- "text": "void"
4993
- }
4994
- },
4995
- "inheritedFrom": {
4996
- "name": "FoundationElement",
4997
- "module": "src/foundation-element/foundation-element.ts"
4998
- }
4999
- },
5000
- {
5001
- "kind": "field",
5002
- "name": "styles",
5003
- "type": {
5004
- "text": "ElementStyles | void | null"
5005
- },
5006
- "privacy": "public",
5007
- "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.",
5008
- "inheritedFrom": {
5009
- "name": "FoundationElement",
5010
- "module": "src/foundation-element/foundation-element.ts"
5011
- }
5012
- },
5013
- {
5014
- "kind": "method",
5015
- "name": "stylesChanged",
5016
- "privacy": "protected",
5017
- "return": {
5018
- "type": {
5019
- "text": "void"
5020
- }
5021
- },
5022
- "inheritedFrom": {
5023
- "name": "FoundationElement",
5024
- "module": "src/foundation-element/foundation-element.ts"
5025
- }
5026
- },
5027
- {
5028
- "kind": "method",
5029
- "name": "compose",
5030
- "privacy": "public",
5031
- "static": true,
5032
- "return": {
5033
- "type": {
5034
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5035
- }
5036
- },
5037
- "parameters": [
5038
- {
5039
- "name": "this",
5040
- "type": {
5041
- "text": "K"
5042
- }
5043
- },
5044
- {
5045
- "name": "elementDefinition",
5046
- "type": {
5047
- "text": "T"
5048
- },
5049
- "description": "The definition of the element to create the registry\nfunction for."
5050
- }
5051
- ],
5052
- "description": "Defines an element registry function with a set of element definition defaults.",
5053
- "inheritedFrom": {
5054
- "name": "FoundationElement",
5055
- "module": "src/foundation-element/foundation-element.ts"
5056
- }
5057
- }
5058
- ]
4138
+ "customElement": true
5059
4139
  },
5060
4140
  {
5061
4141
  "kind": "variable",
@@ -5135,120 +4215,7 @@
5135
4215
  "package": "@genesislcap/foundation-ui"
5136
4216
  },
5137
4217
  "tagName": "%%prefix%%-error-boundary",
5138
- "customElement": true,
5139
- "members": [
5140
- {
5141
- "kind": "field",
5142
- "name": "_presentation",
5143
- "type": {
5144
- "text": "ComponentPresentation | null | undefined"
5145
- },
5146
- "privacy": "private",
5147
- "default": "void 0",
5148
- "inheritedFrom": {
5149
- "name": "FoundationElement",
5150
- "module": "src/foundation-element/foundation-element.ts"
5151
- }
5152
- },
5153
- {
5154
- "kind": "field",
5155
- "name": "$presentation",
5156
- "type": {
5157
- "text": "ComponentPresentation | null"
5158
- },
5159
- "privacy": "public",
5160
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5161
- "inheritedFrom": {
5162
- "name": "FoundationElement",
5163
- "module": "src/foundation-element/foundation-element.ts"
5164
- }
5165
- },
5166
- {
5167
- "kind": "field",
5168
- "name": "template",
5169
- "type": {
5170
- "text": "ElementViewTemplate | void | null"
5171
- },
5172
- "privacy": "public",
5173
- "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.",
5174
- "inheritedFrom": {
5175
- "name": "FoundationElement",
5176
- "module": "src/foundation-element/foundation-element.ts"
5177
- }
5178
- },
5179
- {
5180
- "kind": "method",
5181
- "name": "templateChanged",
5182
- "privacy": "protected",
5183
- "return": {
5184
- "type": {
5185
- "text": "void"
5186
- }
5187
- },
5188
- "inheritedFrom": {
5189
- "name": "FoundationElement",
5190
- "module": "src/foundation-element/foundation-element.ts"
5191
- }
5192
- },
5193
- {
5194
- "kind": "field",
5195
- "name": "styles",
5196
- "type": {
5197
- "text": "ElementStyles | void | null"
5198
- },
5199
- "privacy": "public",
5200
- "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.",
5201
- "inheritedFrom": {
5202
- "name": "FoundationElement",
5203
- "module": "src/foundation-element/foundation-element.ts"
5204
- }
5205
- },
5206
- {
5207
- "kind": "method",
5208
- "name": "stylesChanged",
5209
- "privacy": "protected",
5210
- "return": {
5211
- "type": {
5212
- "text": "void"
5213
- }
5214
- },
5215
- "inheritedFrom": {
5216
- "name": "FoundationElement",
5217
- "module": "src/foundation-element/foundation-element.ts"
5218
- }
5219
- },
5220
- {
5221
- "kind": "method",
5222
- "name": "compose",
5223
- "privacy": "public",
5224
- "static": true,
5225
- "return": {
5226
- "type": {
5227
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5228
- }
5229
- },
5230
- "parameters": [
5231
- {
5232
- "name": "this",
5233
- "type": {
5234
- "text": "K"
5235
- }
5236
- },
5237
- {
5238
- "name": "elementDefinition",
5239
- "type": {
5240
- "text": "T"
5241
- },
5242
- "description": "The definition of the element to create the registry\nfunction for."
5243
- }
5244
- ],
5245
- "description": "Defines an element registry function with a set of element definition defaults.",
5246
- "inheritedFrom": {
5247
- "name": "FoundationElement",
5248
- "module": "src/foundation-element/foundation-element.ts"
5249
- }
5250
- }
5251
- ]
4218
+ "customElement": true
5252
4219
  },
5253
4220
  {
5254
4221
  "kind": "variable",
@@ -5350,120 +4317,7 @@
5350
4317
  "package": "@genesislcap/foundation-ui"
5351
4318
  },
5352
4319
  "tagName": "%%prefix%%-error-dialog",
5353
- "customElement": true,
5354
- "members": [
5355
- {
5356
- "kind": "field",
5357
- "name": "_presentation",
5358
- "type": {
5359
- "text": "ComponentPresentation | null | undefined"
5360
- },
5361
- "privacy": "private",
5362
- "default": "void 0",
5363
- "inheritedFrom": {
5364
- "name": "FoundationElement",
5365
- "module": "src/foundation-element/foundation-element.ts"
5366
- }
5367
- },
5368
- {
5369
- "kind": "field",
5370
- "name": "$presentation",
5371
- "type": {
5372
- "text": "ComponentPresentation | null"
5373
- },
5374
- "privacy": "public",
5375
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5376
- "inheritedFrom": {
5377
- "name": "FoundationElement",
5378
- "module": "src/foundation-element/foundation-element.ts"
5379
- }
5380
- },
5381
- {
5382
- "kind": "field",
5383
- "name": "template",
5384
- "type": {
5385
- "text": "ElementViewTemplate | void | null"
5386
- },
5387
- "privacy": "public",
5388
- "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.",
5389
- "inheritedFrom": {
5390
- "name": "FoundationElement",
5391
- "module": "src/foundation-element/foundation-element.ts"
5392
- }
5393
- },
5394
- {
5395
- "kind": "method",
5396
- "name": "templateChanged",
5397
- "privacy": "protected",
5398
- "return": {
5399
- "type": {
5400
- "text": "void"
5401
- }
5402
- },
5403
- "inheritedFrom": {
5404
- "name": "FoundationElement",
5405
- "module": "src/foundation-element/foundation-element.ts"
5406
- }
5407
- },
5408
- {
5409
- "kind": "field",
5410
- "name": "styles",
5411
- "type": {
5412
- "text": "ElementStyles | void | null"
5413
- },
5414
- "privacy": "public",
5415
- "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.",
5416
- "inheritedFrom": {
5417
- "name": "FoundationElement",
5418
- "module": "src/foundation-element/foundation-element.ts"
5419
- }
5420
- },
5421
- {
5422
- "kind": "method",
5423
- "name": "stylesChanged",
5424
- "privacy": "protected",
5425
- "return": {
5426
- "type": {
5427
- "text": "void"
5428
- }
5429
- },
5430
- "inheritedFrom": {
5431
- "name": "FoundationElement",
5432
- "module": "src/foundation-element/foundation-element.ts"
5433
- }
5434
- },
5435
- {
5436
- "kind": "method",
5437
- "name": "compose",
5438
- "privacy": "public",
5439
- "static": true,
5440
- "return": {
5441
- "type": {
5442
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5443
- }
5444
- },
5445
- "parameters": [
5446
- {
5447
- "name": "this",
5448
- "type": {
5449
- "text": "K"
5450
- }
5451
- },
5452
- {
5453
- "name": "elementDefinition",
5454
- "type": {
5455
- "text": "T"
5456
- },
5457
- "description": "The definition of the element to create the registry\nfunction for."
5458
- }
5459
- ],
5460
- "description": "Defines an element registry function with a set of element definition defaults.",
5461
- "inheritedFrom": {
5462
- "name": "FoundationElement",
5463
- "module": "src/foundation-element/foundation-element.ts"
5464
- }
5465
- }
5466
- ]
4320
+ "customElement": true
5467
4321
  },
5468
4322
  {
5469
4323
  "kind": "variable",
@@ -5611,120 +4465,7 @@
5611
4465
  "package": "@genesislcap/foundation-ui"
5612
4466
  },
5613
4467
  "tagName": "%%prefix%%-file-upload",
5614
- "customElement": true,
5615
- "members": [
5616
- {
5617
- "kind": "field",
5618
- "name": "_presentation",
5619
- "type": {
5620
- "text": "ComponentPresentation | null | undefined"
5621
- },
5622
- "privacy": "private",
5623
- "default": "void 0",
5624
- "inheritedFrom": {
5625
- "name": "FoundationElement",
5626
- "module": "src/foundation-element/foundation-element.ts"
5627
- }
5628
- },
5629
- {
5630
- "kind": "field",
5631
- "name": "$presentation",
5632
- "type": {
5633
- "text": "ComponentPresentation | null"
5634
- },
5635
- "privacy": "public",
5636
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5637
- "inheritedFrom": {
5638
- "name": "FoundationElement",
5639
- "module": "src/foundation-element/foundation-element.ts"
5640
- }
5641
- },
5642
- {
5643
- "kind": "field",
5644
- "name": "template",
5645
- "type": {
5646
- "text": "ElementViewTemplate | void | null"
5647
- },
5648
- "privacy": "public",
5649
- "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.",
5650
- "inheritedFrom": {
5651
- "name": "FoundationElement",
5652
- "module": "src/foundation-element/foundation-element.ts"
5653
- }
5654
- },
5655
- {
5656
- "kind": "method",
5657
- "name": "templateChanged",
5658
- "privacy": "protected",
5659
- "return": {
5660
- "type": {
5661
- "text": "void"
5662
- }
5663
- },
5664
- "inheritedFrom": {
5665
- "name": "FoundationElement",
5666
- "module": "src/foundation-element/foundation-element.ts"
5667
- }
5668
- },
5669
- {
5670
- "kind": "field",
5671
- "name": "styles",
5672
- "type": {
5673
- "text": "ElementStyles | void | null"
5674
- },
5675
- "privacy": "public",
5676
- "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.",
5677
- "inheritedFrom": {
5678
- "name": "FoundationElement",
5679
- "module": "src/foundation-element/foundation-element.ts"
5680
- }
5681
- },
5682
- {
5683
- "kind": "method",
5684
- "name": "stylesChanged",
5685
- "privacy": "protected",
5686
- "return": {
5687
- "type": {
5688
- "text": "void"
5689
- }
5690
- },
5691
- "inheritedFrom": {
5692
- "name": "FoundationElement",
5693
- "module": "src/foundation-element/foundation-element.ts"
5694
- }
5695
- },
5696
- {
5697
- "kind": "method",
5698
- "name": "compose",
5699
- "privacy": "public",
5700
- "static": true,
5701
- "return": {
5702
- "type": {
5703
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5704
- }
5705
- },
5706
- "parameters": [
5707
- {
5708
- "name": "this",
5709
- "type": {
5710
- "text": "K"
5711
- }
5712
- },
5713
- {
5714
- "name": "elementDefinition",
5715
- "type": {
5716
- "text": "T"
5717
- },
5718
- "description": "The definition of the element to create the registry\nfunction for."
5719
- }
5720
- ],
5721
- "description": "Defines an element registry function with a set of element definition defaults.",
5722
- "inheritedFrom": {
5723
- "name": "FoundationElement",
5724
- "module": "src/foundation-element/foundation-element.ts"
5725
- }
5726
- }
5727
- ]
4468
+ "customElement": true
5728
4469
  },
5729
4470
  {
5730
4471
  "kind": "variable",
@@ -5944,117 +4685,6 @@
5944
4685
  "type": {
5945
4686
  "text": "any[]"
5946
4687
  }
5947
- },
5948
- {
5949
- "kind": "field",
5950
- "name": "_presentation",
5951
- "type": {
5952
- "text": "ComponentPresentation | null | undefined"
5953
- },
5954
- "privacy": "private",
5955
- "default": "void 0",
5956
- "inheritedFrom": {
5957
- "name": "FoundationElement",
5958
- "module": "src/foundation-element/foundation-element.ts"
5959
- }
5960
- },
5961
- {
5962
- "kind": "field",
5963
- "name": "$presentation",
5964
- "type": {
5965
- "text": "ComponentPresentation | null"
5966
- },
5967
- "privacy": "public",
5968
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5969
- "inheritedFrom": {
5970
- "name": "FoundationElement",
5971
- "module": "src/foundation-element/foundation-element.ts"
5972
- }
5973
- },
5974
- {
5975
- "kind": "field",
5976
- "name": "template",
5977
- "type": {
5978
- "text": "ElementViewTemplate | void | null"
5979
- },
5980
- "privacy": "public",
5981
- "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.",
5982
- "inheritedFrom": {
5983
- "name": "FoundationElement",
5984
- "module": "src/foundation-element/foundation-element.ts"
5985
- }
5986
- },
5987
- {
5988
- "kind": "method",
5989
- "name": "templateChanged",
5990
- "privacy": "protected",
5991
- "return": {
5992
- "type": {
5993
- "text": "void"
5994
- }
5995
- },
5996
- "inheritedFrom": {
5997
- "name": "FoundationElement",
5998
- "module": "src/foundation-element/foundation-element.ts"
5999
- }
6000
- },
6001
- {
6002
- "kind": "field",
6003
- "name": "styles",
6004
- "type": {
6005
- "text": "ElementStyles | void | null"
6006
- },
6007
- "privacy": "public",
6008
- "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.",
6009
- "inheritedFrom": {
6010
- "name": "FoundationElement",
6011
- "module": "src/foundation-element/foundation-element.ts"
6012
- }
6013
- },
6014
- {
6015
- "kind": "method",
6016
- "name": "stylesChanged",
6017
- "privacy": "protected",
6018
- "return": {
6019
- "type": {
6020
- "text": "void"
6021
- }
6022
- },
6023
- "inheritedFrom": {
6024
- "name": "FoundationElement",
6025
- "module": "src/foundation-element/foundation-element.ts"
6026
- }
6027
- },
6028
- {
6029
- "kind": "method",
6030
- "name": "compose",
6031
- "privacy": "public",
6032
- "static": true,
6033
- "return": {
6034
- "type": {
6035
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6036
- }
6037
- },
6038
- "parameters": [
6039
- {
6040
- "name": "this",
6041
- "type": {
6042
- "text": "K"
6043
- }
6044
- },
6045
- {
6046
- "name": "elementDefinition",
6047
- "type": {
6048
- "text": "T"
6049
- },
6050
- "description": "The definition of the element to create the registry\nfunction for."
6051
- }
6052
- ],
6053
- "description": "Defines an element registry function with a set of element definition defaults.",
6054
- "inheritedFrom": {
6055
- "name": "FoundationElement",
6056
- "module": "src/foundation-element/foundation-element.ts"
6057
- }
6058
4688
  }
6059
4689
  ],
6060
4690
  "attributes": [
@@ -6319,117 +4949,6 @@
6319
4949
  "text": "boolean"
6320
4950
  },
6321
4951
  "default": "true"
6322
- },
6323
- {
6324
- "kind": "field",
6325
- "name": "_presentation",
6326
- "type": {
6327
- "text": "ComponentPresentation | null | undefined"
6328
- },
6329
- "privacy": "private",
6330
- "default": "void 0",
6331
- "inheritedFrom": {
6332
- "name": "FoundationElement",
6333
- "module": "src/foundation-element/foundation-element.ts"
6334
- }
6335
- },
6336
- {
6337
- "kind": "field",
6338
- "name": "$presentation",
6339
- "type": {
6340
- "text": "ComponentPresentation | null"
6341
- },
6342
- "privacy": "public",
6343
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6344
- "inheritedFrom": {
6345
- "name": "FoundationElement",
6346
- "module": "src/foundation-element/foundation-element.ts"
6347
- }
6348
- },
6349
- {
6350
- "kind": "field",
6351
- "name": "template",
6352
- "type": {
6353
- "text": "ElementViewTemplate | void | null"
6354
- },
6355
- "privacy": "public",
6356
- "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.",
6357
- "inheritedFrom": {
6358
- "name": "FoundationElement",
6359
- "module": "src/foundation-element/foundation-element.ts"
6360
- }
6361
- },
6362
- {
6363
- "kind": "method",
6364
- "name": "templateChanged",
6365
- "privacy": "protected",
6366
- "return": {
6367
- "type": {
6368
- "text": "void"
6369
- }
6370
- },
6371
- "inheritedFrom": {
6372
- "name": "FoundationElement",
6373
- "module": "src/foundation-element/foundation-element.ts"
6374
- }
6375
- },
6376
- {
6377
- "kind": "field",
6378
- "name": "styles",
6379
- "type": {
6380
- "text": "ElementStyles | void | null"
6381
- },
6382
- "privacy": "public",
6383
- "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.",
6384
- "inheritedFrom": {
6385
- "name": "FoundationElement",
6386
- "module": "src/foundation-element/foundation-element.ts"
6387
- }
6388
- },
6389
- {
6390
- "kind": "method",
6391
- "name": "stylesChanged",
6392
- "privacy": "protected",
6393
- "return": {
6394
- "type": {
6395
- "text": "void"
6396
- }
6397
- },
6398
- "inheritedFrom": {
6399
- "name": "FoundationElement",
6400
- "module": "src/foundation-element/foundation-element.ts"
6401
- }
6402
- },
6403
- {
6404
- "kind": "method",
6405
- "name": "compose",
6406
- "privacy": "public",
6407
- "static": true,
6408
- "return": {
6409
- "type": {
6410
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6411
- }
6412
- },
6413
- "parameters": [
6414
- {
6415
- "name": "this",
6416
- "type": {
6417
- "text": "K"
6418
- }
6419
- },
6420
- {
6421
- "name": "elementDefinition",
6422
- "type": {
6423
- "text": "T"
6424
- },
6425
- "description": "The definition of the element to create the registry\nfunction for."
6426
- }
6427
- ],
6428
- "description": "Defines an element registry function with a set of element definition defaults.",
6429
- "inheritedFrom": {
6430
- "name": "FoundationElement",
6431
- "module": "src/foundation-element/foundation-element.ts"
6432
- }
6433
4952
  }
6434
4953
  ],
6435
4954
  "attributes": [
@@ -6582,120 +5101,7 @@
6582
5101
  "package": "@genesislcap/foundation-ui"
6583
5102
  },
6584
5103
  "tagName": "%%prefix%%-flex-layout",
6585
- "customElement": true,
6586
- "members": [
6587
- {
6588
- "kind": "field",
6589
- "name": "_presentation",
6590
- "type": {
6591
- "text": "ComponentPresentation | null | undefined"
6592
- },
6593
- "privacy": "private",
6594
- "default": "void 0",
6595
- "inheritedFrom": {
6596
- "name": "FoundationElement",
6597
- "module": "src/foundation-element/foundation-element.ts"
6598
- }
6599
- },
6600
- {
6601
- "kind": "field",
6602
- "name": "$presentation",
6603
- "type": {
6604
- "text": "ComponentPresentation | null"
6605
- },
6606
- "privacy": "public",
6607
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6608
- "inheritedFrom": {
6609
- "name": "FoundationElement",
6610
- "module": "src/foundation-element/foundation-element.ts"
6611
- }
6612
- },
6613
- {
6614
- "kind": "field",
6615
- "name": "template",
6616
- "type": {
6617
- "text": "ElementViewTemplate | void | null"
6618
- },
6619
- "privacy": "public",
6620
- "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.",
6621
- "inheritedFrom": {
6622
- "name": "FoundationElement",
6623
- "module": "src/foundation-element/foundation-element.ts"
6624
- }
6625
- },
6626
- {
6627
- "kind": "method",
6628
- "name": "templateChanged",
6629
- "privacy": "protected",
6630
- "return": {
6631
- "type": {
6632
- "text": "void"
6633
- }
6634
- },
6635
- "inheritedFrom": {
6636
- "name": "FoundationElement",
6637
- "module": "src/foundation-element/foundation-element.ts"
6638
- }
6639
- },
6640
- {
6641
- "kind": "field",
6642
- "name": "styles",
6643
- "type": {
6644
- "text": "ElementStyles | void | null"
6645
- },
6646
- "privacy": "public",
6647
- "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.",
6648
- "inheritedFrom": {
6649
- "name": "FoundationElement",
6650
- "module": "src/foundation-element/foundation-element.ts"
6651
- }
6652
- },
6653
- {
6654
- "kind": "method",
6655
- "name": "stylesChanged",
6656
- "privacy": "protected",
6657
- "return": {
6658
- "type": {
6659
- "text": "void"
6660
- }
6661
- },
6662
- "inheritedFrom": {
6663
- "name": "FoundationElement",
6664
- "module": "src/foundation-element/foundation-element.ts"
6665
- }
6666
- },
6667
- {
6668
- "kind": "method",
6669
- "name": "compose",
6670
- "privacy": "public",
6671
- "static": true,
6672
- "return": {
6673
- "type": {
6674
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6675
- }
6676
- },
6677
- "parameters": [
6678
- {
6679
- "name": "this",
6680
- "type": {
6681
- "text": "K"
6682
- }
6683
- },
6684
- {
6685
- "name": "elementDefinition",
6686
- "type": {
6687
- "text": "T"
6688
- },
6689
- "description": "The definition of the element to create the registry\nfunction for."
6690
- }
6691
- ],
6692
- "description": "Defines an element registry function with a set of element definition defaults.",
6693
- "inheritedFrom": {
6694
- "name": "FoundationElement",
6695
- "module": "src/foundation-element/foundation-element.ts"
6696
- }
6697
- }
6698
- ]
5104
+ "customElement": true
6699
5105
  },
6700
5106
  {
6701
5107
  "kind": "variable",
@@ -7008,120 +5414,7 @@
7008
5414
  "package": "@genesislcap/foundation-ui"
7009
5415
  },
7010
5416
  "tagName": "%%prefix%%-flyout",
7011
- "customElement": true,
7012
- "members": [
7013
- {
7014
- "kind": "field",
7015
- "name": "_presentation",
7016
- "type": {
7017
- "text": "ComponentPresentation | null | undefined"
7018
- },
7019
- "privacy": "private",
7020
- "default": "void 0",
7021
- "inheritedFrom": {
7022
- "name": "FoundationElement",
7023
- "module": "src/foundation-element/foundation-element.ts"
7024
- }
7025
- },
7026
- {
7027
- "kind": "field",
7028
- "name": "$presentation",
7029
- "type": {
7030
- "text": "ComponentPresentation | null"
7031
- },
7032
- "privacy": "public",
7033
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7034
- "inheritedFrom": {
7035
- "name": "FoundationElement",
7036
- "module": "src/foundation-element/foundation-element.ts"
7037
- }
7038
- },
7039
- {
7040
- "kind": "field",
7041
- "name": "template",
7042
- "type": {
7043
- "text": "ElementViewTemplate | void | null"
7044
- },
7045
- "privacy": "public",
7046
- "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.",
7047
- "inheritedFrom": {
7048
- "name": "FoundationElement",
7049
- "module": "src/foundation-element/foundation-element.ts"
7050
- }
7051
- },
7052
- {
7053
- "kind": "method",
7054
- "name": "templateChanged",
7055
- "privacy": "protected",
7056
- "return": {
7057
- "type": {
7058
- "text": "void"
7059
- }
7060
- },
7061
- "inheritedFrom": {
7062
- "name": "FoundationElement",
7063
- "module": "src/foundation-element/foundation-element.ts"
7064
- }
7065
- },
7066
- {
7067
- "kind": "field",
7068
- "name": "styles",
7069
- "type": {
7070
- "text": "ElementStyles | void | null"
7071
- },
7072
- "privacy": "public",
7073
- "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.",
7074
- "inheritedFrom": {
7075
- "name": "FoundationElement",
7076
- "module": "src/foundation-element/foundation-element.ts"
7077
- }
7078
- },
7079
- {
7080
- "kind": "method",
7081
- "name": "stylesChanged",
7082
- "privacy": "protected",
7083
- "return": {
7084
- "type": {
7085
- "text": "void"
7086
- }
7087
- },
7088
- "inheritedFrom": {
7089
- "name": "FoundationElement",
7090
- "module": "src/foundation-element/foundation-element.ts"
7091
- }
7092
- },
7093
- {
7094
- "kind": "method",
7095
- "name": "compose",
7096
- "privacy": "public",
7097
- "static": true,
7098
- "return": {
7099
- "type": {
7100
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
7101
- }
7102
- },
7103
- "parameters": [
7104
- {
7105
- "name": "this",
7106
- "type": {
7107
- "text": "K"
7108
- }
7109
- },
7110
- {
7111
- "name": "elementDefinition",
7112
- "type": {
7113
- "text": "T"
7114
- },
7115
- "description": "The definition of the element to create the registry\nfunction for."
7116
- }
7117
- ],
7118
- "description": "Defines an element registry function with a set of element definition defaults.",
7119
- "inheritedFrom": {
7120
- "name": "FoundationElement",
7121
- "module": "src/foundation-element/foundation-element.ts"
7122
- }
7123
- }
7124
- ]
5417
+ "customElement": true
7125
5418
  },
7126
5419
  {
7127
5420
  "kind": "variable",
@@ -7249,120 +5542,7 @@
7249
5542
  "package": "@genesislcap/foundation-ui"
7250
5543
  },
7251
5544
  "tagName": "%%prefix%%-grid-layout",
7252
- "customElement": true,
7253
- "members": [
7254
- {
7255
- "kind": "field",
7256
- "name": "_presentation",
7257
- "type": {
7258
- "text": "ComponentPresentation | null | undefined"
7259
- },
7260
- "privacy": "private",
7261
- "default": "void 0",
7262
- "inheritedFrom": {
7263
- "name": "FoundationElement",
7264
- "module": "src/foundation-element/foundation-element.ts"
7265
- }
7266
- },
7267
- {
7268
- "kind": "field",
7269
- "name": "$presentation",
7270
- "type": {
7271
- "text": "ComponentPresentation | null"
7272
- },
7273
- "privacy": "public",
7274
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7275
- "inheritedFrom": {
7276
- "name": "FoundationElement",
7277
- "module": "src/foundation-element/foundation-element.ts"
7278
- }
7279
- },
7280
- {
7281
- "kind": "field",
7282
- "name": "template",
7283
- "type": {
7284
- "text": "ElementViewTemplate | void | null"
7285
- },
7286
- "privacy": "public",
7287
- "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.",
7288
- "inheritedFrom": {
7289
- "name": "FoundationElement",
7290
- "module": "src/foundation-element/foundation-element.ts"
7291
- }
7292
- },
7293
- {
7294
- "kind": "method",
7295
- "name": "templateChanged",
7296
- "privacy": "protected",
7297
- "return": {
7298
- "type": {
7299
- "text": "void"
7300
- }
7301
- },
7302
- "inheritedFrom": {
7303
- "name": "FoundationElement",
7304
- "module": "src/foundation-element/foundation-element.ts"
7305
- }
7306
- },
7307
- {
7308
- "kind": "field",
7309
- "name": "styles",
7310
- "type": {
7311
- "text": "ElementStyles | void | null"
7312
- },
7313
- "privacy": "public",
7314
- "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.",
7315
- "inheritedFrom": {
7316
- "name": "FoundationElement",
7317
- "module": "src/foundation-element/foundation-element.ts"
7318
- }
7319
- },
7320
- {
7321
- "kind": "method",
7322
- "name": "stylesChanged",
7323
- "privacy": "protected",
7324
- "return": {
7325
- "type": {
7326
- "text": "void"
7327
- }
7328
- },
7329
- "inheritedFrom": {
7330
- "name": "FoundationElement",
7331
- "module": "src/foundation-element/foundation-element.ts"
7332
- }
7333
- },
7334
- {
7335
- "kind": "method",
7336
- "name": "compose",
7337
- "privacy": "public",
7338
- "static": true,
7339
- "return": {
7340
- "type": {
7341
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
7342
- }
7343
- },
7344
- "parameters": [
7345
- {
7346
- "name": "this",
7347
- "type": {
7348
- "text": "K"
7349
- }
7350
- },
7351
- {
7352
- "name": "elementDefinition",
7353
- "type": {
7354
- "text": "T"
7355
- },
7356
- "description": "The definition of the element to create the registry\nfunction for."
7357
- }
7358
- ],
7359
- "description": "Defines an element registry function with a set of element definition defaults.",
7360
- "inheritedFrom": {
7361
- "name": "FoundationElement",
7362
- "module": "src/foundation-element/foundation-element.ts"
7363
- }
7364
- }
7365
- ]
5545
+ "customElement": true
7366
5546
  },
7367
5547
  {
7368
5548
  "kind": "variable",
@@ -7418,120 +5598,7 @@
7418
5598
  "package": "@genesislcap/foundation-ui"
7419
5599
  },
7420
5600
  "tagName": "%%prefix%%-grid-layout-item",
7421
- "customElement": true,
7422
- "members": [
7423
- {
7424
- "kind": "field",
7425
- "name": "_presentation",
7426
- "type": {
7427
- "text": "ComponentPresentation | null | undefined"
7428
- },
7429
- "privacy": "private",
7430
- "default": "void 0",
7431
- "inheritedFrom": {
7432
- "name": "FoundationElement",
7433
- "module": "src/foundation-element/foundation-element.ts"
7434
- }
7435
- },
7436
- {
7437
- "kind": "field",
7438
- "name": "$presentation",
7439
- "type": {
7440
- "text": "ComponentPresentation | null"
7441
- },
7442
- "privacy": "public",
7443
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7444
- "inheritedFrom": {
7445
- "name": "FoundationElement",
7446
- "module": "src/foundation-element/foundation-element.ts"
7447
- }
7448
- },
7449
- {
7450
- "kind": "field",
7451
- "name": "template",
7452
- "type": {
7453
- "text": "ElementViewTemplate | void | null"
7454
- },
7455
- "privacy": "public",
7456
- "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.",
7457
- "inheritedFrom": {
7458
- "name": "FoundationElement",
7459
- "module": "src/foundation-element/foundation-element.ts"
7460
- }
7461
- },
7462
- {
7463
- "kind": "method",
7464
- "name": "templateChanged",
7465
- "privacy": "protected",
7466
- "return": {
7467
- "type": {
7468
- "text": "void"
7469
- }
7470
- },
7471
- "inheritedFrom": {
7472
- "name": "FoundationElement",
7473
- "module": "src/foundation-element/foundation-element.ts"
7474
- }
7475
- },
7476
- {
7477
- "kind": "field",
7478
- "name": "styles",
7479
- "type": {
7480
- "text": "ElementStyles | void | null"
7481
- },
7482
- "privacy": "public",
7483
- "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.",
7484
- "inheritedFrom": {
7485
- "name": "FoundationElement",
7486
- "module": "src/foundation-element/foundation-element.ts"
7487
- }
7488
- },
7489
- {
7490
- "kind": "method",
7491
- "name": "stylesChanged",
7492
- "privacy": "protected",
7493
- "return": {
7494
- "type": {
7495
- "text": "void"
7496
- }
7497
- },
7498
- "inheritedFrom": {
7499
- "name": "FoundationElement",
7500
- "module": "src/foundation-element/foundation-element.ts"
7501
- }
7502
- },
7503
- {
7504
- "kind": "method",
7505
- "name": "compose",
7506
- "privacy": "public",
7507
- "static": true,
7508
- "return": {
7509
- "type": {
7510
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
7511
- }
7512
- },
7513
- "parameters": [
7514
- {
7515
- "name": "this",
7516
- "type": {
7517
- "text": "K"
7518
- }
7519
- },
7520
- {
7521
- "name": "elementDefinition",
7522
- "type": {
7523
- "text": "T"
7524
- },
7525
- "description": "The definition of the element to create the registry\nfunction for."
7526
- }
7527
- ],
7528
- "description": "Defines an element registry function with a set of element definition defaults.",
7529
- "inheritedFrom": {
7530
- "name": "FoundationElement",
7531
- "module": "src/foundation-element/foundation-element.ts"
7532
- }
7533
- }
7534
- ]
5601
+ "customElement": true
7535
5602
  },
7536
5603
  {
7537
5604
  "kind": "variable",
@@ -7690,120 +5757,7 @@
7690
5757
  "package": "@genesislcap/foundation-ui"
7691
5758
  },
7692
5759
  "tagName": "%%prefix%%-icon",
7693
- "customElement": true,
7694
- "members": [
7695
- {
7696
- "kind": "field",
7697
- "name": "_presentation",
7698
- "type": {
7699
- "text": "ComponentPresentation | null | undefined"
7700
- },
7701
- "privacy": "private",
7702
- "default": "void 0",
7703
- "inheritedFrom": {
7704
- "name": "FoundationElement",
7705
- "module": "src/foundation-element/foundation-element.ts"
7706
- }
7707
- },
7708
- {
7709
- "kind": "field",
7710
- "name": "$presentation",
7711
- "type": {
7712
- "text": "ComponentPresentation | null"
7713
- },
7714
- "privacy": "public",
7715
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7716
- "inheritedFrom": {
7717
- "name": "FoundationElement",
7718
- "module": "src/foundation-element/foundation-element.ts"
7719
- }
7720
- },
7721
- {
7722
- "kind": "field",
7723
- "name": "template",
7724
- "type": {
7725
- "text": "ElementViewTemplate | void | null"
7726
- },
7727
- "privacy": "public",
7728
- "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.",
7729
- "inheritedFrom": {
7730
- "name": "FoundationElement",
7731
- "module": "src/foundation-element/foundation-element.ts"
7732
- }
7733
- },
7734
- {
7735
- "kind": "method",
7736
- "name": "templateChanged",
7737
- "privacy": "protected",
7738
- "return": {
7739
- "type": {
7740
- "text": "void"
7741
- }
7742
- },
7743
- "inheritedFrom": {
7744
- "name": "FoundationElement",
7745
- "module": "src/foundation-element/foundation-element.ts"
7746
- }
7747
- },
7748
- {
7749
- "kind": "field",
7750
- "name": "styles",
7751
- "type": {
7752
- "text": "ElementStyles | void | null"
7753
- },
7754
- "privacy": "public",
7755
- "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.",
7756
- "inheritedFrom": {
7757
- "name": "FoundationElement",
7758
- "module": "src/foundation-element/foundation-element.ts"
7759
- }
7760
- },
7761
- {
7762
- "kind": "method",
7763
- "name": "stylesChanged",
7764
- "privacy": "protected",
7765
- "return": {
7766
- "type": {
7767
- "text": "void"
7768
- }
7769
- },
7770
- "inheritedFrom": {
7771
- "name": "FoundationElement",
7772
- "module": "src/foundation-element/foundation-element.ts"
7773
- }
7774
- },
7775
- {
7776
- "kind": "method",
7777
- "name": "compose",
7778
- "privacy": "public",
7779
- "static": true,
7780
- "return": {
7781
- "type": {
7782
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
7783
- }
7784
- },
7785
- "parameters": [
7786
- {
7787
- "name": "this",
7788
- "type": {
7789
- "text": "K"
7790
- }
7791
- },
7792
- {
7793
- "name": "elementDefinition",
7794
- "type": {
7795
- "text": "T"
7796
- },
7797
- "description": "The definition of the element to create the registry\nfunction for."
7798
- }
7799
- ],
7800
- "description": "Defines an element registry function with a set of element definition defaults.",
7801
- "inheritedFrom": {
7802
- "name": "FoundationElement",
7803
- "module": "src/foundation-element/foundation-element.ts"
7804
- }
7805
- }
7806
- ]
5760
+ "customElement": true
7807
5761
  },
7808
5762
  {
7809
5763
  "kind": "variable",
@@ -8324,333 +6278,91 @@
8324
6278
  "path": "src/modal/modal.stories.ts",
8325
6279
  "declarations": [
8326
6280
  {
8327
- "kind": "variable",
8328
- "name": "meta",
8329
- "type": {
8330
- "text": "Meta"
8331
- },
8332
- "default": "{\n title: 'Modal',\n component: 'zero-modal',\n}"
8333
- },
8334
- {
8335
- "kind": "variable",
8336
- "name": "Primary",
8337
- "type": {
8338
- "text": "StoryObj"
8339
- },
8340
- "default": "{\n args: {\n dialogMaxWidth: '557px',\n modalTitle: 'Modal title',\n modalInitialText: 'Some text in a Zero Dialog',\n modalMainText: `Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis similique iste ab sed\n voluptatem ut suscipit tenetur distinctio? Quo est debitis pariatur qui quisquam repudiandae\n at atque et quibusdam rerum, reprehenderit sed laborum officiis distinctio dolorum\n temporibus aperiam dolor consequatur perferendis aspernatur fugit repellendus asperiores,\n voluptas illo? Voluptatum, atque quidem?`,\n modalCloseButtonText: 'Close this modal',\n },\n render: ({\n dialogMaxWidth,\n modalTitle,\n modalInitialText,\n modalMainText,\n modalCloseButtonText,\n }) => html`\n <zero-button @click=\"${showModal}\">Show Zero Modal</zero-button>\n <zero-modal style=\"--dialog-max-width: ${dialogMaxWidth};\">\n <h5 slot=\"top\">${modalTitle}</h5>\n <p>${modalInitialText}</p>\n <p>${modalMainText}</p>\n <zero-divider slot=\"bottom\"></zero-divider>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\" @click=\"${closeModal}\">\n ${modalCloseButtonText}\n </zero-button>\n </zero-modal>\n `,\n}"
8341
- }
8342
- ],
8343
- "exports": [
8344
- {
8345
- "kind": "js",
8346
- "name": "default",
8347
- "declaration": {
8348
- "name": "meta",
8349
- "module": "src/modal/modal.stories.ts"
8350
- }
8351
- },
8352
- {
8353
- "kind": "js",
8354
- "name": "Primary",
8355
- "declaration": {
8356
- "name": "Primary",
8357
- "module": "src/modal/modal.stories.ts"
8358
- }
8359
- }
8360
- ]
8361
- },
8362
- {
8363
- "kind": "javascript-module",
8364
- "path": "src/modal/modal.styles.ts",
8365
- "declarations": [
8366
- {
8367
- "kind": "variable",
8368
- "name": "zeroModalStyles",
8369
- "default": "css`\n ${zeroDialogStyles}\n`"
8370
- }
8371
- ],
8372
- "exports": [
8373
- {
8374
- "kind": "js",
8375
- "name": "zeroModalStyles",
8376
- "declaration": {
8377
- "name": "zeroModalStyles",
8378
- "module": "src/modal/modal.styles.ts"
8379
- }
8380
- }
8381
- ]
8382
- },
8383
- {
8384
- "kind": "javascript-module",
8385
- "path": "src/modal/modal.ts",
8386
- "declarations": [
8387
- {
8388
- "kind": "variable",
8389
- "name": "defaultModalConfig",
8390
- "default": "foundationConfig"
8391
- },
8392
- {
8393
- "kind": "variable",
8394
- "name": "zeroModalTemplate",
8395
- "default": "foundationModalTemplate"
8396
- },
8397
- {
8398
- "kind": "variable",
8399
- "name": "zeroModalShadowOptions",
8400
- "default": "foundationModalShadowOptions"
8401
- },
8402
- {
8403
- "kind": "class",
8404
- "description": "",
8405
- "name": "Modal",
8406
- "superclass": {
8407
- "name": "FoundationModal",
8408
- "package": "@genesislcap/foundation-ui"
8409
- },
8410
- "tagName": "%%prefix%%-modal",
8411
- "customElement": true,
8412
- "attributes": [
8413
- {
8414
- "name": "position",
8415
- "type": {
8416
- "text": "'centre' | 'left' | 'right'"
8417
- },
8418
- "default": "'centre'",
8419
- "fieldName": "position",
8420
- "inheritedFrom": {
8421
- "name": "DialogElement",
8422
- "module": "src/dialog/dialog.ts"
8423
- }
8424
- },
8425
- {
8426
- "name": "show-close-icon",
8427
- "type": {
8428
- "text": "boolean"
8429
- },
8430
- "default": "true",
8431
- "description": "Whether or not to show the close icon",
8432
- "fieldName": "showCloseIcon",
8433
- "inheritedFrom": {
8434
- "name": "DialogElement",
8435
- "module": "src/dialog/dialog.ts"
8436
- }
8437
- }
8438
- ],
8439
- "members": [
8440
- {
8441
- "kind": "field",
8442
- "name": "mainElement",
8443
- "type": {
8444
- "text": "HTMLDialogElement"
8445
- },
8446
- "description": "A reference to the dialog element\nin the component Shadow DOM.",
8447
- "inheritedFrom": {
8448
- "name": "DialogElement",
8449
- "module": "src/dialog/dialog.ts"
8450
- }
8451
- },
8452
- {
8453
- "kind": "field",
8454
- "name": "position",
8455
- "type": {
8456
- "text": "'centre' | 'left' | 'right'"
8457
- },
8458
- "default": "'centre'",
8459
- "inheritedFrom": {
8460
- "name": "DialogElement",
8461
- "module": "src/dialog/dialog.ts"
8462
- }
8463
- },
8464
- {
8465
- "kind": "field",
8466
- "name": "showCloseIcon",
8467
- "type": {
8468
- "text": "boolean"
8469
- },
8470
- "default": "true",
8471
- "description": "Whether or not to show the close icon",
8472
- "inheritedFrom": {
8473
- "name": "DialogElement",
8474
- "module": "src/dialog/dialog.ts"
8475
- }
8476
- },
8477
- {
8478
- "kind": "field",
8479
- "name": "onShowCallback",
8480
- "type": {
8481
- "text": "() => void"
8482
- },
8483
- "description": "Callback to run *before* HTMLDialogElement is shown",
8484
- "inheritedFrom": {
8485
- "name": "DialogElement",
8486
- "module": "src/dialog/dialog.ts"
8487
- }
8488
- },
8489
- {
8490
- "kind": "field",
8491
- "name": "onCloseCallback",
8492
- "type": {
8493
- "text": "() => void"
8494
- },
8495
- "description": "Callback to run *after* HTMLDialogElement is closed",
8496
- "inheritedFrom": {
8497
- "name": "DialogElement",
8498
- "module": "src/dialog/dialog.ts"
8499
- }
8500
- },
8501
- {
8502
- "kind": "field",
8503
- "name": "open",
8504
- "type": {
8505
- "text": "boolean"
8506
- },
8507
- "description": "Determine if the dialog is showing or closed.",
8508
- "readonly": true,
8509
- "inheritedFrom": {
8510
- "name": "DialogElement",
8511
- "module": "src/dialog/dialog.ts"
8512
- }
8513
- },
8514
- {
8515
- "kind": "method",
8516
- "name": "show",
8517
- "return": {
8518
- "type": {
8519
- "text": "void"
8520
- }
8521
- },
8522
- "description": "Show the HTMLDialogElement and its contents",
8523
- "inheritedFrom": {
8524
- "name": "DialogElement",
8525
- "module": "src/dialog/dialog.ts"
8526
- }
8527
- },
8528
- {
8529
- "kind": "method",
8530
- "name": "close",
8531
- "return": {
8532
- "type": {
8533
- "text": "void"
8534
- }
8535
- },
8536
- "description": "Remove the HTMLDialogElement from display",
8537
- "inheritedFrom": {
8538
- "name": "DialogElement",
8539
- "module": "src/dialog/dialog.ts"
8540
- }
8541
- },
8542
- {
8543
- "kind": "field",
8544
- "name": "_presentation",
8545
- "type": {
8546
- "text": "ComponentPresentation | null | undefined"
8547
- },
8548
- "privacy": "private",
8549
- "default": "void 0",
8550
- "inheritedFrom": {
8551
- "name": "FoundationElement",
8552
- "module": "src/foundation-element/foundation-element.ts"
8553
- }
8554
- },
8555
- {
8556
- "kind": "field",
8557
- "name": "$presentation",
8558
- "type": {
8559
- "text": "ComponentPresentation | null"
8560
- },
8561
- "privacy": "public",
8562
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8563
- "inheritedFrom": {
8564
- "name": "FoundationElement",
8565
- "module": "src/foundation-element/foundation-element.ts"
8566
- }
8567
- },
8568
- {
8569
- "kind": "field",
8570
- "name": "template",
8571
- "type": {
8572
- "text": "ElementViewTemplate | void | null"
8573
- },
8574
- "privacy": "public",
8575
- "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.",
8576
- "inheritedFrom": {
8577
- "name": "FoundationElement",
8578
- "module": "src/foundation-element/foundation-element.ts"
8579
- }
8580
- },
8581
- {
8582
- "kind": "method",
8583
- "name": "templateChanged",
8584
- "privacy": "protected",
8585
- "return": {
8586
- "type": {
8587
- "text": "void"
8588
- }
8589
- },
8590
- "inheritedFrom": {
8591
- "name": "FoundationElement",
8592
- "module": "src/foundation-element/foundation-element.ts"
8593
- }
8594
- },
8595
- {
8596
- "kind": "field",
8597
- "name": "styles",
8598
- "type": {
8599
- "text": "ElementStyles | void | null"
8600
- },
8601
- "privacy": "public",
8602
- "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.",
8603
- "inheritedFrom": {
8604
- "name": "FoundationElement",
8605
- "module": "src/foundation-element/foundation-element.ts"
8606
- }
8607
- },
8608
- {
8609
- "kind": "method",
8610
- "name": "stylesChanged",
8611
- "privacy": "protected",
8612
- "return": {
8613
- "type": {
8614
- "text": "void"
8615
- }
8616
- },
8617
- "inheritedFrom": {
8618
- "name": "FoundationElement",
8619
- "module": "src/foundation-element/foundation-element.ts"
8620
- }
8621
- },
8622
- {
8623
- "kind": "method",
8624
- "name": "compose",
8625
- "privacy": "public",
8626
- "static": true,
8627
- "return": {
8628
- "type": {
8629
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8630
- }
8631
- },
8632
- "parameters": [
8633
- {
8634
- "name": "this",
8635
- "type": {
8636
- "text": "K"
8637
- }
8638
- },
8639
- {
8640
- "name": "elementDefinition",
8641
- "type": {
8642
- "text": "T"
8643
- },
8644
- "description": "The definition of the element to create the registry\nfunction for."
8645
- }
8646
- ],
8647
- "description": "Defines an element registry function with a set of element definition defaults.",
8648
- "inheritedFrom": {
8649
- "name": "FoundationElement",
8650
- "module": "src/foundation-element/foundation-element.ts"
8651
- }
8652
- }
8653
- ]
6281
+ "kind": "variable",
6282
+ "name": "meta",
6283
+ "type": {
6284
+ "text": "Meta"
6285
+ },
6286
+ "default": "{\n title: 'Modal',\n component: 'zero-modal',\n}"
6287
+ },
6288
+ {
6289
+ "kind": "variable",
6290
+ "name": "Primary",
6291
+ "type": {
6292
+ "text": "StoryObj"
6293
+ },
6294
+ "default": "{\n args: {\n dialogMaxWidth: '557px',\n modalTitle: 'Modal title',\n modalInitialText: 'Some text in a Zero Dialog',\n modalMainText: `Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis similique iste ab sed\n voluptatem ut suscipit tenetur distinctio? Quo est debitis pariatur qui quisquam repudiandae\n at atque et quibusdam rerum, reprehenderit sed laborum officiis distinctio dolorum\n temporibus aperiam dolor consequatur perferendis aspernatur fugit repellendus asperiores,\n voluptas illo? Voluptatum, atque quidem?`,\n modalCloseButtonText: 'Close this modal',\n },\n render: ({\n dialogMaxWidth,\n modalTitle,\n modalInitialText,\n modalMainText,\n modalCloseButtonText,\n }) => html`\n <zero-button @click=\"${showModal}\">Show Zero Modal</zero-button>\n <zero-modal style=\"--dialog-max-width: ${dialogMaxWidth};\">\n <h5 slot=\"top\">${modalTitle}</h5>\n <p>${modalInitialText}</p>\n <p>${modalMainText}</p>\n <zero-divider slot=\"bottom\"></zero-divider>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\" @click=\"${closeModal}\">\n ${modalCloseButtonText}\n </zero-button>\n </zero-modal>\n `,\n}"
6295
+ }
6296
+ ],
6297
+ "exports": [
6298
+ {
6299
+ "kind": "js",
6300
+ "name": "default",
6301
+ "declaration": {
6302
+ "name": "meta",
6303
+ "module": "src/modal/modal.stories.ts"
6304
+ }
6305
+ },
6306
+ {
6307
+ "kind": "js",
6308
+ "name": "Primary",
6309
+ "declaration": {
6310
+ "name": "Primary",
6311
+ "module": "src/modal/modal.stories.ts"
6312
+ }
6313
+ }
6314
+ ]
6315
+ },
6316
+ {
6317
+ "kind": "javascript-module",
6318
+ "path": "src/modal/modal.styles.ts",
6319
+ "declarations": [
6320
+ {
6321
+ "kind": "variable",
6322
+ "name": "zeroModalStyles",
6323
+ "default": "css`\n ${zeroDialogStyles}\n`"
6324
+ }
6325
+ ],
6326
+ "exports": [
6327
+ {
6328
+ "kind": "js",
6329
+ "name": "zeroModalStyles",
6330
+ "declaration": {
6331
+ "name": "zeroModalStyles",
6332
+ "module": "src/modal/modal.styles.ts"
6333
+ }
6334
+ }
6335
+ ]
6336
+ },
6337
+ {
6338
+ "kind": "javascript-module",
6339
+ "path": "src/modal/modal.ts",
6340
+ "declarations": [
6341
+ {
6342
+ "kind": "variable",
6343
+ "name": "defaultModalConfig",
6344
+ "default": "foundationConfig"
6345
+ },
6346
+ {
6347
+ "kind": "variable",
6348
+ "name": "zeroModalTemplate",
6349
+ "default": "foundationModalTemplate"
6350
+ },
6351
+ {
6352
+ "kind": "variable",
6353
+ "name": "zeroModalShadowOptions",
6354
+ "default": "foundationModalShadowOptions"
6355
+ },
6356
+ {
6357
+ "kind": "class",
6358
+ "description": "",
6359
+ "name": "Modal",
6360
+ "superclass": {
6361
+ "name": "FoundationModal",
6362
+ "package": "@genesislcap/foundation-ui"
6363
+ },
6364
+ "tagName": "%%prefix%%-modal",
6365
+ "customElement": true
8654
6366
  },
8655
6367
  {
8656
6368
  "kind": "variable",
@@ -8828,120 +6540,7 @@
8828
6540
  "package": "@genesislcap/foundation-ui"
8829
6541
  },
8830
6542
  "tagName": "%%prefix%%-multiselect",
8831
- "customElement": true,
8832
- "members": [
8833
- {
8834
- "kind": "field",
8835
- "name": "_presentation",
8836
- "type": {
8837
- "text": "ComponentPresentation | null | undefined"
8838
- },
8839
- "privacy": "private",
8840
- "default": "void 0",
8841
- "inheritedFrom": {
8842
- "name": "FoundationElement",
8843
- "module": "src/foundation-element/foundation-element.ts"
8844
- }
8845
- },
8846
- {
8847
- "kind": "field",
8848
- "name": "$presentation",
8849
- "type": {
8850
- "text": "ComponentPresentation | null"
8851
- },
8852
- "privacy": "public",
8853
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8854
- "inheritedFrom": {
8855
- "name": "FoundationElement",
8856
- "module": "src/foundation-element/foundation-element.ts"
8857
- }
8858
- },
8859
- {
8860
- "kind": "field",
8861
- "name": "template",
8862
- "type": {
8863
- "text": "ElementViewTemplate | void | null"
8864
- },
8865
- "privacy": "public",
8866
- "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.",
8867
- "inheritedFrom": {
8868
- "name": "FoundationElement",
8869
- "module": "src/foundation-element/foundation-element.ts"
8870
- }
8871
- },
8872
- {
8873
- "kind": "method",
8874
- "name": "templateChanged",
8875
- "privacy": "protected",
8876
- "return": {
8877
- "type": {
8878
- "text": "void"
8879
- }
8880
- },
8881
- "inheritedFrom": {
8882
- "name": "FoundationElement",
8883
- "module": "src/foundation-element/foundation-element.ts"
8884
- }
8885
- },
8886
- {
8887
- "kind": "field",
8888
- "name": "styles",
8889
- "type": {
8890
- "text": "ElementStyles | void | null"
8891
- },
8892
- "privacy": "public",
8893
- "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.",
8894
- "inheritedFrom": {
8895
- "name": "FoundationElement",
8896
- "module": "src/foundation-element/foundation-element.ts"
8897
- }
8898
- },
8899
- {
8900
- "kind": "method",
8901
- "name": "stylesChanged",
8902
- "privacy": "protected",
8903
- "return": {
8904
- "type": {
8905
- "text": "void"
8906
- }
8907
- },
8908
- "inheritedFrom": {
8909
- "name": "FoundationElement",
8910
- "module": "src/foundation-element/foundation-element.ts"
8911
- }
8912
- },
8913
- {
8914
- "kind": "method",
8915
- "name": "compose",
8916
- "privacy": "public",
8917
- "static": true,
8918
- "return": {
8919
- "type": {
8920
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8921
- }
8922
- },
8923
- "parameters": [
8924
- {
8925
- "name": "this",
8926
- "type": {
8927
- "text": "K"
8928
- }
8929
- },
8930
- {
8931
- "name": "elementDefinition",
8932
- "type": {
8933
- "text": "T"
8934
- },
8935
- "description": "The definition of the element to create the registry\nfunction for."
8936
- }
8937
- ],
8938
- "description": "Defines an element registry function with a set of element definition defaults.",
8939
- "inheritedFrom": {
8940
- "name": "FoundationElement",
8941
- "module": "src/foundation-element/foundation-element.ts"
8942
- }
8943
- }
8944
- ]
6543
+ "customElement": true
8945
6544
  },
8946
6545
  {
8947
6546
  "kind": "variable",
@@ -11058,120 +8657,7 @@
11058
8657
  "package": "@genesislcap/foundation-ui"
11059
8658
  },
11060
8659
  "tagName": "%%prefix%%-snackbar",
11061
- "customElement": true,
11062
- "members": [
11063
- {
11064
- "kind": "field",
11065
- "name": "_presentation",
11066
- "type": {
11067
- "text": "ComponentPresentation | null | undefined"
11068
- },
11069
- "privacy": "private",
11070
- "default": "void 0",
11071
- "inheritedFrom": {
11072
- "name": "FoundationElement",
11073
- "module": "src/foundation-element/foundation-element.ts"
11074
- }
11075
- },
11076
- {
11077
- "kind": "field",
11078
- "name": "$presentation",
11079
- "type": {
11080
- "text": "ComponentPresentation | null"
11081
- },
11082
- "privacy": "public",
11083
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
11084
- "inheritedFrom": {
11085
- "name": "FoundationElement",
11086
- "module": "src/foundation-element/foundation-element.ts"
11087
- }
11088
- },
11089
- {
11090
- "kind": "field",
11091
- "name": "template",
11092
- "type": {
11093
- "text": "ElementViewTemplate | void | null"
11094
- },
11095
- "privacy": "public",
11096
- "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.",
11097
- "inheritedFrom": {
11098
- "name": "FoundationElement",
11099
- "module": "src/foundation-element/foundation-element.ts"
11100
- }
11101
- },
11102
- {
11103
- "kind": "method",
11104
- "name": "templateChanged",
11105
- "privacy": "protected",
11106
- "return": {
11107
- "type": {
11108
- "text": "void"
11109
- }
11110
- },
11111
- "inheritedFrom": {
11112
- "name": "FoundationElement",
11113
- "module": "src/foundation-element/foundation-element.ts"
11114
- }
11115
- },
11116
- {
11117
- "kind": "field",
11118
- "name": "styles",
11119
- "type": {
11120
- "text": "ElementStyles | void | null"
11121
- },
11122
- "privacy": "public",
11123
- "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.",
11124
- "inheritedFrom": {
11125
- "name": "FoundationElement",
11126
- "module": "src/foundation-element/foundation-element.ts"
11127
- }
11128
- },
11129
- {
11130
- "kind": "method",
11131
- "name": "stylesChanged",
11132
- "privacy": "protected",
11133
- "return": {
11134
- "type": {
11135
- "text": "void"
11136
- }
11137
- },
11138
- "inheritedFrom": {
11139
- "name": "FoundationElement",
11140
- "module": "src/foundation-element/foundation-element.ts"
11141
- }
11142
- },
11143
- {
11144
- "kind": "method",
11145
- "name": "compose",
11146
- "privacy": "public",
11147
- "static": true,
11148
- "return": {
11149
- "type": {
11150
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
11151
- }
11152
- },
11153
- "parameters": [
11154
- {
11155
- "name": "this",
11156
- "type": {
11157
- "text": "K"
11158
- }
11159
- },
11160
- {
11161
- "name": "elementDefinition",
11162
- "type": {
11163
- "text": "T"
11164
- },
11165
- "description": "The definition of the element to create the registry\nfunction for."
11166
- }
11167
- ],
11168
- "description": "Defines an element registry function with a set of element definition defaults.",
11169
- "inheritedFrom": {
11170
- "name": "FoundationElement",
11171
- "module": "src/foundation-element/foundation-element.ts"
11172
- }
11173
- }
11174
- ]
8660
+ "customElement": true
11175
8661
  },
11176
8662
  {
11177
8663
  "kind": "variable",
@@ -12370,120 +9856,7 @@
12370
9856
  "package": "@genesislcap/foundation-ui"
12371
9857
  },
12372
9858
  "tagName": "%%prefix%%-toast",
12373
- "customElement": true,
12374
- "members": [
12375
- {
12376
- "kind": "field",
12377
- "name": "_presentation",
12378
- "type": {
12379
- "text": "ComponentPresentation | null | undefined"
12380
- },
12381
- "privacy": "private",
12382
- "default": "void 0",
12383
- "inheritedFrom": {
12384
- "name": "FoundationElement",
12385
- "module": "src/foundation-element/foundation-element.ts"
12386
- }
12387
- },
12388
- {
12389
- "kind": "field",
12390
- "name": "$presentation",
12391
- "type": {
12392
- "text": "ComponentPresentation | null"
12393
- },
12394
- "privacy": "public",
12395
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
12396
- "inheritedFrom": {
12397
- "name": "FoundationElement",
12398
- "module": "src/foundation-element/foundation-element.ts"
12399
- }
12400
- },
12401
- {
12402
- "kind": "field",
12403
- "name": "template",
12404
- "type": {
12405
- "text": "ElementViewTemplate | void | null"
12406
- },
12407
- "privacy": "public",
12408
- "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.",
12409
- "inheritedFrom": {
12410
- "name": "FoundationElement",
12411
- "module": "src/foundation-element/foundation-element.ts"
12412
- }
12413
- },
12414
- {
12415
- "kind": "method",
12416
- "name": "templateChanged",
12417
- "privacy": "protected",
12418
- "return": {
12419
- "type": {
12420
- "text": "void"
12421
- }
12422
- },
12423
- "inheritedFrom": {
12424
- "name": "FoundationElement",
12425
- "module": "src/foundation-element/foundation-element.ts"
12426
- }
12427
- },
12428
- {
12429
- "kind": "field",
12430
- "name": "styles",
12431
- "type": {
12432
- "text": "ElementStyles | void | null"
12433
- },
12434
- "privacy": "public",
12435
- "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.",
12436
- "inheritedFrom": {
12437
- "name": "FoundationElement",
12438
- "module": "src/foundation-element/foundation-element.ts"
12439
- }
12440
- },
12441
- {
12442
- "kind": "method",
12443
- "name": "stylesChanged",
12444
- "privacy": "protected",
12445
- "return": {
12446
- "type": {
12447
- "text": "void"
12448
- }
12449
- },
12450
- "inheritedFrom": {
12451
- "name": "FoundationElement",
12452
- "module": "src/foundation-element/foundation-element.ts"
12453
- }
12454
- },
12455
- {
12456
- "kind": "method",
12457
- "name": "compose",
12458
- "privacy": "public",
12459
- "static": true,
12460
- "return": {
12461
- "type": {
12462
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
12463
- }
12464
- },
12465
- "parameters": [
12466
- {
12467
- "name": "this",
12468
- "type": {
12469
- "text": "K"
12470
- }
12471
- },
12472
- {
12473
- "name": "elementDefinition",
12474
- "type": {
12475
- "text": "T"
12476
- },
12477
- "description": "The definition of the element to create the registry\nfunction for."
12478
- }
12479
- ],
12480
- "description": "Defines an element registry function with a set of element definition defaults.",
12481
- "inheritedFrom": {
12482
- "name": "FoundationElement",
12483
- "module": "src/foundation-element/foundation-element.ts"
12484
- }
12485
- }
12486
- ]
9859
+ "customElement": true
12487
9860
  },
12488
9861
  {
12489
9862
  "kind": "variable",