@looker/api-explorer 0.9.21 → 0.9.26

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 (290) hide show
  1. package/CHANGELOG.md +101 -0
  2. package/lib/ApiExplorer.d.ts +4 -39
  3. package/lib/ApiExplorer.js +23 -30
  4. package/lib/ApiExplorer.js.map +1 -1
  5. package/lib/App.d.ts +1 -0
  6. package/lib/App.js +29 -0
  7. package/lib/App.js.map +1 -0
  8. package/lib/StandaloneApiExplorer.js +8 -13
  9. package/lib/StandaloneApiExplorer.js.map +1 -1
  10. package/lib/components/DocCode/DocCode.js +6 -10
  11. package/lib/components/DocCode/DocCode.js.map +1 -1
  12. package/lib/components/DocMarkdown/DocMarkdown.js +11 -15
  13. package/lib/components/DocMarkdown/DocMarkdown.js.map +1 -1
  14. package/lib/components/DocReferences/DocReferences.js +7 -11
  15. package/lib/components/DocReferences/DocReferences.js.map +1 -1
  16. package/lib/components/DocSdkUsage/DocSdkUsage.js +3 -6
  17. package/lib/components/DocSdkUsage/DocSdkUsage.js.map +1 -1
  18. package/lib/components/DocSource/DocSource.js +5 -7
  19. package/lib/components/DocSource/DocSource.js.map +1 -1
  20. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.d.ts +1 -1
  21. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js +152 -8
  22. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js.map +1 -1
  23. package/lib/components/SelectorContainer/SdkLanguageSelector.js +1 -1
  24. package/lib/components/SelectorContainer/SdkLanguageSelector.js.map +1 -1
  25. package/lib/components/SideNav/SideNav.js +39 -26
  26. package/lib/components/SideNav/SideNav.js.map +1 -1
  27. package/lib/components/SideNav/SideNavMethods.js +7 -9
  28. package/lib/components/SideNav/SideNavMethods.js.map +1 -1
  29. package/lib/components/SideNav/SideNavTypes.js +6 -8
  30. package/lib/components/SideNav/SideNavTypes.js.map +1 -1
  31. package/lib/components/SideNav/searchUtils.d.ts +1 -1
  32. package/lib/components/SideNav/searchUtils.js +1 -1
  33. package/lib/components/SideNav/searchUtils.js.map +1 -1
  34. package/lib/components/common/Loader.d.ts +1 -1
  35. package/lib/components/common/Loader.js.map +1 -1
  36. package/lib/esm/ApiExplorer.js +26 -33
  37. package/lib/esm/ApiExplorer.js.map +1 -1
  38. package/lib/esm/App.js +19 -0
  39. package/lib/esm/App.js.map +1 -0
  40. package/lib/esm/StandaloneApiExplorer.js +7 -10
  41. package/lib/esm/StandaloneApiExplorer.js.map +1 -1
  42. package/lib/esm/components/DocCode/DocCode.js +5 -8
  43. package/lib/esm/components/DocCode/DocCode.js.map +1 -1
  44. package/lib/esm/components/DocMarkdown/DocMarkdown.js +8 -11
  45. package/lib/esm/components/DocMarkdown/DocMarkdown.js.map +1 -1
  46. package/lib/esm/components/DocReferences/DocReferences.js +5 -8
  47. package/lib/esm/components/DocReferences/DocReferences.js.map +1 -1
  48. package/lib/esm/components/DocSdkUsage/DocSdkUsage.js +5 -7
  49. package/lib/esm/components/DocSdkUsage/DocSdkUsage.js.map +1 -1
  50. package/lib/esm/components/DocSource/DocSource.js +4 -5
  51. package/lib/esm/components/DocSource/DocSource.js.map +1 -1
  52. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js +153 -6
  53. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js.map +1 -1
  54. package/lib/esm/components/SelectorContainer/SdkLanguageSelector.js +2 -2
  55. package/lib/esm/components/SelectorContainer/SdkLanguageSelector.js.map +1 -1
  56. package/lib/esm/components/SideNav/SideNav.js +40 -27
  57. package/lib/esm/components/SideNav/SideNav.js.map +1 -1
  58. package/lib/esm/components/SideNav/SideNavMethods.js +7 -10
  59. package/lib/esm/components/SideNav/SideNavMethods.js.map +1 -1
  60. package/lib/esm/components/SideNav/SideNavTypes.js +6 -9
  61. package/lib/esm/components/SideNav/SideNavTypes.js.map +1 -1
  62. package/lib/esm/components/SideNav/searchUtils.js +1 -1
  63. package/lib/esm/components/SideNav/searchUtils.js.map +1 -1
  64. package/lib/esm/components/common/Loader.js.map +1 -1
  65. package/lib/esm/index.js +4 -18
  66. package/lib/esm/index.js.map +1 -1
  67. package/lib/esm/reducers/index.js +0 -1
  68. package/lib/esm/reducers/index.js.map +1 -1
  69. package/lib/esm/routes/AppRouter.js +2 -2
  70. package/lib/esm/routes/AppRouter.js.map +1 -1
  71. package/lib/esm/scenes/MethodScene/MethodScene.js +9 -11
  72. package/lib/esm/scenes/MethodScene/MethodScene.js.map +1 -1
  73. package/lib/esm/state/index.js +1 -0
  74. package/lib/esm/state/index.js.map +1 -1
  75. package/lib/esm/state/lodes/index.js +3 -0
  76. package/lib/{test-utils/envAdaptor.js.map → esm/state/lodes/index.js.map} +1 -1
  77. package/lib/esm/state/lodes/sagas.js +25 -0
  78. package/lib/esm/state/lodes/sagas.js.map +1 -0
  79. package/lib/esm/state/lodes/selectors.js +5 -0
  80. package/lib/esm/state/lodes/selectors.js.map +1 -0
  81. package/lib/esm/state/lodes/slice.js +30 -0
  82. package/lib/esm/state/lodes/slice.js.map +1 -0
  83. package/lib/esm/state/settings/sagas.js +28 -16
  84. package/lib/esm/state/settings/sagas.js.map +1 -1
  85. package/lib/esm/state/settings/selectors.js +5 -3
  86. package/lib/esm/state/settings/selectors.js.map +1 -1
  87. package/lib/esm/state/settings/slice.js +16 -9
  88. package/lib/esm/state/settings/slice.js.map +1 -1
  89. package/lib/esm/state/store.js +6 -3
  90. package/lib/esm/state/store.js.map +1 -1
  91. package/lib/esm/test-utils/index.js +2 -4
  92. package/lib/esm/test-utils/index.js.map +1 -1
  93. package/lib/esm/test-utils/lodes.js +12 -0
  94. package/lib/esm/test-utils/lodes.js.map +1 -0
  95. package/lib/esm/test-utils/redux.js +12 -9
  96. package/lib/esm/test-utils/redux.js.map +1 -1
  97. package/lib/esm/utils/index.js +0 -1
  98. package/lib/esm/utils/index.js.map +1 -1
  99. package/lib/esm/utils/lodeUtils.js +3 -7
  100. package/lib/esm/utils/lodeUtils.js.map +1 -1
  101. package/lib/index.d.ts +4 -1
  102. package/lib/index.js +52 -23
  103. package/lib/index.js.map +1 -1
  104. package/lib/reducers/index.d.ts +0 -1
  105. package/lib/reducers/index.js +0 -13
  106. package/lib/reducers/index.js.map +1 -1
  107. package/lib/routes/AppRouter.d.ts +2 -2
  108. package/lib/routes/AppRouter.js +2 -2
  109. package/lib/routes/AppRouter.js.map +1 -1
  110. package/lib/scenes/MethodScene/MethodScene.d.ts +2 -2
  111. package/lib/scenes/MethodScene/MethodScene.js +7 -9
  112. package/lib/scenes/MethodScene/MethodScene.js.map +1 -1
  113. package/lib/state/index.d.ts +1 -0
  114. package/lib/state/index.js +13 -0
  115. package/lib/state/index.js.map +1 -1
  116. package/lib/state/lodes/index.d.ts +2 -0
  117. package/lib/{reducers/search → state/lodes}/index.js +8 -8
  118. package/lib/state/lodes/index.js.map +1 -0
  119. package/lib/state/lodes/sagas.d.ts +1 -0
  120. package/lib/state/lodes/sagas.js +34 -0
  121. package/lib/state/lodes/sagas.js.map +1 -0
  122. package/lib/state/lodes/selectors.d.ts +3 -0
  123. package/lib/state/lodes/selectors.js +17 -0
  124. package/lib/state/lodes/selectors.js.map +1 -0
  125. package/lib/state/lodes/slice.d.ts +29 -0
  126. package/lib/state/lodes/slice.js +45 -0
  127. package/lib/state/lodes/slice.js.map +1 -0
  128. package/lib/state/settings/sagas.js +28 -15
  129. package/lib/state/settings/sagas.js.map +1 -1
  130. package/lib/state/settings/selectors.d.ts +2 -0
  131. package/lib/state/settings/selectors.js +12 -4
  132. package/lib/state/settings/selectors.js.map +1 -1
  133. package/lib/state/settings/slice.d.ts +24 -16
  134. package/lib/state/settings/slice.js +22 -14
  135. package/lib/state/settings/slice.js.map +1 -1
  136. package/lib/state/store.d.ts +3 -0
  137. package/lib/state/store.js +6 -2
  138. package/lib/state/store.js.map +1 -1
  139. package/lib/test-data/declarations.js +24 -0
  140. package/lib/test-data/declarations.js.map +1 -0
  141. package/lib/test-data/index.js +23 -0
  142. package/lib/test-data/index.js.map +1 -1
  143. package/lib/test-utils/index.d.ts +2 -4
  144. package/lib/test-utils/index.js +22 -56
  145. package/lib/test-utils/index.js.map +1 -1
  146. package/lib/test-utils/lodes.d.ts +4 -0
  147. package/lib/test-utils/lodes.js +23 -0
  148. package/lib/test-utils/lodes.js.map +1 -0
  149. package/lib/test-utils/redux.d.ts +9 -3
  150. package/lib/test-utils/redux.js +14 -10
  151. package/lib/test-utils/redux.js.map +1 -1
  152. package/lib/utils/index.d.ts +0 -1
  153. package/lib/utils/index.js +0 -24
  154. package/lib/utils/index.js.map +1 -1
  155. package/lib/utils/lodeUtils.d.ts +2 -2
  156. package/lib/utils/lodeUtils.js +3 -7
  157. package/lib/utils/lodeUtils.js.map +1 -1
  158. package/package.json +11 -10
  159. package/public/Looker.3.1.json +1343 -412
  160. package/public/Looker.4.0.json +3305 -661
  161. package/src/ApiExplorer.tsx +100 -119
  162. package/src/{index.tsx → App.tsx} +0 -0
  163. package/src/StandaloneApiExplorer.tsx +8 -16
  164. package/src/components/DocCode/DocCode.tsx +6 -6
  165. package/src/components/DocMarkdown/DocMarkdown.spec.tsx +16 -11
  166. package/src/components/DocMarkdown/DocMarkdown.tsx +8 -10
  167. package/src/components/DocReferences/DocReferences.spec.tsx +11 -4
  168. package/src/components/DocReferences/DocReferences.tsx +8 -9
  169. package/src/components/DocSdkUsage/DocSdkUsage.spec.tsx +2 -2
  170. package/src/components/DocSdkUsage/DocSdkUsage.tsx +5 -5
  171. package/src/components/DocSource/DocSource.tsx +4 -3
  172. package/src/components/ErrorBoundary/components/SomethingWentWrong/SomethingWentWrong.spec.tsx +1 -1
  173. package/src/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.tsx +170 -6
  174. package/src/components/ExploreType/ExploreProperty.spec.tsx +7 -12
  175. package/src/components/ExploreType/ExploreType.spec.tsx +9 -27
  176. package/src/components/Header/Header.spec.tsx +30 -38
  177. package/src/components/SelectorContainer/ApiSpecSelector.spec.tsx +2 -2
  178. package/src/components/SelectorContainer/SdkLanguageSelector.spec.tsx +3 -5
  179. package/src/components/SelectorContainer/SdkLanguageSelector.tsx +2 -2
  180. package/src/components/SelectorContainer/SelectorContainer.spec.tsx +20 -26
  181. package/src/components/SideNav/SideNav.spec.tsx +24 -29
  182. package/src/components/SideNav/SideNav.tsx +45 -24
  183. package/src/components/SideNav/SideNavMethodTags.spec.tsx +8 -6
  184. package/src/components/SideNav/SideNavMethods.spec.tsx +9 -5
  185. package/src/components/SideNav/SideNavMethods.tsx +8 -8
  186. package/src/components/SideNav/SideNavTypeTags.spec.tsx +8 -6
  187. package/src/components/SideNav/SideNavTypes.spec.tsx +9 -4
  188. package/src/components/SideNav/SideNavTypes.tsx +7 -7
  189. package/src/components/SideNav/{searchUtils.tsx → searchUtils.ts} +2 -2
  190. package/src/components/common/Loader.tsx +1 -1
  191. package/src/{context/lode/index.ts → index.ts} +4 -1
  192. package/src/reducers/index.ts +0 -1
  193. package/src/routes/AppRouter.tsx +5 -4
  194. package/src/scenes/MethodScene/MethodScene.tsx +11 -11
  195. package/src/scenes/TypeTagScene/TypeTagScene.spec.tsx +4 -4
  196. package/src/state/index.ts +1 -0
  197. package/src/{reducers/search → state/lodes}/index.ts +2 -2
  198. package/src/state/lodes/sagas.spec.ts +92 -0
  199. package/src/state/lodes/sagas.ts +51 -0
  200. package/src/{context/search/SearchContext.ts → state/lodes/selectors.spec.ts} +13 -15
  201. package/src/{test-utils/envAdaptor.ts → state/lodes/selectors.ts} +8 -5
  202. package/src/{test-utils/render_with_lode.tsx → state/lodes/slice.ts} +37 -37
  203. package/src/state/settings/sagas.spec.ts +29 -24
  204. package/src/state/settings/sagas.ts +16 -16
  205. package/src/state/settings/selectors.spec.ts +1 -5
  206. package/src/state/settings/selectors.ts +9 -3
  207. package/src/state/settings/slice.ts +27 -10
  208. package/src/state/store.ts +7 -2
  209. package/src/{reducers/search/actions.ts → test-data/declarations.ts} +16 -15
  210. package/src/test-data/index.ts +1 -0
  211. package/src/test-utils/index.ts +2 -10
  212. package/src/{context/lode/LodeContext.ts → test-utils/lodes.tsx} +14 -13
  213. package/src/test-utils/redux.tsx +29 -10
  214. package/src/utils/index.ts +0 -1
  215. package/src/utils/lodeUtils.ts +4 -6
  216. package/webpack.dev.config.js +3 -0
  217. package/webpack.prod.config.js +4 -0
  218. package/lib/components/SideNav/SearchCriteriaSelector.d.ts +0 -2
  219. package/lib/components/SideNav/SearchCriteriaSelector.js +0 -57
  220. package/lib/components/SideNav/SearchCriteriaSelector.js.map +0 -1
  221. package/lib/context/index.d.ts +0 -2
  222. package/lib/context/index.js +0 -34
  223. package/lib/context/index.js.map +0 -1
  224. package/lib/context/lode/LodeContext.d.ts +0 -9
  225. package/lib/context/lode/LodeContext.js +0 -21
  226. package/lib/context/lode/LodeContext.js.map +0 -1
  227. package/lib/context/lode/index.d.ts +0 -1
  228. package/lib/context/lode/index.js +0 -20
  229. package/lib/context/lode/index.js.map +0 -1
  230. package/lib/context/search/SearchContext.d.ts +0 -9
  231. package/lib/context/search/SearchContext.js +0 -19
  232. package/lib/context/search/SearchContext.js.map +0 -1
  233. package/lib/context/search/index.d.ts +0 -1
  234. package/lib/context/search/index.js +0 -20
  235. package/lib/context/search/index.js.map +0 -1
  236. package/lib/esm/components/SideNav/SearchCriteriaSelector.js +0 -38
  237. package/lib/esm/components/SideNav/SearchCriteriaSelector.js.map +0 -1
  238. package/lib/esm/context/index.js +0 -3
  239. package/lib/esm/context/index.js.map +0 -1
  240. package/lib/esm/context/lode/LodeContext.js +0 -11
  241. package/lib/esm/context/lode/LodeContext.js.map +0 -1
  242. package/lib/esm/context/lode/index.js +0 -2
  243. package/lib/esm/context/lode/index.js.map +0 -1
  244. package/lib/esm/context/search/SearchContext.js +0 -8
  245. package/lib/esm/context/search/SearchContext.js.map +0 -1
  246. package/lib/esm/context/search/index.js +0 -2
  247. package/lib/esm/context/search/index.js.map +0 -1
  248. package/lib/esm/reducers/search/actions.js +0 -13
  249. package/lib/esm/reducers/search/actions.js.map +0 -1
  250. package/lib/esm/reducers/search/index.js +0 -3
  251. package/lib/esm/reducers/search/index.js.map +0 -1
  252. package/lib/esm/reducers/search/reducer.js +0 -31
  253. package/lib/esm/reducers/search/reducer.js.map +0 -1
  254. package/lib/esm/test-utils/envAdaptor.js +0 -5
  255. package/lib/esm/test-utils/envAdaptor.js.map +0 -1
  256. package/lib/esm/test-utils/render_with_lode.js +0 -19
  257. package/lib/esm/test-utils/render_with_lode.js.map +0 -1
  258. package/lib/esm/test-utils/render_with_search.js +0 -34
  259. package/lib/esm/test-utils/render_with_search.js.map +0 -1
  260. package/lib/esm/utils/envAdaptor.js +0 -84
  261. package/lib/esm/utils/envAdaptor.js.map +0 -1
  262. package/lib/reducers/search/actions.d.ts +0 -4
  263. package/lib/reducers/search/actions.js +0 -25
  264. package/lib/reducers/search/actions.js.map +0 -1
  265. package/lib/reducers/search/index.d.ts +0 -2
  266. package/lib/reducers/search/index.js.map +0 -1
  267. package/lib/reducers/search/reducer.d.ts +0 -11
  268. package/lib/reducers/search/reducer.js +0 -43
  269. package/lib/reducers/search/reducer.js.map +0 -1
  270. package/lib/test-utils/envAdaptor.d.ts +0 -2
  271. package/lib/test-utils/envAdaptor.js +0 -15
  272. package/lib/test-utils/render_with_lode.d.ts +0 -7
  273. package/lib/test-utils/render_with_lode.js +0 -36
  274. package/lib/test-utils/render_with_lode.js.map +0 -1
  275. package/lib/test-utils/render_with_search.d.ts +0 -4
  276. package/lib/test-utils/render_with_search.js +0 -52
  277. package/lib/test-utils/render_with_search.js.map +0 -1
  278. package/lib/utils/envAdaptor.d.ts +0 -31
  279. package/lib/utils/envAdaptor.js +0 -106
  280. package/lib/utils/envAdaptor.js.map +0 -1
  281. package/src/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/somethingWentWrong.svg +0 -45
  282. package/src/components/SideNav/SearchCriteriaSelector.tsx +0 -76
  283. package/src/context/index.ts +0 -27
  284. package/src/context/search/index.ts +0 -26
  285. package/src/reducers/search/actions.spec.ts +0 -50
  286. package/src/reducers/search/reducer.spec.ts +0 -69
  287. package/src/reducers/search/reducer.ts +0 -63
  288. package/src/test-utils/render_with_search.tsx +0 -71
  289. package/src/utils/envAdaptor.spec.ts +0 -50
  290. package/src/utils/envAdaptor.ts +0 -147
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/SideNav/SideNavMethods.tsx"],"names":["React","useContext","useEffect","useState","styled","Accordion2","Heading","useHistory","useRouteMatch","Link","buildMethodPath","highlightHTML","SearchContext","SideNavMethods","className","methods","tag","specKey","defaultOpen","searchSettings","pattern","match","isOpen","setIsOpen","history","handleOpen","_isOpen","push","status","params","methodTag","Object","values","map","method","name","summary","theme","fonts","brand","colors","key","fontWeights","semiBold","ui2","space","xxsmall","ui1","radii","medium","xsmall"],"mappings":"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","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport React, { useContext, useEffect, useState } from 'react'\nimport styled from 'styled-components'\nimport { Accordion2, Heading } from '@looker/components'\nimport type { MethodList } from '@looker/sdk-codegen'\nimport { useHistory, useRouteMatch } from 'react-router-dom'\nimport { Link } from '../Link'\nimport { buildMethodPath, highlightHTML } from '../../utils'\nimport { SearchContext } from '../../context'\n\ninterface MethodsProps {\n methods: MethodList\n tag: string\n specKey: string\n className?: string\n defaultOpen?: boolean\n}\n\nexport const SideNavMethods = styled(\n ({ className, methods, tag, specKey, defaultOpen = false }: MethodsProps) => {\n const {\n searchSettings: { pattern },\n } = useContext(SearchContext)\n const match = useRouteMatch<{ methodTag: string }>(\n `/:specKey/methods/:methodTag/:methodName?`\n )\n const [isOpen, setIsOpen] = useState(defaultOpen)\n const history = useHistory()\n\n const handleOpen = () => {\n const _isOpen = !isOpen\n setIsOpen(_isOpen)\n if (_isOpen) history.push(`/${specKey}/methods/${tag}`)\n }\n\n useEffect(() => {\n const status = match\n ? defaultOpen || match.params.methodTag === tag\n : defaultOpen\n setIsOpen(status)\n }, [defaultOpen, match])\n\n /* TODO: Fix highlighting. It is applied but it is somehow being overridden */\n return (\n <Accordion2\n isOpen={isOpen}\n toggleOpen={handleOpen}\n className={className}\n label={\n <Heading as=\"h4\" fontSize=\"small\" py=\"xsmall\">\n {highlightHTML(pattern, tag)}\n </Heading>\n }\n >\n <ul>\n {Object.values(methods).map((method) => (\n <li key={method.name}>\n <Link to={`${buildMethodPath(specKey, tag, method.name)}`}>\n {highlightHTML(pattern, method.summary)}\n </Link>\n </li>\n ))}\n </ul>\n </Accordion2>\n )\n }\n)`\n font-family: ${({ theme }) => theme.fonts.brand};\n\n [aria-controls]:hover,\n [aria-expanded='true'] {\n h4,\n svg {\n color: ${({ theme }) => theme.colors.key};\n }\n }\n\n [aria-expanded='true'] h4 {\n font-weight: ${({ theme }) => theme.fontWeights.semiBold};\n }\n\n ul {\n border-left: dashed 1px ${({ theme }) => theme.colors.ui2};\n list-style: none;\n margin: 0;\n padding: 0;\n padding-left: ${({ theme }) => theme.space.xxsmall};\n padding-top: ${({ theme }) => theme.space.xxsmall};\n }\n\n [aria-current] {\n background: ${({ theme }) => theme.colors.ui1};\n font-weight: ${({ theme }) => theme.fontWeights.semiBold};\n }\n\n ${Link} {\n border-radius: ${({ theme }) => theme.radii.medium};\n display: block;\n overflow: hidden;\n padding: ${({ theme }) => theme.space.xsmall};\n text-overflow: ellipsis;\n white-space: nowrap;\n\n &:hover,\n &:focus,\n &.active {\n background: ${({ theme }) => theme.colors.ui1};\n }\n }\n`\n"],"file":"SideNavMethods.js"}
1
+ {"version":3,"sources":["../../../../src/components/SideNav/SideNavMethods.tsx"],"names":["React","useEffect","useState","styled","Accordion2","Heading","useSelector","useHistory","useRouteMatch","Link","buildMethodPath","highlightHTML","selectSearchPattern","SideNavMethods","className","methods","tag","specKey","defaultOpen","searchPattern","match","isOpen","setIsOpen","history","handleOpen","_isOpen","push","status","params","methodTag","Object","values","map","method","name","summary","theme","fonts","brand","colors","key","fontWeights","semiBold","ui2","space","xxsmall","ui1","radii","medium","xsmall"],"mappings":"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","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport React, { useEffect, useState } from 'react'\nimport styled from 'styled-components'\nimport { Accordion2, Heading } from '@looker/components'\nimport type { MethodList } from '@looker/sdk-codegen'\nimport { useSelector } from 'react-redux'\nimport { useHistory, useRouteMatch } from 'react-router-dom'\n\nimport { Link } from '../Link'\nimport { buildMethodPath, highlightHTML } from '../../utils'\nimport { selectSearchPattern } from '../../state'\n\ninterface MethodsProps {\n methods: MethodList\n tag: string\n specKey: string\n className?: string\n defaultOpen?: boolean\n}\n\nexport const SideNavMethods = styled(\n ({ className, methods, tag, specKey, defaultOpen = false }: MethodsProps) => {\n const searchPattern = useSelector(selectSearchPattern)\n const match = useRouteMatch<{ methodTag: string }>(\n `/:specKey/methods/:methodTag/:methodName?`\n )\n const [isOpen, setIsOpen] = useState(defaultOpen)\n const history = useHistory()\n\n const handleOpen = () => {\n const _isOpen = !isOpen\n setIsOpen(_isOpen)\n if (_isOpen) history.push(`/${specKey}/methods/${tag}`)\n }\n\n useEffect(() => {\n const status = match\n ? defaultOpen || match.params.methodTag === tag\n : defaultOpen\n setIsOpen(status)\n }, [defaultOpen, match, tag])\n\n /* TODO: Fix highlighting. It is applied but it is somehow being overridden */\n return (\n <Accordion2\n isOpen={isOpen}\n toggleOpen={handleOpen}\n className={className}\n label={\n <Heading as=\"h4\" fontSize=\"small\" py=\"xsmall\">\n {highlightHTML(searchPattern, tag)}\n </Heading>\n }\n >\n <ul>\n {Object.values(methods).map((method) => (\n <li key={method.name}>\n <Link to={`${buildMethodPath(specKey, tag, method.name)}`}>\n {highlightHTML(searchPattern, method.summary)}\n </Link>\n </li>\n ))}\n </ul>\n </Accordion2>\n )\n }\n)`\n font-family: ${({ theme }) => theme.fonts.brand};\n\n [aria-controls]:hover,\n [aria-expanded='true'] {\n h4,\n svg {\n color: ${({ theme }) => theme.colors.key};\n }\n }\n\n [aria-expanded='true'] h4 {\n font-weight: ${({ theme }) => theme.fontWeights.semiBold};\n }\n\n ul {\n border-left: dashed 1px ${({ theme }) => theme.colors.ui2};\n list-style: none;\n margin: 0;\n padding: 0;\n padding-left: ${({ theme }) => theme.space.xxsmall};\n padding-top: ${({ theme }) => theme.space.xxsmall};\n }\n\n [aria-current] {\n background: ${({ theme }) => theme.colors.ui1};\n font-weight: ${({ theme }) => theme.fontWeights.semiBold};\n }\n\n ${Link} {\n border-radius: ${({ theme }) => theme.radii.medium};\n display: block;\n overflow: hidden;\n padding: ${({ theme }) => theme.space.xsmall};\n text-overflow: ellipsis;\n white-space: nowrap;\n\n &:hover,\n &:focus,\n &.active {\n background: ${({ theme }) => theme.colors.ui1};\n }\n }\n`\n"],"file":"SideNavMethods.js"}
@@ -1,10 +1,11 @@
1
- import React, { useContext, useEffect, useState } from 'react';
1
+ import React, { useEffect, useState } from 'react';
2
2
  import styled from 'styled-components';
3
3
  import { Accordion2, Heading } from '@looker/components';
4
4
  import { useHistory, useRouteMatch } from 'react-router-dom';
5
+ import { useSelector } from 'react-redux';
5
6
  import { Link } from '../Link';
6
7
  import { buildTypePath, highlightHTML } from '../../utils';
7
- import { SearchContext } from '../../context';
8
+ import { selectSearchPattern } from '../../state';
8
9
  export var SideNavTypes = styled(_ref => {
9
10
  var {
10
11
  className,
@@ -13,11 +14,7 @@ export var SideNavTypes = styled(_ref => {
13
14
  specKey,
14
15
  defaultOpen = false
15
16
  } = _ref;
16
- var {
17
- searchSettings: {
18
- pattern
19
- }
20
- } = useContext(SearchContext);
17
+ var searchPattern = useSelector(selectSearchPattern);
21
18
  var match = useRouteMatch("/:specKey/types/:typeTag/:typeName?");
22
19
  var [isOpen, setIsOpen] = useState(defaultOpen);
23
20
  var history = useHistory();
@@ -41,12 +38,12 @@ export var SideNavTypes = styled(_ref => {
41
38
  as: "h4",
42
39
  fontSize: "small",
43
40
  py: "xsmall"
44
- }, highlightHTML(pattern, tag))
41
+ }, highlightHTML(searchPattern, tag))
45
42
  }, React.createElement("ul", null, Object.values(types).map(type => React.createElement("li", {
46
43
  key: type.name
47
44
  }, React.createElement(Link, {
48
45
  to: "".concat(buildTypePath(specKey, tag, type.name))
49
- }, highlightHTML(pattern, type.name))))));
46
+ }, highlightHTML(searchPattern, type.name))))));
50
47
  }).withConfig({
51
48
  displayName: "SideNavTypes",
52
49
  componentId: "vqik31-0"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/SideNav/SideNavTypes.tsx"],"names":["React","useContext","useEffect","useState","styled","Accordion2","Heading","useHistory","useRouteMatch","Link","buildTypePath","highlightHTML","SearchContext","SideNavTypes","className","types","tag","specKey","defaultOpen","searchSettings","pattern","match","isOpen","setIsOpen","history","handleOpen","_isOpen","push","status","params","typeTag","Object","values","map","type","name","theme","fonts","brand","colors","key","fontWeights","semiBold","ui2","space","xxsmall","ui1","radii","medium","xsmall"],"mappings":"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","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport React, { useContext, useEffect, useState } from 'react'\nimport styled from 'styled-components'\nimport { Accordion2, Heading } from '@looker/components'\nimport type { TypeList } from '@looker/sdk-codegen'\nimport { useHistory, useRouteMatch } from 'react-router-dom'\nimport { Link } from '../Link'\nimport { buildTypePath, highlightHTML } from '../../utils'\nimport { SearchContext } from '../../context'\n\ninterface TypesProps {\n types: TypeList\n tag: string\n specKey: string\n className?: string\n defaultOpen?: boolean\n}\n\nexport const SideNavTypes = styled(\n ({ className, types, tag, specKey, defaultOpen = false }: TypesProps) => {\n const {\n searchSettings: { pattern },\n } = useContext(SearchContext)\n const match = useRouteMatch<{ typeTag: string }>(\n `/:specKey/types/:typeTag/:typeName?`\n )\n const [isOpen, setIsOpen] = useState(defaultOpen)\n const history = useHistory()\n\n const handleOpen = () => {\n const _isOpen = !isOpen\n setIsOpen(_isOpen)\n if (_isOpen) history.push(`/${specKey}/types/${tag}`)\n }\n\n useEffect(() => {\n const status = match\n ? defaultOpen || match.params.typeTag === tag\n : defaultOpen\n setIsOpen(status)\n }, [defaultOpen])\n\n /* TODO: Fix highlighting. It is applied but it is somehow being overridden */\n return (\n <Accordion2\n isOpen={isOpen}\n toggleOpen={handleOpen}\n className={className}\n label={\n <Heading as=\"h4\" fontSize=\"small\" py=\"xsmall\">\n {highlightHTML(pattern, tag)}\n </Heading>\n }\n >\n <ul>\n {Object.values(types).map((type) => (\n <li key={type.name}>\n <Link to={`${buildTypePath(specKey, tag, type.name)}`}>\n {highlightHTML(pattern, type.name)}\n </Link>\n </li>\n ))}\n </ul>\n </Accordion2>\n )\n }\n)`\n font-family: ${({ theme }) => theme.fonts.brand};\n\n [aria-controls]:hover,\n [aria-expanded='true'] {\n h4,\n svg {\n color: ${({ theme }) => theme.colors.key};\n }\n }\n\n [aria-expanded='true'] h4 {\n font-weight: ${({ theme }) => theme.fontWeights.semiBold};\n }\n\n ul {\n border-left: dashed 1px ${({ theme }) => theme.colors.ui2};\n list-style: none;\n margin: 0;\n padding: 0;\n padding-left: ${({ theme }) => theme.space.xxsmall};\n padding-top: ${({ theme }) => theme.space.xxsmall};\n }\n\n [aria-current] {\n background: ${({ theme }) => theme.colors.ui1};\n font-weight: ${({ theme }) => theme.fontWeights.semiBold};\n }\n\n ${Link} {\n border-radius: ${({ theme }) => theme.radii.medium};\n display: block;\n overflow: hidden;\n padding: ${({ theme }) => theme.space.xsmall};\n text-overflow: ellipsis;\n white-space: nowrap;\n\n &:hover,\n &:focus,\n &.active {\n background: ${({ theme }) => theme.colors.ui1};\n }\n }\n`\n"],"file":"SideNavTypes.js"}
1
+ {"version":3,"sources":["../../../../src/components/SideNav/SideNavTypes.tsx"],"names":["React","useEffect","useState","styled","Accordion2","Heading","useHistory","useRouteMatch","useSelector","Link","buildTypePath","highlightHTML","selectSearchPattern","SideNavTypes","className","types","tag","specKey","defaultOpen","searchPattern","match","isOpen","setIsOpen","history","handleOpen","_isOpen","push","status","params","typeTag","Object","values","map","type","name","theme","fonts","brand","colors","key","fontWeights","semiBold","ui2","space","xxsmall","ui1","radii","medium","xsmall"],"mappings":"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","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport React, { useEffect, useState } from 'react'\nimport styled from 'styled-components'\nimport { Accordion2, Heading } from '@looker/components'\nimport type { TypeList } from '@looker/sdk-codegen'\nimport { useHistory, useRouteMatch } from 'react-router-dom'\nimport { useSelector } from 'react-redux'\n\nimport { Link } from '../Link'\nimport { buildTypePath, highlightHTML } from '../../utils'\nimport { selectSearchPattern } from '../../state'\n\ninterface TypesProps {\n types: TypeList\n tag: string\n specKey: string\n className?: string\n defaultOpen?: boolean\n}\n\nexport const SideNavTypes = styled(\n ({ className, types, tag, specKey, defaultOpen = false }: TypesProps) => {\n const searchPattern = useSelector(selectSearchPattern)\n const match = useRouteMatch<{ typeTag: string }>(\n `/:specKey/types/:typeTag/:typeName?`\n )\n const [isOpen, setIsOpen] = useState(defaultOpen)\n const history = useHistory()\n\n const handleOpen = () => {\n const _isOpen = !isOpen\n setIsOpen(_isOpen)\n if (_isOpen) history.push(`/${specKey}/types/${tag}`)\n }\n\n useEffect(() => {\n const status = match\n ? defaultOpen || match.params.typeTag === tag\n : defaultOpen\n setIsOpen(status)\n }, [defaultOpen])\n\n /* TODO: Fix highlighting. It is applied but it is somehow being overridden */\n return (\n <Accordion2\n isOpen={isOpen}\n toggleOpen={handleOpen}\n className={className}\n label={\n <Heading as=\"h4\" fontSize=\"small\" py=\"xsmall\">\n {highlightHTML(searchPattern, tag)}\n </Heading>\n }\n >\n <ul>\n {Object.values(types).map((type) => (\n <li key={type.name}>\n <Link to={`${buildTypePath(specKey, tag, type.name)}`}>\n {highlightHTML(searchPattern, type.name)}\n </Link>\n </li>\n ))}\n </ul>\n </Accordion2>\n )\n }\n)`\n font-family: ${({ theme }) => theme.fonts.brand};\n\n [aria-controls]:hover,\n [aria-expanded='true'] {\n h4,\n svg {\n color: ${({ theme }) => theme.colors.key};\n }\n }\n\n [aria-expanded='true'] h4 {\n font-weight: ${({ theme }) => theme.fontWeights.semiBold};\n }\n\n ul {\n border-left: dashed 1px ${({ theme }) => theme.colors.ui2};\n list-style: none;\n margin: 0;\n padding: 0;\n padding-left: ${({ theme }) => theme.space.xxsmall};\n padding-top: ${({ theme }) => theme.space.xxsmall};\n }\n\n [aria-current] {\n background: ${({ theme }) => theme.colors.ui1};\n font-weight: ${({ theme }) => theme.fontWeights.semiBold};\n }\n\n ${Link} {\n border-radius: ${({ theme }) => theme.radii.medium};\n display: block;\n overflow: hidden;\n padding: ${({ theme }) => theme.space.xsmall};\n text-overflow: ellipsis;\n white-space: nowrap;\n\n &:hover,\n &:focus,\n &.active {\n background: ${({ theme }) => theme.colors.ui1};\n }\n }\n`\n"],"file":"SideNavTypes.js"}
@@ -1,6 +1,6 @@
1
1
  import { useState, useEffect } from 'react';
2
2
  export var useDebounce = (value, delay) => {
3
- var [debouncedValue, setDebouncedValue] = useState();
3
+ var [debouncedValue, setDebouncedValue] = useState(value);
4
4
  useEffect(() => {
5
5
  var handler = setTimeout(() => {
6
6
  setDebouncedValue(value);
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/SideNav/searchUtils.tsx"],"names":["useState","useEffect","useDebounce","value","delay","debouncedValue","setDebouncedValue","handler","setTimeout","clearTimeout","countMethods","tags","result","Object","values","forEach","methods","entries","length","countTypes","types"],"mappings":"AA0BA,SAASA,QAAT,EAAmBC,SAAnB,QAAoC,OAApC;AAGA,OAAO,IAAMC,WAAW,GAAG,CAACC,KAAD,EAAaC,KAAb,KAA+B;AACxD,MAAM,CAACC,cAAD,EAAiBC,iBAAjB,IAAsCN,QAAQ,EAApD;AACAC,EAAAA,SAAS,CAAC,MAAM;AAEd,QAAMM,OAAO,GAAGC,UAAU,CAAC,MAAM;AAC/BF,MAAAA,iBAAiB,CAACH,KAAD,CAAjB;AACD,KAFyB,EAEvBC,KAFuB,CAA1B;AAIA,WAAO,MAAM;AACXK,MAAAA,YAAY,CAACF,OAAD,CAAZ;AACD,KAFD;AAGD,GATQ,EASN,CAACJ,KAAD,CATM,CAAT;AAUA,SAAOE,cAAP;AACD,CAbM;AAeP,OAAO,IAAMK,YAAY,GAAIC,IAAD,IAAmB;AAC7C,MAAIC,MAAM,GAAG,CAAb;AACAC,EAAAA,MAAM,CAACC,MAAP,CAAcH,IAAd,EAAoBI,OAApB,CAA6BC,OAAD,IAAa;AACvCJ,IAAAA,MAAM,IAAIC,MAAM,CAACI,OAAP,CAAeD,OAAf,EAAwBE,MAAlC;AACD,GAFD;AAGA,SAAON,MAAP;AACD,CANM;AAQP,OAAO,IAAMO,UAAU,GAAIC,KAAD,IAAqBP,MAAM,CAACI,OAAP,CAAeG,KAAf,EAAsBF,MAA9D","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport { useState, useEffect } from 'react'\nimport type { TagList, TypeList } from '@looker/sdk-codegen'\n\nexport const useDebounce = (value: any, delay: number) => {\n const [debouncedValue, setDebouncedValue] = useState()\n useEffect(() => {\n // Update debounced value only once delay has been elapsed\n const handler = setTimeout(() => {\n setDebouncedValue(value)\n }, delay)\n // Reset the timeout on receiving a new keyword\n return () => {\n clearTimeout(handler)\n }\n }, [value])\n return debouncedValue\n}\n\nexport const countMethods = (tags: TagList) => {\n let result = 0\n Object.values(tags).forEach((methods) => {\n result += Object.entries(methods).length\n })\n return result\n}\n\nexport const countTypes = (types: TypeList) => Object.entries(types).length\n"],"file":"searchUtils.js"}
1
+ {"version":3,"sources":["../../../../src/components/SideNav/searchUtils.ts"],"names":["useState","useEffect","useDebounce","value","delay","debouncedValue","setDebouncedValue","handler","setTimeout","clearTimeout","countMethods","tags","result","Object","values","forEach","methods","entries","length","countTypes","types"],"mappings":"AA0BA,SAASA,QAAT,EAAmBC,SAAnB,QAAoC,OAApC;AAGA,OAAO,IAAMC,WAAW,GAAG,CAAIC,KAAJ,EAAcC,KAAd,KAAmC;AAC5D,MAAM,CAACC,cAAD,EAAiBC,iBAAjB,IAAsCN,QAAQ,CAACG,KAAD,CAApD;AACAF,EAAAA,SAAS,CAAC,MAAM;AAEd,QAAMM,OAAO,GAAGC,UAAU,CAAC,MAAM;AAC/BF,MAAAA,iBAAiB,CAACH,KAAD,CAAjB;AACD,KAFyB,EAEvBC,KAFuB,CAA1B;AAIA,WAAO,MAAM;AACXK,MAAAA,YAAY,CAACF,OAAD,CAAZ;AACD,KAFD;AAGD,GATQ,EASN,CAACJ,KAAD,CATM,CAAT;AAUA,SAAOE,cAAP;AACD,CAbM;AAeP,OAAO,IAAMK,YAAY,GAAIC,IAAD,IAAmB;AAC7C,MAAIC,MAAM,GAAG,CAAb;AACAC,EAAAA,MAAM,CAACC,MAAP,CAAcH,IAAd,EAAoBI,OAApB,CAA6BC,OAAD,IAAa;AACvCJ,IAAAA,MAAM,IAAIC,MAAM,CAACI,OAAP,CAAeD,OAAf,EAAwBE,MAAlC;AACD,GAFD;AAGA,SAAON,MAAP;AACD,CANM;AAQP,OAAO,IAAMO,UAAU,GAAIC,KAAD,IAAqBP,MAAM,CAACI,OAAP,CAAeG,KAAf,EAAsBF,MAA9D","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport { useState, useEffect } from 'react'\nimport type { TagList, TypeList } from '@looker/sdk-codegen'\n\nexport const useDebounce = <T>(value: T, delay: number): T => {\n const [debouncedValue, setDebouncedValue] = useState(value)\n useEffect(() => {\n // Update debounced value only once delay has been elapsed\n const handler = setTimeout(() => {\n setDebouncedValue(value)\n }, delay)\n // Reset the timeout on receiving a new keyword\n return () => {\n clearTimeout(handler)\n }\n }, [value])\n return debouncedValue\n}\n\nexport const countMethods = (tags: TagList) => {\n let result = 0\n Object.values(tags).forEach((methods) => {\n result += Object.entries(methods).length\n })\n return result\n}\n\nexport const countTypes = (types: TypeList) => Object.entries(types).length\n"],"file":"searchUtils.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/common/Loader.tsx"],"names":["React","ComponentsProvider","Flex","FlexItem","Heading","ProgressCircular","Loader","themeOverrides","message"],"mappings":"AA0BA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SACEC,kBADF,EAEEC,IAFF,EAGEC,QAHF,EAIEC,OAJF,EAKEC,gBALF,QAMO,oBANP;AAcA,OAAO,IAAMC,MAAuB,GAAG;AAAA,MAAC;AACtCC,IAAAA,cADsC;AAEtCC,IAAAA,OAAO,GAAG;AAF4B,GAAD;AAAA,SAIrC,oBAAC,kBAAD,EAAwBD,cAAxB,EACE,oBAAC,IAAD;AAAM,IAAA,aAAa,EAAC,QAApB;AAA6B,IAAA,cAAc,EAAC,QAA5C;AAAqD,IAAA,EAAE,EAAC;AAAxD,KACE,oBAAC,QAAD;AAAU,IAAA,SAAS,EAAC;AAApB,KACE,oBAAC,gBAAD;AAAkB,IAAA,IAAI,EAAC;AAAvB,IADF,CADF,EAIE,oBAAC,QAAD;AAAU,IAAA,EAAE,EAAC,OAAb;AAAqB,IAAA,SAAS,EAAC;AAA/B,KACE,oBAAC,OAAD;AAAS,IAAA,KAAK,EAAC,KAAf;AAAqB,IAAA,EAAE,EAAC;AAAxB,KACGC,OADH,CADF,CAJF,CADF,CAJqC;AAAA,CAAhC","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nimport type { FC } from 'react'\nimport React from 'react'\nimport {\n ComponentsProvider,\n Flex,\n FlexItem,\n Heading,\n ProgressCircular,\n} from '@looker/components'\nimport type { ThemeOverrides } from '../../utils'\n\nexport interface LoaderProps {\n themeOverrides: ThemeOverrides\n message?: string\n}\n\nexport const Loader: FC<LoaderProps> = ({\n themeOverrides,\n message = 'Loading API Specifications',\n}) => (\n <ComponentsProvider {...themeOverrides}>\n <Flex flexDirection=\"column\" justifyContent=\"center\" mt=\"25%\">\n <FlexItem alignSelf=\"center\">\n <ProgressCircular size=\"large\" />\n </FlexItem>\n <FlexItem mt=\"large\" alignSelf=\"center\">\n <Heading color=\"key\" as=\"h2\">\n {message}\n </Heading>\n </FlexItem>\n </Flex>\n </ComponentsProvider>\n)\n"],"file":"Loader.js"}
1
+ {"version":3,"sources":["../../../../src/components/common/Loader.tsx"],"names":["React","ComponentsProvider","Flex","FlexItem","Heading","ProgressCircular","Loader","themeOverrides","message"],"mappings":"AA0BA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SACEC,kBADF,EAEEC,IAFF,EAGEC,QAHF,EAIEC,OAJF,EAKEC,gBALF,QAMO,oBANP;AAcA,OAAO,IAAMC,MAAuB,GAAG;AAAA,MAAC;AACtCC,IAAAA,cADsC;AAEtCC,IAAAA,OAAO,GAAG;AAF4B,GAAD;AAAA,SAIrC,oBAAC,kBAAD,EAAwBD,cAAxB,EACE,oBAAC,IAAD;AAAM,IAAA,aAAa,EAAC,QAApB;AAA6B,IAAA,cAAc,EAAC,QAA5C;AAAqD,IAAA,EAAE,EAAC;AAAxD,KACE,oBAAC,QAAD;AAAU,IAAA,SAAS,EAAC;AAApB,KACE,oBAAC,gBAAD;AAAkB,IAAA,IAAI,EAAC;AAAvB,IADF,CADF,EAIE,oBAAC,QAAD;AAAU,IAAA,EAAE,EAAC,OAAb;AAAqB,IAAA,SAAS,EAAC;AAA/B,KACE,oBAAC,OAAD;AAAS,IAAA,KAAK,EAAC,KAAf;AAAqB,IAAA,EAAE,EAAC;AAAxB,KACGC,OADH,CADF,CAJF,CADF,CAJqC;AAAA,CAAhC","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nimport type { FC } from 'react'\nimport React from 'react'\nimport {\n ComponentsProvider,\n Flex,\n FlexItem,\n Heading,\n ProgressCircular,\n} from '@looker/components'\nimport type { ThemeOverrides } from '@looker/extension-utils'\n\nexport interface LoaderProps {\n themeOverrides: ThemeOverrides\n message?: string\n}\n\nexport const Loader: FC<LoaderProps> = ({\n themeOverrides,\n message = 'Loading API Specifications',\n}) => (\n <ComponentsProvider {...themeOverrides}>\n <Flex flexDirection=\"column\" justifyContent=\"center\" mt=\"25%\">\n <FlexItem alignSelf=\"center\">\n <ProgressCircular size=\"large\" />\n </FlexItem>\n <FlexItem mt=\"large\" alignSelf=\"center\">\n <Heading color=\"key\" as=\"h2\">\n {message}\n </Heading>\n </FlexItem>\n </Flex>\n </ComponentsProvider>\n)\n"],"file":"Loader.js"}
package/lib/esm/index.js CHANGED
@@ -1,19 +1,5 @@
1
- var _templateObject;
2
-
3
- function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
4
-
5
- import React from 'react';
6
- import { BrowserRouter as Router } from 'react-router-dom';
7
- import ReactDOM from 'react-dom';
8
- import { createGlobalStyle } from 'styled-components';
9
- import { StandaloneApiExplorer } from './StandaloneApiExplorer';
10
- var BodyReset = createGlobalStyle(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n body {\n margin: 0;\n }\n"])));
11
- var basename = window.LOOKER_DEV_PORTAL ? window.LOOKER_DEV_PORTAL.basename : undefined;
12
- var versionsUrl = new URL('versions.json', window.location.origin).toString();
13
- ReactDOM.render(React.createElement(Router, {
14
- basename: basename
15
- }, React.createElement(StandaloneApiExplorer, {
16
- versionsUrl: versionsUrl,
17
- headless: !!basename
18
- }), React.createElement(BodyReset, null)), document.getElementById('container'));
1
+ export * from './ApiExplorer';
2
+ export * from './StandaloneApiExplorer';
3
+ export * from './components';
4
+ export * from './state';
19
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.tsx"],"names":["React","BrowserRouter","Router","ReactDOM","createGlobalStyle","StandaloneApiExplorer","BodyReset","basename","window","LOOKER_DEV_PORTAL","undefined","versionsUrl","URL","location","origin","toString","render","document","getElementById"],"mappings":";;;;AA0BA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,aAAa,IAAIC,MAA1B,QAAwC,kBAAxC;AACA,OAAOC,QAAP,MAAqB,WAArB;AACA,SAASC,iBAAT,QAAkC,mBAAlC;AACA,SAASC,qBAAT,QAAsC,yBAAtC;AAEA,IAAMC,SAAS,GAAGF,iBAAH,sGAAf;AAMA,IAAMG,QAAQ,GAAIC,MAAD,CAAgBC,iBAAhB,GACZD,MAAD,CAAgBC,iBAAhB,CAAkCF,QADrB,GAEbG,SAFJ;AAIA,IAAMC,WAAW,GAAG,IAAIC,GAAJ,CAClB,eADkB,EAEjBJ,MAAD,CAAgBK,QAAhB,CAAyBC,MAFP,EAGlBC,QAHkB,EAApB;AAKAZ,QAAQ,CAACa,MAAT,CACE,oBAAC,MAAD;AAAQ,EAAA,QAAQ,EAAET;AAAlB,GACE,oBAAC,qBAAD;AAAuB,EAAA,WAAW,EAAEI,WAApC;AAAiD,EAAA,QAAQ,EAAE,CAAC,CAACJ;AAA7D,EADF,EAEE,oBAAC,SAAD,OAFF,CADF,EAKEU,QAAQ,CAACC,cAAT,CAAwB,WAAxB,CALF","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport React from 'react'\nimport { BrowserRouter as Router } from 'react-router-dom'\nimport ReactDOM from 'react-dom'\nimport { createGlobalStyle } from 'styled-components'\nimport { StandaloneApiExplorer } from './StandaloneApiExplorer'\n\nconst BodyReset = createGlobalStyle`\n body {\n margin: 0;\n }\n`\n\nconst basename = (window as any).LOOKER_DEV_PORTAL\n ? (window as any).LOOKER_DEV_PORTAL.basename\n : undefined\n\nconst versionsUrl = new URL(\n 'versions.json',\n (window as any).location.origin\n).toString()\n\nReactDOM.render(\n <Router basename={basename}>\n <StandaloneApiExplorer versionsUrl={versionsUrl} headless={!!basename} />\n <BodyReset />\n </Router>,\n document.getElementById('container')\n)\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":"AAyBA,cAAc,eAAd;AACA,cAAc,yBAAd;AACA,cAAc,cAAd;AACA,cAAc,SAAd","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nexport * from './ApiExplorer'\nexport * from './StandaloneApiExplorer'\nexport * from './components'\nexport * from './state'\n"],"file":"index.js"}
@@ -1,3 +1,2 @@
1
1
  export * from './spec';
2
- export * from './search';
3
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/reducers/index.ts"],"names":[],"mappings":"AAyBA,cAAc,QAAd;AACA,cAAc,UAAd","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nexport * from './spec'\nexport * from './search'\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/reducers/index.ts"],"names":[],"mappings":"AAyBA,cAAc,QAAd","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nexport * from './spec'\n"],"file":"index.js"}
@@ -9,7 +9,7 @@ export var AppRouter = _ref => {
9
9
  api,
10
10
  specs,
11
11
  toggleNavigation,
12
- envAdaptor,
12
+ adaptor,
13
13
  setVersionsUrl
14
14
  } = _ref;
15
15
  return React.createElement(Switch, null, React.createElement(Redirect, {
@@ -35,7 +35,7 @@ export var AppRouter = _ref => {
35
35
  path: "/:specKey/methods/:methodTag/:methodName"
36
36
  }, React.createElement(MethodScene, {
37
37
  api: api,
38
- envAdaptor: envAdaptor,
38
+ adaptor: adaptor,
39
39
  setVersionsUrl: setVersionsUrl
40
40
  })), React.createElement(Route, {
41
41
  path: "/:specKey/types/:typeTag",
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/routes/AppRouter.tsx"],"names":["React","Redirect","Route","Switch","HomeScene","MethodScene","MethodTagScene","TypeScene","TypeTagScene","DiffScene","diffPath","AppRouter","specKey","api","specs","toggleNavigation","envAdaptor","setVersionsUrl"],"mappings":"AA0BA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,QAAT,EAAmBC,KAAnB,EAA0BC,MAA1B,QAAwC,kBAAxC;AAIA,SACEC,SADF,EAEEC,WAFF,EAGEC,cAHF,EAIEC,SAJF,EAKEC,YALF,QAMO,WANP;AAOA,SAASC,SAAT,QAA0B,qBAA1B;AAEA,SAASC,QAAT,QAAyB,UAAzB;AAWA,OAAO,IAAMC,SAA6B,GAAG,QAOvC;AAAA,MAPwC;AAC5CC,IAAAA,OAD4C;AAE5CC,IAAAA,GAF4C;AAG5CC,IAAAA,KAH4C;AAI5CC,IAAAA,gBAJ4C;AAK5CC,IAAAA,UAL4C;AAM5CC,IAAAA;AAN4C,GAOxC;AACJ,SACE,oBAAC,MAAD,QACE,oBAAC,QAAD;AAAU,IAAA,IAAI,EAAC,GAAf;AAAmB,IAAA,EAAE,aAAML,OAAN,MAArB;AAAuC,IAAA,KAAK;AAA5C,IADF,EAEE,oBAAC,KAAD;AAAO,IAAA,IAAI,aAAMF,QAAN;AAAX,KACE,oBAAC,SAAD;AAAW,IAAA,KAAK,EAAEI,KAAlB;AAAyB,IAAA,gBAAgB,EAAEC;AAA3C,IADF,CAFF,EAKE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC,4BAAZ;AAAyC,IAAA,KAAK;AAA9C,KACE,oBAAC,SAAD;AAAW,IAAA,GAAG,EAAEF;AAAhB,IADF,CALF,EAQE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC,8BAAZ;AAA2C,IAAA,KAAK;AAAhD,KACE,oBAAC,cAAD;AAAgB,IAAA,GAAG,EAAEA;AAArB,IADF,CARF,EAWE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC;AAAZ,KACE,oBAAC,WAAD;AACE,IAAA,GAAG,EAAEA,GADP;AAEE,IAAA,UAAU,EAAEG,UAFd;AAGE,IAAA,cAAc,EAAEC;AAHlB,IADF,CAXF,EAkBE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC,0BAAZ;AAAuC,IAAA,KAAK;AAA5C,KACE,oBAAC,YAAD;AAAc,IAAA,GAAG,EAAEJ;AAAnB,IADF,CAlBF,EAqBE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC;AAAZ,KACE,oBAAC,SAAD;AAAW,IAAA,GAAG,EAAEA;AAAhB,IADF,CArBF,CADF;AA2BD,CAnCM","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nimport type { FC } from 'react'\nimport React from 'react'\nimport { Redirect, Route, Switch } from 'react-router-dom'\nimport type { ApiModel, SpecList } from '@looker/sdk-codegen'\nimport type { RunItSetter } from '@looker/run-it'\n\nimport {\n HomeScene,\n MethodScene,\n MethodTagScene,\n TypeScene,\n TypeTagScene,\n} from '../scenes'\nimport { DiffScene } from '../scenes/DiffScene'\nimport type { IApixEnvAdaptor } from '../utils'\nimport { diffPath } from '../utils'\n\ninterface AppRouterProps {\n api: ApiModel\n specKey: string\n specs: SpecList\n toggleNavigation: (target?: boolean) => void\n envAdaptor: IApixEnvAdaptor\n setVersionsUrl: RunItSetter\n}\n\nexport const AppRouter: FC<AppRouterProps> = ({\n specKey,\n api,\n specs,\n toggleNavigation,\n envAdaptor,\n setVersionsUrl,\n}) => {\n return (\n <Switch>\n <Redirect from=\"/\" to={`/${specKey}/`} exact />\n <Route path={`/${diffPath}/:l?/:r?`}>\n <DiffScene specs={specs} toggleNavigation={toggleNavigation} />\n </Route>\n <Route path=\"/:specKey/(methods|types)?\" exact>\n <HomeScene api={api} />\n </Route>\n <Route path=\"/:specKey/methods/:methodTag\" exact>\n <MethodTagScene api={api} />\n </Route>\n <Route path=\"/:specKey/methods/:methodTag/:methodName\">\n <MethodScene\n api={api}\n envAdaptor={envAdaptor}\n setVersionsUrl={setVersionsUrl}\n />\n </Route>\n <Route path=\"/:specKey/types/:typeTag\" exact>\n <TypeTagScene api={api} />\n </Route>\n <Route path=\"/:specKey/types/:typeTag/:typeName\">\n <TypeScene api={api} />\n </Route>\n </Switch>\n )\n}\n"],"file":"AppRouter.js"}
1
+ {"version":3,"sources":["../../../src/routes/AppRouter.tsx"],"names":["React","Redirect","Route","Switch","HomeScene","MethodScene","MethodTagScene","TypeScene","TypeTagScene","DiffScene","diffPath","AppRouter","specKey","api","specs","toggleNavigation","adaptor","setVersionsUrl"],"mappings":"AA2BA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,QAAT,EAAmBC,KAAnB,EAA0BC,MAA1B,QAAwC,kBAAxC;AAKA,SACEC,SADF,EAEEC,WAFF,EAGEC,cAHF,EAIEC,SAJF,EAKEC,YALF,QAMO,WANP;AAOA,SAASC,SAAT,QAA0B,qBAA1B;AACA,SAASC,QAAT,QAAyB,UAAzB;AAWA,OAAO,IAAMC,SAA6B,GAAG,QAOvC;AAAA,MAPwC;AAC5CC,IAAAA,OAD4C;AAE5CC,IAAAA,GAF4C;AAG5CC,IAAAA,KAH4C;AAI5CC,IAAAA,gBAJ4C;AAK5CC,IAAAA,OAL4C;AAM5CC,IAAAA;AAN4C,GAOxC;AACJ,SACE,oBAAC,MAAD,QACE,oBAAC,QAAD;AAAU,IAAA,IAAI,EAAC,GAAf;AAAmB,IAAA,EAAE,aAAML,OAAN,MAArB;AAAuC,IAAA,KAAK;AAA5C,IADF,EAEE,oBAAC,KAAD;AAAO,IAAA,IAAI,aAAMF,QAAN;AAAX,KACE,oBAAC,SAAD;AAAW,IAAA,KAAK,EAAEI,KAAlB;AAAyB,IAAA,gBAAgB,EAAEC;AAA3C,IADF,CAFF,EAKE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC,4BAAZ;AAAyC,IAAA,KAAK;AAA9C,KACE,oBAAC,SAAD;AAAW,IAAA,GAAG,EAAEF;AAAhB,IADF,CALF,EAQE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC,8BAAZ;AAA2C,IAAA,KAAK;AAAhD,KACE,oBAAC,cAAD;AAAgB,IAAA,GAAG,EAAEA;AAArB,IADF,CARF,EAWE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC;AAAZ,KACE,oBAAC,WAAD;AACE,IAAA,GAAG,EAAEA,GADP;AAEE,IAAA,OAAO,EAAEG,OAFX;AAGE,IAAA,cAAc,EAAEC;AAHlB,IADF,CAXF,EAkBE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC,0BAAZ;AAAuC,IAAA,KAAK;AAA5C,KACE,oBAAC,YAAD;AAAc,IAAA,GAAG,EAAEJ;AAAnB,IADF,CAlBF,EAqBE,oBAAC,KAAD;AAAO,IAAA,IAAI,EAAC;AAAZ,KACE,oBAAC,SAAD;AAAW,IAAA,GAAG,EAAEA;AAAhB,IADF,CArBF,CADF;AA2BD,CAnCM","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport type { FC } from 'react'\nimport React from 'react'\nimport { Redirect, Route, Switch } from 'react-router-dom'\nimport type { ApiModel, SpecList } from '@looker/sdk-codegen'\nimport type { RunItSetter } from '@looker/run-it'\nimport type { IEnvironmentAdaptor } from '@looker/extension-utils'\n\nimport {\n HomeScene,\n MethodScene,\n MethodTagScene,\n TypeScene,\n TypeTagScene,\n} from '../scenes'\nimport { DiffScene } from '../scenes/DiffScene'\nimport { diffPath } from '../utils'\n\ninterface AppRouterProps {\n api: ApiModel\n specKey: string\n specs: SpecList\n toggleNavigation: (target?: boolean) => void\n adaptor: IEnvironmentAdaptor\n setVersionsUrl: RunItSetter\n}\n\nexport const AppRouter: FC<AppRouterProps> = ({\n specKey,\n api,\n specs,\n toggleNavigation,\n adaptor,\n setVersionsUrl,\n}) => {\n return (\n <Switch>\n <Redirect from=\"/\" to={`/${specKey}/`} exact />\n <Route path={`/${diffPath}/:l?/:r?`}>\n <DiffScene specs={specs} toggleNavigation={toggleNavigation} />\n </Route>\n <Route path=\"/:specKey/(methods|types)?\" exact>\n <HomeScene api={api} />\n </Route>\n <Route path=\"/:specKey/methods/:methodTag\" exact>\n <MethodTagScene api={api} />\n </Route>\n <Route path=\"/:specKey/methods/:methodTag/:methodName\">\n <MethodScene\n api={api}\n adaptor={adaptor}\n setVersionsUrl={setVersionsUrl}\n />\n </Route>\n <Route path=\"/:specKey/types/:typeTag\" exact>\n <TypeTagScene api={api} />\n </Route>\n <Route path=\"/:specKey/types/:typeTag/:typeName\">\n <TypeScene api={api} />\n </Route>\n </Switch>\n )\n}\n"],"file":"AppRouter.js"}
@@ -2,11 +2,11 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
2
2
 
3
3
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
4
4
 
5
- import React, { useContext, useState, useEffect } from 'react';
5
+ import React, { useState, useEffect } from 'react';
6
6
  import { Aside, Button, ButtonOutline, Space, useToggle, ExtendComponentsThemeProvider } from '@looker/components';
7
7
  import { Beaker } from '@looker/icons';
8
8
  import { useHistory, useParams } from 'react-router-dom';
9
- import { RunIt, RunItContext, RunItFormKey } from '@looker/run-it';
9
+ import { RunIt, RunItFormKey } from '@looker/run-it';
10
10
  import { typeRefs } from '@looker/sdk-codegen';
11
11
  import { useSelector } from 'react-redux';
12
12
  import { ApixSection, DocActivityType, DocMarkdown, DocRateLimited, DocReferences, DocResponses, DocSDKs, DocSdkUsage, DocSource, DocStatus, DocTitle, DocSchema } from '../../components';
@@ -14,8 +14,8 @@ import { selectSdkLanguage } from '../../state';
14
14
  import { DocOperation, DocRequestBody } from './components';
15
15
 
16
16
  var showRunIt = function () {
17
- var _ref = _asyncToGenerator(function* (envAdaptor) {
18
- var data = yield envAdaptor.localStorageGetItem(RunItFormKey);
17
+ var _ref = _asyncToGenerator(function* (adaptor) {
18
+ var data = yield adaptor.localStorageGetItem(RunItFormKey);
19
19
  return !!data;
20
20
  });
21
21
 
@@ -27,13 +27,10 @@ var showRunIt = function () {
27
27
  export var MethodScene = _ref2 => {
28
28
  var {
29
29
  api,
30
- envAdaptor,
30
+ adaptor,
31
31
  setVersionsUrl
32
32
  } = _ref2;
33
33
  var history = useHistory();
34
- var {
35
- sdk
36
- } = useContext(RunItContext);
37
34
  var sdkLanguage = useSelector(selectSdkLanguage);
38
35
  var {
39
36
  specKey,
@@ -65,7 +62,7 @@ export var MethodScene = _ref2 => {
65
62
  var checkRunIt = function () {
66
63
  var _ref3 = _asyncToGenerator(function* () {
67
64
  try {
68
- var show = yield showRunIt(envAdaptor);
65
+ var show = yield showRunIt(adaptor);
69
66
 
70
67
  if (show) {
71
68
  setOn();
@@ -81,7 +78,7 @@ export var MethodScene = _ref2 => {
81
78
  }();
82
79
 
83
80
  checkRunIt();
84
- }, [envAdaptor, setOn]);
81
+ }, [adaptor, setOn]);
85
82
  var runItToggle = React.createElement(RunItButton, {
86
83
  color: value ? 'key' : 'neutral',
87
84
  iconBefore: React.createElement(Beaker, null),
@@ -122,7 +119,7 @@ export var MethodScene = _ref2 => {
122
119
  responses: method.responses
123
120
  }), React.createElement(DocSchema, {
124
121
  object: method.schema
125
- })), sdk && value && React.createElement(Aside, {
122
+ })), value && React.createElement(Aside, {
126
123
  width: "50rem"
127
124
  }, React.createElement(ExtendComponentsThemeProvider, {
128
125
  themeCustomizations: {
@@ -135,6 +132,7 @@ export var MethodScene = _ref2 => {
135
132
  }
136
133
  }
137
134
  }, React.createElement(RunIt, {
135
+ adaptor: adaptor,
138
136
  key: method.operationId,
139
137
  sdkLanguage: sdkLanguage,
140
138
  api: api,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/scenes/MethodScene/MethodScene.tsx"],"names":["React","useContext","useState","useEffect","Aside","Button","ButtonOutline","Space","useToggle","ExtendComponentsThemeProvider","Beaker","useHistory","useParams","RunIt","RunItContext","RunItFormKey","typeRefs","useSelector","ApixSection","DocActivityType","DocMarkdown","DocRateLimited","DocReferences","DocResponses","DocSDKs","DocSdkUsage","DocSource","DocStatus","DocTitle","DocSchema","selectSdkLanguage","DocOperation","DocRequestBody","showRunIt","envAdaptor","data","localStorageGetItem","MethodScene","api","setVersionsUrl","history","sdk","sdkLanguage","specKey","methodTag","methodName","value","toggle","setOn","method","setMethod","methods","seeTypes","customTypes","RunItButton","foundMethod","tags","push","checkRunIt","show","error","console","runItToggle","summary","description","responses","schema","colors","background","key","text","link","critical","operationId"],"mappings":"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","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport type { FC } from 'react'\nimport React, { useContext, useState, useEffect } from 'react'\nimport {\n Aside,\n Button,\n ButtonOutline,\n Space,\n useToggle,\n ExtendComponentsThemeProvider,\n} from '@looker/components'\nimport { Beaker } from '@looker/icons'\nimport { useHistory, useParams } from 'react-router-dom'\nimport type { RunItSetter } from '@looker/run-it'\nimport { RunIt, RunItContext, RunItFormKey } from '@looker/run-it'\nimport type { ApiModel } from '@looker/sdk-codegen'\nimport { typeRefs } from '@looker/sdk-codegen'\nimport { useSelector } from 'react-redux'\n\nimport {\n ApixSection,\n DocActivityType,\n DocMarkdown,\n DocRateLimited,\n DocReferences,\n DocResponses,\n DocSDKs,\n DocSdkUsage,\n DocSource,\n DocStatus,\n DocTitle,\n DocSchema,\n} from '../../components'\nimport { selectSdkLanguage } from '../../state'\nimport type { IApixEnvAdaptor } from '../../utils'\nimport { DocOperation, DocRequestBody } from './components'\n\ninterface MethodSceneProps {\n api: ApiModel\n envAdaptor: IApixEnvAdaptor\n setVersionsUrl: RunItSetter\n}\n\ninterface MethodSceneParams {\n methodName: string\n methodTag: string\n specKey: string\n}\n\nconst showRunIt = async (envAdaptor: IApixEnvAdaptor) => {\n const data = await envAdaptor.localStorageGetItem(RunItFormKey)\n return !!data\n}\n\nexport const MethodScene: FC<MethodSceneProps> = ({\n api,\n envAdaptor,\n setVersionsUrl,\n}) => {\n const history = useHistory()\n const { sdk } = useContext(RunItContext)\n const sdkLanguage = useSelector(selectSdkLanguage)\n const { specKey, methodTag, methodName } = useParams<MethodSceneParams>()\n const { value, toggle, setOn } = useToggle()\n const [method, setMethod] = useState(api.methods[methodName])\n const seeTypes = typeRefs(api, method?.customTypes)\n\n const RunItButton = value ? Button : ButtonOutline\n\n useEffect(() => {\n const foundMethod = api.methods[methodName]\n if (foundMethod) {\n setMethod(api.methods[methodName])\n } else {\n // Invalid method\n if (api.tags[methodTag]) {\n // Found tag though\n history.push(`/${specKey}/methods/${methodTag}`)\n } else {\n history.push(`/${specKey}/methods`)\n }\n }\n }, [api, history, methodName, methodTag, specKey])\n\n useEffect(() => {\n const checkRunIt = async () => {\n try {\n const show = await showRunIt(envAdaptor)\n if (show) {\n setOn()\n }\n } catch (error) {\n console.error(error)\n }\n }\n checkRunIt()\n }, [envAdaptor, setOn])\n\n const runItToggle = (\n <RunItButton\n color={value ? 'key' : 'neutral'}\n iconBefore={<Beaker />}\n onClick={toggle}\n >\n Run It\n </RunItButton>\n )\n\n return (\n <>\n {method && (\n <ApixSection>\n <Space between>\n <Space>\n <DocTitle>{method.summary}</DocTitle>\n <DocSource method={method} />\n </Space>\n {runItToggle}\n </Space>\n <Space mb=\"large\" gap=\"small\">\n <DocStatus method={method} />\n <DocActivityType method={method} />\n <DocRateLimited method={method} />\n </Space>\n <DocOperation method={method} />\n <DocMarkdown source={method.description} specKey={specKey} />\n <DocSDKs api={api} method={method} />\n <DocRequestBody api={api} method={method} />\n <DocSdkUsage method={method} />\n <DocReferences typesUsed={seeTypes} api={api} specKey={specKey} />\n <DocResponses api={api} responses={method.responses} />\n <DocSchema object={method.schema} />\n </ApixSection>\n )}\n {sdk && value && (\n <Aside width=\"50rem\">\n <ExtendComponentsThemeProvider\n themeCustomizations={{\n colors: {\n background: '#262D33',\n key: '#8AB4F8',\n text: '#fff',\n link: '#8AB4F8',\n critical: '#FF877C',\n },\n }}\n >\n <RunIt\n key={method.operationId}\n sdkLanguage={sdkLanguage}\n api={api}\n method={method}\n setVersionsUrl={setVersionsUrl}\n />\n </ExtendComponentsThemeProvider>\n </Aside>\n )}\n </>\n )\n}\n"],"file":"MethodScene.js"}
1
+ {"version":3,"sources":["../../../../src/scenes/MethodScene/MethodScene.tsx"],"names":["React","useState","useEffect","Aside","Button","ButtonOutline","Space","useToggle","ExtendComponentsThemeProvider","Beaker","useHistory","useParams","RunIt","RunItFormKey","typeRefs","useSelector","ApixSection","DocActivityType","DocMarkdown","DocRateLimited","DocReferences","DocResponses","DocSDKs","DocSdkUsage","DocSource","DocStatus","DocTitle","DocSchema","selectSdkLanguage","DocOperation","DocRequestBody","showRunIt","adaptor","data","localStorageGetItem","MethodScene","api","setVersionsUrl","history","sdkLanguage","specKey","methodTag","methodName","value","toggle","setOn","method","setMethod","methods","seeTypes","customTypes","RunItButton","foundMethod","tags","push","checkRunIt","show","error","console","runItToggle","summary","description","responses","schema","colors","background","key","text","link","critical","operationId"],"mappings":"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","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\n\nimport type { FC } from 'react'\nimport React, { useState, useEffect } from 'react'\nimport {\n Aside,\n Button,\n ButtonOutline,\n Space,\n useToggle,\n ExtendComponentsThemeProvider,\n} from '@looker/components'\nimport { Beaker } from '@looker/icons'\nimport { useHistory, useParams } from 'react-router-dom'\nimport type { RunItSetter } from '@looker/run-it'\nimport { RunIt, RunItFormKey } from '@looker/run-it'\nimport type { ApiModel } from '@looker/sdk-codegen'\nimport { typeRefs } from '@looker/sdk-codegen'\nimport { useSelector } from 'react-redux'\n\nimport type { IEnvironmentAdaptor } from '@looker/extension-utils'\nimport {\n ApixSection,\n DocActivityType,\n DocMarkdown,\n DocRateLimited,\n DocReferences,\n DocResponses,\n DocSDKs,\n DocSdkUsage,\n DocSource,\n DocStatus,\n DocTitle,\n DocSchema,\n} from '../../components'\nimport { selectSdkLanguage } from '../../state'\nimport { DocOperation, DocRequestBody } from './components'\n\ninterface MethodSceneProps {\n api: ApiModel\n adaptor: IEnvironmentAdaptor\n setVersionsUrl: RunItSetter\n}\n\ninterface MethodSceneParams {\n methodName: string\n methodTag: string\n specKey: string\n}\n\nconst showRunIt = async (adaptor: IEnvironmentAdaptor) => {\n const data = await adaptor.localStorageGetItem(RunItFormKey)\n return !!data\n}\n\nexport const MethodScene: FC<MethodSceneProps> = ({\n api,\n adaptor,\n setVersionsUrl,\n}) => {\n const history = useHistory()\n const sdkLanguage = useSelector(selectSdkLanguage)\n const { specKey, methodTag, methodName } = useParams<MethodSceneParams>()\n const { value, toggle, setOn } = useToggle()\n const [method, setMethod] = useState(api.methods[methodName])\n const seeTypes = typeRefs(api, method?.customTypes)\n\n const RunItButton = value ? Button : ButtonOutline\n\n useEffect(() => {\n const foundMethod = api.methods[methodName]\n if (foundMethod) {\n setMethod(api.methods[methodName])\n } else {\n // Invalid method\n if (api.tags[methodTag]) {\n // Found tag though\n history.push(`/${specKey}/methods/${methodTag}`)\n } else {\n history.push(`/${specKey}/methods`)\n }\n }\n }, [api, history, methodName, methodTag, specKey])\n\n useEffect(() => {\n const checkRunIt = async () => {\n try {\n const show = await showRunIt(adaptor)\n if (show) {\n setOn()\n }\n } catch (error) {\n console.error(error)\n }\n }\n checkRunIt()\n }, [adaptor, setOn])\n\n const runItToggle = (\n <RunItButton\n color={value ? 'key' : 'neutral'}\n iconBefore={<Beaker />}\n onClick={toggle}\n >\n Run It\n </RunItButton>\n )\n\n return (\n <>\n {method && (\n <ApixSection>\n <Space between>\n <Space>\n <DocTitle>{method.summary}</DocTitle>\n <DocSource method={method} />\n </Space>\n {runItToggle}\n </Space>\n <Space mb=\"large\" gap=\"small\">\n <DocStatus method={method} />\n <DocActivityType method={method} />\n <DocRateLimited method={method} />\n </Space>\n <DocOperation method={method} />\n <DocMarkdown source={method.description} specKey={specKey} />\n <DocSDKs api={api} method={method} />\n <DocRequestBody api={api} method={method} />\n <DocSdkUsage method={method} />\n <DocReferences typesUsed={seeTypes} api={api} specKey={specKey} />\n <DocResponses api={api} responses={method.responses} />\n <DocSchema object={method.schema} />\n </ApixSection>\n )}\n {value && (\n <Aside width=\"50rem\">\n <ExtendComponentsThemeProvider\n themeCustomizations={{\n colors: {\n background: '#262D33',\n key: '#8AB4F8',\n text: '#fff',\n link: '#8AB4F8',\n critical: '#FF877C',\n },\n }}\n >\n <RunIt\n adaptor={adaptor}\n key={method.operationId}\n sdkLanguage={sdkLanguage}\n api={api}\n method={method}\n setVersionsUrl={setVersionsUrl}\n />\n </ExtendComponentsThemeProvider>\n </Aside>\n )}\n </>\n )\n}\n"],"file":"MethodScene.js"}
@@ -1,3 +1,4 @@
1
1
  export * from './store';
2
2
  export * from './settings';
3
+ export * from './lodes';
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/state/index.ts"],"names":[],"mappings":"AAyBA,cAAc,SAAd;AACA,cAAc,YAAd","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nexport * from './store'\nexport * from './settings'\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/state/index.ts"],"names":[],"mappings":"AAyBA,cAAc,SAAd;AACA,cAAc,YAAd;AACA,cAAc,SAAd","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nexport * from './store'\nexport * from './settings'\nexport * from './lodes'\n"],"file":"index.js"}
@@ -0,0 +1,3 @@
1
+ export * from './selectors';
2
+ export * from './slice';
3
+ //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/test-utils/envAdaptor.ts"],"names":["registerTestEnvAdaptor","envAdaptor","StandaloneEnvAdaptor"],"mappings":";;;;;;;AA0BA;;AAEO,IAAMA,sBAAsB,GAAIC,UAAD,IAAkC;AACtE,iCAAmBA,UAAU,IAAI,IAAIC,2BAAJ,EAAjC;AACD,CAFM","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nimport type { IApixEnvAdaptor } from '../utils'\nimport { registerEnvAdaptor, StandaloneEnvAdaptor } from '../utils'\n\nexport const registerTestEnvAdaptor = (envAdaptor?: IApixEnvAdaptor) => {\n registerEnvAdaptor(envAdaptor || new StandaloneEnvAdaptor())\n}\n"],"file":"envAdaptor.js"}
1
+ {"version":3,"sources":["../../../../src/state/lodes/index.ts"],"names":[],"mappings":"AAyBA,cAAc,aAAd;AACA,cAAc,SAAd","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nexport * from './selectors'\nexport * from './slice'\n"],"file":"index.js"}
@@ -0,0 +1,25 @@
1
+ import { call, put, takeEvery } from 'typed-redux-saga';
2
+ import { getLoded } from '../../utils';
3
+ import { lodeActions } from './slice';
4
+
5
+ function* initSaga(action) {
6
+ var {
7
+ initLodesSuccessAction,
8
+ initLodesFailureAction
9
+ } = lodeActions;
10
+
11
+ try {
12
+ var lode = yield* call(getLoded, action.payload.examplesLodeUrl, action.payload.declarationsLodeUrl);
13
+ yield* put(initLodesSuccessAction(lode));
14
+ } catch (error) {
15
+ yield* put(initLodesFailureAction(error));
16
+ }
17
+ }
18
+
19
+ export function* saga() {
20
+ var {
21
+ initLodesAction
22
+ } = lodeActions;
23
+ yield* takeEvery(initLodesAction, initSaga);
24
+ }
25
+ //# sourceMappingURL=sagas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/state/lodes/sagas.ts"],"names":["call","put","takeEvery","getLoded","lodeActions","initSaga","action","initLodesSuccessAction","initLodesFailureAction","lode","payload","examplesLodeUrl","declarationsLodeUrl","error","saga","initLodesAction"],"mappings":"AAyBA,SAASA,IAAT,EAAeC,GAAf,EAAoBC,SAApB,QAAqC,kBAArC;AAGA,SAASC,QAAT,QAAyB,aAAzB;AAEA,SAASC,WAAT,QAA4B,SAA5B;;AAEA,UAAUC,QAAV,CAAmBC,MAAnB,EAAuD;AACrD,MAAM;AAAEC,IAAAA,sBAAF;AAA0BC,IAAAA;AAA1B,MAAqDJ,WAA3D;;AACA,MAAI;AACF,QAAMK,IAAI,GAAG,OAAOT,IAAI,CACtBG,QADsB,EAEtBG,MAAM,CAACI,OAAP,CAAeC,eAFO,EAGtBL,MAAM,CAACI,OAAP,CAAeE,mBAHO,CAAxB;AAKA,WAAOX,GAAG,CAACM,sBAAsB,CAACE,IAAD,CAAvB,CAAV;AACD,GAPD,CAOE,OAAOI,KAAP,EAAmB;AACnB,WAAOZ,GAAG,CAACO,sBAAsB,CAACK,KAAD,CAAvB,CAAV;AACD;AACF;;AAED,OAAO,UAAUC,IAAV,GAAiB;AACtB,MAAM;AAAEC,IAAAA;AAAF,MAAsBX,WAA5B;AAEA,SAAOF,SAAS,CAACa,eAAD,EAAkBV,QAAlB,CAAhB;AACD","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nimport { call, put, takeEvery } from 'typed-redux-saga'\nimport type { PayloadAction } from '@reduxjs/toolkit'\n\nimport { getLoded } from '../../utils'\nimport type { InitPayload } from './slice'\nimport { lodeActions } from './slice'\n\nfunction* initSaga(action: PayloadAction<InitPayload>) {\n const { initLodesSuccessAction, initLodesFailureAction } = lodeActions\n try {\n const lode = yield* call(\n getLoded,\n action.payload.examplesLodeUrl,\n action.payload.declarationsLodeUrl\n )\n yield* put(initLodesSuccessAction(lode))\n } catch (error: any) {\n yield* put(initLodesFailureAction(error))\n }\n}\n\nexport function* saga() {\n const { initLodesAction } = lodeActions\n\n yield* takeEvery(initLodesAction, initSaga)\n}\n"],"file":"sagas.js"}
@@ -0,0 +1,5 @@
1
+ var selectLodeState = state => state.lodes;
2
+
3
+ export var selectExamplesLode = state => selectLodeState(state).examples;
4
+ export var selectDeclarationsLode = state => selectLodeState(state).declarations;
5
+ //# sourceMappingURL=selectors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/state/lodes/selectors.ts"],"names":["selectLodeState","state","lodes","selectExamplesLode","examples","selectDeclarationsLode","declarations"],"mappings":"AA2BA,IAAMA,eAAe,GAAIC,KAAD,IAAsBA,KAAK,CAACC,KAApD;;AAEA,OAAO,IAAMC,kBAAkB,GAAIF,KAAD,IAChCD,eAAe,CAACC,KAAD,CAAf,CAAuBG,QADlB;AAGP,OAAO,IAAMC,sBAAsB,GAAIJ,KAAD,IACpCD,eAAe,CAACC,KAAD,CAAf,CAAuBK,YADlB","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nimport type { RootState } from '../store'\n\nconst selectLodeState = (state: RootState) => state.lodes\n\nexport const selectExamplesLode = (state: RootState) =>\n selectLodeState(state).examples\n\nexport const selectDeclarationsLode = (state: RootState) =>\n selectLodeState(state).declarations\n"],"file":"selectors.js"}
@@ -0,0 +1,30 @@
1
+ import { createSliceHooks } from '@looker/redux';
2
+ import { createSlice } from '@reduxjs/toolkit';
3
+ import { saga } from './sagas';
4
+ export var defaultLodesState = {
5
+ examples: undefined,
6
+ declarations: undefined
7
+ };
8
+ export var lodesSlice = createSlice({
9
+ name: 'lodes',
10
+ initialState: defaultLodesState,
11
+ reducers: {
12
+ initLodesAction(_state, _action) {},
13
+
14
+ initLodesSuccessAction(state, action) {
15
+ state.examples = action.payload.examples;
16
+ state.declarations = action.payload.declarations;
17
+ },
18
+
19
+ initLodesFailureAction(state, action) {
20
+ state.error = action.payload;
21
+ }
22
+
23
+ }
24
+ });
25
+ export var lodeActions = lodesSlice.actions;
26
+ export var {
27
+ useActions: useLodeActions,
28
+ useStoreState: useLodesStoreState
29
+ } = createSliceHooks(lodesSlice, saga);
30
+ //# sourceMappingURL=slice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/state/lodes/slice.ts"],"names":["createSliceHooks","createSlice","saga","defaultLodesState","examples","undefined","declarations","lodesSlice","name","initialState","reducers","initLodesAction","_state","_action","initLodesSuccessAction","state","action","payload","initLodesFailureAction","error","lodeActions","actions","useActions","useLodeActions","useStoreState","useLodesStoreState"],"mappings":"AAyBA,SAASA,gBAAT,QAAiC,eAAjC;AAGA,SAASC,WAAT,QAA4B,kBAA5B;AAEA,SAASC,IAAT,QAAqB,SAArB;AAQA,OAAO,IAAMC,iBAA6B,GAAG;AAC3CC,EAAAA,QAAQ,EAAEC,SADiC;AAE3CC,EAAAA,YAAY,EAAED;AAF6B,CAAtC;AAYP,OAAO,IAAME,UAAU,GAAGN,WAAW,CAAC;AACpCO,EAAAA,IAAI,EAAE,OAD8B;AAEpCC,EAAAA,YAAY,EAAEN,iBAFsB;AAGpCO,EAAAA,QAAQ,EAAE;AAERC,IAAAA,eAAe,CAACC,MAAD,EAASC,OAAT,EAA8C,CAAE,CAFvD;;AAGRC,IAAAA,sBAAsB,CAACC,KAAD,EAAQC,MAAR,EAAkD;AACtED,MAAAA,KAAK,CAACX,QAAN,GAAiBY,MAAM,CAACC,OAAP,CAAeb,QAAhC;AACAW,MAAAA,KAAK,CAACT,YAAN,GAAqBU,MAAM,CAACC,OAAP,CAAeX,YAApC;AACD,KANO;;AAORY,IAAAA,sBAAsB,CAACH,KAAD,EAAQC,MAAR,EAAsC;AAC1DD,MAAAA,KAAK,CAACI,KAAN,GAAcH,MAAM,CAACC,OAArB;AACD;;AATO;AAH0B,CAAD,CAA9B;AAgBP,OAAO,IAAMG,WAAW,GAAGb,UAAU,CAACc,OAA/B;AACP,OAAO,IAAM;AAAEC,EAAAA,UAAU,EAAEC,cAAd;AAA8BC,EAAAA,aAAa,EAAEC;AAA7C,IACXzB,gBAAgB,CAACO,UAAD,EAAaL,IAAb,CADX","sourcesContent":["/*\n\n MIT License\n\n Copyright (c) 2021 Looker Data Sciences, Inc.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n */\nimport { createSliceHooks } from '@looker/redux'\nimport type { IDeclarationMine, IExampleMine } from '@looker/sdk-codegen'\nimport type { PayloadAction } from '@reduxjs/toolkit'\nimport { createSlice } from '@reduxjs/toolkit'\n\nimport { saga } from './sagas'\n\nexport interface LodesState {\n examples?: IExampleMine\n declarations?: IDeclarationMine\n error?: Error\n}\n\nexport const defaultLodesState: LodesState = {\n examples: undefined,\n declarations: undefined,\n}\n\nexport interface InitPayload {\n examplesLodeUrl?: string\n declarationsLodeUrl?: string\n}\n\ntype InitSuccessAction = LodesState\n\nexport const lodesSlice = createSlice({\n name: 'lodes',\n initialState: defaultLodesState,\n reducers: {\n // eslint-disable-next-line @typescript-eslint/no-empty-function\n initLodesAction(_state, _action: PayloadAction<InitPayload>) {},\n initLodesSuccessAction(state, action: PayloadAction<InitSuccessAction>) {\n state.examples = action.payload.examples\n state.declarations = action.payload.declarations\n },\n initLodesFailureAction(state, action: PayloadAction<Error>) {\n state.error = action.payload\n },\n },\n})\n\nexport const lodeActions = lodesSlice.actions\nexport const { useActions: useLodeActions, useStoreState: useLodesStoreState } =\n createSliceHooks(lodesSlice, saga)\n"],"file":"slice.js"}