@valiantys/atlassian-app-frontend 2.0.0 → 3.0.0-alpha-2

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 (322) hide show
  1. package/atlassian/forge/shared/frontend-data-access-product-fetch-forge-bridge/src/lib/forge-bridge-product-fetch/index.cjs.js +1 -0
  2. package/atlassian/forge/shared/frontend-data-access-product-fetch-forge-bridge/src/lib/forge-bridge-product-fetch/index.es.js +28 -0
  3. package/atlassian/forge/shared/frontend-ui-app-flags/src/lib/app-flags-provider-forge/index.cjs.js +1 -0
  4. package/atlassian/forge/shared/frontend-ui-app-flags/src/lib/app-flags-provider-forge/index.es.js +31 -0
  5. package/atlassian/forge/shared/util-product-fetch/src/lib/product-fetch/index.cjs.js +3 -0
  6. package/atlassian/forge/shared/util-product-fetch/src/lib/product-fetch/index.es.js +39 -0
  7. package/atlassian/forge/shared/util-resolver/src/lib/common-resolver-paths/index.cjs.js +1 -0
  8. package/atlassian/forge/shared/util-resolver/src/lib/common-resolver-paths/index.es.js +7 -0
  9. package/atlassian/jira/shared/data-access-assets/src/lib/assets-objects-service/index.cjs.js +1 -0
  10. package/atlassian/jira/shared/data-access-assets/src/lib/assets-objects-service/index.es.js +274 -0
  11. package/atlassian/jira/shared/data-access-assets/src/lib/global-icons/index.cjs.js +1 -0
  12. package/atlassian/jira/shared/data-access-assets/src/lib/global-icons/index.es.js +9 -0
  13. package/atlassian/jira/shared/data-access-assets/src/lib/object/index.cjs.js +1 -0
  14. package/atlassian/jira/shared/data-access-assets/src/lib/object/index.es.js +52 -0
  15. package/atlassian/jira/shared/data-access-assets/src/lib/object-linked-issues/index.cjs.js +1 -0
  16. package/atlassian/jira/shared/data-access-assets/src/lib/object-linked-issues/index.es.js +9 -0
  17. package/atlassian/jira/shared/data-access-assets/src/lib/object-schema/index.cjs.js +1 -0
  18. package/atlassian/jira/shared/data-access-assets/src/lib/object-schema/index.es.js +22 -0
  19. package/atlassian/jira/shared/data-access-assets/src/lib/object-type/index.cjs.js +1 -0
  20. package/atlassian/jira/shared/data-access-assets/src/lib/object-type/index.es.js +23 -0
  21. package/atlassian/jira/shared/data-access-assets/src/lib/object-type-attribute/index.cjs.js +1 -0
  22. package/atlassian/jira/shared/data-access-assets/src/lib/object-type-attribute/index.es.js +19 -0
  23. package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.cjs.js +1 -0
  24. package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.es.js +81 -0
  25. package/atlassian/jira/shared/data-access-jql/src/lib/jql-precomputation-service/index.cjs.js +1 -0
  26. package/atlassian/jira/shared/data-access-jql/src/lib/jql-precomputation-service/index.es.js +34 -0
  27. package/atlassian/jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.cjs.js +1 -0
  28. package/atlassian/jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.es.js +50 -0
  29. package/atlassian/jira/shared/util-assets/src/lib/asset-type/index.cjs.js +1 -0
  30. package/atlassian/jira/shared/util-assets/src/lib/asset-type/index.es.js +4 -0
  31. package/atlassian/jira/shared/util-assets/src/lib/object/index.cjs.js +1 -0
  32. package/atlassian/jira/shared/util-assets/src/lib/object/index.es.js +9 -0
  33. package/atlassian/jira/shared/util-assets/src/lib/object-type-attribute/index.cjs.js +1 -0
  34. package/atlassian/jira/shared/util-assets/src/lib/object-type-attribute/index.es.js +14 -0
  35. package/atlassian/jira/shared/util-jira-v3-api/src/lib/issue/index.cjs.js +1 -0
  36. package/atlassian/jira/shared/util-jira-v3-api/src/lib/issue/index.es.js +4 -0
  37. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.cjs.js +1 -0
  38. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.es.js +81 -0
  39. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.cjs.js +1 -0
  40. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.es.js +45 -0
  41. package/atlassian/shared/data-access-resources/src/lib/atlassian-user-resource-service/index.cjs.js +1 -0
  42. package/atlassian/shared/data-access-resources/src/lib/atlassian-user-resource-service/index.es.js +44 -0
  43. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/atlassian-app/index.cjs.js +1 -0
  44. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/atlassian-app/index.es.js +41 -0
  45. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.cjs.js +1 -0
  46. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.es.js +58 -0
  47. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.cjs.js +1 -0
  48. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.es.js +158 -0
  49. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/test/atlassian-app-test/index.cjs.js +1 -0
  50. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/test/atlassian-app-test/index.es.js +66 -0
  51. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.cjs.js +1 -0
  52. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.es.js +19 -0
  53. package/atlassian/shared/frontend-feature-chosen-resource-check/src/index/index.cjs.js +1 -0
  54. package/atlassian/shared/frontend-feature-chosen-resource-check/src/index/index.es.js +5 -0
  55. package/atlassian/shared/frontend-feature-chosen-resource-check/src/lib/feature-chosen-resource-check/index.cjs.js +1 -0
  56. package/atlassian/shared/frontend-feature-chosen-resource-check/src/lib/feature-chosen-resource-check/index.es.js +70 -0
  57. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/feature-chosen-workspace-check/index.cjs.js +1 -0
  58. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/feature-chosen-workspace-check/index.es.js +84 -0
  59. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/jira-workspace-provider/index.cjs.js +1 -0
  60. package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/jira-workspace-provider/index.es.js +13 -0
  61. package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.cjs.js +1 -0
  62. package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.es.js +73 -0
  63. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-callback/index.cjs.js +1 -0
  64. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-callback/index.es.js +28 -0
  65. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-redirect-login/index.cjs.js +1 -0
  66. package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-redirect-login/index.es.js +9 -0
  67. package/atlassian/shared/frontend-feature-oauth-login/src/lib/util/index.cjs.js +1 -0
  68. package/atlassian/shared/frontend-feature-oauth-login/src/lib/util/index.es.js +19 -0
  69. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch/index.cjs.js +1 -0
  70. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch/index.es.js +9 -0
  71. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch-methods/index.cjs.js +1 -0
  72. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch-methods/index.es.js +35 -0
  73. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-provider-atlaskit/index.cjs.js +1 -0
  74. package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-provider-atlaskit/index.es.js +106 -0
  75. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.cjs.js +1 -0
  76. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.es.js +20 -0
  77. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.cjs.js +1 -0
  78. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.es.js +20 -0
  79. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.cjs.js +1 -0
  80. package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.es.js +18 -0
  81. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/backend-adapter/index.cjs.js +1 -0
  82. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/backend-adapter/index.es.js +28 -0
  83. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/oauth-fetch-invoke/index.cjs.js +1 -0
  84. package/atlassian/shared/frontend-ui-backend-adapter/src/lib/oauth-fetch-invoke/index.es.js +16 -0
  85. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel/index.cjs.js +1 -0
  86. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel/index.es.js +26 -0
  87. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel-stateless/index.cjs.js +1 -0
  88. package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel-stateless/index.es.js +41 -0
  89. package/atlassian/shared/frontend-ui-expand-panel/src/lib/styled-panel/index.cjs.js +45 -0
  90. package/atlassian/shared/frontend-ui-expand-panel/src/lib/styled-panel/index.es.js +53 -0
  91. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router/index.cjs.js +1 -0
  92. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router/index.es.js +14 -0
  93. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-link/index.cjs.js +1 -0
  94. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-link/index.es.js +31 -0
  95. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-provider/index.cjs.js +1 -0
  96. package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-provider/index.es.js +18 -0
  97. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper/index.cjs.js +1 -0
  98. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper/index.es.js +41 -0
  99. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.cjs.js +1 -0
  100. package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.es.js +6 -0
  101. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content/index.cjs.js +1 -0
  102. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content/index.es.js +34 -0
  103. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content-iframe/index.cjs.js +1 -0
  104. package/atlassian/shared/frontend-ui-modal/src/lib/modal-content-iframe/index.es.js +48 -0
  105. package/atlassian/shared/frontend-ui-modal/src/lib/modal-dialog-layout/index.cjs.js +1 -0
  106. package/atlassian/shared/frontend-ui-modal/src/lib/modal-dialog-layout/index.es.js +24 -0
  107. package/atlassian/shared/frontend-ui-modal/src/lib/modal-service/index.cjs.js +1 -0
  108. package/atlassian/shared/frontend-ui-modal/src/lib/modal-service/index.es.js +38 -0
  109. package/atlassian/shared/frontend-ui-modal/src/lib/modal-service-provider/index.cjs.js +1 -0
  110. package/atlassian/shared/frontend-ui-modal/src/lib/modal-service-provider/index.es.js +20 -0
  111. package/atlassian/shared/frontend-ui-modal/src/lib/modal-view-context/index.cjs.js +1 -0
  112. package/atlassian/shared/frontend-ui-modal/src/lib/modal-view-context/index.es.js +14 -0
  113. package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js +1 -0
  114. package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.es.js +19 -0
  115. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.cjs.js +1 -0
  116. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.es.js +20 -0
  117. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/remote-adapter/index.cjs.js +1 -0
  118. package/atlassian/shared/frontend-ui-remote-adapter/src/lib/remote-adapter/index.es.js +28 -0
  119. package/atlassian/shared/frontend-ui-view-context/src/lib/mock-view-context/index.cjs.js +1 -0
  120. package/atlassian/shared/frontend-ui-view-context/src/lib/mock-view-context/index.es.js +27 -0
  121. package/atlassian/shared/frontend-ui-view-context/src/lib/view-context-provider/index.cjs.js +1 -0
  122. package/atlassian/shared/frontend-ui-view-context/src/lib/view-context-provider/index.es.js +18 -0
  123. package/atlassian/shared/util-error/src/index/index.cjs.js +1 -0
  124. package/atlassian/shared/util-error/src/index/index.es.js +8 -0
  125. package/atlassian-app/atlassian-app-frontend-atlassian-app.api.json +636 -0
  126. package/atlassian-app/atlassian-app-frontend.api.md +56 -0
  127. package/atlassian-app/index.cjs.js +1 -0
  128. package/atlassian-app/index.d.ts +114 -0
  129. package/atlassian-app/index.es.js +5 -0
  130. package/atlassian-app/tsdoc-metadata.json +11 -0
  131. package/atlassian-app-custom-ui/atlassian-app-frontend-atlassian-app-custom-ui.api.json +242 -0
  132. package/atlassian-app-custom-ui/atlassian-app-frontend.api.md +17 -0
  133. package/atlassian-app-custom-ui/index.cjs.js +1 -0
  134. package/atlassian-app-custom-ui/index.d.ts +26 -0
  135. package/atlassian-app-custom-ui/index.es.js +4 -0
  136. package/{tsdoc-metadata.json → atlassian-app-custom-ui/tsdoc-metadata.json} +1 -1
  137. package/{style.css → atlassian-app-frontend.css} +1 -1
  138. package/atlassian-app-standalone/atlassian-app-frontend-atlassian-app-standalone.api.json +527 -0
  139. package/atlassian-app-standalone/atlassian-app-frontend.api.md +44 -0
  140. package/atlassian-app-standalone/index.cjs.js +1 -0
  141. package/atlassian-app-standalone/index.d.ts +43 -0
  142. package/atlassian-app-standalone/index.es.js +4 -0
  143. package/atlassian-app-standalone/tsdoc-metadata.json +11 -0
  144. package/atlassian-app-test/atlassian-app-frontend-atlassian-app-test.api.json +514 -0
  145. package/atlassian-app-test/atlassian-app-frontend.api.md +45 -0
  146. package/atlassian-app-test/index.cjs.js +1 -0
  147. package/atlassian-app-test/index.d.ts +73 -0
  148. package/atlassian-app-test/index.es.js +5 -0
  149. package/atlassian-app-test/tsdoc-metadata.json +11 -0
  150. package/atlassian-app-ui-kit/atlassian-app-frontend-atlassian-app-ui-kit.api.json +229 -0
  151. package/atlassian-app-ui-kit/atlassian-app-frontend.api.md +15 -0
  152. package/atlassian-app-ui-kit/index.cjs.js +1 -0
  153. package/atlassian-app-ui-kit/index.d.ts +6 -0
  154. package/atlassian-app-ui-kit/index.es.js +4 -0
  155. package/atlassian-app-ui-kit/tsdoc-metadata.json +11 -0
  156. package/data-access-assets/atlassian-app-frontend-data-access-assets.api.json +2441 -0
  157. package/data-access-assets/atlassian-app-frontend.api.md +109 -0
  158. package/data-access-assets/index.cjs.js +1 -0
  159. package/data-access-assets/index.d.ts +316 -0
  160. package/data-access-assets/index.es.js +23 -0
  161. package/data-access-assets/tsdoc-metadata.json +11 -0
  162. package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend-data-access-atlassian-product-fetch-oauth.api.json +1087 -0
  163. package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend.api.md +73 -0
  164. package/data-access-atlassian-product-fetch-oauth/index.cjs.js +1 -0
  165. package/data-access-atlassian-product-fetch-oauth/index.d.ts +67 -0
  166. package/data-access-atlassian-product-fetch-oauth/index.es.js +11 -0
  167. package/data-access-atlassian-product-fetch-oauth/tsdoc-metadata.json +11 -0
  168. package/data-access-issue/atlassian-app-frontend-data-access-issue.api.json +1033 -0
  169. package/data-access-issue/atlassian-app-frontend.api.md +49 -0
  170. package/data-access-issue/index.cjs.js +1 -0
  171. package/data-access-issue/index.d.ts +287 -0
  172. package/data-access-issue/index.es.js +4 -0
  173. package/data-access-issue/tsdoc-metadata.json +11 -0
  174. package/data-access-jql/atlassian-app-frontend-data-access-jql.api.json +388 -0
  175. package/data-access-jql/atlassian-app-frontend.api.md +25 -0
  176. package/data-access-jql/index.cjs.js +1 -0
  177. package/data-access-jql/index.d.ts +62 -0
  178. package/data-access-jql/index.es.js +4 -0
  179. package/data-access-jql/tsdoc-metadata.json +11 -0
  180. package/data-access-resources/atlassian-app-frontend-data-access-resources.api.json +515 -0
  181. package/data-access-resources/atlassian-app-frontend.api.md +45 -0
  182. package/data-access-resources/index.cjs.js +1 -0
  183. package/data-access-resources/index.d.ts +27 -0
  184. package/data-access-resources/index.es.js +4 -0
  185. package/data-access-resources/tsdoc-metadata.json +11 -0
  186. package/data-access-workspaces/atlassian-app-frontend-data-access-workspaces.api.json +406 -0
  187. package/data-access-workspaces/atlassian-app-frontend.api.md +32 -0
  188. package/data-access-workspaces/index.cjs.js +1 -0
  189. package/data-access-workspaces/index.d.ts +50 -0
  190. package/data-access-workspaces/index.es.js +4 -0
  191. package/data-access-workspaces/tsdoc-metadata.json +11 -0
  192. package/package.json +159 -21
  193. package/shared/frontend-ui-drop-target/src/lib/drop-target-box/index.cjs.js +1 -0
  194. package/shared/frontend-ui-drop-target/src/lib/drop-target-box/index.es.js +22 -0
  195. package/shared/frontend-ui-drop-target/src/lib/drop-target-box.module.scss/index.cjs.js +1 -0
  196. package/shared/frontend-ui-drop-target/src/lib/drop-target-box.module.scss/index.es.js +6 -0
  197. package/shared/frontend-ui-drop-target/src/lib/drop-utils/index.cjs.js +1 -0
  198. package/shared/frontend-ui-drop-target/src/lib/drop-utils/index.es.js +18 -0
  199. package/shared/frontend-ui-load-data-hook/src/lib/load-data-hook/index.cjs.js +1 -0
  200. package/shared/frontend-ui-load-data-hook/src/lib/load-data-hook/index.es.js +31 -0
  201. package/shared/frontend-ui-window-listener-hook/src/lib/window-listener-hook/index.cjs.js +1 -0
  202. package/shared/frontend-ui-window-listener-hook/src/lib/window-listener-hook/index.es.js +9 -0
  203. package/shared/util-fetch/src/lib/shared-util-fetch/index.cjs.js +2 -0
  204. package/shared/util-fetch/src/lib/shared-util-fetch/index.es.js +63 -0
  205. package/ui-app-flags/atlassian-app-frontend-ui-app-flags.api.json +587 -0
  206. package/ui-app-flags/atlassian-app-frontend.api.md +57 -0
  207. package/ui-app-flags/index.cjs.js +1 -0
  208. package/ui-app-flags/index.d.ts +37 -0
  209. package/ui-app-flags/index.es.js +9 -0
  210. package/ui-app-flags/tsdoc-metadata.json +11 -0
  211. package/ui-atlassian-product-fetch/atlassian-app-frontend-ui-atlassian-product-fetch.api.json +418 -0
  212. package/ui-atlassian-product-fetch/atlassian-app-frontend.api.md +38 -0
  213. package/ui-atlassian-product-fetch/index.cjs.js +1 -0
  214. package/ui-atlassian-product-fetch/index.d.ts +60 -0
  215. package/ui-atlassian-product-fetch/index.es.js +11 -0
  216. package/ui-atlassian-product-fetch/tsdoc-metadata.json +11 -0
  217. package/ui-backend-adapter/atlassian-app-frontend-ui-backend-adapter.api.json +402 -0
  218. package/ui-backend-adapter/atlassian-app-frontend.api.md +34 -0
  219. package/ui-backend-adapter/index.cjs.js +1 -0
  220. package/ui-backend-adapter/index.d.ts +26 -0
  221. package/ui-backend-adapter/index.es.js +7 -0
  222. package/ui-backend-adapter/tsdoc-metadata.json +11 -0
  223. package/ui-chosen-resource-check/atlassian-app-frontend-ui-chosen-resource-check.api.json +388 -0
  224. package/ui-chosen-resource-check/atlassian-app-frontend.api.md +35 -0
  225. package/ui-chosen-resource-check/index.cjs.js +1 -0
  226. package/ui-chosen-resource-check/index.d.ts +20 -0
  227. package/ui-chosen-resource-check/index.es.js +4 -0
  228. package/ui-chosen-resource-check/tsdoc-metadata.json +11 -0
  229. package/ui-chosen-workspace-check/atlassian-app-frontend-ui-chosen-workspace-check.api.json +362 -0
  230. package/ui-chosen-workspace-check/atlassian-app-frontend.api.md +30 -0
  231. package/ui-chosen-workspace-check/index.cjs.js +1 -0
  232. package/ui-chosen-workspace-check/index.d.ts +17 -0
  233. package/ui-chosen-workspace-check/index.es.js +7 -0
  234. package/ui-chosen-workspace-check/tsdoc-metadata.json +11 -0
  235. package/ui-drop-target/atlassian-app-frontend-ui-drop-target.api.json +586 -0
  236. package/ui-drop-target/atlassian-app-frontend.api.md +47 -0
  237. package/ui-drop-target/index.cjs.js +1 -0
  238. package/ui-drop-target/index.d.ts +31 -0
  239. package/ui-drop-target/index.es.js +6 -0
  240. package/ui-drop-target/tsdoc-metadata.json +11 -0
  241. package/ui-expand-panel/atlassian-app-frontend-ui-expand-panel.api.json +252 -0
  242. package/ui-expand-panel/atlassian-app-frontend.api.md +23 -0
  243. package/ui-expand-panel/index.cjs.js +1 -0
  244. package/ui-expand-panel/index.d.ts +30 -0
  245. package/ui-expand-panel/index.es.js +6 -0
  246. package/ui-expand-panel/tsdoc-metadata.json +11 -0
  247. package/ui-host-router/atlassian-app-frontend-ui-host-router.api.json +813 -0
  248. package/ui-host-router/atlassian-app-frontend.api.md +60 -0
  249. package/ui-host-router/index.cjs.js +1 -0
  250. package/ui-host-router/index.d.ts +39 -0
  251. package/ui-host-router/index.es.js +9 -0
  252. package/ui-host-router/tsdoc-metadata.json +11 -0
  253. package/ui-load-data-hook/atlassian-app-frontend-ui-load-data-hook.api.json +329 -0
  254. package/ui-load-data-hook/atlassian-app-frontend.api.md +25 -0
  255. package/ui-load-data-hook/index.cjs.js +1 -0
  256. package/ui-load-data-hook/index.d.ts +38 -0
  257. package/ui-load-data-hook/index.es.js +4 -0
  258. package/ui-load-data-hook/tsdoc-metadata.json +11 -0
  259. package/ui-modal/atlassian-app-frontend-ui-modal.api.json +1377 -0
  260. package/ui-modal/atlassian-app-frontend.api.md +109 -0
  261. package/ui-modal/index.cjs.js +1 -0
  262. package/ui-modal/index.d.ts +121 -0
  263. package/ui-modal/index.es.js +16 -0
  264. package/ui-modal/tsdoc-metadata.json +11 -0
  265. package/ui-oauth-login/atlassian-app-frontend-ui-oauth-login.api.json +469 -0
  266. package/ui-oauth-login/atlassian-app-frontend.api.md +38 -0
  267. package/ui-oauth-login/index.cjs.js +1 -0
  268. package/ui-oauth-login/index.d.ts +24 -0
  269. package/ui-oauth-login/index.es.js +5 -0
  270. package/ui-oauth-login/tsdoc-metadata.json +11 -0
  271. package/ui-page-loading-view/atlassian-app-frontend-ui-page-loading-view.api.json +237 -0
  272. package/ui-page-loading-view/atlassian-app-frontend.api.md +19 -0
  273. package/ui-page-loading-view/index.cjs.js +1 -0
  274. package/ui-page-loading-view/index.d.ts +10 -0
  275. package/ui-page-loading-view/index.es.js +4 -0
  276. package/ui-page-loading-view/tsdoc-metadata.json +11 -0
  277. package/ui-remote-adapter/atlassian-app-frontend-ui-remote-adapter.api.json +486 -0
  278. package/ui-remote-adapter/atlassian-app-frontend.api.md +43 -0
  279. package/ui-remote-adapter/index.cjs.js +1 -0
  280. package/ui-remote-adapter/index.d.ts +32 -0
  281. package/ui-remote-adapter/index.es.js +7 -0
  282. package/ui-remote-adapter/tsdoc-metadata.json +11 -0
  283. package/ui-view-context/atlassian-app-frontend-ui-view-context.api.json +992 -0
  284. package/ui-view-context/atlassian-app-frontend.api.md +78 -0
  285. package/ui-view-context/index.cjs.js +1 -0
  286. package/ui-view-context/index.d.ts +62 -0
  287. package/ui-view-context/index.es.js +7 -0
  288. package/ui-view-context/tsdoc-metadata.json +11 -0
  289. package/util-assets/atlassian-app-frontend-util-assets.api.json +4726 -0
  290. package/util-assets/atlassian-app-frontend.api.md +418 -0
  291. package/util-assets/index.cjs.js +1 -0
  292. package/util-assets/index.d.ts +245 -0
  293. package/util-assets/index.es.js +9 -0
  294. package/util-assets/tsdoc-metadata.json +11 -0
  295. package/util-atlassian-product-fetch/atlassian-app-frontend-util-atlassian-product-fetch.api.json +1566 -0
  296. package/util-atlassian-product-fetch/atlassian-app-frontend.api.md +97 -0
  297. package/util-atlassian-product-fetch/index.cjs.js +1 -0
  298. package/util-atlassian-product-fetch/index.d.ts +58 -0
  299. package/util-atlassian-product-fetch/index.es.js +8 -0
  300. package/util-atlassian-product-fetch/tsdoc-metadata.json +11 -0
  301. package/util-jira-v3-api/atlassian-app-frontend-util-jira-v3-api.api.json +4557 -0
  302. package/util-jira-v3-api/atlassian-app-frontend.api.md +499 -0
  303. package/util-jira-v3-api/index.cjs.js +1 -0
  304. package/util-jira-v3-api/index.d.ts +328 -0
  305. package/util-jira-v3-api/index.es.js +4 -0
  306. package/util-jira-v3-api/tsdoc-metadata.json +11 -0
  307. package/util-resolver/atlassian-app-frontend-util-resolver.api.json +1014 -0
  308. package/util-resolver/atlassian-app-frontend.api.md +90 -0
  309. package/util-resolver/index.cjs.js +1 -0
  310. package/util-resolver/index.d.ts +67 -0
  311. package/util-resolver/index.es.js +4 -0
  312. package/util-resolver/tsdoc-metadata.json +11 -0
  313. package/atlassian-app-forge-BwFXF-6M.js +0 -3
  314. package/atlassian-app-forge-DG01gNAI.mjs +0 -139
  315. package/atlassian-app-frontend.api.json +0 -9609
  316. package/atlassian-app-frontend.api.md +0 -797
  317. package/index-BePJjrLy.js +0 -1
  318. package/index-ZJX0bAUh.mjs +0 -23
  319. package/index.d.ts +0 -702
  320. package/index.js +0 -2
  321. package/index.mjs +0 -1303
  322. package/valiantys-atlassian-app-frontend-2.0.0.tgz +0 -0
@@ -0,0 +1,1377 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.52.8",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@valiantys/atlassian-app-frontend!",
165
+ "docComment": "",
166
+ "name": "@valiantys/atlassian-app-frontend",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@valiantys/atlassian-app-frontend!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Interface",
177
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IframeModalContextData:interface",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export interface IframeModalContextData "
183
+ }
184
+ ],
185
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-content-iframe.d.ts",
186
+ "releaseTag": "Public",
187
+ "name": "IframeModalContextData",
188
+ "preserveMemberOrder": false,
189
+ "members": [
190
+ {
191
+ "kind": "PropertySignature",
192
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IframeModalContextData#iframeProps:member",
193
+ "docComment": "",
194
+ "excerptTokens": [
195
+ {
196
+ "kind": "Content",
197
+ "text": "iframeProps: "
198
+ },
199
+ {
200
+ "kind": "Reference",
201
+ "text": "IframeProps",
202
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~IframeProps:interface"
203
+ },
204
+ {
205
+ "kind": "Content",
206
+ "text": ";"
207
+ }
208
+ ],
209
+ "isReadonly": false,
210
+ "isOptional": false,
211
+ "releaseTag": "Public",
212
+ "name": "iframeProps",
213
+ "propertyTypeTokenRange": {
214
+ "startIndex": 1,
215
+ "endIndex": 2
216
+ }
217
+ },
218
+ {
219
+ "kind": "PropertySignature",
220
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IframeModalContextData#modalHeader:member",
221
+ "docComment": "",
222
+ "excerptTokens": [
223
+ {
224
+ "kind": "Content",
225
+ "text": "modalHeader?: "
226
+ },
227
+ {
228
+ "kind": "Content",
229
+ "text": "string"
230
+ },
231
+ {
232
+ "kind": "Content",
233
+ "text": ";"
234
+ }
235
+ ],
236
+ "isReadonly": false,
237
+ "isOptional": true,
238
+ "releaseTag": "Public",
239
+ "name": "modalHeader",
240
+ "propertyTypeTokenRange": {
241
+ "startIndex": 1,
242
+ "endIndex": 2
243
+ }
244
+ }
245
+ ],
246
+ "extendsTokenRanges": []
247
+ },
248
+ {
249
+ "kind": "Function",
250
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalContent:function(1)",
251
+ "docComment": "",
252
+ "excerptTokens": [
253
+ {
254
+ "kind": "Content",
255
+ "text": "export declare function ModalContent({ children }: "
256
+ },
257
+ {
258
+ "kind": "Reference",
259
+ "text": "PropsWithChildren",
260
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
261
+ },
262
+ {
263
+ "kind": "Content",
264
+ "text": "): "
265
+ },
266
+ {
267
+ "kind": "Content",
268
+ "text": "import(\"react/jsx-runtime\")."
269
+ },
270
+ {
271
+ "kind": "Reference",
272
+ "text": "JSX.Element",
273
+ "canonicalReference": "@types/react!JSX.Element:interface"
274
+ },
275
+ {
276
+ "kind": "Content",
277
+ "text": ";"
278
+ }
279
+ ],
280
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-content.d.ts",
281
+ "returnTypeTokenRange": {
282
+ "startIndex": 3,
283
+ "endIndex": 5
284
+ },
285
+ "releaseTag": "Public",
286
+ "overloadIndex": 1,
287
+ "parameters": [
288
+ {
289
+ "parameterName": "{ children }",
290
+ "parameterTypeTokenRange": {
291
+ "startIndex": 1,
292
+ "endIndex": 2
293
+ },
294
+ "isOptional": false
295
+ }
296
+ ],
297
+ "name": "ModalContent"
298
+ },
299
+ {
300
+ "kind": "Function",
301
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalContentIframe:function(1)",
302
+ "docComment": "",
303
+ "excerptTokens": [
304
+ {
305
+ "kind": "Content",
306
+ "text": "export declare function ModalContentIframe<T>({ messageCallback, closeOnMouseOut, }: "
307
+ },
308
+ {
309
+ "kind": "Content",
310
+ "text": "{\n messageCallback?: (eventData: T, iframeProps?: "
311
+ },
312
+ {
313
+ "kind": "Reference",
314
+ "text": "IframeProps",
315
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~IframeProps:interface"
316
+ },
317
+ {
318
+ "kind": "Content",
319
+ "text": ") => {\n newHeight?: string;\n };\n closeOnMouseOut?: boolean;\n}"
320
+ },
321
+ {
322
+ "kind": "Content",
323
+ "text": "): "
324
+ },
325
+ {
326
+ "kind": "Content",
327
+ "text": "import(\"react/jsx-runtime\")."
328
+ },
329
+ {
330
+ "kind": "Reference",
331
+ "text": "JSX.Element",
332
+ "canonicalReference": "@types/react!JSX.Element:interface"
333
+ },
334
+ {
335
+ "kind": "Content",
336
+ "text": ";"
337
+ }
338
+ ],
339
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-content-iframe.d.ts",
340
+ "returnTypeTokenRange": {
341
+ "startIndex": 5,
342
+ "endIndex": 7
343
+ },
344
+ "releaseTag": "Public",
345
+ "overloadIndex": 1,
346
+ "parameters": [
347
+ {
348
+ "parameterName": "{ messageCallback, closeOnMouseOut, }",
349
+ "parameterTypeTokenRange": {
350
+ "startIndex": 1,
351
+ "endIndex": 4
352
+ },
353
+ "isOptional": false
354
+ }
355
+ ],
356
+ "typeParameters": [
357
+ {
358
+ "typeParameterName": "T",
359
+ "constraintTokenRange": {
360
+ "startIndex": 0,
361
+ "endIndex": 0
362
+ },
363
+ "defaultTypeTokenRange": {
364
+ "startIndex": 0,
365
+ "endIndex": 0
366
+ }
367
+ }
368
+ ],
369
+ "name": "ModalContentIframe"
370
+ },
371
+ {
372
+ "kind": "Interface",
373
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalContentService:interface",
374
+ "docComment": "",
375
+ "excerptTokens": [
376
+ {
377
+ "kind": "Content",
378
+ "text": "export interface ModalContentService<C, P> "
379
+ }
380
+ ],
381
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-content.d.ts",
382
+ "releaseTag": "Public",
383
+ "typeParameters": [
384
+ {
385
+ "typeParameterName": "C",
386
+ "constraintTokenRange": {
387
+ "startIndex": 0,
388
+ "endIndex": 0
389
+ },
390
+ "defaultTypeTokenRange": {
391
+ "startIndex": 0,
392
+ "endIndex": 0
393
+ }
394
+ },
395
+ {
396
+ "typeParameterName": "P",
397
+ "constraintTokenRange": {
398
+ "startIndex": 0,
399
+ "endIndex": 0
400
+ },
401
+ "defaultTypeTokenRange": {
402
+ "startIndex": 0,
403
+ "endIndex": 0
404
+ }
405
+ }
406
+ ],
407
+ "name": "ModalContentService",
408
+ "preserveMemberOrder": false,
409
+ "members": [
410
+ {
411
+ "kind": "PropertySignature",
412
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalContentService#close:member",
413
+ "docComment": "",
414
+ "excerptTokens": [
415
+ {
416
+ "kind": "Content",
417
+ "text": "close: "
418
+ },
419
+ {
420
+ "kind": "Content",
421
+ "text": "(payload?: P) => void"
422
+ },
423
+ {
424
+ "kind": "Content",
425
+ "text": ";"
426
+ }
427
+ ],
428
+ "isReadonly": false,
429
+ "isOptional": false,
430
+ "releaseTag": "Public",
431
+ "name": "close",
432
+ "propertyTypeTokenRange": {
433
+ "startIndex": 1,
434
+ "endIndex": 2
435
+ }
436
+ },
437
+ {
438
+ "kind": "PropertySignature",
439
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalContentService#modalContextData:member",
440
+ "docComment": "",
441
+ "excerptTokens": [
442
+ {
443
+ "kind": "Content",
444
+ "text": "modalContextData?: "
445
+ },
446
+ {
447
+ "kind": "Content",
448
+ "text": "C"
449
+ },
450
+ {
451
+ "kind": "Content",
452
+ "text": ";"
453
+ }
454
+ ],
455
+ "isReadonly": false,
456
+ "isOptional": true,
457
+ "releaseTag": "Public",
458
+ "name": "modalContextData",
459
+ "propertyTypeTokenRange": {
460
+ "startIndex": 1,
461
+ "endIndex": 2
462
+ }
463
+ }
464
+ ],
465
+ "extendsTokenRanges": []
466
+ },
467
+ {
468
+ "kind": "Function",
469
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalDialogLayout:function(1)",
470
+ "docComment": "/**\n * Make sure you have #root{width:100%;} in your app's global styles\n *\n * @param title - \n *\n * @param buttonGroup - \n *\n * @param children - @constructor\n */\n",
471
+ "excerptTokens": [
472
+ {
473
+ "kind": "Content",
474
+ "text": "export declare function ModalDialogLayout({ title, buttonGroup, children, }: "
475
+ },
476
+ {
477
+ "kind": "Reference",
478
+ "text": "PropsWithChildren",
479
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
480
+ },
481
+ {
482
+ "kind": "Content",
483
+ "text": "<"
484
+ },
485
+ {
486
+ "kind": "Reference",
487
+ "text": "ModalDialogLayoutProps",
488
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalDialogLayoutProps:interface"
489
+ },
490
+ {
491
+ "kind": "Content",
492
+ "text": ">"
493
+ },
494
+ {
495
+ "kind": "Content",
496
+ "text": "): "
497
+ },
498
+ {
499
+ "kind": "Content",
500
+ "text": "import(\"react/jsx-runtime\")."
501
+ },
502
+ {
503
+ "kind": "Reference",
504
+ "text": "JSX.Element",
505
+ "canonicalReference": "@types/react!JSX.Element:interface"
506
+ },
507
+ {
508
+ "kind": "Content",
509
+ "text": ";"
510
+ }
511
+ ],
512
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-dialog-layout.d.ts",
513
+ "returnTypeTokenRange": {
514
+ "startIndex": 6,
515
+ "endIndex": 8
516
+ },
517
+ "releaseTag": "Public",
518
+ "overloadIndex": 1,
519
+ "parameters": [
520
+ {
521
+ "parameterName": "{ title, buttonGroup, children, }",
522
+ "parameterTypeTokenRange": {
523
+ "startIndex": 1,
524
+ "endIndex": 5
525
+ },
526
+ "isOptional": false
527
+ }
528
+ ],
529
+ "name": "ModalDialogLayout"
530
+ },
531
+ {
532
+ "kind": "Interface",
533
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalDialogLayoutProps:interface",
534
+ "docComment": "",
535
+ "excerptTokens": [
536
+ {
537
+ "kind": "Content",
538
+ "text": "export interface ModalDialogLayoutProps "
539
+ }
540
+ ],
541
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-dialog-layout.d.ts",
542
+ "releaseTag": "Public",
543
+ "name": "ModalDialogLayoutProps",
544
+ "preserveMemberOrder": false,
545
+ "members": [
546
+ {
547
+ "kind": "PropertySignature",
548
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalDialogLayoutProps#buttonGroup:member",
549
+ "docComment": "",
550
+ "excerptTokens": [
551
+ {
552
+ "kind": "Content",
553
+ "text": "buttonGroup?: "
554
+ },
555
+ {
556
+ "kind": "Reference",
557
+ "text": "React.ReactNode",
558
+ "canonicalReference": "@types/react!React.ReactNode:type"
559
+ },
560
+ {
561
+ "kind": "Content",
562
+ "text": ";"
563
+ }
564
+ ],
565
+ "isReadonly": false,
566
+ "isOptional": true,
567
+ "releaseTag": "Public",
568
+ "name": "buttonGroup",
569
+ "propertyTypeTokenRange": {
570
+ "startIndex": 1,
571
+ "endIndex": 2
572
+ }
573
+ },
574
+ {
575
+ "kind": "PropertySignature",
576
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalDialogLayoutProps#title:member",
577
+ "docComment": "",
578
+ "excerptTokens": [
579
+ {
580
+ "kind": "Content",
581
+ "text": "title?: "
582
+ },
583
+ {
584
+ "kind": "Content",
585
+ "text": "string"
586
+ },
587
+ {
588
+ "kind": "Content",
589
+ "text": ";"
590
+ }
591
+ ],
592
+ "isReadonly": false,
593
+ "isOptional": true,
594
+ "releaseTag": "Public",
595
+ "name": "title",
596
+ "propertyTypeTokenRange": {
597
+ "startIndex": 1,
598
+ "endIndex": 2
599
+ }
600
+ }
601
+ ],
602
+ "extendsTokenRanges": []
603
+ },
604
+ {
605
+ "kind": "Interface",
606
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions:interface",
607
+ "docComment": "",
608
+ "excerptTokens": [
609
+ {
610
+ "kind": "Content",
611
+ "text": "export interface ModalOptions<C, P> "
612
+ }
613
+ ],
614
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-service.d.ts",
615
+ "releaseTag": "Public",
616
+ "typeParameters": [
617
+ {
618
+ "typeParameterName": "C",
619
+ "constraintTokenRange": {
620
+ "startIndex": 0,
621
+ "endIndex": 0
622
+ },
623
+ "defaultTypeTokenRange": {
624
+ "startIndex": 0,
625
+ "endIndex": 0
626
+ }
627
+ },
628
+ {
629
+ "typeParameterName": "P",
630
+ "constraintTokenRange": {
631
+ "startIndex": 0,
632
+ "endIndex": 0
633
+ },
634
+ "defaultTypeTokenRange": {
635
+ "startIndex": 0,
636
+ "endIndex": 0
637
+ }
638
+ }
639
+ ],
640
+ "name": "ModalOptions",
641
+ "preserveMemberOrder": false,
642
+ "members": [
643
+ {
644
+ "kind": "PropertySignature",
645
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#closeOnEscape:member",
646
+ "docComment": "",
647
+ "excerptTokens": [
648
+ {
649
+ "kind": "Content",
650
+ "text": "closeOnEscape?: "
651
+ },
652
+ {
653
+ "kind": "Content",
654
+ "text": "boolean"
655
+ },
656
+ {
657
+ "kind": "Content",
658
+ "text": ";"
659
+ }
660
+ ],
661
+ "isReadonly": false,
662
+ "isOptional": true,
663
+ "releaseTag": "Public",
664
+ "name": "closeOnEscape",
665
+ "propertyTypeTokenRange": {
666
+ "startIndex": 1,
667
+ "endIndex": 2
668
+ }
669
+ },
670
+ {
671
+ "kind": "PropertySignature",
672
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#closeOnOverlayClick:member",
673
+ "docComment": "",
674
+ "excerptTokens": [
675
+ {
676
+ "kind": "Content",
677
+ "text": "closeOnOverlayClick?: "
678
+ },
679
+ {
680
+ "kind": "Content",
681
+ "text": "boolean"
682
+ },
683
+ {
684
+ "kind": "Content",
685
+ "text": ";"
686
+ }
687
+ ],
688
+ "isReadonly": false,
689
+ "isOptional": true,
690
+ "releaseTag": "Public",
691
+ "name": "closeOnOverlayClick",
692
+ "propertyTypeTokenRange": {
693
+ "startIndex": 1,
694
+ "endIndex": 2
695
+ }
696
+ },
697
+ {
698
+ "kind": "PropertySignature",
699
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#context:member",
700
+ "docComment": "",
701
+ "excerptTokens": [
702
+ {
703
+ "kind": "Content",
704
+ "text": "context?: "
705
+ },
706
+ {
707
+ "kind": "Content",
708
+ "text": "C"
709
+ },
710
+ {
711
+ "kind": "Content",
712
+ "text": ";"
713
+ }
714
+ ],
715
+ "isReadonly": false,
716
+ "isOptional": true,
717
+ "releaseTag": "Public",
718
+ "name": "context",
719
+ "propertyTypeTokenRange": {
720
+ "startIndex": 1,
721
+ "endIndex": 2
722
+ }
723
+ },
724
+ {
725
+ "kind": "PropertySignature",
726
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#onClose:member",
727
+ "docComment": "",
728
+ "excerptTokens": [
729
+ {
730
+ "kind": "Content",
731
+ "text": "onClose?: "
732
+ },
733
+ {
734
+ "kind": "Content",
735
+ "text": "(payload?: P) => any"
736
+ },
737
+ {
738
+ "kind": "Content",
739
+ "text": ";"
740
+ }
741
+ ],
742
+ "isReadonly": false,
743
+ "isOptional": true,
744
+ "releaseTag": "Public",
745
+ "name": "onClose",
746
+ "propertyTypeTokenRange": {
747
+ "startIndex": 1,
748
+ "endIndex": 2
749
+ }
750
+ },
751
+ {
752
+ "kind": "PropertySignature",
753
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#resource:member",
754
+ "docComment": "",
755
+ "excerptTokens": [
756
+ {
757
+ "kind": "Content",
758
+ "text": "resource?: "
759
+ },
760
+ {
761
+ "kind": "Content",
762
+ "text": "string | null"
763
+ },
764
+ {
765
+ "kind": "Content",
766
+ "text": ";"
767
+ }
768
+ ],
769
+ "isReadonly": false,
770
+ "isOptional": true,
771
+ "releaseTag": "Public",
772
+ "name": "resource",
773
+ "propertyTypeTokenRange": {
774
+ "startIndex": 1,
775
+ "endIndex": 2
776
+ }
777
+ },
778
+ {
779
+ "kind": "PropertySignature",
780
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions#size:member",
781
+ "docComment": "",
782
+ "excerptTokens": [
783
+ {
784
+ "kind": "Content",
785
+ "text": "size?: "
786
+ },
787
+ {
788
+ "kind": "Reference",
789
+ "text": "ModalSize",
790
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~ModalSize:type"
791
+ },
792
+ {
793
+ "kind": "Content",
794
+ "text": ";"
795
+ }
796
+ ],
797
+ "isReadonly": false,
798
+ "isOptional": true,
799
+ "releaseTag": "Public",
800
+ "name": "size",
801
+ "propertyTypeTokenRange": {
802
+ "startIndex": 1,
803
+ "endIndex": 2
804
+ }
805
+ }
806
+ ],
807
+ "extendsTokenRanges": []
808
+ },
809
+ {
810
+ "kind": "Interface",
811
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalService:interface",
812
+ "docComment": "",
813
+ "excerptTokens": [
814
+ {
815
+ "kind": "Content",
816
+ "text": "export interface ModalService "
817
+ }
818
+ ],
819
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-service.d.ts",
820
+ "releaseTag": "Public",
821
+ "name": "ModalService",
822
+ "preserveMemberOrder": false,
823
+ "members": [
824
+ {
825
+ "kind": "MethodSignature",
826
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalService#open:member(1)",
827
+ "docComment": "",
828
+ "excerptTokens": [
829
+ {
830
+ "kind": "Content",
831
+ "text": "open<C, P>(options: "
832
+ },
833
+ {
834
+ "kind": "Reference",
835
+ "text": "ModalOptions",
836
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions:interface"
837
+ },
838
+ {
839
+ "kind": "Content",
840
+ "text": "<C, P>"
841
+ },
842
+ {
843
+ "kind": "Content",
844
+ "text": "): "
845
+ },
846
+ {
847
+ "kind": "Reference",
848
+ "text": "Promise",
849
+ "canonicalReference": "!Promise:interface"
850
+ },
851
+ {
852
+ "kind": "Content",
853
+ "text": "<void>"
854
+ },
855
+ {
856
+ "kind": "Content",
857
+ "text": ";"
858
+ }
859
+ ],
860
+ "isOptional": false,
861
+ "returnTypeTokenRange": {
862
+ "startIndex": 4,
863
+ "endIndex": 6
864
+ },
865
+ "releaseTag": "Public",
866
+ "overloadIndex": 1,
867
+ "parameters": [
868
+ {
869
+ "parameterName": "options",
870
+ "parameterTypeTokenRange": {
871
+ "startIndex": 1,
872
+ "endIndex": 3
873
+ },
874
+ "isOptional": false
875
+ }
876
+ ],
877
+ "typeParameters": [
878
+ {
879
+ "typeParameterName": "C",
880
+ "constraintTokenRange": {
881
+ "startIndex": 0,
882
+ "endIndex": 0
883
+ },
884
+ "defaultTypeTokenRange": {
885
+ "startIndex": 0,
886
+ "endIndex": 0
887
+ }
888
+ },
889
+ {
890
+ "typeParameterName": "P",
891
+ "constraintTokenRange": {
892
+ "startIndex": 0,
893
+ "endIndex": 0
894
+ },
895
+ "defaultTypeTokenRange": {
896
+ "startIndex": 0,
897
+ "endIndex": 0
898
+ }
899
+ }
900
+ ],
901
+ "name": "open"
902
+ }
903
+ ],
904
+ "extendsTokenRanges": []
905
+ },
906
+ {
907
+ "kind": "Function",
908
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalServiceProvider:function(1)",
909
+ "docComment": "",
910
+ "excerptTokens": [
911
+ {
912
+ "kind": "Content",
913
+ "text": "export declare function ModalServiceProvider({ children, modalService, }: "
914
+ },
915
+ {
916
+ "kind": "Reference",
917
+ "text": "ModalServiceProviderProps",
918
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~ModalServiceProviderProps:interface"
919
+ },
920
+ {
921
+ "kind": "Content",
922
+ "text": "): "
923
+ },
924
+ {
925
+ "kind": "Content",
926
+ "text": "import(\"react/jsx-runtime\")."
927
+ },
928
+ {
929
+ "kind": "Reference",
930
+ "text": "JSX.Element",
931
+ "canonicalReference": "@types/react!JSX.Element:interface"
932
+ },
933
+ {
934
+ "kind": "Content",
935
+ "text": ";"
936
+ }
937
+ ],
938
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-service-provider.d.ts",
939
+ "returnTypeTokenRange": {
940
+ "startIndex": 3,
941
+ "endIndex": 5
942
+ },
943
+ "releaseTag": "Public",
944
+ "overloadIndex": 1,
945
+ "parameters": [
946
+ {
947
+ "parameterName": "{ children, modalService, }",
948
+ "parameterTypeTokenRange": {
949
+ "startIndex": 1,
950
+ "endIndex": 2
951
+ },
952
+ "isOptional": false
953
+ }
954
+ ],
955
+ "name": "ModalServiceProvider"
956
+ },
957
+ {
958
+ "kind": "Class",
959
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalViewContext:class",
960
+ "docComment": "",
961
+ "excerptTokens": [
962
+ {
963
+ "kind": "Content",
964
+ "text": "export declare class ModalViewContext extends "
965
+ },
966
+ {
967
+ "kind": "Reference",
968
+ "text": "MockViewContext",
969
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~MockViewContext:class"
970
+ },
971
+ {
972
+ "kind": "Content",
973
+ "text": " "
974
+ }
975
+ ],
976
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-view-context.d.ts",
977
+ "releaseTag": "Public",
978
+ "isAbstract": false,
979
+ "name": "ModalViewContext",
980
+ "preserveMemberOrder": false,
981
+ "members": [
982
+ {
983
+ "kind": "Constructor",
984
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalViewContext:constructor(1)",
985
+ "docComment": "/**\n * Constructs a new instance of the `ModalViewContext` class\n */\n",
986
+ "excerptTokens": [
987
+ {
988
+ "kind": "Content",
989
+ "text": "constructor(context: "
990
+ },
991
+ {
992
+ "kind": "Reference",
993
+ "text": "FullContext",
994
+ "canonicalReference": "@forge/bridge!FullContext:interface"
995
+ },
996
+ {
997
+ "kind": "Content",
998
+ "text": ", openerOrigin?: "
999
+ },
1000
+ {
1001
+ "kind": "Content",
1002
+ "text": "string"
1003
+ },
1004
+ {
1005
+ "kind": "Content",
1006
+ "text": ");"
1007
+ }
1008
+ ],
1009
+ "releaseTag": "Public",
1010
+ "isProtected": false,
1011
+ "overloadIndex": 1,
1012
+ "parameters": [
1013
+ {
1014
+ "parameterName": "context",
1015
+ "parameterTypeTokenRange": {
1016
+ "startIndex": 1,
1017
+ "endIndex": 2
1018
+ },
1019
+ "isOptional": false
1020
+ },
1021
+ {
1022
+ "parameterName": "openerOrigin",
1023
+ "parameterTypeTokenRange": {
1024
+ "startIndex": 3,
1025
+ "endIndex": 4
1026
+ },
1027
+ "isOptional": true
1028
+ }
1029
+ ]
1030
+ },
1031
+ {
1032
+ "kind": "Property",
1033
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalViewContext#close:member",
1034
+ "docComment": "",
1035
+ "excerptTokens": [
1036
+ {
1037
+ "kind": "Content",
1038
+ "text": "close: "
1039
+ },
1040
+ {
1041
+ "kind": "Content",
1042
+ "text": "(payload?: unknown) => "
1043
+ },
1044
+ {
1045
+ "kind": "Reference",
1046
+ "text": "Promise",
1047
+ "canonicalReference": "!Promise:interface"
1048
+ },
1049
+ {
1050
+ "kind": "Content",
1051
+ "text": "<void>"
1052
+ },
1053
+ {
1054
+ "kind": "Content",
1055
+ "text": ";"
1056
+ }
1057
+ ],
1058
+ "isReadonly": false,
1059
+ "isOptional": false,
1060
+ "releaseTag": "Public",
1061
+ "name": "close",
1062
+ "propertyTypeTokenRange": {
1063
+ "startIndex": 1,
1064
+ "endIndex": 4
1065
+ },
1066
+ "isStatic": false,
1067
+ "isProtected": false,
1068
+ "isAbstract": false
1069
+ },
1070
+ {
1071
+ "kind": "Property",
1072
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalViewContext#context:member",
1073
+ "docComment": "",
1074
+ "excerptTokens": [
1075
+ {
1076
+ "kind": "Content",
1077
+ "text": "context: "
1078
+ },
1079
+ {
1080
+ "kind": "Reference",
1081
+ "text": "FullContext",
1082
+ "canonicalReference": "@forge/bridge!FullContext:interface"
1083
+ },
1084
+ {
1085
+ "kind": "Content",
1086
+ "text": ";"
1087
+ }
1088
+ ],
1089
+ "isReadonly": false,
1090
+ "isOptional": false,
1091
+ "releaseTag": "Public",
1092
+ "name": "context",
1093
+ "propertyTypeTokenRange": {
1094
+ "startIndex": 1,
1095
+ "endIndex": 2
1096
+ },
1097
+ "isStatic": false,
1098
+ "isProtected": false,
1099
+ "isAbstract": false
1100
+ }
1101
+ ],
1102
+ "extendsTokenRange": {
1103
+ "startIndex": 1,
1104
+ "endIndex": 2
1105
+ },
1106
+ "implementsTokenRanges": []
1107
+ },
1108
+ {
1109
+ "kind": "Function",
1110
+ "canonicalReference": "@valiantys/atlassian-app-frontend!useModalContentService:function(1)",
1111
+ "docComment": "",
1112
+ "excerptTokens": [
1113
+ {
1114
+ "kind": "Content",
1115
+ "text": "export declare function useModalContentService<C = "
1116
+ },
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": "unknown"
1120
+ },
1121
+ {
1122
+ "kind": "Content",
1123
+ "text": ", P = "
1124
+ },
1125
+ {
1126
+ "kind": "Content",
1127
+ "text": "unknown"
1128
+ },
1129
+ {
1130
+ "kind": "Content",
1131
+ "text": ">(): "
1132
+ },
1133
+ {
1134
+ "kind": "Reference",
1135
+ "text": "ModalContentService",
1136
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalContentService:interface"
1137
+ },
1138
+ {
1139
+ "kind": "Content",
1140
+ "text": "<C, P>"
1141
+ },
1142
+ {
1143
+ "kind": "Content",
1144
+ "text": ";"
1145
+ }
1146
+ ],
1147
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-content.d.ts",
1148
+ "returnTypeTokenRange": {
1149
+ "startIndex": 5,
1150
+ "endIndex": 7
1151
+ },
1152
+ "releaseTag": "Public",
1153
+ "overloadIndex": 1,
1154
+ "parameters": [],
1155
+ "typeParameters": [
1156
+ {
1157
+ "typeParameterName": "C",
1158
+ "constraintTokenRange": {
1159
+ "startIndex": 0,
1160
+ "endIndex": 0
1161
+ },
1162
+ "defaultTypeTokenRange": {
1163
+ "startIndex": 1,
1164
+ "endIndex": 2
1165
+ }
1166
+ },
1167
+ {
1168
+ "typeParameterName": "P",
1169
+ "constraintTokenRange": {
1170
+ "startIndex": 0,
1171
+ "endIndex": 0
1172
+ },
1173
+ "defaultTypeTokenRange": {
1174
+ "startIndex": 3,
1175
+ "endIndex": 4
1176
+ }
1177
+ }
1178
+ ],
1179
+ "name": "useModalContentService"
1180
+ },
1181
+ {
1182
+ "kind": "Function",
1183
+ "canonicalReference": "@valiantys/atlassian-app-frontend!useModalService:function(1)",
1184
+ "docComment": "",
1185
+ "excerptTokens": [
1186
+ {
1187
+ "kind": "Content",
1188
+ "text": "useModalService: () => "
1189
+ },
1190
+ {
1191
+ "kind": "Reference",
1192
+ "text": "ModalService",
1193
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalService:interface"
1194
+ }
1195
+ ],
1196
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-service-provider.d.ts",
1197
+ "returnTypeTokenRange": {
1198
+ "startIndex": 1,
1199
+ "endIndex": 2
1200
+ },
1201
+ "releaseTag": "Public",
1202
+ "overloadIndex": 1,
1203
+ "parameters": [],
1204
+ "name": "useModalService"
1205
+ },
1206
+ {
1207
+ "kind": "Class",
1208
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WindowModalService:class",
1209
+ "docComment": "",
1210
+ "excerptTokens": [
1211
+ {
1212
+ "kind": "Content",
1213
+ "text": "export declare class WindowModalService implements "
1214
+ },
1215
+ {
1216
+ "kind": "Reference",
1217
+ "text": "ModalService",
1218
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalService:interface"
1219
+ },
1220
+ {
1221
+ "kind": "Content",
1222
+ "text": " "
1223
+ }
1224
+ ],
1225
+ "fileUrlPath": "../../shared/frontend-ui-modal/src/lib/modal-service.d.ts",
1226
+ "releaseTag": "Public",
1227
+ "isAbstract": false,
1228
+ "name": "WindowModalService",
1229
+ "preserveMemberOrder": false,
1230
+ "members": [
1231
+ {
1232
+ "kind": "Constructor",
1233
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WindowModalService:constructor(1)",
1234
+ "docComment": "/**\n * Constructs a new instance of the `WindowModalService` class\n */\n",
1235
+ "excerptTokens": [
1236
+ {
1237
+ "kind": "Content",
1238
+ "text": "constructor(defaultUrl: "
1239
+ },
1240
+ {
1241
+ "kind": "Content",
1242
+ "text": "string"
1243
+ },
1244
+ {
1245
+ "kind": "Content",
1246
+ "text": ", resourceMap?: "
1247
+ },
1248
+ {
1249
+ "kind": "Reference",
1250
+ "text": "Record",
1251
+ "canonicalReference": "!Record:type"
1252
+ },
1253
+ {
1254
+ "kind": "Content",
1255
+ "text": "<string, string>"
1256
+ },
1257
+ {
1258
+ "kind": "Content",
1259
+ "text": ");"
1260
+ }
1261
+ ],
1262
+ "releaseTag": "Public",
1263
+ "isProtected": false,
1264
+ "overloadIndex": 1,
1265
+ "parameters": [
1266
+ {
1267
+ "parameterName": "defaultUrl",
1268
+ "parameterTypeTokenRange": {
1269
+ "startIndex": 1,
1270
+ "endIndex": 2
1271
+ },
1272
+ "isOptional": false
1273
+ },
1274
+ {
1275
+ "parameterName": "resourceMap",
1276
+ "parameterTypeTokenRange": {
1277
+ "startIndex": 3,
1278
+ "endIndex": 5
1279
+ },
1280
+ "isOptional": true
1281
+ }
1282
+ ]
1283
+ },
1284
+ {
1285
+ "kind": "Method",
1286
+ "canonicalReference": "@valiantys/atlassian-app-frontend!WindowModalService#open:member(1)",
1287
+ "docComment": "",
1288
+ "excerptTokens": [
1289
+ {
1290
+ "kind": "Content",
1291
+ "text": "open<C, P>(options: "
1292
+ },
1293
+ {
1294
+ "kind": "Reference",
1295
+ "text": "ModalOptions",
1296
+ "canonicalReference": "@valiantys/atlassian-app-frontend!ModalOptions:interface"
1297
+ },
1298
+ {
1299
+ "kind": "Content",
1300
+ "text": "<C, P>"
1301
+ },
1302
+ {
1303
+ "kind": "Content",
1304
+ "text": "): "
1305
+ },
1306
+ {
1307
+ "kind": "Reference",
1308
+ "text": "Promise",
1309
+ "canonicalReference": "!Promise:interface"
1310
+ },
1311
+ {
1312
+ "kind": "Content",
1313
+ "text": "<void>"
1314
+ },
1315
+ {
1316
+ "kind": "Content",
1317
+ "text": ";"
1318
+ }
1319
+ ],
1320
+ "typeParameters": [
1321
+ {
1322
+ "typeParameterName": "C",
1323
+ "constraintTokenRange": {
1324
+ "startIndex": 0,
1325
+ "endIndex": 0
1326
+ },
1327
+ "defaultTypeTokenRange": {
1328
+ "startIndex": 0,
1329
+ "endIndex": 0
1330
+ }
1331
+ },
1332
+ {
1333
+ "typeParameterName": "P",
1334
+ "constraintTokenRange": {
1335
+ "startIndex": 0,
1336
+ "endIndex": 0
1337
+ },
1338
+ "defaultTypeTokenRange": {
1339
+ "startIndex": 0,
1340
+ "endIndex": 0
1341
+ }
1342
+ }
1343
+ ],
1344
+ "isStatic": false,
1345
+ "returnTypeTokenRange": {
1346
+ "startIndex": 4,
1347
+ "endIndex": 6
1348
+ },
1349
+ "releaseTag": "Public",
1350
+ "isProtected": false,
1351
+ "overloadIndex": 1,
1352
+ "parameters": [
1353
+ {
1354
+ "parameterName": "options",
1355
+ "parameterTypeTokenRange": {
1356
+ "startIndex": 1,
1357
+ "endIndex": 3
1358
+ },
1359
+ "isOptional": false
1360
+ }
1361
+ ],
1362
+ "isOptional": false,
1363
+ "isAbstract": false,
1364
+ "name": "open"
1365
+ }
1366
+ ],
1367
+ "implementsTokenRanges": [
1368
+ {
1369
+ "startIndex": 1,
1370
+ "endIndex": 2
1371
+ }
1372
+ ]
1373
+ }
1374
+ ]
1375
+ }
1376
+ ]
1377
+ }