@genesislcap/foundation-ui 14.418.2 → 14.419.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/custom-elements-manifest.config.mjs +3 -0
  2. package/dist/custom-elements.json +2790 -893
  3. package/dist/dts/_common/base-file-component.d.ts +3 -0
  4. package/dist/dts/_common/base-file-component.d.ts.map +1 -1
  5. package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts +5 -0
  6. package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts.map +1 -1
  7. package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts +2 -0
  8. package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts.map +1 -1
  9. package/dist/dts/combobox/combobox.d.ts +2 -0
  10. package/dist/dts/combobox/combobox.d.ts.map +1 -1
  11. package/dist/dts/dialog/dialog.d.ts +3 -0
  12. package/dist/dts/dialog/dialog.d.ts.map +1 -1
  13. package/dist/dts/expression-builder/rule-expression-builder.d.ts +2 -0
  14. package/dist/dts/expression-builder/rule-expression-builder.d.ts.map +1 -1
  15. package/dist/dts/expression-builder/value-expression-builder.d.ts +2 -0
  16. package/dist/dts/expression-builder/value-expression-builder.d.ts.map +1 -1
  17. package/dist/dts/file-reader/file-reader.d.ts +4 -0
  18. package/dist/dts/file-reader/file-reader.d.ts.map +1 -1
  19. package/dist/dts/file-upload/file-upload.d.ts +6 -0
  20. package/dist/dts/file-upload/file-upload.d.ts.map +1 -1
  21. package/dist/dts/filter/filter.d.ts +3 -0
  22. package/dist/dts/filter/filter.d.ts.map +1 -1
  23. package/dist/dts/flyout/flyout.d.ts +2 -0
  24. package/dist/dts/flyout/flyout.d.ts.map +1 -1
  25. package/dist/dts/menu-item/menu-item.d.ts +2 -0
  26. package/dist/dts/menu-item/menu-item.d.ts.map +1 -1
  27. package/dist/dts/multiselect/multiselect.d.ts +3 -0
  28. package/dist/dts/multiselect/multiselect.d.ts.map +1 -1
  29. package/dist/dts/number-field/number-field.d.ts +2 -0
  30. package/dist/dts/number-field/number-field.d.ts.map +1 -1
  31. package/dist/dts/options-datasource/options-datasource.d.ts +6 -0
  32. package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
  33. package/dist/dts/react.d.ts +849 -0
  34. package/dist/dts/scheduler/scheduler.d.ts +2 -0
  35. package/dist/dts/scheduler/scheduler.d.ts.map +1 -1
  36. package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts +3 -0
  37. package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts.map +1 -1
  38. package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts +3 -0
  39. package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts.map +1 -1
  40. package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts +2 -0
  41. package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts.map +1 -1
  42. package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts +3 -0
  43. package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts.map +1 -1
  44. package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts +2 -0
  45. package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts.map +1 -1
  46. package/dist/dts/search-bar/search-bar-combobox.d.ts +3 -0
  47. package/dist/dts/search-bar/search-bar-combobox.d.ts.map +1 -1
  48. package/dist/dts/search-bar/search-bar.d.ts +2 -0
  49. package/dist/dts/search-bar/search-bar.d.ts.map +1 -1
  50. package/dist/dts/section-navigator/section-navigator.d.ts +5 -0
  51. package/dist/dts/section-navigator/section-navigator.d.ts.map +1 -1
  52. package/dist/dts/snackbar/snackbar.d.ts +2 -0
  53. package/dist/dts/snackbar/snackbar.d.ts.map +1 -1
  54. package/dist/dts/stepper/stepper.d.ts +6 -0
  55. package/dist/dts/stepper/stepper.d.ts.map +1 -1
  56. package/dist/dts/stepper-tab/stepper-tab.d.ts +2 -0
  57. package/dist/dts/stepper-tab/stepper-tab.d.ts.map +1 -1
  58. package/dist/esm/_common/base-file-component.js +3 -0
  59. package/dist/esm/ai-criteria-search/ai-criteria-search.js +5 -0
  60. package/dist/esm/categorized-multiselect/categorized-multiselect.js +2 -0
  61. package/dist/esm/combobox/combobox.js +2 -0
  62. package/dist/esm/dialog/dialog.js +3 -0
  63. package/dist/esm/expression-builder/rule-expression-builder.js +2 -0
  64. package/dist/esm/expression-builder/value-expression-builder.js +2 -0
  65. package/dist/esm/file-reader/file-reader.js +4 -0
  66. package/dist/esm/file-upload/file-upload.js +6 -0
  67. package/dist/esm/filter/filter.js +3 -0
  68. package/dist/esm/flyout/flyout.js +2 -0
  69. package/dist/esm/menu-item/menu-item.js +2 -0
  70. package/dist/esm/multiselect/multiselect.js +3 -0
  71. package/dist/esm/number-field/number-field.js +2 -0
  72. package/dist/esm/options-datasource/options-datasource.js +6 -0
  73. package/dist/esm/scheduler/scheduler.js +2 -0
  74. package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.js +3 -0
  75. package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.js +3 -0
  76. package/dist/esm/scheduler-cron-builder/scheduler-cron-builder.js +2 -0
  77. package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +3 -0
  78. package/dist/esm/scheduler-timezone/scheduler-timezone.js +2 -0
  79. package/dist/esm/search-bar/search-bar-combobox.js +3 -0
  80. package/dist/esm/search-bar/search-bar.js +2 -0
  81. package/dist/esm/section-navigator/section-navigator.js +5 -0
  82. package/dist/esm/snackbar/snackbar.js +2 -0
  83. package/dist/esm/stepper/stepper.js +6 -0
  84. package/dist/esm/stepper-tab/stepper-tab.js +2 -0
  85. package/dist/react.cjs +462 -0
  86. package/dist/react.mjs +371 -0
  87. package/package.json +33 -19
@@ -1248,6 +1248,16 @@
1248
1248
  }
1249
1249
  }
1250
1250
  ],
1251
+ "events": [
1252
+ {
1253
+ "description": "Fired when file size validation fails",
1254
+ "name": "error"
1255
+ },
1256
+ {
1257
+ "description": "Fired when selection is cleared",
1258
+ "name": "clear"
1259
+ }
1260
+ ],
1251
1261
  "attributes": [
1252
1262
  {
1253
1263
  "name": "label",
@@ -1380,6 +1390,37 @@
1380
1390
  }
1381
1391
  ]
1382
1392
  },
1393
+ {
1394
+ "kind": "javascript-module",
1395
+ "path": "src/_config/index.ts",
1396
+ "declarations": [],
1397
+ "exports": [
1398
+ {
1399
+ "kind": "js",
1400
+ "name": "*",
1401
+ "declaration": {
1402
+ "name": "*",
1403
+ "package": "./styles"
1404
+ }
1405
+ },
1406
+ {
1407
+ "kind": "js",
1408
+ "name": "*",
1409
+ "declaration": {
1410
+ "name": "*",
1411
+ "package": "./tokens"
1412
+ }
1413
+ },
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./values"
1420
+ }
1421
+ }
1422
+ ]
1423
+ },
1383
1424
  {
1384
1425
  "kind": "javascript-module",
1385
1426
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1776,11 +1817,11 @@
1776
1817
  },
1777
1818
  {
1778
1819
  "kind": "javascript-module",
1779
- "path": "src/accordion/accordion.styles.ts",
1820
+ "path": "src/actions-menu/actions-menu.styles.ts",
1780
1821
  "declarations": [
1781
1822
  {
1782
1823
  "kind": "function",
1783
- "name": "foundationAccordionStyles",
1824
+ "name": "actionsMenuBaseStyles",
1784
1825
  "return": {
1785
1826
  "type": {
1786
1827
  "text": "ElementStyles"
@@ -1800,29 +1841,13 @@
1800
1841
  }
1801
1842
  }
1802
1843
  ]
1803
- }
1804
- ],
1805
- "exports": [
1806
- {
1807
- "kind": "js",
1808
- "name": "foundationAccordionStyles",
1809
- "declaration": {
1810
- "name": "foundationAccordionStyles",
1811
- "module": "src/accordion/accordion.styles.ts"
1812
- }
1813
- }
1814
- ]
1815
- },
1816
- {
1817
- "kind": "javascript-module",
1818
- "path": "src/accordion/accordion.template.ts",
1819
- "declarations": [
1844
+ },
1820
1845
  {
1821
1846
  "kind": "function",
1822
- "name": "foundationAccordionTemplate",
1847
+ "name": "foundationActionsMenuStyles",
1823
1848
  "return": {
1824
1849
  "type": {
1825
- "text": "ViewTemplate<Accordion>"
1850
+ "text": "ElementStyles"
1826
1851
  }
1827
1852
  },
1828
1853
  "parameters": [
@@ -1844,237 +1869,151 @@
1844
1869
  "exports": [
1845
1870
  {
1846
1871
  "kind": "js",
1847
- "name": "foundationAccordionTemplate",
1872
+ "name": "actionsMenuBaseStyles",
1848
1873
  "declaration": {
1849
- "name": "foundationAccordionTemplate",
1850
- "module": "src/accordion/accordion.template.ts"
1874
+ "name": "actionsMenuBaseStyles",
1875
+ "module": "src/actions-menu/actions-menu.styles.ts"
1876
+ }
1877
+ },
1878
+ {
1879
+ "kind": "js",
1880
+ "name": "foundationActionsMenuStyles",
1881
+ "declaration": {
1882
+ "name": "foundationActionsMenuStyles",
1883
+ "module": "src/actions-menu/actions-menu.styles.ts"
1851
1884
  }
1852
1885
  }
1853
1886
  ]
1854
1887
  },
1855
1888
  {
1856
1889
  "kind": "javascript-module",
1857
- "path": "src/accordion/accordion.ts",
1890
+ "path": "src/actions-menu/actions-menu.template.ts",
1858
1891
  "declarations": [
1859
1892
  {
1860
- "kind": "class",
1861
- "description": "",
1862
- "name": "Accordion",
1863
- "superclass": {
1864
- "name": "FASTAccordion",
1865
- "package": "@microsoft/fast-foundation"
1866
- },
1867
- "tagName": "%%prefix%%-accordion",
1868
- "customElement": true
1893
+ "kind": "function",
1894
+ "name": "menuTemplate",
1895
+ "parameters": [
1896
+ {
1897
+ "name": "prefix",
1898
+ "type": {
1899
+ "text": "string"
1900
+ }
1901
+ }
1902
+ ]
1869
1903
  },
1870
1904
  {
1871
- "kind": "variable",
1872
- "name": "foundationAccordionShadowOptions",
1873
- "type": {
1874
- "text": "ShadowRootInit"
1875
- },
1876
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1905
+ "kind": "function",
1906
+ "name": "singleOptionTemplate",
1907
+ "parameters": [
1908
+ {
1909
+ "name": "prefix",
1910
+ "type": {
1911
+ "text": "string"
1912
+ }
1913
+ }
1914
+ ]
1877
1915
  },
1878
1916
  {
1879
1917
  "kind": "variable",
1880
- "name": "defaultAccordionConfig",
1918
+ "name": "foundationActionsMenuTemplate",
1881
1919
  "type": {
1882
- "text": "object"
1920
+ "text": "ViewTemplate<ActionsMenu>"
1883
1921
  },
1884
- "default": "{}"
1885
- },
1886
- {
1887
- "kind": "variable",
1888
- "name": "foundationAccordion",
1889
- "description": "The Foundation Accordion",
1890
- "privacy": "public"
1922
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1891
1923
  }
1892
1924
  ],
1893
1925
  "exports": [
1894
1926
  {
1895
1927
  "kind": "js",
1896
- "name": "Accordion",
1897
- "declaration": {
1898
- "name": "Accordion",
1899
- "module": "src/accordion/accordion.ts"
1900
- }
1901
- },
1902
- {
1903
- "kind": "js",
1904
- "name": "foundationAccordionShadowOptions",
1905
- "declaration": {
1906
- "name": "foundationAccordionShadowOptions",
1907
- "module": "src/accordion/accordion.ts"
1908
- }
1909
- },
1910
- {
1911
- "kind": "js",
1912
- "name": "defaultAccordionConfig",
1913
- "declaration": {
1914
- "name": "defaultAccordionConfig",
1915
- "module": "src/accordion/accordion.ts"
1916
- }
1917
- },
1918
- {
1919
- "kind": "js",
1920
- "name": "foundationAccordion",
1921
- "declaration": {
1922
- "name": "foundationAccordion",
1923
- "module": "src/accordion/accordion.ts"
1924
- }
1925
- }
1926
- ]
1927
- },
1928
- {
1929
- "kind": "javascript-module",
1930
- "path": "src/accordion/index.ts",
1931
- "declarations": [],
1932
- "exports": [
1933
- {
1934
- "kind": "js",
1935
- "name": "*",
1928
+ "name": "menuTemplate",
1936
1929
  "declaration": {
1937
- "name": "*",
1938
- "package": "./accordion.template"
1930
+ "name": "menuTemplate",
1931
+ "module": "src/actions-menu/actions-menu.template.ts"
1939
1932
  }
1940
1933
  },
1941
1934
  {
1942
1935
  "kind": "js",
1943
- "name": "*",
1936
+ "name": "singleOptionTemplate",
1944
1937
  "declaration": {
1945
- "name": "*",
1946
- "package": "./accordion.styles"
1938
+ "name": "singleOptionTemplate",
1939
+ "module": "src/actions-menu/actions-menu.template.ts"
1947
1940
  }
1948
1941
  },
1949
1942
  {
1950
1943
  "kind": "js",
1951
- "name": "*",
1952
- "declaration": {
1953
- "name": "*",
1954
- "package": "./accordion"
1955
- }
1956
- }
1957
- ]
1958
- },
1959
- {
1960
- "kind": "javascript-module",
1961
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
1962
- "declarations": [
1963
- {
1964
- "kind": "variable",
1965
- "name": "foundationAiCriteriaSearchStyles",
1966
- "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
1967
- }
1968
- ],
1969
- "exports": [
1970
- {
1971
- "kind": "js",
1972
- "name": "foundationAiCriteriaSearchStyles",
1973
- "declaration": {
1974
- "name": "foundationAiCriteriaSearchStyles",
1975
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1976
- }
1977
- }
1978
- ]
1979
- },
1980
- {
1981
- "kind": "javascript-module",
1982
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1983
- "declarations": [
1984
- {
1985
- "kind": "variable",
1986
- "name": "foundationAiCriteriaSearchTemplate",
1987
- "type": {
1988
- "text": "ViewTemplate<AiCriteriaSearch>"
1989
- },
1990
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
1991
- }
1992
- ],
1993
- "exports": [
1994
- {
1995
- "kind": "js",
1996
- "name": "foundationAiCriteriaSearchTemplate",
1944
+ "name": "foundationActionsMenuTemplate",
1997
1945
  "declaration": {
1998
- "name": "foundationAiCriteriaSearchTemplate",
1999
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1946
+ "name": "foundationActionsMenuTemplate",
1947
+ "module": "src/actions-menu/actions-menu.template.ts"
2000
1948
  }
2001
1949
  }
2002
1950
  ]
2003
1951
  },
2004
1952
  {
2005
1953
  "kind": "javascript-module",
2006
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
1954
+ "path": "src/actions-menu/actions-menu.ts",
2007
1955
  "declarations": [
2008
1956
  {
2009
1957
  "kind": "class",
2010
1958
  "description": "",
2011
- "name": "AiCriteriaSearch",
1959
+ "name": "ActionsMenu",
2012
1960
  "members": [
2013
1961
  {
2014
1962
  "kind": "field",
2015
- "name": "aiProvider",
1963
+ "name": "actions",
2016
1964
  "type": {
2017
- "text": "AIProvider"
1965
+ "text": "ActionMenuItem[]"
2018
1966
  }
2019
1967
  },
2020
1968
  {
2021
1969
  "kind": "field",
2022
- "name": "placeholder",
1970
+ "name": "isVertical",
2023
1971
  "type": {
2024
- "text": "string"
1972
+ "text": "boolean"
2025
1973
  },
2026
- "default": "'Describe your search criteria in natural language...'"
1974
+ "default": "false"
2027
1975
  },
2028
1976
  {
2029
1977
  "kind": "field",
2030
- "name": "disabled",
1978
+ "name": "addDefaultActions",
2031
1979
  "type": {
2032
1980
  "text": "boolean"
2033
- }
2034
- },
2035
- {
2036
- "kind": "field",
2037
- "name": "mode",
2038
- "type": {
2039
- "text": "'append' | 'replace'"
2040
1981
  },
2041
- "default": "'replace'"
1982
+ "default": "true"
2042
1983
  },
2043
1984
  {
2044
1985
  "kind": "field",
2045
- "name": "inputValue",
1986
+ "name": "autoCloseOnAction",
2046
1987
  "type": {
2047
- "text": "string"
1988
+ "text": "boolean"
2048
1989
  },
2049
- "default": "''"
1990
+ "default": "true"
2050
1991
  },
2051
1992
  {
2052
1993
  "kind": "field",
2053
- "name": "isInterpreting",
1994
+ "name": "classNames",
2054
1995
  "type": {
2055
- "text": "boolean"
2056
- },
2057
- "default": "false"
1996
+ "text": "string"
1997
+ }
2058
1998
  },
2059
1999
  {
2060
2000
  "kind": "field",
2061
- "name": "lastValidCriteria",
2001
+ "name": "definition",
2062
2002
  "type": {
2063
- "text": "string | null"
2064
- },
2065
- "default": "null"
2003
+ "text": "any"
2004
+ }
2066
2005
  },
2067
2006
  {
2068
2007
  "kind": "field",
2069
- "name": "fieldMetadata",
2008
+ "name": "name",
2070
2009
  "type": {
2071
- "text": "MetadataDetail[] | string[]"
2010
+ "text": "string"
2072
2011
  },
2073
- "default": "[]"
2012
+ "default": "'Actions'"
2074
2013
  },
2075
2014
  {
2076
2015
  "kind": "field",
2077
- "name": "isRecording",
2016
+ "name": "open",
2078
2017
  "type": {
2079
2018
  "text": "boolean"
2080
2019
  },
@@ -2082,67 +2021,117 @@
2082
2021
  },
2083
2022
  {
2084
2023
  "kind": "field",
2085
- "name": "textAreaRef",
2024
+ "name": "buttonAppearance",
2086
2025
  "type": {
2087
- "text": "HTMLTextAreaElement"
2088
- },
2089
- "privacy": "public"
2026
+ "text": "string"
2027
+ }
2090
2028
  },
2091
2029
  {
2092
2030
  "kind": "field",
2093
- "name": "stopRecording",
2031
+ "name": "hideDisabled",
2094
2032
  "type": {
2095
- "text": "(() => void) | null"
2033
+ "text": "boolean"
2096
2034
  },
2097
- "privacy": "private",
2098
- "default": "null"
2035
+ "default": "false"
2099
2036
  },
2100
2037
  {
2101
2038
  "kind": "field",
2102
- "name": "speechApplyDebounceTimer",
2039
+ "name": "hideMenuSingleOption",
2103
2040
  "type": {
2104
- "text": "ReturnType<typeof setTimeout> | null"
2041
+ "text": "boolean"
2105
2042
  },
2106
- "privacy": "private",
2107
- "default": "null"
2043
+ "default": "false"
2108
2044
  },
2109
2045
  {
2110
2046
  "kind": "field",
2111
- "name": "baseInputForAppend",
2047
+ "name": "singleOption",
2112
2048
  "type": {
2113
- "text": "string"
2114
- },
2115
- "privacy": "private",
2116
- "default": "''"
2049
+ "text": "ActionMenuItem"
2050
+ }
2117
2051
  },
2118
2052
  {
2119
2053
  "kind": "field",
2120
- "name": "speechAvailable",
2054
+ "name": "actionsMenu",
2121
2055
  "type": {
2122
- "text": "boolean"
2123
- },
2124
- "readonly": true
2056
+ "text": "HTMLElement"
2057
+ }
2125
2058
  },
2126
2059
  {
2127
2060
  "kind": "method",
2128
- "name": "handleSubmit"
2061
+ "name": "definitionChanged",
2062
+ "privacy": "protected",
2063
+ "parameters": [
2064
+ {
2065
+ "name": "oldValue",
2066
+ "type": {
2067
+ "text": "any"
2068
+ }
2069
+ },
2070
+ {
2071
+ "name": "newValue",
2072
+ "type": {
2073
+ "text": "any"
2074
+ }
2075
+ }
2076
+ ]
2129
2077
  },
2130
2078
  {
2131
2079
  "kind": "method",
2132
- "name": "handleBlur"
2080
+ "name": "openChanged",
2081
+ "privacy": "protected"
2133
2082
  },
2134
2083
  {
2135
2084
  "kind": "method",
2136
- "name": "clear"
2085
+ "name": "toggleActionsMenuVisibility"
2137
2086
  },
2138
2087
  {
2139
2088
  "kind": "method",
2140
- "name": "toggleSpeechInput"
2089
+ "name": "onActionMenuItemClick",
2090
+ "parameters": [
2091
+ {
2092
+ "name": "callback",
2093
+ "type": {
2094
+ "text": "(rowData) => void | any"
2095
+ }
2096
+ }
2097
+ ]
2098
+ },
2099
+ {
2100
+ "kind": "field",
2101
+ "name": "allActions",
2102
+ "type": {
2103
+ "text": "ActionMenuItem[]"
2104
+ },
2105
+ "readonly": true
2106
+ },
2107
+ {
2108
+ "kind": "field",
2109
+ "name": "rowData",
2110
+ "readonly": true
2141
2111
  },
2142
2112
  {
2143
2113
  "kind": "method",
2144
- "name": "clearSpeechApplyDebounce",
2145
- "privacy": "private"
2114
+ "name": "getLabel",
2115
+ "parameters": [
2116
+ {
2117
+ "name": "name",
2118
+ "type": {
2119
+ "text": "string | ((rowData: any) => string)"
2120
+ }
2121
+ }
2122
+ ]
2123
+ },
2124
+ {
2125
+ "kind": "method",
2126
+ "name": "getTemplate",
2127
+ "parameters": [
2128
+ {
2129
+ "name": "prefix",
2130
+ "type": {
2131
+ "text": "string"
2132
+ }
2133
+ }
2134
+ ]
2146
2135
  },
2147
2136
  {
2148
2137
  "kind": "field",
@@ -2258,150 +2247,113 @@
2258
2247
  ],
2259
2248
  "attributes": [
2260
2249
  {
2261
- "name": "placeholder",
2250
+ "name": "is-vertical",
2251
+ "type": {
2252
+ "text": "boolean"
2253
+ },
2254
+ "default": "false",
2255
+ "fieldName": "isVertical"
2256
+ },
2257
+ {
2258
+ "name": "add-default-actions",
2259
+ "type": {
2260
+ "text": "boolean"
2261
+ },
2262
+ "default": "true",
2263
+ "fieldName": "addDefaultActions"
2264
+ },
2265
+ {
2266
+ "name": "auto-close-on-action",
2267
+ "type": {
2268
+ "text": "boolean"
2269
+ },
2270
+ "default": "true",
2271
+ "fieldName": "autoCloseOnAction"
2272
+ },
2273
+ {
2274
+ "name": "name",
2262
2275
  "type": {
2263
2276
  "text": "string"
2264
2277
  },
2265
- "default": "'Describe your search criteria in natural language...'",
2266
- "fieldName": "placeholder"
2278
+ "default": "'Actions'",
2279
+ "fieldName": "name"
2267
2280
  },
2268
2281
  {
2282
+ "name": "open",
2269
2283
  "type": {
2270
2284
  "text": "boolean"
2271
2285
  },
2272
- "fieldName": "disabled"
2286
+ "default": "false",
2287
+ "fieldName": "open"
2273
2288
  },
2274
2289
  {
2275
- "name": "mode",
2290
+ "name": "buttonAppearance",
2276
2291
  "type": {
2277
- "text": "'append' | 'replace'"
2292
+ "text": "string"
2278
2293
  },
2279
- "default": "'replace'",
2280
- "fieldName": "mode"
2294
+ "fieldName": "buttonAppearance"
2295
+ },
2296
+ {
2297
+ "name": "hide-disabled",
2298
+ "type": {
2299
+ "text": "boolean"
2300
+ },
2301
+ "default": "false",
2302
+ "fieldName": "hideDisabled"
2303
+ },
2304
+ {
2305
+ "name": "hide-menu-single-option",
2306
+ "type": {
2307
+ "text": "boolean"
2308
+ },
2309
+ "default": "false",
2310
+ "fieldName": "hideMenuSingleOption"
2281
2311
  }
2282
2312
  ],
2283
2313
  "superclass": {
2284
2314
  "name": "FoundationElement",
2285
2315
  "package": "@microsoft/fast-foundation"
2286
2316
  },
2287
- "tagName": "%%prefix%%-ai-criteria-search",
2317
+ "tagName": "%%prefix%%-actions-menu",
2288
2318
  "customElement": true
2289
2319
  },
2290
2320
  {
2291
2321
  "kind": "variable",
2292
- "name": "foundationAiCriteriaSearchShadowOptions",
2293
- "type": {
2294
- "text": "ShadowRootInit"
2295
- },
2296
- "default": "undefined"
2297
- },
2298
- {
2299
- "kind": "variable",
2300
- "name": "defaultAiCriteriaSearchConfig",
2301
- "type": {
2302
- "text": "object"
2303
- },
2304
- "default": "{}"
2305
- },
2306
- {
2307
- "kind": "variable",
2308
- "name": "foundationAiCriteriaSearch"
2322
+ "name": "foundationActionsMenu",
2323
+ "description": "The Foundation Actions Menu",
2324
+ "privacy": "public"
2309
2325
  }
2310
2326
  ],
2311
2327
  "exports": [
2312
2328
  {
2313
2329
  "kind": "js",
2314
- "name": "AiCriteriaSearch",
2315
- "declaration": {
2316
- "name": "AiCriteriaSearch",
2317
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2318
- }
2319
- },
2320
- {
2321
- "kind": "js",
2322
- "name": "foundationAiCriteriaSearchShadowOptions",
2323
- "declaration": {
2324
- "name": "foundationAiCriteriaSearchShadowOptions",
2325
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2326
- }
2327
- },
2328
- {
2329
- "kind": "js",
2330
- "name": "defaultAiCriteriaSearchConfig",
2330
+ "name": "ActionsMenu",
2331
2331
  "declaration": {
2332
- "name": "defaultAiCriteriaSearchConfig",
2333
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2332
+ "name": "ActionsMenu",
2333
+ "module": "src/actions-menu/actions-menu.ts"
2334
2334
  }
2335
2335
  },
2336
2336
  {
2337
2337
  "kind": "js",
2338
- "name": "foundationAiCriteriaSearch",
2338
+ "name": "foundationActionsMenu",
2339
2339
  "declaration": {
2340
- "name": "foundationAiCriteriaSearch",
2341
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2340
+ "name": "foundationActionsMenu",
2341
+ "module": "src/actions-menu/actions-menu.ts"
2342
2342
  }
2343
2343
  }
2344
2344
  ]
2345
2345
  },
2346
2346
  {
2347
2347
  "kind": "javascript-module",
2348
- "path": "src/ai-criteria-search/index.ts",
2348
+ "path": "src/actions-menu/index.ts",
2349
2349
  "declarations": [],
2350
2350
  "exports": [
2351
- {
2352
- "kind": "js",
2353
- "name": "AiCriteriaSearch",
2354
- "declaration": {
2355
- "name": "AiCriteriaSearch",
2356
- "module": "./ai-criteria-search"
2357
- }
2358
- },
2359
- {
2360
- "kind": "js",
2361
- "name": "defaultAiCriteriaSearchConfig",
2362
- "declaration": {
2363
- "name": "defaultAiCriteriaSearchConfig",
2364
- "module": "./ai-criteria-search"
2365
- }
2366
- },
2367
- {
2368
- "kind": "js",
2369
- "name": "foundationAiCriteriaSearch",
2370
- "declaration": {
2371
- "name": "foundationAiCriteriaSearch",
2372
- "module": "./ai-criteria-search"
2373
- }
2374
- },
2375
- {
2376
- "kind": "js",
2377
- "name": "foundationAiCriteriaSearchShadowOptions",
2378
- "declaration": {
2379
- "name": "foundationAiCriteriaSearchShadowOptions",
2380
- "module": "./ai-criteria-search"
2381
- }
2382
- },
2383
- {
2384
- "kind": "js",
2385
- "name": "foundationAiCriteriaSearchStyles",
2386
- "declaration": {
2387
- "name": "foundationAiCriteriaSearchStyles",
2388
- "module": "./ai-criteria-search.styles"
2389
- }
2390
- },
2391
- {
2392
- "kind": "js",
2393
- "name": "foundationAiCriteriaSearchTemplate",
2394
- "declaration": {
2395
- "name": "foundationAiCriteriaSearchTemplate",
2396
- "module": "./ai-criteria-search.template"
2397
- }
2398
- },
2399
2351
  {
2400
2352
  "kind": "js",
2401
2353
  "name": "*",
2402
2354
  "declaration": {
2403
2355
  "name": "*",
2404
- "package": "./validation/criteria-ir"
2356
+ "package": "./actions-menu.styles"
2405
2357
  }
2406
2358
  },
2407
2359
  {
@@ -2409,7 +2361,7 @@
2409
2361
  "name": "*",
2410
2362
  "declaration": {
2411
2363
  "name": "*",
2412
- "package": "./validation/operator-map"
2364
+ "package": "./actions-menu.template"
2413
2365
  }
2414
2366
  },
2415
2367
  {
@@ -2417,96 +2369,60 @@
2417
2369
  "name": "*",
2418
2370
  "declaration": {
2419
2371
  "name": "*",
2420
- "package": "./validation/schema-validator"
2372
+ "package": "./actions-menu"
2421
2373
  }
2422
2374
  }
2423
2375
  ]
2424
2376
  },
2425
2377
  {
2426
2378
  "kind": "javascript-module",
2427
- "path": "src/ai-criteria-search/validation-error-notification.ts",
2379
+ "path": "src/accordion/accordion.styles.ts",
2428
2380
  "declarations": [
2429
2381
  {
2430
2382
  "kind": "function",
2431
- "name": "formatValidationErrors",
2383
+ "name": "foundationAccordionStyles",
2432
2384
  "return": {
2433
2385
  "type": {
2434
- "text": "string"
2386
+ "text": "ElementStyles"
2435
2387
  }
2436
2388
  },
2437
2389
  "parameters": [
2438
2390
  {
2439
- "name": "errors",
2391
+ "name": "context",
2440
2392
  "type": {
2441
- "text": "ValidationError[]"
2393
+ "text": "ElementDefinitionContext"
2442
2394
  }
2443
- }
2444
- ],
2445
- "description": "Formats validation errors into a user-friendly message."
2446
- },
2447
- {
2448
- "kind": "function",
2449
- "name": "showCriteriaError",
2450
- "return": {
2451
- "type": {
2452
- "text": "void"
2453
- }
2454
- },
2455
- "parameters": [
2456
- {
2457
- "name": "title",
2458
- "type": {
2459
- "text": "string"
2460
- },
2461
- "description": "Notification title (e.g. \"Criteria validation error\")"
2462
- },
2463
- {
2464
- "name": "body",
2465
- "type": {
2466
- "text": "string"
2467
- },
2468
- "description": "Error message to display"
2469
2395
  },
2470
2396
  {
2471
- "name": "tagName",
2397
+ "name": "definition",
2472
2398
  "type": {
2473
- "text": "string"
2474
- },
2475
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2399
+ "text": "FoundationElementDefinition"
2400
+ }
2476
2401
  }
2477
- ],
2478
- "description": "Shows a criteria error as a toast notification."
2402
+ ]
2479
2403
  }
2480
2404
  ],
2481
2405
  "exports": [
2482
2406
  {
2483
2407
  "kind": "js",
2484
- "name": "formatValidationErrors",
2485
- "declaration": {
2486
- "name": "formatValidationErrors",
2487
- "module": "src/ai-criteria-search/validation-error-notification.ts"
2488
- }
2489
- },
2490
- {
2491
- "kind": "js",
2492
- "name": "showCriteriaError",
2408
+ "name": "foundationAccordionStyles",
2493
2409
  "declaration": {
2494
- "name": "showCriteriaError",
2495
- "module": "src/ai-criteria-search/validation-error-notification.ts"
2410
+ "name": "foundationAccordionStyles",
2411
+ "module": "src/accordion/accordion.styles.ts"
2496
2412
  }
2497
2413
  }
2498
2414
  ]
2499
2415
  },
2500
2416
  {
2501
2417
  "kind": "javascript-module",
2502
- "path": "src/actions-menu/actions-menu.styles.ts",
2418
+ "path": "src/accordion/accordion.template.ts",
2503
2419
  "declarations": [
2504
2420
  {
2505
2421
  "kind": "function",
2506
- "name": "actionsMenuBaseStyles",
2422
+ "name": "foundationAccordionTemplate",
2507
2423
  "return": {
2508
2424
  "type": {
2509
- "text": "ElementStyles"
2425
+ "text": "ViewTemplate<Accordion>"
2510
2426
  }
2511
2427
  },
2512
2428
  "parameters": [
@@ -2523,297 +2439,643 @@
2523
2439
  }
2524
2440
  }
2525
2441
  ]
2526
- },
2442
+ }
2443
+ ],
2444
+ "exports": [
2527
2445
  {
2528
- "kind": "function",
2529
- "name": "foundationActionsMenuStyles",
2530
- "return": {
2531
- "type": {
2532
- "text": "ElementStyles"
2533
- }
2446
+ "kind": "js",
2447
+ "name": "foundationAccordionTemplate",
2448
+ "declaration": {
2449
+ "name": "foundationAccordionTemplate",
2450
+ "module": "src/accordion/accordion.template.ts"
2451
+ }
2452
+ }
2453
+ ]
2454
+ },
2455
+ {
2456
+ "kind": "javascript-module",
2457
+ "path": "src/accordion/accordion.ts",
2458
+ "declarations": [
2459
+ {
2460
+ "kind": "class",
2461
+ "description": "",
2462
+ "name": "Accordion",
2463
+ "superclass": {
2464
+ "name": "FASTAccordion",
2465
+ "package": "@microsoft/fast-foundation"
2534
2466
  },
2535
- "parameters": [
2467
+ "tagName": "%%prefix%%-accordion",
2468
+ "customElement": true,
2469
+ "attributes": [
2536
2470
  {
2537
- "name": "context",
2471
+ "name": "expand-mode",
2538
2472
  "type": {
2539
- "text": "ElementDefinitionContext"
2473
+ "text": "AccordionExpandMode"
2474
+ },
2475
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2476
+ "fieldName": "expandmode",
2477
+ "inheritedFrom": {
2478
+ "name": "Accordion",
2479
+ "module": "src/accordion/accordion.ts"
2480
+ }
2481
+ }
2482
+ ],
2483
+ "members": [
2484
+ {
2485
+ "kind": "field",
2486
+ "name": "expandmode",
2487
+ "type": {
2488
+ "text": "AccordionExpandMode"
2489
+ },
2490
+ "privacy": "public",
2491
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2492
+ "inheritedFrom": {
2493
+ "name": "Accordion",
2494
+ "module": "src/accordion/accordion.ts"
2540
2495
  }
2541
2496
  },
2542
2497
  {
2543
- "name": "definition",
2498
+ "kind": "field",
2499
+ "name": "activeid",
2544
2500
  "type": {
2545
- "text": "FoundationElementDefinition"
2501
+ "text": "string | null"
2502
+ },
2503
+ "privacy": "private",
2504
+ "inheritedFrom": {
2505
+ "name": "Accordion",
2506
+ "module": "src/accordion/accordion.ts"
2507
+ }
2508
+ },
2509
+ {
2510
+ "kind": "field",
2511
+ "name": "activeItemIndex",
2512
+ "type": {
2513
+ "text": "number"
2514
+ },
2515
+ "privacy": "private",
2516
+ "default": "0",
2517
+ "inheritedFrom": {
2518
+ "name": "Accordion",
2519
+ "module": "src/accordion/accordion.ts"
2520
+ }
2521
+ },
2522
+ {
2523
+ "kind": "field",
2524
+ "name": "accordionIds",
2525
+ "type": {
2526
+ "text": "Array<string | null>"
2527
+ },
2528
+ "privacy": "private",
2529
+ "inheritedFrom": {
2530
+ "name": "Accordion",
2531
+ "module": "src/accordion/accordion.ts"
2532
+ }
2533
+ },
2534
+ {
2535
+ "kind": "field",
2536
+ "name": "change",
2537
+ "privacy": "private",
2538
+ "inheritedFrom": {
2539
+ "name": "Accordion",
2540
+ "module": "src/accordion/accordion.ts"
2541
+ }
2542
+ },
2543
+ {
2544
+ "kind": "method",
2545
+ "name": "findExpandedItem",
2546
+ "privacy": "private",
2547
+ "return": {
2548
+ "type": {
2549
+ "text": "AccordionItem | null"
2550
+ }
2551
+ },
2552
+ "inheritedFrom": {
2553
+ "name": "Accordion",
2554
+ "module": "src/accordion/accordion.ts"
2555
+ }
2556
+ },
2557
+ {
2558
+ "kind": "field",
2559
+ "name": "setItems",
2560
+ "privacy": "private",
2561
+ "inheritedFrom": {
2562
+ "name": "Accordion",
2563
+ "module": "src/accordion/accordion.ts"
2564
+ }
2565
+ },
2566
+ {
2567
+ "kind": "method",
2568
+ "name": "resetItems",
2569
+ "privacy": "private",
2570
+ "return": {
2571
+ "type": {
2572
+ "text": "void"
2573
+ }
2574
+ },
2575
+ "inheritedFrom": {
2576
+ "name": "Accordion",
2577
+ "module": "src/accordion/accordion.ts"
2578
+ }
2579
+ },
2580
+ {
2581
+ "kind": "field",
2582
+ "name": "removeItemListeners",
2583
+ "privacy": "private",
2584
+ "inheritedFrom": {
2585
+ "name": "Accordion",
2586
+ "module": "src/accordion/accordion.ts"
2587
+ }
2588
+ },
2589
+ {
2590
+ "kind": "field",
2591
+ "name": "activeItemChange",
2592
+ "privacy": "private",
2593
+ "inheritedFrom": {
2594
+ "name": "Accordion",
2595
+ "module": "src/accordion/accordion.ts"
2596
+ }
2597
+ },
2598
+ {
2599
+ "kind": "method",
2600
+ "name": "getItemIds",
2601
+ "privacy": "private",
2602
+ "return": {
2603
+ "type": {
2604
+ "text": "Array<string | null>"
2605
+ }
2606
+ },
2607
+ "inheritedFrom": {
2608
+ "name": "Accordion",
2609
+ "module": "src/accordion/accordion.ts"
2610
+ }
2611
+ },
2612
+ {
2613
+ "kind": "method",
2614
+ "name": "isSingleExpandMode",
2615
+ "privacy": "private",
2616
+ "return": {
2617
+ "type": {
2618
+ "text": "boolean"
2619
+ }
2620
+ },
2621
+ "inheritedFrom": {
2622
+ "name": "Accordion",
2623
+ "module": "src/accordion/accordion.ts"
2624
+ }
2625
+ },
2626
+ {
2627
+ "kind": "field",
2628
+ "name": "handleItemKeyDown",
2629
+ "privacy": "private",
2630
+ "inheritedFrom": {
2631
+ "name": "Accordion",
2632
+ "module": "src/accordion/accordion.ts"
2633
+ }
2634
+ },
2635
+ {
2636
+ "kind": "field",
2637
+ "name": "handleItemFocus",
2638
+ "privacy": "private",
2639
+ "inheritedFrom": {
2640
+ "name": "Accordion",
2641
+ "module": "src/accordion/accordion.ts"
2642
+ }
2643
+ },
2644
+ {
2645
+ "kind": "method",
2646
+ "name": "adjust",
2647
+ "privacy": "private",
2648
+ "return": {
2649
+ "type": {
2650
+ "text": "void"
2651
+ }
2652
+ },
2653
+ "parameters": [
2654
+ {
2655
+ "name": "adjustment",
2656
+ "type": {
2657
+ "text": "number"
2658
+ }
2659
+ }
2660
+ ],
2661
+ "inheritedFrom": {
2662
+ "name": "Accordion",
2663
+ "module": "src/accordion/accordion.ts"
2664
+ }
2665
+ },
2666
+ {
2667
+ "kind": "method",
2668
+ "name": "focusItem",
2669
+ "privacy": "private",
2670
+ "return": {
2671
+ "type": {
2672
+ "text": "void"
2673
+ }
2674
+ },
2675
+ "inheritedFrom": {
2676
+ "name": "Accordion",
2677
+ "module": "src/accordion/accordion.ts"
2678
+ }
2679
+ },
2680
+ {
2681
+ "kind": "field",
2682
+ "name": "_presentation",
2683
+ "type": {
2684
+ "text": "ComponentPresentation | null | undefined"
2685
+ },
2686
+ "privacy": "private",
2687
+ "default": "void 0",
2688
+ "inheritedFrom": {
2689
+ "name": "FoundationElement",
2690
+ "module": "src/foundation-element/foundation-element.ts"
2691
+ }
2692
+ },
2693
+ {
2694
+ "kind": "field",
2695
+ "name": "$presentation",
2696
+ "type": {
2697
+ "text": "ComponentPresentation | null"
2698
+ },
2699
+ "privacy": "public",
2700
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2701
+ "inheritedFrom": {
2702
+ "name": "FoundationElement",
2703
+ "module": "src/foundation-element/foundation-element.ts"
2704
+ }
2705
+ },
2706
+ {
2707
+ "kind": "field",
2708
+ "name": "template",
2709
+ "type": {
2710
+ "text": "ElementViewTemplate | void | null"
2711
+ },
2712
+ "privacy": "public",
2713
+ "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.",
2714
+ "inheritedFrom": {
2715
+ "name": "FoundationElement",
2716
+ "module": "src/foundation-element/foundation-element.ts"
2717
+ }
2718
+ },
2719
+ {
2720
+ "kind": "method",
2721
+ "name": "templateChanged",
2722
+ "privacy": "protected",
2723
+ "return": {
2724
+ "type": {
2725
+ "text": "void"
2726
+ }
2727
+ },
2728
+ "inheritedFrom": {
2729
+ "name": "FoundationElement",
2730
+ "module": "src/foundation-element/foundation-element.ts"
2731
+ }
2732
+ },
2733
+ {
2734
+ "kind": "field",
2735
+ "name": "styles",
2736
+ "type": {
2737
+ "text": "ElementStyles | void | null"
2738
+ },
2739
+ "privacy": "public",
2740
+ "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.",
2741
+ "inheritedFrom": {
2742
+ "name": "FoundationElement",
2743
+ "module": "src/foundation-element/foundation-element.ts"
2744
+ }
2745
+ },
2746
+ {
2747
+ "kind": "method",
2748
+ "name": "stylesChanged",
2749
+ "privacy": "protected",
2750
+ "return": {
2751
+ "type": {
2752
+ "text": "void"
2753
+ }
2754
+ },
2755
+ "inheritedFrom": {
2756
+ "name": "FoundationElement",
2757
+ "module": "src/foundation-element/foundation-element.ts"
2758
+ }
2759
+ },
2760
+ {
2761
+ "kind": "method",
2762
+ "name": "compose",
2763
+ "privacy": "public",
2764
+ "static": true,
2765
+ "return": {
2766
+ "type": {
2767
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2768
+ }
2769
+ },
2770
+ "parameters": [
2771
+ {
2772
+ "name": "this",
2773
+ "type": {
2774
+ "text": "K"
2775
+ }
2776
+ },
2777
+ {
2778
+ "name": "elementDefinition",
2779
+ "type": {
2780
+ "text": "T"
2781
+ },
2782
+ "description": "The definition of the element to create the registry\nfunction for."
2783
+ }
2784
+ ],
2785
+ "description": "Defines an element registry function with a set of element definition defaults.",
2786
+ "inheritedFrom": {
2787
+ "name": "FoundationElement",
2788
+ "module": "src/foundation-element/foundation-element.ts"
2789
+ }
2790
+ }
2791
+ ],
2792
+ "events": [
2793
+ {
2794
+ "description": "Fires a custom 'change' event when the active item changes",
2795
+ "name": "change",
2796
+ "inheritedFrom": {
2797
+ "name": "Accordion",
2798
+ "module": "src/accordion/accordion.ts"
2546
2799
  }
2547
2800
  }
2548
2801
  ]
2802
+ },
2803
+ {
2804
+ "kind": "variable",
2805
+ "name": "foundationAccordionShadowOptions",
2806
+ "type": {
2807
+ "text": "ShadowRootInit"
2808
+ },
2809
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2810
+ },
2811
+ {
2812
+ "kind": "variable",
2813
+ "name": "defaultAccordionConfig",
2814
+ "type": {
2815
+ "text": "object"
2816
+ },
2817
+ "default": "{}"
2818
+ },
2819
+ {
2820
+ "kind": "variable",
2821
+ "name": "foundationAccordion",
2822
+ "description": "The Foundation Accordion",
2823
+ "privacy": "public"
2549
2824
  }
2550
2825
  ],
2551
2826
  "exports": [
2552
2827
  {
2553
2828
  "kind": "js",
2554
- "name": "actionsMenuBaseStyles",
2829
+ "name": "Accordion",
2555
2830
  "declaration": {
2556
- "name": "actionsMenuBaseStyles",
2557
- "module": "src/actions-menu/actions-menu.styles.ts"
2831
+ "name": "Accordion",
2832
+ "module": "src/accordion/accordion.ts"
2558
2833
  }
2559
2834
  },
2560
2835
  {
2561
2836
  "kind": "js",
2562
- "name": "foundationActionsMenuStyles",
2837
+ "name": "foundationAccordionShadowOptions",
2563
2838
  "declaration": {
2564
- "name": "foundationActionsMenuStyles",
2565
- "module": "src/actions-menu/actions-menu.styles.ts"
2839
+ "name": "foundationAccordionShadowOptions",
2840
+ "module": "src/accordion/accordion.ts"
2841
+ }
2842
+ },
2843
+ {
2844
+ "kind": "js",
2845
+ "name": "defaultAccordionConfig",
2846
+ "declaration": {
2847
+ "name": "defaultAccordionConfig",
2848
+ "module": "src/accordion/accordion.ts"
2849
+ }
2850
+ },
2851
+ {
2852
+ "kind": "js",
2853
+ "name": "foundationAccordion",
2854
+ "declaration": {
2855
+ "name": "foundationAccordion",
2856
+ "module": "src/accordion/accordion.ts"
2566
2857
  }
2567
2858
  }
2568
2859
  ]
2569
2860
  },
2570
2861
  {
2571
2862
  "kind": "javascript-module",
2572
- "path": "src/actions-menu/actions-menu.template.ts",
2573
- "declarations": [
2863
+ "path": "src/accordion/index.ts",
2864
+ "declarations": [],
2865
+ "exports": [
2574
2866
  {
2575
- "kind": "function",
2576
- "name": "menuTemplate",
2577
- "parameters": [
2578
- {
2579
- "name": "prefix",
2580
- "type": {
2581
- "text": "string"
2582
- }
2583
- }
2584
- ]
2867
+ "kind": "js",
2868
+ "name": "*",
2869
+ "declaration": {
2870
+ "name": "*",
2871
+ "package": "./accordion.template"
2872
+ }
2585
2873
  },
2586
2874
  {
2587
- "kind": "function",
2588
- "name": "singleOptionTemplate",
2589
- "parameters": [
2590
- {
2591
- "name": "prefix",
2592
- "type": {
2593
- "text": "string"
2594
- }
2595
- }
2596
- ]
2875
+ "kind": "js",
2876
+ "name": "*",
2877
+ "declaration": {
2878
+ "name": "*",
2879
+ "package": "./accordion.styles"
2880
+ }
2597
2881
  },
2882
+ {
2883
+ "kind": "js",
2884
+ "name": "*",
2885
+ "declaration": {
2886
+ "name": "*",
2887
+ "package": "./accordion"
2888
+ }
2889
+ }
2890
+ ]
2891
+ },
2892
+ {
2893
+ "kind": "javascript-module",
2894
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2895
+ "declarations": [
2598
2896
  {
2599
2897
  "kind": "variable",
2600
- "name": "foundationActionsMenuTemplate",
2601
- "type": {
2602
- "text": "ViewTemplate<ActionsMenu>"
2603
- },
2604
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
2898
+ "name": "foundationAiCriteriaSearchStyles",
2899
+ "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
2605
2900
  }
2606
2901
  ],
2607
2902
  "exports": [
2608
2903
  {
2609
2904
  "kind": "js",
2610
- "name": "menuTemplate",
2905
+ "name": "foundationAiCriteriaSearchStyles",
2611
2906
  "declaration": {
2612
- "name": "menuTemplate",
2613
- "module": "src/actions-menu/actions-menu.template.ts"
2907
+ "name": "foundationAiCriteriaSearchStyles",
2908
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2614
2909
  }
2615
- },
2910
+ }
2911
+ ]
2912
+ },
2913
+ {
2914
+ "kind": "javascript-module",
2915
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2916
+ "declarations": [
2616
2917
  {
2617
- "kind": "js",
2618
- "name": "singleOptionTemplate",
2619
- "declaration": {
2620
- "name": "singleOptionTemplate",
2621
- "module": "src/actions-menu/actions-menu.template.ts"
2622
- }
2623
- },
2918
+ "kind": "variable",
2919
+ "name": "foundationAiCriteriaSearchTemplate",
2920
+ "type": {
2921
+ "text": "ViewTemplate<AiCriteriaSearch>"
2922
+ },
2923
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2924
+ }
2925
+ ],
2926
+ "exports": [
2624
2927
  {
2625
2928
  "kind": "js",
2626
- "name": "foundationActionsMenuTemplate",
2929
+ "name": "foundationAiCriteriaSearchTemplate",
2627
2930
  "declaration": {
2628
- "name": "foundationActionsMenuTemplate",
2629
- "module": "src/actions-menu/actions-menu.template.ts"
2931
+ "name": "foundationAiCriteriaSearchTemplate",
2932
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2630
2933
  }
2631
2934
  }
2632
2935
  ]
2633
2936
  },
2634
2937
  {
2635
2938
  "kind": "javascript-module",
2636
- "path": "src/actions-menu/actions-menu.ts",
2939
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
2637
2940
  "declarations": [
2638
2941
  {
2639
2942
  "kind": "class",
2640
- "description": "",
2641
- "name": "ActionsMenu",
2943
+ "description": "Natural-language criteria search input with AI interpretation.",
2944
+ "name": "AiCriteriaSearch",
2642
2945
  "members": [
2643
2946
  {
2644
2947
  "kind": "field",
2645
- "name": "actions",
2948
+ "name": "aiProvider",
2646
2949
  "type": {
2647
- "text": "ActionMenuItem[]"
2950
+ "text": "AIProvider"
2648
2951
  }
2649
2952
  },
2650
2953
  {
2651
2954
  "kind": "field",
2652
- "name": "isVertical",
2955
+ "name": "placeholder",
2653
2956
  "type": {
2654
- "text": "boolean"
2957
+ "text": "string"
2655
2958
  },
2656
- "default": "false"
2959
+ "default": "'Describe your search criteria in natural language...'"
2657
2960
  },
2658
2961
  {
2659
2962
  "kind": "field",
2660
- "name": "addDefaultActions",
2963
+ "name": "disabled",
2661
2964
  "type": {
2662
2965
  "text": "boolean"
2663
- },
2664
- "default": "true"
2966
+ }
2665
2967
  },
2666
2968
  {
2667
2969
  "kind": "field",
2668
- "name": "autoCloseOnAction",
2970
+ "name": "mode",
2669
2971
  "type": {
2670
- "text": "boolean"
2972
+ "text": "'append' | 'replace'"
2671
2973
  },
2672
- "default": "true"
2974
+ "default": "'replace'"
2673
2975
  },
2674
2976
  {
2675
2977
  "kind": "field",
2676
- "name": "classNames",
2978
+ "name": "inputValue",
2677
2979
  "type": {
2678
2980
  "text": "string"
2679
- }
2981
+ },
2982
+ "default": "''"
2680
2983
  },
2681
2984
  {
2682
2985
  "kind": "field",
2683
- "name": "definition",
2986
+ "name": "isInterpreting",
2684
2987
  "type": {
2685
- "text": "any"
2686
- }
2988
+ "text": "boolean"
2989
+ },
2990
+ "default": "false"
2687
2991
  },
2688
2992
  {
2689
2993
  "kind": "field",
2690
- "name": "name",
2994
+ "name": "lastValidCriteria",
2691
2995
  "type": {
2692
- "text": "string"
2996
+ "text": "string | null"
2693
2997
  },
2694
- "default": "'Actions'"
2998
+ "default": "null"
2695
2999
  },
2696
3000
  {
2697
3001
  "kind": "field",
2698
- "name": "open",
3002
+ "name": "fieldMetadata",
2699
3003
  "type": {
2700
- "text": "boolean"
3004
+ "text": "MetadataDetail[] | string[]"
2701
3005
  },
2702
- "default": "false"
3006
+ "default": "[]"
2703
3007
  },
2704
3008
  {
2705
3009
  "kind": "field",
2706
- "name": "buttonAppearance",
3010
+ "name": "isRecording",
2707
3011
  "type": {
2708
- "text": "string"
2709
- }
3012
+ "text": "boolean"
3013
+ },
3014
+ "default": "false"
2710
3015
  },
2711
3016
  {
2712
3017
  "kind": "field",
2713
- "name": "hideDisabled",
3018
+ "name": "textAreaRef",
2714
3019
  "type": {
2715
- "text": "boolean"
3020
+ "text": "HTMLTextAreaElement"
2716
3021
  },
2717
- "default": "false"
3022
+ "privacy": "public"
2718
3023
  },
2719
3024
  {
2720
3025
  "kind": "field",
2721
- "name": "hideMenuSingleOption",
3026
+ "name": "stopRecording",
2722
3027
  "type": {
2723
- "text": "boolean"
3028
+ "text": "(() => void) | null"
2724
3029
  },
2725
- "default": "false"
3030
+ "privacy": "private",
3031
+ "default": "null"
2726
3032
  },
2727
3033
  {
2728
3034
  "kind": "field",
2729
- "name": "singleOption",
3035
+ "name": "speechApplyDebounceTimer",
2730
3036
  "type": {
2731
- "text": "ActionMenuItem"
2732
- }
3037
+ "text": "ReturnType<typeof setTimeout> | null"
3038
+ },
3039
+ "privacy": "private",
3040
+ "default": "null"
2733
3041
  },
2734
3042
  {
2735
3043
  "kind": "field",
2736
- "name": "actionsMenu",
3044
+ "name": "baseInputForAppend",
2737
3045
  "type": {
2738
- "text": "HTMLElement"
2739
- }
3046
+ "text": "string"
3047
+ },
3048
+ "privacy": "private",
3049
+ "default": "''"
2740
3050
  },
2741
3051
  {
2742
- "kind": "method",
2743
- "name": "definitionChanged",
2744
- "privacy": "protected",
2745
- "parameters": [
2746
- {
2747
- "name": "oldValue",
2748
- "type": {
2749
- "text": "any"
2750
- }
2751
- },
2752
- {
2753
- "name": "newValue",
2754
- "type": {
2755
- "text": "any"
2756
- }
2757
- }
2758
- ]
3052
+ "kind": "field",
3053
+ "name": "speechAvailable",
3054
+ "type": {
3055
+ "text": "boolean"
3056
+ },
3057
+ "readonly": true
2759
3058
  },
2760
3059
  {
2761
3060
  "kind": "method",
2762
- "name": "openChanged",
2763
- "privacy": "protected"
3061
+ "name": "handleSubmit"
2764
3062
  },
2765
3063
  {
2766
3064
  "kind": "method",
2767
- "name": "toggleActionsMenuVisibility"
3065
+ "name": "handleBlur"
2768
3066
  },
2769
3067
  {
2770
3068
  "kind": "method",
2771
- "name": "onActionMenuItemClick",
2772
- "parameters": [
2773
- {
2774
- "name": "callback",
2775
- "type": {
2776
- "text": "(rowData) => void | any"
2777
- }
2778
- }
2779
- ]
2780
- },
2781
- {
2782
- "kind": "field",
2783
- "name": "allActions",
2784
- "type": {
2785
- "text": "ActionMenuItem[]"
2786
- },
2787
- "readonly": true
2788
- },
2789
- {
2790
- "kind": "field",
2791
- "name": "rowData",
2792
- "readonly": true
3069
+ "name": "clear"
2793
3070
  },
2794
3071
  {
2795
3072
  "kind": "method",
2796
- "name": "getLabel",
2797
- "parameters": [
2798
- {
2799
- "name": "name",
2800
- "type": {
2801
- "text": "string | ((rowData: any) => string)"
2802
- }
2803
- }
2804
- ]
3073
+ "name": "toggleSpeechInput"
2805
3074
  },
2806
3075
  {
2807
3076
  "kind": "method",
2808
- "name": "getTemplate",
2809
- "parameters": [
2810
- {
2811
- "name": "prefix",
2812
- "type": {
2813
- "text": "string"
2814
- }
2815
- }
2816
- ]
3077
+ "name": "clearSpeechApplyDebounce",
3078
+ "privacy": "private"
2817
3079
  },
2818
3080
  {
2819
3081
  "kind": "field",
@@ -2927,115 +3189,162 @@
2927
3189
  }
2928
3190
  }
2929
3191
  ],
2930
- "attributes": [
2931
- {
2932
- "name": "is-vertical",
2933
- "type": {
2934
- "text": "boolean"
2935
- },
2936
- "default": "false",
2937
- "fieldName": "isVertical"
2938
- },
2939
- {
2940
- "name": "add-default-actions",
2941
- "type": {
2942
- "text": "boolean"
2943
- },
2944
- "default": "true",
2945
- "fieldName": "addDefaultActions"
2946
- },
2947
- {
2948
- "name": "auto-close-on-action",
2949
- "type": {
2950
- "text": "boolean"
2951
- },
2952
- "default": "true",
2953
- "fieldName": "autoCloseOnAction"
2954
- },
3192
+ "events": [
2955
3193
  {
2956
- "name": "name",
2957
- "type": {
2958
- "text": "string"
2959
- },
2960
- "default": "'Actions'",
2961
- "fieldName": "name"
3194
+ "description": "Fired when interpreted criteria is applied or cleared",
3195
+ "name": "criteria-changed"
2962
3196
  },
2963
3197
  {
2964
- "name": "open",
2965
- "type": {
2966
- "text": "boolean"
2967
- },
2968
- "default": "false",
2969
- "fieldName": "open"
2970
- },
3198
+ "description": "Fired when interpreted criteria contains invalid clauses",
3199
+ "name": "validation-errors"
3200
+ }
3201
+ ],
3202
+ "attributes": [
2971
3203
  {
2972
- "name": "buttonAppearance",
3204
+ "name": "placeholder",
2973
3205
  "type": {
2974
3206
  "text": "string"
2975
3207
  },
2976
- "fieldName": "buttonAppearance"
3208
+ "default": "'Describe your search criteria in natural language...'",
3209
+ "fieldName": "placeholder"
2977
3210
  },
2978
3211
  {
2979
- "name": "hide-disabled",
2980
3212
  "type": {
2981
3213
  "text": "boolean"
2982
3214
  },
2983
- "default": "false",
2984
- "fieldName": "hideDisabled"
3215
+ "fieldName": "disabled"
2985
3216
  },
2986
3217
  {
2987
- "name": "hide-menu-single-option",
3218
+ "name": "mode",
2988
3219
  "type": {
2989
- "text": "boolean"
3220
+ "text": "'append' | 'replace'"
2990
3221
  },
2991
- "default": "false",
2992
- "fieldName": "hideMenuSingleOption"
3222
+ "default": "'replace'",
3223
+ "fieldName": "mode"
2993
3224
  }
2994
3225
  ],
2995
3226
  "superclass": {
2996
3227
  "name": "FoundationElement",
2997
3228
  "package": "@microsoft/fast-foundation"
2998
3229
  },
2999
- "tagName": "%%prefix%%-actions-menu",
3230
+ "tagName": "%%prefix%%-ai-criteria-search",
3000
3231
  "customElement": true
3001
3232
  },
3002
3233
  {
3003
3234
  "kind": "variable",
3004
- "name": "foundationActionsMenu",
3005
- "description": "The Foundation Actions Menu",
3006
- "privacy": "public"
3235
+ "name": "foundationAiCriteriaSearchShadowOptions",
3236
+ "type": {
3237
+ "text": "ShadowRootInit"
3238
+ },
3239
+ "default": "undefined"
3240
+ },
3241
+ {
3242
+ "kind": "variable",
3243
+ "name": "defaultAiCriteriaSearchConfig",
3244
+ "type": {
3245
+ "text": "object"
3246
+ },
3247
+ "default": "{}"
3248
+ },
3249
+ {
3250
+ "kind": "variable",
3251
+ "name": "foundationAiCriteriaSearch"
3007
3252
  }
3008
3253
  ],
3009
3254
  "exports": [
3010
3255
  {
3011
3256
  "kind": "js",
3012
- "name": "ActionsMenu",
3257
+ "name": "AiCriteriaSearch",
3013
3258
  "declaration": {
3014
- "name": "ActionsMenu",
3015
- "module": "src/actions-menu/actions-menu.ts"
3259
+ "name": "AiCriteriaSearch",
3260
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3016
3261
  }
3017
3262
  },
3018
3263
  {
3019
3264
  "kind": "js",
3020
- "name": "foundationActionsMenu",
3265
+ "name": "foundationAiCriteriaSearchShadowOptions",
3021
3266
  "declaration": {
3022
- "name": "foundationActionsMenu",
3023
- "module": "src/actions-menu/actions-menu.ts"
3267
+ "name": "foundationAiCriteriaSearchShadowOptions",
3268
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3269
+ }
3270
+ },
3271
+ {
3272
+ "kind": "js",
3273
+ "name": "defaultAiCriteriaSearchConfig",
3274
+ "declaration": {
3275
+ "name": "defaultAiCriteriaSearchConfig",
3276
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3277
+ }
3278
+ },
3279
+ {
3280
+ "kind": "js",
3281
+ "name": "foundationAiCriteriaSearch",
3282
+ "declaration": {
3283
+ "name": "foundationAiCriteriaSearch",
3284
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3024
3285
  }
3025
3286
  }
3026
3287
  ]
3027
3288
  },
3028
3289
  {
3029
3290
  "kind": "javascript-module",
3030
- "path": "src/actions-menu/index.ts",
3291
+ "path": "src/ai-criteria-search/index.ts",
3031
3292
  "declarations": [],
3032
3293
  "exports": [
3294
+ {
3295
+ "kind": "js",
3296
+ "name": "AiCriteriaSearch",
3297
+ "declaration": {
3298
+ "name": "AiCriteriaSearch",
3299
+ "module": "./ai-criteria-search"
3300
+ }
3301
+ },
3302
+ {
3303
+ "kind": "js",
3304
+ "name": "defaultAiCriteriaSearchConfig",
3305
+ "declaration": {
3306
+ "name": "defaultAiCriteriaSearchConfig",
3307
+ "module": "./ai-criteria-search"
3308
+ }
3309
+ },
3310
+ {
3311
+ "kind": "js",
3312
+ "name": "foundationAiCriteriaSearch",
3313
+ "declaration": {
3314
+ "name": "foundationAiCriteriaSearch",
3315
+ "module": "./ai-criteria-search"
3316
+ }
3317
+ },
3318
+ {
3319
+ "kind": "js",
3320
+ "name": "foundationAiCriteriaSearchShadowOptions",
3321
+ "declaration": {
3322
+ "name": "foundationAiCriteriaSearchShadowOptions",
3323
+ "module": "./ai-criteria-search"
3324
+ }
3325
+ },
3326
+ {
3327
+ "kind": "js",
3328
+ "name": "foundationAiCriteriaSearchStyles",
3329
+ "declaration": {
3330
+ "name": "foundationAiCriteriaSearchStyles",
3331
+ "module": "./ai-criteria-search.styles"
3332
+ }
3333
+ },
3334
+ {
3335
+ "kind": "js",
3336
+ "name": "foundationAiCriteriaSearchTemplate",
3337
+ "declaration": {
3338
+ "name": "foundationAiCriteriaSearchTemplate",
3339
+ "module": "./ai-criteria-search.template"
3340
+ }
3341
+ },
3033
3342
  {
3034
3343
  "kind": "js",
3035
3344
  "name": "*",
3036
3345
  "declaration": {
3037
3346
  "name": "*",
3038
- "package": "./actions-menu.styles"
3347
+ "package": "./validation/criteria-ir"
3039
3348
  }
3040
3349
  },
3041
3350
  {
@@ -3043,7 +3352,7 @@
3043
3352
  "name": "*",
3044
3353
  "declaration": {
3045
3354
  "name": "*",
3046
- "package": "./actions-menu.template"
3355
+ "package": "./validation/operator-map"
3047
3356
  }
3048
3357
  },
3049
3358
  {
@@ -3051,7 +3360,82 @@
3051
3360
  "name": "*",
3052
3361
  "declaration": {
3053
3362
  "name": "*",
3054
- "package": "./actions-menu"
3363
+ "package": "./validation/schema-validator"
3364
+ }
3365
+ }
3366
+ ]
3367
+ },
3368
+ {
3369
+ "kind": "javascript-module",
3370
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
3371
+ "declarations": [
3372
+ {
3373
+ "kind": "function",
3374
+ "name": "formatValidationErrors",
3375
+ "return": {
3376
+ "type": {
3377
+ "text": "string"
3378
+ }
3379
+ },
3380
+ "parameters": [
3381
+ {
3382
+ "name": "errors",
3383
+ "type": {
3384
+ "text": "ValidationError[]"
3385
+ }
3386
+ }
3387
+ ],
3388
+ "description": "Formats validation errors into a user-friendly message."
3389
+ },
3390
+ {
3391
+ "kind": "function",
3392
+ "name": "showCriteriaError",
3393
+ "return": {
3394
+ "type": {
3395
+ "text": "void"
3396
+ }
3397
+ },
3398
+ "parameters": [
3399
+ {
3400
+ "name": "title",
3401
+ "type": {
3402
+ "text": "string"
3403
+ },
3404
+ "description": "Notification title (e.g. \"Criteria validation error\")"
3405
+ },
3406
+ {
3407
+ "name": "body",
3408
+ "type": {
3409
+ "text": "string"
3410
+ },
3411
+ "description": "Error message to display"
3412
+ },
3413
+ {
3414
+ "name": "tagName",
3415
+ "type": {
3416
+ "text": "string"
3417
+ },
3418
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3419
+ }
3420
+ ],
3421
+ "description": "Shows a criteria error as a toast notification."
3422
+ }
3423
+ ],
3424
+ "exports": [
3425
+ {
3426
+ "kind": "js",
3427
+ "name": "formatValidationErrors",
3428
+ "declaration": {
3429
+ "name": "formatValidationErrors",
3430
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3431
+ }
3432
+ },
3433
+ {
3434
+ "kind": "js",
3435
+ "name": "showCriteriaError",
3436
+ "declaration": {
3437
+ "name": "showCriteriaError",
3438
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3055
3439
  }
3056
3440
  }
3057
3441
  ]
@@ -3495,37 +3879,6 @@
3495
3879
  }
3496
3880
  ]
3497
3881
  },
3498
- {
3499
- "kind": "javascript-module",
3500
- "path": "src/_config/index.ts",
3501
- "declarations": [],
3502
- "exports": [
3503
- {
3504
- "kind": "js",
3505
- "name": "*",
3506
- "declaration": {
3507
- "name": "*",
3508
- "package": "./styles"
3509
- }
3510
- },
3511
- {
3512
- "kind": "js",
3513
- "name": "*",
3514
- "declaration": {
3515
- "name": "*",
3516
- "package": "./tokens"
3517
- }
3518
- },
3519
- {
3520
- "kind": "js",
3521
- "name": "*",
3522
- "declaration": {
3523
- "name": "*",
3524
- "package": "./values"
3525
- }
3526
- }
3527
- ]
3528
- },
3529
3882
  {
3530
3883
  "kind": "javascript-module",
3531
3884
  "path": "src/anchor/anchor.styles.ts",
@@ -9904,6 +10257,12 @@
9904
10257
  }
9905
10258
  }
9906
10259
  ],
10260
+ "events": [
10261
+ {
10262
+ "description": "Fired when the selected options change",
10263
+ "name": "selectionChange"
10264
+ }
10265
+ ],
9907
10266
  "attributes": [
9908
10267
  {
9909
10268
  "name": "name",
@@ -10774,7 +11133,8 @@
10774
11133
  "name": "change",
10775
11134
  "type": {
10776
11135
  "text": "Event"
10777
- }
11136
+ },
11137
+ "description": "Fired when a selection is confirmed in autocomplete-both mode"
10778
11138
  }
10779
11139
  ],
10780
11140
  "attributes": [
@@ -17242,6 +17602,16 @@
17242
17602
  }
17243
17603
  }
17244
17604
  ],
17605
+ "events": [
17606
+ {
17607
+ "description": "Fired when the dialog closes",
17608
+ "name": "close"
17609
+ },
17610
+ {
17611
+ "description": "Fired when the dialog size changes (resizable mode)",
17612
+ "name": "resize"
17613
+ }
17614
+ ],
17245
17615
  "superclass": {
17246
17616
  "name": "DialogElement",
17247
17617
  "module": "src/dialog/dialog.ts"
@@ -17543,7 +17913,251 @@
17543
17913
  "package": "@microsoft/fast-foundation"
17544
17914
  },
17545
17915
  "tagName": "%%prefix%%-disclosure",
17546
- "customElement": true
17916
+ "customElement": true,
17917
+ "attributes": [
17918
+ {
17919
+ "type": {
17920
+ "text": "boolean"
17921
+ },
17922
+ "description": "Determines if the element should show the extra content or not.",
17923
+ "fieldName": "expanded",
17924
+ "inheritedFrom": {
17925
+ "name": "Disclosure",
17926
+ "module": "src/disclosure/disclosure.ts"
17927
+ }
17928
+ },
17929
+ {
17930
+ "name": "title",
17931
+ "type": {
17932
+ "text": "string"
17933
+ },
17934
+ "description": "Invoker title",
17935
+ "fieldName": "title",
17936
+ "inheritedFrom": {
17937
+ "name": "Disclosure",
17938
+ "module": "src/disclosure/disclosure.ts"
17939
+ }
17940
+ }
17941
+ ],
17942
+ "members": [
17943
+ {
17944
+ "kind": "field",
17945
+ "name": "expanded",
17946
+ "type": {
17947
+ "text": "boolean"
17948
+ },
17949
+ "privacy": "public",
17950
+ "description": "Determines if the element should show the extra content or not.",
17951
+ "inheritedFrom": {
17952
+ "name": "Disclosure",
17953
+ "module": "src/disclosure/disclosure.ts"
17954
+ }
17955
+ },
17956
+ {
17957
+ "kind": "field",
17958
+ "name": "title",
17959
+ "type": {
17960
+ "text": "string"
17961
+ },
17962
+ "privacy": "public",
17963
+ "description": "Invoker title",
17964
+ "inheritedFrom": {
17965
+ "name": "Disclosure",
17966
+ "module": "src/disclosure/disclosure.ts"
17967
+ }
17968
+ },
17969
+ {
17970
+ "kind": "method",
17971
+ "name": "show",
17972
+ "privacy": "public",
17973
+ "return": {
17974
+ "type": {
17975
+ "text": "void"
17976
+ }
17977
+ },
17978
+ "description": "Show extra content.",
17979
+ "inheritedFrom": {
17980
+ "name": "Disclosure",
17981
+ "module": "src/disclosure/disclosure.ts"
17982
+ }
17983
+ },
17984
+ {
17985
+ "kind": "method",
17986
+ "name": "hide",
17987
+ "privacy": "public",
17988
+ "return": {
17989
+ "type": {
17990
+ "text": "void"
17991
+ }
17992
+ },
17993
+ "description": "Hide extra content.",
17994
+ "inheritedFrom": {
17995
+ "name": "Disclosure",
17996
+ "module": "src/disclosure/disclosure.ts"
17997
+ }
17998
+ },
17999
+ {
18000
+ "kind": "method",
18001
+ "name": "toggle",
18002
+ "privacy": "public",
18003
+ "return": {
18004
+ "type": {
18005
+ "text": "void"
18006
+ }
18007
+ },
18008
+ "description": "Toggle the current(expanded/collapsed) state.",
18009
+ "inheritedFrom": {
18010
+ "name": "Disclosure",
18011
+ "module": "src/disclosure/disclosure.ts"
18012
+ }
18013
+ },
18014
+ {
18015
+ "kind": "method",
18016
+ "name": "setup",
18017
+ "privacy": "protected",
18018
+ "return": {
18019
+ "type": {
18020
+ "text": "void"
18021
+ }
18022
+ },
18023
+ "description": "Register listener and set default disclosure mode",
18024
+ "inheritedFrom": {
18025
+ "name": "Disclosure",
18026
+ "module": "src/disclosure/disclosure.ts"
18027
+ }
18028
+ },
18029
+ {
18030
+ "kind": "method",
18031
+ "name": "onToggle",
18032
+ "privacy": "protected",
18033
+ "description": "Update the aria attr and fire `toggle` event",
18034
+ "inheritedFrom": {
18035
+ "name": "Disclosure",
18036
+ "module": "src/disclosure/disclosure.ts"
18037
+ }
18038
+ },
18039
+ {
18040
+ "kind": "field",
18041
+ "name": "_presentation",
18042
+ "type": {
18043
+ "text": "ComponentPresentation | null | undefined"
18044
+ },
18045
+ "privacy": "private",
18046
+ "default": "void 0",
18047
+ "inheritedFrom": {
18048
+ "name": "FoundationElement",
18049
+ "module": "src/foundation-element/foundation-element.ts"
18050
+ }
18051
+ },
18052
+ {
18053
+ "kind": "field",
18054
+ "name": "$presentation",
18055
+ "type": {
18056
+ "text": "ComponentPresentation | null"
18057
+ },
18058
+ "privacy": "public",
18059
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
18060
+ "inheritedFrom": {
18061
+ "name": "FoundationElement",
18062
+ "module": "src/foundation-element/foundation-element.ts"
18063
+ }
18064
+ },
18065
+ {
18066
+ "kind": "field",
18067
+ "name": "template",
18068
+ "type": {
18069
+ "text": "ElementViewTemplate | void | null"
18070
+ },
18071
+ "privacy": "public",
18072
+ "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.",
18073
+ "inheritedFrom": {
18074
+ "name": "FoundationElement",
18075
+ "module": "src/foundation-element/foundation-element.ts"
18076
+ }
18077
+ },
18078
+ {
18079
+ "kind": "method",
18080
+ "name": "templateChanged",
18081
+ "privacy": "protected",
18082
+ "return": {
18083
+ "type": {
18084
+ "text": "void"
18085
+ }
18086
+ },
18087
+ "inheritedFrom": {
18088
+ "name": "FoundationElement",
18089
+ "module": "src/foundation-element/foundation-element.ts"
18090
+ }
18091
+ },
18092
+ {
18093
+ "kind": "field",
18094
+ "name": "styles",
18095
+ "type": {
18096
+ "text": "ElementStyles | void | null"
18097
+ },
18098
+ "privacy": "public",
18099
+ "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.",
18100
+ "inheritedFrom": {
18101
+ "name": "FoundationElement",
18102
+ "module": "src/foundation-element/foundation-element.ts"
18103
+ }
18104
+ },
18105
+ {
18106
+ "kind": "method",
18107
+ "name": "stylesChanged",
18108
+ "privacy": "protected",
18109
+ "return": {
18110
+ "type": {
18111
+ "text": "void"
18112
+ }
18113
+ },
18114
+ "inheritedFrom": {
18115
+ "name": "FoundationElement",
18116
+ "module": "src/foundation-element/foundation-element.ts"
18117
+ }
18118
+ },
18119
+ {
18120
+ "kind": "method",
18121
+ "name": "compose",
18122
+ "privacy": "public",
18123
+ "static": true,
18124
+ "return": {
18125
+ "type": {
18126
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
18127
+ }
18128
+ },
18129
+ "parameters": [
18130
+ {
18131
+ "name": "this",
18132
+ "type": {
18133
+ "text": "K"
18134
+ }
18135
+ },
18136
+ {
18137
+ "name": "elementDefinition",
18138
+ "type": {
18139
+ "text": "T"
18140
+ },
18141
+ "description": "The definition of the element to create the registry\nfunction for."
18142
+ }
18143
+ ],
18144
+ "description": "Defines an element registry function with a set of element definition defaults.",
18145
+ "inheritedFrom": {
18146
+ "name": "FoundationElement",
18147
+ "module": "src/foundation-element/foundation-element.ts"
18148
+ }
18149
+ }
18150
+ ],
18151
+ "events": [
18152
+ {
18153
+ "description": "fires a toggle event when the summary is toggled",
18154
+ "name": "toggle",
18155
+ "inheritedFrom": {
18156
+ "name": "Disclosure",
18157
+ "module": "src/disclosure/disclosure.ts"
18158
+ }
18159
+ }
18160
+ ]
17547
18161
  },
17548
18162
  {
17549
18163
  "kind": "variable",
@@ -17725,7 +18339,172 @@
17725
18339
  "package": "@microsoft/fast-foundation"
17726
18340
  },
17727
18341
  "tagName": "%%prefix%%-divider",
17728
- "customElement": true
18342
+ "customElement": true,
18343
+ "attributes": [
18344
+ {
18345
+ "name": "role",
18346
+ "type": {
18347
+ "text": "DividerRole"
18348
+ },
18349
+ "description": "The role of the element.",
18350
+ "fieldName": "role",
18351
+ "inheritedFrom": {
18352
+ "name": "Divider",
18353
+ "module": "src/divider/divider.ts"
18354
+ }
18355
+ },
18356
+ {
18357
+ "name": "orientation",
18358
+ "type": {
18359
+ "text": "Orientation"
18360
+ },
18361
+ "description": "The orientation of the divider.",
18362
+ "fieldName": "orientation",
18363
+ "inheritedFrom": {
18364
+ "name": "Divider",
18365
+ "module": "src/divider/divider.ts"
18366
+ }
18367
+ }
18368
+ ],
18369
+ "members": [
18370
+ {
18371
+ "kind": "field",
18372
+ "name": "role",
18373
+ "type": {
18374
+ "text": "DividerRole"
18375
+ },
18376
+ "privacy": "public",
18377
+ "description": "The role of the element.",
18378
+ "inheritedFrom": {
18379
+ "name": "Divider",
18380
+ "module": "src/divider/divider.ts"
18381
+ }
18382
+ },
18383
+ {
18384
+ "kind": "field",
18385
+ "name": "orientation",
18386
+ "type": {
18387
+ "text": "Orientation"
18388
+ },
18389
+ "privacy": "public",
18390
+ "description": "The orientation of the divider.",
18391
+ "inheritedFrom": {
18392
+ "name": "Divider",
18393
+ "module": "src/divider/divider.ts"
18394
+ }
18395
+ },
18396
+ {
18397
+ "kind": "field",
18398
+ "name": "_presentation",
18399
+ "type": {
18400
+ "text": "ComponentPresentation | null | undefined"
18401
+ },
18402
+ "privacy": "private",
18403
+ "default": "void 0",
18404
+ "inheritedFrom": {
18405
+ "name": "FoundationElement",
18406
+ "module": "src/foundation-element/foundation-element.ts"
18407
+ }
18408
+ },
18409
+ {
18410
+ "kind": "field",
18411
+ "name": "$presentation",
18412
+ "type": {
18413
+ "text": "ComponentPresentation | null"
18414
+ },
18415
+ "privacy": "public",
18416
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
18417
+ "inheritedFrom": {
18418
+ "name": "FoundationElement",
18419
+ "module": "src/foundation-element/foundation-element.ts"
18420
+ }
18421
+ },
18422
+ {
18423
+ "kind": "field",
18424
+ "name": "template",
18425
+ "type": {
18426
+ "text": "ElementViewTemplate | void | null"
18427
+ },
18428
+ "privacy": "public",
18429
+ "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.",
18430
+ "inheritedFrom": {
18431
+ "name": "FoundationElement",
18432
+ "module": "src/foundation-element/foundation-element.ts"
18433
+ }
18434
+ },
18435
+ {
18436
+ "kind": "method",
18437
+ "name": "templateChanged",
18438
+ "privacy": "protected",
18439
+ "return": {
18440
+ "type": {
18441
+ "text": "void"
18442
+ }
18443
+ },
18444
+ "inheritedFrom": {
18445
+ "name": "FoundationElement",
18446
+ "module": "src/foundation-element/foundation-element.ts"
18447
+ }
18448
+ },
18449
+ {
18450
+ "kind": "field",
18451
+ "name": "styles",
18452
+ "type": {
18453
+ "text": "ElementStyles | void | null"
18454
+ },
18455
+ "privacy": "public",
18456
+ "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.",
18457
+ "inheritedFrom": {
18458
+ "name": "FoundationElement",
18459
+ "module": "src/foundation-element/foundation-element.ts"
18460
+ }
18461
+ },
18462
+ {
18463
+ "kind": "method",
18464
+ "name": "stylesChanged",
18465
+ "privacy": "protected",
18466
+ "return": {
18467
+ "type": {
18468
+ "text": "void"
18469
+ }
18470
+ },
18471
+ "inheritedFrom": {
18472
+ "name": "FoundationElement",
18473
+ "module": "src/foundation-element/foundation-element.ts"
18474
+ }
18475
+ },
18476
+ {
18477
+ "kind": "method",
18478
+ "name": "compose",
18479
+ "privacy": "public",
18480
+ "static": true,
18481
+ "return": {
18482
+ "type": {
18483
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
18484
+ }
18485
+ },
18486
+ "parameters": [
18487
+ {
18488
+ "name": "this",
18489
+ "type": {
18490
+ "text": "K"
18491
+ }
18492
+ },
18493
+ {
18494
+ "name": "elementDefinition",
18495
+ "type": {
18496
+ "text": "T"
18497
+ },
18498
+ "description": "The definition of the element to create the registry\nfunction for."
18499
+ }
18500
+ ],
18501
+ "description": "Defines an element registry function with a set of element definition defaults.",
18502
+ "inheritedFrom": {
18503
+ "name": "FoundationElement",
18504
+ "module": "src/foundation-element/foundation-element.ts"
18505
+ }
18506
+ }
18507
+ ]
17729
18508
  },
17730
18509
  {
17731
18510
  "kind": "variable",
@@ -20015,6 +20794,55 @@
20015
20794
  "type": {
20016
20795
  "text": "CustomEvent"
20017
20796
  },
20797
+ "description": "Fired when the expression model changes",
20798
+ "inheritedFrom": {
20799
+ "name": "ExpressionBuilder",
20800
+ "module": "src/main/expression-builder.ts"
20801
+ }
20802
+ },
20803
+ {
20804
+ "description": "Bubbled when a nested group add is requested",
20805
+ "name": "add-group",
20806
+ "inheritedFrom": {
20807
+ "name": "ExpressionBuilder",
20808
+ "module": "src/main/expression-builder.ts"
20809
+ }
20810
+ },
20811
+ {
20812
+ "description": "Bubbled when a group delete is requested",
20813
+ "name": "del-group",
20814
+ "inheritedFrom": {
20815
+ "name": "ExpressionBuilder",
20816
+ "module": "src/main/expression-builder.ts"
20817
+ }
20818
+ },
20819
+ {
20820
+ "description": "Bubbled when a rule add is requested",
20821
+ "name": "add-rule",
20822
+ "inheritedFrom": {
20823
+ "name": "ExpressionBuilder",
20824
+ "module": "src/main/expression-builder.ts"
20825
+ }
20826
+ },
20827
+ {
20828
+ "description": "Bubbled when a rule delete is requested",
20829
+ "name": "del-rule",
20830
+ "inheritedFrom": {
20831
+ "name": "ExpressionBuilder",
20832
+ "module": "src/main/expression-builder.ts"
20833
+ }
20834
+ },
20835
+ {
20836
+ "description": "Bubbled when group data changes",
20837
+ "name": "update-group",
20838
+ "inheritedFrom": {
20839
+ "name": "ExpressionBuilder",
20840
+ "module": "src/main/expression-builder.ts"
20841
+ }
20842
+ },
20843
+ {
20844
+ "description": "Bubbled when rule data changes",
20845
+ "name": "update-rule",
20018
20846
  "inheritedFrom": {
20019
20847
  "name": "ExpressionBuilder",
20020
20848
  "module": "src/main/expression-builder.ts"
@@ -20516,6 +21344,55 @@
20516
21344
  "type": {
20517
21345
  "text": "CustomEvent"
20518
21346
  },
21347
+ "description": "Fired when the rule expression changes; detail is the serialized expression",
21348
+ "inheritedFrom": {
21349
+ "name": "ExpressionBuilder",
21350
+ "module": "src/main/expression-builder.ts"
21351
+ }
21352
+ },
21353
+ {
21354
+ "description": "Bubbled when a nested group add is requested",
21355
+ "name": "add-group",
21356
+ "inheritedFrom": {
21357
+ "name": "ExpressionBuilder",
21358
+ "module": "src/main/expression-builder.ts"
21359
+ }
21360
+ },
21361
+ {
21362
+ "description": "Bubbled when a group delete is requested",
21363
+ "name": "del-group",
21364
+ "inheritedFrom": {
21365
+ "name": "ExpressionBuilder",
21366
+ "module": "src/main/expression-builder.ts"
21367
+ }
21368
+ },
21369
+ {
21370
+ "description": "Bubbled when a rule add is requested",
21371
+ "name": "add-rule",
21372
+ "inheritedFrom": {
21373
+ "name": "ExpressionBuilder",
21374
+ "module": "src/main/expression-builder.ts"
21375
+ }
21376
+ },
21377
+ {
21378
+ "description": "Bubbled when a rule delete is requested",
21379
+ "name": "del-rule",
21380
+ "inheritedFrom": {
21381
+ "name": "ExpressionBuilder",
21382
+ "module": "src/main/expression-builder.ts"
21383
+ }
21384
+ },
21385
+ {
21386
+ "description": "Bubbled when group data changes",
21387
+ "name": "update-group",
21388
+ "inheritedFrom": {
21389
+ "name": "ExpressionBuilder",
21390
+ "module": "src/main/expression-builder.ts"
21391
+ }
21392
+ },
21393
+ {
21394
+ "description": "Bubbled when rule data changes",
21395
+ "name": "update-rule",
20519
21396
  "inheritedFrom": {
20520
21397
  "name": "ExpressionBuilder",
20521
21398
  "module": "src/main/expression-builder.ts"
@@ -20966,6 +21843,55 @@
20966
21843
  "type": {
20967
21844
  "text": "CustomEvent"
20968
21845
  },
21846
+ "description": "Fired when the value expression changes; detail is the serialized expression or undefined",
21847
+ "inheritedFrom": {
21848
+ "name": "ExpressionBuilder",
21849
+ "module": "src/main/expression-builder.ts"
21850
+ }
21851
+ },
21852
+ {
21853
+ "description": "Bubbled when a nested group add is requested",
21854
+ "name": "add-group",
21855
+ "inheritedFrom": {
21856
+ "name": "ExpressionBuilder",
21857
+ "module": "src/main/expression-builder.ts"
21858
+ }
21859
+ },
21860
+ {
21861
+ "description": "Bubbled when a group delete is requested",
21862
+ "name": "del-group",
21863
+ "inheritedFrom": {
21864
+ "name": "ExpressionBuilder",
21865
+ "module": "src/main/expression-builder.ts"
21866
+ }
21867
+ },
21868
+ {
21869
+ "description": "Bubbled when a rule add is requested",
21870
+ "name": "add-rule",
21871
+ "inheritedFrom": {
21872
+ "name": "ExpressionBuilder",
21873
+ "module": "src/main/expression-builder.ts"
21874
+ }
21875
+ },
21876
+ {
21877
+ "description": "Bubbled when a rule delete is requested",
21878
+ "name": "del-rule",
21879
+ "inheritedFrom": {
21880
+ "name": "ExpressionBuilder",
21881
+ "module": "src/main/expression-builder.ts"
21882
+ }
21883
+ },
21884
+ {
21885
+ "description": "Bubbled when group data changes",
21886
+ "name": "update-group",
21887
+ "inheritedFrom": {
21888
+ "name": "ExpressionBuilder",
21889
+ "module": "src/main/expression-builder.ts"
21890
+ }
21891
+ },
21892
+ {
21893
+ "description": "Bubbled when rule data changes",
21894
+ "name": "update-rule",
20969
21895
  "inheritedFrom": {
20970
21896
  "name": "ExpressionBuilder",
20971
21897
  "module": "src/main/expression-builder.ts"
@@ -21495,6 +22421,28 @@
21495
22421
  }
21496
22422
  }
21497
22423
  ],
22424
+ "events": [
22425
+ {
22426
+ "description": "Fired when file content is successfully read",
22427
+ "name": "file-read"
22428
+ },
22429
+ {
22430
+ "description": "Fired on validation or read/parse errors",
22431
+ "name": "error",
22432
+ "inheritedFrom": {
22433
+ "name": "<local>_BaseFileComponent",
22434
+ "module": "src/_common/base-file-component.ts"
22435
+ }
22436
+ },
22437
+ {
22438
+ "description": "Fired when selection is cleared (from base)",
22439
+ "name": "clear",
22440
+ "inheritedFrom": {
22441
+ "name": "<local>_BaseFileComponent",
22442
+ "module": "src/_common/base-file-component.ts"
22443
+ }
22444
+ }
22445
+ ],
21498
22446
  "attributes": [
21499
22447
  {
21500
22448
  "name": "auto-process",
@@ -22185,6 +23133,36 @@
22185
23133
  }
22186
23134
  }
22187
23135
  ],
23136
+ "events": [
23137
+ {
23138
+ "description": "Fired when files are chosen for upload",
23139
+ "name": "file-selected"
23140
+ },
23141
+ {
23142
+ "description": "Fired when upload completes successfully",
23143
+ "name": "success"
23144
+ },
23145
+ {
23146
+ "description": "Fired when upload fails or the server returns an error",
23147
+ "name": "errorOut"
23148
+ },
23149
+ {
23150
+ "description": "Fired when file size validation fails (from base)",
23151
+ "name": "error",
23152
+ "inheritedFrom": {
23153
+ "name": "<local>_BaseFileComponent",
23154
+ "module": "src/_common/base-file-component.ts"
23155
+ }
23156
+ },
23157
+ {
23158
+ "description": "Fired when selection is cleared (from base)",
23159
+ "name": "clear",
23160
+ "inheritedFrom": {
23161
+ "name": "<local>_BaseFileComponent",
23162
+ "module": "src/_common/base-file-component.ts"
23163
+ }
23164
+ }
23165
+ ],
22188
23166
  "attributes": [
22189
23167
  {
22190
23168
  "name": "uploaded-files-resource-name",
@@ -23000,6 +23978,16 @@
23000
23978
  }
23001
23979
  }
23002
23980
  ],
23981
+ "events": [
23982
+ {
23983
+ "description": "Fired when filter criteria change",
23984
+ "name": "filter-changed"
23985
+ },
23986
+ {
23987
+ "description": "Fired when the filter is cleared",
23988
+ "name": "filter-cleared"
23989
+ }
23990
+ ],
23003
23991
  "attributes": [
23004
23992
  {
23005
23993
  "name": "fieldName",
@@ -24543,6 +25531,12 @@
24543
25531
  }
24544
25532
  }
24545
25533
  ],
25534
+ "events": [
25535
+ {
25536
+ "description": "Fired when the flyout finishes closing",
25537
+ "name": "closed"
25538
+ }
25539
+ ],
24546
25540
  "attributes": [
24547
25541
  {
24548
25542
  "name": "position",
@@ -28576,6 +29570,28 @@
28576
29570
  "kind": "class",
28577
29571
  "description": "",
28578
29572
  "name": "MenuItem",
29573
+ "events": [
29574
+ {
29575
+ "description": "Fired when the menu item is clicked",
29576
+ "name": "onMenuClick"
29577
+ },
29578
+ {
29579
+ "description": "Fires a custom 'expanded-change' event when the expanded state changes",
29580
+ "name": "expanded-change",
29581
+ "inheritedFrom": {
29582
+ "name": "MenuItem",
29583
+ "module": "src/menu-item/menu-item.ts"
29584
+ }
29585
+ },
29586
+ {
29587
+ "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
29588
+ "name": "change",
29589
+ "inheritedFrom": {
29590
+ "name": "MenuItem",
29591
+ "module": "src/menu-item/menu-item.ts"
29592
+ }
29593
+ }
29594
+ ],
28579
29595
  "superclass": {
28580
29596
  "name": "FASTMenuItem",
28581
29597
  "package": "@microsoft/fast-components"
@@ -28861,24 +29877,6 @@
28861
29877
  "module": "src/foundation-element/foundation-element.ts"
28862
29878
  }
28863
29879
  }
28864
- ],
28865
- "events": [
28866
- {
28867
- "description": "Fires a custom 'expanded-change' event when the expanded state changes",
28868
- "name": "expanded-change",
28869
- "inheritedFrom": {
28870
- "name": "MenuItem",
28871
- "module": "src/menu-item/menu-item.ts"
28872
- }
28873
- },
28874
- {
28875
- "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
28876
- "name": "change",
28877
- "inheritedFrom": {
28878
- "name": "MenuItem",
28879
- "module": "src/menu-item/menu-item.ts"
28880
- }
28881
- }
28882
29880
  ]
28883
29881
  },
28884
29882
  {
@@ -30926,6 +31924,16 @@
30926
31924
  }
30927
31925
  }
30928
31926
  ],
31927
+ "events": [
31928
+ {
31929
+ "description": "Fired when the selected options change",
31930
+ "name": "selectionChange"
31931
+ },
31932
+ {
31933
+ "description": "Fired when the selection or filter is cleared",
31934
+ "name": "clear"
31935
+ }
31936
+ ],
30929
31937
  "attributes": [
30930
31938
  {
30931
31939
  "name": "name",
@@ -32052,6 +33060,24 @@
32052
33060
  }
32053
33061
  }
32054
33062
  ],
33063
+ "events": [
33064
+ {
33065
+ "description": "Fired when the numeric value changes",
33066
+ "name": "input",
33067
+ "inheritedFrom": {
33068
+ "name": "NumberField",
33069
+ "module": "src/number-field/number-field.ts"
33070
+ }
33071
+ },
33072
+ {
33073
+ "description": "Fires a custom 'change' event when the value has changed",
33074
+ "name": "change",
33075
+ "inheritedFrom": {
33076
+ "name": "NumberField",
33077
+ "module": "src/number-field/number-field.ts"
33078
+ }
33079
+ }
33080
+ ],
32055
33081
  "attributes": [
32056
33082
  {
32057
33083
  "name": "autocomplete",
@@ -32185,25 +33211,7 @@
32185
33211
  "package": "@microsoft/fast-components"
32186
33212
  },
32187
33213
  "tagName": "%%prefix%%-number-field",
32188
- "customElement": true,
32189
- "events": [
32190
- {
32191
- "description": "Fires a custom 'input' event when the value has changed",
32192
- "name": "input",
32193
- "inheritedFrom": {
32194
- "name": "NumberField",
32195
- "module": "src/number-field/number-field.ts"
32196
- }
32197
- },
32198
- {
32199
- "description": "Fires a custom 'change' event when the value has changed",
32200
- "name": "change",
32201
- "inheritedFrom": {
32202
- "name": "NumberField",
32203
- "module": "src/number-field/number-field.ts"
32204
- }
32205
- }
32206
- ]
33214
+ "customElement": true
32207
33215
  },
32208
33216
  {
32209
33217
  "kind": "variable",
@@ -34370,7 +35378,7 @@
34370
35378
  "declarations": [
34371
35379
  {
34372
35380
  "kind": "class",
34373
- "description": "",
35381
+ "description": "Datasource element for select/combobox option loading.",
34374
35382
  "name": "OptionsDatasource",
34375
35383
  "members": [
34376
35384
  {
@@ -35307,6 +36315,12 @@
35307
36315
  }
35308
36316
  }
35309
36317
  ],
36318
+ "events": [
36319
+ {
36320
+ "description": "Fired when the selected value changes",
36321
+ "name": "value-change"
36322
+ }
36323
+ ],
35310
36324
  "attributes": [
35311
36325
  {
35312
36326
  "name": "label-field",
@@ -38523,6 +39537,12 @@
38523
39537
  }
38524
39538
  }
38525
39539
  ],
39540
+ "events": [
39541
+ {
39542
+ "description": "Fired when timezone or cron expression changes",
39543
+ "name": "change"
39544
+ }
39545
+ ],
38526
39546
  "attributes": [
38527
39547
  {
38528
39548
  "name": "min-minute-interval",
@@ -39098,6 +40118,12 @@
39098
40118
  }
39099
40119
  }
39100
40120
  ],
40121
+ "events": [
40122
+ {
40123
+ "description": "Fired when the built cron expression changes",
40124
+ "name": "change"
40125
+ }
40126
+ ],
39101
40127
  "attributes": [
39102
40128
  {
39103
40129
  "name": "min-minute-interval",
@@ -39573,6 +40599,12 @@
39573
40599
  }
39574
40600
  }
39575
40601
  ],
40602
+ "events": [
40603
+ {
40604
+ "description": "Fired when the timezone value changes",
40605
+ "name": "change"
40606
+ }
40607
+ ],
39576
40608
  "superclass": {
39577
40609
  "name": "FoundationElement",
39578
40610
  "package": "@microsoft/fast-foundation"
@@ -40322,6 +41354,20 @@
40322
41354
  }
40323
41355
  }
40324
41356
  ],
41357
+ "events": [
41358
+ {
41359
+ "description": "Fired when the combobox value changes",
41360
+ "name": "change",
41361
+ "inheritedFrom": {
41362
+ "name": "Combobox",
41363
+ "module": "src/combobox/combobox.ts"
41364
+ }
41365
+ },
41366
+ {
41367
+ "description": "Fired when the input is cleared by the user",
41368
+ "name": "inputdeleted"
41369
+ }
41370
+ ],
40325
41371
  "attributes": [
40326
41372
  {
40327
41373
  "name": "minlength",
@@ -40400,17 +41446,7 @@
40400
41446
  "package": "@microsoft/fast-components"
40401
41447
  },
40402
41448
  "tagName": "%%prefix%%-search-bar-combobox",
40403
- "customElement": true,
40404
- "events": [
40405
- {
40406
- "description": "Fires a custom 'change' event when the value updates",
40407
- "name": "change",
40408
- "inheritedFrom": {
40409
- "name": "Combobox",
40410
- "module": "src/combobox/combobox.ts"
40411
- }
40412
- }
40413
- ]
41449
+ "customElement": true
40414
41450
  },
40415
41451
  {
40416
41452
  "kind": "variable",
@@ -40876,6 +41912,12 @@
40876
41912
  }
40877
41913
  }
40878
41914
  ],
41915
+ "events": [
41916
+ {
41917
+ "description": "Fired when the selected search options change",
41918
+ "name": "selectionChange"
41919
+ }
41920
+ ],
40879
41921
  "attributes": [
40880
41922
  {
40881
41923
  "name": "appearance",
@@ -41695,6 +42737,24 @@
41695
42737
  }
41696
42738
  }
41697
42739
  ],
42740
+ "events": [
42741
+ {
42742
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
42743
+ "name": "section-navigator-set-state"
42744
+ },
42745
+ {
42746
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
42747
+ "name": "section-navigator-set-states"
42748
+ },
42749
+ {
42750
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
42751
+ "name": "section-navigator-clear-state"
42752
+ },
42753
+ {
42754
+ "description": "Fired when a child state event is re-dispatched with an inferred section name",
42755
+ "name": "section-navigator-clear-all-states"
42756
+ }
42757
+ ],
41698
42758
  "attributes": [
41699
42759
  {
41700
42760
  "description": "Array of section items to display",
@@ -41873,83 +42933,517 @@
41873
42933
  },
41874
42934
  "parameters": [
41875
42935
  {
41876
- "name": "context",
42936
+ "name": "context",
42937
+ "type": {
42938
+ "text": "ElementDefinitionContext"
42939
+ }
42940
+ },
42941
+ {
42942
+ "name": "definition",
42943
+ "type": {
42944
+ "text": "FoundationElementDefinition"
42945
+ }
42946
+ }
42947
+ ]
42948
+ }
42949
+ ],
42950
+ "exports": [
42951
+ {
42952
+ "kind": "js",
42953
+ "name": "foundationSegmentedControlStyles",
42954
+ "declaration": {
42955
+ "name": "foundationSegmentedControlStyles",
42956
+ "module": "src/segmented-control/segmented-control.styles.ts"
42957
+ }
42958
+ }
42959
+ ]
42960
+ },
42961
+ {
42962
+ "kind": "javascript-module",
42963
+ "path": "src/segmented-control/segmented-control.template.ts",
42964
+ "declarations": [
42965
+ {
42966
+ "kind": "function",
42967
+ "name": "foundationSegmentedControlTemplate",
42968
+ "return": {
42969
+ "type": {
42970
+ "text": "ViewTemplate<SegmentedControl>"
42971
+ }
42972
+ },
42973
+ "parameters": [
42974
+ {
42975
+ "name": "context",
42976
+ "type": {
42977
+ "text": "ElementDefinitionContext"
42978
+ }
42979
+ },
42980
+ {
42981
+ "name": "definition",
42982
+ "type": {
42983
+ "text": "FoundationElementDefinition"
42984
+ }
42985
+ }
42986
+ ]
42987
+ }
42988
+ ],
42989
+ "exports": [
42990
+ {
42991
+ "kind": "js",
42992
+ "name": "foundationSegmentedControlTemplate",
42993
+ "declaration": {
42994
+ "name": "foundationSegmentedControlTemplate",
42995
+ "module": "src/segmented-control/segmented-control.template.ts"
42996
+ }
42997
+ }
42998
+ ]
42999
+ },
43000
+ {
43001
+ "kind": "javascript-module",
43002
+ "path": "src/segmented-control/segmented-control.ts",
43003
+ "declarations": [
43004
+ {
43005
+ "kind": "class",
43006
+ "description": "",
43007
+ "name": "SegmentedControl",
43008
+ "members": [
43009
+ {
43010
+ "kind": "method",
43011
+ "name": "valueChanged",
43012
+ "privacy": "protected",
43013
+ "return": {
43014
+ "type": {
43015
+ "text": "void"
43016
+ }
43017
+ },
43018
+ "inheritedFrom": {
43019
+ "name": "RadioGroup",
43020
+ "module": "src/radio-group/radio-group.ts"
43021
+ }
43022
+ },
43023
+ {
43024
+ "kind": "field",
43025
+ "name": "readOnly",
43026
+ "type": {
43027
+ "text": "boolean"
43028
+ },
43029
+ "privacy": "public",
43030
+ "description": "When true, the child radios 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.",
43031
+ "inheritedFrom": {
43032
+ "name": "RadioGroup",
43033
+ "module": "src/radio-group/radio-group.ts"
43034
+ }
43035
+ },
43036
+ {
43037
+ "kind": "method",
43038
+ "name": "readOnlyChanged",
43039
+ "privacy": "private",
43040
+ "return": {
43041
+ "type": {
43042
+ "text": "void"
43043
+ }
43044
+ },
43045
+ "inheritedFrom": {
43046
+ "name": "RadioGroup",
43047
+ "module": "src/radio-group/radio-group.ts"
43048
+ }
43049
+ },
43050
+ {
43051
+ "kind": "field",
43052
+ "name": "disabled",
43053
+ "type": {
43054
+ "text": "boolean"
43055
+ },
43056
+ "privacy": "public",
43057
+ "description": "Disables the radio group and child radios.",
43058
+ "inheritedFrom": {
43059
+ "name": "RadioGroup",
43060
+ "module": "src/radio-group/radio-group.ts"
43061
+ }
43062
+ },
43063
+ {
43064
+ "kind": "method",
43065
+ "name": "disabledChanged",
43066
+ "privacy": "private",
43067
+ "return": {
43068
+ "type": {
43069
+ "text": "void"
43070
+ }
43071
+ },
43072
+ "inheritedFrom": {
43073
+ "name": "RadioGroup",
43074
+ "module": "src/radio-group/radio-group.ts"
43075
+ }
43076
+ },
43077
+ {
43078
+ "kind": "field",
43079
+ "name": "name",
43080
+ "type": {
43081
+ "text": "string"
43082
+ },
43083
+ "privacy": "public",
43084
+ "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
43085
+ "inheritedFrom": {
43086
+ "name": "RadioGroup",
43087
+ "module": "src/radio-group/radio-group.ts"
43088
+ }
43089
+ },
43090
+ {
43091
+ "kind": "method",
43092
+ "name": "nameChanged",
43093
+ "privacy": "protected",
43094
+ "return": {
43095
+ "type": {
43096
+ "text": "void"
43097
+ }
43098
+ },
43099
+ "inheritedFrom": {
43100
+ "name": "RadioGroup",
43101
+ "module": "src/radio-group/radio-group.ts"
43102
+ }
43103
+ },
43104
+ {
43105
+ "kind": "field",
43106
+ "name": "value",
43107
+ "type": {
43108
+ "text": "string"
43109
+ },
43110
+ "privacy": "public",
43111
+ "description": "The value of the checked radio",
43112
+ "inheritedFrom": {
43113
+ "name": "RadioGroup",
43114
+ "module": "src/radio-group/radio-group.ts"
43115
+ }
43116
+ },
43117
+ {
43118
+ "kind": "field",
43119
+ "name": "orientation",
43120
+ "type": {
43121
+ "text": "Orientation | \"horizontal\" | \"vertical\""
43122
+ },
43123
+ "privacy": "public",
43124
+ "description": "The orientation of the group",
43125
+ "inheritedFrom": {
43126
+ "name": "RadioGroup",
43127
+ "module": "src/radio-group/radio-group.ts"
43128
+ }
43129
+ },
43130
+ {
43131
+ "kind": "field",
43132
+ "name": "childItems",
43133
+ "type": {
43134
+ "text": "HTMLElement[]"
43135
+ },
43136
+ "privacy": "public",
43137
+ "inheritedFrom": {
43138
+ "name": "RadioGroup",
43139
+ "module": "src/radio-group/radio-group.ts"
43140
+ }
43141
+ },
43142
+ {
43143
+ "kind": "method",
43144
+ "name": "slottedRadioButtonsChanged",
43145
+ "privacy": "private",
43146
+ "return": {
43147
+ "type": {
43148
+ "text": "void"
43149
+ }
43150
+ },
43151
+ "parameters": [
43152
+ {
43153
+ "name": "oldValue",
43154
+ "type": {
43155
+ "text": "unknown"
43156
+ }
43157
+ },
43158
+ {
43159
+ "name": "newValue",
43160
+ "type": {
43161
+ "text": "HTMLElement[]"
43162
+ }
43163
+ }
43164
+ ],
43165
+ "inheritedFrom": {
43166
+ "name": "RadioGroup",
43167
+ "module": "src/radio-group/radio-group.ts"
43168
+ }
43169
+ },
43170
+ {
43171
+ "kind": "field",
43172
+ "name": "selectedRadio",
43173
+ "type": {
43174
+ "text": "HTMLInputElement | null"
43175
+ },
43176
+ "privacy": "private",
43177
+ "inheritedFrom": {
43178
+ "name": "RadioGroup",
43179
+ "module": "src/radio-group/radio-group.ts"
43180
+ }
43181
+ },
43182
+ {
43183
+ "kind": "field",
43184
+ "name": "focusedRadio",
43185
+ "type": {
43186
+ "text": "HTMLInputElement | null"
43187
+ },
43188
+ "privacy": "private",
43189
+ "inheritedFrom": {
43190
+ "name": "RadioGroup",
43191
+ "module": "src/radio-group/radio-group.ts"
43192
+ }
43193
+ },
43194
+ {
43195
+ "kind": "field",
43196
+ "name": "direction",
43197
+ "type": {
43198
+ "text": "Direction"
43199
+ },
43200
+ "privacy": "private",
43201
+ "inheritedFrom": {
43202
+ "name": "RadioGroup",
43203
+ "module": "src/radio-group/radio-group.ts"
43204
+ }
43205
+ },
43206
+ {
43207
+ "kind": "field",
43208
+ "name": "parentToolbar",
43209
+ "type": {
43210
+ "text": "HTMLElement | null"
43211
+ },
43212
+ "privacy": "private",
43213
+ "inheritedFrom": {
43214
+ "name": "RadioGroup",
43215
+ "module": "src/radio-group/radio-group.ts"
43216
+ }
43217
+ },
43218
+ {
43219
+ "kind": "field",
43220
+ "name": "isInsideToolbar",
43221
+ "type": {
43222
+ "text": "boolean"
43223
+ },
43224
+ "privacy": "private",
43225
+ "inheritedFrom": {
43226
+ "name": "RadioGroup",
43227
+ "module": "src/radio-group/radio-group.ts"
43228
+ }
43229
+ },
43230
+ {
43231
+ "kind": "field",
43232
+ "name": "isInsideFoundationToolbar",
43233
+ "type": {
43234
+ "text": "boolean"
43235
+ },
43236
+ "privacy": "private",
43237
+ "inheritedFrom": {
43238
+ "name": "RadioGroup",
43239
+ "module": "src/radio-group/radio-group.ts"
43240
+ }
43241
+ },
43242
+ {
43243
+ "kind": "method",
43244
+ "name": "setupRadioButtons",
43245
+ "privacy": "private",
43246
+ "return": {
43247
+ "type": {
43248
+ "text": "void"
43249
+ }
43250
+ },
43251
+ "inheritedFrom": {
43252
+ "name": "RadioGroup",
43253
+ "module": "src/radio-group/radio-group.ts"
43254
+ }
43255
+ },
43256
+ {
43257
+ "kind": "field",
43258
+ "name": "radioChangeHandler",
43259
+ "privacy": "private",
43260
+ "inheritedFrom": {
43261
+ "name": "RadioGroup",
43262
+ "module": "src/radio-group/radio-group.ts"
43263
+ }
43264
+ },
43265
+ {
43266
+ "kind": "field",
43267
+ "name": "moveToRadioByIndex",
43268
+ "privacy": "private",
43269
+ "inheritedFrom": {
43270
+ "name": "RadioGroup",
43271
+ "module": "src/radio-group/radio-group.ts"
43272
+ }
43273
+ },
43274
+ {
43275
+ "kind": "field",
43276
+ "name": "moveRightOffGroup",
43277
+ "privacy": "private",
43278
+ "inheritedFrom": {
43279
+ "name": "RadioGroup",
43280
+ "module": "src/radio-group/radio-group.ts"
43281
+ }
43282
+ },
43283
+ {
43284
+ "kind": "field",
43285
+ "name": "moveLeftOffGroup",
43286
+ "privacy": "private",
43287
+ "inheritedFrom": {
43288
+ "name": "RadioGroup",
43289
+ "module": "src/radio-group/radio-group.ts"
43290
+ }
43291
+ },
43292
+ {
43293
+ "kind": "field",
43294
+ "name": "shouldMoveOffGroupToTheRight",
43295
+ "privacy": "private",
43296
+ "inheritedFrom": {
43297
+ "name": "RadioGroup",
43298
+ "module": "src/radio-group/radio-group.ts"
43299
+ }
43300
+ },
43301
+ {
43302
+ "kind": "field",
43303
+ "name": "shouldMoveOffGroupToTheLeft",
43304
+ "privacy": "private",
43305
+ "inheritedFrom": {
43306
+ "name": "RadioGroup",
43307
+ "module": "src/radio-group/radio-group.ts"
43308
+ }
43309
+ },
43310
+ {
43311
+ "kind": "field",
43312
+ "name": "checkFocusedRadio",
43313
+ "privacy": "private",
43314
+ "inheritedFrom": {
43315
+ "name": "RadioGroup",
43316
+ "module": "src/radio-group/radio-group.ts"
43317
+ }
43318
+ },
43319
+ {
43320
+ "kind": "field",
43321
+ "name": "moveRight",
43322
+ "privacy": "private",
43323
+ "inheritedFrom": {
43324
+ "name": "RadioGroup",
43325
+ "module": "src/radio-group/radio-group.ts"
43326
+ }
43327
+ },
43328
+ {
43329
+ "kind": "field",
43330
+ "name": "moveLeft",
43331
+ "privacy": "private",
43332
+ "inheritedFrom": {
43333
+ "name": "RadioGroup",
43334
+ "module": "src/radio-group/radio-group.ts"
43335
+ }
43336
+ },
43337
+ {
43338
+ "kind": "field",
43339
+ "name": "_presentation",
41877
43340
  "type": {
41878
- "text": "ElementDefinitionContext"
43341
+ "text": "ComponentPresentation | null | undefined"
43342
+ },
43343
+ "privacy": "private",
43344
+ "default": "void 0",
43345
+ "inheritedFrom": {
43346
+ "name": "FoundationElement",
43347
+ "module": "src/foundation-element/foundation-element.ts"
41879
43348
  }
41880
43349
  },
41881
43350
  {
41882
- "name": "definition",
43351
+ "kind": "field",
43352
+ "name": "$presentation",
41883
43353
  "type": {
41884
- "text": "FoundationElementDefinition"
43354
+ "text": "ComponentPresentation | null"
43355
+ },
43356
+ "privacy": "public",
43357
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
43358
+ "inheritedFrom": {
43359
+ "name": "FoundationElement",
43360
+ "module": "src/foundation-element/foundation-element.ts"
41885
43361
  }
41886
- }
41887
- ]
41888
- }
41889
- ],
41890
- "exports": [
41891
- {
41892
- "kind": "js",
41893
- "name": "foundationSegmentedControlStyles",
41894
- "declaration": {
41895
- "name": "foundationSegmentedControlStyles",
41896
- "module": "src/segmented-control/segmented-control.styles.ts"
41897
- }
41898
- }
41899
- ]
41900
- },
41901
- {
41902
- "kind": "javascript-module",
41903
- "path": "src/segmented-control/segmented-control.template.ts",
41904
- "declarations": [
41905
- {
41906
- "kind": "function",
41907
- "name": "foundationSegmentedControlTemplate",
41908
- "return": {
41909
- "type": {
41910
- "text": "ViewTemplate<SegmentedControl>"
41911
- }
41912
- },
41913
- "parameters": [
43362
+ },
41914
43363
  {
41915
- "name": "context",
43364
+ "kind": "field",
43365
+ "name": "template",
41916
43366
  "type": {
41917
- "text": "ElementDefinitionContext"
43367
+ "text": "ElementViewTemplate | void | null"
43368
+ },
43369
+ "privacy": "public",
43370
+ "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.",
43371
+ "inheritedFrom": {
43372
+ "name": "FoundationElement",
43373
+ "module": "src/foundation-element/foundation-element.ts"
41918
43374
  }
41919
43375
  },
41920
43376
  {
41921
- "name": "definition",
43377
+ "kind": "method",
43378
+ "name": "templateChanged",
43379
+ "privacy": "protected",
43380
+ "return": {
43381
+ "type": {
43382
+ "text": "void"
43383
+ }
43384
+ },
43385
+ "inheritedFrom": {
43386
+ "name": "FoundationElement",
43387
+ "module": "src/foundation-element/foundation-element.ts"
43388
+ }
43389
+ },
43390
+ {
43391
+ "kind": "field",
43392
+ "name": "styles",
41922
43393
  "type": {
41923
- "text": "FoundationElementDefinition"
43394
+ "text": "ElementStyles | void | null"
43395
+ },
43396
+ "privacy": "public",
43397
+ "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.",
43398
+ "inheritedFrom": {
43399
+ "name": "FoundationElement",
43400
+ "module": "src/foundation-element/foundation-element.ts"
41924
43401
  }
41925
- }
41926
- ]
41927
- }
41928
- ],
41929
- "exports": [
41930
- {
41931
- "kind": "js",
41932
- "name": "foundationSegmentedControlTemplate",
41933
- "declaration": {
41934
- "name": "foundationSegmentedControlTemplate",
41935
- "module": "src/segmented-control/segmented-control.template.ts"
41936
- }
41937
- }
41938
- ]
41939
- },
41940
- {
41941
- "kind": "javascript-module",
41942
- "path": "src/segmented-control/segmented-control.ts",
41943
- "declarations": [
41944
- {
41945
- "kind": "class",
41946
- "description": "",
41947
- "name": "SegmentedControl",
41948
- "members": [
43402
+ },
41949
43403
  {
41950
43404
  "kind": "method",
41951
- "name": "valueChanged",
41952
- "privacy": "protected"
43405
+ "name": "stylesChanged",
43406
+ "privacy": "protected",
43407
+ "return": {
43408
+ "type": {
43409
+ "text": "void"
43410
+ }
43411
+ },
43412
+ "inheritedFrom": {
43413
+ "name": "FoundationElement",
43414
+ "module": "src/foundation-element/foundation-element.ts"
43415
+ }
43416
+ },
43417
+ {
43418
+ "kind": "method",
43419
+ "name": "compose",
43420
+ "privacy": "public",
43421
+ "static": true,
43422
+ "return": {
43423
+ "type": {
43424
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
43425
+ }
43426
+ },
43427
+ "parameters": [
43428
+ {
43429
+ "name": "this",
43430
+ "type": {
43431
+ "text": "K"
43432
+ }
43433
+ },
43434
+ {
43435
+ "name": "elementDefinition",
43436
+ "type": {
43437
+ "text": "T"
43438
+ },
43439
+ "description": "The definition of the element to create the registry\nfunction for."
43440
+ }
43441
+ ],
43442
+ "description": "Defines an element registry function with a set of element definition defaults.",
43443
+ "inheritedFrom": {
43444
+ "name": "FoundationElement",
43445
+ "module": "src/foundation-element/foundation-element.ts"
43446
+ }
41953
43447
  }
41954
43448
  ],
41955
43449
  "superclass": {
@@ -41957,7 +43451,79 @@
41957
43451
  "package": "@microsoft/fast-foundation"
41958
43452
  },
41959
43453
  "tagName": "%%prefix%%-segmented-control",
41960
- "customElement": true
43454
+ "customElement": true,
43455
+ "attributes": [
43456
+ {
43457
+ "name": "readonly",
43458
+ "type": {
43459
+ "text": "boolean"
43460
+ },
43461
+ "description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
43462
+ "fieldName": "readOnly",
43463
+ "inheritedFrom": {
43464
+ "name": "RadioGroup",
43465
+ "module": "src/radio-group/radio-group.ts"
43466
+ }
43467
+ },
43468
+ {
43469
+ "name": "disabled",
43470
+ "type": {
43471
+ "text": "boolean"
43472
+ },
43473
+ "description": "Disables the radio group and child radios.",
43474
+ "fieldName": "disabled",
43475
+ "inheritedFrom": {
43476
+ "name": "RadioGroup",
43477
+ "module": "src/radio-group/radio-group.ts"
43478
+ }
43479
+ },
43480
+ {
43481
+ "name": "name",
43482
+ "type": {
43483
+ "text": "string"
43484
+ },
43485
+ "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
43486
+ "fieldName": "name",
43487
+ "inheritedFrom": {
43488
+ "name": "RadioGroup",
43489
+ "module": "src/radio-group/radio-group.ts"
43490
+ }
43491
+ },
43492
+ {
43493
+ "name": "value",
43494
+ "type": {
43495
+ "text": "string"
43496
+ },
43497
+ "description": "The value of the checked radio",
43498
+ "fieldName": "value",
43499
+ "inheritedFrom": {
43500
+ "name": "RadioGroup",
43501
+ "module": "src/radio-group/radio-group.ts"
43502
+ }
43503
+ },
43504
+ {
43505
+ "name": "orientation",
43506
+ "type": {
43507
+ "text": "Orientation | \"horizontal\" | \"vertical\""
43508
+ },
43509
+ "description": "The orientation of the group",
43510
+ "fieldName": "orientation",
43511
+ "inheritedFrom": {
43512
+ "name": "RadioGroup",
43513
+ "module": "src/radio-group/radio-group.ts"
43514
+ }
43515
+ }
43516
+ ],
43517
+ "events": [
43518
+ {
43519
+ "description": "Fires a custom 'change' event when the value changes",
43520
+ "name": "change",
43521
+ "inheritedFrom": {
43522
+ "name": "RadioGroup",
43523
+ "module": "src/radio-group/radio-group.ts"
43524
+ }
43525
+ }
43526
+ ]
41961
43527
  },
41962
43528
  {
41963
43529
  "kind": "variable",
@@ -45018,6 +46584,10 @@
45018
46584
  "type": {
45019
46585
  "text": "CustomEvent"
45020
46586
  }
46587
+ },
46588
+ {
46589
+ "description": "Fired when the snackbar auto-closes after its animation; detail is the identifier",
46590
+ "name": "autoDismiss"
45021
46591
  }
45022
46592
  ],
45023
46593
  "attributes": [
@@ -46599,6 +48169,28 @@
46599
48169
  }
46600
48170
  }
46601
48171
  ],
48172
+ "events": [
48173
+ {
48174
+ "description": "Fired when a step tab is activated",
48175
+ "name": "step-click"
48176
+ },
48177
+ {
48178
+ "description": "Fired when advancing fails validation",
48179
+ "name": "validation-failure"
48180
+ },
48181
+ {
48182
+ "description": "Fired when the final step is submitted",
48183
+ "name": "submit"
48184
+ },
48185
+ {
48186
+ "description": "Fired when validation succeeds before advancing",
48187
+ "name": "next-step"
48188
+ },
48189
+ {
48190
+ "description": "Fired when validation succeeds before advancing",
48191
+ "name": "validation-success"
48192
+ }
48193
+ ],
46602
48194
  "attributes": [
46603
48195
  {
46604
48196
  "name": "hide-submit-button",
@@ -47037,6 +48629,12 @@
47037
48629
  }
47038
48630
  }
47039
48631
  ],
48632
+ "events": [
48633
+ {
48634
+ "description": "Fired when the tab is clicked; detail is the zero-based step index",
48635
+ "name": "tab-clicked"
48636
+ }
48637
+ ],
47040
48638
  "attributes": [
47041
48639
  {
47042
48640
  "name": "slot",
@@ -52641,7 +54239,288 @@
52641
54239
  "package": "@microsoft/fast-foundation"
52642
54240
  },
52643
54241
  "tagName": "%%prefix%%-tree-view",
52644
- "customElement": true
54242
+ "customElement": true,
54243
+ "attributes": [
54244
+ {
54245
+ "name": "render-collapsed-nodes",
54246
+ "type": {
54247
+ "text": "boolean"
54248
+ },
54249
+ "description": "/**\n When true, the control will be appear expanded by user interaction.",
54250
+ "fieldName": "renderCollapsedNodes",
54251
+ "inheritedFrom": {
54252
+ "name": "TreeView",
54253
+ "module": "src/tree-view/tree-view.ts"
54254
+ }
54255
+ }
54256
+ ],
54257
+ "members": [
54258
+ {
54259
+ "kind": "field",
54260
+ "name": "renderCollapsedNodes",
54261
+ "type": {
54262
+ "text": "boolean"
54263
+ },
54264
+ "privacy": "public",
54265
+ "description": "/**\n When true, the control will be appear expanded by user interaction.",
54266
+ "inheritedFrom": {
54267
+ "name": "TreeView",
54268
+ "module": "src/tree-view/tree-view.ts"
54269
+ }
54270
+ },
54271
+ {
54272
+ "kind": "field",
54273
+ "name": "currentSelected",
54274
+ "type": {
54275
+ "text": "HTMLElement | TreeItem | null"
54276
+ },
54277
+ "privacy": "public",
54278
+ "description": "The currently selected tree item",
54279
+ "inheritedFrom": {
54280
+ "name": "TreeView",
54281
+ "module": "src/tree-view/tree-view.ts"
54282
+ }
54283
+ },
54284
+ {
54285
+ "kind": "method",
54286
+ "name": "slottedTreeItemsChanged",
54287
+ "privacy": "private",
54288
+ "return": {
54289
+ "type": {
54290
+ "text": "void"
54291
+ }
54292
+ },
54293
+ "inheritedFrom": {
54294
+ "name": "TreeView",
54295
+ "module": "src/tree-view/tree-view.ts"
54296
+ }
54297
+ },
54298
+ {
54299
+ "kind": "field",
54300
+ "name": "nested",
54301
+ "type": {
54302
+ "text": "boolean"
54303
+ },
54304
+ "privacy": "private",
54305
+ "inheritedFrom": {
54306
+ "name": "TreeView",
54307
+ "module": "src/tree-view/tree-view.ts"
54308
+ }
54309
+ },
54310
+ {
54311
+ "kind": "method",
54312
+ "name": "focusNextNode",
54313
+ "privacy": "private",
54314
+ "return": {
54315
+ "type": {
54316
+ "text": "void"
54317
+ }
54318
+ },
54319
+ "parameters": [
54320
+ {
54321
+ "name": "delta",
54322
+ "type": {
54323
+ "text": "number"
54324
+ }
54325
+ },
54326
+ {
54327
+ "name": "item",
54328
+ "type": {
54329
+ "text": "TreeItem"
54330
+ }
54331
+ }
54332
+ ],
54333
+ "description": "Move focus to a tree item based on its offset from the provided item",
54334
+ "inheritedFrom": {
54335
+ "name": "TreeView",
54336
+ "module": "src/tree-view/tree-view.ts"
54337
+ }
54338
+ },
54339
+ {
54340
+ "kind": "field",
54341
+ "name": "setItems",
54342
+ "privacy": "private",
54343
+ "description": "Updates the tree view when slottedTreeItems changes",
54344
+ "inheritedFrom": {
54345
+ "name": "TreeView",
54346
+ "module": "src/tree-view/tree-view.ts"
54347
+ }
54348
+ },
54349
+ {
54350
+ "kind": "method",
54351
+ "name": "getValidFocusableItem",
54352
+ "privacy": "private",
54353
+ "return": {
54354
+ "type": {
54355
+ "text": "null | HTMLElement | TreeItem"
54356
+ }
54357
+ },
54358
+ "description": "checks if there are any nested tree items",
54359
+ "inheritedFrom": {
54360
+ "name": "TreeView",
54361
+ "module": "src/tree-view/tree-view.ts"
54362
+ }
54363
+ },
54364
+ {
54365
+ "kind": "method",
54366
+ "name": "checkForNestedItems",
54367
+ "privacy": "private",
54368
+ "return": {
54369
+ "type": {
54370
+ "text": "boolean"
54371
+ }
54372
+ },
54373
+ "description": "checks if there are any nested tree items",
54374
+ "inheritedFrom": {
54375
+ "name": "TreeView",
54376
+ "module": "src/tree-view/tree-view.ts"
54377
+ }
54378
+ },
54379
+ {
54380
+ "kind": "field",
54381
+ "name": "isFocusableElement",
54382
+ "privacy": "private",
54383
+ "description": "check if the item is focusable",
54384
+ "inheritedFrom": {
54385
+ "name": "TreeView",
54386
+ "module": "src/tree-view/tree-view.ts"
54387
+ }
54388
+ },
54389
+ {
54390
+ "kind": "field",
54391
+ "name": "isSelectedElement",
54392
+ "privacy": "private",
54393
+ "inheritedFrom": {
54394
+ "name": "TreeView",
54395
+ "module": "src/tree-view/tree-view.ts"
54396
+ }
54397
+ },
54398
+ {
54399
+ "kind": "method",
54400
+ "name": "getVisibleNodes",
54401
+ "privacy": "private",
54402
+ "return": {
54403
+ "type": {
54404
+ "text": "HTMLElement[]"
54405
+ }
54406
+ },
54407
+ "inheritedFrom": {
54408
+ "name": "TreeView",
54409
+ "module": "src/tree-view/tree-view.ts"
54410
+ }
54411
+ },
54412
+ {
54413
+ "kind": "field",
54414
+ "name": "_presentation",
54415
+ "type": {
54416
+ "text": "ComponentPresentation | null | undefined"
54417
+ },
54418
+ "privacy": "private",
54419
+ "default": "void 0",
54420
+ "inheritedFrom": {
54421
+ "name": "FoundationElement",
54422
+ "module": "src/foundation-element/foundation-element.ts"
54423
+ }
54424
+ },
54425
+ {
54426
+ "kind": "field",
54427
+ "name": "$presentation",
54428
+ "type": {
54429
+ "text": "ComponentPresentation | null"
54430
+ },
54431
+ "privacy": "public",
54432
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
54433
+ "inheritedFrom": {
54434
+ "name": "FoundationElement",
54435
+ "module": "src/foundation-element/foundation-element.ts"
54436
+ }
54437
+ },
54438
+ {
54439
+ "kind": "field",
54440
+ "name": "template",
54441
+ "type": {
54442
+ "text": "ElementViewTemplate | void | null"
54443
+ },
54444
+ "privacy": "public",
54445
+ "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.",
54446
+ "inheritedFrom": {
54447
+ "name": "FoundationElement",
54448
+ "module": "src/foundation-element/foundation-element.ts"
54449
+ }
54450
+ },
54451
+ {
54452
+ "kind": "method",
54453
+ "name": "templateChanged",
54454
+ "privacy": "protected",
54455
+ "return": {
54456
+ "type": {
54457
+ "text": "void"
54458
+ }
54459
+ },
54460
+ "inheritedFrom": {
54461
+ "name": "FoundationElement",
54462
+ "module": "src/foundation-element/foundation-element.ts"
54463
+ }
54464
+ },
54465
+ {
54466
+ "kind": "field",
54467
+ "name": "styles",
54468
+ "type": {
54469
+ "text": "ElementStyles | void | null"
54470
+ },
54471
+ "privacy": "public",
54472
+ "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.",
54473
+ "inheritedFrom": {
54474
+ "name": "FoundationElement",
54475
+ "module": "src/foundation-element/foundation-element.ts"
54476
+ }
54477
+ },
54478
+ {
54479
+ "kind": "method",
54480
+ "name": "stylesChanged",
54481
+ "privacy": "protected",
54482
+ "return": {
54483
+ "type": {
54484
+ "text": "void"
54485
+ }
54486
+ },
54487
+ "inheritedFrom": {
54488
+ "name": "FoundationElement",
54489
+ "module": "src/foundation-element/foundation-element.ts"
54490
+ }
54491
+ },
54492
+ {
54493
+ "kind": "method",
54494
+ "name": "compose",
54495
+ "privacy": "public",
54496
+ "static": true,
54497
+ "return": {
54498
+ "type": {
54499
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
54500
+ }
54501
+ },
54502
+ "parameters": [
54503
+ {
54504
+ "name": "this",
54505
+ "type": {
54506
+ "text": "K"
54507
+ }
54508
+ },
54509
+ {
54510
+ "name": "elementDefinition",
54511
+ "type": {
54512
+ "text": "T"
54513
+ },
54514
+ "description": "The definition of the element to create the registry\nfunction for."
54515
+ }
54516
+ ],
54517
+ "description": "Defines an element registry function with a set of element definition defaults.",
54518
+ "inheritedFrom": {
54519
+ "name": "FoundationElement",
54520
+ "module": "src/foundation-element/foundation-element.ts"
54521
+ }
54522
+ }
54523
+ ]
52645
54524
  },
52646
54525
  {
52647
54526
  "kind": "variable",
@@ -54503,181 +56382,6 @@
54503
56382
  }
54504
56383
  ]
54505
56384
  },
54506
- {
54507
- "kind": "javascript-module",
54508
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
54509
- "declarations": [],
54510
- "exports": []
54511
- },
54512
- {
54513
- "kind": "javascript-module",
54514
- "path": "src/ai-criteria-search/validation/operator-map.ts",
54515
- "declarations": [
54516
- {
54517
- "kind": "function",
54518
- "name": "groupsToCriteria",
54519
- "return": {
54520
- "type": {
54521
- "text": "string"
54522
- }
54523
- },
54524
- "parameters": [
54525
- {
54526
- "name": "groups",
54527
- "type": {
54528
- "text": "CriteriaGroup[]"
54529
- }
54530
- }
54531
- ],
54532
- "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
54533
- },
54534
- {
54535
- "kind": "variable",
54536
- "name": "STRING_OPERATORS",
54537
- "type": {
54538
- "text": "CriteriaOperator[]"
54539
- },
54540
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
54541
- },
54542
- {
54543
- "kind": "variable",
54544
- "name": "NUMERIC_OPERATORS",
54545
- "type": {
54546
- "text": "CriteriaOperator[]"
54547
- },
54548
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
54549
- },
54550
- {
54551
- "kind": "variable",
54552
- "name": "DATE_OPERATORS",
54553
- "type": {
54554
- "text": "CriteriaOperator[]"
54555
- },
54556
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
54557
- },
54558
- {
54559
- "kind": "variable",
54560
- "name": "DATETIME_OPERATORS",
54561
- "type": {
54562
- "text": "CriteriaOperator[]"
54563
- },
54564
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
54565
- }
54566
- ],
54567
- "exports": [
54568
- {
54569
- "kind": "js",
54570
- "name": "groupsToCriteria",
54571
- "declaration": {
54572
- "name": "groupsToCriteria",
54573
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54574
- }
54575
- },
54576
- {
54577
- "kind": "js",
54578
- "name": "STRING_OPERATORS",
54579
- "declaration": {
54580
- "name": "STRING_OPERATORS",
54581
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54582
- }
54583
- },
54584
- {
54585
- "kind": "js",
54586
- "name": "NUMERIC_OPERATORS",
54587
- "declaration": {
54588
- "name": "NUMERIC_OPERATORS",
54589
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54590
- }
54591
- },
54592
- {
54593
- "kind": "js",
54594
- "name": "DATE_OPERATORS",
54595
- "declaration": {
54596
- "name": "DATE_OPERATORS",
54597
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54598
- }
54599
- },
54600
- {
54601
- "kind": "js",
54602
- "name": "DATETIME_OPERATORS",
54603
- "declaration": {
54604
- "name": "DATETIME_OPERATORS",
54605
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54606
- }
54607
- }
54608
- ]
54609
- },
54610
- {
54611
- "kind": "javascript-module",
54612
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
54613
- "declarations": [
54614
- {
54615
- "kind": "function",
54616
- "name": "validateClauses",
54617
- "return": {
54618
- "type": {
54619
- "text": "ValidationResult"
54620
- }
54621
- },
54622
- "parameters": [
54623
- {
54624
- "name": "clauses",
54625
- "type": {
54626
- "text": "CriteriaClause[]"
54627
- }
54628
- },
54629
- {
54630
- "name": "fieldMetadata",
54631
- "type": {
54632
- "text": "MetadataDetail[] | string[]"
54633
- }
54634
- }
54635
- ]
54636
- },
54637
- {
54638
- "kind": "function",
54639
- "name": "validateGroups",
54640
- "return": {
54641
- "type": {
54642
- "text": "GroupsValidationResult"
54643
- }
54644
- },
54645
- "parameters": [
54646
- {
54647
- "name": "groups",
54648
- "type": {
54649
- "text": "CriteriaGroup[]"
54650
- }
54651
- },
54652
- {
54653
- "name": "fieldMetadata",
54654
- "type": {
54655
- "text": "MetadataDetail[] | string[]"
54656
- }
54657
- }
54658
- ],
54659
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
54660
- }
54661
- ],
54662
- "exports": [
54663
- {
54664
- "kind": "js",
54665
- "name": "validateClauses",
54666
- "declaration": {
54667
- "name": "validateClauses",
54668
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
54669
- }
54670
- },
54671
- {
54672
- "kind": "js",
54673
- "name": "validateGroups",
54674
- "declaration": {
54675
- "name": "validateGroups",
54676
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
54677
- }
54678
- }
54679
- ]
54680
- },
54681
56385
  {
54682
56386
  "kind": "javascript-module",
54683
56387
  "path": "src/_config/styles/colors.ts",
@@ -56050,6 +57754,181 @@
56050
57754
  "declarations": [],
56051
57755
  "exports": []
56052
57756
  },
57757
+ {
57758
+ "kind": "javascript-module",
57759
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57760
+ "declarations": [],
57761
+ "exports": []
57762
+ },
57763
+ {
57764
+ "kind": "javascript-module",
57765
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57766
+ "declarations": [
57767
+ {
57768
+ "kind": "function",
57769
+ "name": "groupsToCriteria",
57770
+ "return": {
57771
+ "type": {
57772
+ "text": "string"
57773
+ }
57774
+ },
57775
+ "parameters": [
57776
+ {
57777
+ "name": "groups",
57778
+ "type": {
57779
+ "text": "CriteriaGroup[]"
57780
+ }
57781
+ }
57782
+ ],
57783
+ "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
57784
+ },
57785
+ {
57786
+ "kind": "variable",
57787
+ "name": "STRING_OPERATORS",
57788
+ "type": {
57789
+ "text": "CriteriaOperator[]"
57790
+ },
57791
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57792
+ },
57793
+ {
57794
+ "kind": "variable",
57795
+ "name": "NUMERIC_OPERATORS",
57796
+ "type": {
57797
+ "text": "CriteriaOperator[]"
57798
+ },
57799
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57800
+ },
57801
+ {
57802
+ "kind": "variable",
57803
+ "name": "DATE_OPERATORS",
57804
+ "type": {
57805
+ "text": "CriteriaOperator[]"
57806
+ },
57807
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57808
+ },
57809
+ {
57810
+ "kind": "variable",
57811
+ "name": "DATETIME_OPERATORS",
57812
+ "type": {
57813
+ "text": "CriteriaOperator[]"
57814
+ },
57815
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57816
+ }
57817
+ ],
57818
+ "exports": [
57819
+ {
57820
+ "kind": "js",
57821
+ "name": "groupsToCriteria",
57822
+ "declaration": {
57823
+ "name": "groupsToCriteria",
57824
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57825
+ }
57826
+ },
57827
+ {
57828
+ "kind": "js",
57829
+ "name": "STRING_OPERATORS",
57830
+ "declaration": {
57831
+ "name": "STRING_OPERATORS",
57832
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57833
+ }
57834
+ },
57835
+ {
57836
+ "kind": "js",
57837
+ "name": "NUMERIC_OPERATORS",
57838
+ "declaration": {
57839
+ "name": "NUMERIC_OPERATORS",
57840
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57841
+ }
57842
+ },
57843
+ {
57844
+ "kind": "js",
57845
+ "name": "DATE_OPERATORS",
57846
+ "declaration": {
57847
+ "name": "DATE_OPERATORS",
57848
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57849
+ }
57850
+ },
57851
+ {
57852
+ "kind": "js",
57853
+ "name": "DATETIME_OPERATORS",
57854
+ "declaration": {
57855
+ "name": "DATETIME_OPERATORS",
57856
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57857
+ }
57858
+ }
57859
+ ]
57860
+ },
57861
+ {
57862
+ "kind": "javascript-module",
57863
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57864
+ "declarations": [
57865
+ {
57866
+ "kind": "function",
57867
+ "name": "validateClauses",
57868
+ "return": {
57869
+ "type": {
57870
+ "text": "ValidationResult"
57871
+ }
57872
+ },
57873
+ "parameters": [
57874
+ {
57875
+ "name": "clauses",
57876
+ "type": {
57877
+ "text": "CriteriaClause[]"
57878
+ }
57879
+ },
57880
+ {
57881
+ "name": "fieldMetadata",
57882
+ "type": {
57883
+ "text": "MetadataDetail[] | string[]"
57884
+ }
57885
+ }
57886
+ ]
57887
+ },
57888
+ {
57889
+ "kind": "function",
57890
+ "name": "validateGroups",
57891
+ "return": {
57892
+ "type": {
57893
+ "text": "GroupsValidationResult"
57894
+ }
57895
+ },
57896
+ "parameters": [
57897
+ {
57898
+ "name": "groups",
57899
+ "type": {
57900
+ "text": "CriteriaGroup[]"
57901
+ }
57902
+ },
57903
+ {
57904
+ "name": "fieldMetadata",
57905
+ "type": {
57906
+ "text": "MetadataDetail[] | string[]"
57907
+ }
57908
+ }
57909
+ ],
57910
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57911
+ }
57912
+ ],
57913
+ "exports": [
57914
+ {
57915
+ "kind": "js",
57916
+ "name": "validateClauses",
57917
+ "declaration": {
57918
+ "name": "validateClauses",
57919
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57920
+ }
57921
+ },
57922
+ {
57923
+ "kind": "js",
57924
+ "name": "validateGroups",
57925
+ "declaration": {
57926
+ "name": "validateGroups",
57927
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57928
+ }
57929
+ }
57930
+ ]
57931
+ },
56053
57932
  {
56054
57933
  "kind": "javascript-module",
56055
57934
  "path": "src/environment-indicator/utils/configure.ts",
@@ -57035,6 +58914,12 @@
57035
58914
  }
57036
58915
  }
57037
58916
  ],
58917
+ "events": [
58918
+ {
58919
+ "description": "Fired when work week vs full week selection updates the cron config",
58920
+ "name": "update-cron-config"
58921
+ }
58922
+ ],
57038
58923
  "attributes": [
57039
58924
  {
57040
58925
  "name": "disable-tooltips",
@@ -57266,6 +59151,12 @@
57266
59151
  }
57267
59152
  }
57268
59153
  ],
59154
+ "events": [
59155
+ {
59156
+ "description": "Fired when monthly or yearly recurrence fields update the cron config",
59157
+ "name": "update-cron-config"
59158
+ }
59159
+ ],
57269
59160
  "mixins": [
57270
59161
  {
57271
59162
  "name": "EventEmitter",
@@ -57516,6 +59407,12 @@
57516
59407
  }
57517
59408
  }
57518
59409
  ],
59410
+ "events": [
59411
+ {
59412
+ "description": "Fired when weekly day selection updates the cron config",
59413
+ "name": "update-cron-config"
59414
+ }
59415
+ ],
57519
59416
  "attributes": [
57520
59417
  {
57521
59418
  "name": "disable-tooltips",