@genesislcap/foundation-ui 14.236.1-alpha-ed0d291.0 → 14.237.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.
@@ -864,37 +864,6 @@
864
864
  }
865
865
  ]
866
866
  },
867
- {
868
- "kind": "javascript-module",
869
- "path": "src/_config/index.ts",
870
- "declarations": [],
871
- "exports": [
872
- {
873
- "kind": "js",
874
- "name": "*",
875
- "declaration": {
876
- "name": "*",
877
- "package": "./styles"
878
- }
879
- },
880
- {
881
- "kind": "js",
882
- "name": "*",
883
- "declaration": {
884
- "name": "*",
885
- "package": "./tokens"
886
- }
887
- },
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./values"
894
- }
895
- }
896
- ]
897
- },
898
867
  {
899
868
  "kind": "javascript-module",
900
869
  "path": "src/accordion/accordion.styles.ts",
@@ -1471,6 +1440,37 @@
1471
1440
  }
1472
1441
  ]
1473
1442
  },
1443
+ {
1444
+ "kind": "javascript-module",
1445
+ "path": "src/_config/index.ts",
1446
+ "declarations": [],
1447
+ "exports": [
1448
+ {
1449
+ "kind": "js",
1450
+ "name": "*",
1451
+ "declaration": {
1452
+ "name": "*",
1453
+ "package": "./styles"
1454
+ }
1455
+ },
1456
+ {
1457
+ "kind": "js",
1458
+ "name": "*",
1459
+ "declaration": {
1460
+ "name": "*",
1461
+ "package": "./tokens"
1462
+ }
1463
+ },
1464
+ {
1465
+ "kind": "js",
1466
+ "name": "*",
1467
+ "declaration": {
1468
+ "name": "*",
1469
+ "package": "./values"
1470
+ }
1471
+ }
1472
+ ]
1473
+ },
1474
1474
  {
1475
1475
  "kind": "javascript-module",
1476
1476
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -6800,6 +6800,301 @@
6800
6800
  }
6801
6801
  ]
6802
6802
  },
6803
+ {
6804
+ "kind": "javascript-module",
6805
+ "path": "src/card/card.styles.ts",
6806
+ "declarations": [
6807
+ {
6808
+ "kind": "function",
6809
+ "name": "foundationCardStyles",
6810
+ "return": {
6811
+ "type": {
6812
+ "text": "ElementStyles"
6813
+ }
6814
+ },
6815
+ "parameters": [
6816
+ {
6817
+ "name": "context",
6818
+ "type": {
6819
+ "text": "ElementDefinitionContext"
6820
+ }
6821
+ },
6822
+ {
6823
+ "name": "definition",
6824
+ "type": {
6825
+ "text": "FoundationElementDefinition"
6826
+ }
6827
+ }
6828
+ ]
6829
+ }
6830
+ ],
6831
+ "exports": [
6832
+ {
6833
+ "kind": "js",
6834
+ "name": "foundationCardStyles",
6835
+ "declaration": {
6836
+ "name": "foundationCardStyles",
6837
+ "module": "src/card/card.styles.ts"
6838
+ }
6839
+ }
6840
+ ]
6841
+ },
6842
+ {
6843
+ "kind": "javascript-module",
6844
+ "path": "src/card/card.template.ts",
6845
+ "declarations": [
6846
+ {
6847
+ "kind": "function",
6848
+ "name": "foundationCardTemplate",
6849
+ "return": {
6850
+ "type": {
6851
+ "text": "ViewTemplate<Card>"
6852
+ }
6853
+ },
6854
+ "parameters": [
6855
+ {
6856
+ "name": "context",
6857
+ "type": {
6858
+ "text": "ElementDefinitionContext"
6859
+ }
6860
+ },
6861
+ {
6862
+ "name": "definition",
6863
+ "type": {
6864
+ "text": "FoundationElementDefinition"
6865
+ }
6866
+ }
6867
+ ]
6868
+ }
6869
+ ],
6870
+ "exports": [
6871
+ {
6872
+ "kind": "js",
6873
+ "name": "foundationCardTemplate",
6874
+ "declaration": {
6875
+ "name": "foundationCardTemplate",
6876
+ "module": "src/card/card.template.ts"
6877
+ }
6878
+ }
6879
+ ]
6880
+ },
6881
+ {
6882
+ "kind": "javascript-module",
6883
+ "path": "src/card/card.ts",
6884
+ "declarations": [
6885
+ {
6886
+ "kind": "class",
6887
+ "description": "",
6888
+ "name": "Card",
6889
+ "superclass": {
6890
+ "name": "FASTCard",
6891
+ "package": "@microsoft/fast-components"
6892
+ },
6893
+ "tagName": "%%prefix%%-card",
6894
+ "customElement": true,
6895
+ "members": [
6896
+ {
6897
+ "kind": "field",
6898
+ "name": "_presentation",
6899
+ "type": {
6900
+ "text": "ComponentPresentation | null | undefined"
6901
+ },
6902
+ "privacy": "private",
6903
+ "default": "void 0",
6904
+ "inheritedFrom": {
6905
+ "name": "FoundationElement",
6906
+ "module": "src/foundation-element/foundation-element.ts"
6907
+ }
6908
+ },
6909
+ {
6910
+ "kind": "field",
6911
+ "name": "$presentation",
6912
+ "type": {
6913
+ "text": "ComponentPresentation | null"
6914
+ },
6915
+ "privacy": "public",
6916
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6917
+ "inheritedFrom": {
6918
+ "name": "FoundationElement",
6919
+ "module": "src/foundation-element/foundation-element.ts"
6920
+ }
6921
+ },
6922
+ {
6923
+ "kind": "field",
6924
+ "name": "template",
6925
+ "type": {
6926
+ "text": "ElementViewTemplate | void | null"
6927
+ },
6928
+ "privacy": "public",
6929
+ "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.",
6930
+ "inheritedFrom": {
6931
+ "name": "FoundationElement",
6932
+ "module": "src/foundation-element/foundation-element.ts"
6933
+ }
6934
+ },
6935
+ {
6936
+ "kind": "method",
6937
+ "name": "templateChanged",
6938
+ "privacy": "protected",
6939
+ "return": {
6940
+ "type": {
6941
+ "text": "void"
6942
+ }
6943
+ },
6944
+ "inheritedFrom": {
6945
+ "name": "FoundationElement",
6946
+ "module": "src/foundation-element/foundation-element.ts"
6947
+ }
6948
+ },
6949
+ {
6950
+ "kind": "field",
6951
+ "name": "styles",
6952
+ "type": {
6953
+ "text": "ElementStyles | void | null"
6954
+ },
6955
+ "privacy": "public",
6956
+ "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.",
6957
+ "inheritedFrom": {
6958
+ "name": "FoundationElement",
6959
+ "module": "src/foundation-element/foundation-element.ts"
6960
+ }
6961
+ },
6962
+ {
6963
+ "kind": "method",
6964
+ "name": "stylesChanged",
6965
+ "privacy": "protected",
6966
+ "return": {
6967
+ "type": {
6968
+ "text": "void"
6969
+ }
6970
+ },
6971
+ "inheritedFrom": {
6972
+ "name": "FoundationElement",
6973
+ "module": "src/foundation-element/foundation-element.ts"
6974
+ }
6975
+ },
6976
+ {
6977
+ "kind": "method",
6978
+ "name": "compose",
6979
+ "privacy": "public",
6980
+ "static": true,
6981
+ "return": {
6982
+ "type": {
6983
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6984
+ }
6985
+ },
6986
+ "parameters": [
6987
+ {
6988
+ "name": "this",
6989
+ "type": {
6990
+ "text": "K"
6991
+ }
6992
+ },
6993
+ {
6994
+ "name": "elementDefinition",
6995
+ "type": {
6996
+ "text": "T"
6997
+ },
6998
+ "description": "The definition of the element to create the registry\nfunction for."
6999
+ }
7000
+ ],
7001
+ "description": "Defines an element registry function with a set of element definition defaults.",
7002
+ "inheritedFrom": {
7003
+ "name": "FoundationElement",
7004
+ "module": "src/foundation-element/foundation-element.ts"
7005
+ }
7006
+ }
7007
+ ]
7008
+ },
7009
+ {
7010
+ "kind": "variable",
7011
+ "name": "foundationCardShadowOptions",
7012
+ "type": {
7013
+ "text": "ShadowRootInit"
7014
+ },
7015
+ "default": "undefined"
7016
+ },
7017
+ {
7018
+ "kind": "variable",
7019
+ "name": "defaultCardConfig",
7020
+ "type": {
7021
+ "text": "object"
7022
+ },
7023
+ "default": "{}"
7024
+ },
7025
+ {
7026
+ "kind": "variable",
7027
+ "name": "foundationCard",
7028
+ "description": "The Foundation Card",
7029
+ "privacy": "public"
7030
+ }
7031
+ ],
7032
+ "exports": [
7033
+ {
7034
+ "kind": "js",
7035
+ "name": "Card",
7036
+ "declaration": {
7037
+ "name": "Card",
7038
+ "module": "src/card/card.ts"
7039
+ }
7040
+ },
7041
+ {
7042
+ "kind": "js",
7043
+ "name": "foundationCardShadowOptions",
7044
+ "declaration": {
7045
+ "name": "foundationCardShadowOptions",
7046
+ "module": "src/card/card.ts"
7047
+ }
7048
+ },
7049
+ {
7050
+ "kind": "js",
7051
+ "name": "defaultCardConfig",
7052
+ "declaration": {
7053
+ "name": "defaultCardConfig",
7054
+ "module": "src/card/card.ts"
7055
+ }
7056
+ },
7057
+ {
7058
+ "kind": "js",
7059
+ "name": "foundationCard",
7060
+ "declaration": {
7061
+ "name": "foundationCard",
7062
+ "module": "src/card/card.ts"
7063
+ }
7064
+ }
7065
+ ]
7066
+ },
7067
+ {
7068
+ "kind": "javascript-module",
7069
+ "path": "src/card/index.ts",
7070
+ "declarations": [],
7071
+ "exports": [
7072
+ {
7073
+ "kind": "js",
7074
+ "name": "*",
7075
+ "declaration": {
7076
+ "name": "*",
7077
+ "package": "./card.template"
7078
+ }
7079
+ },
7080
+ {
7081
+ "kind": "js",
7082
+ "name": "*",
7083
+ "declaration": {
7084
+ "name": "*",
7085
+ "package": "./card.styles"
7086
+ }
7087
+ },
7088
+ {
7089
+ "kind": "js",
7090
+ "name": "*",
7091
+ "declaration": {
7092
+ "name": "*",
7093
+ "package": "./card"
7094
+ }
7095
+ }
7096
+ ]
7097
+ },
6803
7098
  {
6804
7099
  "kind": "javascript-module",
6805
7100
  "path": "src/calendar/calendar.styles.ts",
@@ -7652,301 +7947,6 @@
7652
7947
  }
7653
7948
  ]
7654
7949
  },
7655
- {
7656
- "kind": "javascript-module",
7657
- "path": "src/card/card.styles.ts",
7658
- "declarations": [
7659
- {
7660
- "kind": "function",
7661
- "name": "foundationCardStyles",
7662
- "return": {
7663
- "type": {
7664
- "text": "ElementStyles"
7665
- }
7666
- },
7667
- "parameters": [
7668
- {
7669
- "name": "context",
7670
- "type": {
7671
- "text": "ElementDefinitionContext"
7672
- }
7673
- },
7674
- {
7675
- "name": "definition",
7676
- "type": {
7677
- "text": "FoundationElementDefinition"
7678
- }
7679
- }
7680
- ]
7681
- }
7682
- ],
7683
- "exports": [
7684
- {
7685
- "kind": "js",
7686
- "name": "foundationCardStyles",
7687
- "declaration": {
7688
- "name": "foundationCardStyles",
7689
- "module": "src/card/card.styles.ts"
7690
- }
7691
- }
7692
- ]
7693
- },
7694
- {
7695
- "kind": "javascript-module",
7696
- "path": "src/card/card.template.ts",
7697
- "declarations": [
7698
- {
7699
- "kind": "function",
7700
- "name": "foundationCardTemplate",
7701
- "return": {
7702
- "type": {
7703
- "text": "ViewTemplate<Card>"
7704
- }
7705
- },
7706
- "parameters": [
7707
- {
7708
- "name": "context",
7709
- "type": {
7710
- "text": "ElementDefinitionContext"
7711
- }
7712
- },
7713
- {
7714
- "name": "definition",
7715
- "type": {
7716
- "text": "FoundationElementDefinition"
7717
- }
7718
- }
7719
- ]
7720
- }
7721
- ],
7722
- "exports": [
7723
- {
7724
- "kind": "js",
7725
- "name": "foundationCardTemplate",
7726
- "declaration": {
7727
- "name": "foundationCardTemplate",
7728
- "module": "src/card/card.template.ts"
7729
- }
7730
- }
7731
- ]
7732
- },
7733
- {
7734
- "kind": "javascript-module",
7735
- "path": "src/card/card.ts",
7736
- "declarations": [
7737
- {
7738
- "kind": "class",
7739
- "description": "",
7740
- "name": "Card",
7741
- "superclass": {
7742
- "name": "FASTCard",
7743
- "package": "@microsoft/fast-components"
7744
- },
7745
- "tagName": "%%prefix%%-card",
7746
- "customElement": true,
7747
- "members": [
7748
- {
7749
- "kind": "field",
7750
- "name": "_presentation",
7751
- "type": {
7752
- "text": "ComponentPresentation | null | undefined"
7753
- },
7754
- "privacy": "private",
7755
- "default": "void 0",
7756
- "inheritedFrom": {
7757
- "name": "FoundationElement",
7758
- "module": "src/foundation-element/foundation-element.ts"
7759
- }
7760
- },
7761
- {
7762
- "kind": "field",
7763
- "name": "$presentation",
7764
- "type": {
7765
- "text": "ComponentPresentation | null"
7766
- },
7767
- "privacy": "public",
7768
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7769
- "inheritedFrom": {
7770
- "name": "FoundationElement",
7771
- "module": "src/foundation-element/foundation-element.ts"
7772
- }
7773
- },
7774
- {
7775
- "kind": "field",
7776
- "name": "template",
7777
- "type": {
7778
- "text": "ElementViewTemplate | void | null"
7779
- },
7780
- "privacy": "public",
7781
- "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.",
7782
- "inheritedFrom": {
7783
- "name": "FoundationElement",
7784
- "module": "src/foundation-element/foundation-element.ts"
7785
- }
7786
- },
7787
- {
7788
- "kind": "method",
7789
- "name": "templateChanged",
7790
- "privacy": "protected",
7791
- "return": {
7792
- "type": {
7793
- "text": "void"
7794
- }
7795
- },
7796
- "inheritedFrom": {
7797
- "name": "FoundationElement",
7798
- "module": "src/foundation-element/foundation-element.ts"
7799
- }
7800
- },
7801
- {
7802
- "kind": "field",
7803
- "name": "styles",
7804
- "type": {
7805
- "text": "ElementStyles | void | null"
7806
- },
7807
- "privacy": "public",
7808
- "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.",
7809
- "inheritedFrom": {
7810
- "name": "FoundationElement",
7811
- "module": "src/foundation-element/foundation-element.ts"
7812
- }
7813
- },
7814
- {
7815
- "kind": "method",
7816
- "name": "stylesChanged",
7817
- "privacy": "protected",
7818
- "return": {
7819
- "type": {
7820
- "text": "void"
7821
- }
7822
- },
7823
- "inheritedFrom": {
7824
- "name": "FoundationElement",
7825
- "module": "src/foundation-element/foundation-element.ts"
7826
- }
7827
- },
7828
- {
7829
- "kind": "method",
7830
- "name": "compose",
7831
- "privacy": "public",
7832
- "static": true,
7833
- "return": {
7834
- "type": {
7835
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
7836
- }
7837
- },
7838
- "parameters": [
7839
- {
7840
- "name": "this",
7841
- "type": {
7842
- "text": "K"
7843
- }
7844
- },
7845
- {
7846
- "name": "elementDefinition",
7847
- "type": {
7848
- "text": "T"
7849
- },
7850
- "description": "The definition of the element to create the registry\nfunction for."
7851
- }
7852
- ],
7853
- "description": "Defines an element registry function with a set of element definition defaults.",
7854
- "inheritedFrom": {
7855
- "name": "FoundationElement",
7856
- "module": "src/foundation-element/foundation-element.ts"
7857
- }
7858
- }
7859
- ]
7860
- },
7861
- {
7862
- "kind": "variable",
7863
- "name": "foundationCardShadowOptions",
7864
- "type": {
7865
- "text": "ShadowRootInit"
7866
- },
7867
- "default": "undefined"
7868
- },
7869
- {
7870
- "kind": "variable",
7871
- "name": "defaultCardConfig",
7872
- "type": {
7873
- "text": "object"
7874
- },
7875
- "default": "{}"
7876
- },
7877
- {
7878
- "kind": "variable",
7879
- "name": "foundationCard",
7880
- "description": "The Foundation Card",
7881
- "privacy": "public"
7882
- }
7883
- ],
7884
- "exports": [
7885
- {
7886
- "kind": "js",
7887
- "name": "Card",
7888
- "declaration": {
7889
- "name": "Card",
7890
- "module": "src/card/card.ts"
7891
- }
7892
- },
7893
- {
7894
- "kind": "js",
7895
- "name": "foundationCardShadowOptions",
7896
- "declaration": {
7897
- "name": "foundationCardShadowOptions",
7898
- "module": "src/card/card.ts"
7899
- }
7900
- },
7901
- {
7902
- "kind": "js",
7903
- "name": "defaultCardConfig",
7904
- "declaration": {
7905
- "name": "defaultCardConfig",
7906
- "module": "src/card/card.ts"
7907
- }
7908
- },
7909
- {
7910
- "kind": "js",
7911
- "name": "foundationCard",
7912
- "declaration": {
7913
- "name": "foundationCard",
7914
- "module": "src/card/card.ts"
7915
- }
7916
- }
7917
- ]
7918
- },
7919
- {
7920
- "kind": "javascript-module",
7921
- "path": "src/card/index.ts",
7922
- "declarations": [],
7923
- "exports": [
7924
- {
7925
- "kind": "js",
7926
- "name": "*",
7927
- "declaration": {
7928
- "name": "*",
7929
- "package": "./card.template"
7930
- }
7931
- },
7932
- {
7933
- "kind": "js",
7934
- "name": "*",
7935
- "declaration": {
7936
- "name": "*",
7937
- "package": "./card.styles"
7938
- }
7939
- },
7940
- {
7941
- "kind": "js",
7942
- "name": "*",
7943
- "declaration": {
7944
- "name": "*",
7945
- "package": "./card"
7946
- }
7947
- }
7948
- ]
7949
- },
7950
7950
  {
7951
7951
  "kind": "javascript-module",
7952
7952
  "path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
@@ -12633,7 +12633,7 @@
12633
12633
  "kind": "field",
12634
12634
  "name": "today",
12635
12635
  "type": {
12636
- "text": "any"
12636
+ "text": "Day"
12637
12637
  },
12638
12638
  "default": "new Day(null, lang)"
12639
12639
  },
@@ -12648,7 +12648,7 @@
12648
12648
  "kind": "field",
12649
12649
  "name": "month",
12650
12650
  "type": {
12651
- "text": "any"
12651
+ "text": "Month"
12652
12652
  },
12653
12653
  "default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)"
12654
12654
  },
@@ -12844,7 +12844,7 @@
12844
12844
  "type": {
12845
12845
  "text": "ElementStyles"
12846
12846
  },
12847
- "default": "css`\n :host {\n position: relative;\n }\n\n .date-toggle::part(control) {\n cursor: pointer;\n }\n\n .date-toggle::part(label) {\n cursor: pointer;\n }\n\n .calendar-dropdown {\n display: none;\n width: 300px;\n z-index: 999;\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translate(-50%, 8px);\n margin: 10px 0 0;\n padding: 20px;\n background: var(--neutral-foreground-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n box-shadow: 0 0 8px rgb(0 0 0 / 20%);\n }\n\n .calendar-dropdown.top {\n top: auto;\n bottom: 100%;\n margin: 0 0 5px;\n transform: translate(-50%, -8px);\n }\n\n .calendar-dropdown.left {\n top: 50%;\n left: 0;\n margin: 0 0 0 5px;\n transform: translate(calc(-8px + -100%), -50%);\n }\n\n .calendar-dropdown.right {\n top: 50%;\n left: 100%;\n transform: translate(8px, -50%);\n }\n\n .calendar-dropdown.visible {\n display: block;\n }\n\n .header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0 0 10px;\n }\n\n .header h3 {\n margin: 0;\n text-transform: capitalize;\n font-weight: bold;\n color: var(--foreground-on-accent-rest);\n }\n\n .header .months-arrows {\n display: flex;\n flex-direction: row;\n }\n\n .header .icon-container {\n display: flex;\n width: 25px;\n height: 25px;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n }\n\n .header .icon-container:first-child {\n margin-right: calc(var(--design-unit) * 2px);\n }\n\n .header .prev-month,\n .header .next-month {\n color: var(--foreground-on-accent-rest);\n font-size: 18px;\n }\n\n .week-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n margin-bottom: 10px;\n color: var(--foreground-on-accent-rest);\n }\n\n .week-days span {\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 14px;\n font-weight: bold;\n text-transform: capitalize;\n }\n\n .month-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n }\n\n .month-day {\n padding: 8px 5px;\n color: #808080;\n background: none;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: calc(var(--control-corner-radius) * 4px);\n cursor: pointer;\n border: none;\n }\n\n .month-day.current {\n opacity: 100%;\n color: var(--foreground-on-accent-rest);\n }\n\n .month-day.selected {\n background: var(--accent-foreground-rest);\n color: var(--neutral-foreground-rest);\n }\n\n .month-day:hover {\n background: var(--neutral-stroke-hover);\n color: (--neutral-foreground-rest);\n }\n\n .date-toggle[readonly] .label {\n cursor: pointer;\n }\n`"
12847
+ "default": "css`\n :host {\n position: relative;\n }\n\n .date-toggle::part(control) {\n cursor: pointer;\n }\n\n .date-toggle::part(label) {\n cursor: pointer;\n }\n\n .calendar-dropdown {\n display: none;\n width: 300px;\n z-index: 999;\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translate(-50%, 8px);\n margin: 10px 0 0;\n padding: 20px;\n background: var(--neutral-foreground-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n box-shadow: 0 0 8px rgb(0 0 0 / 20%);\n }\n\n .calendar-dropdown.top {\n top: auto;\n bottom: 100%;\n margin: 0 0 5px;\n transform: translate(-50%, -8px);\n }\n\n .calendar-dropdown.left {\n top: 50%;\n left: 0;\n margin: 0 0 0 5px;\n transform: translate(calc(-8px + -100%), -50%);\n }\n\n .calendar-dropdown.right {\n top: 50%;\n left: 100%;\n transform: translate(8px, -50%);\n }\n\n .calendar-dropdown.visible {\n display: block;\n }\n\n .header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0 0 10px;\n }\n\n .header h3 {\n margin: 0;\n text-transform: capitalize;\n font-weight: bold;\n color: var(--foreground-on-accent-rest);\n }\n\n .header .months-arrows {\n display: flex;\n flex-direction: row;\n }\n\n .header .icon-container {\n display: flex;\n width: 25px;\n height: 25px;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n }\n\n .header .icon-container:first-child {\n margin-right: calc(var(--design-unit) * 2px);\n }\n\n .header .prev-month,\n .header .next-month {\n color: var(--foreground-on-accent-rest);\n font-size: 18px;\n }\n\n .week-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n margin-bottom: 10px;\n color: var(--foreground-on-accent-rest);\n }\n\n .week-days span {\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 14px;\n font-weight: bold;\n text-transform: capitalize;\n }\n\n .week-days span.disabled {\n opacity: 50%;\n }\n\n .month-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n }\n\n .month-day {\n padding: 8px 5px;\n color: #808080;\n background: none;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: calc(var(--control-corner-radius) * 4px);\n cursor: pointer;\n border: none;\n }\n\n .month-day.current {\n opacity: 100%;\n color: var(--foreground-on-accent-rest);\n }\n\n .month-day.selected {\n background: var(--accent-foreground-rest);\n color: var(--neutral-foreground-rest);\n }\n\n .month-day:hover:not(:disabled) {\n background: var(--neutral-stroke-hover);\n color: (--neutral-foreground-rest);\n }\n\n .month-day[disabled] {\n opacity: 50%;\n cursor: not-allowed;\n }\n\n .date-toggle[readonly] .label {\n cursor: pointer;\n }\n`"
12848
12848
  }
12849
12849
  ],
12850
12850
  "exports": [
@@ -12930,7 +12930,8 @@
12930
12930
  "type": {
12931
12931
  "text": "string"
12932
12932
  },
12933
- "default": "'MM-DD-YYYY'"
12933
+ "default": "'MM-DD-YYYY'",
12934
+ "attribute": "format"
12934
12935
  },
12935
12936
  {
12936
12937
  "kind": "method",
@@ -12970,23 +12971,26 @@
12970
12971
  "kind": "field",
12971
12972
  "name": "position",
12972
12973
  "type": {
12973
- "text": "string"
12974
+ "text": "'bottom' | 'top' | 'left' | 'right'"
12974
12975
  },
12975
- "default": "'bottom'"
12976
+ "default": "'bottom'",
12977
+ "attribute": "position"
12976
12978
  },
12977
12979
  {
12978
12980
  "kind": "field",
12979
12981
  "name": "label",
12980
12982
  "type": {
12981
12983
  "text": "string"
12982
- }
12984
+ },
12985
+ "attribute": "label"
12983
12986
  },
12984
12987
  {
12985
12988
  "kind": "field",
12986
12989
  "name": "value",
12987
12990
  "type": {
12988
12991
  "text": "string"
12989
- }
12992
+ },
12993
+ "attribute": "value"
12990
12994
  },
12991
12995
  {
12992
12996
  "kind": "method",
@@ -13008,54 +13012,19 @@
13008
13012
  },
13009
13013
  {
13010
13014
  "kind": "field",
13011
- "name": "currentDate",
13015
+ "name": "disabledDaysOfWeek",
13012
13016
  "type": {
13013
- "text": "any"
13017
+ "text": "number[]"
13014
13018
  },
13015
- "default": "new Day(dayjsDate.toDate(), this.lang)"
13016
- },
13017
- {
13018
- "kind": "field",
13019
- "name": "currentMonth",
13020
- "type": {
13021
- "text": "Calendar"
13022
- }
13023
- },
13024
- {
13025
- "kind": "field",
13026
- "name": "currentYear",
13027
- "type": {
13028
- "text": "number"
13029
- }
13030
- },
13031
- {
13032
- "kind": "field",
13033
- "name": "calendarDropdownClasses",
13034
- "type": {
13035
- "text": "String"
13036
- }
13037
- },
13038
- {
13039
- "kind": "field",
13040
- "name": "formatDate",
13041
- "type": {
13042
- "text": "string"
13043
- }
13044
- },
13045
- {
13046
- "kind": "field",
13047
- "name": "monthList",
13048
- "type": {
13049
- "text": "any"
13050
- }
13019
+ "default": "[]",
13020
+ "privacy": "public"
13051
13021
  },
13052
13022
  {
13053
13023
  "kind": "field",
13054
13024
  "name": "calendar",
13055
13025
  "type": {
13056
13026
  "text": "Calendar"
13057
- },
13058
- "default": "new Calendar(this.currentDate.year, this.currentDate.monthNumber, this.lang)"
13027
+ }
13059
13028
  },
13060
13029
  {
13061
13030
  "kind": "field",
@@ -13097,24 +13066,43 @@
13097
13066
  "name": "substringNumber",
13098
13067
  "type": {
13099
13068
  "text": "number"
13100
- },
13101
- "default": "3"
13069
+ }
13102
13070
  },
13103
13071
  {
13104
13072
  "kind": "method",
13105
- "name": "updateHeaderText"
13073
+ "name": "updateHeaderText",
13074
+ "return": {
13075
+ "type": {
13076
+ "text": "void"
13077
+ }
13078
+ }
13106
13079
  },
13107
13080
  {
13108
13081
  "kind": "method",
13109
- "name": "toggleCalendar"
13082
+ "name": "toggleCalendar",
13083
+ "return": {
13084
+ "type": {
13085
+ "text": "void"
13086
+ }
13087
+ }
13110
13088
  },
13111
13089
  {
13112
13090
  "kind": "method",
13113
- "name": "toggleVisibility"
13091
+ "name": "toggleVisibility",
13092
+ "return": {
13093
+ "type": {
13094
+ "text": "void"
13095
+ }
13096
+ }
13114
13097
  },
13115
13098
  {
13116
13099
  "kind": "method",
13117
13100
  "name": "isSelectedDate",
13101
+ "return": {
13102
+ "type": {
13103
+ "text": "boolean"
13104
+ }
13105
+ },
13118
13106
  "parameters": [
13119
13107
  {
13120
13108
  "name": "date"
@@ -13123,19 +13111,39 @@
13123
13111
  },
13124
13112
  {
13125
13113
  "kind": "method",
13126
- "name": "isCurrentCalendarMonth"
13114
+ "name": "isCurrentCalendarMonth",
13115
+ "return": {
13116
+ "type": {
13117
+ "text": "boolean"
13118
+ }
13119
+ }
13127
13120
  },
13128
13121
  {
13129
13122
  "kind": "method",
13130
- "name": "prevMonth"
13123
+ "name": "prevMonth",
13124
+ "return": {
13125
+ "type": {
13126
+ "text": "void"
13127
+ }
13128
+ }
13131
13129
  },
13132
13130
  {
13133
13131
  "kind": "method",
13134
- "name": "nextMonth"
13132
+ "name": "nextMonth",
13133
+ "return": {
13134
+ "type": {
13135
+ "text": "void"
13136
+ }
13137
+ }
13135
13138
  },
13136
13139
  {
13137
13140
  "kind": "method",
13138
13141
  "name": "selectDay",
13142
+ "return": {
13143
+ "type": {
13144
+ "text": "void"
13145
+ }
13146
+ },
13139
13147
  "parameters": [
13140
13148
  {
13141
13149
  "name": "day"
@@ -13144,7 +13152,12 @@
13144
13152
  },
13145
13153
  {
13146
13154
  "kind": "method",
13147
- "name": "getMonthDaysGrid"
13155
+ "name": "getMonthDaysGrid",
13156
+ "return": {
13157
+ "type": {
13158
+ "text": "Day[]"
13159
+ }
13160
+ }
13148
13161
  },
13149
13162
  {
13150
13163
  "kind": "field",
@@ -13265,6 +13278,41 @@
13265
13278
  "text": "string"
13266
13279
  },
13267
13280
  "default": "'MM-DD-YYYY'",
13281
+ "fieldName": "format",
13282
+ "description": "date format that will be displayed."
13283
+ },
13284
+ {
13285
+ "name": "position",
13286
+ "type": {
13287
+ "text": "'bottom' | 'top' | 'left' | 'right'"
13288
+ },
13289
+ "default": "'bottom'",
13290
+ "fieldName": "position",
13291
+ "description": "positions the calendar picker relative to the input control."
13292
+ },
13293
+ {
13294
+ "name": "label",
13295
+ "type": {
13296
+ "text": "string"
13297
+ },
13298
+ "fieldName": "label",
13299
+ "description": "the label that will be displayed next to the date input text field"
13300
+ },
13301
+ {
13302
+ "name": "value",
13303
+ "type": {
13304
+ "text": "string"
13305
+ },
13306
+ "fieldName": "value",
13307
+ "description": "sets the value of the date picker"
13308
+ },
13309
+ {
13310
+ "name": "format",
13311
+ "type": {
13312
+ "text": "string"
13313
+ },
13314
+ "default": "'MM-DD-YYYY'",
13315
+ "attribute": "format",
13268
13316
  "fieldName": "format"
13269
13317
  },
13270
13318
  {
@@ -13286,9 +13334,10 @@
13286
13334
  {
13287
13335
  "name": "position",
13288
13336
  "type": {
13289
- "text": "string"
13337
+ "text": "'bottom' | 'top' | 'left' | 'right'"
13290
13338
  },
13291
13339
  "default": "'bottom'",
13340
+ "attribute": "position",
13292
13341
  "fieldName": "position"
13293
13342
  },
13294
13343
  {
@@ -13296,6 +13345,7 @@
13296
13345
  "type": {
13297
13346
  "text": "string"
13298
13347
  },
13348
+ "attribute": "label",
13299
13349
  "fieldName": "label"
13300
13350
  },
13301
13351
  {
@@ -13303,6 +13353,7 @@
13303
13353
  "type": {
13304
13354
  "text": "string"
13305
13355
  },
13356
+ "attribute": "value",
13306
13357
  "fieldName": "value"
13307
13358
  }
13308
13359
  ],
@@ -13368,7 +13419,7 @@
13368
13419
  "kind": "field",
13369
13420
  "name": "Date",
13370
13421
  "type": {
13371
- "text": "Object"
13422
+ "text": "Date"
13372
13423
  },
13373
13424
  "default": "date"
13374
13425
  },
@@ -13466,6 +13517,140 @@
13466
13517
  }
13467
13518
  ]
13468
13519
  },
13520
+ {
13521
+ "kind": "javascript-module",
13522
+ "path": "src/date-picker/day.util.ts",
13523
+ "declarations": [
13524
+ {
13525
+ "kind": "function",
13526
+ "name": "getNextDay",
13527
+ "return": {
13528
+ "type": {
13529
+ "text": "Date"
13530
+ }
13531
+ },
13532
+ "parameters": [
13533
+ {
13534
+ "name": "date",
13535
+ "type": {
13536
+ "text": "Date"
13537
+ }
13538
+ },
13539
+ {
13540
+ "name": "numDays",
13541
+ "default": "1"
13542
+ }
13543
+ ]
13544
+ },
13545
+ {
13546
+ "kind": "function",
13547
+ "name": "getPreviousDay",
13548
+ "return": {
13549
+ "type": {
13550
+ "text": "Date"
13551
+ }
13552
+ },
13553
+ "parameters": [
13554
+ {
13555
+ "name": "date",
13556
+ "type": {
13557
+ "text": "Date"
13558
+ }
13559
+ },
13560
+ {
13561
+ "name": "numDays",
13562
+ "default": "1"
13563
+ }
13564
+ ]
13565
+ },
13566
+ {
13567
+ "kind": "function",
13568
+ "name": "isDayEnabled",
13569
+ "return": {
13570
+ "type": {
13571
+ "text": "boolean"
13572
+ }
13573
+ },
13574
+ "parameters": [
13575
+ {
13576
+ "name": "disabledDays",
13577
+ "type": {
13578
+ "text": "number[]"
13579
+ }
13580
+ },
13581
+ {
13582
+ "name": "day",
13583
+ "type": {
13584
+ "text": "Day"
13585
+ }
13586
+ }
13587
+ ]
13588
+ },
13589
+ {
13590
+ "kind": "function",
13591
+ "name": "getNextEnabledDay",
13592
+ "return": {
13593
+ "type": {
13594
+ "text": "Day"
13595
+ }
13596
+ },
13597
+ "parameters": [
13598
+ {
13599
+ "name": "disabledDaysOfWeek",
13600
+ "type": {
13601
+ "text": "number[]"
13602
+ }
13603
+ },
13604
+ {
13605
+ "name": "currentDate",
13606
+ "type": {
13607
+ "text": "Day"
13608
+ }
13609
+ },
13610
+ {
13611
+ "name": "lang",
13612
+ "type": {
13613
+ "text": "string"
13614
+ }
13615
+ }
13616
+ ]
13617
+ }
13618
+ ],
13619
+ "exports": [
13620
+ {
13621
+ "kind": "js",
13622
+ "name": "getNextDay",
13623
+ "declaration": {
13624
+ "name": "getNextDay",
13625
+ "module": "src/date-picker/day.util.ts"
13626
+ }
13627
+ },
13628
+ {
13629
+ "kind": "js",
13630
+ "name": "getPreviousDay",
13631
+ "declaration": {
13632
+ "name": "getPreviousDay",
13633
+ "module": "src/date-picker/day.util.ts"
13634
+ }
13635
+ },
13636
+ {
13637
+ "kind": "js",
13638
+ "name": "isDayEnabled",
13639
+ "declaration": {
13640
+ "name": "isDayEnabled",
13641
+ "module": "src/date-picker/day.util.ts"
13642
+ }
13643
+ },
13644
+ {
13645
+ "kind": "js",
13646
+ "name": "getNextEnabledDay",
13647
+ "declaration": {
13648
+ "name": "getNextEnabledDay",
13649
+ "module": "src/date-picker/day.util.ts"
13650
+ }
13651
+ }
13652
+ ]
13653
+ },
13469
13654
  {
13470
13655
  "kind": "javascript-module",
13471
13656
  "path": "src/date-picker/index.ts",
@@ -13546,6 +13731,11 @@
13546
13731
  {
13547
13732
  "kind": "method",
13548
13733
  "name": "getDay",
13734
+ "return": {
13735
+ "type": {
13736
+ "text": "Day"
13737
+ }
13738
+ },
13549
13739
  "parameters": [
13550
13740
  {
13551
13741
  "name": "date"
@@ -15470,52 +15660,35 @@
15470
15660
  },
15471
15661
  {
15472
15662
  "kind": "javascript-module",
15473
- "path": "src/error-banner/error-banner.template.ts",
15663
+ "path": "src/error-boundary/error-boundary.template.ts",
15474
15664
  "declarations": [
15475
- {
15476
- "kind": "function",
15477
- "name": "getPrefixedErrorBanner",
15478
- "parameters": [
15479
- {
15480
- "name": "prefix",
15481
- "type": {
15482
- "text": "string"
15483
- }
15484
- }
15485
- ]
15486
- },
15487
15665
  {
15488
15666
  "kind": "variable",
15489
- "name": "foundationErrorBannerTemplate",
15490
- "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
15667
+ "name": "foundationErrorBoundaryTemplate",
15668
+ "type": {
15669
+ "text": "ViewTemplate<ErrorBoundary>"
15670
+ },
15671
+ "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
15491
15672
  }
15492
15673
  ],
15493
15674
  "exports": [
15494
15675
  {
15495
15676
  "kind": "js",
15496
- "name": "getPrefixedErrorBanner",
15497
- "declaration": {
15498
- "name": "getPrefixedErrorBanner",
15499
- "module": "src/error-banner/error-banner.template.ts"
15500
- }
15501
- },
15502
- {
15503
- "kind": "js",
15504
- "name": "foundationErrorBannerTemplate",
15677
+ "name": "foundationErrorBoundaryTemplate",
15505
15678
  "declaration": {
15506
- "name": "foundationErrorBannerTemplate",
15507
- "module": "src/error-banner/error-banner.template.ts"
15679
+ "name": "foundationErrorBoundaryTemplate",
15680
+ "module": "src/error-boundary/error-boundary.template.ts"
15508
15681
  }
15509
15682
  }
15510
15683
  ]
15511
15684
  },
15512
15685
  {
15513
15686
  "kind": "javascript-module",
15514
- "path": "src/error-banner/error-banner.ts",
15687
+ "path": "src/error-boundary/error-boundary.ts",
15515
15688
  "declarations": [
15516
15689
  {
15517
15690
  "kind": "variable",
15518
- "name": "foundationErrorBannerShadowOptions",
15691
+ "name": "foundationErrorBoundaryShadowOptions",
15519
15692
  "type": {
15520
15693
  "text": "ShadowRootInit"
15521
15694
  },
@@ -15524,35 +15697,51 @@
15524
15697
  {
15525
15698
  "kind": "class",
15526
15699
  "description": "",
15527
- "name": "ErrorBanner",
15700
+ "name": "ErrorBoundary",
15528
15701
  "members": [
15529
15702
  {
15530
15703
  "kind": "field",
15531
- "name": "banner",
15704
+ "name": "logger",
15705
+ "privacy": "private"
15706
+ },
15707
+ {
15708
+ "kind": "field",
15709
+ "name": "errorBoundary",
15532
15710
  "type": {
15533
- "text": "HTMLElement & { dismiss: () => Promise<void> }"
15534
- },
15711
+ "text": "HTMLElement"
15712
+ }
15713
+ },
15714
+ {
15715
+ "kind": "field",
15716
+ "name": "resourceName",
15717
+ "description": "The resource name holding new and existing notifications",
15535
15718
  "privacy": "public"
15536
15719
  },
15537
15720
  {
15538
15721
  "kind": "field",
15539
- "name": "error",
15722
+ "name": "closeTimeout",
15540
15723
  "type": {
15541
- "text": "ErrorStructure"
15542
- }
15724
+ "text": "number"
15725
+ },
15726
+ "default": "0",
15727
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15728
+ "privacy": "public"
15543
15729
  },
15544
15730
  {
15545
15731
  "kind": "field",
15546
- "name": "notification",
15732
+ "name": "dataSub",
15547
15733
  "type": {
15548
- "text": "NotificationStructure"
15549
- }
15734
+ "text": "Subscription"
15735
+ },
15736
+ "privacy": "protected"
15550
15737
  },
15551
15738
  {
15552
- "kind": "method",
15553
- "name": "dismiss",
15554
- "privacy": "public",
15555
- "description": "Dismiss the Error Banner from display."
15739
+ "kind": "field",
15740
+ "name": "datasource",
15741
+ "type": {
15742
+ "text": "Datasource"
15743
+ },
15744
+ "privacy": "private"
15556
15745
  },
15557
15746
  {
15558
15747
  "kind": "field",
@@ -15666,51 +15855,67 @@
15666
15855
  }
15667
15856
  }
15668
15857
  ],
15858
+ "attributes": [
15859
+ {
15860
+ "name": "resource-name",
15861
+ "description": "The resource name holding new and existing notifications",
15862
+ "fieldName": "resourceName"
15863
+ },
15864
+ {
15865
+ "name": "close-timeout",
15866
+ "type": {
15867
+ "text": "number"
15868
+ },
15869
+ "default": "0",
15870
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15871
+ "fieldName": "closeTimeout"
15872
+ }
15873
+ ],
15669
15874
  "superclass": {
15670
15875
  "name": "FoundationElement",
15671
15876
  "package": "@microsoft/fast-foundation"
15672
15877
  },
15673
- "tagName": "%%prefix%%-error-banner",
15674
15878
  "deprecated": "true",
15879
+ "tagName": "%%prefix%%-error-boundary",
15675
15880
  "customElement": true
15676
15881
  },
15677
15882
  {
15678
15883
  "kind": "variable",
15679
- "name": "foundationErrorBanner",
15680
- "description": "The Foundation Error Banner",
15884
+ "name": "foundationErrorBoundary",
15885
+ "description": "The Foundation Error Boundary",
15681
15886
  "privacy": "public"
15682
15887
  }
15683
15888
  ],
15684
15889
  "exports": [
15685
15890
  {
15686
15891
  "kind": "js",
15687
- "name": "foundationErrorBannerShadowOptions",
15892
+ "name": "foundationErrorBoundaryShadowOptions",
15688
15893
  "declaration": {
15689
- "name": "foundationErrorBannerShadowOptions",
15690
- "module": "src/error-banner/error-banner.ts"
15894
+ "name": "foundationErrorBoundaryShadowOptions",
15895
+ "module": "src/error-boundary/error-boundary.ts"
15691
15896
  }
15692
15897
  },
15693
15898
  {
15694
15899
  "kind": "js",
15695
- "name": "ErrorBanner",
15900
+ "name": "ErrorBoundary",
15696
15901
  "declaration": {
15697
- "name": "ErrorBanner",
15698
- "module": "src/error-banner/error-banner.ts"
15902
+ "name": "ErrorBoundary",
15903
+ "module": "src/error-boundary/error-boundary.ts"
15699
15904
  }
15700
15905
  },
15701
15906
  {
15702
15907
  "kind": "js",
15703
- "name": "foundationErrorBanner",
15908
+ "name": "foundationErrorBoundary",
15704
15909
  "declaration": {
15705
- "name": "foundationErrorBanner",
15706
- "module": "src/error-banner/error-banner.ts"
15910
+ "name": "foundationErrorBoundary",
15911
+ "module": "src/error-boundary/error-boundary.ts"
15707
15912
  }
15708
15913
  }
15709
15914
  ]
15710
15915
  },
15711
15916
  {
15712
15917
  "kind": "javascript-module",
15713
- "path": "src/error-banner/index.ts",
15918
+ "path": "src/error-boundary/index.ts",
15714
15919
  "declarations": [],
15715
15920
  "exports": [
15716
15921
  {
@@ -15718,7 +15923,7 @@
15718
15923
  "name": "*",
15719
15924
  "declaration": {
15720
15925
  "name": "*",
15721
- "package": "./error-banner.template"
15926
+ "package": "./error-boundary.template"
15722
15927
  }
15723
15928
  },
15724
15929
  {
@@ -15726,42 +15931,75 @@
15726
15931
  "name": "*",
15727
15932
  "declaration": {
15728
15933
  "name": "*",
15729
- "package": "./error-banner"
15934
+ "package": "./error-boundary"
15935
+ }
15936
+ },
15937
+ {
15938
+ "kind": "js",
15939
+ "name": "ErrorBoundaryEvent",
15940
+ "declaration": {
15941
+ "name": "ErrorBoundaryEvent",
15942
+ "package": "@genesislcap/foundation-errors"
15943
+ }
15944
+ },
15945
+ {
15946
+ "kind": "js",
15947
+ "name": "ErrorStructure",
15948
+ "declaration": {
15949
+ "name": "ErrorStructure",
15950
+ "package": "@genesislcap/foundation-errors"
15730
15951
  }
15731
15952
  }
15732
15953
  ]
15733
15954
  },
15734
15955
  {
15735
15956
  "kind": "javascript-module",
15736
- "path": "src/error-boundary/error-boundary.template.ts",
15957
+ "path": "src/error-banner/error-banner.template.ts",
15737
15958
  "declarations": [
15959
+ {
15960
+ "kind": "function",
15961
+ "name": "getPrefixedErrorBanner",
15962
+ "parameters": [
15963
+ {
15964
+ "name": "prefix",
15965
+ "type": {
15966
+ "text": "string"
15967
+ }
15968
+ }
15969
+ ]
15970
+ },
15738
15971
  {
15739
15972
  "kind": "variable",
15740
- "name": "foundationErrorBoundaryTemplate",
15741
- "type": {
15742
- "text": "ViewTemplate<ErrorBoundary>"
15743
- },
15744
- "default": "html`\n <template ${ref('errorBoundary')}>\n <slot></slot>\n </template>\n`"
15973
+ "name": "foundationErrorBannerTemplate",
15974
+ "default": "html<ErrorBanner>`\n ${(x) => getPrefixedErrorBanner(getPrefix(x))}\n`"
15745
15975
  }
15746
15976
  ],
15747
15977
  "exports": [
15748
15978
  {
15749
15979
  "kind": "js",
15750
- "name": "foundationErrorBoundaryTemplate",
15980
+ "name": "getPrefixedErrorBanner",
15751
15981
  "declaration": {
15752
- "name": "foundationErrorBoundaryTemplate",
15753
- "module": "src/error-boundary/error-boundary.template.ts"
15982
+ "name": "getPrefixedErrorBanner",
15983
+ "module": "src/error-banner/error-banner.template.ts"
15984
+ }
15985
+ },
15986
+ {
15987
+ "kind": "js",
15988
+ "name": "foundationErrorBannerTemplate",
15989
+ "declaration": {
15990
+ "name": "foundationErrorBannerTemplate",
15991
+ "module": "src/error-banner/error-banner.template.ts"
15754
15992
  }
15755
15993
  }
15756
15994
  ]
15757
15995
  },
15758
15996
  {
15759
15997
  "kind": "javascript-module",
15760
- "path": "src/error-boundary/error-boundary.ts",
15998
+ "path": "src/error-banner/error-banner.ts",
15761
15999
  "declarations": [
15762
16000
  {
15763
16001
  "kind": "variable",
15764
- "name": "foundationErrorBoundaryShadowOptions",
16002
+ "name": "foundationErrorBannerShadowOptions",
15765
16003
  "type": {
15766
16004
  "text": "ShadowRootInit"
15767
16005
  },
@@ -15770,51 +16008,35 @@
15770
16008
  {
15771
16009
  "kind": "class",
15772
16010
  "description": "",
15773
- "name": "ErrorBoundary",
16011
+ "name": "ErrorBanner",
15774
16012
  "members": [
15775
16013
  {
15776
16014
  "kind": "field",
15777
- "name": "logger",
15778
- "privacy": "private"
15779
- },
15780
- {
15781
- "kind": "field",
15782
- "name": "errorBoundary",
16015
+ "name": "banner",
15783
16016
  "type": {
15784
- "text": "HTMLElement"
15785
- }
15786
- },
15787
- {
15788
- "kind": "field",
15789
- "name": "resourceName",
15790
- "description": "The resource name holding new and existing notifications",
16017
+ "text": "HTMLElement & { dismiss: () => Promise<void> }"
16018
+ },
15791
16019
  "privacy": "public"
15792
16020
  },
15793
16021
  {
15794
16022
  "kind": "field",
15795
- "name": "closeTimeout",
16023
+ "name": "error",
15796
16024
  "type": {
15797
- "text": "number"
15798
- },
15799
- "default": "0",
15800
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15801
- "privacy": "public"
16025
+ "text": "ErrorStructure"
16026
+ }
15802
16027
  },
15803
16028
  {
15804
16029
  "kind": "field",
15805
- "name": "dataSub",
16030
+ "name": "notification",
15806
16031
  "type": {
15807
- "text": "Subscription"
15808
- },
15809
- "privacy": "protected"
16032
+ "text": "NotificationStructure"
16033
+ }
15810
16034
  },
15811
16035
  {
15812
- "kind": "field",
15813
- "name": "datasource",
15814
- "type": {
15815
- "text": "Datasource"
15816
- },
15817
- "privacy": "private"
16036
+ "kind": "method",
16037
+ "name": "dismiss",
16038
+ "privacy": "public",
16039
+ "description": "Dismiss the Error Banner from display."
15818
16040
  },
15819
16041
  {
15820
16042
  "kind": "field",
@@ -15928,67 +16150,51 @@
15928
16150
  }
15929
16151
  }
15930
16152
  ],
15931
- "attributes": [
15932
- {
15933
- "name": "resource-name",
15934
- "description": "The resource name holding new and existing notifications",
15935
- "fieldName": "resourceName"
15936
- },
15937
- {
15938
- "name": "close-timeout",
15939
- "type": {
15940
- "text": "number"
15941
- },
15942
- "default": "0",
15943
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
15944
- "fieldName": "closeTimeout"
15945
- }
15946
- ],
15947
16153
  "superclass": {
15948
16154
  "name": "FoundationElement",
15949
16155
  "package": "@microsoft/fast-foundation"
15950
16156
  },
16157
+ "tagName": "%%prefix%%-error-banner",
15951
16158
  "deprecated": "true",
15952
- "tagName": "%%prefix%%-error-boundary",
15953
16159
  "customElement": true
15954
16160
  },
15955
16161
  {
15956
16162
  "kind": "variable",
15957
- "name": "foundationErrorBoundary",
15958
- "description": "The Foundation Error Boundary",
16163
+ "name": "foundationErrorBanner",
16164
+ "description": "The Foundation Error Banner",
15959
16165
  "privacy": "public"
15960
16166
  }
15961
16167
  ],
15962
16168
  "exports": [
15963
16169
  {
15964
16170
  "kind": "js",
15965
- "name": "foundationErrorBoundaryShadowOptions",
16171
+ "name": "foundationErrorBannerShadowOptions",
15966
16172
  "declaration": {
15967
- "name": "foundationErrorBoundaryShadowOptions",
15968
- "module": "src/error-boundary/error-boundary.ts"
16173
+ "name": "foundationErrorBannerShadowOptions",
16174
+ "module": "src/error-banner/error-banner.ts"
15969
16175
  }
15970
16176
  },
15971
16177
  {
15972
16178
  "kind": "js",
15973
- "name": "ErrorBoundary",
16179
+ "name": "ErrorBanner",
15974
16180
  "declaration": {
15975
- "name": "ErrorBoundary",
15976
- "module": "src/error-boundary/error-boundary.ts"
16181
+ "name": "ErrorBanner",
16182
+ "module": "src/error-banner/error-banner.ts"
15977
16183
  }
15978
16184
  },
15979
16185
  {
15980
16186
  "kind": "js",
15981
- "name": "foundationErrorBoundary",
16187
+ "name": "foundationErrorBanner",
15982
16188
  "declaration": {
15983
- "name": "foundationErrorBoundary",
15984
- "module": "src/error-boundary/error-boundary.ts"
16189
+ "name": "foundationErrorBanner",
16190
+ "module": "src/error-banner/error-banner.ts"
15985
16191
  }
15986
16192
  }
15987
16193
  ]
15988
16194
  },
15989
16195
  {
15990
16196
  "kind": "javascript-module",
15991
- "path": "src/error-boundary/index.ts",
16197
+ "path": "src/error-banner/index.ts",
15992
16198
  "declarations": [],
15993
16199
  "exports": [
15994
16200
  {
@@ -15996,7 +16202,7 @@
15996
16202
  "name": "*",
15997
16203
  "declaration": {
15998
16204
  "name": "*",
15999
- "package": "./error-boundary.template"
16205
+ "package": "./error-banner.template"
16000
16206
  }
16001
16207
  },
16002
16208
  {
@@ -16004,23 +16210,7 @@
16004
16210
  "name": "*",
16005
16211
  "declaration": {
16006
16212
  "name": "*",
16007
- "package": "./error-boundary"
16008
- }
16009
- },
16010
- {
16011
- "kind": "js",
16012
- "name": "ErrorBoundaryEvent",
16013
- "declaration": {
16014
- "name": "ErrorBoundaryEvent",
16015
- "package": "@genesislcap/foundation-errors"
16016
- }
16017
- },
16018
- {
16019
- "kind": "js",
16020
- "name": "ErrorStructure",
16021
- "declaration": {
16022
- "name": "ErrorStructure",
16023
- "package": "@genesislcap/foundation-errors"
16213
+ "package": "./error-banner"
16024
16214
  }
16025
16215
  }
16026
16216
  ]
@@ -18161,194 +18351,83 @@
18161
18351
  },
18162
18352
  {
18163
18353
  "kind": "javascript-module",
18164
- "path": "src/flipper/flipper.styles.ts",
18354
+ "path": "src/flex-layout/flex-layout.styles.ts",
18165
18355
  "declarations": [
18166
18356
  {
18167
- "kind": "function",
18168
- "name": "foundationFlipperStyles",
18169
- "return": {
18170
- "type": {
18171
- "text": "ElementStyles"
18172
- }
18357
+ "kind": "variable",
18358
+ "name": "foundationFlexLayoutStyles",
18359
+ "type": {
18360
+ "text": "ElementStyles"
18173
18361
  },
18174
- "parameters": [
18175
- {
18176
- "name": "context",
18177
- "type": {
18178
- "text": "ElementDefinitionContext"
18179
- }
18180
- },
18181
- {
18182
- "name": "definition",
18183
- "type": {
18184
- "text": "FlipperOptions"
18185
- }
18186
- }
18187
- ]
18362
+ "default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
18188
18363
  }
18189
18364
  ],
18190
18365
  "exports": [
18191
18366
  {
18192
18367
  "kind": "js",
18193
- "name": "foundationFlipperStyles",
18368
+ "name": "foundationFlexLayoutStyles",
18194
18369
  "declaration": {
18195
- "name": "foundationFlipperStyles",
18196
- "module": "src/flipper/flipper.styles.ts"
18370
+ "name": "foundationFlexLayoutStyles",
18371
+ "module": "src/flex-layout/flex-layout.styles.ts"
18197
18372
  }
18198
18373
  }
18199
18374
  ]
18200
18375
  },
18201
18376
  {
18202
18377
  "kind": "javascript-module",
18203
- "path": "src/flipper/flipper.template.ts",
18378
+ "path": "src/flex-layout/flex-layout.template.ts",
18204
18379
  "declarations": [
18205
18380
  {
18206
- "kind": "function",
18207
- "name": "foundationFlipperTemplate",
18208
- "return": {
18209
- "type": {
18210
- "text": "ViewTemplate<Flipper>"
18211
- }
18381
+ "kind": "variable",
18382
+ "name": "foundationFlexLayoutTemplate",
18383
+ "type": {
18384
+ "text": "ViewTemplate<FlexLayout>"
18212
18385
  },
18213
- "parameters": [
18214
- {
18215
- "name": "context",
18216
- "type": {
18217
- "text": "ElementDefinitionContext"
18218
- }
18219
- },
18220
- {
18221
- "name": "definition",
18222
- "type": {
18223
- "text": "FlipperOptions"
18224
- }
18225
- }
18226
- ]
18386
+ "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
18227
18387
  }
18228
18388
  ],
18229
18389
  "exports": [
18230
18390
  {
18231
18391
  "kind": "js",
18232
- "name": "foundationFlipperTemplate",
18392
+ "name": "foundationFlexLayoutTemplate",
18233
18393
  "declaration": {
18234
- "name": "foundationFlipperTemplate",
18235
- "module": "src/flipper/flipper.template.ts"
18394
+ "name": "foundationFlexLayoutTemplate",
18395
+ "module": "src/flex-layout/flex-layout.template.ts"
18236
18396
  }
18237
18397
  }
18238
18398
  ]
18239
18399
  },
18240
18400
  {
18241
18401
  "kind": "javascript-module",
18242
- "path": "src/flipper/flipper.ts",
18402
+ "path": "src/flex-layout/flex-layout.ts",
18243
18403
  "declarations": [
18404
+ {
18405
+ "kind": "variable",
18406
+ "name": "foundationFlexLayoutShadowOptions",
18407
+ "type": {
18408
+ "text": "ShadowRootInit"
18409
+ },
18410
+ "default": "undefined"
18411
+ },
18412
+ {
18413
+ "kind": "variable",
18414
+ "name": "defaultFlexLayoutConfig",
18415
+ "type": {
18416
+ "text": "object"
18417
+ },
18418
+ "default": "{}"
18419
+ },
18244
18420
  {
18245
18421
  "kind": "class",
18246
18422
  "description": "",
18247
- "name": "Flipper",
18423
+ "name": "FlexLayout",
18248
18424
  "superclass": {
18249
- "name": "FASTFlipper",
18250
- "package": "@microsoft/fast-components"
18425
+ "name": "FoundationElement",
18426
+ "package": "@microsoft/fast-foundation"
18251
18427
  },
18252
- "tagName": "%%prefix%%-flipper",
18428
+ "tagName": "%%prefix%%-flex-layout",
18253
18429
  "customElement": true,
18254
- "attributes": [
18255
- {
18256
- "type": {
18257
- "text": "boolean"
18258
- },
18259
- "description": "The disabled state of the flipper.",
18260
- "fieldName": "disabled",
18261
- "inheritedFrom": {
18262
- "name": "Flipper",
18263
- "module": "src/flipper/flipper.ts"
18264
- }
18265
- },
18266
- {
18267
- "name": "aria-hidden",
18268
- "type": {
18269
- "text": "boolean"
18270
- },
18271
- "default": "true",
18272
- "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18273
- "fieldName": "hiddenFromAT",
18274
- "inheritedFrom": {
18275
- "name": "Flipper",
18276
- "module": "src/flipper/flipper.ts"
18277
- }
18278
- },
18279
- {
18280
- "name": "direction",
18281
- "type": {
18282
- "text": "FlipperDirection"
18283
- },
18284
- "description": "The direction that the flipper implies navigating.",
18285
- "fieldName": "direction",
18286
- "inheritedFrom": {
18287
- "name": "Flipper",
18288
- "module": "src/flipper/flipper.ts"
18289
- }
18290
- }
18291
- ],
18292
18430
  "members": [
18293
- {
18294
- "kind": "field",
18295
- "name": "disabled",
18296
- "type": {
18297
- "text": "boolean"
18298
- },
18299
- "privacy": "public",
18300
- "description": "The disabled state of the flipper.",
18301
- "inheritedFrom": {
18302
- "name": "Flipper",
18303
- "module": "src/flipper/flipper.ts"
18304
- }
18305
- },
18306
- {
18307
- "kind": "field",
18308
- "name": "hiddenFromAT",
18309
- "type": {
18310
- "text": "boolean"
18311
- },
18312
- "privacy": "public",
18313
- "default": "true",
18314
- "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18315
- "inheritedFrom": {
18316
- "name": "Flipper",
18317
- "module": "src/flipper/flipper.ts"
18318
- }
18319
- },
18320
- {
18321
- "kind": "field",
18322
- "name": "direction",
18323
- "type": {
18324
- "text": "FlipperDirection"
18325
- },
18326
- "privacy": "public",
18327
- "description": "The direction that the flipper implies navigating.",
18328
- "inheritedFrom": {
18329
- "name": "Flipper",
18330
- "module": "src/flipper/flipper.ts"
18331
- }
18332
- },
18333
- {
18334
- "kind": "method",
18335
- "name": "keyupHandler",
18336
- "privacy": "public",
18337
- "parameters": [
18338
- {
18339
- "name": "e",
18340
- "type": {
18341
- "text": "Event & KeyboardEvent"
18342
- },
18343
- "description": "Keyboard event"
18344
- }
18345
- ],
18346
- "description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
18347
- "inheritedFrom": {
18348
- "name": "Flipper",
18349
- "module": "src/flipper/flipper.ts"
18350
- }
18351
- },
18352
18431
  {
18353
18432
  "kind": "field",
18354
18433
  "name": "_presentation",
@@ -18460,79 +18539,59 @@
18460
18539
  "module": "src/foundation-element/foundation-element.ts"
18461
18540
  }
18462
18541
  }
18463
- ],
18464
- "events": [
18465
- {
18466
- "description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
18467
- "name": "click",
18468
- "inheritedFrom": {
18469
- "name": "Flipper",
18470
- "module": "src/flipper/flipper.ts"
18471
- }
18472
- }
18473
18542
  ]
18474
18543
  },
18475
18544
  {
18476
18545
  "kind": "variable",
18477
- "name": "foundationFlipperShadowOptions",
18478
- "type": {
18479
- "text": "ShadowRootInit"
18480
- },
18481
- "default": "undefined"
18482
- },
18483
- {
18484
- "kind": "variable",
18485
- "name": "defaultFlipperConfig",
18486
- "type": {
18487
- "text": "object"
18488
- },
18489
- "default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
18490
- },
18491
- {
18492
- "kind": "variable",
18493
- "name": "foundationFlipper",
18494
- "description": "The Foundation Flipper",
18546
+ "name": "foundationFlexLayout",
18547
+ "description": "The Foundation Flex Layout",
18495
18548
  "privacy": "public"
18496
18549
  }
18497
18550
  ],
18498
18551
  "exports": [
18499
18552
  {
18500
18553
  "kind": "js",
18501
- "name": "Flipper",
18554
+ "name": "foundationFlexLayoutShadowOptions",
18502
18555
  "declaration": {
18503
- "name": "Flipper",
18504
- "module": "src/flipper/flipper.ts"
18556
+ "name": "foundationFlexLayoutShadowOptions",
18557
+ "module": "src/flex-layout/flex-layout.ts"
18505
18558
  }
18506
18559
  },
18507
18560
  {
18508
18561
  "kind": "js",
18509
- "name": "foundationFlipperShadowOptions",
18562
+ "name": "defaultFlexLayoutConfig",
18510
18563
  "declaration": {
18511
- "name": "foundationFlipperShadowOptions",
18512
- "module": "src/flipper/flipper.ts"
18564
+ "name": "defaultFlexLayoutConfig",
18565
+ "module": "src/flex-layout/flex-layout.ts"
18513
18566
  }
18514
18567
  },
18515
18568
  {
18516
18569
  "kind": "js",
18517
- "name": "defaultFlipperConfig",
18570
+ "name": "FlexLayout",
18518
18571
  "declaration": {
18519
- "name": "defaultFlipperConfig",
18520
- "module": "src/flipper/flipper.ts"
18572
+ "name": "FlexLayout",
18573
+ "module": "src/flex-layout/flex-layout.ts"
18521
18574
  }
18522
18575
  },
18523
18576
  {
18524
18577
  "kind": "js",
18525
- "name": "foundationFlipper",
18578
+ "name": "foundationFlexLayout",
18526
18579
  "declaration": {
18527
- "name": "foundationFlipper",
18528
- "module": "src/flipper/flipper.ts"
18580
+ "name": "foundationFlexLayout",
18581
+ "module": "src/flex-layout/flex-layout.ts"
18529
18582
  }
18530
18583
  }
18531
18584
  ]
18532
18585
  },
18533
18586
  {
18534
18587
  "kind": "javascript-module",
18535
- "path": "src/flipper/index.ts",
18588
+ "path": "src/flex-layout/flex-layout.types.ts",
18589
+ "declarations": [],
18590
+ "exports": []
18591
+ },
18592
+ {
18593
+ "kind": "javascript-module",
18594
+ "path": "src/flex-layout/index.ts",
18536
18595
  "declarations": [],
18537
18596
  "exports": [
18538
18597
  {
@@ -18540,7 +18599,7 @@
18540
18599
  "name": "*",
18541
18600
  "declaration": {
18542
18601
  "name": "*",
18543
- "package": "./flipper.template"
18602
+ "package": "./flex-layout.template"
18544
18603
  }
18545
18604
  },
18546
18605
  {
@@ -18548,7 +18607,7 @@
18548
18607
  "name": "*",
18549
18608
  "declaration": {
18550
18609
  "name": "*",
18551
- "package": "./flipper.styles"
18610
+ "package": "./flex-layout.styles"
18552
18611
  }
18553
18612
  },
18554
18613
  {
@@ -18556,90 +18615,209 @@
18556
18615
  "name": "*",
18557
18616
  "declaration": {
18558
18617
  "name": "*",
18559
- "package": "./flipper"
18618
+ "package": "./flex-layout"
18619
+ }
18620
+ },
18621
+ {
18622
+ "kind": "js",
18623
+ "name": "*",
18624
+ "declaration": {
18625
+ "name": "*",
18626
+ "package": "./flex-layout.types"
18560
18627
  }
18561
18628
  }
18562
18629
  ]
18563
18630
  },
18564
18631
  {
18565
18632
  "kind": "javascript-module",
18566
- "path": "src/flex-layout/flex-layout.styles.ts",
18633
+ "path": "src/flipper/flipper.styles.ts",
18567
18634
  "declarations": [
18568
18635
  {
18569
- "kind": "variable",
18570
- "name": "foundationFlexLayoutStyles",
18571
- "type": {
18572
- "text": "ElementStyles"
18636
+ "kind": "function",
18637
+ "name": "foundationFlipperStyles",
18638
+ "return": {
18639
+ "type": {
18640
+ "text": "ElementStyles"
18641
+ }
18573
18642
  },
18574
- "default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
18643
+ "parameters": [
18644
+ {
18645
+ "name": "context",
18646
+ "type": {
18647
+ "text": "ElementDefinitionContext"
18648
+ }
18649
+ },
18650
+ {
18651
+ "name": "definition",
18652
+ "type": {
18653
+ "text": "FlipperOptions"
18654
+ }
18655
+ }
18656
+ ]
18575
18657
  }
18576
18658
  ],
18577
18659
  "exports": [
18578
18660
  {
18579
18661
  "kind": "js",
18580
- "name": "foundationFlexLayoutStyles",
18662
+ "name": "foundationFlipperStyles",
18581
18663
  "declaration": {
18582
- "name": "foundationFlexLayoutStyles",
18583
- "module": "src/flex-layout/flex-layout.styles.ts"
18664
+ "name": "foundationFlipperStyles",
18665
+ "module": "src/flipper/flipper.styles.ts"
18584
18666
  }
18585
18667
  }
18586
18668
  ]
18587
18669
  },
18588
18670
  {
18589
18671
  "kind": "javascript-module",
18590
- "path": "src/flex-layout/flex-layout.template.ts",
18672
+ "path": "src/flipper/flipper.template.ts",
18591
18673
  "declarations": [
18592
18674
  {
18593
- "kind": "variable",
18594
- "name": "foundationFlexLayoutTemplate",
18595
- "type": {
18596
- "text": "ViewTemplate<FlexLayout>"
18675
+ "kind": "function",
18676
+ "name": "foundationFlipperTemplate",
18677
+ "return": {
18678
+ "type": {
18679
+ "text": "ViewTemplate<Flipper>"
18680
+ }
18597
18681
  },
18598
- "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
18682
+ "parameters": [
18683
+ {
18684
+ "name": "context",
18685
+ "type": {
18686
+ "text": "ElementDefinitionContext"
18687
+ }
18688
+ },
18689
+ {
18690
+ "name": "definition",
18691
+ "type": {
18692
+ "text": "FlipperOptions"
18693
+ }
18694
+ }
18695
+ ]
18599
18696
  }
18600
18697
  ],
18601
18698
  "exports": [
18602
18699
  {
18603
18700
  "kind": "js",
18604
- "name": "foundationFlexLayoutTemplate",
18701
+ "name": "foundationFlipperTemplate",
18605
18702
  "declaration": {
18606
- "name": "foundationFlexLayoutTemplate",
18607
- "module": "src/flex-layout/flex-layout.template.ts"
18703
+ "name": "foundationFlipperTemplate",
18704
+ "module": "src/flipper/flipper.template.ts"
18608
18705
  }
18609
18706
  }
18610
18707
  ]
18611
18708
  },
18612
18709
  {
18613
18710
  "kind": "javascript-module",
18614
- "path": "src/flex-layout/flex-layout.ts",
18711
+ "path": "src/flipper/flipper.ts",
18615
18712
  "declarations": [
18616
- {
18617
- "kind": "variable",
18618
- "name": "foundationFlexLayoutShadowOptions",
18619
- "type": {
18620
- "text": "ShadowRootInit"
18621
- },
18622
- "default": "undefined"
18623
- },
18624
- {
18625
- "kind": "variable",
18626
- "name": "defaultFlexLayoutConfig",
18627
- "type": {
18628
- "text": "object"
18629
- },
18630
- "default": "{}"
18631
- },
18632
18713
  {
18633
18714
  "kind": "class",
18634
18715
  "description": "",
18635
- "name": "FlexLayout",
18716
+ "name": "Flipper",
18636
18717
  "superclass": {
18637
- "name": "FoundationElement",
18638
- "package": "@microsoft/fast-foundation"
18718
+ "name": "FASTFlipper",
18719
+ "package": "@microsoft/fast-components"
18639
18720
  },
18640
- "tagName": "%%prefix%%-flex-layout",
18721
+ "tagName": "%%prefix%%-flipper",
18641
18722
  "customElement": true,
18723
+ "attributes": [
18724
+ {
18725
+ "type": {
18726
+ "text": "boolean"
18727
+ },
18728
+ "description": "The disabled state of the flipper.",
18729
+ "fieldName": "disabled",
18730
+ "inheritedFrom": {
18731
+ "name": "Flipper",
18732
+ "module": "src/flipper/flipper.ts"
18733
+ }
18734
+ },
18735
+ {
18736
+ "name": "aria-hidden",
18737
+ "type": {
18738
+ "text": "boolean"
18739
+ },
18740
+ "default": "true",
18741
+ "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18742
+ "fieldName": "hiddenFromAT",
18743
+ "inheritedFrom": {
18744
+ "name": "Flipper",
18745
+ "module": "src/flipper/flipper.ts"
18746
+ }
18747
+ },
18748
+ {
18749
+ "name": "direction",
18750
+ "type": {
18751
+ "text": "FlipperDirection"
18752
+ },
18753
+ "description": "The direction that the flipper implies navigating.",
18754
+ "fieldName": "direction",
18755
+ "inheritedFrom": {
18756
+ "name": "Flipper",
18757
+ "module": "src/flipper/flipper.ts"
18758
+ }
18759
+ }
18760
+ ],
18642
18761
  "members": [
18762
+ {
18763
+ "kind": "field",
18764
+ "name": "disabled",
18765
+ "type": {
18766
+ "text": "boolean"
18767
+ },
18768
+ "privacy": "public",
18769
+ "description": "The disabled state of the flipper.",
18770
+ "inheritedFrom": {
18771
+ "name": "Flipper",
18772
+ "module": "src/flipper/flipper.ts"
18773
+ }
18774
+ },
18775
+ {
18776
+ "kind": "field",
18777
+ "name": "hiddenFromAT",
18778
+ "type": {
18779
+ "text": "boolean"
18780
+ },
18781
+ "privacy": "public",
18782
+ "default": "true",
18783
+ "description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
18784
+ "inheritedFrom": {
18785
+ "name": "Flipper",
18786
+ "module": "src/flipper/flipper.ts"
18787
+ }
18788
+ },
18789
+ {
18790
+ "kind": "field",
18791
+ "name": "direction",
18792
+ "type": {
18793
+ "text": "FlipperDirection"
18794
+ },
18795
+ "privacy": "public",
18796
+ "description": "The direction that the flipper implies navigating.",
18797
+ "inheritedFrom": {
18798
+ "name": "Flipper",
18799
+ "module": "src/flipper/flipper.ts"
18800
+ }
18801
+ },
18802
+ {
18803
+ "kind": "method",
18804
+ "name": "keyupHandler",
18805
+ "privacy": "public",
18806
+ "parameters": [
18807
+ {
18808
+ "name": "e",
18809
+ "type": {
18810
+ "text": "Event & KeyboardEvent"
18811
+ },
18812
+ "description": "Keyboard event"
18813
+ }
18814
+ ],
18815
+ "description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
18816
+ "inheritedFrom": {
18817
+ "name": "Flipper",
18818
+ "module": "src/flipper/flipper.ts"
18819
+ }
18820
+ },
18643
18821
  {
18644
18822
  "kind": "field",
18645
18823
  "name": "_presentation",
@@ -18751,59 +18929,79 @@
18751
18929
  "module": "src/foundation-element/foundation-element.ts"
18752
18930
  }
18753
18931
  }
18932
+ ],
18933
+ "events": [
18934
+ {
18935
+ "description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
18936
+ "name": "click",
18937
+ "inheritedFrom": {
18938
+ "name": "Flipper",
18939
+ "module": "src/flipper/flipper.ts"
18940
+ }
18941
+ }
18754
18942
  ]
18755
18943
  },
18756
18944
  {
18757
18945
  "kind": "variable",
18758
- "name": "foundationFlexLayout",
18759
- "description": "The Foundation Flex Layout",
18946
+ "name": "foundationFlipperShadowOptions",
18947
+ "type": {
18948
+ "text": "ShadowRootInit"
18949
+ },
18950
+ "default": "undefined"
18951
+ },
18952
+ {
18953
+ "kind": "variable",
18954
+ "name": "defaultFlipperConfig",
18955
+ "type": {
18956
+ "text": "object"
18957
+ },
18958
+ "default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
18959
+ },
18960
+ {
18961
+ "kind": "variable",
18962
+ "name": "foundationFlipper",
18963
+ "description": "The Foundation Flipper",
18760
18964
  "privacy": "public"
18761
18965
  }
18762
18966
  ],
18763
18967
  "exports": [
18764
18968
  {
18765
18969
  "kind": "js",
18766
- "name": "foundationFlexLayoutShadowOptions",
18970
+ "name": "Flipper",
18767
18971
  "declaration": {
18768
- "name": "foundationFlexLayoutShadowOptions",
18769
- "module": "src/flex-layout/flex-layout.ts"
18972
+ "name": "Flipper",
18973
+ "module": "src/flipper/flipper.ts"
18770
18974
  }
18771
18975
  },
18772
18976
  {
18773
18977
  "kind": "js",
18774
- "name": "defaultFlexLayoutConfig",
18978
+ "name": "foundationFlipperShadowOptions",
18775
18979
  "declaration": {
18776
- "name": "defaultFlexLayoutConfig",
18777
- "module": "src/flex-layout/flex-layout.ts"
18980
+ "name": "foundationFlipperShadowOptions",
18981
+ "module": "src/flipper/flipper.ts"
18778
18982
  }
18779
18983
  },
18780
18984
  {
18781
18985
  "kind": "js",
18782
- "name": "FlexLayout",
18986
+ "name": "defaultFlipperConfig",
18783
18987
  "declaration": {
18784
- "name": "FlexLayout",
18785
- "module": "src/flex-layout/flex-layout.ts"
18988
+ "name": "defaultFlipperConfig",
18989
+ "module": "src/flipper/flipper.ts"
18786
18990
  }
18787
18991
  },
18788
18992
  {
18789
18993
  "kind": "js",
18790
- "name": "foundationFlexLayout",
18994
+ "name": "foundationFlipper",
18791
18995
  "declaration": {
18792
- "name": "foundationFlexLayout",
18793
- "module": "src/flex-layout/flex-layout.ts"
18996
+ "name": "foundationFlipper",
18997
+ "module": "src/flipper/flipper.ts"
18794
18998
  }
18795
18999
  }
18796
19000
  ]
18797
19001
  },
18798
19002
  {
18799
19003
  "kind": "javascript-module",
18800
- "path": "src/flex-layout/flex-layout.types.ts",
18801
- "declarations": [],
18802
- "exports": []
18803
- },
18804
- {
18805
- "kind": "javascript-module",
18806
- "path": "src/flex-layout/index.ts",
19004
+ "path": "src/flipper/index.ts",
18807
19005
  "declarations": [],
18808
19006
  "exports": [
18809
19007
  {
@@ -18811,15 +19009,7 @@
18811
19009
  "name": "*",
18812
19010
  "declaration": {
18813
19011
  "name": "*",
18814
- "package": "./flex-layout.template"
18815
- }
18816
- },
18817
- {
18818
- "kind": "js",
18819
- "name": "*",
18820
- "declaration": {
18821
- "name": "*",
18822
- "package": "./flex-layout.styles"
19012
+ "package": "./flipper.template"
18823
19013
  }
18824
19014
  },
18825
19015
  {
@@ -18827,7 +19017,7 @@
18827
19017
  "name": "*",
18828
19018
  "declaration": {
18829
19019
  "name": "*",
18830
- "package": "./flex-layout"
19020
+ "package": "./flipper.styles"
18831
19021
  }
18832
19022
  },
18833
19023
  {
@@ -18835,7 +19025,7 @@
18835
19025
  "name": "*",
18836
19026
  "declaration": {
18837
19027
  "name": "*",
18838
- "package": "./flex-layout.types"
19028
+ "package": "./flipper"
18839
19029
  }
18840
19030
  }
18841
19031
  ]
@@ -28683,387 +28873,6 @@
28683
28873
  }
28684
28874
  ]
28685
28875
  },
28686
- {
28687
- "kind": "javascript-module",
28688
- "path": "src/radio/index.ts",
28689
- "declarations": [],
28690
- "exports": [
28691
- {
28692
- "kind": "js",
28693
- "name": "*",
28694
- "declaration": {
28695
- "name": "*",
28696
- "package": "./radio.template"
28697
- }
28698
- },
28699
- {
28700
- "kind": "js",
28701
- "name": "*",
28702
- "declaration": {
28703
- "name": "*",
28704
- "package": "./radio.styles"
28705
- }
28706
- },
28707
- {
28708
- "kind": "js",
28709
- "name": "*",
28710
- "declaration": {
28711
- "name": "*",
28712
- "package": "./radio"
28713
- }
28714
- }
28715
- ]
28716
- },
28717
- {
28718
- "kind": "javascript-module",
28719
- "path": "src/radio/radio.styles.ts",
28720
- "declarations": [
28721
- {
28722
- "kind": "function",
28723
- "name": "foundationRadioStyles",
28724
- "return": {
28725
- "type": {
28726
- "text": "ElementStyles"
28727
- }
28728
- },
28729
- "parameters": [
28730
- {
28731
- "name": "context",
28732
- "type": {
28733
- "text": "ElementDefinitionContext"
28734
- }
28735
- },
28736
- {
28737
- "name": "definition",
28738
- "type": {
28739
- "text": "RadioOptions"
28740
- }
28741
- }
28742
- ]
28743
- }
28744
- ],
28745
- "exports": [
28746
- {
28747
- "kind": "js",
28748
- "name": "foundationRadioStyles",
28749
- "declaration": {
28750
- "name": "foundationRadioStyles",
28751
- "module": "src/radio/radio.styles.ts"
28752
- }
28753
- }
28754
- ]
28755
- },
28756
- {
28757
- "kind": "javascript-module",
28758
- "path": "src/radio/radio.template.ts",
28759
- "declarations": [
28760
- {
28761
- "kind": "function",
28762
- "name": "foundationRadioTemplate",
28763
- "return": {
28764
- "type": {
28765
- "text": "ViewTemplate<Radio>"
28766
- }
28767
- },
28768
- "parameters": [
28769
- {
28770
- "name": "context",
28771
- "type": {
28772
- "text": "ElementDefinitionContext"
28773
- }
28774
- },
28775
- {
28776
- "name": "definition",
28777
- "type": {
28778
- "text": "RadioOptions"
28779
- }
28780
- }
28781
- ]
28782
- }
28783
- ],
28784
- "exports": [
28785
- {
28786
- "kind": "js",
28787
- "name": "foundationRadioTemplate",
28788
- "declaration": {
28789
- "name": "foundationRadioTemplate",
28790
- "module": "src/radio/radio.template.ts"
28791
- }
28792
- }
28793
- ]
28794
- },
28795
- {
28796
- "kind": "javascript-module",
28797
- "path": "src/radio/radio.ts",
28798
- "declarations": [
28799
- {
28800
- "kind": "class",
28801
- "description": "",
28802
- "name": "Radio",
28803
- "superclass": {
28804
- "name": "FASTRadio",
28805
- "package": "@microsoft/fast-components"
28806
- },
28807
- "tagName": "%%prefix%%-radio",
28808
- "customElement": true,
28809
- "attributes": [
28810
- {
28811
- "name": "readonly",
28812
- "type": {
28813
- "text": "boolean"
28814
- },
28815
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
28816
- "fieldName": "readOnly",
28817
- "inheritedFrom": {
28818
- "name": "Radio",
28819
- "module": "src/radio/radio.ts"
28820
- }
28821
- }
28822
- ],
28823
- "members": [
28824
- {
28825
- "kind": "field",
28826
- "name": "readOnly",
28827
- "type": {
28828
- "text": "boolean"
28829
- },
28830
- "privacy": "public",
28831
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
28832
- "inheritedFrom": {
28833
- "name": "Radio",
28834
- "module": "src/radio/radio.ts"
28835
- }
28836
- },
28837
- {
28838
- "kind": "method",
28839
- "name": "readOnlyChanged",
28840
- "privacy": "private",
28841
- "return": {
28842
- "type": {
28843
- "text": "void"
28844
- }
28845
- },
28846
- "inheritedFrom": {
28847
- "name": "Radio",
28848
- "module": "src/radio/radio.ts"
28849
- }
28850
- },
28851
- {
28852
- "kind": "field",
28853
- "name": "name",
28854
- "type": {
28855
- "text": "string"
28856
- },
28857
- "privacy": "public",
28858
- "description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
28859
- "inheritedFrom": {
28860
- "name": "Radio",
28861
- "module": "src/radio/radio.ts"
28862
- }
28863
- },
28864
- {
28865
- "kind": "method",
28866
- "name": "isInsideRadioGroup",
28867
- "privacy": "private",
28868
- "return": {
28869
- "type": {
28870
- "text": "boolean"
28871
- }
28872
- },
28873
- "inheritedFrom": {
28874
- "name": "Radio",
28875
- "module": "src/radio/radio.ts"
28876
- }
28877
- },
28878
- {
28879
- "kind": "field",
28880
- "name": "proxy",
28881
- "inheritedFrom": {
28882
- "name": "Radio",
28883
- "module": "src/radio/radio.ts"
28884
- }
28885
- },
28886
- {
28887
- "kind": "field",
28888
- "name": "_presentation",
28889
- "type": {
28890
- "text": "ComponentPresentation | null | undefined"
28891
- },
28892
- "privacy": "private",
28893
- "default": "void 0",
28894
- "inheritedFrom": {
28895
- "name": "Radio",
28896
- "module": "src/radio/radio.ts"
28897
- }
28898
- },
28899
- {
28900
- "kind": "field",
28901
- "name": "$presentation",
28902
- "type": {
28903
- "text": "ComponentPresentation | null"
28904
- },
28905
- "privacy": "public",
28906
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
28907
- "inheritedFrom": {
28908
- "name": "Radio",
28909
- "module": "src/radio/radio.ts"
28910
- }
28911
- },
28912
- {
28913
- "kind": "field",
28914
- "name": "template",
28915
- "type": {
28916
- "text": "ElementViewTemplate | void | null"
28917
- },
28918
- "privacy": "public",
28919
- "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.",
28920
- "inheritedFrom": {
28921
- "name": "Radio",
28922
- "module": "src/radio/radio.ts"
28923
- }
28924
- },
28925
- {
28926
- "kind": "method",
28927
- "name": "templateChanged",
28928
- "privacy": "protected",
28929
- "return": {
28930
- "type": {
28931
- "text": "void"
28932
- }
28933
- },
28934
- "inheritedFrom": {
28935
- "name": "Radio",
28936
- "module": "src/radio/radio.ts"
28937
- }
28938
- },
28939
- {
28940
- "kind": "field",
28941
- "name": "styles",
28942
- "type": {
28943
- "text": "ElementStyles | void | null"
28944
- },
28945
- "privacy": "public",
28946
- "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.",
28947
- "inheritedFrom": {
28948
- "name": "Radio",
28949
- "module": "src/radio/radio.ts"
28950
- }
28951
- },
28952
- {
28953
- "kind": "method",
28954
- "name": "stylesChanged",
28955
- "privacy": "protected",
28956
- "return": {
28957
- "type": {
28958
- "text": "void"
28959
- }
28960
- },
28961
- "inheritedFrom": {
28962
- "name": "Radio",
28963
- "module": "src/radio/radio.ts"
28964
- }
28965
- },
28966
- {
28967
- "kind": "method",
28968
- "name": "compose",
28969
- "privacy": "public",
28970
- "static": true,
28971
- "return": {
28972
- "type": {
28973
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
28974
- }
28975
- },
28976
- "parameters": [
28977
- {
28978
- "name": "this",
28979
- "type": {
28980
- "text": "K"
28981
- }
28982
- },
28983
- {
28984
- "name": "elementDefinition",
28985
- "type": {
28986
- "text": "T"
28987
- },
28988
- "description": "The definition of the element to create the registry\nfunction for."
28989
- }
28990
- ],
28991
- "description": "Defines an element registry function with a set of element definition defaults.",
28992
- "inheritedFrom": {
28993
- "name": "Radio",
28994
- "module": "src/radio/radio.ts"
28995
- }
28996
- }
28997
- ],
28998
- "events": [
28999
- {
29000
- "description": "Emits a custom change event when the checked state changes",
29001
- "name": "change",
29002
- "inheritedFrom": {
29003
- "name": "Radio",
29004
- "module": "src/radio/radio.ts"
29005
- }
29006
- }
29007
- ]
29008
- },
29009
- {
29010
- "kind": "variable",
29011
- "name": "foundationRadioShadowOptions",
29012
- "type": {
29013
- "text": "ShadowRootInit"
29014
- },
29015
- "default": "undefined"
29016
- },
29017
- {
29018
- "kind": "variable",
29019
- "name": "defaultRadioConfig",
29020
- "type": {
29021
- "text": "object"
29022
- },
29023
- "default": "{\n checkedIndicator: `\n <div part=\"checked-indicator\" class=\"checked-indicator\"></div>\n `,\n}"
29024
- },
29025
- {
29026
- "kind": "variable",
29027
- "name": "foundationRadio",
29028
- "description": "The Foundation Radio",
29029
- "privacy": "public"
29030
- }
29031
- ],
29032
- "exports": [
29033
- {
29034
- "kind": "js",
29035
- "name": "Radio",
29036
- "declaration": {
29037
- "name": "Radio",
29038
- "module": "src/radio/radio.ts"
29039
- }
29040
- },
29041
- {
29042
- "kind": "js",
29043
- "name": "foundationRadioShadowOptions",
29044
- "declaration": {
29045
- "name": "foundationRadioShadowOptions",
29046
- "module": "src/radio/radio.ts"
29047
- }
29048
- },
29049
- {
29050
- "kind": "js",
29051
- "name": "defaultRadioConfig",
29052
- "declaration": {
29053
- "name": "defaultRadioConfig",
29054
- "module": "src/radio/radio.ts"
29055
- }
29056
- },
29057
- {
29058
- "kind": "js",
29059
- "name": "foundationRadio",
29060
- "declaration": {
29061
- "name": "foundationRadio",
29062
- "module": "src/radio/radio.ts"
29063
- }
29064
- }
29065
- ]
29066
- },
29067
28876
  {
29068
28877
  "kind": "javascript-module",
29069
28878
  "path": "src/radio-group/index.ts",
@@ -29759,6 +29568,387 @@
29759
29568
  }
29760
29569
  ]
29761
29570
  },
29571
+ {
29572
+ "kind": "javascript-module",
29573
+ "path": "src/radio/index.ts",
29574
+ "declarations": [],
29575
+ "exports": [
29576
+ {
29577
+ "kind": "js",
29578
+ "name": "*",
29579
+ "declaration": {
29580
+ "name": "*",
29581
+ "package": "./radio.template"
29582
+ }
29583
+ },
29584
+ {
29585
+ "kind": "js",
29586
+ "name": "*",
29587
+ "declaration": {
29588
+ "name": "*",
29589
+ "package": "./radio.styles"
29590
+ }
29591
+ },
29592
+ {
29593
+ "kind": "js",
29594
+ "name": "*",
29595
+ "declaration": {
29596
+ "name": "*",
29597
+ "package": "./radio"
29598
+ }
29599
+ }
29600
+ ]
29601
+ },
29602
+ {
29603
+ "kind": "javascript-module",
29604
+ "path": "src/radio/radio.styles.ts",
29605
+ "declarations": [
29606
+ {
29607
+ "kind": "function",
29608
+ "name": "foundationRadioStyles",
29609
+ "return": {
29610
+ "type": {
29611
+ "text": "ElementStyles"
29612
+ }
29613
+ },
29614
+ "parameters": [
29615
+ {
29616
+ "name": "context",
29617
+ "type": {
29618
+ "text": "ElementDefinitionContext"
29619
+ }
29620
+ },
29621
+ {
29622
+ "name": "definition",
29623
+ "type": {
29624
+ "text": "RadioOptions"
29625
+ }
29626
+ }
29627
+ ]
29628
+ }
29629
+ ],
29630
+ "exports": [
29631
+ {
29632
+ "kind": "js",
29633
+ "name": "foundationRadioStyles",
29634
+ "declaration": {
29635
+ "name": "foundationRadioStyles",
29636
+ "module": "src/radio/radio.styles.ts"
29637
+ }
29638
+ }
29639
+ ]
29640
+ },
29641
+ {
29642
+ "kind": "javascript-module",
29643
+ "path": "src/radio/radio.template.ts",
29644
+ "declarations": [
29645
+ {
29646
+ "kind": "function",
29647
+ "name": "foundationRadioTemplate",
29648
+ "return": {
29649
+ "type": {
29650
+ "text": "ViewTemplate<Radio>"
29651
+ }
29652
+ },
29653
+ "parameters": [
29654
+ {
29655
+ "name": "context",
29656
+ "type": {
29657
+ "text": "ElementDefinitionContext"
29658
+ }
29659
+ },
29660
+ {
29661
+ "name": "definition",
29662
+ "type": {
29663
+ "text": "RadioOptions"
29664
+ }
29665
+ }
29666
+ ]
29667
+ }
29668
+ ],
29669
+ "exports": [
29670
+ {
29671
+ "kind": "js",
29672
+ "name": "foundationRadioTemplate",
29673
+ "declaration": {
29674
+ "name": "foundationRadioTemplate",
29675
+ "module": "src/radio/radio.template.ts"
29676
+ }
29677
+ }
29678
+ ]
29679
+ },
29680
+ {
29681
+ "kind": "javascript-module",
29682
+ "path": "src/radio/radio.ts",
29683
+ "declarations": [
29684
+ {
29685
+ "kind": "class",
29686
+ "description": "",
29687
+ "name": "Radio",
29688
+ "superclass": {
29689
+ "name": "FASTRadio",
29690
+ "package": "@microsoft/fast-components"
29691
+ },
29692
+ "tagName": "%%prefix%%-radio",
29693
+ "customElement": true,
29694
+ "attributes": [
29695
+ {
29696
+ "name": "readonly",
29697
+ "type": {
29698
+ "text": "boolean"
29699
+ },
29700
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
29701
+ "fieldName": "readOnly",
29702
+ "inheritedFrom": {
29703
+ "name": "Radio",
29704
+ "module": "src/radio/radio.ts"
29705
+ }
29706
+ }
29707
+ ],
29708
+ "members": [
29709
+ {
29710
+ "kind": "field",
29711
+ "name": "readOnly",
29712
+ "type": {
29713
+ "text": "boolean"
29714
+ },
29715
+ "privacy": "public",
29716
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
29717
+ "inheritedFrom": {
29718
+ "name": "Radio",
29719
+ "module": "src/radio/radio.ts"
29720
+ }
29721
+ },
29722
+ {
29723
+ "kind": "method",
29724
+ "name": "readOnlyChanged",
29725
+ "privacy": "private",
29726
+ "return": {
29727
+ "type": {
29728
+ "text": "void"
29729
+ }
29730
+ },
29731
+ "inheritedFrom": {
29732
+ "name": "Radio",
29733
+ "module": "src/radio/radio.ts"
29734
+ }
29735
+ },
29736
+ {
29737
+ "kind": "field",
29738
+ "name": "name",
29739
+ "type": {
29740
+ "text": "string"
29741
+ },
29742
+ "privacy": "public",
29743
+ "description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
29744
+ "inheritedFrom": {
29745
+ "name": "Radio",
29746
+ "module": "src/radio/radio.ts"
29747
+ }
29748
+ },
29749
+ {
29750
+ "kind": "method",
29751
+ "name": "isInsideRadioGroup",
29752
+ "privacy": "private",
29753
+ "return": {
29754
+ "type": {
29755
+ "text": "boolean"
29756
+ }
29757
+ },
29758
+ "inheritedFrom": {
29759
+ "name": "Radio",
29760
+ "module": "src/radio/radio.ts"
29761
+ }
29762
+ },
29763
+ {
29764
+ "kind": "field",
29765
+ "name": "proxy",
29766
+ "inheritedFrom": {
29767
+ "name": "Radio",
29768
+ "module": "src/radio/radio.ts"
29769
+ }
29770
+ },
29771
+ {
29772
+ "kind": "field",
29773
+ "name": "_presentation",
29774
+ "type": {
29775
+ "text": "ComponentPresentation | null | undefined"
29776
+ },
29777
+ "privacy": "private",
29778
+ "default": "void 0",
29779
+ "inheritedFrom": {
29780
+ "name": "Radio",
29781
+ "module": "src/radio/radio.ts"
29782
+ }
29783
+ },
29784
+ {
29785
+ "kind": "field",
29786
+ "name": "$presentation",
29787
+ "type": {
29788
+ "text": "ComponentPresentation | null"
29789
+ },
29790
+ "privacy": "public",
29791
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
29792
+ "inheritedFrom": {
29793
+ "name": "Radio",
29794
+ "module": "src/radio/radio.ts"
29795
+ }
29796
+ },
29797
+ {
29798
+ "kind": "field",
29799
+ "name": "template",
29800
+ "type": {
29801
+ "text": "ElementViewTemplate | void | null"
29802
+ },
29803
+ "privacy": "public",
29804
+ "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.",
29805
+ "inheritedFrom": {
29806
+ "name": "Radio",
29807
+ "module": "src/radio/radio.ts"
29808
+ }
29809
+ },
29810
+ {
29811
+ "kind": "method",
29812
+ "name": "templateChanged",
29813
+ "privacy": "protected",
29814
+ "return": {
29815
+ "type": {
29816
+ "text": "void"
29817
+ }
29818
+ },
29819
+ "inheritedFrom": {
29820
+ "name": "Radio",
29821
+ "module": "src/radio/radio.ts"
29822
+ }
29823
+ },
29824
+ {
29825
+ "kind": "field",
29826
+ "name": "styles",
29827
+ "type": {
29828
+ "text": "ElementStyles | void | null"
29829
+ },
29830
+ "privacy": "public",
29831
+ "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.",
29832
+ "inheritedFrom": {
29833
+ "name": "Radio",
29834
+ "module": "src/radio/radio.ts"
29835
+ }
29836
+ },
29837
+ {
29838
+ "kind": "method",
29839
+ "name": "stylesChanged",
29840
+ "privacy": "protected",
29841
+ "return": {
29842
+ "type": {
29843
+ "text": "void"
29844
+ }
29845
+ },
29846
+ "inheritedFrom": {
29847
+ "name": "Radio",
29848
+ "module": "src/radio/radio.ts"
29849
+ }
29850
+ },
29851
+ {
29852
+ "kind": "method",
29853
+ "name": "compose",
29854
+ "privacy": "public",
29855
+ "static": true,
29856
+ "return": {
29857
+ "type": {
29858
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
29859
+ }
29860
+ },
29861
+ "parameters": [
29862
+ {
29863
+ "name": "this",
29864
+ "type": {
29865
+ "text": "K"
29866
+ }
29867
+ },
29868
+ {
29869
+ "name": "elementDefinition",
29870
+ "type": {
29871
+ "text": "T"
29872
+ },
29873
+ "description": "The definition of the element to create the registry\nfunction for."
29874
+ }
29875
+ ],
29876
+ "description": "Defines an element registry function with a set of element definition defaults.",
29877
+ "inheritedFrom": {
29878
+ "name": "Radio",
29879
+ "module": "src/radio/radio.ts"
29880
+ }
29881
+ }
29882
+ ],
29883
+ "events": [
29884
+ {
29885
+ "description": "Emits a custom change event when the checked state changes",
29886
+ "name": "change",
29887
+ "inheritedFrom": {
29888
+ "name": "Radio",
29889
+ "module": "src/radio/radio.ts"
29890
+ }
29891
+ }
29892
+ ]
29893
+ },
29894
+ {
29895
+ "kind": "variable",
29896
+ "name": "foundationRadioShadowOptions",
29897
+ "type": {
29898
+ "text": "ShadowRootInit"
29899
+ },
29900
+ "default": "undefined"
29901
+ },
29902
+ {
29903
+ "kind": "variable",
29904
+ "name": "defaultRadioConfig",
29905
+ "type": {
29906
+ "text": "object"
29907
+ },
29908
+ "default": "{\n checkedIndicator: `\n <div part=\"checked-indicator\" class=\"checked-indicator\"></div>\n `,\n}"
29909
+ },
29910
+ {
29911
+ "kind": "variable",
29912
+ "name": "foundationRadio",
29913
+ "description": "The Foundation Radio",
29914
+ "privacy": "public"
29915
+ }
29916
+ ],
29917
+ "exports": [
29918
+ {
29919
+ "kind": "js",
29920
+ "name": "Radio",
29921
+ "declaration": {
29922
+ "name": "Radio",
29923
+ "module": "src/radio/radio.ts"
29924
+ }
29925
+ },
29926
+ {
29927
+ "kind": "js",
29928
+ "name": "foundationRadioShadowOptions",
29929
+ "declaration": {
29930
+ "name": "foundationRadioShadowOptions",
29931
+ "module": "src/radio/radio.ts"
29932
+ }
29933
+ },
29934
+ {
29935
+ "kind": "js",
29936
+ "name": "defaultRadioConfig",
29937
+ "declaration": {
29938
+ "name": "defaultRadioConfig",
29939
+ "module": "src/radio/radio.ts"
29940
+ }
29941
+ },
29942
+ {
29943
+ "kind": "js",
29944
+ "name": "foundationRadio",
29945
+ "declaration": {
29946
+ "name": "foundationRadio",
29947
+ "module": "src/radio/radio.ts"
29948
+ }
29949
+ }
29950
+ ]
29951
+ },
29762
29952
  {
29763
29953
  "kind": "javascript-module",
29764
29954
  "path": "src/router/configuration.ts",
@@ -41381,188 +41571,6 @@
41381
41571
  }
41382
41572
  ]
41383
41573
  },
41384
- {
41385
- "kind": "javascript-module",
41386
- "path": "src/tree-view/index.ts",
41387
- "declarations": [],
41388
- "exports": [
41389
- {
41390
- "kind": "js",
41391
- "name": "*",
41392
- "declaration": {
41393
- "name": "*",
41394
- "package": "./tree-view.template"
41395
- }
41396
- },
41397
- {
41398
- "kind": "js",
41399
- "name": "*",
41400
- "declaration": {
41401
- "name": "*",
41402
- "package": "./tree-view.styles"
41403
- }
41404
- },
41405
- {
41406
- "kind": "js",
41407
- "name": "*",
41408
- "declaration": {
41409
- "name": "*",
41410
- "package": "./tree-view"
41411
- }
41412
- }
41413
- ]
41414
- },
41415
- {
41416
- "kind": "javascript-module",
41417
- "path": "src/tree-view/tree-view.styles.ts",
41418
- "declarations": [
41419
- {
41420
- "kind": "function",
41421
- "name": "foundationTreeViewStyles",
41422
- "return": {
41423
- "type": {
41424
- "text": "ElementStyles"
41425
- }
41426
- },
41427
- "parameters": [
41428
- {
41429
- "name": "context",
41430
- "type": {
41431
- "text": "ElementDefinitionContext"
41432
- }
41433
- },
41434
- {
41435
- "name": "definition",
41436
- "type": {
41437
- "text": "FoundationElementDefinition"
41438
- }
41439
- }
41440
- ]
41441
- }
41442
- ],
41443
- "exports": [
41444
- {
41445
- "kind": "js",
41446
- "name": "foundationTreeViewStyles",
41447
- "declaration": {
41448
- "name": "foundationTreeViewStyles",
41449
- "module": "src/tree-view/tree-view.styles.ts"
41450
- }
41451
- }
41452
- ]
41453
- },
41454
- {
41455
- "kind": "javascript-module",
41456
- "path": "src/tree-view/tree-view.template.ts",
41457
- "declarations": [
41458
- {
41459
- "kind": "function",
41460
- "name": "foundationTreeViewTemplate",
41461
- "return": {
41462
- "type": {
41463
- "text": "ViewTemplate<TreeView>"
41464
- }
41465
- },
41466
- "parameters": [
41467
- {
41468
- "name": "context",
41469
- "type": {
41470
- "text": "ElementDefinitionContext"
41471
- }
41472
- },
41473
- {
41474
- "name": "definition",
41475
- "type": {
41476
- "text": "FoundationElementDefinition"
41477
- }
41478
- }
41479
- ]
41480
- }
41481
- ],
41482
- "exports": [
41483
- {
41484
- "kind": "js",
41485
- "name": "foundationTreeViewTemplate",
41486
- "declaration": {
41487
- "name": "foundationTreeViewTemplate",
41488
- "module": "src/tree-view/tree-view.template.ts"
41489
- }
41490
- }
41491
- ]
41492
- },
41493
- {
41494
- "kind": "javascript-module",
41495
- "path": "src/tree-view/tree-view.ts",
41496
- "declarations": [
41497
- {
41498
- "kind": "class",
41499
- "description": "",
41500
- "name": "TreeView",
41501
- "superclass": {
41502
- "name": "FASTTreeView",
41503
- "package": "@microsoft/fast-foundation"
41504
- },
41505
- "tagName": "%%prefix%%-tree-view",
41506
- "customElement": true
41507
- },
41508
- {
41509
- "kind": "variable",
41510
- "name": "foundationTreeViewShadowOptions",
41511
- "type": {
41512
- "text": "ShadowRootInit"
41513
- },
41514
- "default": "undefined"
41515
- },
41516
- {
41517
- "kind": "variable",
41518
- "name": "defaultTreeViewConfig",
41519
- "type": {
41520
- "text": "object"
41521
- },
41522
- "default": "{}"
41523
- },
41524
- {
41525
- "kind": "variable",
41526
- "name": "foundationTreeView",
41527
- "description": "The Foundation Tree View",
41528
- "privacy": "public"
41529
- }
41530
- ],
41531
- "exports": [
41532
- {
41533
- "kind": "js",
41534
- "name": "TreeView",
41535
- "declaration": {
41536
- "name": "TreeView",
41537
- "module": "src/tree-view/tree-view.ts"
41538
- }
41539
- },
41540
- {
41541
- "kind": "js",
41542
- "name": "foundationTreeViewShadowOptions",
41543
- "declaration": {
41544
- "name": "foundationTreeViewShadowOptions",
41545
- "module": "src/tree-view/tree-view.ts"
41546
- }
41547
- },
41548
- {
41549
- "kind": "js",
41550
- "name": "defaultTreeViewConfig",
41551
- "declaration": {
41552
- "name": "defaultTreeViewConfig",
41553
- "module": "src/tree-view/tree-view.ts"
41554
- }
41555
- },
41556
- {
41557
- "kind": "js",
41558
- "name": "foundationTreeView",
41559
- "declaration": {
41560
- "name": "foundationTreeView",
41561
- "module": "src/tree-view/tree-view.ts"
41562
- }
41563
- }
41564
- ]
41565
- },
41566
41574
  {
41567
41575
  "kind": "javascript-module",
41568
41576
  "path": "src/tree-item/index.ts",
@@ -42014,6 +42022,188 @@
42014
42022
  }
42015
42023
  ]
42016
42024
  },
42025
+ {
42026
+ "kind": "javascript-module",
42027
+ "path": "src/tree-view/index.ts",
42028
+ "declarations": [],
42029
+ "exports": [
42030
+ {
42031
+ "kind": "js",
42032
+ "name": "*",
42033
+ "declaration": {
42034
+ "name": "*",
42035
+ "package": "./tree-view.template"
42036
+ }
42037
+ },
42038
+ {
42039
+ "kind": "js",
42040
+ "name": "*",
42041
+ "declaration": {
42042
+ "name": "*",
42043
+ "package": "./tree-view.styles"
42044
+ }
42045
+ },
42046
+ {
42047
+ "kind": "js",
42048
+ "name": "*",
42049
+ "declaration": {
42050
+ "name": "*",
42051
+ "package": "./tree-view"
42052
+ }
42053
+ }
42054
+ ]
42055
+ },
42056
+ {
42057
+ "kind": "javascript-module",
42058
+ "path": "src/tree-view/tree-view.styles.ts",
42059
+ "declarations": [
42060
+ {
42061
+ "kind": "function",
42062
+ "name": "foundationTreeViewStyles",
42063
+ "return": {
42064
+ "type": {
42065
+ "text": "ElementStyles"
42066
+ }
42067
+ },
42068
+ "parameters": [
42069
+ {
42070
+ "name": "context",
42071
+ "type": {
42072
+ "text": "ElementDefinitionContext"
42073
+ }
42074
+ },
42075
+ {
42076
+ "name": "definition",
42077
+ "type": {
42078
+ "text": "FoundationElementDefinition"
42079
+ }
42080
+ }
42081
+ ]
42082
+ }
42083
+ ],
42084
+ "exports": [
42085
+ {
42086
+ "kind": "js",
42087
+ "name": "foundationTreeViewStyles",
42088
+ "declaration": {
42089
+ "name": "foundationTreeViewStyles",
42090
+ "module": "src/tree-view/tree-view.styles.ts"
42091
+ }
42092
+ }
42093
+ ]
42094
+ },
42095
+ {
42096
+ "kind": "javascript-module",
42097
+ "path": "src/tree-view/tree-view.template.ts",
42098
+ "declarations": [
42099
+ {
42100
+ "kind": "function",
42101
+ "name": "foundationTreeViewTemplate",
42102
+ "return": {
42103
+ "type": {
42104
+ "text": "ViewTemplate<TreeView>"
42105
+ }
42106
+ },
42107
+ "parameters": [
42108
+ {
42109
+ "name": "context",
42110
+ "type": {
42111
+ "text": "ElementDefinitionContext"
42112
+ }
42113
+ },
42114
+ {
42115
+ "name": "definition",
42116
+ "type": {
42117
+ "text": "FoundationElementDefinition"
42118
+ }
42119
+ }
42120
+ ]
42121
+ }
42122
+ ],
42123
+ "exports": [
42124
+ {
42125
+ "kind": "js",
42126
+ "name": "foundationTreeViewTemplate",
42127
+ "declaration": {
42128
+ "name": "foundationTreeViewTemplate",
42129
+ "module": "src/tree-view/tree-view.template.ts"
42130
+ }
42131
+ }
42132
+ ]
42133
+ },
42134
+ {
42135
+ "kind": "javascript-module",
42136
+ "path": "src/tree-view/tree-view.ts",
42137
+ "declarations": [
42138
+ {
42139
+ "kind": "class",
42140
+ "description": "",
42141
+ "name": "TreeView",
42142
+ "superclass": {
42143
+ "name": "FASTTreeView",
42144
+ "package": "@microsoft/fast-foundation"
42145
+ },
42146
+ "tagName": "%%prefix%%-tree-view",
42147
+ "customElement": true
42148
+ },
42149
+ {
42150
+ "kind": "variable",
42151
+ "name": "foundationTreeViewShadowOptions",
42152
+ "type": {
42153
+ "text": "ShadowRootInit"
42154
+ },
42155
+ "default": "undefined"
42156
+ },
42157
+ {
42158
+ "kind": "variable",
42159
+ "name": "defaultTreeViewConfig",
42160
+ "type": {
42161
+ "text": "object"
42162
+ },
42163
+ "default": "{}"
42164
+ },
42165
+ {
42166
+ "kind": "variable",
42167
+ "name": "foundationTreeView",
42168
+ "description": "The Foundation Tree View",
42169
+ "privacy": "public"
42170
+ }
42171
+ ],
42172
+ "exports": [
42173
+ {
42174
+ "kind": "js",
42175
+ "name": "TreeView",
42176
+ "declaration": {
42177
+ "name": "TreeView",
42178
+ "module": "src/tree-view/tree-view.ts"
42179
+ }
42180
+ },
42181
+ {
42182
+ "kind": "js",
42183
+ "name": "foundationTreeViewShadowOptions",
42184
+ "declaration": {
42185
+ "name": "foundationTreeViewShadowOptions",
42186
+ "module": "src/tree-view/tree-view.ts"
42187
+ }
42188
+ },
42189
+ {
42190
+ "kind": "js",
42191
+ "name": "defaultTreeViewConfig",
42192
+ "declaration": {
42193
+ "name": "defaultTreeViewConfig",
42194
+ "module": "src/tree-view/tree-view.ts"
42195
+ }
42196
+ },
42197
+ {
42198
+ "kind": "js",
42199
+ "name": "foundationTreeView",
42200
+ "declaration": {
42201
+ "name": "foundationTreeView",
42202
+ "module": "src/tree-view/tree-view.ts"
42203
+ }
42204
+ }
42205
+ ]
42206
+ },
42017
42207
  {
42018
42208
  "kind": "javascript-module",
42019
42209
  "path": "src/url-input/index.ts",