@genesislcap/rapid-design-system 14.398.0 → 14.400.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.
- package/dist/custom-elements.json +959 -1
- package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts +15 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.styles.d.ts +2 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.styles.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.template.d.ts +5 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.template.d.ts.map +1 -0
- package/dist/dts/ai-criteria-search/index.d.ts +4 -0
- package/dist/dts/ai-criteria-search/index.d.ts.map +1 -0
- package/dist/dts/ai-indicator/ai-indicator.d.ts +8 -0
- package/dist/dts/ai-indicator/ai-indicator.d.ts.map +1 -0
- package/dist/dts/ai-indicator/ai-indicator.styles.d.ts +4 -0
- package/dist/dts/ai-indicator/ai-indicator.styles.d.ts.map +1 -0
- package/dist/dts/ai-indicator/index.d.ts +2 -0
- package/dist/dts/ai-indicator/index.d.ts.map +1 -0
- package/dist/dts/base-components.d.ts +2 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/ai-criteria-search/ai-criteria-search.js +17 -0
- package/dist/esm/ai-criteria-search/ai-criteria-search.styles.js +5 -0
- package/dist/esm/ai-criteria-search/ai-criteria-search.template.js +2 -0
- package/dist/esm/ai-criteria-search/index.js +3 -0
- package/dist/esm/ai-indicator/ai-indicator.js +12 -0
- package/dist/esm/ai-indicator/ai-indicator.styles.js +13 -0
- package/dist/esm/ai-indicator/index.js +1 -0
- package/dist/esm/base-components.js +4 -0
- package/dist/esm/index.js +1 -0
- package/package.json +11 -11
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidActionsMenu,\n rapidAnchor,\n rapidSectionNavigator,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidEnvironmentIndicator,\n rapidErrorBoundary,\n rapidFileReader,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidOptgroup,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidSystemHealthOverlay,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
15
|
+
"default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidAiCriteriaSearch,\n rapidAiIndicator,\n rapidActionsMenu,\n rapidAnchor,\n rapidSectionNavigator,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidEnvironmentIndicator,\n rapidErrorBoundary,\n rapidFileReader,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidOptgroup,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidSystemHealthOverlay,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -84,6 +84,14 @@
|
|
|
84
84
|
"package": "./accordion"
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"kind": "js",
|
|
89
|
+
"name": "*",
|
|
90
|
+
"declaration": {
|
|
91
|
+
"name": "*",
|
|
92
|
+
"package": "./ai-criteria-search"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
87
95
|
{
|
|
88
96
|
"kind": "js",
|
|
89
97
|
"name": "*",
|
|
@@ -1663,6 +1671,956 @@
|
|
|
1663
1671
|
}
|
|
1664
1672
|
]
|
|
1665
1673
|
},
|
|
1674
|
+
{
|
|
1675
|
+
"kind": "javascript-module",
|
|
1676
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1677
|
+
"declarations": [
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "variable",
|
|
1680
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1681
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1682
|
+
}
|
|
1683
|
+
],
|
|
1684
|
+
"exports": [
|
|
1685
|
+
{
|
|
1686
|
+
"kind": "js",
|
|
1687
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1688
|
+
"declaration": {
|
|
1689
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1690
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
]
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"kind": "javascript-module",
|
|
1697
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
1698
|
+
"declarations": [
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "function",
|
|
1701
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1702
|
+
"return": {
|
|
1703
|
+
"type": {
|
|
1704
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"parameters": [
|
|
1708
|
+
{
|
|
1709
|
+
"name": "_context",
|
|
1710
|
+
"type": {
|
|
1711
|
+
"text": "ElementDefinitionContext"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "_definition",
|
|
1716
|
+
"type": {
|
|
1717
|
+
"text": "FoundationElementDefinition"
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
]
|
|
1721
|
+
}
|
|
1722
|
+
],
|
|
1723
|
+
"exports": [
|
|
1724
|
+
{
|
|
1725
|
+
"kind": "js",
|
|
1726
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1727
|
+
"declaration": {
|
|
1728
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1729
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
]
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "javascript-module",
|
|
1736
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
1737
|
+
"declarations": [
|
|
1738
|
+
{
|
|
1739
|
+
"kind": "class",
|
|
1740
|
+
"description": "",
|
|
1741
|
+
"name": "AiCriteriaSearch",
|
|
1742
|
+
"superclass": {
|
|
1743
|
+
"name": "FoundationAiCriteriaSearch",
|
|
1744
|
+
"package": "@genesislcap/foundation-ui"
|
|
1745
|
+
},
|
|
1746
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
1747
|
+
"customElement": true,
|
|
1748
|
+
"attributes": [
|
|
1749
|
+
{
|
|
1750
|
+
"name": "placeholder",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "string"
|
|
1753
|
+
},
|
|
1754
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1755
|
+
"fieldName": "placeholder",
|
|
1756
|
+
"inheritedFrom": {
|
|
1757
|
+
"name": "AiCriteriaSearch",
|
|
1758
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"type": {
|
|
1763
|
+
"text": "boolean"
|
|
1764
|
+
},
|
|
1765
|
+
"fieldName": "disabled",
|
|
1766
|
+
"inheritedFrom": {
|
|
1767
|
+
"name": "AiCriteriaSearch",
|
|
1768
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "mode",
|
|
1773
|
+
"type": {
|
|
1774
|
+
"text": "'append' | 'replace'"
|
|
1775
|
+
},
|
|
1776
|
+
"default": "'replace'",
|
|
1777
|
+
"fieldName": "mode",
|
|
1778
|
+
"inheritedFrom": {
|
|
1779
|
+
"name": "AiCriteriaSearch",
|
|
1780
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
],
|
|
1784
|
+
"members": [
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "field",
|
|
1787
|
+
"name": "aiProvider",
|
|
1788
|
+
"type": {
|
|
1789
|
+
"text": "AIProvider"
|
|
1790
|
+
},
|
|
1791
|
+
"inheritedFrom": {
|
|
1792
|
+
"name": "AiCriteriaSearch",
|
|
1793
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "field",
|
|
1798
|
+
"name": "placeholder",
|
|
1799
|
+
"type": {
|
|
1800
|
+
"text": "string"
|
|
1801
|
+
},
|
|
1802
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1803
|
+
"inheritedFrom": {
|
|
1804
|
+
"name": "AiCriteriaSearch",
|
|
1805
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "field",
|
|
1810
|
+
"name": "disabled",
|
|
1811
|
+
"type": {
|
|
1812
|
+
"text": "boolean"
|
|
1813
|
+
},
|
|
1814
|
+
"inheritedFrom": {
|
|
1815
|
+
"name": "AiCriteriaSearch",
|
|
1816
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"kind": "field",
|
|
1821
|
+
"name": "mode",
|
|
1822
|
+
"type": {
|
|
1823
|
+
"text": "'append' | 'replace'"
|
|
1824
|
+
},
|
|
1825
|
+
"default": "'replace'",
|
|
1826
|
+
"inheritedFrom": {
|
|
1827
|
+
"name": "AiCriteriaSearch",
|
|
1828
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"kind": "field",
|
|
1833
|
+
"name": "inputValue",
|
|
1834
|
+
"type": {
|
|
1835
|
+
"text": "string"
|
|
1836
|
+
},
|
|
1837
|
+
"default": "''",
|
|
1838
|
+
"inheritedFrom": {
|
|
1839
|
+
"name": "AiCriteriaSearch",
|
|
1840
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "field",
|
|
1845
|
+
"name": "isInterpreting",
|
|
1846
|
+
"type": {
|
|
1847
|
+
"text": "boolean"
|
|
1848
|
+
},
|
|
1849
|
+
"default": "false",
|
|
1850
|
+
"inheritedFrom": {
|
|
1851
|
+
"name": "AiCriteriaSearch",
|
|
1852
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"kind": "field",
|
|
1857
|
+
"name": "lastValidCriteria",
|
|
1858
|
+
"type": {
|
|
1859
|
+
"text": "string | null"
|
|
1860
|
+
},
|
|
1861
|
+
"default": "null",
|
|
1862
|
+
"inheritedFrom": {
|
|
1863
|
+
"name": "AiCriteriaSearch",
|
|
1864
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"kind": "field",
|
|
1869
|
+
"name": "fieldMetadata",
|
|
1870
|
+
"type": {
|
|
1871
|
+
"text": "MetadataDetail[] | string[]"
|
|
1872
|
+
},
|
|
1873
|
+
"default": "[]",
|
|
1874
|
+
"inheritedFrom": {
|
|
1875
|
+
"name": "AiCriteriaSearch",
|
|
1876
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "field",
|
|
1881
|
+
"name": "isRecording",
|
|
1882
|
+
"type": {
|
|
1883
|
+
"text": "boolean"
|
|
1884
|
+
},
|
|
1885
|
+
"default": "false",
|
|
1886
|
+
"inheritedFrom": {
|
|
1887
|
+
"name": "AiCriteriaSearch",
|
|
1888
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"kind": "field",
|
|
1893
|
+
"name": "textAreaRef",
|
|
1894
|
+
"type": {
|
|
1895
|
+
"text": "HTMLTextAreaElement"
|
|
1896
|
+
},
|
|
1897
|
+
"privacy": "public",
|
|
1898
|
+
"inheritedFrom": {
|
|
1899
|
+
"name": "AiCriteriaSearch",
|
|
1900
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "field",
|
|
1905
|
+
"name": "stopRecording",
|
|
1906
|
+
"type": {
|
|
1907
|
+
"text": "(() => void) | null"
|
|
1908
|
+
},
|
|
1909
|
+
"privacy": "private",
|
|
1910
|
+
"default": "null",
|
|
1911
|
+
"inheritedFrom": {
|
|
1912
|
+
"name": "AiCriteriaSearch",
|
|
1913
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "field",
|
|
1918
|
+
"name": "speechApplyDebounceTimer",
|
|
1919
|
+
"type": {
|
|
1920
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
1921
|
+
},
|
|
1922
|
+
"privacy": "private",
|
|
1923
|
+
"default": "null",
|
|
1924
|
+
"inheritedFrom": {
|
|
1925
|
+
"name": "AiCriteriaSearch",
|
|
1926
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "field",
|
|
1931
|
+
"name": "baseInputForAppend",
|
|
1932
|
+
"type": {
|
|
1933
|
+
"text": "string"
|
|
1934
|
+
},
|
|
1935
|
+
"privacy": "private",
|
|
1936
|
+
"default": "''",
|
|
1937
|
+
"inheritedFrom": {
|
|
1938
|
+
"name": "AiCriteriaSearch",
|
|
1939
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"kind": "field",
|
|
1944
|
+
"name": "speechAvailable",
|
|
1945
|
+
"type": {
|
|
1946
|
+
"text": "boolean"
|
|
1947
|
+
},
|
|
1948
|
+
"readonly": true,
|
|
1949
|
+
"inheritedFrom": {
|
|
1950
|
+
"name": "AiCriteriaSearch",
|
|
1951
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"kind": "method",
|
|
1956
|
+
"name": "handleSubmit",
|
|
1957
|
+
"inheritedFrom": {
|
|
1958
|
+
"name": "AiCriteriaSearch",
|
|
1959
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"kind": "method",
|
|
1964
|
+
"name": "handleBlur",
|
|
1965
|
+
"inheritedFrom": {
|
|
1966
|
+
"name": "AiCriteriaSearch",
|
|
1967
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"kind": "method",
|
|
1972
|
+
"name": "clear",
|
|
1973
|
+
"inheritedFrom": {
|
|
1974
|
+
"name": "AiCriteriaSearch",
|
|
1975
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"kind": "method",
|
|
1980
|
+
"name": "toggleSpeechInput",
|
|
1981
|
+
"inheritedFrom": {
|
|
1982
|
+
"name": "AiCriteriaSearch",
|
|
1983
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1984
|
+
}
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"kind": "method",
|
|
1988
|
+
"name": "clearSpeechApplyDebounce",
|
|
1989
|
+
"privacy": "private",
|
|
1990
|
+
"inheritedFrom": {
|
|
1991
|
+
"name": "AiCriteriaSearch",
|
|
1992
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1993
|
+
}
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"kind": "field",
|
|
1997
|
+
"name": "_presentation",
|
|
1998
|
+
"type": {
|
|
1999
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2000
|
+
},
|
|
2001
|
+
"privacy": "private",
|
|
2002
|
+
"default": "void 0",
|
|
2003
|
+
"inheritedFrom": {
|
|
2004
|
+
"name": "FoundationElement",
|
|
2005
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2006
|
+
}
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"kind": "field",
|
|
2010
|
+
"name": "$presentation",
|
|
2011
|
+
"type": {
|
|
2012
|
+
"text": "ComponentPresentation | null"
|
|
2013
|
+
},
|
|
2014
|
+
"privacy": "public",
|
|
2015
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2016
|
+
"inheritedFrom": {
|
|
2017
|
+
"name": "FoundationElement",
|
|
2018
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"kind": "field",
|
|
2023
|
+
"name": "template",
|
|
2024
|
+
"type": {
|
|
2025
|
+
"text": "ElementViewTemplate | void | null"
|
|
2026
|
+
},
|
|
2027
|
+
"privacy": "public",
|
|
2028
|
+
"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.",
|
|
2029
|
+
"inheritedFrom": {
|
|
2030
|
+
"name": "FoundationElement",
|
|
2031
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"kind": "method",
|
|
2036
|
+
"name": "templateChanged",
|
|
2037
|
+
"privacy": "protected",
|
|
2038
|
+
"return": {
|
|
2039
|
+
"type": {
|
|
2040
|
+
"text": "void"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
"inheritedFrom": {
|
|
2044
|
+
"name": "FoundationElement",
|
|
2045
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "field",
|
|
2050
|
+
"name": "styles",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "ElementStyles | void | null"
|
|
2053
|
+
},
|
|
2054
|
+
"privacy": "public",
|
|
2055
|
+
"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.",
|
|
2056
|
+
"inheritedFrom": {
|
|
2057
|
+
"name": "FoundationElement",
|
|
2058
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"kind": "method",
|
|
2063
|
+
"name": "stylesChanged",
|
|
2064
|
+
"privacy": "protected",
|
|
2065
|
+
"return": {
|
|
2066
|
+
"type": {
|
|
2067
|
+
"text": "void"
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
"inheritedFrom": {
|
|
2071
|
+
"name": "FoundationElement",
|
|
2072
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "method",
|
|
2077
|
+
"name": "compose",
|
|
2078
|
+
"privacy": "public",
|
|
2079
|
+
"static": true,
|
|
2080
|
+
"return": {
|
|
2081
|
+
"type": {
|
|
2082
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2085
|
+
"parameters": [
|
|
2086
|
+
{
|
|
2087
|
+
"name": "this",
|
|
2088
|
+
"type": {
|
|
2089
|
+
"text": "K"
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"name": "elementDefinition",
|
|
2094
|
+
"type": {
|
|
2095
|
+
"text": "T"
|
|
2096
|
+
},
|
|
2097
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2098
|
+
}
|
|
2099
|
+
],
|
|
2100
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2101
|
+
"inheritedFrom": {
|
|
2102
|
+
"name": "FoundationElement",
|
|
2103
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
]
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"kind": "variable",
|
|
2110
|
+
"name": "rapidAiCriteriaSearch",
|
|
2111
|
+
"description": "The Rapid AI Criteria Search",
|
|
2112
|
+
"privacy": "public"
|
|
2113
|
+
}
|
|
2114
|
+
],
|
|
2115
|
+
"exports": [
|
|
2116
|
+
{
|
|
2117
|
+
"kind": "js",
|
|
2118
|
+
"name": "AiCriteriaSearch",
|
|
2119
|
+
"declaration": {
|
|
2120
|
+
"name": "AiCriteriaSearch",
|
|
2121
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2122
|
+
}
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"kind": "js",
|
|
2126
|
+
"name": "rapidAiCriteriaSearch",
|
|
2127
|
+
"declaration": {
|
|
2128
|
+
"name": "rapidAiCriteriaSearch",
|
|
2129
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
]
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"kind": "javascript-module",
|
|
2136
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2137
|
+
"declarations": [],
|
|
2138
|
+
"exports": [
|
|
2139
|
+
{
|
|
2140
|
+
"kind": "js",
|
|
2141
|
+
"name": "*",
|
|
2142
|
+
"declaration": {
|
|
2143
|
+
"name": "*",
|
|
2144
|
+
"package": "./ai-criteria-search"
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"kind": "js",
|
|
2149
|
+
"name": "*",
|
|
2150
|
+
"declaration": {
|
|
2151
|
+
"name": "*",
|
|
2152
|
+
"package": "./ai-criteria-search.styles"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"kind": "js",
|
|
2157
|
+
"name": "*",
|
|
2158
|
+
"declaration": {
|
|
2159
|
+
"name": "*",
|
|
2160
|
+
"package": "./ai-criteria-search.template"
|
|
2161
|
+
}
|
|
2162
|
+
}
|
|
2163
|
+
]
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"kind": "javascript-module",
|
|
2167
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2168
|
+
"declarations": [
|
|
2169
|
+
{
|
|
2170
|
+
"kind": "function",
|
|
2171
|
+
"name": "rapidAiIndicatorStyles",
|
|
2172
|
+
"return": {
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "ElementStyles"
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
"parameters": [
|
|
2178
|
+
{
|
|
2179
|
+
"name": "context",
|
|
2180
|
+
"type": {
|
|
2181
|
+
"text": "ElementDefinitionContext"
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"name": "definition",
|
|
2186
|
+
"type": {
|
|
2187
|
+
"text": "FoundationElementDefinition"
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2190
|
+
]
|
|
2191
|
+
}
|
|
2192
|
+
],
|
|
2193
|
+
"exports": [
|
|
2194
|
+
{
|
|
2195
|
+
"kind": "js",
|
|
2196
|
+
"name": "rapidAiIndicatorStyles",
|
|
2197
|
+
"declaration": {
|
|
2198
|
+
"name": "rapidAiIndicatorStyles",
|
|
2199
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
]
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"kind": "javascript-module",
|
|
2206
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2207
|
+
"declarations": [
|
|
2208
|
+
{
|
|
2209
|
+
"kind": "class",
|
|
2210
|
+
"description": "",
|
|
2211
|
+
"name": "AiIndicator",
|
|
2212
|
+
"superclass": {
|
|
2213
|
+
"name": "FoundationAiIndicator",
|
|
2214
|
+
"package": "@genesislcap/foundation-ui"
|
|
2215
|
+
},
|
|
2216
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2217
|
+
"customElement": true,
|
|
2218
|
+
"members": [
|
|
2219
|
+
{
|
|
2220
|
+
"kind": "field",
|
|
2221
|
+
"name": "aiProvider",
|
|
2222
|
+
"type": {
|
|
2223
|
+
"text": "AIProvider"
|
|
2224
|
+
},
|
|
2225
|
+
"inheritedFrom": {
|
|
2226
|
+
"name": "AiIndicator",
|
|
2227
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"kind": "field",
|
|
2232
|
+
"name": "status",
|
|
2233
|
+
"type": {
|
|
2234
|
+
"text": "AIStatus | null"
|
|
2235
|
+
},
|
|
2236
|
+
"default": "null",
|
|
2237
|
+
"inheritedFrom": {
|
|
2238
|
+
"name": "AiIndicator",
|
|
2239
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"kind": "field",
|
|
2244
|
+
"name": "open",
|
|
2245
|
+
"type": {
|
|
2246
|
+
"text": "boolean"
|
|
2247
|
+
},
|
|
2248
|
+
"default": "false",
|
|
2249
|
+
"inheritedFrom": {
|
|
2250
|
+
"name": "AiIndicator",
|
|
2251
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"kind": "field",
|
|
2256
|
+
"name": "state",
|
|
2257
|
+
"type": {
|
|
2258
|
+
"text": "AIIndicatorState"
|
|
2259
|
+
},
|
|
2260
|
+
"default": "'none'",
|
|
2261
|
+
"inheritedFrom": {
|
|
2262
|
+
"name": "AiIndicator",
|
|
2263
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2264
|
+
}
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"kind": "field",
|
|
2268
|
+
"name": "isInstalling",
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "boolean"
|
|
2271
|
+
},
|
|
2272
|
+
"default": "false",
|
|
2273
|
+
"inheritedFrom": {
|
|
2274
|
+
"name": "AiIndicator",
|
|
2275
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"kind": "field",
|
|
2280
|
+
"name": "pollTimer",
|
|
2281
|
+
"type": {
|
|
2282
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2283
|
+
},
|
|
2284
|
+
"privacy": "private",
|
|
2285
|
+
"default": "null",
|
|
2286
|
+
"inheritedFrom": {
|
|
2287
|
+
"name": "AiIndicator",
|
|
2288
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"kind": "field",
|
|
2293
|
+
"name": "clickOutside",
|
|
2294
|
+
"privacy": "private",
|
|
2295
|
+
"inheritedFrom": {
|
|
2296
|
+
"name": "AiIndicator",
|
|
2297
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"kind": "field",
|
|
2302
|
+
"name": "chromeStatusLabel",
|
|
2303
|
+
"type": {
|
|
2304
|
+
"text": "string | null"
|
|
2305
|
+
},
|
|
2306
|
+
"readonly": true,
|
|
2307
|
+
"inheritedFrom": {
|
|
2308
|
+
"name": "AiIndicator",
|
|
2309
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"kind": "field",
|
|
2314
|
+
"name": "canInstall",
|
|
2315
|
+
"type": {
|
|
2316
|
+
"text": "boolean"
|
|
2317
|
+
},
|
|
2318
|
+
"readonly": true,
|
|
2319
|
+
"inheritedFrom": {
|
|
2320
|
+
"name": "AiIndicator",
|
|
2321
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"kind": "field",
|
|
2326
|
+
"name": "isDownloading",
|
|
2327
|
+
"type": {
|
|
2328
|
+
"text": "boolean"
|
|
2329
|
+
},
|
|
2330
|
+
"readonly": true,
|
|
2331
|
+
"inheritedFrom": {
|
|
2332
|
+
"name": "AiIndicator",
|
|
2333
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "method",
|
|
2338
|
+
"name": "openChanged",
|
|
2339
|
+
"return": {
|
|
2340
|
+
"type": {
|
|
2341
|
+
"text": "void"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
"inheritedFrom": {
|
|
2345
|
+
"name": "AiIndicator",
|
|
2346
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"kind": "method",
|
|
2351
|
+
"name": "handleClickOutside",
|
|
2352
|
+
"privacy": "private",
|
|
2353
|
+
"parameters": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "event",
|
|
2356
|
+
"type": {
|
|
2357
|
+
"text": "MouseEvent"
|
|
2358
|
+
}
|
|
2359
|
+
}
|
|
2360
|
+
],
|
|
2361
|
+
"inheritedFrom": {
|
|
2362
|
+
"name": "AiIndicator",
|
|
2363
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"kind": "method",
|
|
2368
|
+
"name": "toggleDropdown",
|
|
2369
|
+
"inheritedFrom": {
|
|
2370
|
+
"name": "AiIndicator",
|
|
2371
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2372
|
+
}
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"kind": "method",
|
|
2376
|
+
"name": "refreshStatus",
|
|
2377
|
+
"return": {
|
|
2378
|
+
"type": {
|
|
2379
|
+
"text": "Promise<void>"
|
|
2380
|
+
}
|
|
2381
|
+
},
|
|
2382
|
+
"inheritedFrom": {
|
|
2383
|
+
"name": "AiIndicator",
|
|
2384
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
"kind": "method",
|
|
2389
|
+
"name": "deriveState",
|
|
2390
|
+
"privacy": "private",
|
|
2391
|
+
"return": {
|
|
2392
|
+
"type": {
|
|
2393
|
+
"text": "AIIndicatorState"
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2396
|
+
"parameters": [
|
|
2397
|
+
{
|
|
2398
|
+
"name": "s",
|
|
2399
|
+
"type": {
|
|
2400
|
+
"text": "AIStatus | null"
|
|
2401
|
+
}
|
|
2402
|
+
}
|
|
2403
|
+
],
|
|
2404
|
+
"inheritedFrom": {
|
|
2405
|
+
"name": "AiIndicator",
|
|
2406
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"kind": "method",
|
|
2411
|
+
"name": "maybeStartPolling",
|
|
2412
|
+
"privacy": "private",
|
|
2413
|
+
"return": {
|
|
2414
|
+
"type": {
|
|
2415
|
+
"text": "void"
|
|
2416
|
+
}
|
|
2417
|
+
},
|
|
2418
|
+
"inheritedFrom": {
|
|
2419
|
+
"name": "AiIndicator",
|
|
2420
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"kind": "method",
|
|
2425
|
+
"name": "startPolling",
|
|
2426
|
+
"privacy": "private",
|
|
2427
|
+
"return": {
|
|
2428
|
+
"type": {
|
|
2429
|
+
"text": "void"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
"inheritedFrom": {
|
|
2433
|
+
"name": "AiIndicator",
|
|
2434
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"kind": "method",
|
|
2439
|
+
"name": "stopPolling",
|
|
2440
|
+
"privacy": "private",
|
|
2441
|
+
"return": {
|
|
2442
|
+
"type": {
|
|
2443
|
+
"text": "void"
|
|
2444
|
+
}
|
|
2445
|
+
},
|
|
2446
|
+
"inheritedFrom": {
|
|
2447
|
+
"name": "AiIndicator",
|
|
2448
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"kind": "method",
|
|
2453
|
+
"name": "onInstall",
|
|
2454
|
+
"return": {
|
|
2455
|
+
"type": {
|
|
2456
|
+
"text": "Promise<void>"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"inheritedFrom": {
|
|
2460
|
+
"name": "AiIndicator",
|
|
2461
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"kind": "field",
|
|
2466
|
+
"name": "_presentation",
|
|
2467
|
+
"type": {
|
|
2468
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2469
|
+
},
|
|
2470
|
+
"privacy": "private",
|
|
2471
|
+
"default": "void 0",
|
|
2472
|
+
"inheritedFrom": {
|
|
2473
|
+
"name": "FoundationElement",
|
|
2474
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"kind": "field",
|
|
2479
|
+
"name": "$presentation",
|
|
2480
|
+
"type": {
|
|
2481
|
+
"text": "ComponentPresentation | null"
|
|
2482
|
+
},
|
|
2483
|
+
"privacy": "public",
|
|
2484
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2485
|
+
"inheritedFrom": {
|
|
2486
|
+
"name": "FoundationElement",
|
|
2487
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"kind": "field",
|
|
2492
|
+
"name": "template",
|
|
2493
|
+
"type": {
|
|
2494
|
+
"text": "ElementViewTemplate | void | null"
|
|
2495
|
+
},
|
|
2496
|
+
"privacy": "public",
|
|
2497
|
+
"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.",
|
|
2498
|
+
"inheritedFrom": {
|
|
2499
|
+
"name": "FoundationElement",
|
|
2500
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"kind": "method",
|
|
2505
|
+
"name": "templateChanged",
|
|
2506
|
+
"privacy": "protected",
|
|
2507
|
+
"return": {
|
|
2508
|
+
"type": {
|
|
2509
|
+
"text": "void"
|
|
2510
|
+
}
|
|
2511
|
+
},
|
|
2512
|
+
"inheritedFrom": {
|
|
2513
|
+
"name": "FoundationElement",
|
|
2514
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2515
|
+
}
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"kind": "field",
|
|
2519
|
+
"name": "styles",
|
|
2520
|
+
"type": {
|
|
2521
|
+
"text": "ElementStyles | void | null"
|
|
2522
|
+
},
|
|
2523
|
+
"privacy": "public",
|
|
2524
|
+
"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.",
|
|
2525
|
+
"inheritedFrom": {
|
|
2526
|
+
"name": "FoundationElement",
|
|
2527
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2528
|
+
}
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"kind": "method",
|
|
2532
|
+
"name": "stylesChanged",
|
|
2533
|
+
"privacy": "protected",
|
|
2534
|
+
"return": {
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": "void"
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2539
|
+
"inheritedFrom": {
|
|
2540
|
+
"name": "FoundationElement",
|
|
2541
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"kind": "method",
|
|
2546
|
+
"name": "compose",
|
|
2547
|
+
"privacy": "public",
|
|
2548
|
+
"static": true,
|
|
2549
|
+
"return": {
|
|
2550
|
+
"type": {
|
|
2551
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2552
|
+
}
|
|
2553
|
+
},
|
|
2554
|
+
"parameters": [
|
|
2555
|
+
{
|
|
2556
|
+
"name": "this",
|
|
2557
|
+
"type": {
|
|
2558
|
+
"text": "K"
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"name": "elementDefinition",
|
|
2563
|
+
"type": {
|
|
2564
|
+
"text": "T"
|
|
2565
|
+
},
|
|
2566
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2570
|
+
"inheritedFrom": {
|
|
2571
|
+
"name": "FoundationElement",
|
|
2572
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
]
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"kind": "variable",
|
|
2579
|
+
"name": "rapidAiIndicator"
|
|
2580
|
+
}
|
|
2581
|
+
],
|
|
2582
|
+
"exports": [
|
|
2583
|
+
{
|
|
2584
|
+
"kind": "js",
|
|
2585
|
+
"name": "AiIndicator",
|
|
2586
|
+
"declaration": {
|
|
2587
|
+
"name": "AiIndicator",
|
|
2588
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2589
|
+
}
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"kind": "js",
|
|
2593
|
+
"name": "rapidAiIndicator",
|
|
2594
|
+
"declaration": {
|
|
2595
|
+
"name": "rapidAiIndicator",
|
|
2596
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2597
|
+
}
|
|
2598
|
+
}
|
|
2599
|
+
]
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"kind": "javascript-module",
|
|
2603
|
+
"path": "src/ai-indicator/index.ts",
|
|
2604
|
+
"declarations": [],
|
|
2605
|
+
"exports": [
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "js",
|
|
2608
|
+
"name": "AiIndicator",
|
|
2609
|
+
"declaration": {
|
|
2610
|
+
"name": "AiIndicator",
|
|
2611
|
+
"module": "./ai-indicator"
|
|
2612
|
+
}
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "js",
|
|
2616
|
+
"name": "rapidAiIndicator",
|
|
2617
|
+
"declaration": {
|
|
2618
|
+
"name": "rapidAiIndicator",
|
|
2619
|
+
"module": "./ai-indicator"
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
]
|
|
2623
|
+
},
|
|
1666
2624
|
{
|
|
1667
2625
|
"kind": "javascript-module",
|
|
1668
2626
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AiCriteriaSearch as FoundationAiCriteriaSearch } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-ai-criteria-search
|
|
4
|
+
*/
|
|
5
|
+
export declare class AiCriteriaSearch extends FoundationAiCriteriaSearch {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* The Rapid AI Criteria Search
|
|
9
|
+
*
|
|
10
|
+
* @public
|
|
11
|
+
* @remarks
|
|
12
|
+
* HTML Element: \<rapid-ai-criteria-search\>
|
|
13
|
+
*/
|
|
14
|
+
export declare const rapidAiCriteriaSearch: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof AiCriteriaSearch>;
|
|
15
|
+
//# sourceMappingURL=ai-criteria-search.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-criteria-search.d.ts","sourceRoot":"","sources":["../../../src/ai-criteria-search/ai-criteria-search.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,IAAI,0BAA0B,EAG/C,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,0BAA0B;CAAG;AAEnE;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,gUAMhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-criteria-search.styles.d.ts","sourceRoot":"","sources":["../../../src/ai-criteria-search/ai-criteria-search.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,2BAA2B,iDAEvC,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
import type { AiCriteriaSearch } from './ai-criteria-search';
|
|
4
|
+
export declare const rapidAiCriteriaSearchTemplate: (_context: ElementDefinitionContext, _definition: FoundationElementDefinition) => ViewTemplate<AiCriteriaSearch>;
|
|
5
|
+
//# sourceMappingURL=ai-criteria-search.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-criteria-search.template.d.ts","sourceRoot":"","sources":["../../../src/ai-criteria-search/ai-criteria-search.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D,eAAO,MAAM,6BAA6B,GACxC,UAAU,wBAAwB,EAClC,aAAa,2BAA2B,KACvC,YAAY,CAAC,gBAAgB,CAAuC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ai-criteria-search/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AiIndicator as FoundationAiIndicator } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-ai-indicator
|
|
4
|
+
*/
|
|
5
|
+
export declare class AiIndicator extends FoundationAiIndicator {
|
|
6
|
+
}
|
|
7
|
+
export declare const rapidAiIndicator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof AiIndicator>;
|
|
8
|
+
//# sourceMappingURL=ai-indicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-indicator.d.ts","sourceRoot":"","sources":["../../../src/ai-indicator/ai-indicator.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,qBAAqB,EAErC,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,WAAY,SAAQ,qBAAqB;CAAG;AAEzD,eAAO,MAAM,gBAAgB,2TAI3B,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ElementStyles } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
export declare const rapidAiIndicatorStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ElementStyles;
|
|
4
|
+
//# sourceMappingURL=ai-indicator.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-indicator.styles.d.ts","sourceRoot":"","sources":["../../../src/ai-indicator/ai-indicator.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,sBAAsB,GACjC,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAUF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ai-indicator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -9,6 +9,8 @@ export declare const baseComponents: {
|
|
|
9
9
|
}, typeof import("./design-system-provider").DesignSystemProvider>;
|
|
10
10
|
rapidAccordion: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./accordion").Accordion>;
|
|
11
11
|
rapidAccordionItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./accordion-item").AccordionItem>;
|
|
12
|
+
rapidAiCriteriaSearch: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./ai-criteria-search").AiCriteriaSearch>;
|
|
13
|
+
rapidAiIndicator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./ai-indicator").AiIndicator>;
|
|
12
14
|
rapidActionsMenu: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./actions-menu").ActionsMenu>;
|
|
13
15
|
rapidAnchor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./anchor").Anchor>;
|
|
14
16
|
rapidSectionNavigator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./section-navigator").SectionNavigator>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAyF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const registerRapidDesignSystem: () => import("@microsoft/fast-fo
|
|
|
5
5
|
export * from './_common';
|
|
6
6
|
export * from './_config';
|
|
7
7
|
export * from './accordion';
|
|
8
|
+
export * from './ai-criteria-search';
|
|
8
9
|
export * from './accordion-item';
|
|
9
10
|
export * from './actions-menu';
|
|
10
11
|
export * from './anchor';
|
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAC/C,eAAO,MAAM,yBAAyB,yDAAuD,CAAC;AAE9F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAC/C,eAAO,MAAM,yBAAyB,yDAAuD,CAAC;AAE9F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AiCriteriaSearch as FoundationAiCriteriaSearch, defaultAiCriteriaSearchConfig, foundationAiCriteriaSearchShadowOptions, } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { rapidAiCriteriaSearchStyles as styles } from './ai-criteria-search.styles';
|
|
3
|
+
import { rapidAiCriteriaSearchTemplate as template } from './ai-criteria-search.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-ai-criteria-search
|
|
6
|
+
*/
|
|
7
|
+
export class AiCriteriaSearch extends FoundationAiCriteriaSearch {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* The Rapid AI Criteria Search
|
|
11
|
+
*
|
|
12
|
+
* @public
|
|
13
|
+
* @remarks
|
|
14
|
+
* HTML Element: \<rapid-ai-criteria-search\>
|
|
15
|
+
*/
|
|
16
|
+
export const rapidAiCriteriaSearch = AiCriteriaSearch.compose(Object.assign({ baseName: 'ai-criteria-search', template,
|
|
17
|
+
styles, shadowOptions: foundationAiCriteriaSearchShadowOptions }, defaultAiCriteriaSearchConfig));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AiIndicator as FoundationAiIndicator, foundationAiIndicatorTemplate as template, } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { rapidAiIndicatorStyles as styles } from './ai-indicator.styles';
|
|
3
|
+
/**
|
|
4
|
+
* @tagname %%prefix%%-ai-indicator
|
|
5
|
+
*/
|
|
6
|
+
export class AiIndicator extends FoundationAiIndicator {
|
|
7
|
+
}
|
|
8
|
+
export const rapidAiIndicator = AiIndicator.compose({
|
|
9
|
+
baseName: 'ai-indicator',
|
|
10
|
+
template,
|
|
11
|
+
styles,
|
|
12
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { foundationAiIndicatorStyles } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { css } from '@microsoft/fast-element';
|
|
3
|
+
export const rapidAiIndicatorStyles = (context, definition) => css `
|
|
4
|
+
${foundationAiIndicatorStyles(context, definition)}
|
|
5
|
+
:host {
|
|
6
|
+
--green: var(--success-color);
|
|
7
|
+
--trafic-light-green: var(--success-color);
|
|
8
|
+
--red: var(--error-color);
|
|
9
|
+
--trafic-light-red: var(--error-color);
|
|
10
|
+
--amber: var(--warning-color);
|
|
11
|
+
--trafic-light-amber: var(--warning-color);
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AiIndicator, rapidAiIndicator } from './ai-indicator';
|
|
@@ -3,6 +3,8 @@ import { designSystemProvider } from './design-system-provider';
|
|
|
3
3
|
import { rapidAccordion } from './accordion';
|
|
4
4
|
import { rapidAccordionItem } from './accordion-item';
|
|
5
5
|
import { rapidActionsMenu } from './actions-menu';
|
|
6
|
+
import { rapidAiCriteriaSearch } from './ai-criteria-search';
|
|
7
|
+
import { rapidAiIndicator } from './ai-indicator';
|
|
6
8
|
import { rapidAnchor } from './anchor';
|
|
7
9
|
import { rapidAnchoredRegion } from './anchored-region';
|
|
8
10
|
import { rapidAvatar } from './avatar';
|
|
@@ -85,6 +87,8 @@ export const baseComponents = {
|
|
|
85
87
|
designSystemProvider,
|
|
86
88
|
rapidAccordion,
|
|
87
89
|
rapidAccordionItem,
|
|
90
|
+
rapidAiCriteriaSearch,
|
|
91
|
+
rapidAiIndicator,
|
|
88
92
|
rapidActionsMenu,
|
|
89
93
|
rapidAnchor,
|
|
90
94
|
rapidSectionNavigator,
|
package/dist/esm/index.js
CHANGED
|
@@ -5,6 +5,7 @@ export const registerRapidDesignSystem = () => provideDesignSystem().register(ba
|
|
|
5
5
|
export * from './_common';
|
|
6
6
|
export * from './_config';
|
|
7
7
|
export * from './accordion';
|
|
8
|
+
export * from './ai-criteria-search';
|
|
8
9
|
export * from './accordion-item';
|
|
9
10
|
export * from './actions-menu';
|
|
10
11
|
export * from './anchor';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.400.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
38
|
-
"@genesislcap/genx": "14.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.
|
|
40
|
-
"@genesislcap/ts-builder": "14.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
42
|
-
"@genesislcap/vite-builder": "14.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.
|
|
38
|
+
"@genesislcap/genx": "14.400.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.400.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.400.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.400.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.400.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.400.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-logger": "14.
|
|
47
|
-
"@genesislcap/foundation-ui": "14.
|
|
48
|
-
"@genesislcap/foundation-utils": "14.
|
|
46
|
+
"@genesislcap/foundation-logger": "14.400.0",
|
|
47
|
+
"@genesislcap/foundation-ui": "14.400.0",
|
|
48
|
+
"@genesislcap/foundation-utils": "14.400.0",
|
|
49
49
|
"@microsoft/fast-colors": "5.3.1",
|
|
50
50
|
"@microsoft/fast-components": "2.30.6",
|
|
51
51
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "e95f4522e1f30ffbd0d7ac427199da5cc7df7de8"
|
|
66
66
|
}
|