@telicent-oss/ds 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +135 -0
  3. package/dist/assets/fonts/figtree/figtree-black.woff2 +0 -0
  4. package/dist/assets/fonts/figtree/figtree-bold.woff2 +0 -0
  5. package/dist/assets/fonts/figtree/figtree-extrabold.woff2 +0 -0
  6. package/dist/assets/fonts/figtree/figtree-light.woff2 +0 -0
  7. package/dist/assets/fonts/figtree/figtree-medium.woff2 +0 -0
  8. package/dist/assets/fonts/figtree/figtree-regular.woff2 +0 -0
  9. package/dist/assets/fonts/figtree/figtree-semibold.woff2 +0 -0
  10. package/dist/assets/fonts/fontawesome/css/all.min.css +9 -0
  11. package/dist/assets/fonts/fontawesome/css/svg-with-js.min.css +6 -0
  12. package/dist/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf +0 -0
  13. package/dist/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
  14. package/dist/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf +0 -0
  15. package/dist/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
  16. package/dist/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf +0 -0
  17. package/dist/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
  18. package/dist/assets/fonts/fontawesome/webfonts/fa-v4compatibility.ttf +0 -0
  19. package/dist/assets/fonts/fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
  20. package/dist/assets/fonts/remixicon/index.html +156 -0
  21. package/dist/assets/fonts/remixicon/remixicon.css +8640 -0
  22. package/dist/assets/fonts/remixicon/remixicon.eot +0 -0
  23. package/dist/assets/fonts/remixicon/remixicon.glyph.json +1 -0
  24. package/dist/assets/fonts/remixicon/remixicon.less +2898 -0
  25. package/dist/assets/fonts/remixicon/remixicon.module.less +2880 -0
  26. package/dist/assets/fonts/remixicon/remixicon.scss +5729 -0
  27. package/dist/assets/fonts/remixicon/remixicon.styl +2867 -0
  28. package/dist/assets/fonts/remixicon/remixicon.svg +8572 -0
  29. package/dist/assets/fonts/remixicon/remixicon.symbol.svg +11 -0
  30. package/dist/assets/fonts/remixicon/remixicon.ttf +0 -0
  31. package/dist/assets/fonts/remixicon/remixicon.woff +0 -0
  32. package/dist/assets/fonts/remixicon/remixicon.woff2 +0 -0
  33. package/dist/assets/fonts/remixicon/symbol.html +20104 -0
  34. package/dist/assets/fonts/remixicon/unicode.html +175 -0
  35. package/dist/assets/fonts/space-grotesk/space-grotesk-regular.woff2 +0 -0
  36. package/dist/ds.js +41259 -0
  37. package/dist/ds.umd.cjs +1047 -0
  38. package/dist/export.d.ts +1 -0
  39. package/dist/fontawesome.css +2 -0
  40. package/dist/src/components/AppSwitch/AppSwitch.d.ts +15 -0
  41. package/dist/src/components/AppSwitch/AppSwitch.stories.d.ts +15 -0
  42. package/dist/src/components/AppSwitch/AppSwitch.test.d.ts +1 -0
  43. package/dist/src/components/AppSwitch/appsArray.d.ts +8 -0
  44. package/dist/src/components/AppSwitch/styleLookup.d.ts +7 -0
  45. package/dist/src/components/DependenciesTable/DependenciesTable.d.ts +9 -0
  46. package/dist/src/components/DependenciesTable/DependenciesTable.stories.d.ts +6 -0
  47. package/dist/src/components/DependenciesTable/DependenciesTable.test.d.ts +1 -0
  48. package/dist/src/components/License/License.d.ts +25 -0
  49. package/dist/src/components/License/License.stories.d.ts +8 -0
  50. package/dist/src/components/License/License.test.d.ts +1 -0
  51. package/dist/src/components/OntologyClassMarker/OntologyClassMarker.d.ts +16 -0
  52. package/dist/src/components/OntologyClassMarker/OntologyClassMarker.stories.d.ts +18 -0
  53. package/dist/src/components/OntologyHierarchy/OntologyHierarchy.d.ts +22 -0
  54. package/dist/src/components/OntologyHierarchy/OntologyHierarchy.stories.d.ts +25 -0
  55. package/dist/src/components/OntologyHierarchy/OntologyHierarchyDisplay.d.ts +4 -0
  56. package/dist/src/components/OntologyHierarchy/OntologyHierarchyDisplay.test.d.ts +1 -0
  57. package/dist/src/components/OntologyHierarchy/OntologyHierarchyFunctions.d.ts +20 -0
  58. package/dist/src/components/OntologyHierarchy/OntologyHierarchyFunctions.test.d.ts +1 -0
  59. package/dist/src/components/OntologyHierarchy/data/hierarchy.d.ts +3 -0
  60. package/dist/src/components/SearchAutocomplete/SearchAutocomplete.d.ts +59 -0
  61. package/dist/src/components/SearchAutocomplete/SearchAutocomplete.stories.d.ts +48 -0
  62. package/dist/src/components/SearchAutocomplete/custom-options.d.ts +5 -0
  63. package/dist/src/components/SearchAutocompleteDialog/RecentSearches.d.ts +7 -0
  64. package/dist/src/components/SearchAutocompleteDialog/SearchAutocompleteDialog.d.ts +14 -0
  65. package/dist/src/components/SearchAutocompleteDialog/SearchAutocompleteDialog.stories.d.ts +78 -0
  66. package/dist/src/components/SearchAutocompleteDialog/SearchResults.d.ts +8 -0
  67. package/dist/src/components/SearchAutocompleteDialog/index.d.ts +3 -0
  68. package/dist/src/components/SearchAutocompleteDialog/sample-results.d.ts +6 -0
  69. package/dist/src/components/TeliAutocomplete/TeliAutocomplete.d.ts +24 -0
  70. package/dist/src/components/TeliAutocomplete/TeliAutocomplete.stories.d.ts +16 -0
  71. package/dist/src/components/TeliAutocomplete/stories/AsyncOnLoad.d.ts +3 -0
  72. package/dist/src/components/TeliAutocomplete/stories/ComboBox.d.ts +3 -0
  73. package/dist/src/components/TeliAutocomplete/stories/ComboBoxOptions.d.ts +3 -0
  74. package/dist/src/components/TeliAutocomplete/stories/Controlled.d.ts +3 -0
  75. package/dist/src/components/TeliAutocomplete/stories/CustomRenderOptions.d.ts +3 -0
  76. package/dist/src/components/TeliAutocomplete/stories/FreeSolo.d.ts +3 -0
  77. package/dist/src/components/TeliAutocomplete/stories/MultipleValues.d.ts +3 -0
  78. package/dist/src/components/TeliAutocomplete/stories/countries.d.ts +12 -0
  79. package/dist/src/components/TeliAutocomplete/stories/index.d.ts +7 -0
  80. package/dist/src/components/TeliAutocomplete/stories/options.d.ts +4 -0
  81. package/dist/src/components/TeliAutocomplete/stories/top100movies.d.ts +5 -0
  82. package/dist/src/components/TeliAvatar/TeliUserAvatar.d.ts +23 -0
  83. package/dist/src/components/TeliAvatar/TeliUserAvatar.stories.d.ts +17 -0
  84. package/dist/src/components/TeliBrand/TeliBrand.d.ts +27 -0
  85. package/dist/src/components/TeliBrand/TeliBrand.stories.d.ts +11 -0
  86. package/dist/src/components/TeliBrand/TeliBrand.test.d.ts +1 -0
  87. package/dist/src/components/TeliButton/TeliButton.d.ts +16 -0
  88. package/dist/src/components/TeliButton/TeliButton.stories.d.ts +23 -0
  89. package/dist/src/components/TeliButton/TeliButtonBase.d.ts +36 -0
  90. package/dist/src/components/TeliButton/stories/ButtonWithIcons.d.ts +3 -0
  91. package/dist/src/components/TeliButton/stories/ButtonWithTooltips.d.ts +3 -0
  92. package/dist/src/components/TeliButton/stories/DangerButtons.d.ts +3 -0
  93. package/dist/src/components/TeliButton/stories/IconButtons.d.ts +3 -0
  94. package/dist/src/components/TeliButton/stories/LinkButtons.d.ts +3 -0
  95. package/dist/src/components/TeliButton/stories/PrimaryButtons.d.ts +3 -0
  96. package/dist/src/components/TeliButton/stories/SecondaryButtons.d.ts +3 -0
  97. package/dist/src/components/TeliButton/stories/Sizes.d.ts +3 -0
  98. package/dist/src/components/TeliButton/stories/TertiaryButtons.d.ts +3 -0
  99. package/dist/src/components/TeliButton/stories/index.d.ts +9 -0
  100. package/dist/src/components/TeliCheckbox/TeliCheckbox.d.ts +13 -0
  101. package/dist/src/components/TeliCheckbox/TeliCheckbox.stories.d.ts +10 -0
  102. package/dist/src/components/TeliChip/TeliChip.d.ts +10 -0
  103. package/dist/src/components/TeliChip/TeliChip.stories.d.ts +16 -0
  104. package/dist/src/components/TeliChip/stories/BasicChips.d.ts +3 -0
  105. package/dist/src/components/TeliChip/stories/ChipsExample.d.ts +3 -0
  106. package/dist/src/components/TeliChip/stories/ClickableChips.d.ts +3 -0
  107. package/dist/src/components/TeliChip/stories/ClickableLinkChips.d.ts +3 -0
  108. package/dist/src/components/TeliChip/stories/ColorChips.d.ts +3 -0
  109. package/dist/src/components/TeliChip/stories/DeleteableChips.d.ts +3 -0
  110. package/dist/src/components/TeliChip/stories/IconChips.d.ts +3 -0
  111. package/dist/src/components/TeliChip/stories/SizeChips.d.ts +3 -0
  112. package/dist/src/components/TeliChip/stories/index.d.ts +8 -0
  113. package/dist/src/components/TeliDialog/TeliDialog.d.ts +15 -0
  114. package/dist/src/components/TeliDialog/TeliDialog.stories.d.ts +8 -0
  115. package/dist/src/components/TeliHeader/TeliHeader.d.ts +11 -0
  116. package/dist/src/components/TeliHeader/TeliHeader.stories.d.ts +8 -0
  117. package/dist/src/components/TeliHeader/TeliStandardLayoutHeader.d.ts +25 -0
  118. package/dist/src/components/TeliHeader/TeliStandardLayoutHeader.stories.d.ts +10 -0
  119. package/dist/src/components/TeliIcons/AllIcons.d.ts +2 -0
  120. package/dist/src/components/TeliIcons/AllIcons.stories.d.ts +6 -0
  121. package/dist/src/components/TeliIcons/ClockRotateLeft.d.ts +4 -0
  122. package/dist/src/components/TeliIcons/ClockRotateLeft.stories.d.ts +6 -0
  123. package/dist/src/components/TeliIcons/Icon.d.ts +13 -0
  124. package/dist/src/components/TeliIcons/TeliAddIcon.d.ts +4 -0
  125. package/dist/src/components/TeliIcons/TeliAddIcon.stories.d.ts +6 -0
  126. package/dist/src/components/TeliIcons/TeliCloseIcon.d.ts +4 -0
  127. package/dist/src/components/TeliIcons/TeliCloseIcon.stories.d.ts +6 -0
  128. package/dist/src/components/TeliIcons/TeliDeleteIcon.d.ts +4 -0
  129. package/dist/src/components/TeliIcons/TeliDeleteIcon.stories.d.ts +6 -0
  130. package/dist/src/components/TeliIcons/TeliEditIcon.d.ts +4 -0
  131. package/dist/src/components/TeliIcons/TeliEditIcon.stories.d.ts +6 -0
  132. package/dist/src/components/TeliIcons/TeliSearchIcon.d.ts +4 -0
  133. package/dist/src/components/TeliIcons/TeliSearchIcon.stories.d.ts +6 -0
  134. package/dist/src/components/TeliIcons/TeliSortIcon.stories.d.ts +7 -0
  135. package/dist/src/components/TeliIcons/TeliSortIcons.d.ts +5 -0
  136. package/dist/src/components/TeliIcons/index.d.ts +7 -0
  137. package/dist/src/components/TeliList/TeliList.d.ts +29 -0
  138. package/dist/src/components/TeliList/TeliList.stories.d.ts +8 -0
  139. package/dist/src/components/TeliMenu/BasicMenuContents.d.ts +14 -0
  140. package/dist/src/components/TeliMenu/TeliBasicMenu.d.ts +87 -0
  141. package/dist/src/components/TeliMenu/TeliBasicMenu.stories.d.ts +17 -0
  142. package/dist/src/components/TeliMenu/TeliMenu.d.ts +6 -0
  143. package/dist/src/components/TeliMenu/TeliMenu.stories.d.ts +9 -0
  144. package/dist/src/components/TeliMenu/stories/BasicMenu.d.ts +3 -0
  145. package/dist/src/components/TeliMenu/stories/ControlledBasicMenu.d.ts +3 -0
  146. package/dist/src/components/TeliMenu/stories/CustomMenuItems.d.ts +3 -0
  147. package/dist/src/components/TeliMenu/stories/PositionedMenu.d.ts +3 -0
  148. package/dist/src/components/TeliMenu/stories/SimpleMenu.d.ts +2 -0
  149. package/dist/src/components/TeliMenu/stories/WithIcon.d.ts +3 -0
  150. package/dist/src/components/TeliMenu/stories/index.d.ts +5 -0
  151. package/dist/src/components/TeliMenu/stories/menu-items.d.ts +10 -0
  152. package/dist/src/components/TeliSelect/TeliSelect.d.ts +129 -0
  153. package/dist/src/components/TeliSelect/TeliSelect.stories.d.ts +43 -0
  154. package/dist/src/components/TeliSelect/stories/BasicSelect.d.ts +3 -0
  155. package/dist/src/components/TeliSelect/stories/LabelsAndHelperText.d.ts +3 -0
  156. package/dist/src/components/TeliSelect/stories/MultiSelect.d.ts +3 -0
  157. package/dist/src/components/TeliSelect/stories/OtherStates.d.ts +3 -0
  158. package/dist/src/components/TeliSelect/stories/index.d.ts +4 -0
  159. package/dist/src/components/TeliSelect/stories/top-30-movies.d.ts +5 -0
  160. package/dist/src/components/TeliSpinner/TeliSpinner.d.ts +4 -0
  161. package/dist/src/components/TeliSpinner/TeliSpinner.stories.d.ts +9 -0
  162. package/dist/src/components/TeliSwitch/TeliSwitch.d.ts +74 -0
  163. package/dist/src/components/TeliSwitch/TeliSwitch.stories.d.ts +9 -0
  164. package/dist/src/components/TeliSwitch/stories/BasicSwitches.d.ts +3 -0
  165. package/dist/src/components/TeliSwitch/stories/ControlledSwitches.d.ts +3 -0
  166. package/dist/src/components/TeliSwitch/stories/LabelPlacement.d.ts +3 -0
  167. package/dist/src/components/TeliSwitch/stories/LabelledSwitches.d.ts +3 -0
  168. package/dist/src/components/TeliSwitch/stories/Sizes.d.ts +3 -0
  169. package/dist/src/components/TeliSwitch/stories/index.d.ts +5 -0
  170. package/dist/src/components/TeliTable/TeliBasicTable.d.ts +48 -0
  171. package/dist/src/components/TeliTable/TeliBasicTable.stories.d.ts +16 -0
  172. package/dist/src/components/TeliTable/TeliTable.d.ts +20 -0
  173. package/dist/src/components/TeliTable/TeliTable.stories.d.ts +19 -0
  174. package/dist/src/components/TeliTable/TeliTableBody.d.ts +6 -0
  175. package/dist/src/components/TeliTable/TeliTableBody.stories.d.ts +15 -0
  176. package/dist/src/components/TeliTable/TeliTableCell.d.ts +12 -0
  177. package/dist/src/components/TeliTable/TeliTableCell.stories.d.ts +8 -0
  178. package/dist/src/components/TeliTable/TeliTableContainer.d.ts +16 -0
  179. package/dist/src/components/TeliTable/TeliTableContainer.stories.d.ts +8 -0
  180. package/dist/src/components/TeliTable/TeliTableHead.d.ts +6 -0
  181. package/dist/src/components/TeliTable/TeliTableHead.stories.d.ts +15 -0
  182. package/dist/src/components/TeliTable/TeliTableRow.d.ts +13 -0
  183. package/dist/src/components/TeliTable/TeliTableRow.stories.d.ts +15 -0
  184. package/dist/src/components/TeliTable/index.d.ts +7 -0
  185. package/dist/src/components/TeliTable/stories/BasicTable.d.ts +3 -0
  186. package/dist/src/components/TeliTable/stories/Caption.d.ts +3 -0
  187. package/dist/src/components/TeliTable/stories/CustomColumns.d.ts +3 -0
  188. package/dist/src/components/TeliTable/stories/DenseTable.d.ts +3 -0
  189. package/dist/src/components/TeliTable/stories/StickyHeader.d.ts +3 -0
  190. package/dist/src/components/TeliTable/stories/TableExample.d.ts +3 -0
  191. package/dist/src/components/TeliTable/stories/index.d.ts +6 -0
  192. package/dist/src/components/TeliTable/stories/table-data.d.ts +4 -0
  193. package/dist/src/components/TeliTable/table-utils.d.ts +12 -0
  194. package/dist/src/components/TeliTabs/ExampleTeliTabs.stories.d.ts +8 -0
  195. package/dist/src/components/TeliTabs/TeliTab.d.ts +8 -0
  196. package/dist/src/components/TeliTabs/TeliTabPanel.d.ts +8 -0
  197. package/dist/src/components/TeliTabs/TeliTabs.d.ts +11 -0
  198. package/dist/src/components/TeliTabs/index.d.ts +3 -0
  199. package/dist/src/components/TeliTextField/TeliInput.d.ts +8 -0
  200. package/dist/src/components/TeliTextField/TeliTextField.d.ts +9 -0
  201. package/dist/src/components/TeliTextField/TeliTextField.stories.d.ts +10 -0
  202. package/dist/src/components/TeliTextField/TeliTextFieldProps.d.ts +74 -0
  203. package/dist/src/components/TeliTextField/stories/Adornments.d.ts +3 -0
  204. package/dist/src/components/TeliTextField/stories/Controlled.d.ts +3 -0
  205. package/dist/src/components/TeliTextField/stories/FormProps.d.ts +3 -0
  206. package/dist/src/components/TeliTextField/stories/Multiline.d.ts +3 -0
  207. package/dist/src/components/TeliTextField/stories/Validation.d.ts +3 -0
  208. package/dist/src/components/TeliTextField/stories/index.d.ts +5 -0
  209. package/dist/src/components/TeliToolbar/TeliToolbar.d.ts +19 -0
  210. package/dist/src/components/TeliToolbar/TeliToolbar.stories.d.ts +292 -0
  211. package/dist/src/components/TeliToolbar/stories/GroupedActions.d.ts +3 -0
  212. package/dist/src/components/TeliToolbar/stories/HorizontalAndVerticalToolbars.d.ts +3 -0
  213. package/dist/src/components/TeliToolbar/stories/PositionedToolbars.d.ts +3 -0
  214. package/dist/src/components/TeliToolbar/stories/index.d.ts +3 -0
  215. package/dist/src/components/TeliTypeIcon/TeliTypeIcon.d.ts +27 -0
  216. package/dist/src/components/TeliTypeIcon/TeliTypeIcon.stories.d.ts +48 -0
  217. package/dist/src/components/TeliTypeIcon/type-icon-utils.d.ts +10 -0
  218. package/dist/src/components/TeliTypeahead/TeliTypeahead.d.ts +9 -0
  219. package/dist/src/components/TeliTypeahead/TeliTypeahead.stories.d.ts +348 -0
  220. package/dist/src/components/TeliTypeahead/stories/FreeSolo.d.ts +3 -0
  221. package/dist/src/components/TeliTypeahead/stories/MultiSelect.d.ts +3 -0
  222. package/dist/src/components/TeliTypeahead/stories/index.d.ts +2 -0
  223. package/dist/src/components/TeliTypeahead/stories/utils.d.ts +10 -0
  224. package/dist/src/components/TeliUserProfile/TeliUserProfile.d.ts +9 -0
  225. package/dist/src/components/TeliUserProfile/TeliUserProfile.stories.d.ts +16 -0
  226. package/dist/src/components/TeliUserProfile/TeliUserProfileButton.d.ts +15 -0
  227. package/dist/src/components/TeliUserProfile/TeliUserProfileMenu.d.ts +17 -0
  228. package/dist/src/components/index.d.ts +30 -0
  229. package/dist/src/contexts/OntologyStyles.d.ts +48 -0
  230. package/dist/src/contexts/context-utils.d.ts +4 -0
  231. package/dist/src/export.d.ts +7 -0
  232. package/dist/src/hooks/query-utils.d.ts +5 -0
  233. package/dist/src/hooks/useDebounce.d.ts +2 -0
  234. package/dist/src/hooks/useTeliTheme.d.ts +10 -0
  235. package/dist/src/hooks/useTheme.d.ts +7 -0
  236. package/dist/src/hooks/useTypeahead.d.ts +2 -0
  237. package/dist/src/layouts/TeliBasicLayout/TeliBasicLayout.d.ts +6 -0
  238. package/dist/src/layouts/TeliBasicLayout/TeliBasicLayout.stories.d.ts +10 -0
  239. package/dist/src/layouts/TeliStandardLayout/TeliStandardLayout.d.ts +7 -0
  240. package/dist/src/layouts/TeliStandardLayout/TeliStandardLayout.stories.d.ts +8 -0
  241. package/dist/src/providers/LayoutProviders/DSProviders.d.ts +8 -0
  242. package/dist/src/providers/LayoutProviders/LayoutProviders.d.ts +5 -0
  243. package/dist/src/providers/LayoutProviders/index.d.ts +2 -0
  244. package/dist/src/providers/TeliStyledEngineProvider/TeliStyledEngineProvider.d.ts +6 -0
  245. package/dist/src/providers/TeliThemeProvider/TeliThemeProvider.d.ts +10 -0
  246. package/dist/src/providers/TeliThemeProvider/TeliThemeProvider.test.d.ts +1 -0
  247. package/dist/src/providers/TeliThemeProvider/components.d.ts +3 -0
  248. package/dist/src/providers/TeliThemeProvider/palette.d.ts +4 -0
  249. package/dist/src/providers/TeliThemeProvider/typography.d.ts +3 -0
  250. package/dist/src/providers/index.d.ts +3 -0
  251. package/dist/src/setupTests.d.ts +0 -0
  252. package/dist/src/stories/Branding/Favicons.d.ts +3 -0
  253. package/dist/src/stories/Branding/Figtree.d.ts +3 -0
  254. package/dist/src/stories/Branding/SpaceGrotesk.d.ts +3 -0
  255. package/dist/src/test-utils.d.ts +58 -0
  256. package/dist/src/types/layout.d.ts +11 -0
  257. package/dist/style.css +1 -0
  258. package/dist/telicent-favicon.svg +1 -0
  259. package/package.json +170 -0
@@ -0,0 +1 @@
1
+ export * from './src/export'
@@ -0,0 +1,2 @@
1
+ @import url("./assets/fonts/fontawesome/css/all.min.css");
2
+ @import url("./assets/fonts/fontawesome/css/svg-with-js.min.css");
@@ -0,0 +1,15 @@
1
+ import React, { FC } from "react";
2
+ export interface IApps {
3
+ name: string;
4
+ url: string;
5
+ }
6
+ export interface AppSwitchProps extends React.HTMLAttributes<HTMLButtonElement> {
7
+ /**
8
+ * The list of applications to include in the app switcher
9
+ * @default []
10
+ */
11
+ apps?: IApps[];
12
+ className?: string;
13
+ }
14
+ declare const AppSwitch: FC<AppSwitchProps>;
15
+ export default AppSwitch;
@@ -0,0 +1,15 @@
1
+ import React from "react";
2
+ import { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ component: React.FC<import("./AppSwitch").AppSwitchProps>;
5
+ };
6
+ export default meta;
7
+ type Story = StoryObj<typeof meta>;
8
+ /**
9
+ * This is an example of the App Switcher were all the apps have style configure in this component.
10
+ */
11
+ export declare const Example: Story;
12
+ /**
13
+ * This is the default style that will be applied if your appliction style is not configured inside this component.
14
+ */
15
+ export declare const DefaultAppNameStyle: Story;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ export declare const appsArray: {
2
+ name: string;
3
+ url: string;
4
+ }[];
5
+ export declare const appsNoMatching: {
6
+ name: string;
7
+ url: string;
8
+ }[];
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ interface IAppLookUp {
3
+ icon: React.ReactNode;
4
+ colour: string;
5
+ }
6
+ declare const styleLookUp: Record<string, IAppLookUp>;
7
+ export default styleLookUp;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ interface DependenciesTable {
3
+ dependencies: {
4
+ [key: string]: string;
5
+ };
6
+ className?: string;
7
+ }
8
+ declare const DependenciesTable: React.FC<DependenciesTable>;
9
+ export default DependenciesTable;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import DependenciesTable from "./DependenciesTable";
3
+ declare const meta: Meta<typeof DependenciesTable>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof DependenciesTable>;
6
+ export declare const Example: Story;
@@ -0,0 +1,25 @@
1
+ import React, { ReactNode } from "react";
2
+ interface LicenseProps {
3
+ /**
4
+ * Telicent application name
5
+ */
6
+ appName: string;
7
+ /**
8
+ * Telicent application version (should be the same as the one found in package.json)
9
+ */
10
+ appVersion: string;
11
+ /**
12
+ * License expiration date
13
+ */
14
+ expiryDate?: Date | string;
15
+ /**
16
+ * License copyright text
17
+ */
18
+ licenseCopy: ReactNode;
19
+ /**
20
+ * Handler for when acknowledge button is pressed
21
+ */
22
+ onAcknowledge?: () => void;
23
+ }
24
+ declare const License: React.FC<LicenseProps>;
25
+ export default License;
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import License from "./License";
3
+ declare const meta: Meta<typeof License>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof License>;
6
+ export declare const Example: Story;
7
+ export declare const ExpiredLicenseExample: Story;
8
+ export declare const NoDateExample: Story;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,16 @@
1
+ import React from "react";
2
+ import { MarkerEvent, MarkerInstance } from "react-map-gl/dist/esm/types";
3
+ type Feature = GeoJSON.Feature<GeoJSON.Point, OntologyClassMarkerProperties>;
4
+ export type OntologyClassMarkerProperties<FeatureProperties = unknown> = FeatureProperties & {
5
+ uri: string;
6
+ classUri: string;
7
+ id: string;
8
+ } & Partial<{
9
+ selected: boolean;
10
+ }>;
11
+ export type OntologyClassMarkerProps = Partial<{
12
+ features: Feature[];
13
+ onClick: (event: MarkerEvent<MarkerInstance, MouseEvent>, feature: Feature) => void;
14
+ }>;
15
+ declare const OntologyClassMarker: React.FC<OntologyClassMarkerProps>;
16
+ export default OntologyClassMarker;
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ import { StoryObj } from "@storybook/react";
3
+ import OntologyClassMarker, { OntologyClassMarkerProperties } from "./OntologyClassMarker";
4
+ import "maplibre-gl/dist/maplibre-gl.css";
5
+ declare const meta: {
6
+ component: React.FC<Partial<{
7
+ features: import("geojson").Feature<import("geojson").Point, OntologyClassMarkerProperties<unknown>>[];
8
+ onClick: (event: import("react-map-gl/dist/esm/types").MarkerEvent<import("react-map-gl/maplibre").MarkerInstance, MouseEvent>, feature: import("geojson").Feature<import("geojson").Point, OntologyClassMarkerProperties<unknown>>) => void;
9
+ }>>;
10
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
11
+ features?: import("geojson").Feature<import("geojson").Point, OntologyClassMarkerProperties<unknown>>[] | undefined;
12
+ onClick?: ((event: import("react-map-gl/dist/esm/types").MarkerEvent<import("react-map-gl/maplibre").MarkerInstance, MouseEvent>, feature: import("geojson").Feature<import("geojson").Point, OntologyClassMarkerProperties<unknown>>) => void) | undefined;
13
+ }>) => import("react/jsx-runtime").JSX.Element)[];
14
+ };
15
+ export default meta;
16
+ type Story = StoryObj<typeof OntologyClassMarker>;
17
+ export declare const Example: Story;
18
+ export declare const Selected: Story;
@@ -0,0 +1,22 @@
1
+ import React from "react";
2
+ import { IconStyle } from "../../contexts/OntologyStyles";
3
+ export interface OntologyInputHierarchy {
4
+ name: string;
5
+ id: string;
6
+ ontology: IconStyle;
7
+ children?: OntologyInputHierarchy[];
8
+ }
9
+ export interface OntologyHierarchyProps {
10
+ instanceId: string;
11
+ data: OntologyInputHierarchy;
12
+ expandElement?: boolean;
13
+ isDraggable?: boolean;
14
+ isClickable?: boolean;
15
+ dragEvent?: (event: React.DragEvent<HTMLElement>, nodeType: string) => void;
16
+ clickEvent?: (nodeId: string) => void;
17
+ filterIds?: string[];
18
+ baseKey?: string;
19
+ descendantCount?: boolean;
20
+ }
21
+ declare const OntologyHierarchy: React.FC<OntologyHierarchyProps>;
22
+ export default OntologyHierarchy;
@@ -0,0 +1,25 @@
1
+ import React from "react";
2
+ import { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ component: React.FC<import("./OntologyHierarchy").OntologyHierarchyProps>;
5
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
6
+ instanceId: string;
7
+ data: import("./OntologyHierarchy").OntologyInputHierarchy;
8
+ expandElement?: boolean | undefined;
9
+ isDraggable?: boolean | undefined;
10
+ isClickable?: boolean | undefined;
11
+ dragEvent?: ((event: React.DragEvent<HTMLElement>, nodeType: string) => void) | undefined;
12
+ clickEvent?: ((nodeId: string) => void) | undefined;
13
+ filterIds?: string[] | undefined;
14
+ baseKey?: string | undefined;
15
+ descendantCount?: boolean | undefined;
16
+ }>) => import("react/jsx-runtime").JSX.Element)[];
17
+ };
18
+ export default meta;
19
+ type Story = StoryObj<typeof meta>;
20
+ export declare const BasicStory: Story;
21
+ export declare const ExpandElement: Story;
22
+ export declare const Draggable: Story;
23
+ export declare const BaseKey: Story;
24
+ export declare const NoDescendantCount: Story;
25
+ export declare const FilterIdsAndClickable: Story;
@@ -0,0 +1,4 @@
1
+ declare const OntologyHierarchyDisplay: (inputs: {
2
+ instanceId: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default OntologyHierarchyDisplay;
@@ -0,0 +1,20 @@
1
+ import * as d3 from "d3";
2
+ import { IconStyle } from "../../contexts/OntologyStyles";
3
+ export interface HierarchyBase {
4
+ name: string;
5
+ id?: string;
6
+ ontology?: Required<IconStyle>;
7
+ yPos?: number;
8
+ startLeft?: number;
9
+ hOrderPosition?: number;
10
+ descendantCount?: number;
11
+ _children?: d3.HierarchyNode<HierarchyBase>[];
12
+ children?: d3.HierarchyNode<HierarchyBase>[] | HierarchyBase[];
13
+ }
14
+ export declare const resetDragData: (svg: d3.Selection<null, unknown, null, undefined> | undefined, d: d3.HierarchyNode<HierarchyBase>, rowHeight: number, instanceId: string, clickEvent?: ((nodeId: string) => void) | undefined) => string;
15
+ export declare const setDragElementStyles: (instanceId: string) => void;
16
+ export declare const prepareTreeData: (chartData: d3.HierarchyNode<HierarchyBase>, margin: {
17
+ [key: string]: number;
18
+ }, depthTab: number, rowHeight: number) => d3.HierarchyNode<HierarchyBase>[];
19
+ export declare const addHierarchy: (data: HierarchyBase, startingDepth: number, baseKey: string, filterIds: string[]) => d3.HierarchyNode<HierarchyBase>;
20
+ export declare const checkOntology: (iconType: string, findIcon: (classUri: string) => IconStyle) => Required<IconStyle>;
@@ -0,0 +1,3 @@
1
+ import { OntologyInputHierarchy } from "../OntologyHierarchy";
2
+ declare const hierarchy: OntologyInputHierarchy;
3
+ export default hierarchy;
@@ -0,0 +1,59 @@
1
+ import { AutocompleteProps } from "@mui/material";
2
+ import "../TeliAutocomplete/TeliAutocomplete.css";
3
+ type DefaultOption = {
4
+ label: string;
5
+ };
6
+ type MUIAutocompleteProps<Option> = AutocompleteProps<Option, false, false, true>;
7
+ export type SearchAutocompleteProps<Option = DefaultOption> = {
8
+ /**
9
+ * Array of options.
10
+ */
11
+ options: MUIAutocompleteProps<Option>["options"];
12
+ } & Partial<{
13
+ autoHighlight: MUIAutocompleteProps<Option>["autoHighlight"];
14
+ /**
15
+ * If true, the input element is focused during the first mount.
16
+ */
17
+ autoFocus: boolean;
18
+ /**
19
+ * If true, the component will indicate an error.
20
+ */
21
+ error: boolean;
22
+ /**
23
+ * If true, the component will take up the full width of its container.
24
+ */
25
+ fullWidth: boolean;
26
+ /**
27
+ * Can be used to give context. If ' ' is provided, the component reserves one
28
+ * line height for displaying a future message.
29
+ */
30
+ helperText: string;
31
+ id: MUIAutocompleteProps<Option>["id"];
32
+ inputValue: MUIAutocompleteProps<Option>["inputValue"];
33
+ /**
34
+ * The label content
35
+ */
36
+ label: string;
37
+ /**
38
+ * The maximum height of the autocomplete list box
39
+ */
40
+ listboxMaxHeight: number;
41
+ loading: MUIAutocompleteProps<Option>["loading"];
42
+ loadingText: MUIAutocompleteProps<Option>["loadingText"];
43
+ openOnFocus: MUIAutocompleteProps<Option>["openOnFocus"];
44
+ /**
45
+ * The short hint displayed in the input before the user enters a value.
46
+ */
47
+ placeholder: string;
48
+ /**
49
+ * The width of the component
50
+ */
51
+ width: number;
52
+ getOptionLabel: MUIAutocompleteProps<Option>["getOptionLabel"];
53
+ getOptionKey: MUIAutocompleteProps<Option>["getOptionKey"];
54
+ isOptionEqualToValue: MUIAutocompleteProps<Option>["isOptionEqualToValue"];
55
+ onChange: MUIAutocompleteProps<Option>["onChange"];
56
+ onInputChange: MUIAutocompleteProps<Option>["onInputChange"];
57
+ }>;
58
+ declare const SearchAutocomplete: <Option>({ autoFocus, autoHighlight, error, fullWidth, getOptionKey, getOptionLabel, helperText, id, inputValue, isOptionEqualToValue, label, listboxMaxHeight, loading, loadingText, onChange, onInputChange, openOnFocus, options, placeholder, width, }: SearchAutocompleteProps<Option>) => import("react/jsx-runtime").JSX.Element;
59
+ export default SearchAutocomplete;
@@ -0,0 +1,48 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ component: <Option>({ autoFocus, autoHighlight, error, fullWidth, getOptionKey, getOptionLabel, helperText, id, inputValue, isOptionEqualToValue, label, listboxMaxHeight, loading, loadingText, onChange, onInputChange, openOnFocus, options, placeholder, width, }: import("./SearchAutocomplete").SearchAutocompleteProps<Option>) => import("react/jsx-runtime").JSX.Element;
5
+ parameters: {
6
+ docs: {
7
+ description: {
8
+ component: string;
9
+ };
10
+ };
11
+ };
12
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
13
+ options: readonly unknown[];
14
+ autoHighlight?: boolean | undefined;
15
+ autoFocus?: boolean | undefined;
16
+ error?: boolean | undefined;
17
+ fullWidth?: boolean | undefined;
18
+ helperText?: string | undefined;
19
+ id?: string | undefined;
20
+ inputValue?: string | undefined;
21
+ label?: string | undefined;
22
+ listboxMaxHeight?: number | undefined;
23
+ loading?: boolean | undefined;
24
+ loadingText?: import("react").ReactNode;
25
+ openOnFocus?: boolean | undefined;
26
+ placeholder?: string | undefined;
27
+ width?: number | undefined;
28
+ getOptionLabel?: ((option: unknown) => string) | undefined;
29
+ getOptionKey?: ((option: unknown) => string | number) | undefined;
30
+ isOptionEqualToValue?: ((option: unknown, value: unknown) => boolean) | undefined;
31
+ onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: unknown, reason: import("@mui/base").AutocompleteChangeReason, details?: import("@mui/base").AutocompleteChangeDetails<unknown> | undefined) => void) | undefined;
32
+ onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/base").AutocompleteInputChangeReason) => void) | undefined;
33
+ }>) => import("react/jsx-runtime").JSX.Element)[];
34
+ };
35
+ export default meta;
36
+ export type SearchAutocompleteStory = StoryObj<typeof meta>;
37
+ export declare const BasicExample: SearchAutocompleteStory;
38
+ /**
39
+ * Options can be provided in as array of objects with the label key (as shown
40
+ * above) or an array of strings as shown below.
41
+ */
42
+ export declare const FlatData: SearchAutocompleteStory;
43
+ /**
44
+ * You can also provide data in a different structure as shown below. In the
45
+ * situation where you have labels with values which are not unique, use
46
+ * `getOptionKey` to determine the key for a given option.
47
+ */
48
+ export declare const CustomOptions: SearchAutocompleteStory;
@@ -0,0 +1,5 @@
1
+ export type CustomOption = {
2
+ id: string;
3
+ label: string;
4
+ };
5
+ export declare const customOptions: CustomOption[];
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type RecentSearchProps = Partial<{
3
+ nothingFoundText: string;
4
+ children: React.ReactNode;
5
+ }>;
6
+ declare const RecentSearches: React.FC<RecentSearchProps>;
7
+ export default RecentSearches;
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ import { DialogProps } from "@mui/material";
3
+ import { SearchAutocompleteProps } from "../SearchAutocomplete/SearchAutocomplete";
4
+ import "../TeliDialog/telidialog.css";
5
+ type SearchAutocompleteDialogProps<SearchOption = {
6
+ label: string;
7
+ }> = Omit<SearchAutocompleteProps<SearchOption>, "listboxMaxHeight" | "fullWidth"> & {
8
+ open: DialogProps["open"];
9
+ children: React.ReactNode;
10
+ } & Partial<{
11
+ onClose: DialogProps["onClose"];
12
+ }>;
13
+ declare const SearchAutocompleteDialog: React.FC<SearchAutocompleteDialogProps>;
14
+ export default SearchAutocompleteDialog;
@@ -0,0 +1,78 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ component: import("react").FC<Omit<import("../SearchAutocomplete/SearchAutocomplete").SearchAutocompleteProps<{
5
+ label: string;
6
+ }>, "fullWidth" | "listboxMaxHeight"> & {
7
+ open: boolean;
8
+ children: import("react").ReactNode;
9
+ } & Partial<{
10
+ onClose: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
11
+ }>>;
12
+ parameters: {
13
+ docs: {
14
+ description: {
15
+ component: string;
16
+ };
17
+ };
18
+ };
19
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
20
+ autoFocus?: boolean | undefined;
21
+ id?: string | undefined;
22
+ onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string | {
23
+ label: string;
24
+ } | null, reason: import("@mui/base").AutocompleteChangeReason, details?: import("@mui/base").AutocompleteChangeDetails<{
25
+ label: string;
26
+ }> | undefined) => void) | undefined;
27
+ width?: number | undefined;
28
+ label?: string | undefined;
29
+ loading?: boolean | undefined;
30
+ placeholder?: string | undefined;
31
+ options: readonly {
32
+ label: string;
33
+ }[];
34
+ error?: boolean | undefined;
35
+ loadingText?: import("react").ReactNode;
36
+ autoHighlight?: boolean | undefined;
37
+ getOptionKey?: ((option: string | {
38
+ label: string;
39
+ }) => string | number) | undefined;
40
+ getOptionLabel?: ((option: string | {
41
+ label: string;
42
+ }) => string) | undefined;
43
+ inputValue?: string | undefined;
44
+ isOptionEqualToValue?: ((option: {
45
+ label: string;
46
+ }, value: {
47
+ label: string;
48
+ }) => boolean) | undefined;
49
+ onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/base").AutocompleteInputChangeReason) => void) | undefined;
50
+ openOnFocus?: boolean | undefined;
51
+ helperText?: string | undefined;
52
+ open: boolean;
53
+ children: import("react").ReactNode;
54
+ onClose?: ((event: {}, reason: "backdropClick" | "escapeKeyDown") => void) | undefined;
55
+ }>) => import("react/jsx-runtime").JSX.Element)[];
56
+ };
57
+ export default meta;
58
+ export type SearchAutocompleteDialogStory = StoryObj<typeof meta>;
59
+ /**
60
+ * This is an example of how the component can be rendered with search results
61
+ */
62
+ export declare const SearchResultsWithResults: SearchAutocompleteDialogStory;
63
+ /**
64
+ * When the search results component has the no children. A message will be
65
+ * displayed to inform the user that nothing was found.
66
+ */
67
+ export declare const SearchResultsWithoutResults: SearchAutocompleteDialogStory;
68
+ /**
69
+ * It's useful to allow the user to continue where they left off by providing
70
+ * them with their most recent searches.
71
+ */
72
+ export declare const RecentSearchList: SearchAutocompleteDialogStory;
73
+ /**
74
+ * Similar to the search results component, when the recent search component
75
+ * doesn't have any children it will display a message informing the user no
76
+ * recent searches were found.
77
+ */
78
+ export declare const RecentSearchesEmptyList: SearchAutocompleteDialogStory;
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ type SearchResultsProps = Partial<{
3
+ totalResults: number;
4
+ nothingFoundText: string;
5
+ children: React.ReactNode;
6
+ }>;
7
+ declare const SearchResults: React.FC<SearchResultsProps>;
8
+ export default SearchResults;
@@ -0,0 +1,3 @@
1
+ export { default as RecentSearches } from "./RecentSearches";
2
+ export { default as SearchAutocompleteDialog } from "./SearchAutocompleteDialog";
3
+ export { default as SearchResults } from "./SearchResults";
@@ -0,0 +1,6 @@
1
+ declare const RESULTS: {
2
+ id: string;
3
+ types: string[];
4
+ label: string;
5
+ }[];
6
+ export default RESULTS;
@@ -0,0 +1,24 @@
1
+ import React from "react";
2
+ import { AutocompleteProps } from "@mui/material";
3
+ import "./TeliAutocomplete.css";
4
+ export interface TeliAutocompleteProps<Value, Multiple extends boolean = false, DisableClearable extends boolean = false, FreeSolo extends boolean = false> extends Omit<AutocompleteProps<Value, Multiple, DisableClearable, FreeSolo>, "renderInput" | "ChipProps" | "clearIcon" | "classes" | "clearText" | "closeText" | "componentsProps" | "ListboxProps" | "ListboxComponent" | "openText" | "PaperComponent" | "PopperComponent" | "popupIcon" | "size" | "slotProps" | "sx"> {
5
+ /** If true, the component will be rendered in an error state */
6
+ error?: boolean;
7
+ /** Used to determine the icon elment of a given option */
8
+ getChipIcon?: (option: Value) => any;
9
+ /** The label content. */
10
+ helperText?: string;
11
+ /** The label content. */
12
+ label?: string | React.ReactNode;
13
+ /** Maximum height of the menu component */
14
+ maxHeight?: number;
15
+ /** The autocomplete mode with predefined defaults */
16
+ mode?: "search";
17
+ placeholder?: string;
18
+ /** Element placed before the input element */
19
+ startAdornment?: React.ReactNode;
20
+ /** Width of the component. */
21
+ width?: number;
22
+ }
23
+ declare function TeliAutocomplete<Value, Multiple extends boolean = false, DisableClearable extends boolean = false, FreeSolo extends boolean = false>({ error, fullWidth, helperText, label, loading, maxHeight, mode, placeholder, startAdornment, width, getChipIcon, getOptionLabel, ...other }: TeliAutocompleteProps<Value, Multiple, DisableClearable, FreeSolo>): import("react/jsx-runtime").JSX.Element;
24
+ export default TeliAutocomplete;
@@ -0,0 +1,16 @@
1
+ import type { StoryObj } from "@storybook/react";
2
+ import { AsynchronousRequests, Controlled, ComboBox, ComboBoxOptions, CustomRenderOptions, FreeSolo, MultipleValues } from "./stories";
3
+ import TeliAutocomplete from "./TeliAutocomplete";
4
+ declare const meta: {
5
+ component: typeof TeliAutocomplete;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ export type TeliAutocompleteStory = StoryObj<typeof meta>;
16
+ export { ComboBox, ComboBoxOptions, CustomRenderOptions, Controlled, FreeSolo, AsynchronousRequests, MultipleValues, };
@@ -0,0 +1,3 @@
1
+ import { TeliAutocompleteStory } from "../TeliAutocomplete.stories";
2
+ declare const AsynchronousRequests: TeliAutocompleteStory;
3
+ export default AsynchronousRequests;
@@ -0,0 +1,3 @@
1
+ import { TeliAutocompleteStory } from "../TeliAutocomplete.stories";
2
+ declare const ComboBox: TeliAutocompleteStory;
3
+ export default ComboBox;
@@ -0,0 +1,3 @@
1
+ import { TeliAutocompleteStory } from "../TeliAutocomplete.stories";
2
+ declare const ComboBoxOptions: TeliAutocompleteStory;
3
+ export default ComboBoxOptions;
@@ -0,0 +1,3 @@
1
+ import { TeliAutocompleteStory } from "../TeliAutocomplete.stories";
2
+ declare const Controlled: TeliAutocompleteStory;
3
+ export default Controlled;
@@ -0,0 +1,3 @@
1
+ import { TeliAutocompleteStory } from "../TeliAutocomplete.stories";
2
+ declare const CustomRenderOptions: TeliAutocompleteStory;
3
+ export default CustomRenderOptions;
@@ -0,0 +1,3 @@
1
+ import { TeliAutocompleteStory } from "../TeliAutocomplete.stories";
2
+ declare const FreeSolo: TeliAutocompleteStory;
3
+ export default FreeSolo;
@@ -0,0 +1,3 @@
1
+ import { TeliAutocompleteStory } from "../TeliAutocomplete.stories";
2
+ declare const MultipleValues: TeliAutocompleteStory;
3
+ export default MultipleValues;
@@ -0,0 +1,12 @@
1
+ declare const COUNTRIES: ({
2
+ code: string;
3
+ label: string;
4
+ phone: string;
5
+ suggested?: undefined;
6
+ } | {
7
+ code: string;
8
+ label: string;
9
+ phone: string;
10
+ suggested: boolean;
11
+ })[];
12
+ export default COUNTRIES;
@@ -0,0 +1,7 @@
1
+ export { default as AsynchronousRequests } from "./AsyncOnLoad";
2
+ export { default as Controlled } from "./Controlled";
3
+ export { default as ComboBox } from "./ComboBox";
4
+ export { default as ComboBoxOptions } from "./ComboBoxOptions";
5
+ export { default as CustomRenderOptions } from "./CustomRenderOptions";
6
+ export { default as FreeSolo } from "./FreeSolo";
7
+ export { default as MultipleValues } from "./MultipleValues";
@@ -0,0 +1,4 @@
1
+ declare const OPTIONS: {
2
+ label: string;
3
+ }[];
4
+ export default OPTIONS;
@@ -0,0 +1,5 @@
1
+ declare const TOP_100_FILMS: {
2
+ label: string;
3
+ year: number;
4
+ }[];
5
+ export default TOP_100_FILMS;
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+ import { AvatarProps } from "@mui/material/Avatar";
3
+ import "./user-avatar.css";
4
+ export interface TeliUserAvatarProps {
5
+ /**
6
+ * Provides an alt attribute for the rendered img element.
7
+ */
8
+ alt: AvatarProps["alt"];
9
+ /**
10
+ * User's first name
11
+ */
12
+ firstName: string;
13
+ /**
14
+ * User's last name
15
+ */
16
+ lastName: string;
17
+ /**
18
+ * The src attribute for the img element.
19
+ */
20
+ src: AvatarProps["src"];
21
+ }
22
+ declare const TeliUserAvatar: React.FC<Partial<TeliUserAvatarProps>>;
23
+ export default TeliUserAvatar;