@genesislcap/foundation-zero 14.104.0 → 14.106.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 (44) hide show
  1. package/dist/custom-elements.json +1906 -755
  2. package/dist/dts/base-components.d.ts +13 -0
  3. package/dist/dts/base-components.d.ts.map +1 -1
  4. package/dist/dts/index.d.ts +4 -1
  5. package/dist/dts/index.d.ts.map +1 -1
  6. package/dist/dts/stepper/index.d.ts +4 -0
  7. package/dist/dts/stepper/index.d.ts.map +1 -0
  8. package/dist/dts/stepper/stepper.d.ts +18 -0
  9. package/dist/dts/stepper/stepper.d.ts.map +1 -0
  10. package/dist/dts/stepper/stepper.stories.d.ts +5 -0
  11. package/dist/dts/stepper/stepper.stories.d.ts.map +1 -0
  12. package/dist/dts/stepper/stepper.styles.d.ts +3 -0
  13. package/dist/dts/stepper/stepper.styles.d.ts.map +1 -0
  14. package/dist/dts/stepper/stepper.template.d.ts +3 -0
  15. package/dist/dts/stepper/stepper.template.d.ts.map +1 -0
  16. package/dist/dts/stepper-tab/index.d.ts +4 -0
  17. package/dist/dts/stepper-tab/index.d.ts.map +1 -0
  18. package/dist/dts/stepper-tab/stepper-tab.d.ts +8 -0
  19. package/dist/dts/stepper-tab/stepper-tab.d.ts.map +1 -0
  20. package/dist/dts/stepper-tab/stepper-tab.styles.d.ts +4 -0
  21. package/dist/dts/stepper-tab/stepper-tab.styles.d.ts.map +1 -0
  22. package/dist/dts/stepper-tab/stepper-tab.template.d.ts +5 -0
  23. package/dist/dts/stepper-tab/stepper-tab.template.d.ts.map +1 -0
  24. package/dist/dts/stepper-tab-panel/index.d.ts +3 -0
  25. package/dist/dts/stepper-tab-panel/index.d.ts.map +1 -0
  26. package/dist/dts/stepper-tab-panel/stepper-tab-panel.d.ts +8 -0
  27. package/dist/dts/stepper-tab-panel/stepper-tab-panel.d.ts.map +1 -0
  28. package/dist/dts/stepper-tab-panel/stepper-tab-panel.template.d.ts +5 -0
  29. package/dist/dts/stepper-tab-panel/stepper-tab-panel.template.d.ts.map +1 -0
  30. package/dist/esm/base-components.js +6 -0
  31. package/dist/esm/index.js +4 -1
  32. package/dist/esm/stepper/index.js +3 -0
  33. package/dist/esm/stepper/stepper.js +10 -0
  34. package/dist/esm/stepper/stepper.stories.js +22 -0
  35. package/dist/esm/stepper/stepper.styles.js +9 -0
  36. package/dist/esm/stepper/stepper.template.js +5 -0
  37. package/dist/esm/stepper-tab/index.js +3 -0
  38. package/dist/esm/stepper-tab/stepper-tab.js +10 -0
  39. package/dist/esm/stepper-tab/stepper-tab.styles.js +19 -0
  40. package/dist/esm/stepper-tab/stepper-tab.template.js +22 -0
  41. package/dist/esm/stepper-tab-panel/index.js +2 -0
  42. package/dist/esm/stepper-tab-panel/stepper-tab-panel.js +8 -0
  43. package/dist/esm/stepper-tab-panel/stepper-tab-panel.template.js +2 -0
  44. package/package.json +7 -7
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroNotificationListener,\n zeroErrorBanner,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroSwitch,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroNotificationListener,\n zeroErrorBanner,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -455,7 +455,7 @@
455
455
  "name": "*",
456
456
  "declaration": {
457
457
  "name": "*",
458
- "package": "./snackbar"
458
+ "package": "./segmented-control"
459
459
  }
460
460
  },
461
461
  {
@@ -463,7 +463,7 @@
463
463
  "name": "*",
464
464
  "declaration": {
465
465
  "name": "*",
466
- "package": "./segmented-control"
466
+ "package": "./segmented-item"
467
467
  }
468
468
  },
469
469
  {
@@ -471,7 +471,7 @@
471
471
  "name": "*",
472
472
  "declaration": {
473
473
  "name": "*",
474
- "package": "./segmented-item"
474
+ "package": "./select"
475
475
  }
476
476
  },
477
477
  {
@@ -479,7 +479,7 @@
479
479
  "name": "*",
480
480
  "declaration": {
481
481
  "name": "*",
482
- "package": "./select"
482
+ "package": "./skeleton"
483
483
  }
484
484
  },
485
485
  {
@@ -487,7 +487,7 @@
487
487
  "name": "*",
488
488
  "declaration": {
489
489
  "name": "*",
490
- "package": "./skeleton"
490
+ "package": "./slider"
491
491
  }
492
492
  },
493
493
  {
@@ -495,7 +495,7 @@
495
495
  "name": "*",
496
496
  "declaration": {
497
497
  "name": "*",
498
- "package": "./slider"
498
+ "package": "./slider-label"
499
499
  }
500
500
  },
501
501
  {
@@ -503,7 +503,31 @@
503
503
  "name": "*",
504
504
  "declaration": {
505
505
  "name": "*",
506
- "package": "./slider-label"
506
+ "package": "./snackbar"
507
+ }
508
+ },
509
+ {
510
+ "kind": "js",
511
+ "name": "*",
512
+ "declaration": {
513
+ "name": "*",
514
+ "package": "./stepper"
515
+ }
516
+ },
517
+ {
518
+ "kind": "js",
519
+ "name": "*",
520
+ "declaration": {
521
+ "name": "*",
522
+ "package": "./stepper-tab"
523
+ }
524
+ },
525
+ {
526
+ "kind": "js",
527
+ "name": "*",
528
+ "declaration": {
529
+ "name": "*",
530
+ "package": "./stepper-tab-panel"
507
531
  }
508
532
  },
509
533
  {
@@ -1365,7 +1389,7 @@
1365
1389
  },
1366
1390
  {
1367
1391
  "kind": "javascript-module",
1368
- "path": "src/actions-menu/actions-menu.stories.ts",
1392
+ "path": "src/anchor/anchor.stories.ts",
1369
1393
  "declarations": [
1370
1394
  {
1371
1395
  "kind": "variable",
@@ -1373,23 +1397,15 @@
1373
1397
  "type": {
1374
1398
  "text": "Meta"
1375
1399
  },
1376
- "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1377
- },
1378
- {
1379
- "kind": "variable",
1380
- "name": "Horizontal",
1381
- "type": {
1382
- "text": "StoryObj"
1383
- },
1384
- "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}"
1400
+ "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1385
1401
  },
1386
1402
  {
1387
1403
  "kind": "variable",
1388
- "name": "Vertical",
1404
+ "name": "All",
1389
1405
  "type": {
1390
1406
  "text": "StoryObj"
1391
1407
  },
1392
- "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}"
1408
+ "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1393
1409
  }
1394
1410
  ],
1395
1411
  "exports": [
@@ -1398,37 +1414,68 @@
1398
1414
  "name": "default",
1399
1415
  "declaration": {
1400
1416
  "name": "meta",
1401
- "module": "src/actions-menu/actions-menu.stories.ts"
1417
+ "module": "src/anchor/anchor.stories.ts"
1402
1418
  }
1403
1419
  },
1404
1420
  {
1405
1421
  "kind": "js",
1406
- "name": "Horizontal",
1422
+ "name": "All",
1407
1423
  "declaration": {
1408
- "name": "Horizontal",
1409
- "module": "src/actions-menu/actions-menu.stories.ts"
1424
+ "name": "All",
1425
+ "module": "src/anchor/anchor.stories.ts"
1410
1426
  }
1411
- },
1427
+ }
1428
+ ]
1429
+ },
1430
+ {
1431
+ "kind": "javascript-module",
1432
+ "path": "src/anchor/anchor.styles.ts",
1433
+ "declarations": [
1434
+ {
1435
+ "kind": "function",
1436
+ "name": "zeroAnchorStyles",
1437
+ "return": {
1438
+ "type": {
1439
+ "text": "ElementStyles"
1440
+ }
1441
+ },
1442
+ "parameters": [
1443
+ {
1444
+ "name": "context",
1445
+ "type": {
1446
+ "text": "ElementDefinitionContext"
1447
+ }
1448
+ },
1449
+ {
1450
+ "name": "definition",
1451
+ "type": {
1452
+ "text": "FoundationElementDefinition"
1453
+ }
1454
+ }
1455
+ ]
1456
+ }
1457
+ ],
1458
+ "exports": [
1412
1459
  {
1413
1460
  "kind": "js",
1414
- "name": "Vertical",
1461
+ "name": "zeroAnchorStyles",
1415
1462
  "declaration": {
1416
- "name": "Vertical",
1417
- "module": "src/actions-menu/actions-menu.stories.ts"
1463
+ "name": "zeroAnchorStyles",
1464
+ "module": "src/anchor/anchor.styles.ts"
1418
1465
  }
1419
1466
  }
1420
1467
  ]
1421
1468
  },
1422
1469
  {
1423
1470
  "kind": "javascript-module",
1424
- "path": "src/actions-menu/actions-menu.styles.ts",
1471
+ "path": "src/anchor/anchor.template.ts",
1425
1472
  "declarations": [
1426
1473
  {
1427
1474
  "kind": "function",
1428
- "name": "zeroActionsMenuStyles",
1475
+ "name": "zeroAnchorTemplate",
1429
1476
  "return": {
1430
1477
  "type": {
1431
- "text": "ElementStyles"
1478
+ "text": "ViewTemplate<Anchor>"
1432
1479
  }
1433
1480
  },
1434
1481
  "parameters": [
@@ -1450,383 +1497,252 @@
1450
1497
  "exports": [
1451
1498
  {
1452
1499
  "kind": "js",
1453
- "name": "zeroActionsMenuStyles",
1500
+ "name": "zeroAnchorTemplate",
1454
1501
  "declaration": {
1455
- "name": "zeroActionsMenuStyles",
1456
- "module": "src/actions-menu/actions-menu.styles.ts"
1502
+ "name": "zeroAnchorTemplate",
1503
+ "module": "src/anchor/anchor.template.ts"
1457
1504
  }
1458
1505
  }
1459
1506
  ]
1460
1507
  },
1461
1508
  {
1462
1509
  "kind": "javascript-module",
1463
- "path": "src/actions-menu/actions-menu.ts",
1510
+ "path": "src/anchor/anchor.ts",
1464
1511
  "declarations": [
1465
1512
  {
1466
1513
  "kind": "class",
1467
1514
  "description": "",
1468
- "name": "ActionsMenu",
1515
+ "name": "Anchor",
1469
1516
  "superclass": {
1470
- "name": "FoundationActionsMenu",
1517
+ "name": "FoundationAnchor",
1471
1518
  "package": "@genesislcap/foundation-ui"
1472
1519
  },
1473
- "tagName": "%%prefix%%-actions-menu",
1520
+ "tagName": "%%prefix%%-anchor",
1474
1521
  "customElement": true,
1475
1522
  "attributes": [
1476
1523
  {
1477
- "name": "is-vertical",
1524
+ "name": "download",
1478
1525
  "type": {
1479
- "text": "boolean"
1526
+ "text": "string"
1480
1527
  },
1481
- "default": "false",
1482
- "fieldName": "isVertical",
1528
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1529
+ "fieldName": "download",
1483
1530
  "inheritedFrom": {
1484
- "name": "ActionsMenu",
1485
- "module": "src/actions-menu/actions-menu.ts"
1531
+ "name": "Anchor",
1532
+ "module": "src/anchor/anchor.ts"
1486
1533
  }
1487
1534
  },
1488
1535
  {
1489
- "name": "add-default-actions",
1536
+ "name": "href",
1490
1537
  "type": {
1491
- "text": "boolean"
1538
+ "text": "string"
1492
1539
  },
1493
- "default": "true",
1494
- "fieldName": "addDefaultActions",
1540
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1541
+ "fieldName": "href",
1495
1542
  "inheritedFrom": {
1496
- "name": "ActionsMenu",
1497
- "module": "src/actions-menu/actions-menu.ts"
1543
+ "name": "Anchor",
1544
+ "module": "src/anchor/anchor.ts"
1498
1545
  }
1499
1546
  },
1500
1547
  {
1501
- "name": "auto-close-on-action",
1548
+ "name": "hreflang",
1502
1549
  "type": {
1503
- "text": "boolean"
1550
+ "text": "string"
1504
1551
  },
1505
- "default": "true",
1506
- "fieldName": "autoCloseOnAction",
1552
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1553
+ "fieldName": "hreflang",
1507
1554
  "inheritedFrom": {
1508
- "name": "ActionsMenu",
1509
- "module": "src/actions-menu/actions-menu.ts"
1555
+ "name": "Anchor",
1556
+ "module": "src/anchor/anchor.ts"
1510
1557
  }
1511
1558
  },
1512
1559
  {
1513
- "name": "name",
1560
+ "name": "ping",
1514
1561
  "type": {
1515
1562
  "text": "string"
1516
1563
  },
1517
- "default": "'Actions'",
1518
- "fieldName": "name",
1564
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1565
+ "fieldName": "ping",
1519
1566
  "inheritedFrom": {
1520
- "name": "ActionsMenu",
1521
- "module": "src/actions-menu/actions-menu.ts"
1567
+ "name": "Anchor",
1568
+ "module": "src/anchor/anchor.ts"
1522
1569
  }
1523
1570
  },
1524
1571
  {
1525
- "name": "open",
1572
+ "name": "referrerpolicy",
1526
1573
  "type": {
1527
- "text": "boolean"
1574
+ "text": "string"
1528
1575
  },
1529
- "default": "false",
1530
- "fieldName": "open",
1576
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1577
+ "fieldName": "referrerpolicy",
1531
1578
  "inheritedFrom": {
1532
- "name": "ActionsMenu",
1533
- "module": "src/actions-menu/actions-menu.ts"
1579
+ "name": "Anchor",
1580
+ "module": "src/anchor/anchor.ts"
1534
1581
  }
1535
1582
  },
1536
1583
  {
1537
- "name": "buttonAppearance",
1584
+ "name": "rel",
1538
1585
  "type": {
1539
1586
  "text": "string"
1540
1587
  },
1541
- "fieldName": "buttonAppearance",
1588
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1589
+ "fieldName": "rel",
1542
1590
  "inheritedFrom": {
1543
- "name": "ActionsMenu",
1544
- "module": "src/actions-menu/actions-menu.ts"
1591
+ "name": "Anchor",
1592
+ "module": "src/anchor/anchor.ts"
1545
1593
  }
1546
1594
  },
1547
1595
  {
1548
- "name": "hide-disabled",
1596
+ "name": "target",
1549
1597
  "type": {
1550
- "text": "boolean"
1598
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1551
1599
  },
1552
- "default": "false",
1553
- "fieldName": "hideDisabled",
1600
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1601
+ "fieldName": "target",
1554
1602
  "inheritedFrom": {
1555
- "name": "ActionsMenu",
1556
- "module": "src/actions-menu/actions-menu.ts"
1603
+ "name": "Anchor",
1604
+ "module": "src/anchor/anchor.ts"
1557
1605
  }
1558
1606
  },
1559
1607
  {
1560
- "name": "hide-menu-single-option",
1608
+ "name": "type",
1561
1609
  "type": {
1562
- "text": "boolean"
1610
+ "text": "string"
1563
1611
  },
1564
- "default": "false",
1565
- "fieldName": "hideMenuSingleOption",
1612
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1613
+ "fieldName": "type",
1566
1614
  "inheritedFrom": {
1567
- "name": "ActionsMenu",
1568
- "module": "src/actions-menu/actions-menu.ts"
1615
+ "name": "Anchor",
1616
+ "module": "src/anchor/anchor.ts"
1569
1617
  }
1570
1618
  }
1571
1619
  ],
1572
1620
  "members": [
1573
1621
  {
1574
1622
  "kind": "field",
1575
- "name": "actions",
1623
+ "name": "download",
1576
1624
  "type": {
1577
- "text": "ActionMenuItem[]"
1625
+ "text": "string"
1578
1626
  },
1627
+ "privacy": "public",
1628
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1579
1629
  "inheritedFrom": {
1580
- "name": "ActionsMenu",
1581
- "module": "src/actions-menu/actions-menu.ts"
1630
+ "name": "Anchor",
1631
+ "module": "src/anchor/anchor.ts"
1582
1632
  }
1583
1633
  },
1584
1634
  {
1585
1635
  "kind": "field",
1586
- "name": "isVertical",
1636
+ "name": "href",
1587
1637
  "type": {
1588
- "text": "boolean"
1638
+ "text": "string"
1589
1639
  },
1590
- "default": "false",
1640
+ "privacy": "public",
1641
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1591
1642
  "inheritedFrom": {
1592
- "name": "ActionsMenu",
1593
- "module": "src/actions-menu/actions-menu.ts"
1643
+ "name": "Anchor",
1644
+ "module": "src/anchor/anchor.ts"
1594
1645
  }
1595
1646
  },
1596
1647
  {
1597
1648
  "kind": "field",
1598
- "name": "addDefaultActions",
1649
+ "name": "hreflang",
1599
1650
  "type": {
1600
- "text": "boolean"
1651
+ "text": "string"
1601
1652
  },
1602
- "default": "true",
1653
+ "privacy": "public",
1654
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1603
1655
  "inheritedFrom": {
1604
- "name": "ActionsMenu",
1605
- "module": "src/actions-menu/actions-menu.ts"
1656
+ "name": "Anchor",
1657
+ "module": "src/anchor/anchor.ts"
1606
1658
  }
1607
1659
  },
1608
1660
  {
1609
1661
  "kind": "field",
1610
- "name": "autoCloseOnAction",
1662
+ "name": "ping",
1611
1663
  "type": {
1612
- "text": "boolean"
1664
+ "text": "string"
1613
1665
  },
1614
- "default": "true",
1666
+ "privacy": "public",
1667
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1615
1668
  "inheritedFrom": {
1616
- "name": "ActionsMenu",
1617
- "module": "src/actions-menu/actions-menu.ts"
1669
+ "name": "Anchor",
1670
+ "module": "src/anchor/anchor.ts"
1618
1671
  }
1619
1672
  },
1620
1673
  {
1621
1674
  "kind": "field",
1622
- "name": "classNames",
1675
+ "name": "referrerpolicy",
1623
1676
  "type": {
1624
1677
  "text": "string"
1625
1678
  },
1679
+ "privacy": "public",
1680
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1626
1681
  "inheritedFrom": {
1627
- "name": "ActionsMenu",
1628
- "module": "src/actions-menu/actions-menu.ts"
1629
- }
1630
- },
1631
- {
1632
- "kind": "field",
1633
- "name": "definition",
1634
- "type": {
1635
- "text": "any"
1636
- },
1637
- "inheritedFrom": {
1638
- "name": "ActionsMenu",
1639
- "module": "src/actions-menu/actions-menu.ts"
1682
+ "name": "Anchor",
1683
+ "module": "src/anchor/anchor.ts"
1640
1684
  }
1641
1685
  },
1642
1686
  {
1643
1687
  "kind": "field",
1644
- "name": "name",
1688
+ "name": "rel",
1645
1689
  "type": {
1646
1690
  "text": "string"
1647
1691
  },
1648
- "default": "'Actions'",
1692
+ "privacy": "public",
1693
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1649
1694
  "inheritedFrom": {
1650
- "name": "ActionsMenu",
1651
- "module": "src/actions-menu/actions-menu.ts"
1695
+ "name": "Anchor",
1696
+ "module": "src/anchor/anchor.ts"
1652
1697
  }
1653
1698
  },
1654
1699
  {
1655
1700
  "kind": "field",
1656
- "name": "open",
1701
+ "name": "target",
1657
1702
  "type": {
1658
- "text": "boolean"
1703
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1659
1704
  },
1660
- "default": "false",
1705
+ "privacy": "public",
1706
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1661
1707
  "inheritedFrom": {
1662
- "name": "ActionsMenu",
1663
- "module": "src/actions-menu/actions-menu.ts"
1708
+ "name": "Anchor",
1709
+ "module": "src/anchor/anchor.ts"
1664
1710
  }
1665
1711
  },
1666
1712
  {
1667
1713
  "kind": "field",
1668
- "name": "buttonAppearance",
1714
+ "name": "type",
1669
1715
  "type": {
1670
1716
  "text": "string"
1671
1717
  },
1718
+ "privacy": "public",
1719
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1672
1720
  "inheritedFrom": {
1673
- "name": "ActionsMenu",
1674
- "module": "src/actions-menu/actions-menu.ts"
1675
- }
1676
- },
1677
- {
1678
- "kind": "field",
1679
- "name": "hideDisabled",
1680
- "type": {
1681
- "text": "boolean"
1682
- },
1683
- "default": "false",
1684
- "inheritedFrom": {
1685
- "name": "ActionsMenu",
1686
- "module": "src/actions-menu/actions-menu.ts"
1687
- }
1688
- },
1689
- {
1690
- "kind": "field",
1691
- "name": "hideMenuSingleOption",
1692
- "type": {
1693
- "text": "boolean"
1694
- },
1695
- "default": "false",
1696
- "inheritedFrom": {
1697
- "name": "ActionsMenu",
1698
- "module": "src/actions-menu/actions-menu.ts"
1699
- }
1700
- },
1701
- {
1702
- "kind": "field",
1703
- "name": "singleOption",
1704
- "type": {
1705
- "text": "ActionMenuItem"
1706
- },
1707
- "inheritedFrom": {
1708
- "name": "ActionsMenu",
1709
- "module": "src/actions-menu/actions-menu.ts"
1710
- }
1711
- },
1712
- {
1713
- "kind": "field",
1714
- "name": "actionsMenu",
1715
- "type": {
1716
- "text": "HTMLElement"
1717
- },
1718
- "inheritedFrom": {
1719
- "name": "ActionsMenu",
1720
- "module": "src/actions-menu/actions-menu.ts"
1721
- }
1722
- },
1723
- {
1724
- "kind": "method",
1725
- "name": "definitionChanged",
1726
- "privacy": "protected",
1727
- "parameters": [
1728
- {
1729
- "name": "oldValue",
1730
- "type": {
1731
- "text": "any"
1732
- }
1733
- },
1734
- {
1735
- "name": "newValue",
1736
- "type": {
1737
- "text": "any"
1738
- }
1739
- }
1740
- ],
1741
- "inheritedFrom": {
1742
- "name": "ActionsMenu",
1743
- "module": "src/actions-menu/actions-menu.ts"
1744
- }
1745
- },
1746
- {
1747
- "kind": "method",
1748
- "name": "openChanged",
1749
- "privacy": "protected",
1750
- "inheritedFrom": {
1751
- "name": "ActionsMenu",
1752
- "module": "src/actions-menu/actions-menu.ts"
1753
- }
1754
- },
1755
- {
1756
- "kind": "method",
1757
- "name": "toggleActionsMenuVisibility",
1758
- "inheritedFrom": {
1759
- "name": "ActionsMenu",
1760
- "module": "src/actions-menu/actions-menu.ts"
1761
- }
1762
- },
1763
- {
1764
- "kind": "method",
1765
- "name": "onActionMenuItemClick",
1766
- "parameters": [
1767
- {
1768
- "name": "callback",
1769
- "type": {
1770
- "text": "(rowData) => void | any"
1771
- }
1772
- }
1773
- ],
1774
- "inheritedFrom": {
1775
- "name": "ActionsMenu",
1776
- "module": "src/actions-menu/actions-menu.ts"
1721
+ "name": "Anchor",
1722
+ "module": "src/anchor/anchor.ts"
1777
1723
  }
1778
1724
  },
1779
1725
  {
1780
1726
  "kind": "field",
1781
- "name": "allActions",
1727
+ "name": "control",
1782
1728
  "type": {
1783
- "text": "ActionMenuItem[]"
1729
+ "text": "HTMLAnchorElement | undefined"
1784
1730
  },
1785
- "readonly": true,
1731
+ "privacy": "public",
1732
+ "description": "References the root element",
1786
1733
  "inheritedFrom": {
1787
- "name": "ActionsMenu",
1788
- "module": "src/actions-menu/actions-menu.ts"
1734
+ "name": "Anchor",
1735
+ "module": "src/anchor/anchor.ts"
1789
1736
  }
1790
1737
  },
1791
1738
  {
1792
1739
  "kind": "field",
1793
- "name": "rowData",
1794
- "readonly": true,
1795
- "inheritedFrom": {
1796
- "name": "ActionsMenu",
1797
- "module": "src/actions-menu/actions-menu.ts"
1798
- }
1799
- },
1800
- {
1801
- "kind": "method",
1802
- "name": "getLabel",
1803
- "parameters": [
1804
- {
1805
- "name": "name",
1806
- "type": {
1807
- "text": "string | ((rowData: any) => string)"
1808
- }
1809
- }
1810
- ],
1811
- "inheritedFrom": {
1812
- "name": "ActionsMenu",
1813
- "module": "src/actions-menu/actions-menu.ts"
1814
- }
1815
- },
1816
- {
1817
- "kind": "method",
1818
- "name": "getTemplate",
1819
- "parameters": [
1820
- {
1821
- "name": "prefix",
1822
- "type": {
1823
- "text": "string"
1824
- }
1825
- }
1826
- ],
1740
+ "name": "handleUnsupportedDelegatesFocus",
1741
+ "privacy": "private",
1742
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
1827
1743
  "inheritedFrom": {
1828
- "name": "ActionsMenu",
1829
- "module": "src/actions-menu/actions-menu.ts"
1744
+ "name": "Anchor",
1745
+ "module": "src/anchor/anchor.ts"
1830
1746
  }
1831
1747
  },
1832
1748
  {
@@ -1838,8 +1754,8 @@
1838
1754
  "privacy": "private",
1839
1755
  "default": "void 0",
1840
1756
  "inheritedFrom": {
1841
- "name": "FoundationElement",
1842
- "module": "src/foundation-element/foundation-element.ts"
1757
+ "name": "Anchor",
1758
+ "module": "src/anchor/anchor.ts"
1843
1759
  }
1844
1760
  },
1845
1761
  {
@@ -1851,8 +1767,8 @@
1851
1767
  "privacy": "public",
1852
1768
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1853
1769
  "inheritedFrom": {
1854
- "name": "FoundationElement",
1855
- "module": "src/foundation-element/foundation-element.ts"
1770
+ "name": "Anchor",
1771
+ "module": "src/anchor/anchor.ts"
1856
1772
  }
1857
1773
  },
1858
1774
  {
@@ -1864,8 +1780,8 @@
1864
1780
  "privacy": "public",
1865
1781
  "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.",
1866
1782
  "inheritedFrom": {
1867
- "name": "FoundationElement",
1868
- "module": "src/foundation-element/foundation-element.ts"
1783
+ "name": "Anchor",
1784
+ "module": "src/anchor/anchor.ts"
1869
1785
  }
1870
1786
  },
1871
1787
  {
@@ -1878,8 +1794,8 @@
1878
1794
  }
1879
1795
  },
1880
1796
  "inheritedFrom": {
1881
- "name": "FoundationElement",
1882
- "module": "src/foundation-element/foundation-element.ts"
1797
+ "name": "Anchor",
1798
+ "module": "src/anchor/anchor.ts"
1883
1799
  }
1884
1800
  },
1885
1801
  {
@@ -1891,8 +1807,8 @@
1891
1807
  "privacy": "public",
1892
1808
  "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.",
1893
1809
  "inheritedFrom": {
1894
- "name": "FoundationElement",
1895
- "module": "src/foundation-element/foundation-element.ts"
1810
+ "name": "Anchor",
1811
+ "module": "src/anchor/anchor.ts"
1896
1812
  }
1897
1813
  },
1898
1814
  {
@@ -1905,8 +1821,8 @@
1905
1821
  }
1906
1822
  },
1907
1823
  "inheritedFrom": {
1908
- "name": "FoundationElement",
1909
- "module": "src/foundation-element/foundation-element.ts"
1824
+ "name": "Anchor",
1825
+ "module": "src/anchor/anchor.ts"
1910
1826
  }
1911
1827
  },
1912
1828
  {
@@ -1936,41 +1852,39 @@
1936
1852
  ],
1937
1853
  "description": "Defines an element registry function with a set of element definition defaults.",
1938
1854
  "inheritedFrom": {
1939
- "name": "FoundationElement",
1940
- "module": "src/foundation-element/foundation-element.ts"
1855
+ "name": "Anchor",
1856
+ "module": "src/anchor/anchor.ts"
1941
1857
  }
1942
1858
  }
1943
1859
  ]
1944
1860
  },
1945
1861
  {
1946
1862
  "kind": "variable",
1947
- "name": "zeroActionsMenu",
1948
- "description": "The Zero Actions Menu",
1949
- "privacy": "public"
1863
+ "name": "zeroAnchor"
1950
1864
  }
1951
1865
  ],
1952
1866
  "exports": [
1953
1867
  {
1954
1868
  "kind": "js",
1955
- "name": "ActionsMenu",
1869
+ "name": "Anchor",
1956
1870
  "declaration": {
1957
- "name": "ActionsMenu",
1958
- "module": "src/actions-menu/actions-menu.ts"
1871
+ "name": "Anchor",
1872
+ "module": "src/anchor/anchor.ts"
1959
1873
  }
1960
1874
  },
1961
1875
  {
1962
1876
  "kind": "js",
1963
- "name": "zeroActionsMenu",
1877
+ "name": "zeroAnchor",
1964
1878
  "declaration": {
1965
- "name": "zeroActionsMenu",
1966
- "module": "src/actions-menu/actions-menu.ts"
1879
+ "name": "zeroAnchor",
1880
+ "module": "src/anchor/anchor.ts"
1967
1881
  }
1968
1882
  }
1969
1883
  ]
1970
1884
  },
1971
1885
  {
1972
1886
  "kind": "javascript-module",
1973
- "path": "src/actions-menu/index.ts",
1887
+ "path": "src/anchor/index.ts",
1974
1888
  "declarations": [],
1975
1889
  "exports": [
1976
1890
  {
@@ -1978,7 +1892,7 @@
1978
1892
  "name": "*",
1979
1893
  "declaration": {
1980
1894
  "name": "*",
1981
- "package": "./actions-menu"
1895
+ "package": "./anchor"
1982
1896
  }
1983
1897
  },
1984
1898
  {
@@ -1986,14 +1900,22 @@
1986
1900
  "name": "*",
1987
1901
  "declaration": {
1988
1902
  "name": "*",
1989
- "package": "./actions-menu.styles"
1903
+ "package": "./anchor.styles"
1904
+ }
1905
+ },
1906
+ {
1907
+ "kind": "js",
1908
+ "name": "*",
1909
+ "declaration": {
1910
+ "name": "*",
1911
+ "package": "./anchor.template"
1990
1912
  }
1991
1913
  }
1992
1914
  ]
1993
1915
  },
1994
1916
  {
1995
1917
  "kind": "javascript-module",
1996
- "path": "src/anchor/anchor.stories.ts",
1918
+ "path": "src/actions-menu/actions-menu.stories.ts",
1997
1919
  "declarations": [
1998
1920
  {
1999
1921
  "kind": "variable",
@@ -2001,15 +1923,23 @@
2001
1923
  "type": {
2002
1924
  "text": "Meta"
2003
1925
  },
2004
- "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1926
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
2005
1927
  },
2006
1928
  {
2007
1929
  "kind": "variable",
2008
- "name": "All",
1930
+ "name": "Horizontal",
2009
1931
  "type": {
2010
1932
  "text": "StoryObj"
2011
1933
  },
2012
- "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1934
+ "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}"
1935
+ },
1936
+ {
1937
+ "kind": "variable",
1938
+ "name": "Vertical",
1939
+ "type": {
1940
+ "text": "StoryObj"
1941
+ },
1942
+ "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}"
2013
1943
  }
2014
1944
  ],
2015
1945
  "exports": [
@@ -2018,68 +1948,37 @@
2018
1948
  "name": "default",
2019
1949
  "declaration": {
2020
1950
  "name": "meta",
2021
- "module": "src/anchor/anchor.stories.ts"
1951
+ "module": "src/actions-menu/actions-menu.stories.ts"
2022
1952
  }
2023
1953
  },
2024
1954
  {
2025
1955
  "kind": "js",
2026
- "name": "All",
1956
+ "name": "Horizontal",
2027
1957
  "declaration": {
2028
- "name": "All",
2029
- "module": "src/anchor/anchor.stories.ts"
1958
+ "name": "Horizontal",
1959
+ "module": "src/actions-menu/actions-menu.stories.ts"
2030
1960
  }
2031
- }
2032
- ]
2033
- },
2034
- {
2035
- "kind": "javascript-module",
2036
- "path": "src/anchor/anchor.styles.ts",
2037
- "declarations": [
2038
- {
2039
- "kind": "function",
2040
- "name": "zeroAnchorStyles",
2041
- "return": {
2042
- "type": {
2043
- "text": "ElementStyles"
2044
- }
2045
- },
2046
- "parameters": [
2047
- {
2048
- "name": "context",
2049
- "type": {
2050
- "text": "ElementDefinitionContext"
2051
- }
2052
- },
2053
- {
2054
- "name": "definition",
2055
- "type": {
2056
- "text": "FoundationElementDefinition"
2057
- }
2058
- }
2059
- ]
2060
- }
2061
- ],
2062
- "exports": [
1961
+ },
2063
1962
  {
2064
1963
  "kind": "js",
2065
- "name": "zeroAnchorStyles",
1964
+ "name": "Vertical",
2066
1965
  "declaration": {
2067
- "name": "zeroAnchorStyles",
2068
- "module": "src/anchor/anchor.styles.ts"
1966
+ "name": "Vertical",
1967
+ "module": "src/actions-menu/actions-menu.stories.ts"
2069
1968
  }
2070
1969
  }
2071
1970
  ]
2072
1971
  },
2073
1972
  {
2074
1973
  "kind": "javascript-module",
2075
- "path": "src/anchor/anchor.template.ts",
1974
+ "path": "src/actions-menu/actions-menu.styles.ts",
2076
1975
  "declarations": [
2077
1976
  {
2078
1977
  "kind": "function",
2079
- "name": "zeroAnchorTemplate",
1978
+ "name": "zeroActionsMenuStyles",
2080
1979
  "return": {
2081
1980
  "type": {
2082
- "text": "ViewTemplate<Anchor>"
1981
+ "text": "ElementStyles"
2083
1982
  }
2084
1983
  },
2085
1984
  "parameters": [
@@ -2101,252 +2000,383 @@
2101
2000
  "exports": [
2102
2001
  {
2103
2002
  "kind": "js",
2104
- "name": "zeroAnchorTemplate",
2003
+ "name": "zeroActionsMenuStyles",
2105
2004
  "declaration": {
2106
- "name": "zeroAnchorTemplate",
2107
- "module": "src/anchor/anchor.template.ts"
2005
+ "name": "zeroActionsMenuStyles",
2006
+ "module": "src/actions-menu/actions-menu.styles.ts"
2108
2007
  }
2109
2008
  }
2110
2009
  ]
2111
2010
  },
2112
2011
  {
2113
2012
  "kind": "javascript-module",
2114
- "path": "src/anchor/anchor.ts",
2013
+ "path": "src/actions-menu/actions-menu.ts",
2115
2014
  "declarations": [
2116
2015
  {
2117
2016
  "kind": "class",
2118
2017
  "description": "",
2119
- "name": "Anchor",
2018
+ "name": "ActionsMenu",
2120
2019
  "superclass": {
2121
- "name": "FoundationAnchor",
2020
+ "name": "FoundationActionsMenu",
2122
2021
  "package": "@genesislcap/foundation-ui"
2123
2022
  },
2124
- "tagName": "%%prefix%%-anchor",
2023
+ "tagName": "%%prefix%%-actions-menu",
2125
2024
  "customElement": true,
2126
2025
  "attributes": [
2127
2026
  {
2128
- "name": "download",
2027
+ "name": "is-vertical",
2129
2028
  "type": {
2130
- "text": "string"
2029
+ "text": "boolean"
2131
2030
  },
2132
- "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2133
- "fieldName": "download",
2031
+ "default": "false",
2032
+ "fieldName": "isVertical",
2134
2033
  "inheritedFrom": {
2135
- "name": "Anchor",
2136
- "module": "src/anchor/anchor.ts"
2034
+ "name": "ActionsMenu",
2035
+ "module": "src/actions-menu/actions-menu.ts"
2137
2036
  }
2138
2037
  },
2139
2038
  {
2140
- "name": "href",
2039
+ "name": "add-default-actions",
2141
2040
  "type": {
2142
- "text": "string"
2041
+ "text": "boolean"
2143
2042
  },
2144
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2145
- "fieldName": "href",
2043
+ "default": "true",
2044
+ "fieldName": "addDefaultActions",
2146
2045
  "inheritedFrom": {
2147
- "name": "Anchor",
2148
- "module": "src/anchor/anchor.ts"
2046
+ "name": "ActionsMenu",
2047
+ "module": "src/actions-menu/actions-menu.ts"
2149
2048
  }
2150
2049
  },
2151
2050
  {
2152
- "name": "hreflang",
2051
+ "name": "auto-close-on-action",
2153
2052
  "type": {
2154
- "text": "string"
2053
+ "text": "boolean"
2155
2054
  },
2156
- "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2157
- "fieldName": "hreflang",
2055
+ "default": "true",
2056
+ "fieldName": "autoCloseOnAction",
2158
2057
  "inheritedFrom": {
2159
- "name": "Anchor",
2160
- "module": "src/anchor/anchor.ts"
2058
+ "name": "ActionsMenu",
2059
+ "module": "src/actions-menu/actions-menu.ts"
2161
2060
  }
2162
2061
  },
2163
2062
  {
2164
- "name": "ping",
2063
+ "name": "name",
2165
2064
  "type": {
2166
2065
  "text": "string"
2167
2066
  },
2168
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2169
- "fieldName": "ping",
2067
+ "default": "'Actions'",
2068
+ "fieldName": "name",
2170
2069
  "inheritedFrom": {
2171
- "name": "Anchor",
2172
- "module": "src/anchor/anchor.ts"
2070
+ "name": "ActionsMenu",
2071
+ "module": "src/actions-menu/actions-menu.ts"
2173
2072
  }
2174
2073
  },
2175
2074
  {
2176
- "name": "referrerpolicy",
2075
+ "name": "open",
2177
2076
  "type": {
2178
- "text": "string"
2077
+ "text": "boolean"
2179
2078
  },
2180
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2181
- "fieldName": "referrerpolicy",
2079
+ "default": "false",
2080
+ "fieldName": "open",
2182
2081
  "inheritedFrom": {
2183
- "name": "Anchor",
2184
- "module": "src/anchor/anchor.ts"
2082
+ "name": "ActionsMenu",
2083
+ "module": "src/actions-menu/actions-menu.ts"
2185
2084
  }
2186
2085
  },
2187
2086
  {
2188
- "name": "rel",
2087
+ "name": "buttonAppearance",
2189
2088
  "type": {
2190
2089
  "text": "string"
2191
2090
  },
2192
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2193
- "fieldName": "rel",
2091
+ "fieldName": "buttonAppearance",
2194
2092
  "inheritedFrom": {
2195
- "name": "Anchor",
2196
- "module": "src/anchor/anchor.ts"
2093
+ "name": "ActionsMenu",
2094
+ "module": "src/actions-menu/actions-menu.ts"
2197
2095
  }
2198
2096
  },
2199
2097
  {
2200
- "name": "target",
2098
+ "name": "hide-disabled",
2201
2099
  "type": {
2202
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2100
+ "text": "boolean"
2203
2101
  },
2204
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2205
- "fieldName": "target",
2102
+ "default": "false",
2103
+ "fieldName": "hideDisabled",
2206
2104
  "inheritedFrom": {
2207
- "name": "Anchor",
2208
- "module": "src/anchor/anchor.ts"
2105
+ "name": "ActionsMenu",
2106
+ "module": "src/actions-menu/actions-menu.ts"
2209
2107
  }
2210
2108
  },
2211
2109
  {
2212
- "name": "type",
2110
+ "name": "hide-menu-single-option",
2213
2111
  "type": {
2214
- "text": "string"
2112
+ "text": "boolean"
2215
2113
  },
2216
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2217
- "fieldName": "type",
2114
+ "default": "false",
2115
+ "fieldName": "hideMenuSingleOption",
2218
2116
  "inheritedFrom": {
2219
- "name": "Anchor",
2220
- "module": "src/anchor/anchor.ts"
2117
+ "name": "ActionsMenu",
2118
+ "module": "src/actions-menu/actions-menu.ts"
2221
2119
  }
2222
2120
  }
2223
2121
  ],
2224
2122
  "members": [
2225
2123
  {
2226
2124
  "kind": "field",
2227
- "name": "download",
2125
+ "name": "actions",
2228
2126
  "type": {
2229
- "text": "string"
2127
+ "text": "ActionMenuItem[]"
2230
2128
  },
2231
- "privacy": "public",
2232
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2233
2129
  "inheritedFrom": {
2234
- "name": "Anchor",
2235
- "module": "src/anchor/anchor.ts"
2130
+ "name": "ActionsMenu",
2131
+ "module": "src/actions-menu/actions-menu.ts"
2236
2132
  }
2237
2133
  },
2238
2134
  {
2239
2135
  "kind": "field",
2240
- "name": "href",
2136
+ "name": "isVertical",
2241
2137
  "type": {
2242
- "text": "string"
2138
+ "text": "boolean"
2243
2139
  },
2244
- "privacy": "public",
2245
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2140
+ "default": "false",
2246
2141
  "inheritedFrom": {
2247
- "name": "Anchor",
2248
- "module": "src/anchor/anchor.ts"
2142
+ "name": "ActionsMenu",
2143
+ "module": "src/actions-menu/actions-menu.ts"
2249
2144
  }
2250
2145
  },
2251
2146
  {
2252
2147
  "kind": "field",
2253
- "name": "hreflang",
2148
+ "name": "addDefaultActions",
2254
2149
  "type": {
2255
- "text": "string"
2150
+ "text": "boolean"
2256
2151
  },
2257
- "privacy": "public",
2258
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2152
+ "default": "true",
2259
2153
  "inheritedFrom": {
2260
- "name": "Anchor",
2261
- "module": "src/anchor/anchor.ts"
2154
+ "name": "ActionsMenu",
2155
+ "module": "src/actions-menu/actions-menu.ts"
2262
2156
  }
2263
2157
  },
2264
2158
  {
2265
2159
  "kind": "field",
2266
- "name": "ping",
2160
+ "name": "autoCloseOnAction",
2267
2161
  "type": {
2268
- "text": "string"
2162
+ "text": "boolean"
2269
2163
  },
2270
- "privacy": "public",
2271
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2164
+ "default": "true",
2272
2165
  "inheritedFrom": {
2273
- "name": "Anchor",
2274
- "module": "src/anchor/anchor.ts"
2166
+ "name": "ActionsMenu",
2167
+ "module": "src/actions-menu/actions-menu.ts"
2275
2168
  }
2276
2169
  },
2277
2170
  {
2278
2171
  "kind": "field",
2279
- "name": "referrerpolicy",
2172
+ "name": "classNames",
2280
2173
  "type": {
2281
2174
  "text": "string"
2282
2175
  },
2283
- "privacy": "public",
2284
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2285
2176
  "inheritedFrom": {
2286
- "name": "Anchor",
2287
- "module": "src/anchor/anchor.ts"
2177
+ "name": "ActionsMenu",
2178
+ "module": "src/actions-menu/actions-menu.ts"
2288
2179
  }
2289
2180
  },
2290
2181
  {
2291
2182
  "kind": "field",
2292
- "name": "rel",
2183
+ "name": "definition",
2293
2184
  "type": {
2294
- "text": "string"
2185
+ "text": "any"
2295
2186
  },
2296
- "privacy": "public",
2297
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2298
2187
  "inheritedFrom": {
2299
- "name": "Anchor",
2300
- "module": "src/anchor/anchor.ts"
2188
+ "name": "ActionsMenu",
2189
+ "module": "src/actions-menu/actions-menu.ts"
2301
2190
  }
2302
2191
  },
2303
2192
  {
2304
2193
  "kind": "field",
2305
- "name": "target",
2194
+ "name": "name",
2306
2195
  "type": {
2307
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2196
+ "text": "string"
2308
2197
  },
2309
- "privacy": "public",
2310
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2198
+ "default": "'Actions'",
2311
2199
  "inheritedFrom": {
2312
- "name": "Anchor",
2313
- "module": "src/anchor/anchor.ts"
2200
+ "name": "ActionsMenu",
2201
+ "module": "src/actions-menu/actions-menu.ts"
2314
2202
  }
2315
2203
  },
2316
2204
  {
2317
2205
  "kind": "field",
2318
- "name": "type",
2206
+ "name": "open",
2319
2207
  "type": {
2320
- "text": "string"
2208
+ "text": "boolean"
2321
2209
  },
2322
- "privacy": "public",
2323
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2210
+ "default": "false",
2324
2211
  "inheritedFrom": {
2325
- "name": "Anchor",
2326
- "module": "src/anchor/anchor.ts"
2212
+ "name": "ActionsMenu",
2213
+ "module": "src/actions-menu/actions-menu.ts"
2327
2214
  }
2328
2215
  },
2329
2216
  {
2330
2217
  "kind": "field",
2331
- "name": "control",
2218
+ "name": "buttonAppearance",
2332
2219
  "type": {
2333
- "text": "HTMLAnchorElement | undefined"
2220
+ "text": "string"
2334
2221
  },
2335
- "privacy": "public",
2336
- "description": "References the root element",
2337
2222
  "inheritedFrom": {
2338
- "name": "Anchor",
2339
- "module": "src/anchor/anchor.ts"
2223
+ "name": "ActionsMenu",
2224
+ "module": "src/actions-menu/actions-menu.ts"
2340
2225
  }
2341
2226
  },
2342
2227
  {
2343
2228
  "kind": "field",
2344
- "name": "handleUnsupportedDelegatesFocus",
2345
- "privacy": "private",
2346
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
2229
+ "name": "hideDisabled",
2230
+ "type": {
2231
+ "text": "boolean"
2232
+ },
2233
+ "default": "false",
2347
2234
  "inheritedFrom": {
2348
- "name": "Anchor",
2349
- "module": "src/anchor/anchor.ts"
2235
+ "name": "ActionsMenu",
2236
+ "module": "src/actions-menu/actions-menu.ts"
2237
+ }
2238
+ },
2239
+ {
2240
+ "kind": "field",
2241
+ "name": "hideMenuSingleOption",
2242
+ "type": {
2243
+ "text": "boolean"
2244
+ },
2245
+ "default": "false",
2246
+ "inheritedFrom": {
2247
+ "name": "ActionsMenu",
2248
+ "module": "src/actions-menu/actions-menu.ts"
2249
+ }
2250
+ },
2251
+ {
2252
+ "kind": "field",
2253
+ "name": "singleOption",
2254
+ "type": {
2255
+ "text": "ActionMenuItem"
2256
+ },
2257
+ "inheritedFrom": {
2258
+ "name": "ActionsMenu",
2259
+ "module": "src/actions-menu/actions-menu.ts"
2260
+ }
2261
+ },
2262
+ {
2263
+ "kind": "field",
2264
+ "name": "actionsMenu",
2265
+ "type": {
2266
+ "text": "HTMLElement"
2267
+ },
2268
+ "inheritedFrom": {
2269
+ "name": "ActionsMenu",
2270
+ "module": "src/actions-menu/actions-menu.ts"
2271
+ }
2272
+ },
2273
+ {
2274
+ "kind": "method",
2275
+ "name": "definitionChanged",
2276
+ "privacy": "protected",
2277
+ "parameters": [
2278
+ {
2279
+ "name": "oldValue",
2280
+ "type": {
2281
+ "text": "any"
2282
+ }
2283
+ },
2284
+ {
2285
+ "name": "newValue",
2286
+ "type": {
2287
+ "text": "any"
2288
+ }
2289
+ }
2290
+ ],
2291
+ "inheritedFrom": {
2292
+ "name": "ActionsMenu",
2293
+ "module": "src/actions-menu/actions-menu.ts"
2294
+ }
2295
+ },
2296
+ {
2297
+ "kind": "method",
2298
+ "name": "openChanged",
2299
+ "privacy": "protected",
2300
+ "inheritedFrom": {
2301
+ "name": "ActionsMenu",
2302
+ "module": "src/actions-menu/actions-menu.ts"
2303
+ }
2304
+ },
2305
+ {
2306
+ "kind": "method",
2307
+ "name": "toggleActionsMenuVisibility",
2308
+ "inheritedFrom": {
2309
+ "name": "ActionsMenu",
2310
+ "module": "src/actions-menu/actions-menu.ts"
2311
+ }
2312
+ },
2313
+ {
2314
+ "kind": "method",
2315
+ "name": "onActionMenuItemClick",
2316
+ "parameters": [
2317
+ {
2318
+ "name": "callback",
2319
+ "type": {
2320
+ "text": "(rowData) => void | any"
2321
+ }
2322
+ }
2323
+ ],
2324
+ "inheritedFrom": {
2325
+ "name": "ActionsMenu",
2326
+ "module": "src/actions-menu/actions-menu.ts"
2327
+ }
2328
+ },
2329
+ {
2330
+ "kind": "field",
2331
+ "name": "allActions",
2332
+ "type": {
2333
+ "text": "ActionMenuItem[]"
2334
+ },
2335
+ "readonly": true,
2336
+ "inheritedFrom": {
2337
+ "name": "ActionsMenu",
2338
+ "module": "src/actions-menu/actions-menu.ts"
2339
+ }
2340
+ },
2341
+ {
2342
+ "kind": "field",
2343
+ "name": "rowData",
2344
+ "readonly": true,
2345
+ "inheritedFrom": {
2346
+ "name": "ActionsMenu",
2347
+ "module": "src/actions-menu/actions-menu.ts"
2348
+ }
2349
+ },
2350
+ {
2351
+ "kind": "method",
2352
+ "name": "getLabel",
2353
+ "parameters": [
2354
+ {
2355
+ "name": "name",
2356
+ "type": {
2357
+ "text": "string | ((rowData: any) => string)"
2358
+ }
2359
+ }
2360
+ ],
2361
+ "inheritedFrom": {
2362
+ "name": "ActionsMenu",
2363
+ "module": "src/actions-menu/actions-menu.ts"
2364
+ }
2365
+ },
2366
+ {
2367
+ "kind": "method",
2368
+ "name": "getTemplate",
2369
+ "parameters": [
2370
+ {
2371
+ "name": "prefix",
2372
+ "type": {
2373
+ "text": "string"
2374
+ }
2375
+ }
2376
+ ],
2377
+ "inheritedFrom": {
2378
+ "name": "ActionsMenu",
2379
+ "module": "src/actions-menu/actions-menu.ts"
2350
2380
  }
2351
2381
  },
2352
2382
  {
@@ -2358,8 +2388,8 @@
2358
2388
  "privacy": "private",
2359
2389
  "default": "void 0",
2360
2390
  "inheritedFrom": {
2361
- "name": "Anchor",
2362
- "module": "src/anchor/anchor.ts"
2391
+ "name": "FoundationElement",
2392
+ "module": "src/foundation-element/foundation-element.ts"
2363
2393
  }
2364
2394
  },
2365
2395
  {
@@ -2371,8 +2401,8 @@
2371
2401
  "privacy": "public",
2372
2402
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2373
2403
  "inheritedFrom": {
2374
- "name": "Anchor",
2375
- "module": "src/anchor/anchor.ts"
2404
+ "name": "FoundationElement",
2405
+ "module": "src/foundation-element/foundation-element.ts"
2376
2406
  }
2377
2407
  },
2378
2408
  {
@@ -2384,8 +2414,8 @@
2384
2414
  "privacy": "public",
2385
2415
  "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.",
2386
2416
  "inheritedFrom": {
2387
- "name": "Anchor",
2388
- "module": "src/anchor/anchor.ts"
2417
+ "name": "FoundationElement",
2418
+ "module": "src/foundation-element/foundation-element.ts"
2389
2419
  }
2390
2420
  },
2391
2421
  {
@@ -2398,8 +2428,8 @@
2398
2428
  }
2399
2429
  },
2400
2430
  "inheritedFrom": {
2401
- "name": "Anchor",
2402
- "module": "src/anchor/anchor.ts"
2431
+ "name": "FoundationElement",
2432
+ "module": "src/foundation-element/foundation-element.ts"
2403
2433
  }
2404
2434
  },
2405
2435
  {
@@ -2411,8 +2441,8 @@
2411
2441
  "privacy": "public",
2412
2442
  "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.",
2413
2443
  "inheritedFrom": {
2414
- "name": "Anchor",
2415
- "module": "src/anchor/anchor.ts"
2444
+ "name": "FoundationElement",
2445
+ "module": "src/foundation-element/foundation-element.ts"
2416
2446
  }
2417
2447
  },
2418
2448
  {
@@ -2425,8 +2455,8 @@
2425
2455
  }
2426
2456
  },
2427
2457
  "inheritedFrom": {
2428
- "name": "Anchor",
2429
- "module": "src/anchor/anchor.ts"
2458
+ "name": "FoundationElement",
2459
+ "module": "src/foundation-element/foundation-element.ts"
2430
2460
  }
2431
2461
  },
2432
2462
  {
@@ -2456,39 +2486,41 @@
2456
2486
  ],
2457
2487
  "description": "Defines an element registry function with a set of element definition defaults.",
2458
2488
  "inheritedFrom": {
2459
- "name": "Anchor",
2460
- "module": "src/anchor/anchor.ts"
2489
+ "name": "FoundationElement",
2490
+ "module": "src/foundation-element/foundation-element.ts"
2461
2491
  }
2462
2492
  }
2463
2493
  ]
2464
2494
  },
2465
2495
  {
2466
2496
  "kind": "variable",
2467
- "name": "zeroAnchor"
2497
+ "name": "zeroActionsMenu",
2498
+ "description": "The Zero Actions Menu",
2499
+ "privacy": "public"
2468
2500
  }
2469
2501
  ],
2470
2502
  "exports": [
2471
2503
  {
2472
2504
  "kind": "js",
2473
- "name": "Anchor",
2505
+ "name": "ActionsMenu",
2474
2506
  "declaration": {
2475
- "name": "Anchor",
2476
- "module": "src/anchor/anchor.ts"
2507
+ "name": "ActionsMenu",
2508
+ "module": "src/actions-menu/actions-menu.ts"
2477
2509
  }
2478
2510
  },
2479
2511
  {
2480
2512
  "kind": "js",
2481
- "name": "zeroAnchor",
2513
+ "name": "zeroActionsMenu",
2482
2514
  "declaration": {
2483
- "name": "zeroAnchor",
2484
- "module": "src/anchor/anchor.ts"
2515
+ "name": "zeroActionsMenu",
2516
+ "module": "src/actions-menu/actions-menu.ts"
2485
2517
  }
2486
2518
  }
2487
2519
  ]
2488
2520
  },
2489
2521
  {
2490
2522
  "kind": "javascript-module",
2491
- "path": "src/anchor/index.ts",
2523
+ "path": "src/actions-menu/index.ts",
2492
2524
  "declarations": [],
2493
2525
  "exports": [
2494
2526
  {
@@ -2496,15 +2528,7 @@
2496
2528
  "name": "*",
2497
2529
  "declaration": {
2498
2530
  "name": "*",
2499
- "package": "./anchor"
2500
- }
2501
- },
2502
- {
2503
- "kind": "js",
2504
- "name": "*",
2505
- "declaration": {
2506
- "name": "*",
2507
- "package": "./anchor.styles"
2531
+ "package": "./actions-menu"
2508
2532
  }
2509
2533
  },
2510
2534
  {
@@ -2512,7 +2536,7 @@
2512
2536
  "name": "*",
2513
2537
  "declaration": {
2514
2538
  "name": "*",
2515
- "package": "./anchor.template"
2539
+ "package": "./actions-menu.styles"
2516
2540
  }
2517
2541
  }
2518
2542
  ]
@@ -26846,141 +26870,1170 @@
26846
26870
  "description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
26847
26871
  "fieldName": "position",
26848
26872
  "inheritedFrom": {
26849
- "name": "SliderLabel",
26850
- "module": "src/slider-label/slider-label.ts"
26873
+ "name": "SliderLabel",
26874
+ "module": "src/slider-label/slider-label.ts"
26875
+ }
26876
+ },
26877
+ {
26878
+ "name": "hide-mark",
26879
+ "type": {
26880
+ "text": "boolean"
26881
+ },
26882
+ "default": "false",
26883
+ "description": "Hides the tick mark.",
26884
+ "fieldName": "hideMark",
26885
+ "inheritedFrom": {
26886
+ "name": "SliderLabel",
26887
+ "module": "src/slider-label/slider-label.ts"
26888
+ }
26889
+ },
26890
+ {
26891
+ "name": "disabled",
26892
+ "type": {
26893
+ "text": "boolean"
26894
+ },
26895
+ "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
26896
+ "fieldName": "disabled",
26897
+ "inheritedFrom": {
26898
+ "name": "SliderLabel",
26899
+ "module": "src/slider-label/slider-label.ts"
26900
+ }
26901
+ }
26902
+ ],
26903
+ "members": [
26904
+ {
26905
+ "kind": "field",
26906
+ "name": "position",
26907
+ "type": {
26908
+ "text": "string"
26909
+ },
26910
+ "privacy": "public",
26911
+ "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
26912
+ "inheritedFrom": {
26913
+ "name": "SliderLabel",
26914
+ "module": "src/slider-label/slider-label.ts"
26915
+ }
26916
+ },
26917
+ {
26918
+ "kind": "method",
26919
+ "name": "positionChanged",
26920
+ "privacy": "private",
26921
+ "return": {
26922
+ "type": {
26923
+ "text": "void"
26924
+ }
26925
+ },
26926
+ "inheritedFrom": {
26927
+ "name": "SliderLabel",
26928
+ "module": "src/slider-label/slider-label.ts"
26929
+ }
26930
+ },
26931
+ {
26932
+ "kind": "field",
26933
+ "name": "hideMark",
26934
+ "type": {
26935
+ "text": "boolean"
26936
+ },
26937
+ "privacy": "public",
26938
+ "default": "false",
26939
+ "description": "Hides the tick mark.",
26940
+ "inheritedFrom": {
26941
+ "name": "SliderLabel",
26942
+ "module": "src/slider-label/slider-label.ts"
26943
+ }
26944
+ },
26945
+ {
26946
+ "kind": "field",
26947
+ "name": "disabled",
26948
+ "type": {
26949
+ "text": "boolean"
26950
+ },
26951
+ "privacy": "public",
26952
+ "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
26953
+ "inheritedFrom": {
26954
+ "name": "SliderLabel",
26955
+ "module": "src/slider-label/slider-label.ts"
26956
+ }
26957
+ },
26958
+ {
26959
+ "kind": "field",
26960
+ "name": "notifier",
26961
+ "type": {
26962
+ "text": "Notifier"
26963
+ },
26964
+ "privacy": "private",
26965
+ "inheritedFrom": {
26966
+ "name": "SliderLabel",
26967
+ "module": "src/slider-label/slider-label.ts"
26968
+ }
26969
+ },
26970
+ {
26971
+ "kind": "method",
26972
+ "name": "isSliderConfig",
26973
+ "privacy": "private",
26974
+ "return": {
26975
+ "type": {
26976
+ "text": "node is SliderConfiguration"
26977
+ }
26978
+ },
26979
+ "parameters": [
26980
+ {
26981
+ "name": "node",
26982
+ "type": {
26983
+ "text": "any"
26984
+ }
26985
+ }
26986
+ ],
26987
+ "inheritedFrom": {
26988
+ "name": "SliderLabel",
26989
+ "module": "src/slider-label/slider-label.ts"
26990
+ }
26991
+ },
26992
+ {
26993
+ "kind": "field",
26994
+ "name": "getSliderConfiguration",
26995
+ "privacy": "private",
26996
+ "inheritedFrom": {
26997
+ "name": "SliderLabel",
26998
+ "module": "src/slider-label/slider-label.ts"
26999
+ }
27000
+ },
27001
+ {
27002
+ "kind": "field",
27003
+ "name": "positionAsStyle",
27004
+ "privacy": "private",
27005
+ "inheritedFrom": {
27006
+ "name": "SliderLabel",
27007
+ "module": "src/slider-label/slider-label.ts"
27008
+ }
27009
+ },
27010
+ {
27011
+ "kind": "field",
27012
+ "name": "_presentation",
27013
+ "type": {
27014
+ "text": "ComponentPresentation | null | undefined"
27015
+ },
27016
+ "privacy": "private",
27017
+ "default": "void 0",
27018
+ "inheritedFrom": {
27019
+ "name": "SliderLabel",
27020
+ "module": "src/slider-label/slider-label.ts"
27021
+ }
27022
+ },
27023
+ {
27024
+ "kind": "field",
27025
+ "name": "$presentation",
27026
+ "type": {
27027
+ "text": "ComponentPresentation | null"
27028
+ },
27029
+ "privacy": "public",
27030
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
27031
+ "inheritedFrom": {
27032
+ "name": "SliderLabel",
27033
+ "module": "src/slider-label/slider-label.ts"
27034
+ }
27035
+ },
27036
+ {
27037
+ "kind": "field",
27038
+ "name": "template",
27039
+ "type": {
27040
+ "text": "ElementViewTemplate | void | null"
27041
+ },
27042
+ "privacy": "public",
27043
+ "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.",
27044
+ "inheritedFrom": {
27045
+ "name": "SliderLabel",
27046
+ "module": "src/slider-label/slider-label.ts"
27047
+ }
27048
+ },
27049
+ {
27050
+ "kind": "method",
27051
+ "name": "templateChanged",
27052
+ "privacy": "protected",
27053
+ "return": {
27054
+ "type": {
27055
+ "text": "void"
27056
+ }
27057
+ },
27058
+ "inheritedFrom": {
27059
+ "name": "SliderLabel",
27060
+ "module": "src/slider-label/slider-label.ts"
27061
+ }
27062
+ },
27063
+ {
27064
+ "kind": "field",
27065
+ "name": "styles",
27066
+ "type": {
27067
+ "text": "ElementStyles | void | null"
27068
+ },
27069
+ "privacy": "public",
27070
+ "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.",
27071
+ "inheritedFrom": {
27072
+ "name": "SliderLabel",
27073
+ "module": "src/slider-label/slider-label.ts"
27074
+ }
27075
+ },
27076
+ {
27077
+ "kind": "method",
27078
+ "name": "stylesChanged",
27079
+ "privacy": "protected",
27080
+ "return": {
27081
+ "type": {
27082
+ "text": "void"
27083
+ }
27084
+ },
27085
+ "inheritedFrom": {
27086
+ "name": "SliderLabel",
27087
+ "module": "src/slider-label/slider-label.ts"
27088
+ }
27089
+ },
27090
+ {
27091
+ "kind": "method",
27092
+ "name": "compose",
27093
+ "privacy": "public",
27094
+ "static": true,
27095
+ "return": {
27096
+ "type": {
27097
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
27098
+ }
27099
+ },
27100
+ "parameters": [
27101
+ {
27102
+ "name": "this",
27103
+ "type": {
27104
+ "text": "K"
27105
+ }
27106
+ },
27107
+ {
27108
+ "name": "elementDefinition",
27109
+ "type": {
27110
+ "text": "T"
27111
+ },
27112
+ "description": "The definition of the element to create the registry\nfunction for."
27113
+ }
27114
+ ],
27115
+ "description": "Defines an element registry function with a set of element definition defaults.",
27116
+ "inheritedFrom": {
27117
+ "name": "SliderLabel",
27118
+ "module": "src/slider-label/slider-label.ts"
27119
+ }
27120
+ }
27121
+ ]
27122
+ },
27123
+ {
27124
+ "kind": "variable",
27125
+ "name": "zeroSliderLabel"
27126
+ }
27127
+ ],
27128
+ "exports": [
27129
+ {
27130
+ "kind": "js",
27131
+ "name": "SliderLabel",
27132
+ "declaration": {
27133
+ "name": "SliderLabel",
27134
+ "module": "src/slider-label/slider-label.ts"
27135
+ }
27136
+ },
27137
+ {
27138
+ "kind": "js",
27139
+ "name": "zeroSliderLabel",
27140
+ "declaration": {
27141
+ "name": "zeroSliderLabel",
27142
+ "module": "src/slider-label/slider-label.ts"
27143
+ }
27144
+ }
27145
+ ]
27146
+ },
27147
+ {
27148
+ "kind": "javascript-module",
27149
+ "path": "src/snackbar/index.ts",
27150
+ "declarations": [],
27151
+ "exports": [
27152
+ {
27153
+ "kind": "js",
27154
+ "name": "*",
27155
+ "declaration": {
27156
+ "name": "*",
27157
+ "package": "./snackbar.styles"
27158
+ }
27159
+ },
27160
+ {
27161
+ "kind": "js",
27162
+ "name": "*",
27163
+ "declaration": {
27164
+ "name": "*",
27165
+ "package": "./snackbar"
27166
+ }
27167
+ }
27168
+ ]
27169
+ },
27170
+ {
27171
+ "kind": "javascript-module",
27172
+ "path": "src/snackbar/snackbar.stories.ts",
27173
+ "declarations": [
27174
+ {
27175
+ "kind": "variable",
27176
+ "name": "meta",
27177
+ "type": {
27178
+ "text": "Meta"
27179
+ },
27180
+ "default": "{\n title: 'Snackbar',\n component: 'zero-snackbar',\n}"
27181
+ },
27182
+ {
27183
+ "kind": "variable",
27184
+ "name": "Primary",
27185
+ "type": {
27186
+ "text": "StoryObj"
27187
+ },
27188
+ "default": "{\n args: {\n errorText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n notificationText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n },\n render: ({ errorText, notificationText }) => html`\n <div id=\"zero-snackbar\" style=\"width: 100%;\">\n <zero-button @click=\"${() => showError(errorText)}\">Show Zero Snackbar</zero-button>\n <zero-button @click=\"${() => showNotification(notificationText)}\">\n Show Zero Snackbar - Notification\n </zero-button>\n </div>\n `,\n}"
27189
+ }
27190
+ ],
27191
+ "exports": [
27192
+ {
27193
+ "kind": "js",
27194
+ "name": "default",
27195
+ "declaration": {
27196
+ "name": "meta",
27197
+ "module": "src/snackbar/snackbar.stories.ts"
27198
+ }
27199
+ },
27200
+ {
27201
+ "kind": "js",
27202
+ "name": "Primary",
27203
+ "declaration": {
27204
+ "name": "Primary",
27205
+ "module": "src/snackbar/snackbar.stories.ts"
27206
+ }
27207
+ }
27208
+ ]
27209
+ },
27210
+ {
27211
+ "kind": "javascript-module",
27212
+ "path": "src/snackbar/snackbar.styles.ts",
27213
+ "declarations": [
27214
+ {
27215
+ "kind": "variable",
27216
+ "name": "zeroSnackbarStyles",
27217
+ "default": "css`\n ${foundationSnackbarStyles}\n .snackbar {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer2};\n background-color: ${neutralLayer1};\n }\n\n :host([type='error']) .snackbar::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n`"
27218
+ }
27219
+ ],
27220
+ "exports": [
27221
+ {
27222
+ "kind": "js",
27223
+ "name": "zeroSnackbarStyles",
27224
+ "declaration": {
27225
+ "name": "zeroSnackbarStyles",
27226
+ "module": "src/snackbar/snackbar.styles.ts"
27227
+ }
27228
+ }
27229
+ ]
27230
+ },
27231
+ {
27232
+ "kind": "javascript-module",
27233
+ "path": "src/snackbar/snackbar.template.ts",
27234
+ "declarations": [
27235
+ {
27236
+ "kind": "variable",
27237
+ "name": "zeroSnackbarTemplate",
27238
+ "default": "html<Snackbar>`\n ${getPrefixedSnackbar('zero')}\n`"
27239
+ }
27240
+ ],
27241
+ "exports": [
27242
+ {
27243
+ "kind": "js",
27244
+ "name": "zeroSnackbarTemplate",
27245
+ "declaration": {
27246
+ "name": "zeroSnackbarTemplate",
27247
+ "module": "src/snackbar/snackbar.template.ts"
27248
+ }
27249
+ }
27250
+ ]
27251
+ },
27252
+ {
27253
+ "kind": "javascript-module",
27254
+ "path": "src/snackbar/snackbar.ts",
27255
+ "declarations": [
27256
+ {
27257
+ "kind": "variable",
27258
+ "name": "zeroSnackbarShadowOptions",
27259
+ "default": "foundationSnackbarShadowOptions"
27260
+ },
27261
+ {
27262
+ "kind": "class",
27263
+ "description": "",
27264
+ "name": "Snackbar",
27265
+ "superclass": {
27266
+ "name": "FoundationSnackbar",
27267
+ "package": "@genesislcap/foundation-ui"
27268
+ },
27269
+ "tagName": "%%prefix%%-snackbar",
27270
+ "customElement": true,
27271
+ "attributes": [
27272
+ {
27273
+ "name": "close-timeout",
27274
+ "type": {
27275
+ "text": "number"
27276
+ },
27277
+ "default": "CLOSE_TIMEOUT",
27278
+ "resolveInitializer": {
27279
+ "module": "src/snackbar/snackbar.ts"
27280
+ },
27281
+ "fieldName": "closeTimeout",
27282
+ "inheritedFrom": {
27283
+ "name": "Snackbar",
27284
+ "module": "src/snackbar/snackbar.ts"
27285
+ }
27286
+ },
27287
+ {
27288
+ "name": "auto-close",
27289
+ "type": {
27290
+ "text": "boolean"
27291
+ },
27292
+ "default": "true",
27293
+ "fieldName": "autoClose",
27294
+ "inheritedFrom": {
27295
+ "name": "Snackbar",
27296
+ "module": "src/snackbar/snackbar.ts"
27297
+ }
27298
+ },
27299
+ {
27300
+ "name": "type",
27301
+ "type": {
27302
+ "text": "'error' | ''"
27303
+ },
27304
+ "default": "''",
27305
+ "fieldName": "type",
27306
+ "inheritedFrom": {
27307
+ "name": "Snackbar",
27308
+ "module": "src/snackbar/snackbar.ts"
27309
+ }
27310
+ }
27311
+ ],
27312
+ "members": [
27313
+ {
27314
+ "kind": "field",
27315
+ "name": "snackbar",
27316
+ "type": {
27317
+ "text": "HTMLElement"
27318
+ },
27319
+ "privacy": "public",
27320
+ "inheritedFrom": {
27321
+ "name": "Snackbar",
27322
+ "module": "src/snackbar/snackbar.ts"
27323
+ }
27324
+ },
27325
+ {
27326
+ "kind": "field",
27327
+ "name": "error",
27328
+ "type": {
27329
+ "text": "ErrorStructure"
27330
+ },
27331
+ "inheritedFrom": {
27332
+ "name": "Snackbar",
27333
+ "module": "src/snackbar/snackbar.ts"
27334
+ }
27335
+ },
27336
+ {
27337
+ "kind": "field",
27338
+ "name": "notification",
27339
+ "type": {
27340
+ "text": "NotificationStructure"
27341
+ },
27342
+ "inheritedFrom": {
27343
+ "name": "Snackbar",
27344
+ "module": "src/snackbar/snackbar.ts"
27345
+ }
27346
+ },
27347
+ {
27348
+ "kind": "field",
27349
+ "name": "deleteAnimation",
27350
+ "type": {
27351
+ "text": "string"
27352
+ },
27353
+ "default": "''",
27354
+ "inheritedFrom": {
27355
+ "name": "Snackbar",
27356
+ "module": "src/snackbar/snackbar.ts"
27357
+ }
27358
+ },
27359
+ {
27360
+ "kind": "field",
27361
+ "name": "closeTimeout",
27362
+ "type": {
27363
+ "text": "number"
27364
+ },
27365
+ "default": "10000",
27366
+ "inheritedFrom": {
27367
+ "name": "Snackbar",
27368
+ "module": "src/snackbar/snackbar.ts"
27369
+ }
27370
+ },
27371
+ {
27372
+ "kind": "field",
27373
+ "name": "autoClose",
27374
+ "type": {
27375
+ "text": "boolean"
27376
+ },
27377
+ "default": "true",
27378
+ "inheritedFrom": {
27379
+ "name": "Snackbar",
27380
+ "module": "src/snackbar/snackbar.ts"
27381
+ }
27382
+ },
27383
+ {
27384
+ "kind": "field",
27385
+ "name": "type",
27386
+ "type": {
27387
+ "text": "'error' | ''"
27388
+ },
27389
+ "default": "''",
27390
+ "inheritedFrom": {
27391
+ "name": "Snackbar",
27392
+ "module": "src/snackbar/snackbar.ts"
27393
+ }
27394
+ },
27395
+ {
27396
+ "kind": "method",
27397
+ "name": "errorChanged",
27398
+ "parameters": [
27399
+ {
27400
+ "name": "oldValue",
27401
+ "type": {
27402
+ "text": "ErrorStructure"
27403
+ }
27404
+ },
27405
+ {
27406
+ "name": "newValue",
27407
+ "type": {
27408
+ "text": "ErrorStructure"
27409
+ }
27410
+ }
27411
+ ],
27412
+ "inheritedFrom": {
27413
+ "name": "Snackbar",
27414
+ "module": "src/snackbar/snackbar.ts"
27415
+ }
27416
+ },
27417
+ {
27418
+ "kind": "method",
27419
+ "name": "notificationChanged",
27420
+ "parameters": [
27421
+ {
27422
+ "name": "oldValue",
27423
+ "type": {
27424
+ "text": "NotificationStructure"
27425
+ }
27426
+ },
27427
+ {
27428
+ "name": "newValue",
27429
+ "type": {
27430
+ "text": "NotificationStructure"
27431
+ }
27432
+ }
27433
+ ],
27434
+ "inheritedFrom": {
27435
+ "name": "Snackbar",
27436
+ "module": "src/snackbar/snackbar.ts"
27437
+ }
27438
+ },
27439
+ {
27440
+ "kind": "method",
27441
+ "name": "dismiss",
27442
+ "privacy": "public",
27443
+ "description": "Remove the snackbar from display.",
27444
+ "inheritedFrom": {
27445
+ "name": "Snackbar",
27446
+ "module": "src/snackbar/snackbar.ts"
27447
+ }
27448
+ },
27449
+ {
27450
+ "kind": "field",
27451
+ "name": "_presentation",
27452
+ "type": {
27453
+ "text": "ComponentPresentation | null | undefined"
27454
+ },
27455
+ "privacy": "private",
27456
+ "default": "void 0",
27457
+ "inheritedFrom": {
27458
+ "name": "FoundationElement",
27459
+ "module": "src/foundation-element/foundation-element.ts"
27460
+ }
27461
+ },
27462
+ {
27463
+ "kind": "field",
27464
+ "name": "$presentation",
27465
+ "type": {
27466
+ "text": "ComponentPresentation | null"
27467
+ },
27468
+ "privacy": "public",
27469
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
27470
+ "inheritedFrom": {
27471
+ "name": "FoundationElement",
27472
+ "module": "src/foundation-element/foundation-element.ts"
27473
+ }
27474
+ },
27475
+ {
27476
+ "kind": "field",
27477
+ "name": "template",
27478
+ "type": {
27479
+ "text": "ElementViewTemplate | void | null"
27480
+ },
27481
+ "privacy": "public",
27482
+ "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.",
27483
+ "inheritedFrom": {
27484
+ "name": "FoundationElement",
27485
+ "module": "src/foundation-element/foundation-element.ts"
27486
+ }
27487
+ },
27488
+ {
27489
+ "kind": "method",
27490
+ "name": "templateChanged",
27491
+ "privacy": "protected",
27492
+ "return": {
27493
+ "type": {
27494
+ "text": "void"
27495
+ }
27496
+ },
27497
+ "inheritedFrom": {
27498
+ "name": "FoundationElement",
27499
+ "module": "src/foundation-element/foundation-element.ts"
27500
+ }
27501
+ },
27502
+ {
27503
+ "kind": "field",
27504
+ "name": "styles",
27505
+ "type": {
27506
+ "text": "ElementStyles | void | null"
27507
+ },
27508
+ "privacy": "public",
27509
+ "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.",
27510
+ "inheritedFrom": {
27511
+ "name": "FoundationElement",
27512
+ "module": "src/foundation-element/foundation-element.ts"
27513
+ }
27514
+ },
27515
+ {
27516
+ "kind": "method",
27517
+ "name": "stylesChanged",
27518
+ "privacy": "protected",
27519
+ "return": {
27520
+ "type": {
27521
+ "text": "void"
27522
+ }
27523
+ },
27524
+ "inheritedFrom": {
27525
+ "name": "FoundationElement",
27526
+ "module": "src/foundation-element/foundation-element.ts"
27527
+ }
27528
+ },
27529
+ {
27530
+ "kind": "method",
27531
+ "name": "compose",
27532
+ "privacy": "public",
27533
+ "static": true,
27534
+ "return": {
27535
+ "type": {
27536
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
27537
+ }
27538
+ },
27539
+ "parameters": [
27540
+ {
27541
+ "name": "this",
27542
+ "type": {
27543
+ "text": "K"
27544
+ }
27545
+ },
27546
+ {
27547
+ "name": "elementDefinition",
27548
+ "type": {
27549
+ "text": "T"
27550
+ },
27551
+ "description": "The definition of the element to create the registry\nfunction for."
27552
+ }
27553
+ ],
27554
+ "description": "Defines an element registry function with a set of element definition defaults.",
27555
+ "inheritedFrom": {
27556
+ "name": "FoundationElement",
27557
+ "module": "src/foundation-element/foundation-element.ts"
27558
+ }
27559
+ }
27560
+ ]
27561
+ },
27562
+ {
27563
+ "kind": "variable",
27564
+ "name": "zeroSnackbar",
27565
+ "description": "The Zero Snackbar",
27566
+ "privacy": "public"
27567
+ }
27568
+ ],
27569
+ "exports": [
27570
+ {
27571
+ "kind": "js",
27572
+ "name": "zeroSnackbarShadowOptions",
27573
+ "declaration": {
27574
+ "name": "zeroSnackbarShadowOptions",
27575
+ "module": "src/snackbar/snackbar.ts"
27576
+ }
27577
+ },
27578
+ {
27579
+ "kind": "js",
27580
+ "name": "Snackbar",
27581
+ "declaration": {
27582
+ "name": "Snackbar",
27583
+ "module": "src/snackbar/snackbar.ts"
27584
+ }
27585
+ },
27586
+ {
27587
+ "kind": "js",
27588
+ "name": "zeroSnackbar",
27589
+ "declaration": {
27590
+ "name": "zeroSnackbar",
27591
+ "module": "src/snackbar/snackbar.ts"
27592
+ }
27593
+ }
27594
+ ]
27595
+ },
27596
+ {
27597
+ "kind": "javascript-module",
27598
+ "path": "src/stepper/index.ts",
27599
+ "declarations": [],
27600
+ "exports": [
27601
+ {
27602
+ "kind": "js",
27603
+ "name": "*",
27604
+ "declaration": {
27605
+ "name": "*",
27606
+ "package": "./stepper"
27607
+ }
27608
+ },
27609
+ {
27610
+ "kind": "js",
27611
+ "name": "*",
27612
+ "declaration": {
27613
+ "name": "*",
27614
+ "package": "./stepper.styles"
27615
+ }
27616
+ },
27617
+ {
27618
+ "kind": "js",
27619
+ "name": "*",
27620
+ "declaration": {
27621
+ "name": "*",
27622
+ "package": "./stepper.template"
27623
+ }
27624
+ }
27625
+ ]
27626
+ },
27627
+ {
27628
+ "kind": "javascript-module",
27629
+ "path": "src/stepper/stepper.stories.ts",
27630
+ "declarations": [
27631
+ {
27632
+ "kind": "variable",
27633
+ "name": "meta",
27634
+ "type": {
27635
+ "text": "Meta"
27636
+ },
27637
+ "default": "{\n title: 'Stepper',\n component: 'zero-stepper',\n}"
27638
+ },
27639
+ {
27640
+ "kind": "variable",
27641
+ "name": "Primary",
27642
+ "type": {
27643
+ "text": "StoryObj"
27644
+ },
27645
+ "default": "{\n render: () => html`\n <div style=\"min-height: 400px\">\n <zero-stepper>\n <zero-stepper-tab>Rapid stepper 1</zero-stepper-tab>\n <zero-stepper-tab>Rapid stepper 2</zero-stepper-tab>\n <zero-stepper-tab>Rapid stepper 3</zero-stepper-tab>\n <zero-stepper-tab>Rapid stepper 4</zero-stepper-tab>\n <zero-stepper-tab-panel>Rapid Stepper Panel 1</zero-stepper-tab-panel>\n <zero-stepper-tab-panel>Rapid Stepper Panel 2</zero-stepper-tab-panel>\n <zero-stepper-tab-panel>Rapid Stepper Panel 3</zero-stepper-tab-panel>\n <zero-stepper-tab-panel>Rapid Stepper Panel 4</zero-stepper-tab-panel>\n </zero-stepper>\n </div>\n `,\n}"
27646
+ }
27647
+ ],
27648
+ "exports": [
27649
+ {
27650
+ "kind": "js",
27651
+ "name": "default",
27652
+ "declaration": {
27653
+ "name": "meta",
27654
+ "module": "src/stepper/stepper.stories.ts"
27655
+ }
27656
+ },
27657
+ {
27658
+ "kind": "js",
27659
+ "name": "Primary",
27660
+ "declaration": {
27661
+ "name": "Primary",
27662
+ "module": "src/stepper/stepper.stories.ts"
27663
+ }
27664
+ }
27665
+ ]
27666
+ },
27667
+ {
27668
+ "kind": "javascript-module",
27669
+ "path": "src/stepper/stepper.styles.ts",
27670
+ "declarations": [
27671
+ {
27672
+ "kind": "variable",
27673
+ "name": "zeroStepperStyles",
27674
+ "type": {
27675
+ "text": "ElementStyles"
27676
+ },
27677
+ "default": "css`\n ${foundationStepperStyles}\n\n .stepper-tab {\n background-color: var(--neutral-layer-3);\n }\n`"
27678
+ }
27679
+ ],
27680
+ "exports": [
27681
+ {
27682
+ "kind": "js",
27683
+ "name": "zeroStepperStyles",
27684
+ "declaration": {
27685
+ "name": "zeroStepperStyles",
27686
+ "module": "src/stepper/stepper.styles.ts"
27687
+ }
27688
+ }
27689
+ ]
27690
+ },
27691
+ {
27692
+ "kind": "javascript-module",
27693
+ "path": "src/stepper/stepper.template.ts",
27694
+ "declarations": [
27695
+ {
27696
+ "kind": "variable",
27697
+ "name": "zeroStepperTemplate",
27698
+ "default": "html<Stepper>`\n ${getPrefixedStepper('zero')}\n`"
27699
+ }
27700
+ ],
27701
+ "exports": [
27702
+ {
27703
+ "kind": "js",
27704
+ "name": "zeroStepperTemplate",
27705
+ "declaration": {
27706
+ "name": "zeroStepperTemplate",
27707
+ "module": "src/stepper/stepper.template.ts"
27708
+ }
27709
+ }
27710
+ ]
27711
+ },
27712
+ {
27713
+ "kind": "javascript-module",
27714
+ "path": "src/stepper/stepper.ts",
27715
+ "declarations": [
27716
+ {
27717
+ "kind": "class",
27718
+ "description": "",
27719
+ "name": "Stepper",
27720
+ "superclass": {
27721
+ "name": "FoundationStepper",
27722
+ "package": "@genesislcap/foundation-ui"
27723
+ },
27724
+ "tagName": "%%prefix%%-stepper",
27725
+ "customElement": true,
27726
+ "attributes": [
27727
+ {
27728
+ "name": "activeid",
27729
+ "type": {
27730
+ "text": "string"
27731
+ },
27732
+ "fieldName": "activeid",
27733
+ "inheritedFrom": {
27734
+ "name": "Stepper",
27735
+ "module": "src/stepper/stepper.ts"
27736
+ }
27737
+ }
27738
+ ],
27739
+ "members": [
27740
+ {
27741
+ "kind": "field",
27742
+ "name": "activeid",
27743
+ "type": {
27744
+ "text": "string"
27745
+ },
27746
+ "inheritedFrom": {
27747
+ "name": "Stepper",
27748
+ "module": "src/stepper/stepper.ts"
27749
+ }
27750
+ },
27751
+ {
27752
+ "kind": "method",
27753
+ "name": "activeidChanged",
27754
+ "return": {
27755
+ "type": {
27756
+ "text": "void"
27757
+ }
27758
+ },
27759
+ "parameters": [
27760
+ {
27761
+ "name": "oldValue",
27762
+ "type": {
27763
+ "text": "string"
27764
+ }
27765
+ },
27766
+ {
27767
+ "name": "newValue",
27768
+ "type": {
27769
+ "text": "string"
27770
+ }
27771
+ }
27772
+ ],
27773
+ "inheritedFrom": {
27774
+ "name": "Stepper",
27775
+ "module": "src/stepper/stepper.ts"
27776
+ }
27777
+ },
27778
+ {
27779
+ "kind": "field",
27780
+ "name": "tabs",
27781
+ "type": {
27782
+ "text": "StepperTab[] & HTMLElement[]"
27783
+ },
27784
+ "inheritedFrom": {
27785
+ "name": "Stepper",
27786
+ "module": "src/stepper/stepper.ts"
27787
+ }
27788
+ },
27789
+ {
27790
+ "kind": "method",
27791
+ "name": "tabsChanged",
27792
+ "return": {
27793
+ "type": {
27794
+ "text": "void"
27795
+ }
27796
+ },
27797
+ "inheritedFrom": {
27798
+ "name": "Stepper",
27799
+ "module": "src/stepper/stepper.ts"
27800
+ }
27801
+ },
27802
+ {
27803
+ "kind": "field",
27804
+ "name": "tabpanels",
27805
+ "type": {
27806
+ "text": "HTMLElement[]"
27807
+ },
27808
+ "inheritedFrom": {
27809
+ "name": "Stepper",
27810
+ "module": "src/stepper/stepper.ts"
27811
+ }
27812
+ },
27813
+ {
27814
+ "kind": "method",
27815
+ "name": "tabpanelsChanged",
27816
+ "return": {
27817
+ "type": {
27818
+ "text": "void"
27819
+ }
27820
+ },
27821
+ "inheritedFrom": {
27822
+ "name": "Stepper",
27823
+ "module": "src/stepper/stepper.ts"
27824
+ }
27825
+ },
27826
+ {
27827
+ "kind": "field",
27828
+ "name": "validation",
27829
+ "type": {
27830
+ "text": "Validation[]"
27831
+ },
27832
+ "inheritedFrom": {
27833
+ "name": "Stepper",
27834
+ "module": "src/stepper/stepper.ts"
27835
+ }
27836
+ },
27837
+ {
27838
+ "kind": "field",
27839
+ "name": "progressValue",
27840
+ "type": {
27841
+ "text": "number"
27842
+ },
27843
+ "default": "0",
27844
+ "inheritedFrom": {
27845
+ "name": "Stepper",
27846
+ "module": "src/stepper/stepper.ts"
27847
+ }
27848
+ },
27849
+ {
27850
+ "kind": "field",
27851
+ "name": "activeTabIndex",
27852
+ "type": {
27853
+ "text": "number"
27854
+ },
27855
+ "default": "0",
27856
+ "inheritedFrom": {
27857
+ "name": "Stepper",
27858
+ "module": "src/stepper/stepper.ts"
27859
+ }
27860
+ },
27861
+ {
27862
+ "kind": "field",
27863
+ "name": "activetab",
27864
+ "type": {
27865
+ "text": "HTMLElement"
27866
+ },
27867
+ "inheritedFrom": {
27868
+ "name": "Stepper",
27869
+ "module": "src/stepper/stepper.ts"
27870
+ }
27871
+ },
27872
+ {
27873
+ "kind": "field",
27874
+ "name": "completedIds",
27875
+ "default": "new Map()",
27876
+ "inheritedFrom": {
27877
+ "name": "Stepper",
27878
+ "module": "src/stepper/stepper.ts"
27879
+ }
27880
+ },
27881
+ {
27882
+ "kind": "field",
27883
+ "name": "tabIds",
27884
+ "type": {
27885
+ "text": "Array<string>"
27886
+ },
27887
+ "privacy": "private",
27888
+ "inheritedFrom": {
27889
+ "name": "Stepper",
27890
+ "module": "src/stepper/stepper.ts"
27891
+ }
27892
+ },
27893
+ {
27894
+ "kind": "field",
27895
+ "name": "tabpanelIds",
27896
+ "type": {
27897
+ "text": "Array<string>"
27898
+ },
27899
+ "privacy": "private",
27900
+ "inheritedFrom": {
27901
+ "name": "Stepper",
27902
+ "module": "src/stepper/stepper.ts"
27903
+ }
27904
+ },
27905
+ {
27906
+ "kind": "method",
27907
+ "name": "getActiveIndex",
27908
+ "privacy": "private",
27909
+ "return": {
27910
+ "type": {
27911
+ "text": "number"
27912
+ }
27913
+ },
27914
+ "inheritedFrom": {
27915
+ "name": "Stepper",
27916
+ "module": "src/stepper/stepper.ts"
27917
+ }
27918
+ },
27919
+ {
27920
+ "kind": "field",
27921
+ "name": "disabledPreviousStep",
27922
+ "readonly": true,
27923
+ "inheritedFrom": {
27924
+ "name": "Stepper",
27925
+ "module": "src/stepper/stepper.ts"
26851
27926
  }
26852
27927
  },
26853
27928
  {
26854
- "name": "hide-mark",
26855
- "type": {
26856
- "text": "boolean"
26857
- },
26858
- "default": "false",
26859
- "description": "Hides the tick mark.",
26860
- "fieldName": "hideMark",
27929
+ "kind": "field",
27930
+ "name": "isLastStep",
27931
+ "readonly": true,
26861
27932
  "inheritedFrom": {
26862
- "name": "SliderLabel",
26863
- "module": "src/slider-label/slider-label.ts"
27933
+ "name": "Stepper",
27934
+ "module": "src/stepper/stepper.ts"
26864
27935
  }
26865
27936
  },
26866
27937
  {
26867
- "name": "disabled",
26868
- "type": {
26869
- "text": "boolean"
27938
+ "kind": "field",
27939
+ "name": "islastStepValid",
27940
+ "readonly": true,
27941
+ "inheritedFrom": {
27942
+ "name": "Stepper",
27943
+ "module": "src/stepper/stepper.ts"
27944
+ }
27945
+ },
27946
+ {
27947
+ "kind": "method",
27948
+ "name": "_submit",
27949
+ "return": {
27950
+ "type": {
27951
+ "text": "void"
27952
+ }
26870
27953
  },
26871
- "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
26872
- "fieldName": "disabled",
26873
27954
  "inheritedFrom": {
26874
- "name": "SliderLabel",
26875
- "module": "src/slider-label/slider-label.ts"
27955
+ "name": "Stepper",
27956
+ "module": "src/stepper/stepper.ts"
26876
27957
  }
26877
- }
26878
- ],
26879
- "members": [
27958
+ },
26880
27959
  {
26881
- "kind": "field",
26882
- "name": "position",
26883
- "type": {
26884
- "text": "string"
27960
+ "kind": "method",
27961
+ "name": "nextStep",
27962
+ "return": {
27963
+ "type": {
27964
+ "text": "void"
27965
+ }
26885
27966
  },
26886
- "privacy": "public",
26887
- "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
26888
27967
  "inheritedFrom": {
26889
- "name": "SliderLabel",
26890
- "module": "src/slider-label/slider-label.ts"
27968
+ "name": "Stepper",
27969
+ "module": "src/stepper/stepper.ts"
26891
27970
  }
26892
27971
  },
26893
27972
  {
26894
27973
  "kind": "method",
26895
- "name": "positionChanged",
26896
- "privacy": "private",
27974
+ "name": "previousStep",
26897
27975
  "return": {
26898
27976
  "type": {
26899
27977
  "text": "void"
26900
27978
  }
26901
27979
  },
26902
27980
  "inheritedFrom": {
26903
- "name": "SliderLabel",
26904
- "module": "src/slider-label/slider-label.ts"
27981
+ "name": "Stepper",
27982
+ "module": "src/stepper/stepper.ts"
26905
27983
  }
26906
27984
  },
26907
27985
  {
26908
27986
  "kind": "field",
26909
- "name": "hideMark",
26910
- "type": {
26911
- "text": "boolean"
26912
- },
26913
- "privacy": "public",
26914
- "default": "false",
26915
- "description": "Hides the tick mark.",
27987
+ "name": "setTabs",
27988
+ "privacy": "protected",
26916
27989
  "inheritedFrom": {
26917
- "name": "SliderLabel",
26918
- "module": "src/slider-label/slider-label.ts"
27990
+ "name": "Stepper",
27991
+ "module": "src/stepper/stepper.ts"
26919
27992
  }
26920
27993
  },
26921
27994
  {
26922
27995
  "kind": "field",
26923
- "name": "disabled",
26924
- "type": {
26925
- "text": "boolean"
26926
- },
26927
- "privacy": "public",
26928
- "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
27996
+ "name": "getCompletedTabs",
26929
27997
  "inheritedFrom": {
26930
- "name": "SliderLabel",
26931
- "module": "src/slider-label/slider-label.ts"
27998
+ "name": "Stepper",
27999
+ "module": "src/stepper/stepper.ts"
26932
28000
  }
26933
28001
  },
26934
28002
  {
26935
28003
  "kind": "field",
26936
- "name": "notifier",
26937
- "type": {
26938
- "text": "Notifier"
26939
- },
28004
+ "name": "setTabPanels",
26940
28005
  "privacy": "private",
26941
28006
  "inheritedFrom": {
26942
- "name": "SliderLabel",
26943
- "module": "src/slider-label/slider-label.ts"
28007
+ "name": "Stepper",
28008
+ "module": "src/stepper/stepper.ts"
26944
28009
  }
26945
28010
  },
26946
28011
  {
26947
28012
  "kind": "method",
26948
- "name": "isSliderConfig",
28013
+ "name": "getTabIds",
26949
28014
  "privacy": "private",
26950
28015
  "return": {
26951
28016
  "type": {
26952
- "text": "node is SliderConfiguration"
28017
+ "text": "Array<string>"
26953
28018
  }
26954
28019
  },
26955
- "parameters": [
26956
- {
26957
- "name": "node",
26958
- "type": {
26959
- "text": "any"
26960
- }
26961
- }
26962
- ],
26963
- "inheritedFrom": {
26964
- "name": "SliderLabel",
26965
- "module": "src/slider-label/slider-label.ts"
26966
- }
26967
- },
26968
- {
26969
- "kind": "field",
26970
- "name": "getSliderConfiguration",
26971
- "privacy": "private",
26972
28020
  "inheritedFrom": {
26973
- "name": "SliderLabel",
26974
- "module": "src/slider-label/slider-label.ts"
28021
+ "name": "Stepper",
28022
+ "module": "src/stepper/stepper.ts"
26975
28023
  }
26976
28024
  },
26977
28025
  {
26978
- "kind": "field",
26979
- "name": "positionAsStyle",
28026
+ "kind": "method",
28027
+ "name": "getTabPanelIds",
26980
28028
  "privacy": "private",
28029
+ "return": {
28030
+ "type": {
28031
+ "text": "Array<string>"
28032
+ }
28033
+ },
26981
28034
  "inheritedFrom": {
26982
- "name": "SliderLabel",
26983
- "module": "src/slider-label/slider-label.ts"
28035
+ "name": "Stepper",
28036
+ "module": "src/stepper/stepper.ts"
26984
28037
  }
26985
28038
  },
26986
28039
  {
@@ -26992,8 +28045,8 @@
26992
28045
  "privacy": "private",
26993
28046
  "default": "void 0",
26994
28047
  "inheritedFrom": {
26995
- "name": "SliderLabel",
26996
- "module": "src/slider-label/slider-label.ts"
28048
+ "name": "FoundationElement",
28049
+ "module": "src/foundation-element/foundation-element.ts"
26997
28050
  }
26998
28051
  },
26999
28052
  {
@@ -27005,8 +28058,8 @@
27005
28058
  "privacy": "public",
27006
28059
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
27007
28060
  "inheritedFrom": {
27008
- "name": "SliderLabel",
27009
- "module": "src/slider-label/slider-label.ts"
28061
+ "name": "FoundationElement",
28062
+ "module": "src/foundation-element/foundation-element.ts"
27010
28063
  }
27011
28064
  },
27012
28065
  {
@@ -27018,8 +28071,8 @@
27018
28071
  "privacy": "public",
27019
28072
  "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.",
27020
28073
  "inheritedFrom": {
27021
- "name": "SliderLabel",
27022
- "module": "src/slider-label/slider-label.ts"
28074
+ "name": "FoundationElement",
28075
+ "module": "src/foundation-element/foundation-element.ts"
27023
28076
  }
27024
28077
  },
27025
28078
  {
@@ -27032,8 +28085,8 @@
27032
28085
  }
27033
28086
  },
27034
28087
  "inheritedFrom": {
27035
- "name": "SliderLabel",
27036
- "module": "src/slider-label/slider-label.ts"
28088
+ "name": "FoundationElement",
28089
+ "module": "src/foundation-element/foundation-element.ts"
27037
28090
  }
27038
28091
  },
27039
28092
  {
@@ -27045,8 +28098,8 @@
27045
28098
  "privacy": "public",
27046
28099
  "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.",
27047
28100
  "inheritedFrom": {
27048
- "name": "SliderLabel",
27049
- "module": "src/slider-label/slider-label.ts"
28101
+ "name": "FoundationElement",
28102
+ "module": "src/foundation-element/foundation-element.ts"
27050
28103
  }
27051
28104
  },
27052
28105
  {
@@ -27059,8 +28112,8 @@
27059
28112
  }
27060
28113
  },
27061
28114
  "inheritedFrom": {
27062
- "name": "SliderLabel",
27063
- "module": "src/slider-label/slider-label.ts"
28115
+ "name": "FoundationElement",
28116
+ "module": "src/foundation-element/foundation-element.ts"
27064
28117
  }
27065
28118
  },
27066
28119
  {
@@ -27090,39 +28143,39 @@
27090
28143
  ],
27091
28144
  "description": "Defines an element registry function with a set of element definition defaults.",
27092
28145
  "inheritedFrom": {
27093
- "name": "SliderLabel",
27094
- "module": "src/slider-label/slider-label.ts"
28146
+ "name": "FoundationElement",
28147
+ "module": "src/foundation-element/foundation-element.ts"
27095
28148
  }
27096
28149
  }
27097
28150
  ]
27098
28151
  },
27099
28152
  {
27100
28153
  "kind": "variable",
27101
- "name": "zeroSliderLabel"
28154
+ "name": "zeroStepper"
27102
28155
  }
27103
28156
  ],
27104
28157
  "exports": [
27105
28158
  {
27106
28159
  "kind": "js",
27107
- "name": "SliderLabel",
28160
+ "name": "Stepper",
27108
28161
  "declaration": {
27109
- "name": "SliderLabel",
27110
- "module": "src/slider-label/slider-label.ts"
28162
+ "name": "Stepper",
28163
+ "module": "src/stepper/stepper.ts"
27111
28164
  }
27112
28165
  },
27113
28166
  {
27114
28167
  "kind": "js",
27115
- "name": "zeroSliderLabel",
28168
+ "name": "zeroStepper",
27116
28169
  "declaration": {
27117
- "name": "zeroSliderLabel",
27118
- "module": "src/slider-label/slider-label.ts"
28170
+ "name": "zeroStepper",
28171
+ "module": "src/stepper/stepper.ts"
27119
28172
  }
27120
28173
  }
27121
28174
  ]
27122
28175
  },
27123
28176
  {
27124
28177
  "kind": "javascript-module",
27125
- "path": "src/snackbar/index.ts",
28178
+ "path": "src/stepper-tab/index.ts",
27126
28179
  "declarations": [],
27127
28180
  "exports": [
27128
28181
  {
@@ -27130,7 +28183,7 @@
27130
28183
  "name": "*",
27131
28184
  "declaration": {
27132
28185
  "name": "*",
27133
- "package": "./snackbar.styles"
28186
+ "package": "./stepper-tab"
27134
28187
  }
27135
28188
  },
27136
28189
  {
@@ -27138,290 +28191,398 @@
27138
28191
  "name": "*",
27139
28192
  "declaration": {
27140
28193
  "name": "*",
27141
- "package": "./snackbar"
27142
- }
27143
- }
27144
- ]
27145
- },
27146
- {
27147
- "kind": "javascript-module",
27148
- "path": "src/snackbar/snackbar.stories.ts",
27149
- "declarations": [
27150
- {
27151
- "kind": "variable",
27152
- "name": "meta",
27153
- "type": {
27154
- "text": "Meta"
27155
- },
27156
- "default": "{\n title: 'Snackbar',\n component: 'zero-snackbar',\n}"
27157
- },
27158
- {
27159
- "kind": "variable",
27160
- "name": "Primary",
27161
- "type": {
27162
- "text": "StoryObj"
27163
- },
27164
- "default": "{\n args: {\n errorText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n notificationText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n },\n render: ({ errorText, notificationText }) => html`\n <div id=\"zero-snackbar\" style=\"width: 100%;\">\n <zero-button @click=\"${() => showError(errorText)}\">Show Zero Snackbar</zero-button>\n <zero-button @click=\"${() => showNotification(notificationText)}\">\n Show Zero Snackbar - Notification\n </zero-button>\n </div>\n `,\n}"
27165
- }
27166
- ],
27167
- "exports": [
27168
- {
27169
- "kind": "js",
27170
- "name": "default",
27171
- "declaration": {
27172
- "name": "meta",
27173
- "module": "src/snackbar/snackbar.stories.ts"
28194
+ "package": "./stepper-tab.styles"
27174
28195
  }
27175
28196
  },
27176
28197
  {
27177
28198
  "kind": "js",
27178
- "name": "Primary",
28199
+ "name": "*",
27179
28200
  "declaration": {
27180
- "name": "Primary",
27181
- "module": "src/snackbar/snackbar.stories.ts"
28201
+ "name": "*",
28202
+ "package": "./stepper-tab.template"
27182
28203
  }
27183
28204
  }
27184
28205
  ]
27185
28206
  },
27186
28207
  {
27187
28208
  "kind": "javascript-module",
27188
- "path": "src/snackbar/snackbar.styles.ts",
28209
+ "path": "src/stepper-tab/stepper-tab.styles.ts",
27189
28210
  "declarations": [
27190
28211
  {
27191
- "kind": "variable",
27192
- "name": "zeroSnackbarStyles",
27193
- "default": "css`\n ${foundationSnackbarStyles}\n .snackbar {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer2};\n background-color: ${neutralLayer1};\n }\n\n :host([type='error']) .snackbar::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n`"
28212
+ "kind": "function",
28213
+ "name": "zeroStepperTabStyles",
28214
+ "return": {
28215
+ "type": {
28216
+ "text": "ElementStyles"
28217
+ }
28218
+ },
28219
+ "parameters": [
28220
+ {
28221
+ "name": "context",
28222
+ "type": {
28223
+ "text": "ElementDefinitionContext"
28224
+ }
28225
+ },
28226
+ {
28227
+ "name": "definition",
28228
+ "type": {
28229
+ "text": "FoundationElementDefinition"
28230
+ }
28231
+ }
28232
+ ]
27194
28233
  }
27195
28234
  ],
27196
28235
  "exports": [
27197
28236
  {
27198
28237
  "kind": "js",
27199
- "name": "zeroSnackbarStyles",
28238
+ "name": "zeroStepperTabStyles",
27200
28239
  "declaration": {
27201
- "name": "zeroSnackbarStyles",
27202
- "module": "src/snackbar/snackbar.styles.ts"
28240
+ "name": "zeroStepperTabStyles",
28241
+ "module": "src/stepper-tab/stepper-tab.styles.ts"
27203
28242
  }
27204
28243
  }
27205
28244
  ]
27206
28245
  },
27207
28246
  {
27208
28247
  "kind": "javascript-module",
27209
- "path": "src/snackbar/snackbar.template.ts",
28248
+ "path": "src/stepper-tab/stepper-tab.template.ts",
27210
28249
  "declarations": [
27211
28250
  {
27212
- "kind": "variable",
27213
- "name": "zeroSnackbarTemplate",
27214
- "default": "html<Snackbar>`\n ${getPrefixedSnackbar('zero')}\n`"
28251
+ "kind": "function",
28252
+ "name": "zeroStepperTabTemplate",
28253
+ "parameters": [
28254
+ {
28255
+ "name": "context"
28256
+ },
28257
+ {
28258
+ "name": "definition"
28259
+ }
28260
+ ]
27215
28261
  }
27216
28262
  ],
27217
28263
  "exports": [
27218
28264
  {
27219
28265
  "kind": "js",
27220
- "name": "zeroSnackbarTemplate",
28266
+ "name": "zeroStepperTabTemplate",
27221
28267
  "declaration": {
27222
- "name": "zeroSnackbarTemplate",
27223
- "module": "src/snackbar/snackbar.template.ts"
28268
+ "name": "zeroStepperTabTemplate",
28269
+ "module": "src/stepper-tab/stepper-tab.template.ts"
27224
28270
  }
27225
28271
  }
27226
28272
  ]
27227
28273
  },
27228
28274
  {
27229
28275
  "kind": "javascript-module",
27230
- "path": "src/snackbar/snackbar.ts",
28276
+ "path": "src/stepper-tab/stepper-tab.ts",
27231
28277
  "declarations": [
27232
- {
27233
- "kind": "variable",
27234
- "name": "zeroSnackbarShadowOptions",
27235
- "default": "foundationSnackbarShadowOptions"
27236
- },
27237
28278
  {
27238
28279
  "kind": "class",
27239
28280
  "description": "",
27240
- "name": "Snackbar",
28281
+ "name": "StepperTab",
27241
28282
  "superclass": {
27242
- "name": "FoundationSnackbar",
28283
+ "name": "FoundationStepperTab",
27243
28284
  "package": "@genesislcap/foundation-ui"
27244
28285
  },
27245
- "tagName": "%%prefix%%-snackbar",
28286
+ "tagName": "%%prefix%%-stepper-tab",
27246
28287
  "customElement": true,
27247
28288
  "attributes": [
27248
28289
  {
27249
- "name": "close-timeout",
27250
28290
  "type": {
27251
- "text": "number"
27252
- },
27253
- "default": "CLOSE_TIMEOUT",
27254
- "resolveInitializer": {
27255
- "module": "src/snackbar/snackbar.ts"
28291
+ "text": "boolean"
27256
28292
  },
27257
- "fieldName": "closeTimeout",
28293
+ "fieldName": "disabled",
27258
28294
  "inheritedFrom": {
27259
- "name": "Snackbar",
27260
- "module": "src/snackbar/snackbar.ts"
28295
+ "name": "StepperTab",
28296
+ "module": "src/stepper-tab/stepper-tab.ts"
28297
+ }
28298
+ }
28299
+ ],
28300
+ "members": [
28301
+ {
28302
+ "kind": "field",
28303
+ "name": "treeItem",
28304
+ "type": {
28305
+ "text": "TreeItem"
28306
+ },
28307
+ "inheritedFrom": {
28308
+ "name": "StepperTab",
28309
+ "module": "src/stepper-tab/stepper-tab.ts"
27261
28310
  }
27262
28311
  },
27263
28312
  {
27264
- "name": "auto-close",
28313
+ "kind": "field",
28314
+ "name": "disabled",
27265
28315
  "type": {
27266
28316
  "text": "boolean"
27267
28317
  },
27268
- "default": "true",
27269
- "fieldName": "autoClose",
27270
28318
  "inheritedFrom": {
27271
- "name": "Snackbar",
27272
- "module": "src/snackbar/snackbar.ts"
28319
+ "name": "StepperTab",
28320
+ "module": "src/stepper-tab/stepper-tab.ts"
27273
28321
  }
27274
28322
  },
27275
28323
  {
27276
- "name": "type",
28324
+ "kind": "field",
28325
+ "name": "selected",
27277
28326
  "type": {
27278
- "text": "'error' | ''"
28327
+ "text": "boolean"
27279
28328
  },
27280
- "default": "''",
27281
- "fieldName": "type",
27282
28329
  "inheritedFrom": {
27283
- "name": "Snackbar",
27284
- "module": "src/snackbar/snackbar.ts"
28330
+ "name": "StepperTab",
28331
+ "module": "src/stepper-tab/stepper-tab.ts"
27285
28332
  }
27286
- }
27287
- ],
27288
- "members": [
28333
+ },
27289
28334
  {
27290
28335
  "kind": "field",
27291
- "name": "snackbar",
28336
+ "name": "completed",
27292
28337
  "type": {
27293
- "text": "HTMLElement"
28338
+ "text": "boolean"
27294
28339
  },
27295
- "privacy": "public",
27296
28340
  "inheritedFrom": {
27297
- "name": "Snackbar",
27298
- "module": "src/snackbar/snackbar.ts"
28341
+ "name": "StepperTab",
28342
+ "module": "src/stepper-tab/stepper-tab.ts"
27299
28343
  }
27300
28344
  },
27301
28345
  {
27302
28346
  "kind": "field",
27303
28347
  "name": "error",
27304
28348
  "type": {
27305
- "text": "ErrorStructure"
28349
+ "text": "boolean"
27306
28350
  },
27307
28351
  "inheritedFrom": {
27308
- "name": "Snackbar",
27309
- "module": "src/snackbar/snackbar.ts"
28352
+ "name": "StepperTab",
28353
+ "module": "src/stepper-tab/stepper-tab.ts"
28354
+ }
28355
+ },
28356
+ {
28357
+ "kind": "method",
28358
+ "name": "isCompleted",
28359
+ "inheritedFrom": {
28360
+ "name": "StepperTab",
28361
+ "module": "src/stepper-tab/stepper-tab.ts"
28362
+ }
28363
+ },
28364
+ {
28365
+ "kind": "method",
28366
+ "name": "selectedChanged",
28367
+ "inheritedFrom": {
28368
+ "name": "StepperTab",
28369
+ "module": "src/stepper-tab/stepper-tab.ts"
27310
28370
  }
27311
28371
  },
27312
28372
  {
27313
28373
  "kind": "field",
27314
- "name": "notification",
28374
+ "name": "_presentation",
27315
28375
  "type": {
27316
- "text": "NotificationStructure"
28376
+ "text": "ComponentPresentation | null | undefined"
27317
28377
  },
28378
+ "privacy": "private",
28379
+ "default": "void 0",
27318
28380
  "inheritedFrom": {
27319
- "name": "Snackbar",
27320
- "module": "src/snackbar/snackbar.ts"
28381
+ "name": "FoundationElement",
28382
+ "module": "src/foundation-element/foundation-element.ts"
27321
28383
  }
27322
28384
  },
27323
28385
  {
27324
28386
  "kind": "field",
27325
- "name": "deleteAnimation",
28387
+ "name": "$presentation",
27326
28388
  "type": {
27327
- "text": "string"
28389
+ "text": "ComponentPresentation | null"
27328
28390
  },
27329
- "default": "''",
28391
+ "privacy": "public",
28392
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
27330
28393
  "inheritedFrom": {
27331
- "name": "Snackbar",
27332
- "module": "src/snackbar/snackbar.ts"
28394
+ "name": "FoundationElement",
28395
+ "module": "src/foundation-element/foundation-element.ts"
27333
28396
  }
27334
28397
  },
27335
28398
  {
27336
28399
  "kind": "field",
27337
- "name": "closeTimeout",
28400
+ "name": "template",
27338
28401
  "type": {
27339
- "text": "number"
28402
+ "text": "ElementViewTemplate | void | null"
27340
28403
  },
27341
- "default": "10000",
28404
+ "privacy": "public",
28405
+ "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.",
27342
28406
  "inheritedFrom": {
27343
- "name": "Snackbar",
27344
- "module": "src/snackbar/snackbar.ts"
28407
+ "name": "FoundationElement",
28408
+ "module": "src/foundation-element/foundation-element.ts"
27345
28409
  }
27346
28410
  },
27347
28411
  {
27348
- "kind": "field",
27349
- "name": "autoClose",
27350
- "type": {
27351
- "text": "boolean"
28412
+ "kind": "method",
28413
+ "name": "templateChanged",
28414
+ "privacy": "protected",
28415
+ "return": {
28416
+ "type": {
28417
+ "text": "void"
28418
+ }
27352
28419
  },
27353
- "default": "true",
27354
28420
  "inheritedFrom": {
27355
- "name": "Snackbar",
27356
- "module": "src/snackbar/snackbar.ts"
28421
+ "name": "FoundationElement",
28422
+ "module": "src/foundation-element/foundation-element.ts"
27357
28423
  }
27358
28424
  },
27359
28425
  {
27360
28426
  "kind": "field",
27361
- "name": "type",
28427
+ "name": "styles",
27362
28428
  "type": {
27363
- "text": "'error' | ''"
28429
+ "text": "ElementStyles | void | null"
27364
28430
  },
27365
- "default": "''",
28431
+ "privacy": "public",
28432
+ "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.",
27366
28433
  "inheritedFrom": {
27367
- "name": "Snackbar",
27368
- "module": "src/snackbar/snackbar.ts"
28434
+ "name": "FoundationElement",
28435
+ "module": "src/foundation-element/foundation-element.ts"
27369
28436
  }
27370
28437
  },
27371
28438
  {
27372
28439
  "kind": "method",
27373
- "name": "errorChanged",
27374
- "parameters": [
27375
- {
27376
- "name": "oldValue",
27377
- "type": {
27378
- "text": "ErrorStructure"
27379
- }
27380
- },
27381
- {
27382
- "name": "newValue",
27383
- "type": {
27384
- "text": "ErrorStructure"
27385
- }
28440
+ "name": "stylesChanged",
28441
+ "privacy": "protected",
28442
+ "return": {
28443
+ "type": {
28444
+ "text": "void"
27386
28445
  }
27387
- ],
28446
+ },
27388
28447
  "inheritedFrom": {
27389
- "name": "Snackbar",
27390
- "module": "src/snackbar/snackbar.ts"
28448
+ "name": "FoundationElement",
28449
+ "module": "src/foundation-element/foundation-element.ts"
27391
28450
  }
27392
28451
  },
27393
28452
  {
27394
28453
  "kind": "method",
27395
- "name": "notificationChanged",
28454
+ "name": "compose",
28455
+ "privacy": "public",
28456
+ "static": true,
28457
+ "return": {
28458
+ "type": {
28459
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
28460
+ }
28461
+ },
27396
28462
  "parameters": [
27397
28463
  {
27398
- "name": "oldValue",
28464
+ "name": "this",
27399
28465
  "type": {
27400
- "text": "NotificationStructure"
28466
+ "text": "K"
27401
28467
  }
27402
28468
  },
27403
28469
  {
27404
- "name": "newValue",
28470
+ "name": "elementDefinition",
27405
28471
  "type": {
27406
- "text": "NotificationStructure"
27407
- }
28472
+ "text": "T"
28473
+ },
28474
+ "description": "The definition of the element to create the registry\nfunction for."
27408
28475
  }
27409
28476
  ],
28477
+ "description": "Defines an element registry function with a set of element definition defaults.",
27410
28478
  "inheritedFrom": {
27411
- "name": "Snackbar",
27412
- "module": "src/snackbar/snackbar.ts"
28479
+ "name": "FoundationElement",
28480
+ "module": "src/foundation-element/foundation-element.ts"
27413
28481
  }
27414
- },
28482
+ }
28483
+ ]
28484
+ },
28485
+ {
28486
+ "kind": "variable",
28487
+ "name": "zeroStepperTab"
28488
+ }
28489
+ ],
28490
+ "exports": [
28491
+ {
28492
+ "kind": "js",
28493
+ "name": "StepperTab",
28494
+ "declaration": {
28495
+ "name": "StepperTab",
28496
+ "module": "src/stepper-tab/stepper-tab.ts"
28497
+ }
28498
+ },
28499
+ {
28500
+ "kind": "js",
28501
+ "name": "zeroStepperTab",
28502
+ "declaration": {
28503
+ "name": "zeroStepperTab",
28504
+ "module": "src/stepper-tab/stepper-tab.ts"
28505
+ }
28506
+ }
28507
+ ]
28508
+ },
28509
+ {
28510
+ "kind": "javascript-module",
28511
+ "path": "src/stepper-tab-panel/index.ts",
28512
+ "declarations": [],
28513
+ "exports": [
28514
+ {
28515
+ "kind": "js",
28516
+ "name": "*",
28517
+ "declaration": {
28518
+ "name": "*",
28519
+ "package": "./stepper-tab-panel"
28520
+ }
28521
+ },
28522
+ {
28523
+ "kind": "js",
28524
+ "name": "*",
28525
+ "declaration": {
28526
+ "name": "*",
28527
+ "package": "./stepper-tab-panel.template"
28528
+ }
28529
+ }
28530
+ ]
28531
+ },
28532
+ {
28533
+ "kind": "javascript-module",
28534
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
28535
+ "declarations": [
28536
+ {
28537
+ "kind": "function",
28538
+ "name": "zeroStepperTabPanelTemplate",
28539
+ "return": {
28540
+ "type": {
28541
+ "text": "ViewTemplate<StepperTabPanel>"
28542
+ }
28543
+ },
28544
+ "parameters": [
27415
28545
  {
27416
- "kind": "method",
27417
- "name": "dismiss",
27418
- "privacy": "public",
27419
- "description": "Remove the snackbar from display.",
27420
- "inheritedFrom": {
27421
- "name": "Snackbar",
27422
- "module": "src/snackbar/snackbar.ts"
28546
+ "name": "context",
28547
+ "type": {
28548
+ "text": "ElementDefinitionContext"
27423
28549
  }
27424
28550
  },
28551
+ {
28552
+ "name": "definition",
28553
+ "type": {
28554
+ "text": "FoundationElementDefinition"
28555
+ }
28556
+ }
28557
+ ]
28558
+ }
28559
+ ],
28560
+ "exports": [
28561
+ {
28562
+ "kind": "js",
28563
+ "name": "zeroStepperTabPanelTemplate",
28564
+ "declaration": {
28565
+ "name": "zeroStepperTabPanelTemplate",
28566
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
28567
+ }
28568
+ }
28569
+ ]
28570
+ },
28571
+ {
28572
+ "kind": "javascript-module",
28573
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
28574
+ "declarations": [
28575
+ {
28576
+ "kind": "class",
28577
+ "description": "",
28578
+ "name": "StepperTabPanel",
28579
+ "superclass": {
28580
+ "name": "FoundationStepperTabPanel",
28581
+ "package": "@genesislcap/foundation-ui"
28582
+ },
28583
+ "tagName": "%%prefix%%-stepper-tab-panel",
28584
+ "customElement": true,
28585
+ "members": [
27425
28586
  {
27426
28587
  "kind": "field",
27427
28588
  "name": "_presentation",
@@ -27537,34 +28698,24 @@
27537
28698
  },
27538
28699
  {
27539
28700
  "kind": "variable",
27540
- "name": "zeroSnackbar",
27541
- "description": "The Zero Snackbar",
27542
- "privacy": "public"
28701
+ "name": "zeroStepperTabPanel"
27543
28702
  }
27544
28703
  ],
27545
28704
  "exports": [
27546
28705
  {
27547
28706
  "kind": "js",
27548
- "name": "zeroSnackbarShadowOptions",
27549
- "declaration": {
27550
- "name": "zeroSnackbarShadowOptions",
27551
- "module": "src/snackbar/snackbar.ts"
27552
- }
27553
- },
27554
- {
27555
- "kind": "js",
27556
- "name": "Snackbar",
28707
+ "name": "StepperTabPanel",
27557
28708
  "declaration": {
27558
- "name": "Snackbar",
27559
- "module": "src/snackbar/snackbar.ts"
28709
+ "name": "StepperTabPanel",
28710
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
27560
28711
  }
27561
28712
  },
27562
28713
  {
27563
28714
  "kind": "js",
27564
- "name": "zeroSnackbar",
28715
+ "name": "zeroStepperTabPanel",
27565
28716
  "declaration": {
27566
- "name": "zeroSnackbar",
27567
- "module": "src/snackbar/snackbar.ts"
28717
+ "name": "zeroStepperTabPanel",
28718
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
27568
28719
  }
27569
28720
  }
27570
28721
  ]