@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.
- package/atlassian/forge/shared/frontend-data-access-product-fetch-forge-bridge/src/lib/forge-bridge-product-fetch/index.cjs.js +1 -0
- package/atlassian/forge/shared/frontend-data-access-product-fetch-forge-bridge/src/lib/forge-bridge-product-fetch/index.es.js +28 -0
- package/atlassian/forge/shared/frontend-ui-app-flags/src/lib/app-flags-provider-forge/index.cjs.js +1 -0
- package/atlassian/forge/shared/frontend-ui-app-flags/src/lib/app-flags-provider-forge/index.es.js +31 -0
- package/atlassian/forge/shared/util-product-fetch/src/lib/product-fetch/index.cjs.js +3 -0
- package/atlassian/forge/shared/util-product-fetch/src/lib/product-fetch/index.es.js +39 -0
- package/atlassian/forge/shared/util-resolver/src/lib/common-resolver-paths/index.cjs.js +1 -0
- package/atlassian/forge/shared/util-resolver/src/lib/common-resolver-paths/index.es.js +7 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/assets-objects-service/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/assets-objects-service/index.es.js +274 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/global-icons/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/global-icons/index.es.js +9 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object/index.es.js +52 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object-linked-issues/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object-linked-issues/index.es.js +9 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object-schema/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object-schema/index.es.js +22 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object-type/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object-type/index.es.js +23 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object-type-attribute/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-assets/src/lib/object-type-attribute/index.es.js +19 -0
- package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.es.js +81 -0
- package/atlassian/jira/shared/data-access-jql/src/lib/jql-precomputation-service/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-jql/src/lib/jql-precomputation-service/index.es.js +34 -0
- package/atlassian/jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.cjs.js +1 -0
- package/atlassian/jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.es.js +50 -0
- package/atlassian/jira/shared/util-assets/src/lib/asset-type/index.cjs.js +1 -0
- package/atlassian/jira/shared/util-assets/src/lib/asset-type/index.es.js +4 -0
- package/atlassian/jira/shared/util-assets/src/lib/object/index.cjs.js +1 -0
- package/atlassian/jira/shared/util-assets/src/lib/object/index.es.js +9 -0
- package/atlassian/jira/shared/util-assets/src/lib/object-type-attribute/index.cjs.js +1 -0
- package/atlassian/jira/shared/util-assets/src/lib/object-type-attribute/index.es.js +14 -0
- package/atlassian/jira/shared/util-jira-v3-api/src/lib/issue/index.cjs.js +1 -0
- package/atlassian/jira/shared/util-jira-v3-api/src/lib/issue/index.es.js +4 -0
- package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.cjs.js +1 -0
- package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.es.js +81 -0
- package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.cjs.js +1 -0
- package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.es.js +45 -0
- package/atlassian/shared/data-access-resources/src/lib/atlassian-user-resource-service/index.cjs.js +1 -0
- package/atlassian/shared/data-access-resources/src/lib/atlassian-user-resource-service/index.es.js +44 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/atlassian-app/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/atlassian-app/index.es.js +41 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/custom-ui/atlassian-app-forge/index.es.js +58 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.es.js +158 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/test/atlassian-app-test/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/test/atlassian-app-test/index.es.js +66 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/ui-kit/atlassian-app-forge-ui-kit/index.es.js +19 -0
- package/atlassian/shared/frontend-feature-chosen-resource-check/src/index/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-chosen-resource-check/src/index/index.es.js +5 -0
- package/atlassian/shared/frontend-feature-chosen-resource-check/src/lib/feature-chosen-resource-check/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-chosen-resource-check/src/lib/feature-chosen-resource-check/index.es.js +70 -0
- package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/feature-chosen-workspace-check/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/feature-chosen-workspace-check/index.es.js +84 -0
- package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/jira-workspace-provider/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-chosen-workspace-check/src/lib/jira-workspace-provider/index.es.js +13 -0
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.es.js +73 -0
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-callback/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-callback/index.es.js +28 -0
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-redirect-login/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/ui-oauth-redirect-login/index.es.js +9 -0
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/util/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/util/index.es.js +19 -0
- package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch/index.es.js +9 -0
- package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch-methods/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-dispatch-methods/index.es.js +35 -0
- package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-provider-atlaskit/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-app-flags/src/lib/app-flags-provider-atlaskit/index.es.js +106 -0
- package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.es.js +20 -0
- package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.es.js +20 -0
- package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.es.js +18 -0
- package/atlassian/shared/frontend-ui-backend-adapter/src/lib/backend-adapter/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-backend-adapter/src/lib/backend-adapter/index.es.js +28 -0
- package/atlassian/shared/frontend-ui-backend-adapter/src/lib/oauth-fetch-invoke/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-backend-adapter/src/lib/oauth-fetch-invoke/index.es.js +16 -0
- package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel/index.es.js +26 -0
- package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel-stateless/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-expand-panel/src/lib/panel-stateless/index.es.js +41 -0
- package/atlassian/shared/frontend-ui-expand-panel/src/lib/styled-panel/index.cjs.js +45 -0
- package/atlassian/shared/frontend-ui-expand-panel/src/lib/styled-panel/index.es.js +53 -0
- package/atlassian/shared/frontend-ui-host-router/src/lib/host-router/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-host-router/src/lib/host-router/index.es.js +14 -0
- package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-link/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-link/index.es.js +31 -0
- package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-provider/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-host-router/src/lib/host-router-provider/index.es.js +18 -0
- package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper/index.es.js +41 -0
- package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.es.js +6 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-content/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-content/index.es.js +34 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-content-iframe/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-content-iframe/index.es.js +48 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-dialog-layout/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-dialog-layout/index.es.js +24 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-service/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-service/index.es.js +38 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-service-provider/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-service-provider/index.es.js +20 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-view-context/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-modal/src/lib/modal-view-context/index.es.js +14 -0
- package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.es.js +19 -0
- package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.es.js +20 -0
- package/atlassian/shared/frontend-ui-remote-adapter/src/lib/remote-adapter/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-remote-adapter/src/lib/remote-adapter/index.es.js +28 -0
- package/atlassian/shared/frontend-ui-view-context/src/lib/mock-view-context/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-view-context/src/lib/mock-view-context/index.es.js +27 -0
- package/atlassian/shared/frontend-ui-view-context/src/lib/view-context-provider/index.cjs.js +1 -0
- package/atlassian/shared/frontend-ui-view-context/src/lib/view-context-provider/index.es.js +18 -0
- package/atlassian/shared/util-error/src/index/index.cjs.js +1 -0
- package/atlassian/shared/util-error/src/index/index.es.js +8 -0
- package/atlassian-app/atlassian-app-frontend-atlassian-app.api.json +636 -0
- package/atlassian-app/atlassian-app-frontend.api.md +56 -0
- package/atlassian-app/index.cjs.js +1 -0
- package/atlassian-app/index.d.ts +114 -0
- package/atlassian-app/index.es.js +5 -0
- package/atlassian-app/tsdoc-metadata.json +11 -0
- package/atlassian-app-custom-ui/atlassian-app-frontend-atlassian-app-custom-ui.api.json +242 -0
- package/atlassian-app-custom-ui/atlassian-app-frontend.api.md +17 -0
- package/atlassian-app-custom-ui/index.cjs.js +1 -0
- package/atlassian-app-custom-ui/index.d.ts +26 -0
- package/atlassian-app-custom-ui/index.es.js +4 -0
- package/{tsdoc-metadata.json → atlassian-app-custom-ui/tsdoc-metadata.json} +1 -1
- package/{style.css → atlassian-app-frontend.css} +1 -1
- package/atlassian-app-standalone/atlassian-app-frontend-atlassian-app-standalone.api.json +527 -0
- package/atlassian-app-standalone/atlassian-app-frontend.api.md +44 -0
- package/atlassian-app-standalone/index.cjs.js +1 -0
- package/atlassian-app-standalone/index.d.ts +43 -0
- package/atlassian-app-standalone/index.es.js +4 -0
- package/atlassian-app-standalone/tsdoc-metadata.json +11 -0
- package/atlassian-app-test/atlassian-app-frontend-atlassian-app-test.api.json +514 -0
- package/atlassian-app-test/atlassian-app-frontend.api.md +45 -0
- package/atlassian-app-test/index.cjs.js +1 -0
- package/atlassian-app-test/index.d.ts +73 -0
- package/atlassian-app-test/index.es.js +5 -0
- package/atlassian-app-test/tsdoc-metadata.json +11 -0
- package/atlassian-app-ui-kit/atlassian-app-frontend-atlassian-app-ui-kit.api.json +229 -0
- package/atlassian-app-ui-kit/atlassian-app-frontend.api.md +15 -0
- package/atlassian-app-ui-kit/index.cjs.js +1 -0
- package/atlassian-app-ui-kit/index.d.ts +6 -0
- package/atlassian-app-ui-kit/index.es.js +4 -0
- package/atlassian-app-ui-kit/tsdoc-metadata.json +11 -0
- package/data-access-assets/atlassian-app-frontend-data-access-assets.api.json +2441 -0
- package/data-access-assets/atlassian-app-frontend.api.md +109 -0
- package/data-access-assets/index.cjs.js +1 -0
- package/data-access-assets/index.d.ts +316 -0
- package/data-access-assets/index.es.js +23 -0
- package/data-access-assets/tsdoc-metadata.json +11 -0
- package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend-data-access-atlassian-product-fetch-oauth.api.json +1087 -0
- package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend.api.md +73 -0
- package/data-access-atlassian-product-fetch-oauth/index.cjs.js +1 -0
- package/data-access-atlassian-product-fetch-oauth/index.d.ts +67 -0
- package/data-access-atlassian-product-fetch-oauth/index.es.js +11 -0
- package/data-access-atlassian-product-fetch-oauth/tsdoc-metadata.json +11 -0
- package/data-access-issue/atlassian-app-frontend-data-access-issue.api.json +1033 -0
- package/data-access-issue/atlassian-app-frontend.api.md +49 -0
- package/data-access-issue/index.cjs.js +1 -0
- package/data-access-issue/index.d.ts +287 -0
- package/data-access-issue/index.es.js +4 -0
- package/data-access-issue/tsdoc-metadata.json +11 -0
- package/data-access-jql/atlassian-app-frontend-data-access-jql.api.json +388 -0
- package/data-access-jql/atlassian-app-frontend.api.md +25 -0
- package/data-access-jql/index.cjs.js +1 -0
- package/data-access-jql/index.d.ts +62 -0
- package/data-access-jql/index.es.js +4 -0
- package/data-access-jql/tsdoc-metadata.json +11 -0
- package/data-access-resources/atlassian-app-frontend-data-access-resources.api.json +515 -0
- package/data-access-resources/atlassian-app-frontend.api.md +45 -0
- package/data-access-resources/index.cjs.js +1 -0
- package/data-access-resources/index.d.ts +27 -0
- package/data-access-resources/index.es.js +4 -0
- package/data-access-resources/tsdoc-metadata.json +11 -0
- package/data-access-workspaces/atlassian-app-frontend-data-access-workspaces.api.json +406 -0
- package/data-access-workspaces/atlassian-app-frontend.api.md +32 -0
- package/data-access-workspaces/index.cjs.js +1 -0
- package/data-access-workspaces/index.d.ts +50 -0
- package/data-access-workspaces/index.es.js +4 -0
- package/data-access-workspaces/tsdoc-metadata.json +11 -0
- package/package.json +159 -21
- package/shared/frontend-ui-drop-target/src/lib/drop-target-box/index.cjs.js +1 -0
- package/shared/frontend-ui-drop-target/src/lib/drop-target-box/index.es.js +22 -0
- package/shared/frontend-ui-drop-target/src/lib/drop-target-box.module.scss/index.cjs.js +1 -0
- package/shared/frontend-ui-drop-target/src/lib/drop-target-box.module.scss/index.es.js +6 -0
- package/shared/frontend-ui-drop-target/src/lib/drop-utils/index.cjs.js +1 -0
- package/shared/frontend-ui-drop-target/src/lib/drop-utils/index.es.js +18 -0
- package/shared/frontend-ui-load-data-hook/src/lib/load-data-hook/index.cjs.js +1 -0
- package/shared/frontend-ui-load-data-hook/src/lib/load-data-hook/index.es.js +31 -0
- package/shared/frontend-ui-window-listener-hook/src/lib/window-listener-hook/index.cjs.js +1 -0
- package/shared/frontend-ui-window-listener-hook/src/lib/window-listener-hook/index.es.js +9 -0
- package/shared/util-fetch/src/lib/shared-util-fetch/index.cjs.js +2 -0
- package/shared/util-fetch/src/lib/shared-util-fetch/index.es.js +63 -0
- package/ui-app-flags/atlassian-app-frontend-ui-app-flags.api.json +587 -0
- package/ui-app-flags/atlassian-app-frontend.api.md +57 -0
- package/ui-app-flags/index.cjs.js +1 -0
- package/ui-app-flags/index.d.ts +37 -0
- package/ui-app-flags/index.es.js +9 -0
- package/ui-app-flags/tsdoc-metadata.json +11 -0
- package/ui-atlassian-product-fetch/atlassian-app-frontend-ui-atlassian-product-fetch.api.json +418 -0
- package/ui-atlassian-product-fetch/atlassian-app-frontend.api.md +38 -0
- package/ui-atlassian-product-fetch/index.cjs.js +1 -0
- package/ui-atlassian-product-fetch/index.d.ts +60 -0
- package/ui-atlassian-product-fetch/index.es.js +11 -0
- package/ui-atlassian-product-fetch/tsdoc-metadata.json +11 -0
- package/ui-backend-adapter/atlassian-app-frontend-ui-backend-adapter.api.json +402 -0
- package/ui-backend-adapter/atlassian-app-frontend.api.md +34 -0
- package/ui-backend-adapter/index.cjs.js +1 -0
- package/ui-backend-adapter/index.d.ts +26 -0
- package/ui-backend-adapter/index.es.js +7 -0
- package/ui-backend-adapter/tsdoc-metadata.json +11 -0
- package/ui-chosen-resource-check/atlassian-app-frontend-ui-chosen-resource-check.api.json +388 -0
- package/ui-chosen-resource-check/atlassian-app-frontend.api.md +35 -0
- package/ui-chosen-resource-check/index.cjs.js +1 -0
- package/ui-chosen-resource-check/index.d.ts +20 -0
- package/ui-chosen-resource-check/index.es.js +4 -0
- package/ui-chosen-resource-check/tsdoc-metadata.json +11 -0
- package/ui-chosen-workspace-check/atlassian-app-frontend-ui-chosen-workspace-check.api.json +362 -0
- package/ui-chosen-workspace-check/atlassian-app-frontend.api.md +30 -0
- package/ui-chosen-workspace-check/index.cjs.js +1 -0
- package/ui-chosen-workspace-check/index.d.ts +17 -0
- package/ui-chosen-workspace-check/index.es.js +7 -0
- package/ui-chosen-workspace-check/tsdoc-metadata.json +11 -0
- package/ui-drop-target/atlassian-app-frontend-ui-drop-target.api.json +586 -0
- package/ui-drop-target/atlassian-app-frontend.api.md +47 -0
- package/ui-drop-target/index.cjs.js +1 -0
- package/ui-drop-target/index.d.ts +31 -0
- package/ui-drop-target/index.es.js +6 -0
- package/ui-drop-target/tsdoc-metadata.json +11 -0
- package/ui-expand-panel/atlassian-app-frontend-ui-expand-panel.api.json +252 -0
- package/ui-expand-panel/atlassian-app-frontend.api.md +23 -0
- package/ui-expand-panel/index.cjs.js +1 -0
- package/ui-expand-panel/index.d.ts +30 -0
- package/ui-expand-panel/index.es.js +6 -0
- package/ui-expand-panel/tsdoc-metadata.json +11 -0
- package/ui-host-router/atlassian-app-frontend-ui-host-router.api.json +813 -0
- package/ui-host-router/atlassian-app-frontend.api.md +60 -0
- package/ui-host-router/index.cjs.js +1 -0
- package/ui-host-router/index.d.ts +39 -0
- package/ui-host-router/index.es.js +9 -0
- package/ui-host-router/tsdoc-metadata.json +11 -0
- package/ui-load-data-hook/atlassian-app-frontend-ui-load-data-hook.api.json +329 -0
- package/ui-load-data-hook/atlassian-app-frontend.api.md +25 -0
- package/ui-load-data-hook/index.cjs.js +1 -0
- package/ui-load-data-hook/index.d.ts +38 -0
- package/ui-load-data-hook/index.es.js +4 -0
- package/ui-load-data-hook/tsdoc-metadata.json +11 -0
- package/ui-modal/atlassian-app-frontend-ui-modal.api.json +1377 -0
- package/ui-modal/atlassian-app-frontend.api.md +109 -0
- package/ui-modal/index.cjs.js +1 -0
- package/ui-modal/index.d.ts +121 -0
- package/ui-modal/index.es.js +16 -0
- package/ui-modal/tsdoc-metadata.json +11 -0
- package/ui-oauth-login/atlassian-app-frontend-ui-oauth-login.api.json +469 -0
- package/ui-oauth-login/atlassian-app-frontend.api.md +38 -0
- package/ui-oauth-login/index.cjs.js +1 -0
- package/ui-oauth-login/index.d.ts +24 -0
- package/ui-oauth-login/index.es.js +5 -0
- package/ui-oauth-login/tsdoc-metadata.json +11 -0
- package/ui-page-loading-view/atlassian-app-frontend-ui-page-loading-view.api.json +237 -0
- package/ui-page-loading-view/atlassian-app-frontend.api.md +19 -0
- package/ui-page-loading-view/index.cjs.js +1 -0
- package/ui-page-loading-view/index.d.ts +10 -0
- package/ui-page-loading-view/index.es.js +4 -0
- package/ui-page-loading-view/tsdoc-metadata.json +11 -0
- package/ui-remote-adapter/atlassian-app-frontend-ui-remote-adapter.api.json +486 -0
- package/ui-remote-adapter/atlassian-app-frontend.api.md +43 -0
- package/ui-remote-adapter/index.cjs.js +1 -0
- package/ui-remote-adapter/index.d.ts +32 -0
- package/ui-remote-adapter/index.es.js +7 -0
- package/ui-remote-adapter/tsdoc-metadata.json +11 -0
- package/ui-view-context/atlassian-app-frontend-ui-view-context.api.json +992 -0
- package/ui-view-context/atlassian-app-frontend.api.md +78 -0
- package/ui-view-context/index.cjs.js +1 -0
- package/ui-view-context/index.d.ts +62 -0
- package/ui-view-context/index.es.js +7 -0
- package/ui-view-context/tsdoc-metadata.json +11 -0
- package/util-assets/atlassian-app-frontend-util-assets.api.json +4726 -0
- package/util-assets/atlassian-app-frontend.api.md +418 -0
- package/util-assets/index.cjs.js +1 -0
- package/util-assets/index.d.ts +245 -0
- package/util-assets/index.es.js +9 -0
- package/util-assets/tsdoc-metadata.json +11 -0
- package/util-atlassian-product-fetch/atlassian-app-frontend-util-atlassian-product-fetch.api.json +1566 -0
- package/util-atlassian-product-fetch/atlassian-app-frontend.api.md +97 -0
- package/util-atlassian-product-fetch/index.cjs.js +1 -0
- package/util-atlassian-product-fetch/index.d.ts +58 -0
- package/util-atlassian-product-fetch/index.es.js +8 -0
- package/util-atlassian-product-fetch/tsdoc-metadata.json +11 -0
- package/util-jira-v3-api/atlassian-app-frontend-util-jira-v3-api.api.json +4557 -0
- package/util-jira-v3-api/atlassian-app-frontend.api.md +499 -0
- package/util-jira-v3-api/index.cjs.js +1 -0
- package/util-jira-v3-api/index.d.ts +328 -0
- package/util-jira-v3-api/index.es.js +4 -0
- package/util-jira-v3-api/tsdoc-metadata.json +11 -0
- package/util-resolver/atlassian-app-frontend-util-resolver.api.json +1014 -0
- package/util-resolver/atlassian-app-frontend.api.md +90 -0
- package/util-resolver/index.cjs.js +1 -0
- package/util-resolver/index.d.ts +67 -0
- package/util-resolver/index.es.js +4 -0
- package/util-resolver/tsdoc-metadata.json +11 -0
- package/atlassian-app-forge-BwFXF-6M.js +0 -3
- package/atlassian-app-forge-DG01gNAI.mjs +0 -139
- package/atlassian-app-frontend.api.json +0 -9609
- package/atlassian-app-frontend.api.md +0 -797
- package/index-BePJjrLy.js +0 -1
- package/index-ZJX0bAUh.mjs +0 -23
- package/index.d.ts +0 -702
- package/index.js +0 -2
- package/index.mjs +0 -1303
- package/valiantys-atlassian-app-frontend-2.0.0.tgz +0 -0
|
@@ -1,797 +0,0 @@
|
|
|
1
|
-
## API Report File for "@valiantys/atlassian-app-frontend"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Context } from 'react';
|
|
8
|
-
import { default as default_2 } from 'react';
|
|
9
|
-
import { Dispatch } from 'react';
|
|
10
|
-
import { FlagAction } from '@forge/bridge/out/flag/flag';
|
|
11
|
-
import { FlagAppearance } from '@forge/bridge/out/flag/flag';
|
|
12
|
-
import { FlagOptions } from '@forge/bridge/out/flag/flag';
|
|
13
|
-
import { FullContext } from '@forge/bridge/out/types';
|
|
14
|
-
import { HeadingSize } from '@atlaskit/heading/dist/types/heading.partial';
|
|
15
|
-
import { History as History_2 } from 'history';
|
|
16
|
-
import { IconButtonAppearance } from '@atlaskit/button/new';
|
|
17
|
-
import { IconProp } from '@atlaskit/button/new';
|
|
18
|
-
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
19
|
-
import { PropsWithChildren } from 'react';
|
|
20
|
-
import { ReactElement } from 'react';
|
|
21
|
-
import { ReactNode } from 'react';
|
|
22
|
-
import { SetStateAction } from 'react';
|
|
23
|
-
|
|
24
|
-
// @public (undocumented)
|
|
25
|
-
export interface AccountContext {
|
|
26
|
-
// (undocumented)
|
|
27
|
-
accountId: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
// @public (undocumented)
|
|
31
|
-
export type ActionsType = FlagAction[];
|
|
32
|
-
|
|
33
|
-
// @public (undocumented)
|
|
34
|
-
export function addAuthHeader(authToken: string, headers: HeadersInit): {
|
|
35
|
-
Authorization: string;
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
// @public (undocumented)
|
|
39
|
-
export type APIResponse = Pick<Response, 'json' | 'text' | 'ok' | 'status' | 'statusText' | 'headers'>;
|
|
40
|
-
|
|
41
|
-
// @public (undocumented)
|
|
42
|
-
export type AppearanceTypes = FlagAppearance;
|
|
43
|
-
|
|
44
|
-
// @public (undocumented)
|
|
45
|
-
export interface AppFlagAction {
|
|
46
|
-
// (undocumented)
|
|
47
|
-
id: string | number;
|
|
48
|
-
// (undocumented)
|
|
49
|
-
props?: AppFlagTypes;
|
|
50
|
-
// (undocumented)
|
|
51
|
-
type: AppFlagActions;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
// @public (undocumented)
|
|
55
|
-
export type AppFlagActions = 'add' | 'remove';
|
|
56
|
-
|
|
57
|
-
// @public (undocumented)
|
|
58
|
-
export const AppFlagsDispatchContext: Context<Dispatch<AppFlagAction> | undefined>;
|
|
59
|
-
|
|
60
|
-
// @public (undocumented)
|
|
61
|
-
export function AppFlagsProviderAtlasKit({ children, }: {
|
|
62
|
-
children: ReactNode;
|
|
63
|
-
}): JSX_2.Element;
|
|
64
|
-
|
|
65
|
-
// @public (undocumented)
|
|
66
|
-
export type AppFlagTypes = FlagOptions;
|
|
67
|
-
|
|
68
|
-
// @public (undocumented)
|
|
69
|
-
export function AtlassianApp({ children, appName, doCheckWorkspace, embeddedConfig, standaloneConfig, }: PropsWithChildren<AtlassianAppConfig>): JSX_2.Element;
|
|
70
|
-
|
|
71
|
-
// @public (undocumented)
|
|
72
|
-
export interface AtlassianAppConfig {
|
|
73
|
-
appName: string;
|
|
74
|
-
doCheckWorkspace?: boolean;
|
|
75
|
-
embeddedConfig?: {
|
|
76
|
-
invokeRemoteImpl?: InvokeRemoteSignature;
|
|
77
|
-
useAtlasKitFlags?: boolean;
|
|
78
|
-
};
|
|
79
|
-
standaloneConfig?: AtlassianAppStandaloneConfig;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
// @public (undocumented)
|
|
83
|
-
export function AtlassianAppStandalone({ initialMockViewContext, backendUrl, remoteUrl, doCheckWorkspace, appName, doCheckResource, modalOpenerConfig, modalContextConfig, children, }: PropsWithChildren<JiraStandaloneAppWrapperProps>): JSX_2.Element;
|
|
84
|
-
|
|
85
|
-
// @public (undocumented)
|
|
86
|
-
export interface AtlassianAppStandaloneConfig {
|
|
87
|
-
backendUrl?: string;
|
|
88
|
-
initialMockViewContext?: Partial<FullContext>;
|
|
89
|
-
modalContextConfig?: {
|
|
90
|
-
openerOrigin: string;
|
|
91
|
-
};
|
|
92
|
-
modalOpenerConfig?: {
|
|
93
|
-
resourceMap?: Record<string, string>;
|
|
94
|
-
defaultUrl: string;
|
|
95
|
-
};
|
|
96
|
-
oauthConfig?: AtlassianAppStandaloneOauthConfig;
|
|
97
|
-
remoteUrl?: string;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// @public (undocumented)
|
|
101
|
-
export type AtlassianAppStandaloneOauthConfig = OAuthProviderProps & {
|
|
102
|
-
doCheckResource?: boolean;
|
|
103
|
-
};
|
|
104
|
-
|
|
105
|
-
// @public (undocumented)
|
|
106
|
-
export function AtlassianAppTest({ mockContext, invoke, invokeRemote, jiraFetchService, confluenceFetchService, bitbucketFetchService, hostRouter, children, }: PropsWithChildren<AtlassianAppTestProps>): JSX_2.Element;
|
|
107
|
-
|
|
108
|
-
// @public (undocumented)
|
|
109
|
-
export interface AtlassianAppTestProps {
|
|
110
|
-
// (undocumented)
|
|
111
|
-
bitbucketFetchService?: AtlassianProductFetchService<'bitbucket'>;
|
|
112
|
-
// (undocumented)
|
|
113
|
-
confluenceFetchService?: AtlassianProductFetchService<'confluence'>;
|
|
114
|
-
// (undocumented)
|
|
115
|
-
hostRouter: HostRouter;
|
|
116
|
-
// (undocumented)
|
|
117
|
-
invoke: InvokeSignature;
|
|
118
|
-
// (undocumented)
|
|
119
|
-
invokeRemote: InvokeRemoteSignature;
|
|
120
|
-
// (undocumented)
|
|
121
|
-
jiraFetchService?: AtlassianProductFetchService<'jira'>;
|
|
122
|
-
// (undocumented)
|
|
123
|
-
mockContext: FullContext;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// @public (undocumented)
|
|
127
|
-
export function atlassianOAuthBitbucketFetch(authToken: string): AtlassianProductFetchService<'bitbucket'>;
|
|
128
|
-
|
|
129
|
-
// @public (undocumented)
|
|
130
|
-
export function atlassianOAuthConfluenceFetch(authToken: string, cloudId: string): AtlassianProductFetchService<'confluence'>;
|
|
131
|
-
|
|
132
|
-
// @public (undocumented)
|
|
133
|
-
export function atlassianOAuthJiraFetch(authToken: string, cloudId: string): AtlassianProductFetchService<'jira'>;
|
|
134
|
-
|
|
135
|
-
// @public (undocumented)
|
|
136
|
-
export function atlassianOAuthRawFetch<P extends Product>(authToken: string, domain: string, productType: P): AtlassianProductFetchService<P>;
|
|
137
|
-
|
|
138
|
-
// @public (undocumented)
|
|
139
|
-
export type AtlassianOAuthScopes = 'read:me' | 'read:jira-user' | 'read:jira-work' | 'write:jira-work' | 'read:servicedesk-request' | 'write:servicedesk-request' | 'read:cmdb-schema:jira' | 'write:cmdb-schema:jira' | 'read:cmdb-type:jira' | 'write:cmdb-type:jira' | 'read:cmdb-object:jira' | 'write:cmdb-object:jira' | 'delete:cmdb-object:jira' | 'read:cmdb-attribute:jira' | 'write:cmdb-attribute:jira' | 'read:cmdb-icon:jira';
|
|
140
|
-
|
|
141
|
-
// @public (undocumented)
|
|
142
|
-
export interface AtlassianProductFetchService<P extends Product> {
|
|
143
|
-
// (undocumented)
|
|
144
|
-
fetch: FetchSignature;
|
|
145
|
-
// (undocumented)
|
|
146
|
-
fullUrl: (path: string) => string;
|
|
147
|
-
// (undocumented)
|
|
148
|
-
productType: P;
|
|
149
|
-
// (undocumented)
|
|
150
|
-
rawFetch: RequestProductMethod;
|
|
151
|
-
// (undocumented)
|
|
152
|
-
route: (template: TemplateStringsArray, ...parameters: (string | number | URLSearchParams | FetchRoute)[]) => FetchRoute;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
// @public (undocumented)
|
|
156
|
-
export interface AtlassianUserResource {
|
|
157
|
-
// (undocumented)
|
|
158
|
-
avatarUrl: string;
|
|
159
|
-
// (undocumented)
|
|
160
|
-
id: string;
|
|
161
|
-
// (undocumented)
|
|
162
|
-
name: string;
|
|
163
|
-
// (undocumented)
|
|
164
|
-
scopes: string[];
|
|
165
|
-
// (undocumented)
|
|
166
|
-
url: string;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
// @public (undocumented)
|
|
170
|
-
export class AtlassianUserResourceService {
|
|
171
|
-
// (undocumented)
|
|
172
|
-
checkUserChosenResource(authToken: string, resourceId?: string): Promise<{
|
|
173
|
-
hasChosen: true;
|
|
174
|
-
resource: {
|
|
175
|
-
name: string;
|
|
176
|
-
id: string;
|
|
177
|
-
};
|
|
178
|
-
} | {
|
|
179
|
-
hasChosen: false;
|
|
180
|
-
resources: {
|
|
181
|
-
name: string;
|
|
182
|
-
id: string;
|
|
183
|
-
}[];
|
|
184
|
-
}>;
|
|
185
|
-
// (undocumented)
|
|
186
|
-
getAtlassianUserResources(authToken: string): Promise<AtlassianUserResource[]>;
|
|
187
|
-
// (undocumented)
|
|
188
|
-
readonly userResourcesUrl = "https://api.atlassian.com/oauth/token/accessible-resources";
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
// @public (undocumented)
|
|
192
|
-
export class AtlassianUserWorkspaceService {
|
|
193
|
-
constructor(fetchSvc: AtlassianProductFetchService<'jira'>);
|
|
194
|
-
// (undocumented)
|
|
195
|
-
checkUserChosenWorkspace(workspaceId?: string): Promise<WorkspaceChoices>;
|
|
196
|
-
// Warning: (ae-forgotten-export) The symbol "AssetsWorkspace" needs to be exported by the entry point index.d.ts
|
|
197
|
-
//
|
|
198
|
-
// (undocumented)
|
|
199
|
-
getAllUserWorkspaces(): Promise<AssetsWorkspace[]>;
|
|
200
|
-
// (undocumented)
|
|
201
|
-
readonly workspaceApiUrl: string;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
// Warning: (ae-forgotten-export) The symbol "BackendAdapterProviderProps" needs to be exported by the entry point index.d.ts
|
|
205
|
-
//
|
|
206
|
-
// @public (undocumented)
|
|
207
|
-
export function BackendAdapterProvider({ children, invokeImplementation, }: BackendAdapterProviderProps): JSX_2.Element;
|
|
208
|
-
|
|
209
|
-
// @public (undocumented)
|
|
210
|
-
export function bearerAuthFetch<T>(authToken: string, url: string, method: FetchMethod, body?: Record<string, unknown>, responseType?: 'json' | 'text', headers?: Record<string, string>): Promise<T>;
|
|
211
|
-
|
|
212
|
-
// @public (undocumented)
|
|
213
|
-
export function bearerAuthFetchRaw(authToken: string, url: string, init: RequestInit): Promise<Response>;
|
|
214
|
-
|
|
215
|
-
// @public (undocumented)
|
|
216
|
-
export class CommonResolverPaths {
|
|
217
|
-
// (undocumented)
|
|
218
|
-
static getOauthToken: string;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
// @public (undocumented)
|
|
222
|
-
export function defaultProps(makeMockFunction: () => any): AtlassianAppTestProps;
|
|
223
|
-
|
|
224
|
-
// @public (undocumented)
|
|
225
|
-
export function FeatureChosenResourceCheck({ checkResource, children, }: FeatureChosenResourceCheckProps): ReactElement;
|
|
226
|
-
|
|
227
|
-
// @public (undocumented)
|
|
228
|
-
export interface FeatureChosenResourceCheckProps {
|
|
229
|
-
// (undocumented)
|
|
230
|
-
checkResource: (resourceId?: string) => Promise<{
|
|
231
|
-
hasChosen: true;
|
|
232
|
-
} | {
|
|
233
|
-
hasChosen: false;
|
|
234
|
-
resources: Resource[];
|
|
235
|
-
}>;
|
|
236
|
-
// (undocumented)
|
|
237
|
-
children: ReactElement;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
// @public (undocumented)
|
|
241
|
-
export function FeatureChosenWorkspaceCheck({ appName, children, }: PropsWithChildren<FeatureChosenWorkspaceCheckProps>): ReactElement;
|
|
242
|
-
|
|
243
|
-
// @public (undocumented)
|
|
244
|
-
export interface FeatureChosenWorkspaceCheckProps {
|
|
245
|
-
// (undocumented)
|
|
246
|
-
appName?: string;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
// @public (undocumented)
|
|
250
|
-
export class FetchError {
|
|
251
|
-
constructor(message: string);
|
|
252
|
-
// (undocumented)
|
|
253
|
-
message: string;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
// @public (undocumented)
|
|
257
|
-
export type FetchMethod = 'POST' | 'GET' | 'PUT' | 'DELETE' | 'PATCH';
|
|
258
|
-
|
|
259
|
-
// @public (undocumented)
|
|
260
|
-
export interface FetchRequest {
|
|
261
|
-
// (undocumented)
|
|
262
|
-
allowExperimental?: boolean;
|
|
263
|
-
// (undocumented)
|
|
264
|
-
method: FetchMethod;
|
|
265
|
-
// (undocumented)
|
|
266
|
-
responseType?: 'json' | 'text';
|
|
267
|
-
// (undocumented)
|
|
268
|
-
url: FetchRoute;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
// @public (undocumented)
|
|
272
|
-
export type FetchRoute = {
|
|
273
|
-
readonly value: string;
|
|
274
|
-
};
|
|
275
|
-
|
|
276
|
-
// @public (undocumented)
|
|
277
|
-
export type FetchSignature = <T>(request: FetchRequest, body?: Record<string, any>) => Promise<T>;
|
|
278
|
-
|
|
279
|
-
// @public (undocumented)
|
|
280
|
-
export interface ForgeRequest<T, U extends AccountContext = AccountContext> {
|
|
281
|
-
// (undocumented)
|
|
282
|
-
context: U;
|
|
283
|
-
// (undocumented)
|
|
284
|
-
payload: T;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
// @public (undocumented)
|
|
288
|
-
export type ForgeResolverFunction<P, R, C extends AccountContext = AccountContext> = (request: ForgeRequest<P, C>) => Promise<R> | R;
|
|
289
|
-
|
|
290
|
-
// @public (undocumented)
|
|
291
|
-
export function getAtlassianOAuthToken(grant_type: string, client_id: string, client_secret: string, code: string, redirect_uri: string): Promise<unknown>;
|
|
292
|
-
|
|
293
|
-
// @public (undocumented)
|
|
294
|
-
export function getAtlassianUserDetails(authToken: string): Promise<OAuthUser>;
|
|
295
|
-
|
|
296
|
-
// @public (undocumented)
|
|
297
|
-
export function getOauthFetchInvokeImpl(urlBase: string, // serverUrl + ':' + serverPort + '/api/'
|
|
298
|
-
authToken: string, resourceId: string): InvokeSignature;
|
|
299
|
-
|
|
300
|
-
// @public (undocumented)
|
|
301
|
-
export interface GlobalPageContext extends AccountContext {
|
|
302
|
-
// (undocumented)
|
|
303
|
-
cloudId: string;
|
|
304
|
-
// (undocumented)
|
|
305
|
-
environmentId: string;
|
|
306
|
-
// (undocumented)
|
|
307
|
-
environmentType: string;
|
|
308
|
-
// (undocumented)
|
|
309
|
-
extension: {
|
|
310
|
-
type: string;
|
|
311
|
-
};
|
|
312
|
-
// (undocumented)
|
|
313
|
-
installContext: string;
|
|
314
|
-
// (undocumented)
|
|
315
|
-
localId: string;
|
|
316
|
-
// (undocumented)
|
|
317
|
-
moduleKey: string;
|
|
318
|
-
// (undocumented)
|
|
319
|
-
siteUrl: string;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
// @public (undocumented)
|
|
323
|
-
export interface HostRouter {
|
|
324
|
-
// (undocumented)
|
|
325
|
-
navigate(url: string): Promise<void>;
|
|
326
|
-
// (undocumented)
|
|
327
|
-
open(url: string): Promise<void>;
|
|
328
|
-
// (undocumented)
|
|
329
|
-
reload(): Promise<void>;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
// @public (undocumented)
|
|
333
|
-
export function HostRouterLink({ url, action, label, linkStyle, buttonIcon, buttonAppearance, }: HostRouterLinkProps): JSX_2.Element;
|
|
334
|
-
|
|
335
|
-
// @public (undocumented)
|
|
336
|
-
export interface HostRouterLinkProps {
|
|
337
|
-
// (undocumented)
|
|
338
|
-
action: 'navigate' | 'open';
|
|
339
|
-
// (undocumented)
|
|
340
|
-
buttonAppearance?: IconButtonAppearance;
|
|
341
|
-
// (undocumented)
|
|
342
|
-
buttonIcon?: IconProp;
|
|
343
|
-
label: string;
|
|
344
|
-
// (undocumented)
|
|
345
|
-
linkStyle: 'link' | 'button';
|
|
346
|
-
// (undocumented)
|
|
347
|
-
url: string;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
// Warning: (ae-forgotten-export) The symbol "HostRouterProviderProps" needs to be exported by the entry point index.d.ts
|
|
351
|
-
//
|
|
352
|
-
// @public (undocumented)
|
|
353
|
-
export function HostRouterProvider({ children, hostRouter, }: HostRouterProviderProps): JSX_2.Element;
|
|
354
|
-
|
|
355
|
-
// @public (undocumented)
|
|
356
|
-
export interface IframeModalContextData {
|
|
357
|
-
// Warning: (ae-forgotten-export) The symbol "IframeProps" needs to be exported by the entry point index.d.ts
|
|
358
|
-
//
|
|
359
|
-
// (undocumented)
|
|
360
|
-
iframeProps: IframeProps;
|
|
361
|
-
// (undocumented)
|
|
362
|
-
modalHeader?: string;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
// @public (undocumented)
|
|
366
|
-
export type InvokePayload = {
|
|
367
|
-
[key in number | string]: unknown;
|
|
368
|
-
};
|
|
369
|
-
|
|
370
|
-
// @public (undocumented)
|
|
371
|
-
export interface InvokeRemoteResponse<T> {
|
|
372
|
-
// (undocumented)
|
|
373
|
-
body?: T;
|
|
374
|
-
// (undocumented)
|
|
375
|
-
headers?: Record<string, string>;
|
|
376
|
-
// (undocumented)
|
|
377
|
-
status: number;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
// @public (undocumented)
|
|
381
|
-
export type InvokeRemoteSignature = <T, U>(input: {
|
|
382
|
-
path: string;
|
|
383
|
-
method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
|
384
|
-
headers?: Record<string, string>;
|
|
385
|
-
body?: U;
|
|
386
|
-
}) => Promise<InvokeRemoteResponse<T>>;
|
|
387
|
-
|
|
388
|
-
// @public (undocumented)
|
|
389
|
-
export type InvokeSignature = <T = unknown, U = InvokePayload, A extends string = string>(action: A, data?: U) => Promise<T>;
|
|
390
|
-
|
|
391
|
-
// @public (undocumented)
|
|
392
|
-
export const IS_STANDALONE: boolean;
|
|
393
|
-
|
|
394
|
-
// @public (undocumented)
|
|
395
|
-
export interface IssueContext extends AccountContext {
|
|
396
|
-
// (undocumented)
|
|
397
|
-
extension: {
|
|
398
|
-
issue: {
|
|
399
|
-
key: string;
|
|
400
|
-
};
|
|
401
|
-
};
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
// @public (undocumented)
|
|
405
|
-
export interface JiraIssueExtensionData {
|
|
406
|
-
// (undocumented)
|
|
407
|
-
issue: {
|
|
408
|
-
key: string;
|
|
409
|
-
id: string;
|
|
410
|
-
type: string;
|
|
411
|
-
typeId: string;
|
|
412
|
-
};
|
|
413
|
-
// (undocumented)
|
|
414
|
-
project: {
|
|
415
|
-
id: string;
|
|
416
|
-
key: string;
|
|
417
|
-
type: string;
|
|
418
|
-
};
|
|
419
|
-
// (undocumented)
|
|
420
|
-
type: string;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
// @public (undocumented)
|
|
424
|
-
export interface JiraStandaloneAppWrapperProps {
|
|
425
|
-
// (undocumented)
|
|
426
|
-
appName: string;
|
|
427
|
-
// (undocumented)
|
|
428
|
-
backendUrl?: string;
|
|
429
|
-
// (undocumented)
|
|
430
|
-
doCheckResource?: boolean;
|
|
431
|
-
doCheckWorkspace?: boolean;
|
|
432
|
-
// (undocumented)
|
|
433
|
-
initialMockViewContext?: Partial<FullContext>;
|
|
434
|
-
// (undocumented)
|
|
435
|
-
modalContextConfig?: {
|
|
436
|
-
openerOrigin: string;
|
|
437
|
-
};
|
|
438
|
-
// (undocumented)
|
|
439
|
-
modalOpenerConfig?: {
|
|
440
|
-
resourceMap?: Record<string, string>;
|
|
441
|
-
defaultUrl: string;
|
|
442
|
-
};
|
|
443
|
-
// (undocumented)
|
|
444
|
-
remoteUrl?: string;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
// @public (undocumented)
|
|
448
|
-
export function JiraWorkspaceProvider({ children, workspaceId, }: PropsWithChildren<{
|
|
449
|
-
workspaceId?: string;
|
|
450
|
-
}>): JSX_2.Element;
|
|
451
|
-
|
|
452
|
-
// @public (undocumented)
|
|
453
|
-
export function jsonFetch<T, U = Record<string, unknown>>(url: string, method: FetchMethod, headers?: Record<string, string>, body?: U, responseType?: 'json' | 'text'): Promise<T>;
|
|
454
|
-
|
|
455
|
-
// @public (undocumented)
|
|
456
|
-
export class MockViewContext implements ViewContext {
|
|
457
|
-
constructor(context: FullContext);
|
|
458
|
-
// (undocumented)
|
|
459
|
-
close(_payload?: unknown): Promise<void>;
|
|
460
|
-
// (undocumented)
|
|
461
|
-
context: FullContext;
|
|
462
|
-
// (undocumented)
|
|
463
|
-
createHistory(): Promise<History_2>;
|
|
464
|
-
// (undocumented)
|
|
465
|
-
getContext(): Promise<FullContext>;
|
|
466
|
-
// (undocumented)
|
|
467
|
-
refresh(): Promise<void>;
|
|
468
|
-
// (undocumented)
|
|
469
|
-
submit(_payload: unknown): Promise<void>;
|
|
470
|
-
// (undocumented)
|
|
471
|
-
theme: {
|
|
472
|
-
enable(): Promise<void>;
|
|
473
|
-
};
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
// @public (undocumented)
|
|
477
|
-
export function ModalContent({ children }: PropsWithChildren): JSX_2.Element;
|
|
478
|
-
|
|
479
|
-
// @public (undocumented)
|
|
480
|
-
export function ModalContentIframe<T>({ messageCallback, closeOnMouseOut, }: {
|
|
481
|
-
messageCallback?: (eventData: T, iframeProps?: IframeProps) => {
|
|
482
|
-
newHeight?: string;
|
|
483
|
-
};
|
|
484
|
-
closeOnMouseOut?: boolean;
|
|
485
|
-
}): JSX_2.Element;
|
|
486
|
-
|
|
487
|
-
// @public (undocumented)
|
|
488
|
-
export interface ModalContentService<C, P> {
|
|
489
|
-
// (undocumented)
|
|
490
|
-
close: (payload?: P) => void;
|
|
491
|
-
// (undocumented)
|
|
492
|
-
modalContextData?: C;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
// @public
|
|
496
|
-
export function ModalDialogLayout({ title, buttonGroup, children, }: PropsWithChildren<ModalDialogLayoutProps>): JSX_2.Element;
|
|
497
|
-
|
|
498
|
-
// @public (undocumented)
|
|
499
|
-
export interface ModalDialogLayoutProps {
|
|
500
|
-
// (undocumented)
|
|
501
|
-
buttonGroup?: default_2.ReactNode;
|
|
502
|
-
// (undocumented)
|
|
503
|
-
title?: string;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
// @public (undocumented)
|
|
507
|
-
export interface ModalOptions<C, P> {
|
|
508
|
-
// (undocumented)
|
|
509
|
-
closeOnEscape?: boolean;
|
|
510
|
-
// (undocumented)
|
|
511
|
-
closeOnOverlayClick?: boolean;
|
|
512
|
-
// (undocumented)
|
|
513
|
-
context?: C;
|
|
514
|
-
// (undocumented)
|
|
515
|
-
onClose?: (payload?: P) => any;
|
|
516
|
-
// (undocumented)
|
|
517
|
-
resource?: string | null;
|
|
518
|
-
// Warning: (ae-forgotten-export) The symbol "ModalSize" needs to be exported by the entry point index.d.ts
|
|
519
|
-
//
|
|
520
|
-
// (undocumented)
|
|
521
|
-
size?: ModalSize;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
// @public (undocumented)
|
|
525
|
-
export interface ModalService {
|
|
526
|
-
// (undocumented)
|
|
527
|
-
open<C, P>(options: ModalOptions<C, P>): Promise<void>;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
// Warning: (ae-forgotten-export) The symbol "ModalServiceProviderProps" needs to be exported by the entry point index.d.ts
|
|
531
|
-
//
|
|
532
|
-
// @public (undocumented)
|
|
533
|
-
export function ModalServiceProvider({ children, modalService, }: ModalServiceProviderProps): JSX_2.Element;
|
|
534
|
-
|
|
535
|
-
// @public (undocumented)
|
|
536
|
-
export class ModalViewContext extends MockViewContext {
|
|
537
|
-
constructor(context: FullContext, openerOrigin?: string);
|
|
538
|
-
// (undocumented)
|
|
539
|
-
close: (payload?: unknown) => Promise<void>;
|
|
540
|
-
// (undocumented)
|
|
541
|
-
context: FullContext;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
// @public (undocumented)
|
|
545
|
-
export interface OAuth {
|
|
546
|
-
// (undocumented)
|
|
547
|
-
getAuthToken: () => string;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
// @public (undocumented)
|
|
551
|
-
export function oauthFetchInvokeRemote(baseUrl: string, authToken?: string): InvokeRemoteSignature;
|
|
552
|
-
|
|
553
|
-
// @public (undocumented)
|
|
554
|
-
export function OAuthProvider({ children, ...config }: PropsWithChildren<OAuthProviderProps>): JSX_2.Element;
|
|
555
|
-
|
|
556
|
-
// @public (undocumented)
|
|
557
|
-
export interface OAuthProviderProps {
|
|
558
|
-
appName: string;
|
|
559
|
-
// (undocumented)
|
|
560
|
-
clientId: string;
|
|
561
|
-
// (undocumented)
|
|
562
|
-
codeTokenExchangeUrl: string;
|
|
563
|
-
// (undocumented)
|
|
564
|
-
oAuthScopes: AtlassianOAuthScopes[];
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
// @public (undocumented)
|
|
568
|
-
export interface OAuthUser {
|
|
569
|
-
// (undocumented)
|
|
570
|
-
account_id: string;
|
|
571
|
-
// (undocumented)
|
|
572
|
-
account_status: string;
|
|
573
|
-
// (undocumented)
|
|
574
|
-
account_type: string;
|
|
575
|
-
// (undocumented)
|
|
576
|
-
characteristics: {
|
|
577
|
-
not_mentionable: boolean;
|
|
578
|
-
};
|
|
579
|
-
// (undocumented)
|
|
580
|
-
email: string;
|
|
581
|
-
// (undocumented)
|
|
582
|
-
email_verified: boolean;
|
|
583
|
-
// (undocumented)
|
|
584
|
-
extended_profile: {
|
|
585
|
-
job_title: string;
|
|
586
|
-
organization: string;
|
|
587
|
-
location: string;
|
|
588
|
-
phone_numbers: number[];
|
|
589
|
-
};
|
|
590
|
-
// (undocumented)
|
|
591
|
-
last_updated: string;
|
|
592
|
-
// (undocumented)
|
|
593
|
-
locale: string;
|
|
594
|
-
// (undocumented)
|
|
595
|
-
name: string;
|
|
596
|
-
// (undocumented)
|
|
597
|
-
nickname: string;
|
|
598
|
-
// (undocumented)
|
|
599
|
-
picture: string;
|
|
600
|
-
// (undocumented)
|
|
601
|
-
zoneinfo: string;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
// @public (undocumented)
|
|
605
|
-
export interface PagedResponseValues<T> {
|
|
606
|
-
// (undocumented)
|
|
607
|
-
isLast: boolean;
|
|
608
|
-
// (undocumented)
|
|
609
|
-
maxResults: number;
|
|
610
|
-
// (undocumented)
|
|
611
|
-
startAt: number;
|
|
612
|
-
// (undocumented)
|
|
613
|
-
total: number;
|
|
614
|
-
// (undocumented)
|
|
615
|
-
values: T[];
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
// @public (undocumented)
|
|
619
|
-
export function PageLoadingView({ label, loadingError, labelSize, }: {
|
|
620
|
-
label: string;
|
|
621
|
-
loadingError?: string;
|
|
622
|
-
labelSize?: HeadingSize;
|
|
623
|
-
}): JSX_2.Element;
|
|
624
|
-
|
|
625
|
-
// @public (undocumented)
|
|
626
|
-
export type Product = 'jira' | 'bitbucket' | 'confluence' | 'connected-data';
|
|
627
|
-
|
|
628
|
-
// Warning: (ae-forgotten-export) The symbol "RemoteAdapterProviderProps" needs to be exported by the entry point index.d.ts
|
|
629
|
-
//
|
|
630
|
-
// @public (undocumented)
|
|
631
|
-
export function RemoteAdapterProvider({ children, invokeRemoteImplementation, }: RemoteAdapterProviderProps): JSX_2.Element;
|
|
632
|
-
|
|
633
|
-
// Warning: (ae-forgotten-export) The symbol "RequestBitbucketProviderProps" needs to be exported by the entry point index.d.ts
|
|
634
|
-
//
|
|
635
|
-
// @public (undocumented)
|
|
636
|
-
export function RequestBitbucketProvider({ children, requestBitbucketImplementation, }: RequestBitbucketProviderProps): JSX_2.Element;
|
|
637
|
-
|
|
638
|
-
// Warning: (ae-forgotten-export) The symbol "RequestConfluenceProviderProps" needs to be exported by the entry point index.d.ts
|
|
639
|
-
//
|
|
640
|
-
// @public (undocumented)
|
|
641
|
-
export function RequestConfluenceProvider({ children, requestConfluenceImplementation, }: RequestConfluenceProviderProps): JSX_2.Element;
|
|
642
|
-
|
|
643
|
-
// Warning: (ae-forgotten-export) The symbol "RequestJiraProviderProps" needs to be exported by the entry point index.d.ts
|
|
644
|
-
//
|
|
645
|
-
// @public (undocumented)
|
|
646
|
-
export function RequestJiraProvider({ children, requestJiraImplementation, }: RequestJiraProviderProps): JSX_2.Element;
|
|
647
|
-
|
|
648
|
-
// @public (undocumented)
|
|
649
|
-
export interface RequestObject {
|
|
650
|
-
// Warning: (ae-forgotten-export) The symbol "InvokePayload_2" needs to be exported by the entry point index.d.ts
|
|
651
|
-
//
|
|
652
|
-
// (undocumented)
|
|
653
|
-
context: InvokePayload_2['context'];
|
|
654
|
-
// (undocumented)
|
|
655
|
-
payload: RequestPayload;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
// @public (undocumented)
|
|
659
|
-
export type RequestPayload = {
|
|
660
|
-
[key in number | string]: unknown;
|
|
661
|
-
};
|
|
662
|
-
|
|
663
|
-
// @public (undocumented)
|
|
664
|
-
export type RequestProductMethod = (url: FetchRoute, init: RequestInit) => Promise<APIResponse>;
|
|
665
|
-
|
|
666
|
-
// Warning: (ae-forgotten-export) The symbol "Response_2" needs to be exported by the entry point index.d.ts
|
|
667
|
-
//
|
|
668
|
-
// @public (undocumented)
|
|
669
|
-
export type ResolverFunction = (request: RequestObject) => Promise<Response_2> | Response_2;
|
|
670
|
-
|
|
671
|
-
// @public (undocumented)
|
|
672
|
-
export interface Resource {
|
|
673
|
-
// (undocumented)
|
|
674
|
-
id: string;
|
|
675
|
-
// (undocumented)
|
|
676
|
-
name: string;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
// @public (undocumented)
|
|
680
|
-
export interface ResponseObject {
|
|
681
|
-
// (undocumented)
|
|
682
|
-
[key: string]: unknown;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
// @public (undocumented)
|
|
686
|
-
export function route(template: TemplateStringsArray, ...parameters: (string | number | URLSearchParams | FetchRoute)[]): FetchRoute;
|
|
687
|
-
|
|
688
|
-
// @public (undocumented)
|
|
689
|
-
export function useAppFlagsDispatch(): Dispatch<AppFlagAction>;
|
|
690
|
-
|
|
691
|
-
// @public (undocumented)
|
|
692
|
-
export function useAppFlagsDispatchMethods(): {
|
|
693
|
-
addFlag: (props: AppFlagTypes) => void;
|
|
694
|
-
removeFlag: (flagId: string) => void;
|
|
695
|
-
addErrorFlag: (flagId: string, title: string, error?: unknown, actions?: ActionsType) => void;
|
|
696
|
-
};
|
|
697
|
-
|
|
698
|
-
// Warning: (ae-forgotten-export) The symbol "BackendAdapterService" needs to be exported by the entry point index.d.ts
|
|
699
|
-
//
|
|
700
|
-
// @public (undocumented)
|
|
701
|
-
export const useBackendAdapter: () => BackendAdapterService;
|
|
702
|
-
|
|
703
|
-
// @public (undocumented)
|
|
704
|
-
export const useHostRouter: () => HostRouter;
|
|
705
|
-
|
|
706
|
-
// Warning: (ae-forgotten-export) The symbol "defaultErrorHandler" needs to be exported by the entry point index.d.ts
|
|
707
|
-
//
|
|
708
|
-
// @public
|
|
709
|
-
export function useLoadDataEffect<T>(requestFunc: () => Promise<T>, errorHandler?: typeof defaultErrorHandler): {
|
|
710
|
-
data: T | undefined;
|
|
711
|
-
loading: boolean;
|
|
712
|
-
error: string | undefined;
|
|
713
|
-
setData: Dispatch<SetStateAction<T | undefined>>;
|
|
714
|
-
setLoading: Dispatch<SetStateAction<boolean>>;
|
|
715
|
-
setError: Dispatch<SetStateAction<string | undefined>>;
|
|
716
|
-
manualTrigger: () => Promise<T | undefined>;
|
|
717
|
-
};
|
|
718
|
-
|
|
719
|
-
// @public (undocumented)
|
|
720
|
-
export function useModalContentService<C = unknown, P = unknown>(): ModalContentService<C, P>;
|
|
721
|
-
|
|
722
|
-
// @public (undocumented)
|
|
723
|
-
export const useModalService: () => ModalService;
|
|
724
|
-
|
|
725
|
-
// @public (undocumented)
|
|
726
|
-
export const useOAuth: () => OAuth;
|
|
727
|
-
|
|
728
|
-
// Warning: (ae-forgotten-export) The symbol "RemoteAdapterService" needs to be exported by the entry point index.d.ts
|
|
729
|
-
//
|
|
730
|
-
// @public (undocumented)
|
|
731
|
-
export const useRemoteAdapter: () => RemoteAdapterService;
|
|
732
|
-
|
|
733
|
-
// @public (undocumented)
|
|
734
|
-
export const useRequestBitbucket: () => AtlassianProductFetchService<"bitbucket">;
|
|
735
|
-
|
|
736
|
-
// @public (undocumented)
|
|
737
|
-
export const useRequestConfluence: () => AtlassianProductFetchService<"confluence">;
|
|
738
|
-
|
|
739
|
-
// @public (undocumented)
|
|
740
|
-
export const useRequestJira: () => AtlassianProductFetchService<"jira">;
|
|
741
|
-
|
|
742
|
-
// @public (undocumented)
|
|
743
|
-
export const useViewContext: () => ViewContext;
|
|
744
|
-
|
|
745
|
-
// @public (undocumented)
|
|
746
|
-
export const useWorkspaceId: () => string | undefined;
|
|
747
|
-
|
|
748
|
-
// @public (undocumented)
|
|
749
|
-
export interface ViewContext {
|
|
750
|
-
close(payload?: unknown): Promise<void>;
|
|
751
|
-
// (undocumented)
|
|
752
|
-
createHistory(): Promise<History_2>;
|
|
753
|
-
// (undocumented)
|
|
754
|
-
getContext(): Promise<FullContext>;
|
|
755
|
-
// (undocumented)
|
|
756
|
-
refresh(): Promise<void>;
|
|
757
|
-
submit(payload: unknown): Promise<void>;
|
|
758
|
-
// (undocumented)
|
|
759
|
-
theme: {
|
|
760
|
-
enable(): Promise<void>;
|
|
761
|
-
};
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
// Warning: (ae-forgotten-export) The symbol "ViewContextProviderProps" needs to be exported by the entry point index.d.ts
|
|
765
|
-
//
|
|
766
|
-
// @public (undocumented)
|
|
767
|
-
export function ViewContextProvider({ children, viewContext, }: ViewContextProviderProps): JSX_2.Element;
|
|
768
|
-
|
|
769
|
-
// @public (undocumented)
|
|
770
|
-
export class WindowHostRouter implements HostRouter {
|
|
771
|
-
// (undocumented)
|
|
772
|
-
navigate(url: string): Promise<void>;
|
|
773
|
-
// (undocumented)
|
|
774
|
-
open(url: string): Promise<void>;
|
|
775
|
-
// (undocumented)
|
|
776
|
-
reload(): Promise<void>;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
// @public (undocumented)
|
|
780
|
-
export class WindowModalService implements ModalService {
|
|
781
|
-
constructor(defaultUrl: string, resourceMap?: Record<string, string>);
|
|
782
|
-
// (undocumented)
|
|
783
|
-
open<C, P>(options: ModalOptions<C, P>): Promise<void>;
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
// @public (undocumented)
|
|
787
|
-
export type WorkspaceChoices = {
|
|
788
|
-
hasChosen: true;
|
|
789
|
-
workspace: string;
|
|
790
|
-
} | {
|
|
791
|
-
hasChosen: false;
|
|
792
|
-
workspaces: AssetsWorkspace[];
|
|
793
|
-
};
|
|
794
|
-
|
|
795
|
-
// (No @packageDocumentation comment for this package)
|
|
796
|
-
|
|
797
|
-
```
|