@genesislcap/foundation-zero 14.22.2-alpha-b9494eda6.0 → 14.23.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 +3022 -395
  2. package/package.json +10 -14
@@ -753,7 +753,7 @@
753
753
  },
754
754
  {
755
755
  "kind": "javascript-module",
756
- "path": "src/actions-menu/actions-menu.stories.ts",
756
+ "path": "src/anchor/anchor.stories.ts",
757
757
  "declarations": [
758
758
  {
759
759
  "kind": "variable",
@@ -761,23 +761,15 @@
761
761
  "type": {
762
762
  "text": "Meta"
763
763
  },
764
- "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
765
- },
766
- {
767
- "kind": "variable",
768
- "name": "Horizontal",
769
- "type": {
770
- "text": "StoryObj"
771
- },
772
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) =>\n html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
764
+ "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
773
765
  },
774
766
  {
775
767
  "kind": "variable",
776
- "name": "Vertical",
768
+ "name": "All",
777
769
  "type": {
778
770
  "text": "StoryObj"
779
771
  },
780
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) =>\n html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
772
+ "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
781
773
  }
782
774
  ],
783
775
  "exports": [
@@ -786,37 +778,68 @@
786
778
  "name": "default",
787
779
  "declaration": {
788
780
  "name": "meta",
789
- "module": "src/actions-menu/actions-menu.stories.ts"
781
+ "module": "src/anchor/anchor.stories.ts"
790
782
  }
791
783
  },
792
784
  {
793
785
  "kind": "js",
794
- "name": "Horizontal",
786
+ "name": "All",
795
787
  "declaration": {
796
- "name": "Horizontal",
797
- "module": "src/actions-menu/actions-menu.stories.ts"
788
+ "name": "All",
789
+ "module": "src/anchor/anchor.stories.ts"
798
790
  }
799
- },
791
+ }
792
+ ]
793
+ },
794
+ {
795
+ "kind": "javascript-module",
796
+ "path": "src/anchor/anchor.styles.ts",
797
+ "declarations": [
798
+ {
799
+ "kind": "function",
800
+ "name": "zeroAnchorStyles",
801
+ "return": {
802
+ "type": {
803
+ "text": "ElementStyles"
804
+ }
805
+ },
806
+ "parameters": [
807
+ {
808
+ "name": "context",
809
+ "type": {
810
+ "text": "ElementDefinitionContext"
811
+ }
812
+ },
813
+ {
814
+ "name": "definition",
815
+ "type": {
816
+ "text": "FoundationElementDefinition"
817
+ }
818
+ }
819
+ ]
820
+ }
821
+ ],
822
+ "exports": [
800
823
  {
801
824
  "kind": "js",
802
- "name": "Vertical",
825
+ "name": "zeroAnchorStyles",
803
826
  "declaration": {
804
- "name": "Vertical",
805
- "module": "src/actions-menu/actions-menu.stories.ts"
827
+ "name": "zeroAnchorStyles",
828
+ "module": "src/anchor/anchor.styles.ts"
806
829
  }
807
830
  }
808
831
  ]
809
832
  },
810
833
  {
811
834
  "kind": "javascript-module",
812
- "path": "src/actions-menu/actions-menu.styles.ts",
835
+ "path": "src/anchor/anchor.template.ts",
813
836
  "declarations": [
814
837
  {
815
838
  "kind": "function",
816
- "name": "zeroActionsMenuStyles",
839
+ "name": "zeroAnchorTemplate",
817
840
  "return": {
818
841
  "type": {
819
- "text": "ElementStyles"
842
+ "text": "ViewTemplate<Anchor>"
820
843
  }
821
844
  },
822
845
  "parameters": [
@@ -838,58 +861,56 @@
838
861
  "exports": [
839
862
  {
840
863
  "kind": "js",
841
- "name": "zeroActionsMenuStyles",
864
+ "name": "zeroAnchorTemplate",
842
865
  "declaration": {
843
- "name": "zeroActionsMenuStyles",
844
- "module": "src/actions-menu/actions-menu.styles.ts"
866
+ "name": "zeroAnchorTemplate",
867
+ "module": "src/anchor/anchor.template.ts"
845
868
  }
846
869
  }
847
870
  ]
848
871
  },
849
872
  {
850
873
  "kind": "javascript-module",
851
- "path": "src/actions-menu/actions-menu.ts",
874
+ "path": "src/anchor/anchor.ts",
852
875
  "declarations": [
853
876
  {
854
877
  "kind": "class",
855
878
  "description": "",
856
- "name": "ActionsMenu",
879
+ "name": "Anchor",
857
880
  "superclass": {
858
- "name": "FoundationActionsMenu",
881
+ "name": "FoundationAnchor",
859
882
  "package": "@genesislcap/foundation-ui"
860
883
  },
861
- "tagName": "%%prefix%%-actions-menu",
884
+ "tagName": "%%prefix%%-anchor",
862
885
  "customElement": true
863
886
  },
864
887
  {
865
888
  "kind": "variable",
866
- "name": "zeroActionsMenu",
867
- "description": "The Zero Actions Menu",
868
- "privacy": "public"
889
+ "name": "zeroAnchor"
869
890
  }
870
891
  ],
871
892
  "exports": [
872
893
  {
873
894
  "kind": "js",
874
- "name": "ActionsMenu",
895
+ "name": "Anchor",
875
896
  "declaration": {
876
- "name": "ActionsMenu",
877
- "module": "src/actions-menu/actions-menu.ts"
897
+ "name": "Anchor",
898
+ "module": "src/anchor/anchor.ts"
878
899
  }
879
900
  },
880
901
  {
881
902
  "kind": "js",
882
- "name": "zeroActionsMenu",
903
+ "name": "zeroAnchor",
883
904
  "declaration": {
884
- "name": "zeroActionsMenu",
885
- "module": "src/actions-menu/actions-menu.ts"
905
+ "name": "zeroAnchor",
906
+ "module": "src/anchor/anchor.ts"
886
907
  }
887
908
  }
888
909
  ]
889
910
  },
890
911
  {
891
912
  "kind": "javascript-module",
892
- "path": "src/actions-menu/index.ts",
913
+ "path": "src/anchor/index.ts",
893
914
  "declarations": [],
894
915
  "exports": [
895
916
  {
@@ -897,7 +918,7 @@
897
918
  "name": "*",
898
919
  "declaration": {
899
920
  "name": "*",
900
- "package": "./actions-menu"
921
+ "package": "./anchor"
901
922
  }
902
923
  },
903
924
  {
@@ -905,14 +926,22 @@
905
926
  "name": "*",
906
927
  "declaration": {
907
928
  "name": "*",
908
- "package": "./actions-menu.styles"
929
+ "package": "./anchor.styles"
930
+ }
931
+ },
932
+ {
933
+ "kind": "js",
934
+ "name": "*",
935
+ "declaration": {
936
+ "name": "*",
937
+ "package": "./anchor.template"
909
938
  }
910
939
  }
911
940
  ]
912
941
  },
913
942
  {
914
943
  "kind": "javascript-module",
915
- "path": "src/anchor/anchor.stories.ts",
944
+ "path": "src/actions-menu/actions-menu.stories.ts",
916
945
  "declarations": [
917
946
  {
918
947
  "kind": "variable",
@@ -920,15 +949,23 @@
920
949
  "type": {
921
950
  "text": "Meta"
922
951
  },
923
- "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
952
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
924
953
  },
925
954
  {
926
955
  "kind": "variable",
927
- "name": "All",
956
+ "name": "Horizontal",
928
957
  "type": {
929
958
  "text": "StoryObj"
930
959
  },
931
- "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
960
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) =>\n html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
961
+ },
962
+ {
963
+ "kind": "variable",
964
+ "name": "Vertical",
965
+ "type": {
966
+ "text": "StoryObj"
967
+ },
968
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) =>\n html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
932
969
  }
933
970
  ],
934
971
  "exports": [
@@ -937,26 +974,34 @@
937
974
  "name": "default",
938
975
  "declaration": {
939
976
  "name": "meta",
940
- "module": "src/anchor/anchor.stories.ts"
977
+ "module": "src/actions-menu/actions-menu.stories.ts"
941
978
  }
942
979
  },
943
980
  {
944
981
  "kind": "js",
945
- "name": "All",
982
+ "name": "Horizontal",
946
983
  "declaration": {
947
- "name": "All",
948
- "module": "src/anchor/anchor.stories.ts"
984
+ "name": "Horizontal",
985
+ "module": "src/actions-menu/actions-menu.stories.ts"
986
+ }
987
+ },
988
+ {
989
+ "kind": "js",
990
+ "name": "Vertical",
991
+ "declaration": {
992
+ "name": "Vertical",
993
+ "module": "src/actions-menu/actions-menu.stories.ts"
949
994
  }
950
995
  }
951
996
  ]
952
997
  },
953
998
  {
954
999
  "kind": "javascript-module",
955
- "path": "src/anchor/anchor.styles.ts",
1000
+ "path": "src/actions-menu/actions-menu.styles.ts",
956
1001
  "declarations": [
957
1002
  {
958
1003
  "kind": "function",
959
- "name": "zeroAnchorStyles",
1004
+ "name": "zeroActionsMenuStyles",
960
1005
  "return": {
961
1006
  "type": {
962
1007
  "text": "ElementStyles"
@@ -981,111 +1026,179 @@
981
1026
  "exports": [
982
1027
  {
983
1028
  "kind": "js",
984
- "name": "zeroAnchorStyles",
1029
+ "name": "zeroActionsMenuStyles",
985
1030
  "declaration": {
986
- "name": "zeroAnchorStyles",
987
- "module": "src/anchor/anchor.styles.ts"
1031
+ "name": "zeroActionsMenuStyles",
1032
+ "module": "src/actions-menu/actions-menu.styles.ts"
988
1033
  }
989
1034
  }
990
1035
  ]
991
1036
  },
992
1037
  {
993
1038
  "kind": "javascript-module",
994
- "path": "src/anchor/anchor.template.ts",
1039
+ "path": "src/actions-menu/actions-menu.ts",
995
1040
  "declarations": [
996
1041
  {
997
- "kind": "function",
998
- "name": "zeroAnchorTemplate",
999
- "return": {
1000
- "type": {
1001
- "text": "ViewTemplate<Anchor>"
1002
- }
1042
+ "kind": "class",
1043
+ "description": "",
1044
+ "name": "ActionsMenu",
1045
+ "superclass": {
1046
+ "name": "FoundationActionsMenu",
1047
+ "package": "@genesislcap/foundation-ui"
1003
1048
  },
1004
- "parameters": [
1049
+ "tagName": "%%prefix%%-actions-menu",
1050
+ "customElement": true,
1051
+ "members": [
1005
1052
  {
1006
- "name": "context",
1053
+ "kind": "field",
1054
+ "name": "_presentation",
1007
1055
  "type": {
1008
- "text": "ElementDefinitionContext"
1056
+ "text": "ComponentPresentation | null | undefined"
1057
+ },
1058
+ "privacy": "private",
1059
+ "default": "void 0",
1060
+ "inheritedFrom": {
1061
+ "name": "FoundationElement",
1062
+ "module": "src/foundation-element/foundation-element.ts"
1009
1063
  }
1010
1064
  },
1011
1065
  {
1012
- "name": "definition",
1066
+ "kind": "field",
1067
+ "name": "$presentation",
1013
1068
  "type": {
1014
- "text": "FoundationElementDefinition"
1069
+ "text": "ComponentPresentation | null"
1070
+ },
1071
+ "privacy": "public",
1072
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1073
+ "inheritedFrom": {
1074
+ "name": "FoundationElement",
1075
+ "module": "src/foundation-element/foundation-element.ts"
1076
+ }
1077
+ },
1078
+ {
1079
+ "kind": "field",
1080
+ "name": "template",
1081
+ "type": {
1082
+ "text": "ElementViewTemplate | void | null"
1083
+ },
1084
+ "privacy": "public",
1085
+ "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.",
1086
+ "inheritedFrom": {
1087
+ "name": "FoundationElement",
1088
+ "module": "src/foundation-element/foundation-element.ts"
1089
+ }
1090
+ },
1091
+ {
1092
+ "kind": "method",
1093
+ "name": "templateChanged",
1094
+ "privacy": "protected",
1095
+ "return": {
1096
+ "type": {
1097
+ "text": "void"
1098
+ }
1099
+ },
1100
+ "inheritedFrom": {
1101
+ "name": "FoundationElement",
1102
+ "module": "src/foundation-element/foundation-element.ts"
1103
+ }
1104
+ },
1105
+ {
1106
+ "kind": "field",
1107
+ "name": "styles",
1108
+ "type": {
1109
+ "text": "ElementStyles | void | null"
1110
+ },
1111
+ "privacy": "public",
1112
+ "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.",
1113
+ "inheritedFrom": {
1114
+ "name": "FoundationElement",
1115
+ "module": "src/foundation-element/foundation-element.ts"
1116
+ }
1117
+ },
1118
+ {
1119
+ "kind": "method",
1120
+ "name": "stylesChanged",
1121
+ "privacy": "protected",
1122
+ "return": {
1123
+ "type": {
1124
+ "text": "void"
1125
+ }
1126
+ },
1127
+ "inheritedFrom": {
1128
+ "name": "FoundationElement",
1129
+ "module": "src/foundation-element/foundation-element.ts"
1130
+ }
1131
+ },
1132
+ {
1133
+ "kind": "method",
1134
+ "name": "compose",
1135
+ "privacy": "public",
1136
+ "static": true,
1137
+ "return": {
1138
+ "type": {
1139
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1140
+ }
1141
+ },
1142
+ "parameters": [
1143
+ {
1144
+ "name": "this",
1145
+ "type": {
1146
+ "text": "K"
1147
+ }
1148
+ },
1149
+ {
1150
+ "name": "elementDefinition",
1151
+ "type": {
1152
+ "text": "T"
1153
+ },
1154
+ "description": "The definition of the element to create the registry\nfunction for."
1155
+ }
1156
+ ],
1157
+ "description": "Defines an element registry function with a set of element definition defaults.",
1158
+ "inheritedFrom": {
1159
+ "name": "FoundationElement",
1160
+ "module": "src/foundation-element/foundation-element.ts"
1015
1161
  }
1016
1162
  }
1017
1163
  ]
1018
- }
1019
- ],
1020
- "exports": [
1021
- {
1022
- "kind": "js",
1023
- "name": "zeroAnchorTemplate",
1024
- "declaration": {
1025
- "name": "zeroAnchorTemplate",
1026
- "module": "src/anchor/anchor.template.ts"
1027
- }
1028
- }
1029
- ]
1030
- },
1031
- {
1032
- "kind": "javascript-module",
1033
- "path": "src/anchor/anchor.ts",
1034
- "declarations": [
1035
- {
1036
- "kind": "class",
1037
- "description": "",
1038
- "name": "Anchor",
1039
- "superclass": {
1040
- "name": "FoundationAnchor",
1041
- "package": "@genesislcap/foundation-ui"
1042
- },
1043
- "tagName": "%%prefix%%-anchor",
1044
- "customElement": true
1045
1164
  },
1046
1165
  {
1047
1166
  "kind": "variable",
1048
- "name": "zeroAnchor"
1167
+ "name": "zeroActionsMenu",
1168
+ "description": "The Zero Actions Menu",
1169
+ "privacy": "public"
1049
1170
  }
1050
1171
  ],
1051
1172
  "exports": [
1052
1173
  {
1053
1174
  "kind": "js",
1054
- "name": "Anchor",
1175
+ "name": "ActionsMenu",
1055
1176
  "declaration": {
1056
- "name": "Anchor",
1057
- "module": "src/anchor/anchor.ts"
1177
+ "name": "ActionsMenu",
1178
+ "module": "src/actions-menu/actions-menu.ts"
1058
1179
  }
1059
1180
  },
1060
1181
  {
1061
1182
  "kind": "js",
1062
- "name": "zeroAnchor",
1183
+ "name": "zeroActionsMenu",
1063
1184
  "declaration": {
1064
- "name": "zeroAnchor",
1065
- "module": "src/anchor/anchor.ts"
1185
+ "name": "zeroActionsMenu",
1186
+ "module": "src/actions-menu/actions-menu.ts"
1066
1187
  }
1067
1188
  }
1068
1189
  ]
1069
1190
  },
1070
1191
  {
1071
1192
  "kind": "javascript-module",
1072
- "path": "src/anchor/index.ts",
1073
- "declarations": [],
1074
- "exports": [
1075
- {
1076
- "kind": "js",
1077
- "name": "*",
1078
- "declaration": {
1079
- "name": "*",
1080
- "package": "./anchor"
1081
- }
1082
- },
1193
+ "path": "src/actions-menu/index.ts",
1194
+ "declarations": [],
1195
+ "exports": [
1083
1196
  {
1084
1197
  "kind": "js",
1085
1198
  "name": "*",
1086
1199
  "declaration": {
1087
1200
  "name": "*",
1088
- "package": "./anchor.styles"
1201
+ "package": "./actions-menu"
1089
1202
  }
1090
1203
  },
1091
1204
  {
@@ -1093,7 +1206,7 @@
1093
1206
  "name": "*",
1094
1207
  "declaration": {
1095
1208
  "name": "*",
1096
- "package": "./anchor.template"
1209
+ "package": "./actions-menu.styles"
1097
1210
  }
1098
1211
  }
1099
1212
  ]
@@ -1365,7 +1478,120 @@
1365
1478
  "package": "@genesislcap/foundation-ui"
1366
1479
  },
1367
1480
  "tagName": "%%prefix%%-banner",
1368
- "customElement": true
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
+ ]
1369
1595
  },
1370
1596
  {
1371
1597
  "kind": "variable",
@@ -2382,7 +2608,7 @@
2382
2608
  },
2383
2609
  {
2384
2610
  "kind": "javascript-module",
2385
- "path": "src/connection-indicator/connection-indicator.stories.ts",
2611
+ "path": "src/combobox/combobox.stories.ts",
2386
2612
  "declarations": [
2387
2613
  {
2388
2614
  "kind": "variable",
@@ -2390,7 +2616,7 @@
2390
2616
  "type": {
2391
2617
  "text": "Meta"
2392
2618
  },
2393
- "default": "{\n title: 'Connection Indicator',\n component: 'zero-connection-indicator',\n}"
2619
+ "default": "{\n title: 'Combobox',\n component: 'zero-combobox',\n}"
2394
2620
  },
2395
2621
  {
2396
2622
  "kind": "variable",
@@ -2398,7 +2624,7 @@
2398
2624
  "type": {
2399
2625
  "text": "StoryObj"
2400
2626
  },
2401
- "default": "{\n args: {\n showLabel: true,\n },\n render: ({ showLabel }) =>\n html`\n <zero-connection-indicator show-label=\"${showLabel}\"></zero-connection-indicator>\n `,\n}"
2627
+ "default": "{\n ...OptionsMapperTemplate,\n argTypes: {\n position: {\n control: 'select',\n options: ['above', 'below'],\n },\n },\n args: {\n options: optionsData,\n position: 'below',\n },\n}"
2402
2628
  }
2403
2629
  ],
2404
2630
  "exports": [
@@ -2407,7 +2633,7 @@
2407
2633
  "name": "default",
2408
2634
  "declaration": {
2409
2635
  "name": "meta",
2410
- "module": "src/connection-indicator/connection-indicator.stories.ts"
2636
+ "module": "src/combobox/combobox.stories.ts"
2411
2637
  }
2412
2638
  },
2413
2639
  {
@@ -2415,225 +2641,354 @@
2415
2641
  "name": "Primary",
2416
2642
  "declaration": {
2417
2643
  "name": "Primary",
2418
- "module": "src/connection-indicator/connection-indicator.stories.ts"
2644
+ "module": "src/combobox/combobox.stories.ts"
2419
2645
  }
2420
2646
  }
2421
2647
  ]
2422
2648
  },
2423
2649
  {
2424
2650
  "kind": "javascript-module",
2425
- "path": "src/connection-indicator/connection-indicator.ts",
2651
+ "path": "src/combobox/combobox.styles.ts",
2426
2652
  "declarations": [
2427
2653
  {
2428
- "kind": "class",
2429
- "description": "",
2430
- "name": "ConnectionIndicator",
2431
- "superclass": {
2432
- "name": "FoundationConnectionIndicator",
2433
- "package": "@genesislcap/foundation-ui"
2654
+ "kind": "function",
2655
+ "name": "zeroComboboxStyles",
2656
+ "return": {
2657
+ "type": {
2658
+ "text": "ElementStyles"
2659
+ }
2434
2660
  },
2435
- "tagName": "%%prefix%%-connection-indicator",
2436
- "customElement": true
2437
- },
2438
- {
2439
- "kind": "variable",
2440
- "name": "zeroConnectionIndicator"
2661
+ "parameters": [
2662
+ {
2663
+ "name": "context",
2664
+ "type": {
2665
+ "text": "ElementDefinitionContext"
2666
+ }
2667
+ },
2668
+ {
2669
+ "name": "definition",
2670
+ "type": {
2671
+ "text": "FoundationElementDefinition"
2672
+ }
2673
+ }
2674
+ ]
2441
2675
  }
2442
2676
  ],
2443
2677
  "exports": [
2444
2678
  {
2445
2679
  "kind": "js",
2446
- "name": "ConnectionIndicator",
2447
- "declaration": {
2448
- "name": "ConnectionIndicator",
2449
- "module": "src/connection-indicator/connection-indicator.ts"
2450
- }
2451
- },
2452
- {
2453
- "kind": "js",
2454
- "name": "zeroConnectionIndicator",
2680
+ "name": "zeroComboboxStyles",
2455
2681
  "declaration": {
2456
- "name": "zeroConnectionIndicator",
2457
- "module": "src/connection-indicator/connection-indicator.ts"
2682
+ "name": "zeroComboboxStyles",
2683
+ "module": "src/combobox/combobox.styles.ts"
2458
2684
  }
2459
2685
  }
2460
2686
  ]
2461
2687
  },
2462
2688
  {
2463
2689
  "kind": "javascript-module",
2464
- "path": "src/connection-indicator/index.ts",
2465
- "declarations": [],
2690
+ "path": "src/combobox/combobox.template.ts",
2691
+ "declarations": [
2692
+ {
2693
+ "kind": "function",
2694
+ "name": "zeroComboboxTemplate",
2695
+ "return": {
2696
+ "type": {
2697
+ "text": "ViewTemplate<Combobox>"
2698
+ }
2699
+ },
2700
+ "parameters": [
2701
+ {
2702
+ "name": "context",
2703
+ "type": {
2704
+ "text": "ElementDefinitionContext"
2705
+ }
2706
+ },
2707
+ {
2708
+ "name": "definition",
2709
+ "type": {
2710
+ "text": "FoundationElementDefinition"
2711
+ }
2712
+ }
2713
+ ]
2714
+ }
2715
+ ],
2466
2716
  "exports": [
2467
2717
  {
2468
2718
  "kind": "js",
2469
- "name": "*",
2719
+ "name": "zeroComboboxTemplate",
2470
2720
  "declaration": {
2471
- "name": "*",
2472
- "package": "./connection-indicator"
2721
+ "name": "zeroComboboxTemplate",
2722
+ "module": "src/combobox/combobox.template.ts"
2473
2723
  }
2474
2724
  }
2475
2725
  ]
2476
2726
  },
2477
2727
  {
2478
2728
  "kind": "javascript-module",
2479
- "path": "src/combobox/combobox.stories.ts",
2729
+ "path": "src/combobox/combobox.ts",
2480
2730
  "declarations": [
2481
2731
  {
2482
- "kind": "variable",
2483
- "name": "meta",
2484
- "type": {
2485
- "text": "Meta"
2732
+ "kind": "class",
2733
+ "description": "",
2734
+ "name": "Combobox",
2735
+ "superclass": {
2736
+ "name": "FoundationComboBox",
2737
+ "package": "@genesislcap/foundation-ui"
2486
2738
  },
2487
- "default": "{\n title: 'Combobox',\n component: 'zero-combobox',\n}"
2739
+ "tagName": "%%prefix%%-combobox",
2740
+ "customElement": true
2488
2741
  },
2489
2742
  {
2490
2743
  "kind": "variable",
2491
- "name": "Primary",
2492
- "type": {
2493
- "text": "StoryObj"
2494
- },
2495
- "default": "{\n ...OptionsMapperTemplate,\n argTypes: {\n position: {\n control: 'select',\n options: ['above', 'below'],\n },\n },\n args: {\n options: optionsData,\n position: 'below',\n },\n}"
2744
+ "name": "zeroCombobox"
2496
2745
  }
2497
2746
  ],
2498
2747
  "exports": [
2499
2748
  {
2500
2749
  "kind": "js",
2501
- "name": "default",
2750
+ "name": "Combobox",
2502
2751
  "declaration": {
2503
- "name": "meta",
2504
- "module": "src/combobox/combobox.stories.ts"
2752
+ "name": "Combobox",
2753
+ "module": "src/combobox/combobox.ts"
2505
2754
  }
2506
2755
  },
2507
2756
  {
2508
2757
  "kind": "js",
2509
- "name": "Primary",
2758
+ "name": "zeroCombobox",
2510
2759
  "declaration": {
2511
- "name": "Primary",
2512
- "module": "src/combobox/combobox.stories.ts"
2760
+ "name": "zeroCombobox",
2761
+ "module": "src/combobox/combobox.ts"
2513
2762
  }
2514
2763
  }
2515
2764
  ]
2516
2765
  },
2517
2766
  {
2518
2767
  "kind": "javascript-module",
2519
- "path": "src/combobox/combobox.styles.ts",
2520
- "declarations": [
2521
- {
2522
- "kind": "function",
2523
- "name": "zeroComboboxStyles",
2524
- "return": {
2525
- "type": {
2526
- "text": "ElementStyles"
2527
- }
2528
- },
2529
- "parameters": [
2530
- {
2531
- "name": "context",
2532
- "type": {
2533
- "text": "ElementDefinitionContext"
2534
- }
2535
- },
2536
- {
2537
- "name": "definition",
2538
- "type": {
2539
- "text": "FoundationElementDefinition"
2540
- }
2541
- }
2542
- ]
2543
- }
2544
- ],
2768
+ "path": "src/combobox/index.ts",
2769
+ "declarations": [],
2545
2770
  "exports": [
2546
2771
  {
2547
2772
  "kind": "js",
2548
- "name": "zeroComboboxStyles",
2773
+ "name": "*",
2549
2774
  "declaration": {
2550
- "name": "zeroComboboxStyles",
2551
- "module": "src/combobox/combobox.styles.ts"
2775
+ "name": "*",
2776
+ "package": "./combobox"
2777
+ }
2778
+ },
2779
+ {
2780
+ "kind": "js",
2781
+ "name": "*",
2782
+ "declaration": {
2783
+ "name": "*",
2784
+ "package": "./combobox.styles"
2785
+ }
2786
+ },
2787
+ {
2788
+ "kind": "js",
2789
+ "name": "*",
2790
+ "declaration": {
2791
+ "name": "*",
2792
+ "package": "./combobox.template"
2552
2793
  }
2553
2794
  }
2554
2795
  ]
2555
2796
  },
2556
2797
  {
2557
2798
  "kind": "javascript-module",
2558
- "path": "src/combobox/combobox.template.ts",
2799
+ "path": "src/connection-indicator/connection-indicator.stories.ts",
2559
2800
  "declarations": [
2560
2801
  {
2561
- "kind": "function",
2562
- "name": "zeroComboboxTemplate",
2563
- "return": {
2564
- "type": {
2565
- "text": "ViewTemplate<Combobox>"
2566
- }
2802
+ "kind": "variable",
2803
+ "name": "meta",
2804
+ "type": {
2805
+ "text": "Meta"
2806
+ },
2807
+ "default": "{\n title: 'Connection Indicator',\n component: 'zero-connection-indicator',\n}"
2808
+ },
2809
+ {
2810
+ "kind": "variable",
2811
+ "name": "Primary",
2812
+ "type": {
2813
+ "text": "StoryObj"
2567
2814
  },
2568
- "parameters": [
2569
- {
2570
- "name": "context",
2571
- "type": {
2572
- "text": "ElementDefinitionContext"
2573
- }
2574
- },
2575
- {
2576
- "name": "definition",
2577
- "type": {
2578
- "text": "FoundationElementDefinition"
2579
- }
2580
- }
2581
- ]
2815
+ "default": "{\n args: {\n showLabel: true,\n },\n render: ({ showLabel }) =>\n html`\n <zero-connection-indicator show-label=\"${showLabel}\"></zero-connection-indicator>\n `,\n}"
2582
2816
  }
2583
2817
  ],
2584
2818
  "exports": [
2585
2819
  {
2586
2820
  "kind": "js",
2587
- "name": "zeroComboboxTemplate",
2821
+ "name": "default",
2588
2822
  "declaration": {
2589
- "name": "zeroComboboxTemplate",
2590
- "module": "src/combobox/combobox.template.ts"
2823
+ "name": "meta",
2824
+ "module": "src/connection-indicator/connection-indicator.stories.ts"
2825
+ }
2826
+ },
2827
+ {
2828
+ "kind": "js",
2829
+ "name": "Primary",
2830
+ "declaration": {
2831
+ "name": "Primary",
2832
+ "module": "src/connection-indicator/connection-indicator.stories.ts"
2591
2833
  }
2592
2834
  }
2593
2835
  ]
2594
2836
  },
2595
2837
  {
2596
2838
  "kind": "javascript-module",
2597
- "path": "src/combobox/combobox.ts",
2839
+ "path": "src/connection-indicator/connection-indicator.ts",
2598
2840
  "declarations": [
2599
2841
  {
2600
2842
  "kind": "class",
2601
2843
  "description": "",
2602
- "name": "Combobox",
2844
+ "name": "ConnectionIndicator",
2603
2845
  "superclass": {
2604
- "name": "FoundationComboBox",
2846
+ "name": "FoundationConnectionIndicator",
2605
2847
  "package": "@genesislcap/foundation-ui"
2606
2848
  },
2607
- "tagName": "%%prefix%%-combobox",
2608
- "customElement": true
2849
+ "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
+ ]
2609
2964
  },
2610
2965
  {
2611
2966
  "kind": "variable",
2612
- "name": "zeroCombobox"
2967
+ "name": "zeroConnectionIndicator"
2613
2968
  }
2614
2969
  ],
2615
2970
  "exports": [
2616
2971
  {
2617
2972
  "kind": "js",
2618
- "name": "Combobox",
2973
+ "name": "ConnectionIndicator",
2619
2974
  "declaration": {
2620
- "name": "Combobox",
2621
- "module": "src/combobox/combobox.ts"
2975
+ "name": "ConnectionIndicator",
2976
+ "module": "src/connection-indicator/connection-indicator.ts"
2622
2977
  }
2623
2978
  },
2624
2979
  {
2625
2980
  "kind": "js",
2626
- "name": "zeroCombobox",
2981
+ "name": "zeroConnectionIndicator",
2627
2982
  "declaration": {
2628
- "name": "zeroCombobox",
2629
- "module": "src/combobox/combobox.ts"
2983
+ "name": "zeroConnectionIndicator",
2984
+ "module": "src/connection-indicator/connection-indicator.ts"
2630
2985
  }
2631
2986
  }
2632
2987
  ]
2633
2988
  },
2634
2989
  {
2635
2990
  "kind": "javascript-module",
2636
- "path": "src/combobox/index.ts",
2991
+ "path": "src/connection-indicator/index.ts",
2637
2992
  "declarations": [],
2638
2993
  "exports": [
2639
2994
  {
@@ -2641,23 +2996,7 @@
2641
2996
  "name": "*",
2642
2997
  "declaration": {
2643
2998
  "name": "*",
2644
- "package": "./combobox"
2645
- }
2646
- },
2647
- {
2648
- "kind": "js",
2649
- "name": "*",
2650
- "declaration": {
2651
- "name": "*",
2652
- "package": "./combobox.styles"
2653
- }
2654
- },
2655
- {
2656
- "kind": "js",
2657
- "name": "*",
2658
- "declaration": {
2659
- "name": "*",
2660
- "package": "./combobox.template"
2999
+ "package": "./connection-indicator"
2661
3000
  }
2662
3001
  }
2663
3002
  ]
@@ -3131,7 +3470,120 @@
3131
3470
  "package": "@genesislcap/foundation-ui"
3132
3471
  },
3133
3472
  "tagName": "%%prefix%%-date-picker",
3134
- "customElement": true
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
+ ]
3135
3587
  },
3136
3588
  {
3137
3589
  "kind": "variable",
@@ -3419,7 +3871,249 @@
3419
3871
  "package": "@genesislcap/foundation-ui"
3420
3872
  },
3421
3873
  "tagName": "%%prefix%%-dialog",
3422
- "customElement": true
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
+ ]
3423
4117
  },
3424
4118
  {
3425
4119
  "kind": "variable",
@@ -3970,7 +4664,120 @@
3970
4664
  "package": "@genesislcap/foundation-ui"
3971
4665
  },
3972
4666
  "tagName": "%%prefix%%-dropdown-menu",
3973
- "customElement": true
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
+ ]
3974
4781
  },
3975
4782
  {
3976
4783
  "kind": "variable",
@@ -4135,7 +4942,120 @@
4135
4942
  "package": "@genesislcap/foundation-ui"
4136
4943
  },
4137
4944
  "tagName": "%%prefix%%-error-banner",
4138
- "customElement": true
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
+ ]
4139
5059
  },
4140
5060
  {
4141
5061
  "kind": "variable",
@@ -4215,7 +5135,120 @@
4215
5135
  "package": "@genesislcap/foundation-ui"
4216
5136
  },
4217
5137
  "tagName": "%%prefix%%-error-boundary",
4218
- "customElement": true
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
+ ]
4219
5252
  },
4220
5253
  {
4221
5254
  "kind": "variable",
@@ -4317,7 +5350,120 @@
4317
5350
  "package": "@genesislcap/foundation-ui"
4318
5351
  },
4319
5352
  "tagName": "%%prefix%%-error-dialog",
4320
- "customElement": true
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
+ ]
4321
5467
  },
4322
5468
  {
4323
5469
  "kind": "variable",
@@ -4465,7 +5611,120 @@
4465
5611
  "package": "@genesislcap/foundation-ui"
4466
5612
  },
4467
5613
  "tagName": "%%prefix%%-file-upload",
4468
- "customElement": true
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
+ ]
4469
5728
  },
4470
5729
  {
4471
5730
  "kind": "variable",
@@ -4685,6 +5944,117 @@
4685
5944
  "type": {
4686
5945
  "text": "any[]"
4687
5946
  }
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
+ }
4688
6058
  }
4689
6059
  ],
4690
6060
  "attributes": [
@@ -4949,6 +6319,117 @@
4949
6319
  "text": "boolean"
4950
6320
  },
4951
6321
  "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
+ }
4952
6433
  }
4953
6434
  ],
4954
6435
  "attributes": [
@@ -5101,7 +6582,120 @@
5101
6582
  "package": "@genesislcap/foundation-ui"
5102
6583
  },
5103
6584
  "tagName": "%%prefix%%-flex-layout",
5104
- "customElement": true
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
+ ]
5105
6699
  },
5106
6700
  {
5107
6701
  "kind": "variable",
@@ -5414,7 +7008,120 @@
5414
7008
  "package": "@genesislcap/foundation-ui"
5415
7009
  },
5416
7010
  "tagName": "%%prefix%%-flyout",
5417
- "customElement": true
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
+ ]
5418
7125
  },
5419
7126
  {
5420
7127
  "kind": "variable",
@@ -5542,7 +7249,120 @@
5542
7249
  "package": "@genesislcap/foundation-ui"
5543
7250
  },
5544
7251
  "tagName": "%%prefix%%-grid-layout",
5545
- "customElement": true
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
+ ]
5546
7366
  },
5547
7367
  {
5548
7368
  "kind": "variable",
@@ -5598,7 +7418,120 @@
5598
7418
  "package": "@genesislcap/foundation-ui"
5599
7419
  },
5600
7420
  "tagName": "%%prefix%%-grid-layout-item",
5601
- "customElement": true
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
+ ]
5602
7535
  },
5603
7536
  {
5604
7537
  "kind": "variable",
@@ -5757,7 +7690,120 @@
5757
7690
  "package": "@genesislcap/foundation-ui"
5758
7691
  },
5759
7692
  "tagName": "%%prefix%%-icon",
5760
- "customElement": true
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
+ ]
5761
7807
  },
5762
7808
  {
5763
7809
  "kind": "variable",
@@ -6362,7 +8408,249 @@
6362
8408
  "package": "@genesislcap/foundation-ui"
6363
8409
  },
6364
8410
  "tagName": "%%prefix%%-modal",
6365
- "customElement": true
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
+ ]
6366
8654
  },
6367
8655
  {
6368
8656
  "kind": "variable",
@@ -6540,7 +8828,120 @@
6540
8828
  "package": "@genesislcap/foundation-ui"
6541
8829
  },
6542
8830
  "tagName": "%%prefix%%-multiselect",
6543
- "customElement": true
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
+ ]
6544
8945
  },
6545
8946
  {
6546
8947
  "kind": "variable",
@@ -7789,7 +10190,7 @@
7789
10190
  },
7790
10191
  {
7791
10192
  "kind": "javascript-module",
7792
- "path": "src/segmented-item/index.ts",
10193
+ "path": "src/select/index.ts",
7793
10194
  "declarations": [],
7794
10195
  "exports": [
7795
10196
  {
@@ -7797,7 +10198,7 @@
7797
10198
  "name": "*",
7798
10199
  "declaration": {
7799
10200
  "name": "*",
7800
- "package": "./segmented-item.template"
10201
+ "package": "./select"
7801
10202
  }
7802
10203
  },
7803
10204
  {
@@ -7805,7 +10206,7 @@
7805
10206
  "name": "*",
7806
10207
  "declaration": {
7807
10208
  "name": "*",
7808
- "package": "./segmented-item.styles"
10209
+ "package": "./select.styles"
7809
10210
  }
7810
10211
  },
7811
10212
  {
@@ -7813,18 +10214,58 @@
7813
10214
  "name": "*",
7814
10215
  "declaration": {
7815
10216
  "name": "*",
7816
- "package": "./segmented-item"
10217
+ "package": "./select.template"
7817
10218
  }
7818
10219
  }
7819
10220
  ]
7820
10221
  },
7821
10222
  {
7822
10223
  "kind": "javascript-module",
7823
- "path": "src/segmented-item/segmented-item.styles.ts",
10224
+ "path": "src/select/select.stories.ts",
10225
+ "declarations": [
10226
+ {
10227
+ "kind": "variable",
10228
+ "name": "meta",
10229
+ "type": {
10230
+ "text": "Meta"
10231
+ },
10232
+ "default": "{\n title: 'Select',\n component: 'zero-select',\n}"
10233
+ },
10234
+ {
10235
+ "kind": "variable",
10236
+ "name": "Primary",
10237
+ "type": {
10238
+ "text": "StoryObj"
10239
+ },
10240
+ "default": "{\n render: () => html`\n <div style=\"min-height: 300px;\">\n <zero-select>\n <zero-option value=\"1\">Zero Option 1</zero-option>\n <zero-option value=\"2\">Zero Option 2</zero-option>\n <zero-option value=\"3\">Zero Option 3</zero-option>\n </zero-select>\n </div>\n `,\n}"
10241
+ }
10242
+ ],
10243
+ "exports": [
10244
+ {
10245
+ "kind": "js",
10246
+ "name": "default",
10247
+ "declaration": {
10248
+ "name": "meta",
10249
+ "module": "src/select/select.stories.ts"
10250
+ }
10251
+ },
10252
+ {
10253
+ "kind": "js",
10254
+ "name": "Primary",
10255
+ "declaration": {
10256
+ "name": "Primary",
10257
+ "module": "src/select/select.stories.ts"
10258
+ }
10259
+ }
10260
+ ]
10261
+ },
10262
+ {
10263
+ "kind": "javascript-module",
10264
+ "path": "src/select/select.styles.ts",
7824
10265
  "declarations": [
7825
10266
  {
7826
10267
  "kind": "function",
7827
- "name": "zeroSegmentedItemStyles",
10268
+ "name": "zeroSelectStyles",
7828
10269
  "return": {
7829
10270
  "type": {
7830
10271
  "text": "ElementStyles"
@@ -7840,7 +10281,7 @@
7840
10281
  {
7841
10282
  "name": "definition",
7842
10283
  "type": {
7843
- "text": "RadioOptions"
10284
+ "text": "FoundationElementDefinition"
7844
10285
  }
7845
10286
  }
7846
10287
  ]
@@ -7849,24 +10290,24 @@
7849
10290
  "exports": [
7850
10291
  {
7851
10292
  "kind": "js",
7852
- "name": "zeroSegmentedItemStyles",
10293
+ "name": "zeroSelectStyles",
7853
10294
  "declaration": {
7854
- "name": "zeroSegmentedItemStyles",
7855
- "module": "src/segmented-item/segmented-item.styles.ts"
10295
+ "name": "zeroSelectStyles",
10296
+ "module": "src/select/select.styles.ts"
7856
10297
  }
7857
10298
  }
7858
10299
  ]
7859
10300
  },
7860
10301
  {
7861
10302
  "kind": "javascript-module",
7862
- "path": "src/segmented-item/segmented-item.template.ts",
10303
+ "path": "src/select/select.template.ts",
7863
10304
  "declarations": [
7864
10305
  {
7865
10306
  "kind": "function",
7866
- "name": "zeroSegmentedItemTemplate",
10307
+ "name": "zeroSelectTemplate",
7867
10308
  "return": {
7868
10309
  "type": {
7869
- "text": "ViewTemplate<SegmentedItem>"
10310
+ "text": "ViewTemplate<Select>"
7870
10311
  }
7871
10312
  },
7872
10313
  "parameters": [
@@ -7888,88 +10329,56 @@
7888
10329
  "exports": [
7889
10330
  {
7890
10331
  "kind": "js",
7891
- "name": "zeroSegmentedItemTemplate",
10332
+ "name": "zeroSelectTemplate",
7892
10333
  "declaration": {
7893
- "name": "zeroSegmentedItemTemplate",
7894
- "module": "src/segmented-item/segmented-item.template.ts"
10334
+ "name": "zeroSelectTemplate",
10335
+ "module": "src/select/select.template.ts"
7895
10336
  }
7896
10337
  }
7897
10338
  ]
7898
10339
  },
7899
10340
  {
7900
10341
  "kind": "javascript-module",
7901
- "path": "src/segmented-item/segmented-item.ts",
10342
+ "path": "src/select/select.ts",
7902
10343
  "declarations": [
7903
10344
  {
7904
10345
  "kind": "class",
7905
10346
  "description": "",
7906
- "name": "SegmentedItem",
10347
+ "name": "Select",
7907
10348
  "superclass": {
7908
- "name": "FoundationFoundationRadio",
10349
+ "name": "FoundationSelect",
7909
10350
  "package": "@genesislcap/foundation-ui"
7910
- }
7911
- },
7912
- {
7913
- "kind": "variable",
7914
- "name": "zeroSegmentedItemShadowOptions",
7915
- "type": {
7916
- "text": "ShadowRootInit"
7917
- },
7918
- "default": "undefined"
7919
- },
7920
- {
7921
- "kind": "variable",
7922
- "name": "defaultSegmentedItemConfig",
7923
- "type": {
7924
- "text": "object"
7925
10351
  },
7926
- "default": "{}"
10352
+ "tagName": "%%prefix%%-select",
10353
+ "customElement": true
7927
10354
  },
7928
10355
  {
7929
10356
  "kind": "variable",
7930
- "name": "zeroSegmentedItem",
7931
- "description": "The Zero Segmented item",
7932
- "privacy": "public"
10357
+ "name": "zeroSelect"
7933
10358
  }
7934
- ],
7935
- "exports": [
7936
- {
7937
- "kind": "js",
7938
- "name": "SegmentedItem",
7939
- "declaration": {
7940
- "name": "SegmentedItem",
7941
- "module": "src/segmented-item/segmented-item.ts"
7942
- }
7943
- },
7944
- {
7945
- "kind": "js",
7946
- "name": "zeroSegmentedItemShadowOptions",
7947
- "declaration": {
7948
- "name": "zeroSegmentedItemShadowOptions",
7949
- "module": "src/segmented-item/segmented-item.ts"
7950
- }
7951
- },
10359
+ ],
10360
+ "exports": [
7952
10361
  {
7953
10362
  "kind": "js",
7954
- "name": "defaultSegmentedItemConfig",
10363
+ "name": "Select",
7955
10364
  "declaration": {
7956
- "name": "defaultSegmentedItemConfig",
7957
- "module": "src/segmented-item/segmented-item.ts"
10365
+ "name": "Select",
10366
+ "module": "src/select/select.ts"
7958
10367
  }
7959
10368
  },
7960
10369
  {
7961
10370
  "kind": "js",
7962
- "name": "zeroSegmentedItem",
10371
+ "name": "zeroSelect",
7963
10372
  "declaration": {
7964
- "name": "zeroSegmentedItem",
7965
- "module": "src/segmented-item/segmented-item.ts"
10373
+ "name": "zeroSelect",
10374
+ "module": "src/select/select.ts"
7966
10375
  }
7967
10376
  }
7968
10377
  ]
7969
10378
  },
7970
10379
  {
7971
10380
  "kind": "javascript-module",
7972
- "path": "src/select/index.ts",
10381
+ "path": "src/segmented-item/index.ts",
7973
10382
  "declarations": [],
7974
10383
  "exports": [
7975
10384
  {
@@ -7977,7 +10386,7 @@
7977
10386
  "name": "*",
7978
10387
  "declaration": {
7979
10388
  "name": "*",
7980
- "package": "./select"
10389
+ "package": "./segmented-item.template"
7981
10390
  }
7982
10391
  },
7983
10392
  {
@@ -7985,7 +10394,7 @@
7985
10394
  "name": "*",
7986
10395
  "declaration": {
7987
10396
  "name": "*",
7988
- "package": "./select.styles"
10397
+ "package": "./segmented-item.styles"
7989
10398
  }
7990
10399
  },
7991
10400
  {
@@ -7993,58 +10402,18 @@
7993
10402
  "name": "*",
7994
10403
  "declaration": {
7995
10404
  "name": "*",
7996
- "package": "./select.template"
7997
- }
7998
- }
7999
- ]
8000
- },
8001
- {
8002
- "kind": "javascript-module",
8003
- "path": "src/select/select.stories.ts",
8004
- "declarations": [
8005
- {
8006
- "kind": "variable",
8007
- "name": "meta",
8008
- "type": {
8009
- "text": "Meta"
8010
- },
8011
- "default": "{\n title: 'Select',\n component: 'zero-select',\n}"
8012
- },
8013
- {
8014
- "kind": "variable",
8015
- "name": "Primary",
8016
- "type": {
8017
- "text": "StoryObj"
8018
- },
8019
- "default": "{\n render: () => html`\n <div style=\"min-height: 300px;\">\n <zero-select>\n <zero-option value=\"1\">Zero Option 1</zero-option>\n <zero-option value=\"2\">Zero Option 2</zero-option>\n <zero-option value=\"3\">Zero Option 3</zero-option>\n </zero-select>\n </div>\n `,\n}"
8020
- }
8021
- ],
8022
- "exports": [
8023
- {
8024
- "kind": "js",
8025
- "name": "default",
8026
- "declaration": {
8027
- "name": "meta",
8028
- "module": "src/select/select.stories.ts"
8029
- }
8030
- },
8031
- {
8032
- "kind": "js",
8033
- "name": "Primary",
8034
- "declaration": {
8035
- "name": "Primary",
8036
- "module": "src/select/select.stories.ts"
10405
+ "package": "./segmented-item"
8037
10406
  }
8038
10407
  }
8039
10408
  ]
8040
10409
  },
8041
10410
  {
8042
10411
  "kind": "javascript-module",
8043
- "path": "src/select/select.styles.ts",
10412
+ "path": "src/segmented-item/segmented-item.styles.ts",
8044
10413
  "declarations": [
8045
10414
  {
8046
10415
  "kind": "function",
8047
- "name": "zeroSelectStyles",
10416
+ "name": "zeroSegmentedItemStyles",
8048
10417
  "return": {
8049
10418
  "type": {
8050
10419
  "text": "ElementStyles"
@@ -8060,7 +10429,7 @@
8060
10429
  {
8061
10430
  "name": "definition",
8062
10431
  "type": {
8063
- "text": "FoundationElementDefinition"
10432
+ "text": "RadioOptions"
8064
10433
  }
8065
10434
  }
8066
10435
  ]
@@ -8069,24 +10438,24 @@
8069
10438
  "exports": [
8070
10439
  {
8071
10440
  "kind": "js",
8072
- "name": "zeroSelectStyles",
10441
+ "name": "zeroSegmentedItemStyles",
8073
10442
  "declaration": {
8074
- "name": "zeroSelectStyles",
8075
- "module": "src/select/select.styles.ts"
10443
+ "name": "zeroSegmentedItemStyles",
10444
+ "module": "src/segmented-item/segmented-item.styles.ts"
8076
10445
  }
8077
10446
  }
8078
10447
  ]
8079
10448
  },
8080
10449
  {
8081
10450
  "kind": "javascript-module",
8082
- "path": "src/select/select.template.ts",
10451
+ "path": "src/segmented-item/segmented-item.template.ts",
8083
10452
  "declarations": [
8084
10453
  {
8085
10454
  "kind": "function",
8086
- "name": "zeroSelectTemplate",
10455
+ "name": "zeroSegmentedItemTemplate",
8087
10456
  "return": {
8088
10457
  "type": {
8089
- "text": "ViewTemplate<Select>"
10458
+ "text": "ViewTemplate<SegmentedItem>"
8090
10459
  }
8091
10460
  },
8092
10461
  "parameters": [
@@ -8108,49 +10477,81 @@
8108
10477
  "exports": [
8109
10478
  {
8110
10479
  "kind": "js",
8111
- "name": "zeroSelectTemplate",
10480
+ "name": "zeroSegmentedItemTemplate",
8112
10481
  "declaration": {
8113
- "name": "zeroSelectTemplate",
8114
- "module": "src/select/select.template.ts"
10482
+ "name": "zeroSegmentedItemTemplate",
10483
+ "module": "src/segmented-item/segmented-item.template.ts"
8115
10484
  }
8116
10485
  }
8117
10486
  ]
8118
10487
  },
8119
10488
  {
8120
10489
  "kind": "javascript-module",
8121
- "path": "src/select/select.ts",
10490
+ "path": "src/segmented-item/segmented-item.ts",
8122
10491
  "declarations": [
8123
10492
  {
8124
10493
  "kind": "class",
8125
10494
  "description": "",
8126
- "name": "Select",
10495
+ "name": "SegmentedItem",
8127
10496
  "superclass": {
8128
- "name": "FoundationSelect",
10497
+ "name": "FoundationFoundationRadio",
8129
10498
  "package": "@genesislcap/foundation-ui"
10499
+ }
10500
+ },
10501
+ {
10502
+ "kind": "variable",
10503
+ "name": "zeroSegmentedItemShadowOptions",
10504
+ "type": {
10505
+ "text": "ShadowRootInit"
8130
10506
  },
8131
- "tagName": "%%prefix%%-select",
8132
- "customElement": true
10507
+ "default": "undefined"
8133
10508
  },
8134
10509
  {
8135
10510
  "kind": "variable",
8136
- "name": "zeroSelect"
10511
+ "name": "defaultSegmentedItemConfig",
10512
+ "type": {
10513
+ "text": "object"
10514
+ },
10515
+ "default": "{}"
10516
+ },
10517
+ {
10518
+ "kind": "variable",
10519
+ "name": "zeroSegmentedItem",
10520
+ "description": "The Zero Segmented item",
10521
+ "privacy": "public"
8137
10522
  }
8138
10523
  ],
8139
10524
  "exports": [
8140
10525
  {
8141
10526
  "kind": "js",
8142
- "name": "Select",
10527
+ "name": "SegmentedItem",
8143
10528
  "declaration": {
8144
- "name": "Select",
8145
- "module": "src/select/select.ts"
10529
+ "name": "SegmentedItem",
10530
+ "module": "src/segmented-item/segmented-item.ts"
8146
10531
  }
8147
10532
  },
8148
10533
  {
8149
10534
  "kind": "js",
8150
- "name": "zeroSelect",
10535
+ "name": "zeroSegmentedItemShadowOptions",
8151
10536
  "declaration": {
8152
- "name": "zeroSelect",
8153
- "module": "src/select/select.ts"
10537
+ "name": "zeroSegmentedItemShadowOptions",
10538
+ "module": "src/segmented-item/segmented-item.ts"
10539
+ }
10540
+ },
10541
+ {
10542
+ "kind": "js",
10543
+ "name": "defaultSegmentedItemConfig",
10544
+ "declaration": {
10545
+ "name": "defaultSegmentedItemConfig",
10546
+ "module": "src/segmented-item/segmented-item.ts"
10547
+ }
10548
+ },
10549
+ {
10550
+ "kind": "js",
10551
+ "name": "zeroSegmentedItem",
10552
+ "declaration": {
10553
+ "name": "zeroSegmentedItem",
10554
+ "module": "src/segmented-item/segmented-item.ts"
8154
10555
  }
8155
10556
  }
8156
10557
  ]
@@ -8657,7 +11058,120 @@
8657
11058
  "package": "@genesislcap/foundation-ui"
8658
11059
  },
8659
11060
  "tagName": "%%prefix%%-snackbar",
8660
- "customElement": true
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
+ ]
8661
11175
  },
8662
11176
  {
8663
11177
  "kind": "variable",
@@ -9856,7 +12370,120 @@
9856
12370
  "package": "@genesislcap/foundation-ui"
9857
12371
  },
9858
12372
  "tagName": "%%prefix%%-toast",
9859
- "customElement": true
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
+ ]
9860
12487
  },
9861
12488
  {
9862
12489
  "kind": "variable",