@genesislcap/foundation-ui 14.313.0 → 14.313.1

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.
@@ -892,37 +892,6 @@
892
892
  }
893
893
  ]
894
894
  },
895
- {
896
- "kind": "javascript-module",
897
- "path": "src/_config/index.ts",
898
- "declarations": [],
899
- "exports": [
900
- {
901
- "kind": "js",
902
- "name": "*",
903
- "declaration": {
904
- "name": "*",
905
- "package": "./styles"
906
- }
907
- },
908
- {
909
- "kind": "js",
910
- "name": "*",
911
- "declaration": {
912
- "name": "*",
913
- "package": "./tokens"
914
- }
915
- },
916
- {
917
- "kind": "js",
918
- "name": "*",
919
- "declaration": {
920
- "name": "*",
921
- "package": "./values"
922
- }
923
- }
924
- ]
925
- },
926
895
  {
927
896
  "kind": "javascript-module",
928
897
  "path": "src/_common/base-file-component.ts",
@@ -1680,6 +1649,219 @@
1680
1649
  }
1681
1650
  ]
1682
1651
  },
1652
+ {
1653
+ "kind": "javascript-module",
1654
+ "path": "src/_config/index.ts",
1655
+ "declarations": [],
1656
+ "exports": [
1657
+ {
1658
+ "kind": "js",
1659
+ "name": "*",
1660
+ "declaration": {
1661
+ "name": "*",
1662
+ "package": "./styles"
1663
+ }
1664
+ },
1665
+ {
1666
+ "kind": "js",
1667
+ "name": "*",
1668
+ "declaration": {
1669
+ "name": "*",
1670
+ "package": "./tokens"
1671
+ }
1672
+ },
1673
+ {
1674
+ "kind": "js",
1675
+ "name": "*",
1676
+ "declaration": {
1677
+ "name": "*",
1678
+ "package": "./values"
1679
+ }
1680
+ }
1681
+ ]
1682
+ },
1683
+ {
1684
+ "kind": "javascript-module",
1685
+ "path": "src/accordion/accordion.styles.ts",
1686
+ "declarations": [
1687
+ {
1688
+ "kind": "function",
1689
+ "name": "foundationAccordionStyles",
1690
+ "return": {
1691
+ "type": {
1692
+ "text": "ElementStyles"
1693
+ }
1694
+ },
1695
+ "parameters": [
1696
+ {
1697
+ "name": "context",
1698
+ "type": {
1699
+ "text": "ElementDefinitionContext"
1700
+ }
1701
+ },
1702
+ {
1703
+ "name": "definition",
1704
+ "type": {
1705
+ "text": "FoundationElementDefinition"
1706
+ }
1707
+ }
1708
+ ]
1709
+ }
1710
+ ],
1711
+ "exports": [
1712
+ {
1713
+ "kind": "js",
1714
+ "name": "foundationAccordionStyles",
1715
+ "declaration": {
1716
+ "name": "foundationAccordionStyles",
1717
+ "module": "src/accordion/accordion.styles.ts"
1718
+ }
1719
+ }
1720
+ ]
1721
+ },
1722
+ {
1723
+ "kind": "javascript-module",
1724
+ "path": "src/accordion/accordion.template.ts",
1725
+ "declarations": [
1726
+ {
1727
+ "kind": "function",
1728
+ "name": "foundationAccordionTemplate",
1729
+ "return": {
1730
+ "type": {
1731
+ "text": "ViewTemplate<Accordion>"
1732
+ }
1733
+ },
1734
+ "parameters": [
1735
+ {
1736
+ "name": "context",
1737
+ "type": {
1738
+ "text": "ElementDefinitionContext"
1739
+ }
1740
+ },
1741
+ {
1742
+ "name": "definition",
1743
+ "type": {
1744
+ "text": "FoundationElementDefinition"
1745
+ }
1746
+ }
1747
+ ]
1748
+ }
1749
+ ],
1750
+ "exports": [
1751
+ {
1752
+ "kind": "js",
1753
+ "name": "foundationAccordionTemplate",
1754
+ "declaration": {
1755
+ "name": "foundationAccordionTemplate",
1756
+ "module": "src/accordion/accordion.template.ts"
1757
+ }
1758
+ }
1759
+ ]
1760
+ },
1761
+ {
1762
+ "kind": "javascript-module",
1763
+ "path": "src/accordion/accordion.ts",
1764
+ "declarations": [
1765
+ {
1766
+ "kind": "class",
1767
+ "description": "",
1768
+ "name": "Accordion",
1769
+ "superclass": {
1770
+ "name": "FASTAccordion",
1771
+ "package": "@microsoft/fast-foundation"
1772
+ },
1773
+ "tagName": "%%prefix%%-accordion",
1774
+ "customElement": true
1775
+ },
1776
+ {
1777
+ "kind": "variable",
1778
+ "name": "foundationAccordionShadowOptions",
1779
+ "type": {
1780
+ "text": "ShadowRootInit"
1781
+ },
1782
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1783
+ },
1784
+ {
1785
+ "kind": "variable",
1786
+ "name": "defaultAccordionConfig",
1787
+ "type": {
1788
+ "text": "object"
1789
+ },
1790
+ "default": "{}"
1791
+ },
1792
+ {
1793
+ "kind": "variable",
1794
+ "name": "foundationAccordion",
1795
+ "description": "The Foundation Accordion",
1796
+ "privacy": "public"
1797
+ }
1798
+ ],
1799
+ "exports": [
1800
+ {
1801
+ "kind": "js",
1802
+ "name": "Accordion",
1803
+ "declaration": {
1804
+ "name": "Accordion",
1805
+ "module": "src/accordion/accordion.ts"
1806
+ }
1807
+ },
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "foundationAccordionShadowOptions",
1811
+ "declaration": {
1812
+ "name": "foundationAccordionShadowOptions",
1813
+ "module": "src/accordion/accordion.ts"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "defaultAccordionConfig",
1819
+ "declaration": {
1820
+ "name": "defaultAccordionConfig",
1821
+ "module": "src/accordion/accordion.ts"
1822
+ }
1823
+ },
1824
+ {
1825
+ "kind": "js",
1826
+ "name": "foundationAccordion",
1827
+ "declaration": {
1828
+ "name": "foundationAccordion",
1829
+ "module": "src/accordion/accordion.ts"
1830
+ }
1831
+ }
1832
+ ]
1833
+ },
1834
+ {
1835
+ "kind": "javascript-module",
1836
+ "path": "src/accordion/index.ts",
1837
+ "declarations": [],
1838
+ "exports": [
1839
+ {
1840
+ "kind": "js",
1841
+ "name": "*",
1842
+ "declaration": {
1843
+ "name": "*",
1844
+ "package": "./accordion.template"
1845
+ }
1846
+ },
1847
+ {
1848
+ "kind": "js",
1849
+ "name": "*",
1850
+ "declaration": {
1851
+ "name": "*",
1852
+ "package": "./accordion.styles"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "*",
1858
+ "declaration": {
1859
+ "name": "*",
1860
+ "package": "./accordion"
1861
+ }
1862
+ }
1863
+ ]
1864
+ },
1683
1865
  {
1684
1866
  "kind": "javascript-module",
1685
1867
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2759,188 +2941,6 @@
2759
2941
  }
2760
2942
  ]
2761
2943
  },
2762
- {
2763
- "kind": "javascript-module",
2764
- "path": "src/accordion/accordion.styles.ts",
2765
- "declarations": [
2766
- {
2767
- "kind": "function",
2768
- "name": "foundationAccordionStyles",
2769
- "return": {
2770
- "type": {
2771
- "text": "ElementStyles"
2772
- }
2773
- },
2774
- "parameters": [
2775
- {
2776
- "name": "context",
2777
- "type": {
2778
- "text": "ElementDefinitionContext"
2779
- }
2780
- },
2781
- {
2782
- "name": "definition",
2783
- "type": {
2784
- "text": "FoundationElementDefinition"
2785
- }
2786
- }
2787
- ]
2788
- }
2789
- ],
2790
- "exports": [
2791
- {
2792
- "kind": "js",
2793
- "name": "foundationAccordionStyles",
2794
- "declaration": {
2795
- "name": "foundationAccordionStyles",
2796
- "module": "src/accordion/accordion.styles.ts"
2797
- }
2798
- }
2799
- ]
2800
- },
2801
- {
2802
- "kind": "javascript-module",
2803
- "path": "src/accordion/accordion.template.ts",
2804
- "declarations": [
2805
- {
2806
- "kind": "function",
2807
- "name": "foundationAccordionTemplate",
2808
- "return": {
2809
- "type": {
2810
- "text": "ViewTemplate<Accordion>"
2811
- }
2812
- },
2813
- "parameters": [
2814
- {
2815
- "name": "context",
2816
- "type": {
2817
- "text": "ElementDefinitionContext"
2818
- }
2819
- },
2820
- {
2821
- "name": "definition",
2822
- "type": {
2823
- "text": "FoundationElementDefinition"
2824
- }
2825
- }
2826
- ]
2827
- }
2828
- ],
2829
- "exports": [
2830
- {
2831
- "kind": "js",
2832
- "name": "foundationAccordionTemplate",
2833
- "declaration": {
2834
- "name": "foundationAccordionTemplate",
2835
- "module": "src/accordion/accordion.template.ts"
2836
- }
2837
- }
2838
- ]
2839
- },
2840
- {
2841
- "kind": "javascript-module",
2842
- "path": "src/accordion/accordion.ts",
2843
- "declarations": [
2844
- {
2845
- "kind": "class",
2846
- "description": "",
2847
- "name": "Accordion",
2848
- "superclass": {
2849
- "name": "FASTAccordion",
2850
- "package": "@microsoft/fast-foundation"
2851
- },
2852
- "tagName": "%%prefix%%-accordion",
2853
- "customElement": true
2854
- },
2855
- {
2856
- "kind": "variable",
2857
- "name": "foundationAccordionShadowOptions",
2858
- "type": {
2859
- "text": "ShadowRootInit"
2860
- },
2861
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2862
- },
2863
- {
2864
- "kind": "variable",
2865
- "name": "defaultAccordionConfig",
2866
- "type": {
2867
- "text": "object"
2868
- },
2869
- "default": "{}"
2870
- },
2871
- {
2872
- "kind": "variable",
2873
- "name": "foundationAccordion",
2874
- "description": "The Foundation Accordion",
2875
- "privacy": "public"
2876
- }
2877
- ],
2878
- "exports": [
2879
- {
2880
- "kind": "js",
2881
- "name": "Accordion",
2882
- "declaration": {
2883
- "name": "Accordion",
2884
- "module": "src/accordion/accordion.ts"
2885
- }
2886
- },
2887
- {
2888
- "kind": "js",
2889
- "name": "foundationAccordionShadowOptions",
2890
- "declaration": {
2891
- "name": "foundationAccordionShadowOptions",
2892
- "module": "src/accordion/accordion.ts"
2893
- }
2894
- },
2895
- {
2896
- "kind": "js",
2897
- "name": "defaultAccordionConfig",
2898
- "declaration": {
2899
- "name": "defaultAccordionConfig",
2900
- "module": "src/accordion/accordion.ts"
2901
- }
2902
- },
2903
- {
2904
- "kind": "js",
2905
- "name": "foundationAccordion",
2906
- "declaration": {
2907
- "name": "foundationAccordion",
2908
- "module": "src/accordion/accordion.ts"
2909
- }
2910
- }
2911
- ]
2912
- },
2913
- {
2914
- "kind": "javascript-module",
2915
- "path": "src/accordion/index.ts",
2916
- "declarations": [],
2917
- "exports": [
2918
- {
2919
- "kind": "js",
2920
- "name": "*",
2921
- "declaration": {
2922
- "name": "*",
2923
- "package": "./accordion.template"
2924
- }
2925
- },
2926
- {
2927
- "kind": "js",
2928
- "name": "*",
2929
- "declaration": {
2930
- "name": "*",
2931
- "package": "./accordion.styles"
2932
- }
2933
- },
2934
- {
2935
- "kind": "js",
2936
- "name": "*",
2937
- "declaration": {
2938
- "name": "*",
2939
- "package": "./accordion"
2940
- }
2941
- }
2942
- ]
2943
- },
2944
2944
  {
2945
2945
  "kind": "javascript-module",
2946
2946
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"multiselect.template.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.template.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAMjD,eAAO,MAAM,sBAAsB,GAAI,eAAqB,qEA0I3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,kEAE/B,CAAC"}
1
+ {"version":3,"file":"multiselect.template.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.template.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAMjD,eAAO,MAAM,sBAAsB,GAAI,eAAqB,qEA2I3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,kEAE/B,CAAC"}
@@ -33,6 +33,7 @@ export const getPrefixedMultiselect = (prefix = 'foundation') => html `
33
33
  ${ref('filterSearchInput')}
34
34
  value=${sync((x) => x.filterSearchValue, 'string', 'input')}
35
35
  placeholder="${(x) => x.getDisplayValue}"
36
+ autocomplete="off"
36
37
  @input=${(x, c) => x.inputHandler()}
37
38
  @change=${(x, c) => x.changeHandler(c.event)}
38
39
  />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.313.0",
4
+ "version": "14.313.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.313.0",
87
- "@genesislcap/genx": "14.313.0",
88
- "@genesislcap/rollup-builder": "14.313.0",
89
- "@genesislcap/ts-builder": "14.313.0",
90
- "@genesislcap/uvu-playwright-builder": "14.313.0",
91
- "@genesislcap/vite-builder": "14.313.0",
92
- "@genesislcap/webpack-builder": "14.313.0",
86
+ "@genesislcap/foundation-testing": "14.313.1",
87
+ "@genesislcap/genx": "14.313.1",
88
+ "@genesislcap/rollup-builder": "14.313.1",
89
+ "@genesislcap/ts-builder": "14.313.1",
90
+ "@genesislcap/uvu-playwright-builder": "14.313.1",
91
+ "@genesislcap/vite-builder": "14.313.1",
92
+ "@genesislcap/webpack-builder": "14.313.1",
93
93
  "copyfiles": "^2.4.1"
94
94
  },
95
95
  "dependencies": {
@@ -98,15 +98,15 @@
98
98
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
99
99
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
100
100
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
101
- "@genesislcap/expression-builder": "14.313.0",
102
- "@genesislcap/foundation-comms": "14.313.0",
103
- "@genesislcap/foundation-criteria": "14.313.0",
104
- "@genesislcap/foundation-errors": "14.313.0",
105
- "@genesislcap/foundation-events": "14.313.0",
106
- "@genesislcap/foundation-logger": "14.313.0",
107
- "@genesislcap/foundation-notifications": "14.313.0",
108
- "@genesislcap/foundation-user": "14.313.0",
109
- "@genesislcap/foundation-utils": "14.313.0",
101
+ "@genesislcap/expression-builder": "14.313.1",
102
+ "@genesislcap/foundation-comms": "14.313.1",
103
+ "@genesislcap/foundation-criteria": "14.313.1",
104
+ "@genesislcap/foundation-errors": "14.313.1",
105
+ "@genesislcap/foundation-events": "14.313.1",
106
+ "@genesislcap/foundation-logger": "14.313.1",
107
+ "@genesislcap/foundation-notifications": "14.313.1",
108
+ "@genesislcap/foundation-user": "14.313.1",
109
+ "@genesislcap/foundation-utils": "14.313.1",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "4873fddd66df147738bfc54db30823007cbdd713"
131
+ "gitHead": "1c8bb7cc79894cf233ce6e1f2f985ef547015d72"
132
132
  }