@genesislcap/foundation-zero 14.164.1-datasrouce-clone-fix.3 → 14.164.1-datasrouce-clone-fix.4

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 +681 -681
  2. package/package.json +12 -12
@@ -693,6 +693,145 @@
693
693
  }
694
694
  ]
695
695
  },
696
+ {
697
+ "kind": "javascript-module",
698
+ "path": "src/_common/colors.hex.ts",
699
+ "declarations": [],
700
+ "exports": []
701
+ },
702
+ {
703
+ "kind": "javascript-module",
704
+ "path": "src/_common/colors.ts",
705
+ "declarations": [
706
+ {
707
+ "kind": "variable",
708
+ "name": "defaultRapidTextColor"
709
+ },
710
+ {
711
+ "kind": "variable",
712
+ "name": "defaultRapidBGColor"
713
+ },
714
+ {
715
+ "kind": "variable",
716
+ "name": "defaultRapidLabelColor"
717
+ },
718
+ {
719
+ "kind": "variable",
720
+ "name": "defaultRapidActiveBGColor"
721
+ },
722
+ {
723
+ "kind": "variable",
724
+ "name": "defaultRapidBorderUnfocusedColor"
725
+ },
726
+ {
727
+ "kind": "variable",
728
+ "name": "FastAppearanceValues",
729
+ "type": {
730
+ "text": "array"
731
+ },
732
+ "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
733
+ },
734
+ {
735
+ "kind": "variable",
736
+ "name": "ZeroAppearanceValues"
737
+ }
738
+ ],
739
+ "exports": [
740
+ {
741
+ "kind": "js",
742
+ "name": "defaultRapidTextColor",
743
+ "declaration": {
744
+ "name": "defaultRapidTextColor",
745
+ "module": "src/_common/colors.ts"
746
+ }
747
+ },
748
+ {
749
+ "kind": "js",
750
+ "name": "defaultRapidBGColor",
751
+ "declaration": {
752
+ "name": "defaultRapidBGColor",
753
+ "module": "src/_common/colors.ts"
754
+ }
755
+ },
756
+ {
757
+ "kind": "js",
758
+ "name": "defaultRapidLabelColor",
759
+ "declaration": {
760
+ "name": "defaultRapidLabelColor",
761
+ "module": "src/_common/colors.ts"
762
+ }
763
+ },
764
+ {
765
+ "kind": "js",
766
+ "name": "defaultRapidActiveBGColor",
767
+ "declaration": {
768
+ "name": "defaultRapidActiveBGColor",
769
+ "module": "src/_common/colors.ts"
770
+ }
771
+ },
772
+ {
773
+ "kind": "js",
774
+ "name": "defaultRapidBorderUnfocusedColor",
775
+ "declaration": {
776
+ "name": "defaultRapidBorderUnfocusedColor",
777
+ "module": "src/_common/colors.ts"
778
+ }
779
+ },
780
+ {
781
+ "kind": "js",
782
+ "name": "FastAppearanceValues",
783
+ "declaration": {
784
+ "name": "FastAppearanceValues",
785
+ "module": "src/_common/colors.ts"
786
+ }
787
+ },
788
+ {
789
+ "kind": "js",
790
+ "name": "ZeroAppearanceValues",
791
+ "declaration": {
792
+ "name": "ZeroAppearanceValues",
793
+ "module": "src/_common/colors.ts"
794
+ }
795
+ }
796
+ ]
797
+ },
798
+ {
799
+ "kind": "javascript-module",
800
+ "path": "src/_common/colors.util.ts",
801
+ "declarations": [],
802
+ "exports": []
803
+ },
804
+ {
805
+ "kind": "javascript-module",
806
+ "path": "src/_common/index.ts",
807
+ "declarations": [],
808
+ "exports": [
809
+ {
810
+ "kind": "js",
811
+ "name": "*",
812
+ "declaration": {
813
+ "name": "*",
814
+ "package": "./colors"
815
+ }
816
+ },
817
+ {
818
+ "kind": "js",
819
+ "name": "*",
820
+ "declaration": {
821
+ "name": "*",
822
+ "package": "./colors.hex"
823
+ }
824
+ },
825
+ {
826
+ "kind": "js",
827
+ "name": "*",
828
+ "declaration": {
829
+ "name": "*",
830
+ "package": "./colors.util"
831
+ }
832
+ }
833
+ ]
834
+ },
696
835
  {
697
836
  "kind": "javascript-module",
698
837
  "path": "src/_config/index.ts",
@@ -914,70 +1053,53 @@
914
1053
  },
915
1054
  {
916
1055
  "kind": "javascript-module",
917
- "path": "src/actions-menu/actions-menu.stories.ts",
1056
+ "path": "src/accordion-item/accordion-item.styles.ts",
918
1057
  "declarations": [
919
1058
  {
920
- "kind": "variable",
921
- "name": "meta",
922
- "type": {
923
- "text": "Meta"
924
- },
925
- "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
926
- },
927
- {
928
- "kind": "variable",
929
- "name": "Horizontal",
930
- "type": {
931
- "text": "StoryObj"
932
- },
933
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => 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}"
934
- },
935
- {
936
- "kind": "variable",
937
- "name": "Vertical",
938
- "type": {
939
- "text": "StoryObj"
1059
+ "kind": "function",
1060
+ "name": "zeroAccordionItemStyles",
1061
+ "return": {
1062
+ "type": {
1063
+ "text": "ElementStyles"
1064
+ }
940
1065
  },
941
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => 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}"
1066
+ "parameters": [
1067
+ {
1068
+ "name": "context",
1069
+ "type": {
1070
+ "text": "ElementDefinitionContext"
1071
+ }
1072
+ },
1073
+ {
1074
+ "name": "definition",
1075
+ "type": {
1076
+ "text": "FoundationElementDefinition"
1077
+ }
1078
+ }
1079
+ ]
942
1080
  }
943
1081
  ],
944
1082
  "exports": [
945
1083
  {
946
1084
  "kind": "js",
947
- "name": "default",
948
- "declaration": {
949
- "name": "meta",
950
- "module": "src/actions-menu/actions-menu.stories.ts"
951
- }
952
- },
953
- {
954
- "kind": "js",
955
- "name": "Horizontal",
956
- "declaration": {
957
- "name": "Horizontal",
958
- "module": "src/actions-menu/actions-menu.stories.ts"
959
- }
960
- },
961
- {
962
- "kind": "js",
963
- "name": "Vertical",
1085
+ "name": "zeroAccordionItemStyles",
964
1086
  "declaration": {
965
- "name": "Vertical",
966
- "module": "src/actions-menu/actions-menu.stories.ts"
1087
+ "name": "zeroAccordionItemStyles",
1088
+ "module": "src/accordion-item/accordion-item.styles.ts"
967
1089
  }
968
1090
  }
969
1091
  ]
970
1092
  },
971
1093
  {
972
1094
  "kind": "javascript-module",
973
- "path": "src/actions-menu/actions-menu.styles.ts",
1095
+ "path": "src/accordion-item/accordion-item.template.ts",
974
1096
  "declarations": [
975
1097
  {
976
1098
  "kind": "function",
977
- "name": "zeroActionsMenuStyles",
1099
+ "name": "zeroAccordionItemTemplate",
978
1100
  "return": {
979
1101
  "type": {
980
- "text": "ElementStyles"
1102
+ "text": "ViewTemplate<AccordionItem>"
981
1103
  }
982
1104
  },
983
1105
  "parameters": [
@@ -999,527 +1121,268 @@
999
1121
  "exports": [
1000
1122
  {
1001
1123
  "kind": "js",
1002
- "name": "zeroActionsMenuStyles",
1124
+ "name": "zeroAccordionItemTemplate",
1003
1125
  "declaration": {
1004
- "name": "zeroActionsMenuStyles",
1005
- "module": "src/actions-menu/actions-menu.styles.ts"
1126
+ "name": "zeroAccordionItemTemplate",
1127
+ "module": "src/accordion-item/accordion-item.template.ts"
1006
1128
  }
1007
1129
  }
1008
1130
  ]
1009
1131
  },
1010
1132
  {
1011
1133
  "kind": "javascript-module",
1012
- "path": "src/actions-menu/actions-menu.ts",
1134
+ "path": "src/accordion-item/accordion-item.ts",
1013
1135
  "declarations": [
1014
1136
  {
1015
1137
  "kind": "class",
1016
1138
  "description": "",
1017
- "name": "ActionsMenu",
1139
+ "name": "AccordionItem",
1018
1140
  "superclass": {
1019
- "name": "FoundationActionsMenu",
1141
+ "name": "FoundationAccordionItem",
1020
1142
  "package": "@genesislcap/foundation-ui"
1021
1143
  },
1022
- "tagName": "%%prefix%%-actions-menu",
1144
+ "tagName": "%%prefix%%-card",
1023
1145
  "customElement": true,
1024
1146
  "attributes": [
1025
1147
  {
1026
- "name": "is-vertical",
1148
+ "name": "heading-level",
1027
1149
  "type": {
1028
- "text": "boolean"
1150
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1029
1151
  },
1030
- "default": "false",
1031
- "fieldName": "isVertical",
1152
+ "default": "2",
1153
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1154
+ "fieldName": "headinglevel",
1032
1155
  "inheritedFrom": {
1033
- "name": "ActionsMenu",
1034
- "module": "src/actions-menu/actions-menu.ts"
1156
+ "name": "AccordionItem",
1157
+ "module": "src/accordion-item/accordion-item.ts"
1035
1158
  }
1036
1159
  },
1037
1160
  {
1038
- "name": "add-default-actions",
1039
1161
  "type": {
1040
1162
  "text": "boolean"
1041
1163
  },
1042
- "default": "true",
1043
- "fieldName": "addDefaultActions",
1164
+ "default": "false",
1165
+ "description": "Expands or collapses the item.",
1166
+ "fieldName": "expanded",
1044
1167
  "inheritedFrom": {
1045
- "name": "ActionsMenu",
1046
- "module": "src/actions-menu/actions-menu.ts"
1168
+ "name": "AccordionItem",
1169
+ "module": "src/accordion-item/accordion-item.ts"
1047
1170
  }
1048
1171
  },
1049
1172
  {
1050
- "name": "auto-close-on-action",
1173
+ "name": "id",
1051
1174
  "type": {
1052
- "text": "boolean"
1175
+ "text": "string"
1053
1176
  },
1054
- "default": "true",
1055
- "fieldName": "autoCloseOnAction",
1177
+ "description": "The item ID",
1178
+ "fieldName": "id",
1056
1179
  "inheritedFrom": {
1057
- "name": "ActionsMenu",
1058
- "module": "src/actions-menu/actions-menu.ts"
1059
- }
1060
- },
1061
- {
1062
- "name": "name",
1063
- "type": {
1064
- "text": "string"
1065
- },
1066
- "default": "'Actions'",
1067
- "fieldName": "name",
1068
- "inheritedFrom": {
1069
- "name": "ActionsMenu",
1070
- "module": "src/actions-menu/actions-menu.ts"
1071
- }
1072
- },
1073
- {
1074
- "name": "open",
1075
- "type": {
1076
- "text": "boolean"
1077
- },
1078
- "default": "false",
1079
- "fieldName": "open",
1080
- "inheritedFrom": {
1081
- "name": "ActionsMenu",
1082
- "module": "src/actions-menu/actions-menu.ts"
1083
- }
1084
- },
1085
- {
1086
- "name": "buttonAppearance",
1087
- "type": {
1088
- "text": "string"
1089
- },
1090
- "fieldName": "buttonAppearance",
1091
- "inheritedFrom": {
1092
- "name": "ActionsMenu",
1093
- "module": "src/actions-menu/actions-menu.ts"
1094
- }
1095
- },
1096
- {
1097
- "name": "hide-disabled",
1098
- "type": {
1099
- "text": "boolean"
1100
- },
1101
- "default": "false",
1102
- "fieldName": "hideDisabled",
1103
- "inheritedFrom": {
1104
- "name": "ActionsMenu",
1105
- "module": "src/actions-menu/actions-menu.ts"
1106
- }
1107
- },
1108
- {
1109
- "name": "hide-menu-single-option",
1110
- "type": {
1111
- "text": "boolean"
1112
- },
1113
- "default": "false",
1114
- "fieldName": "hideMenuSingleOption",
1115
- "inheritedFrom": {
1116
- "name": "ActionsMenu",
1117
- "module": "src/actions-menu/actions-menu.ts"
1180
+ "name": "AccordionItem",
1181
+ "module": "src/accordion-item/accordion-item.ts"
1118
1182
  }
1119
1183
  }
1120
1184
  ],
1121
1185
  "members": [
1122
1186
  {
1123
1187
  "kind": "field",
1124
- "name": "actions",
1188
+ "name": "headinglevel",
1125
1189
  "type": {
1126
- "text": "ActionMenuItem[]"
1190
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1127
1191
  },
1192
+ "privacy": "public",
1193
+ "default": "2",
1194
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1128
1195
  "inheritedFrom": {
1129
- "name": "ActionsMenu",
1130
- "module": "src/actions-menu/actions-menu.ts"
1196
+ "name": "AccordionItem",
1197
+ "module": "src/accordion-item/accordion-item.ts"
1131
1198
  }
1132
1199
  },
1133
1200
  {
1134
1201
  "kind": "field",
1135
- "name": "isVertical",
1202
+ "name": "expanded",
1136
1203
  "type": {
1137
1204
  "text": "boolean"
1138
1205
  },
1206
+ "privacy": "public",
1139
1207
  "default": "false",
1208
+ "description": "Expands or collapses the item.",
1140
1209
  "inheritedFrom": {
1141
- "name": "ActionsMenu",
1142
- "module": "src/actions-menu/actions-menu.ts"
1143
- }
1144
- },
1145
- {
1146
- "kind": "field",
1147
- "name": "addDefaultActions",
1148
- "type": {
1149
- "text": "boolean"
1150
- },
1151
- "default": "true",
1152
- "inheritedFrom": {
1153
- "name": "ActionsMenu",
1154
- "module": "src/actions-menu/actions-menu.ts"
1155
- }
1156
- },
1157
- {
1158
- "kind": "field",
1159
- "name": "autoCloseOnAction",
1160
- "type": {
1161
- "text": "boolean"
1162
- },
1163
- "default": "true",
1164
- "inheritedFrom": {
1165
- "name": "ActionsMenu",
1166
- "module": "src/actions-menu/actions-menu.ts"
1210
+ "name": "AccordionItem",
1211
+ "module": "src/accordion-item/accordion-item.ts"
1167
1212
  }
1168
1213
  },
1169
1214
  {
1170
1215
  "kind": "field",
1171
- "name": "classNames",
1216
+ "name": "id",
1172
1217
  "type": {
1173
1218
  "text": "string"
1174
1219
  },
1220
+ "privacy": "public",
1221
+ "description": "The item ID",
1175
1222
  "inheritedFrom": {
1176
- "name": "ActionsMenu",
1177
- "module": "src/actions-menu/actions-menu.ts"
1178
- }
1179
- },
1180
- {
1181
- "kind": "field",
1182
- "name": "definition",
1183
- "type": {
1184
- "text": "any"
1185
- },
1186
- "inheritedFrom": {
1187
- "name": "ActionsMenu",
1188
- "module": "src/actions-menu/actions-menu.ts"
1223
+ "name": "AccordionItem",
1224
+ "module": "src/accordion-item/accordion-item.ts"
1189
1225
  }
1190
1226
  },
1191
1227
  {
1192
1228
  "kind": "field",
1193
- "name": "name",
1194
- "type": {
1195
- "text": "string"
1196
- },
1197
- "default": "'Actions'",
1229
+ "name": "change",
1230
+ "privacy": "private",
1198
1231
  "inheritedFrom": {
1199
- "name": "ActionsMenu",
1200
- "module": "src/actions-menu/actions-menu.ts"
1232
+ "name": "AccordionItem",
1233
+ "module": "src/accordion-item/accordion-item.ts"
1201
1234
  }
1202
1235
  },
1203
1236
  {
1204
1237
  "kind": "field",
1205
- "name": "open",
1238
+ "name": "_presentation",
1206
1239
  "type": {
1207
- "text": "boolean"
1240
+ "text": "ComponentPresentation | null | undefined"
1208
1241
  },
1209
- "default": "false",
1242
+ "privacy": "private",
1243
+ "default": "void 0",
1210
1244
  "inheritedFrom": {
1211
- "name": "ActionsMenu",
1212
- "module": "src/actions-menu/actions-menu.ts"
1245
+ "name": "AccordionItem",
1246
+ "module": "src/accordion-item/accordion-item.ts"
1213
1247
  }
1214
1248
  },
1215
1249
  {
1216
1250
  "kind": "field",
1217
- "name": "buttonAppearance",
1251
+ "name": "$presentation",
1218
1252
  "type": {
1219
- "text": "string"
1253
+ "text": "ComponentPresentation | null"
1220
1254
  },
1255
+ "privacy": "public",
1256
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1221
1257
  "inheritedFrom": {
1222
- "name": "ActionsMenu",
1223
- "module": "src/actions-menu/actions-menu.ts"
1258
+ "name": "AccordionItem",
1259
+ "module": "src/accordion-item/accordion-item.ts"
1224
1260
  }
1225
1261
  },
1226
1262
  {
1227
1263
  "kind": "field",
1228
- "name": "hideDisabled",
1264
+ "name": "template",
1229
1265
  "type": {
1230
- "text": "boolean"
1266
+ "text": "ElementViewTemplate | void | null"
1231
1267
  },
1232
- "default": "false",
1268
+ "privacy": "public",
1269
+ "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.",
1233
1270
  "inheritedFrom": {
1234
- "name": "ActionsMenu",
1235
- "module": "src/actions-menu/actions-menu.ts"
1271
+ "name": "AccordionItem",
1272
+ "module": "src/accordion-item/accordion-item.ts"
1236
1273
  }
1237
1274
  },
1238
1275
  {
1239
- "kind": "field",
1240
- "name": "hideMenuSingleOption",
1241
- "type": {
1242
- "text": "boolean"
1276
+ "kind": "method",
1277
+ "name": "templateChanged",
1278
+ "privacy": "protected",
1279
+ "return": {
1280
+ "type": {
1281
+ "text": "void"
1282
+ }
1243
1283
  },
1244
- "default": "false",
1245
1284
  "inheritedFrom": {
1246
- "name": "ActionsMenu",
1247
- "module": "src/actions-menu/actions-menu.ts"
1285
+ "name": "AccordionItem",
1286
+ "module": "src/accordion-item/accordion-item.ts"
1248
1287
  }
1249
1288
  },
1250
1289
  {
1251
1290
  "kind": "field",
1252
- "name": "singleOption",
1291
+ "name": "styles",
1253
1292
  "type": {
1254
- "text": "ActionMenuItem"
1293
+ "text": "ElementStyles | void | null"
1255
1294
  },
1295
+ "privacy": "public",
1296
+ "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.",
1256
1297
  "inheritedFrom": {
1257
- "name": "ActionsMenu",
1258
- "module": "src/actions-menu/actions-menu.ts"
1298
+ "name": "AccordionItem",
1299
+ "module": "src/accordion-item/accordion-item.ts"
1259
1300
  }
1260
1301
  },
1261
1302
  {
1262
- "kind": "field",
1263
- "name": "actionsMenu",
1264
- "type": {
1265
- "text": "HTMLElement"
1303
+ "kind": "method",
1304
+ "name": "stylesChanged",
1305
+ "privacy": "protected",
1306
+ "return": {
1307
+ "type": {
1308
+ "text": "void"
1309
+ }
1266
1310
  },
1267
1311
  "inheritedFrom": {
1268
- "name": "ActionsMenu",
1269
- "module": "src/actions-menu/actions-menu.ts"
1312
+ "name": "AccordionItem",
1313
+ "module": "src/accordion-item/accordion-item.ts"
1270
1314
  }
1271
1315
  },
1272
1316
  {
1273
1317
  "kind": "method",
1274
- "name": "definitionChanged",
1275
- "privacy": "protected",
1318
+ "name": "compose",
1319
+ "privacy": "public",
1320
+ "static": true,
1321
+ "return": {
1322
+ "type": {
1323
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1324
+ }
1325
+ },
1276
1326
  "parameters": [
1277
1327
  {
1278
- "name": "oldValue",
1328
+ "name": "this",
1279
1329
  "type": {
1280
- "text": "any"
1330
+ "text": "K"
1281
1331
  }
1282
1332
  },
1283
1333
  {
1284
- "name": "newValue",
1334
+ "name": "elementDefinition",
1285
1335
  "type": {
1286
- "text": "any"
1287
- }
1336
+ "text": "T"
1337
+ },
1338
+ "description": "The definition of the element to create the registry\nfunction for."
1288
1339
  }
1289
1340
  ],
1341
+ "description": "Defines an element registry function with a set of element definition defaults.",
1290
1342
  "inheritedFrom": {
1291
- "name": "ActionsMenu",
1292
- "module": "src/actions-menu/actions-menu.ts"
1293
- }
1294
- },
1295
- {
1296
- "kind": "method",
1297
- "name": "openChanged",
1298
- "privacy": "protected",
1299
- "inheritedFrom": {
1300
- "name": "ActionsMenu",
1301
- "module": "src/actions-menu/actions-menu.ts"
1343
+ "name": "AccordionItem",
1344
+ "module": "src/accordion-item/accordion-item.ts"
1302
1345
  }
1303
- },
1346
+ }
1347
+ ],
1348
+ "events": [
1304
1349
  {
1305
- "kind": "method",
1306
- "name": "toggleActionsMenuVisibility",
1350
+ "description": "Fires a custom 'change' event when the button is invoked",
1351
+ "name": "change",
1307
1352
  "inheritedFrom": {
1308
- "name": "ActionsMenu",
1309
- "module": "src/actions-menu/actions-menu.ts"
1310
- }
1311
- },
1312
- {
1313
- "kind": "method",
1314
- "name": "onActionMenuItemClick",
1315
- "parameters": [
1316
- {
1317
- "name": "callback",
1318
- "type": {
1319
- "text": "(rowData) => void | any"
1320
- }
1321
- }
1322
- ],
1323
- "inheritedFrom": {
1324
- "name": "ActionsMenu",
1325
- "module": "src/actions-menu/actions-menu.ts"
1326
- }
1327
- },
1328
- {
1329
- "kind": "field",
1330
- "name": "allActions",
1331
- "type": {
1332
- "text": "ActionMenuItem[]"
1333
- },
1334
- "readonly": true,
1335
- "inheritedFrom": {
1336
- "name": "ActionsMenu",
1337
- "module": "src/actions-menu/actions-menu.ts"
1338
- }
1339
- },
1340
- {
1341
- "kind": "field",
1342
- "name": "rowData",
1343
- "readonly": true,
1344
- "inheritedFrom": {
1345
- "name": "ActionsMenu",
1346
- "module": "src/actions-menu/actions-menu.ts"
1347
- }
1348
- },
1349
- {
1350
- "kind": "method",
1351
- "name": "getLabel",
1352
- "parameters": [
1353
- {
1354
- "name": "name",
1355
- "type": {
1356
- "text": "string | ((rowData: any) => string)"
1357
- }
1358
- }
1359
- ],
1360
- "inheritedFrom": {
1361
- "name": "ActionsMenu",
1362
- "module": "src/actions-menu/actions-menu.ts"
1363
- }
1364
- },
1365
- {
1366
- "kind": "method",
1367
- "name": "getTemplate",
1368
- "parameters": [
1369
- {
1370
- "name": "prefix",
1371
- "type": {
1372
- "text": "string"
1373
- }
1374
- }
1375
- ],
1376
- "inheritedFrom": {
1377
- "name": "ActionsMenu",
1378
- "module": "src/actions-menu/actions-menu.ts"
1379
- }
1380
- },
1381
- {
1382
- "kind": "field",
1383
- "name": "_presentation",
1384
- "type": {
1385
- "text": "ComponentPresentation | null | undefined"
1386
- },
1387
- "privacy": "private",
1388
- "default": "void 0",
1389
- "inheritedFrom": {
1390
- "name": "FoundationElement",
1391
- "module": "src/foundation-element/foundation-element.ts"
1392
- }
1393
- },
1394
- {
1395
- "kind": "field",
1396
- "name": "$presentation",
1397
- "type": {
1398
- "text": "ComponentPresentation | null"
1399
- },
1400
- "privacy": "public",
1401
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1402
- "inheritedFrom": {
1403
- "name": "FoundationElement",
1404
- "module": "src/foundation-element/foundation-element.ts"
1405
- }
1406
- },
1407
- {
1408
- "kind": "field",
1409
- "name": "template",
1410
- "type": {
1411
- "text": "ElementViewTemplate | void | null"
1412
- },
1413
- "privacy": "public",
1414
- "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.",
1415
- "inheritedFrom": {
1416
- "name": "FoundationElement",
1417
- "module": "src/foundation-element/foundation-element.ts"
1418
- }
1419
- },
1420
- {
1421
- "kind": "method",
1422
- "name": "templateChanged",
1423
- "privacy": "protected",
1424
- "return": {
1425
- "type": {
1426
- "text": "void"
1427
- }
1428
- },
1429
- "inheritedFrom": {
1430
- "name": "FoundationElement",
1431
- "module": "src/foundation-element/foundation-element.ts"
1432
- }
1433
- },
1434
- {
1435
- "kind": "field",
1436
- "name": "styles",
1437
- "type": {
1438
- "text": "ElementStyles | void | null"
1439
- },
1440
- "privacy": "public",
1441
- "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.",
1442
- "inheritedFrom": {
1443
- "name": "FoundationElement",
1444
- "module": "src/foundation-element/foundation-element.ts"
1445
- }
1446
- },
1447
- {
1448
- "kind": "method",
1449
- "name": "stylesChanged",
1450
- "privacy": "protected",
1451
- "return": {
1452
- "type": {
1453
- "text": "void"
1454
- }
1455
- },
1456
- "inheritedFrom": {
1457
- "name": "FoundationElement",
1458
- "module": "src/foundation-element/foundation-element.ts"
1459
- }
1460
- },
1461
- {
1462
- "kind": "method",
1463
- "name": "compose",
1464
- "privacy": "public",
1465
- "static": true,
1466
- "return": {
1467
- "type": {
1468
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1469
- }
1470
- },
1471
- "parameters": [
1472
- {
1473
- "name": "this",
1474
- "type": {
1475
- "text": "K"
1476
- }
1477
- },
1478
- {
1479
- "name": "elementDefinition",
1480
- "type": {
1481
- "text": "T"
1482
- },
1483
- "description": "The definition of the element to create the registry\nfunction for."
1484
- }
1485
- ],
1486
- "description": "Defines an element registry function with a set of element definition defaults.",
1487
- "inheritedFrom": {
1488
- "name": "FoundationElement",
1489
- "module": "src/foundation-element/foundation-element.ts"
1353
+ "name": "AccordionItem",
1354
+ "module": "src/accordion-item/accordion-item.ts"
1490
1355
  }
1491
1356
  }
1492
1357
  ]
1493
1358
  },
1494
1359
  {
1495
1360
  "kind": "variable",
1496
- "name": "zeroActionsMenu",
1497
- "description": "The Zero Actions Menu",
1498
- "privacy": "public"
1361
+ "name": "zeroAccordionItem"
1499
1362
  }
1500
1363
  ],
1501
1364
  "exports": [
1502
1365
  {
1503
1366
  "kind": "js",
1504
- "name": "ActionsMenu",
1367
+ "name": "AccordionItem",
1505
1368
  "declaration": {
1506
- "name": "ActionsMenu",
1507
- "module": "src/actions-menu/actions-menu.ts"
1369
+ "name": "AccordionItem",
1370
+ "module": "src/accordion-item/accordion-item.ts"
1508
1371
  }
1509
1372
  },
1510
1373
  {
1511
1374
  "kind": "js",
1512
- "name": "zeroActionsMenu",
1375
+ "name": "zeroAccordionItem",
1513
1376
  "declaration": {
1514
- "name": "zeroActionsMenu",
1515
- "module": "src/actions-menu/actions-menu.ts"
1377
+ "name": "zeroAccordionItem",
1378
+ "module": "src/accordion-item/accordion-item.ts"
1516
1379
  }
1517
1380
  }
1518
1381
  ]
1519
1382
  },
1520
1383
  {
1521
1384
  "kind": "javascript-module",
1522
- "path": "src/actions-menu/index.ts",
1385
+ "path": "src/accordion-item/index.ts",
1523
1386
  "declarations": [],
1524
1387
  "exports": [
1525
1388
  {
@@ -1527,7 +1390,7 @@
1527
1390
  "name": "*",
1528
1391
  "declaration": {
1529
1392
  "name": "*",
1530
- "package": "./actions-menu"
1393
+ "package": "./accordion-item"
1531
1394
  }
1532
1395
  },
1533
1396
  {
@@ -1535,60 +1398,85 @@
1535
1398
  "name": "*",
1536
1399
  "declaration": {
1537
1400
  "name": "*",
1538
- "package": "./actions-menu.styles"
1401
+ "package": "./accordion-item.styles"
1402
+ }
1403
+ },
1404
+ {
1405
+ "kind": "js",
1406
+ "name": "*",
1407
+ "declaration": {
1408
+ "name": "*",
1409
+ "package": "./accordion-item.template"
1539
1410
  }
1540
1411
  }
1541
1412
  ]
1542
1413
  },
1543
1414
  {
1544
1415
  "kind": "javascript-module",
1545
- "path": "src/accordion-item/accordion-item.styles.ts",
1416
+ "path": "src/actions-menu/actions-menu.stories.ts",
1546
1417
  "declarations": [
1547
1418
  {
1548
- "kind": "function",
1549
- "name": "zeroAccordionItemStyles",
1550
- "return": {
1551
- "type": {
1552
- "text": "ElementStyles"
1553
- }
1419
+ "kind": "variable",
1420
+ "name": "meta",
1421
+ "type": {
1422
+ "text": "Meta"
1554
1423
  },
1555
- "parameters": [
1556
- {
1557
- "name": "context",
1558
- "type": {
1559
- "text": "ElementDefinitionContext"
1560
- }
1561
- },
1562
- {
1563
- "name": "definition",
1564
- "type": {
1565
- "text": "FoundationElementDefinition"
1566
- }
1567
- }
1568
- ]
1424
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1425
+ },
1426
+ {
1427
+ "kind": "variable",
1428
+ "name": "Horizontal",
1429
+ "type": {
1430
+ "text": "StoryObj"
1431
+ },
1432
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => 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}"
1433
+ },
1434
+ {
1435
+ "kind": "variable",
1436
+ "name": "Vertical",
1437
+ "type": {
1438
+ "text": "StoryObj"
1439
+ },
1440
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => 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}"
1569
1441
  }
1570
1442
  ],
1571
1443
  "exports": [
1572
1444
  {
1573
1445
  "kind": "js",
1574
- "name": "zeroAccordionItemStyles",
1446
+ "name": "default",
1575
1447
  "declaration": {
1576
- "name": "zeroAccordionItemStyles",
1577
- "module": "src/accordion-item/accordion-item.styles.ts"
1448
+ "name": "meta",
1449
+ "module": "src/actions-menu/actions-menu.stories.ts"
1450
+ }
1451
+ },
1452
+ {
1453
+ "kind": "js",
1454
+ "name": "Horizontal",
1455
+ "declaration": {
1456
+ "name": "Horizontal",
1457
+ "module": "src/actions-menu/actions-menu.stories.ts"
1458
+ }
1459
+ },
1460
+ {
1461
+ "kind": "js",
1462
+ "name": "Vertical",
1463
+ "declaration": {
1464
+ "name": "Vertical",
1465
+ "module": "src/actions-menu/actions-menu.stories.ts"
1578
1466
  }
1579
1467
  }
1580
1468
  ]
1581
1469
  },
1582
1470
  {
1583
1471
  "kind": "javascript-module",
1584
- "path": "src/accordion-item/accordion-item.template.ts",
1472
+ "path": "src/actions-menu/actions-menu.styles.ts",
1585
1473
  "declarations": [
1586
1474
  {
1587
1475
  "kind": "function",
1588
- "name": "zeroAccordionItemTemplate",
1476
+ "name": "zeroActionsMenuStyles",
1589
1477
  "return": {
1590
1478
  "type": {
1591
- "text": "ViewTemplate<AccordionItem>"
1479
+ "text": "ElementStyles"
1592
1480
  }
1593
1481
  },
1594
1482
  "parameters": [
@@ -1610,116 +1498,383 @@
1610
1498
  "exports": [
1611
1499
  {
1612
1500
  "kind": "js",
1613
- "name": "zeroAccordionItemTemplate",
1501
+ "name": "zeroActionsMenuStyles",
1614
1502
  "declaration": {
1615
- "name": "zeroAccordionItemTemplate",
1616
- "module": "src/accordion-item/accordion-item.template.ts"
1503
+ "name": "zeroActionsMenuStyles",
1504
+ "module": "src/actions-menu/actions-menu.styles.ts"
1617
1505
  }
1618
1506
  }
1619
1507
  ]
1620
1508
  },
1621
1509
  {
1622
1510
  "kind": "javascript-module",
1623
- "path": "src/accordion-item/accordion-item.ts",
1511
+ "path": "src/actions-menu/actions-menu.ts",
1624
1512
  "declarations": [
1625
1513
  {
1626
1514
  "kind": "class",
1627
1515
  "description": "",
1628
- "name": "AccordionItem",
1516
+ "name": "ActionsMenu",
1629
1517
  "superclass": {
1630
- "name": "FoundationAccordionItem",
1518
+ "name": "FoundationActionsMenu",
1631
1519
  "package": "@genesislcap/foundation-ui"
1632
1520
  },
1633
- "tagName": "%%prefix%%-card",
1521
+ "tagName": "%%prefix%%-actions-menu",
1634
1522
  "customElement": true,
1635
1523
  "attributes": [
1636
1524
  {
1637
- "name": "heading-level",
1525
+ "name": "is-vertical",
1638
1526
  "type": {
1639
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1527
+ "text": "boolean"
1640
1528
  },
1641
- "default": "2",
1642
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1643
- "fieldName": "headinglevel",
1529
+ "default": "false",
1530
+ "fieldName": "isVertical",
1644
1531
  "inheritedFrom": {
1645
- "name": "AccordionItem",
1646
- "module": "src/accordion-item/accordion-item.ts"
1532
+ "name": "ActionsMenu",
1533
+ "module": "src/actions-menu/actions-menu.ts"
1647
1534
  }
1648
1535
  },
1649
1536
  {
1537
+ "name": "add-default-actions",
1538
+ "type": {
1539
+ "text": "boolean"
1540
+ },
1541
+ "default": "true",
1542
+ "fieldName": "addDefaultActions",
1543
+ "inheritedFrom": {
1544
+ "name": "ActionsMenu",
1545
+ "module": "src/actions-menu/actions-menu.ts"
1546
+ }
1547
+ },
1548
+ {
1549
+ "name": "auto-close-on-action",
1550
+ "type": {
1551
+ "text": "boolean"
1552
+ },
1553
+ "default": "true",
1554
+ "fieldName": "autoCloseOnAction",
1555
+ "inheritedFrom": {
1556
+ "name": "ActionsMenu",
1557
+ "module": "src/actions-menu/actions-menu.ts"
1558
+ }
1559
+ },
1560
+ {
1561
+ "name": "name",
1562
+ "type": {
1563
+ "text": "string"
1564
+ },
1565
+ "default": "'Actions'",
1566
+ "fieldName": "name",
1567
+ "inheritedFrom": {
1568
+ "name": "ActionsMenu",
1569
+ "module": "src/actions-menu/actions-menu.ts"
1570
+ }
1571
+ },
1572
+ {
1573
+ "name": "open",
1650
1574
  "type": {
1651
1575
  "text": "boolean"
1652
1576
  },
1653
1577
  "default": "false",
1654
- "description": "Expands or collapses the item.",
1655
- "fieldName": "expanded",
1578
+ "fieldName": "open",
1656
1579
  "inheritedFrom": {
1657
- "name": "AccordionItem",
1658
- "module": "src/accordion-item/accordion-item.ts"
1580
+ "name": "ActionsMenu",
1581
+ "module": "src/actions-menu/actions-menu.ts"
1659
1582
  }
1660
1583
  },
1661
1584
  {
1662
- "name": "id",
1585
+ "name": "buttonAppearance",
1663
1586
  "type": {
1664
1587
  "text": "string"
1665
1588
  },
1666
- "description": "The item ID",
1667
- "fieldName": "id",
1589
+ "fieldName": "buttonAppearance",
1668
1590
  "inheritedFrom": {
1669
- "name": "AccordionItem",
1670
- "module": "src/accordion-item/accordion-item.ts"
1591
+ "name": "ActionsMenu",
1592
+ "module": "src/actions-menu/actions-menu.ts"
1593
+ }
1594
+ },
1595
+ {
1596
+ "name": "hide-disabled",
1597
+ "type": {
1598
+ "text": "boolean"
1599
+ },
1600
+ "default": "false",
1601
+ "fieldName": "hideDisabled",
1602
+ "inheritedFrom": {
1603
+ "name": "ActionsMenu",
1604
+ "module": "src/actions-menu/actions-menu.ts"
1605
+ }
1606
+ },
1607
+ {
1608
+ "name": "hide-menu-single-option",
1609
+ "type": {
1610
+ "text": "boolean"
1611
+ },
1612
+ "default": "false",
1613
+ "fieldName": "hideMenuSingleOption",
1614
+ "inheritedFrom": {
1615
+ "name": "ActionsMenu",
1616
+ "module": "src/actions-menu/actions-menu.ts"
1671
1617
  }
1672
1618
  }
1673
1619
  ],
1674
1620
  "members": [
1675
1621
  {
1676
1622
  "kind": "field",
1677
- "name": "headinglevel",
1623
+ "name": "actions",
1678
1624
  "type": {
1679
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1625
+ "text": "ActionMenuItem[]"
1680
1626
  },
1681
- "privacy": "public",
1682
- "default": "2",
1683
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1684
1627
  "inheritedFrom": {
1685
- "name": "AccordionItem",
1686
- "module": "src/accordion-item/accordion-item.ts"
1628
+ "name": "ActionsMenu",
1629
+ "module": "src/actions-menu/actions-menu.ts"
1687
1630
  }
1688
1631
  },
1689
1632
  {
1690
1633
  "kind": "field",
1691
- "name": "expanded",
1634
+ "name": "isVertical",
1692
1635
  "type": {
1693
1636
  "text": "boolean"
1694
1637
  },
1695
- "privacy": "public",
1696
1638
  "default": "false",
1697
- "description": "Expands or collapses the item.",
1698
1639
  "inheritedFrom": {
1699
- "name": "AccordionItem",
1700
- "module": "src/accordion-item/accordion-item.ts"
1640
+ "name": "ActionsMenu",
1641
+ "module": "src/actions-menu/actions-menu.ts"
1642
+ }
1643
+ },
1644
+ {
1645
+ "kind": "field",
1646
+ "name": "addDefaultActions",
1647
+ "type": {
1648
+ "text": "boolean"
1649
+ },
1650
+ "default": "true",
1651
+ "inheritedFrom": {
1652
+ "name": "ActionsMenu",
1653
+ "module": "src/actions-menu/actions-menu.ts"
1654
+ }
1655
+ },
1656
+ {
1657
+ "kind": "field",
1658
+ "name": "autoCloseOnAction",
1659
+ "type": {
1660
+ "text": "boolean"
1661
+ },
1662
+ "default": "true",
1663
+ "inheritedFrom": {
1664
+ "name": "ActionsMenu",
1665
+ "module": "src/actions-menu/actions-menu.ts"
1666
+ }
1667
+ },
1668
+ {
1669
+ "kind": "field",
1670
+ "name": "classNames",
1671
+ "type": {
1672
+ "text": "string"
1673
+ },
1674
+ "inheritedFrom": {
1675
+ "name": "ActionsMenu",
1676
+ "module": "src/actions-menu/actions-menu.ts"
1677
+ }
1678
+ },
1679
+ {
1680
+ "kind": "field",
1681
+ "name": "definition",
1682
+ "type": {
1683
+ "text": "any"
1684
+ },
1685
+ "inheritedFrom": {
1686
+ "name": "ActionsMenu",
1687
+ "module": "src/actions-menu/actions-menu.ts"
1688
+ }
1689
+ },
1690
+ {
1691
+ "kind": "field",
1692
+ "name": "name",
1693
+ "type": {
1694
+ "text": "string"
1695
+ },
1696
+ "default": "'Actions'",
1697
+ "inheritedFrom": {
1698
+ "name": "ActionsMenu",
1699
+ "module": "src/actions-menu/actions-menu.ts"
1700
+ }
1701
+ },
1702
+ {
1703
+ "kind": "field",
1704
+ "name": "open",
1705
+ "type": {
1706
+ "text": "boolean"
1707
+ },
1708
+ "default": "false",
1709
+ "inheritedFrom": {
1710
+ "name": "ActionsMenu",
1711
+ "module": "src/actions-menu/actions-menu.ts"
1712
+ }
1713
+ },
1714
+ {
1715
+ "kind": "field",
1716
+ "name": "buttonAppearance",
1717
+ "type": {
1718
+ "text": "string"
1719
+ },
1720
+ "inheritedFrom": {
1721
+ "name": "ActionsMenu",
1722
+ "module": "src/actions-menu/actions-menu.ts"
1723
+ }
1724
+ },
1725
+ {
1726
+ "kind": "field",
1727
+ "name": "hideDisabled",
1728
+ "type": {
1729
+ "text": "boolean"
1730
+ },
1731
+ "default": "false",
1732
+ "inheritedFrom": {
1733
+ "name": "ActionsMenu",
1734
+ "module": "src/actions-menu/actions-menu.ts"
1735
+ }
1736
+ },
1737
+ {
1738
+ "kind": "field",
1739
+ "name": "hideMenuSingleOption",
1740
+ "type": {
1741
+ "text": "boolean"
1742
+ },
1743
+ "default": "false",
1744
+ "inheritedFrom": {
1745
+ "name": "ActionsMenu",
1746
+ "module": "src/actions-menu/actions-menu.ts"
1747
+ }
1748
+ },
1749
+ {
1750
+ "kind": "field",
1751
+ "name": "singleOption",
1752
+ "type": {
1753
+ "text": "ActionMenuItem"
1754
+ },
1755
+ "inheritedFrom": {
1756
+ "name": "ActionsMenu",
1757
+ "module": "src/actions-menu/actions-menu.ts"
1758
+ }
1759
+ },
1760
+ {
1761
+ "kind": "field",
1762
+ "name": "actionsMenu",
1763
+ "type": {
1764
+ "text": "HTMLElement"
1765
+ },
1766
+ "inheritedFrom": {
1767
+ "name": "ActionsMenu",
1768
+ "module": "src/actions-menu/actions-menu.ts"
1769
+ }
1770
+ },
1771
+ {
1772
+ "kind": "method",
1773
+ "name": "definitionChanged",
1774
+ "privacy": "protected",
1775
+ "parameters": [
1776
+ {
1777
+ "name": "oldValue",
1778
+ "type": {
1779
+ "text": "any"
1780
+ }
1781
+ },
1782
+ {
1783
+ "name": "newValue",
1784
+ "type": {
1785
+ "text": "any"
1786
+ }
1787
+ }
1788
+ ],
1789
+ "inheritedFrom": {
1790
+ "name": "ActionsMenu",
1791
+ "module": "src/actions-menu/actions-menu.ts"
1792
+ }
1793
+ },
1794
+ {
1795
+ "kind": "method",
1796
+ "name": "openChanged",
1797
+ "privacy": "protected",
1798
+ "inheritedFrom": {
1799
+ "name": "ActionsMenu",
1800
+ "module": "src/actions-menu/actions-menu.ts"
1801
+ }
1802
+ },
1803
+ {
1804
+ "kind": "method",
1805
+ "name": "toggleActionsMenuVisibility",
1806
+ "inheritedFrom": {
1807
+ "name": "ActionsMenu",
1808
+ "module": "src/actions-menu/actions-menu.ts"
1809
+ }
1810
+ },
1811
+ {
1812
+ "kind": "method",
1813
+ "name": "onActionMenuItemClick",
1814
+ "parameters": [
1815
+ {
1816
+ "name": "callback",
1817
+ "type": {
1818
+ "text": "(rowData) => void | any"
1819
+ }
1820
+ }
1821
+ ],
1822
+ "inheritedFrom": {
1823
+ "name": "ActionsMenu",
1824
+ "module": "src/actions-menu/actions-menu.ts"
1825
+ }
1826
+ },
1827
+ {
1828
+ "kind": "field",
1829
+ "name": "allActions",
1830
+ "type": {
1831
+ "text": "ActionMenuItem[]"
1832
+ },
1833
+ "readonly": true,
1834
+ "inheritedFrom": {
1835
+ "name": "ActionsMenu",
1836
+ "module": "src/actions-menu/actions-menu.ts"
1701
1837
  }
1702
1838
  },
1703
1839
  {
1704
1840
  "kind": "field",
1705
- "name": "id",
1706
- "type": {
1707
- "text": "string"
1708
- },
1709
- "privacy": "public",
1710
- "description": "The item ID",
1841
+ "name": "rowData",
1842
+ "readonly": true,
1711
1843
  "inheritedFrom": {
1712
- "name": "AccordionItem",
1713
- "module": "src/accordion-item/accordion-item.ts"
1844
+ "name": "ActionsMenu",
1845
+ "module": "src/actions-menu/actions-menu.ts"
1714
1846
  }
1715
1847
  },
1716
1848
  {
1717
- "kind": "field",
1718
- "name": "change",
1719
- "privacy": "private",
1849
+ "kind": "method",
1850
+ "name": "getLabel",
1851
+ "parameters": [
1852
+ {
1853
+ "name": "name",
1854
+ "type": {
1855
+ "text": "string | ((rowData: any) => string)"
1856
+ }
1857
+ }
1858
+ ],
1720
1859
  "inheritedFrom": {
1721
- "name": "AccordionItem",
1722
- "module": "src/accordion-item/accordion-item.ts"
1860
+ "name": "ActionsMenu",
1861
+ "module": "src/actions-menu/actions-menu.ts"
1862
+ }
1863
+ },
1864
+ {
1865
+ "kind": "method",
1866
+ "name": "getTemplate",
1867
+ "parameters": [
1868
+ {
1869
+ "name": "prefix",
1870
+ "type": {
1871
+ "text": "string"
1872
+ }
1873
+ }
1874
+ ],
1875
+ "inheritedFrom": {
1876
+ "name": "ActionsMenu",
1877
+ "module": "src/actions-menu/actions-menu.ts"
1723
1878
  }
1724
1879
  },
1725
1880
  {
@@ -1731,8 +1886,8 @@
1731
1886
  "privacy": "private",
1732
1887
  "default": "void 0",
1733
1888
  "inheritedFrom": {
1734
- "name": "AccordionItem",
1735
- "module": "src/accordion-item/accordion-item.ts"
1889
+ "name": "FoundationElement",
1890
+ "module": "src/foundation-element/foundation-element.ts"
1736
1891
  }
1737
1892
  },
1738
1893
  {
@@ -1744,8 +1899,8 @@
1744
1899
  "privacy": "public",
1745
1900
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1746
1901
  "inheritedFrom": {
1747
- "name": "AccordionItem",
1748
- "module": "src/accordion-item/accordion-item.ts"
1902
+ "name": "FoundationElement",
1903
+ "module": "src/foundation-element/foundation-element.ts"
1749
1904
  }
1750
1905
  },
1751
1906
  {
@@ -1757,8 +1912,8 @@
1757
1912
  "privacy": "public",
1758
1913
  "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.",
1759
1914
  "inheritedFrom": {
1760
- "name": "AccordionItem",
1761
- "module": "src/accordion-item/accordion-item.ts"
1915
+ "name": "FoundationElement",
1916
+ "module": "src/foundation-element/foundation-element.ts"
1762
1917
  }
1763
1918
  },
1764
1919
  {
@@ -1771,8 +1926,8 @@
1771
1926
  }
1772
1927
  },
1773
1928
  "inheritedFrom": {
1774
- "name": "AccordionItem",
1775
- "module": "src/accordion-item/accordion-item.ts"
1929
+ "name": "FoundationElement",
1930
+ "module": "src/foundation-element/foundation-element.ts"
1776
1931
  }
1777
1932
  },
1778
1933
  {
@@ -1784,8 +1939,8 @@
1784
1939
  "privacy": "public",
1785
1940
  "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.",
1786
1941
  "inheritedFrom": {
1787
- "name": "AccordionItem",
1788
- "module": "src/accordion-item/accordion-item.ts"
1942
+ "name": "FoundationElement",
1943
+ "module": "src/foundation-element/foundation-element.ts"
1789
1944
  }
1790
1945
  },
1791
1946
  {
@@ -1798,8 +1953,8 @@
1798
1953
  }
1799
1954
  },
1800
1955
  "inheritedFrom": {
1801
- "name": "AccordionItem",
1802
- "module": "src/accordion-item/accordion-item.ts"
1956
+ "name": "FoundationElement",
1957
+ "module": "src/foundation-element/foundation-element.ts"
1803
1958
  }
1804
1959
  },
1805
1960
  {
@@ -1829,188 +1984,41 @@
1829
1984
  ],
1830
1985
  "description": "Defines an element registry function with a set of element definition defaults.",
1831
1986
  "inheritedFrom": {
1832
- "name": "AccordionItem",
1833
- "module": "src/accordion-item/accordion-item.ts"
1834
- }
1835
- }
1836
- ],
1837
- "events": [
1838
- {
1839
- "description": "Fires a custom 'change' event when the button is invoked",
1840
- "name": "change",
1841
- "inheritedFrom": {
1842
- "name": "AccordionItem",
1843
- "module": "src/accordion-item/accordion-item.ts"
1987
+ "name": "FoundationElement",
1988
+ "module": "src/foundation-element/foundation-element.ts"
1844
1989
  }
1845
1990
  }
1846
1991
  ]
1847
1992
  },
1848
1993
  {
1849
1994
  "kind": "variable",
1850
- "name": "zeroAccordionItem"
1851
- }
1852
- ],
1853
- "exports": [
1854
- {
1855
- "kind": "js",
1856
- "name": "AccordionItem",
1857
- "declaration": {
1858
- "name": "AccordionItem",
1859
- "module": "src/accordion-item/accordion-item.ts"
1860
- }
1861
- },
1862
- {
1863
- "kind": "js",
1864
- "name": "zeroAccordionItem",
1865
- "declaration": {
1866
- "name": "zeroAccordionItem",
1867
- "module": "src/accordion-item/accordion-item.ts"
1868
- }
1869
- }
1870
- ]
1871
- },
1872
- {
1873
- "kind": "javascript-module",
1874
- "path": "src/accordion-item/index.ts",
1875
- "declarations": [],
1876
- "exports": [
1877
- {
1878
- "kind": "js",
1879
- "name": "*",
1880
- "declaration": {
1881
- "name": "*",
1882
- "package": "./accordion-item"
1883
- }
1884
- },
1885
- {
1886
- "kind": "js",
1887
- "name": "*",
1888
- "declaration": {
1889
- "name": "*",
1890
- "package": "./accordion-item.styles"
1891
- }
1892
- },
1893
- {
1894
- "kind": "js",
1895
- "name": "*",
1896
- "declaration": {
1897
- "name": "*",
1898
- "package": "./accordion-item.template"
1899
- }
1900
- }
1901
- ]
1902
- },
1903
- {
1904
- "kind": "javascript-module",
1905
- "path": "src/_common/colors.hex.ts",
1906
- "declarations": [],
1907
- "exports": []
1908
- },
1909
- {
1910
- "kind": "javascript-module",
1911
- "path": "src/_common/colors.ts",
1912
- "declarations": [
1913
- {
1914
- "kind": "variable",
1915
- "name": "defaultRapidTextColor"
1916
- },
1917
- {
1918
- "kind": "variable",
1919
- "name": "defaultRapidBGColor"
1920
- },
1921
- {
1922
- "kind": "variable",
1923
- "name": "defaultRapidLabelColor"
1924
- },
1925
- {
1926
- "kind": "variable",
1927
- "name": "defaultRapidActiveBGColor"
1928
- },
1929
- {
1930
- "kind": "variable",
1931
- "name": "defaultRapidBorderUnfocusedColor"
1932
- },
1933
- {
1934
- "kind": "variable",
1935
- "name": "FastAppearanceValues",
1936
- "type": {
1937
- "text": "array"
1938
- },
1939
- "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
1940
- },
1941
- {
1942
- "kind": "variable",
1943
- "name": "ZeroAppearanceValues"
1995
+ "name": "zeroActionsMenu",
1996
+ "description": "The Zero Actions Menu",
1997
+ "privacy": "public"
1944
1998
  }
1945
1999
  ],
1946
2000
  "exports": [
1947
2001
  {
1948
2002
  "kind": "js",
1949
- "name": "defaultRapidTextColor",
1950
- "declaration": {
1951
- "name": "defaultRapidTextColor",
1952
- "module": "src/_common/colors.ts"
1953
- }
1954
- },
1955
- {
1956
- "kind": "js",
1957
- "name": "defaultRapidBGColor",
1958
- "declaration": {
1959
- "name": "defaultRapidBGColor",
1960
- "module": "src/_common/colors.ts"
1961
- }
1962
- },
1963
- {
1964
- "kind": "js",
1965
- "name": "defaultRapidLabelColor",
1966
- "declaration": {
1967
- "name": "defaultRapidLabelColor",
1968
- "module": "src/_common/colors.ts"
1969
- }
1970
- },
1971
- {
1972
- "kind": "js",
1973
- "name": "defaultRapidActiveBGColor",
1974
- "declaration": {
1975
- "name": "defaultRapidActiveBGColor",
1976
- "module": "src/_common/colors.ts"
1977
- }
1978
- },
1979
- {
1980
- "kind": "js",
1981
- "name": "defaultRapidBorderUnfocusedColor",
1982
- "declaration": {
1983
- "name": "defaultRapidBorderUnfocusedColor",
1984
- "module": "src/_common/colors.ts"
1985
- }
1986
- },
1987
- {
1988
- "kind": "js",
1989
- "name": "FastAppearanceValues",
2003
+ "name": "ActionsMenu",
1990
2004
  "declaration": {
1991
- "name": "FastAppearanceValues",
1992
- "module": "src/_common/colors.ts"
2005
+ "name": "ActionsMenu",
2006
+ "module": "src/actions-menu/actions-menu.ts"
1993
2007
  }
1994
2008
  },
1995
2009
  {
1996
2010
  "kind": "js",
1997
- "name": "ZeroAppearanceValues",
2011
+ "name": "zeroActionsMenu",
1998
2012
  "declaration": {
1999
- "name": "ZeroAppearanceValues",
2000
- "module": "src/_common/colors.ts"
2013
+ "name": "zeroActionsMenu",
2014
+ "module": "src/actions-menu/actions-menu.ts"
2001
2015
  }
2002
2016
  }
2003
2017
  ]
2004
2018
  },
2005
2019
  {
2006
2020
  "kind": "javascript-module",
2007
- "path": "src/_common/colors.util.ts",
2008
- "declarations": [],
2009
- "exports": []
2010
- },
2011
- {
2012
- "kind": "javascript-module",
2013
- "path": "src/_common/index.ts",
2021
+ "path": "src/actions-menu/index.ts",
2014
2022
  "declarations": [],
2015
2023
  "exports": [
2016
2024
  {
@@ -2018,15 +2026,7 @@
2018
2026
  "name": "*",
2019
2027
  "declaration": {
2020
2028
  "name": "*",
2021
- "package": "./colors"
2022
- }
2023
- },
2024
- {
2025
- "kind": "js",
2026
- "name": "*",
2027
- "declaration": {
2028
- "name": "*",
2029
- "package": "./colors.hex"
2029
+ "package": "./actions-menu"
2030
2030
  }
2031
2031
  },
2032
2032
  {
@@ -2034,7 +2034,7 @@
2034
2034
  "name": "*",
2035
2035
  "declaration": {
2036
2036
  "name": "*",
2037
- "package": "./colors.util"
2037
+ "package": "./actions-menu.styles"
2038
2038
  }
2039
2039
  }
2040
2040
  ]