@microsoft/teams.client 0.2.7
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/README.md +37 -0
- package/dist/app.d.mts +92 -0
- package/dist/app.d.ts +92 -0
- package/dist/app.js +122 -0
- package/dist/app.js.map +1 -0
- package/dist/app.mjs +98 -0
- package/dist/app.mjs.map +1 -0
- package/dist/context/app-host.d.mts +25 -0
- package/dist/context/app-host.d.ts +25 -0
- package/dist/context/app-host.js +4 -0
- package/dist/context/app-host.js.map +1 -0
- package/dist/context/app-host.mjs +3 -0
- package/dist/context/app-host.mjs.map +1 -0
- package/dist/context/app.d.mts +69 -0
- package/dist/context/app.d.ts +69 -0
- package/dist/context/app.js +4 -0
- package/dist/context/app.js.map +1 -0
- package/dist/context/app.mjs +3 -0
- package/dist/context/app.mjs.map +1 -0
- package/dist/context/channel.d.mts +37 -0
- package/dist/context/channel.d.ts +37 -0
- package/dist/context/channel.js +4 -0
- package/dist/context/channel.js.map +1 -0
- package/dist/context/channel.mjs +3 -0
- package/dist/context/channel.mjs.map +1 -0
- package/dist/context/chat.d.mts +11 -0
- package/dist/context/chat.d.ts +11 -0
- package/dist/context/chat.js +4 -0
- package/dist/context/chat.js.map +1 -0
- package/dist/context/chat.mjs +3 -0
- package/dist/context/chat.mjs.map +1 -0
- package/dist/context/index.d.mts +74 -0
- package/dist/context/index.d.ts +74 -0
- package/dist/context/index.js +108 -0
- package/dist/context/index.js.map +1 -0
- package/dist/context/index.mjs +86 -0
- package/dist/context/index.mjs.map +1 -0
- package/dist/context/meeting.d.mts +11 -0
- package/dist/context/meeting.d.ts +11 -0
- package/dist/context/meeting.js +4 -0
- package/dist/context/meeting.js.map +1 -0
- package/dist/context/meeting.mjs +3 -0
- package/dist/context/meeting.mjs.map +1 -0
- package/dist/context/page.d.mts +40 -0
- package/dist/context/page.d.ts +40 -0
- package/dist/context/page.js +4 -0
- package/dist/context/page.js.map +1 -0
- package/dist/context/page.mjs +3 -0
- package/dist/context/page.mjs.map +1 -0
- package/dist/context/share-point-site.d.mts +31 -0
- package/dist/context/share-point-site.d.ts +31 -0
- package/dist/context/share-point-site.js +4 -0
- package/dist/context/share-point-site.js.map +1 -0
- package/dist/context/share-point-site.mjs +3 -0
- package/dist/context/share-point-site.mjs.map +1 -0
- package/dist/context/team.d.mts +42 -0
- package/dist/context/team.d.ts +42 -0
- package/dist/context/team.js +4 -0
- package/dist/context/team.js.map +1 -0
- package/dist/context/team.mjs +3 -0
- package/dist/context/team.mjs.map +1 -0
- package/dist/context/tenant.d.mts +20 -0
- package/dist/context/tenant.d.ts +20 -0
- package/dist/context/tenant.js +4 -0
- package/dist/context/tenant.js.map +1 -0
- package/dist/context/tenant.mjs +3 -0
- package/dist/context/tenant.mjs.map +1 -0
- package/dist/context/user.d.mts +63 -0
- package/dist/context/user.d.ts +63 -0
- package/dist/context/user.js +4 -0
- package/dist/context/user.js.map +1 -0
- package/dist/context/user.mjs +3 -0
- package/dist/context/user.mjs.map +1 -0
- package/dist/index-5Ok-M8A0.d.ts +13 -0
- package/dist/index-7hUkxLxx.d.mts +17 -0
- package/dist/index-8IcDrPMv.d.ts +70 -0
- package/dist/index-D6kqtGPa.d.mts +13 -0
- package/dist/index-DJal_Cxb.d.mts +70 -0
- package/dist/index-DrTQ_GLN.d.mts +21 -0
- package/dist/index-DtE-Eb9L.d.ts +17 -0
- package/dist/index-_Hc8oq9_.d.ts +21 -0
- package/dist/index.d.mts +56 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +43 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -0
- package/dist/msal-utils.d.mts +30 -0
- package/dist/msal-utils.d.ts +30 -0
- package/dist/msal-utils.js +86 -0
- package/dist/msal-utils.js.map +1 -0
- package/dist/msal-utils.mjs +62 -0
- package/dist/msal-utils.mjs.map +1 -0
- package/dist/window/client-error.d.mts +10 -0
- package/dist/window/client-error.d.ts +10 -0
- package/dist/window/client-error.js +4 -0
- package/dist/window/client-error.js.map +1 -0
- package/dist/window/client-error.mjs +3 -0
- package/dist/window/client-error.mjs.map +1 -0
- package/dist/window/clients/app-entity.d.mts +12 -0
- package/dist/window/clients/app-entity.d.ts +12 -0
- package/dist/window/clients/app-entity.js +15 -0
- package/dist/window/clients/app-entity.js.map +1 -0
- package/dist/window/clients/app-entity.mjs +13 -0
- package/dist/window/clients/app-entity.mjs.map +1 -0
- package/dist/window/clients/app-initialization.d.mts +50 -0
- package/dist/window/clients/app-initialization.d.ts +50 -0
- package/dist/window/clients/app-initialization.js +24 -0
- package/dist/window/clients/app-initialization.js.map +1 -0
- package/dist/window/clients/app-initialization.mjs +22 -0
- package/dist/window/clients/app-initialization.mjs.map +1 -0
- package/dist/window/clients/app-install-dialog.d.mts +21 -0
- package/dist/window/clients/app-install-dialog.d.ts +21 -0
- package/dist/window/clients/app-install-dialog.js +22 -0
- package/dist/window/clients/app-install-dialog.js.map +1 -0
- package/dist/window/clients/app-install-dialog.mjs +20 -0
- package/dist/window/clients/app-install-dialog.mjs.map +1 -0
- package/dist/window/clients/authentication.d.mts +66 -0
- package/dist/window/clients/authentication.d.ts +66 -0
- package/dist/window/clients/authentication.js +47 -0
- package/dist/window/clients/authentication.js.map +1 -0
- package/dist/window/clients/authentication.mjs +45 -0
- package/dist/window/clients/authentication.mjs.map +1 -0
- package/dist/window/clients/bar-code.d.mts +13 -0
- package/dist/window/clients/bar-code.d.ts +13 -0
- package/dist/window/clients/bar-code.js +20 -0
- package/dist/window/clients/bar-code.js.map +1 -0
- package/dist/window/clients/bar-code.mjs +18 -0
- package/dist/window/clients/bar-code.mjs.map +1 -0
- package/dist/window/clients/calendar.d.mts +47 -0
- package/dist/window/clients/calendar.d.ts +47 -0
- package/dist/window/clients/calendar.js +18 -0
- package/dist/window/clients/calendar.js.map +1 -0
- package/dist/window/clients/calendar.mjs +16 -0
- package/dist/window/clients/calendar.mjs.map +1 -0
- package/dist/window/clients/call.d.mts +32 -0
- package/dist/window/clients/call.d.ts +32 -0
- package/dist/window/clients/call.js +16 -0
- package/dist/window/clients/call.js.map +1 -0
- package/dist/window/clients/call.mjs +14 -0
- package/dist/window/clients/call.mjs.map +1 -0
- package/dist/window/clients/clipboard.d.mts +26 -0
- package/dist/window/clients/clipboard.d.ts +26 -0
- package/dist/window/clients/clipboard.js +19 -0
- package/dist/window/clients/clipboard.js.map +1 -0
- package/dist/window/clients/clipboard.mjs +17 -0
- package/dist/window/clients/clipboard.mjs.map +1 -0
- package/dist/window/clients/conversation.d.mts +53 -0
- package/dist/window/clients/conversation.d.ts +53 -0
- package/dist/window/clients/conversation.js +25 -0
- package/dist/window/clients/conversation.js.map +1 -0
- package/dist/window/clients/conversation.mjs +23 -0
- package/dist/window/clients/conversation.mjs.map +1 -0
- package/dist/window/clients/dialog.d.mts +81 -0
- package/dist/window/clients/dialog.d.ts +81 -0
- package/dist/window/clients/dialog.js +37 -0
- package/dist/window/clients/dialog.js.map +1 -0
- package/dist/window/clients/dialog.mjs +35 -0
- package/dist/window/clients/dialog.mjs.map +1 -0
- package/dist/window/clients/index.d.mts +84 -0
- package/dist/window/clients/index.d.ts +84 -0
- package/dist/window/clients/index.js +159 -0
- package/dist/window/clients/index.js.map +1 -0
- package/dist/window/clients/index.mjs +87 -0
- package/dist/window/clients/index.mjs.map +1 -0
- package/dist/window/clients/location.d.mts +14 -0
- package/dist/window/clients/location.d.ts +14 -0
- package/dist/window/clients/location.js +22 -0
- package/dist/window/clients/location.js.map +1 -0
- package/dist/window/clients/location.mjs +20 -0
- package/dist/window/clients/location.mjs.map +1 -0
- package/dist/window/clients/media.d.mts +190 -0
- package/dist/window/clients/media.d.ts +190 -0
- package/dist/window/clients/media.js +75 -0
- package/dist/window/clients/media.js.map +1 -0
- package/dist/window/clients/media.mjs +68 -0
- package/dist/window/clients/media.mjs.map +1 -0
- package/dist/window/clients/notification.d.mts +17 -0
- package/dist/window/clients/notification.d.ts +17 -0
- package/dist/window/clients/notification.js +15 -0
- package/dist/window/clients/notification.js.map +1 -0
- package/dist/window/clients/notification.mjs +13 -0
- package/dist/window/clients/notification.mjs.map +1 -0
- package/dist/window/clients/permission.d.mts +14 -0
- package/dist/window/clients/permission.d.ts +14 -0
- package/dist/window/clients/permission.js +20 -0
- package/dist/window/clients/permission.js.map +1 -0
- package/dist/window/clients/permission.mjs +18 -0
- package/dist/window/clients/permission.mjs.map +1 -0
- package/dist/window/index.d.mts +59 -0
- package/dist/window/index.d.ts +59 -0
- package/dist/window/index.js +35 -0
- package/dist/window/index.js.map +1 -0
- package/dist/window/index.mjs +6 -0
- package/dist/window/index.mjs.map +1 -0
- package/dist/window/message.d.mts +24 -0
- package/dist/window/message.d.ts +24 -0
- package/dist/window/message.js +4 -0
- package/dist/window/message.js.map +1 -0
- package/dist/window/message.mjs +3 -0
- package/dist/window/message.mjs.map +1 -0
- package/dist/window/runtime.d.mts +96 -0
- package/dist/window/runtime.d.ts +96 -0
- package/dist/window/runtime.js +4 -0
- package/dist/window/runtime.js.map +1 -0
- package/dist/window/runtime.mjs +3 -0
- package/dist/window/runtime.mjs.map +1 -0
- package/dist/window/types/action-open-url-type.d.mts +15 -0
- package/dist/window/types/action-open-url-type.d.ts +15 -0
- package/dist/window/types/action-open-url-type.js +13 -0
- package/dist/window/types/action-open-url-type.js.map +1 -0
- package/dist/window/types/action-open-url-type.mjs +11 -0
- package/dist/window/types/action-open-url-type.mjs.map +1 -0
- package/dist/window/types/app-eligibility-info.d.mts +48 -0
- package/dist/window/types/app-eligibility-info.d.ts +48 -0
- package/dist/window/types/app-eligibility-info.js +4 -0
- package/dist/window/types/app-eligibility-info.js.map +1 -0
- package/dist/window/types/app-eligibility-info.mjs +3 -0
- package/dist/window/types/app-eligibility-info.mjs.map +1 -0
- package/dist/window/types/bar-code-config.d.mts +13 -0
- package/dist/window/types/bar-code-config.d.ts +13 -0
- package/dist/window/types/bar-code-config.js +4 -0
- package/dist/window/types/bar-code-config.js.map +1 -0
- package/dist/window/types/bar-code-config.mjs +3 -0
- package/dist/window/types/bar-code-config.mjs.map +1 -0
- package/dist/window/types/call-modality.d.mts +21 -0
- package/dist/window/types/call-modality.d.ts +21 -0
- package/dist/window/types/call-modality.js +14 -0
- package/dist/window/types/call-modality.js.map +1 -0
- package/dist/window/types/call-modality.mjs +12 -0
- package/dist/window/types/call-modality.mjs.map +1 -0
- package/dist/window/types/channel-type.d.mts +17 -0
- package/dist/window/types/channel-type.d.ts +17 -0
- package/dist/window/types/channel-type.js +12 -0
- package/dist/window/types/channel-type.js.map +1 -0
- package/dist/window/types/channel-type.mjs +10 -0
- package/dist/window/types/channel-type.mjs.map +1 -0
- package/dist/window/types/context.d.mts +275 -0
- package/dist/window/types/context.d.ts +275 -0
- package/dist/window/types/context.js +4 -0
- package/dist/window/types/context.js.map +1 -0
- package/dist/window/types/context.mjs +3 -0
- package/dist/window/types/context.mjs.map +1 -0
- package/dist/window/types/data-residency.d.mts +6 -0
- package/dist/window/types/data-residency.d.ts +6 -0
- package/dist/window/types/data-residency.js +4 -0
- package/dist/window/types/data-residency.js.map +1 -0
- package/dist/window/types/data-residency.mjs +3 -0
- package/dist/window/types/data-residency.mjs.map +1 -0
- package/dist/window/types/dialog/dialog-dimension.d.mts +17 -0
- package/dist/window/types/dialog/dialog-dimension.d.ts +17 -0
- package/dist/window/types/dialog/dialog-dimension.js +12 -0
- package/dist/window/types/dialog/dialog-dimension.js.map +1 -0
- package/dist/window/types/dialog/dialog-dimension.mjs +10 -0
- package/dist/window/types/dialog/dialog-dimension.mjs.map +1 -0
- package/dist/window/types/dialog/dialog-info.d.mts +43 -0
- package/dist/window/types/dialog/dialog-info.d.ts +43 -0
- package/dist/window/types/dialog/dialog-info.js +4 -0
- package/dist/window/types/dialog/dialog-info.js.map +1 -0
- package/dist/window/types/dialog/dialog-info.mjs +3 -0
- package/dist/window/types/dialog/dialog-info.mjs.map +1 -0
- package/dist/window/types/dialog/dialog-size.d.mts +14 -0
- package/dist/window/types/dialog/dialog-size.d.ts +14 -0
- package/dist/window/types/dialog/dialog-size.js +4 -0
- package/dist/window/types/dialog/dialog-size.js.map +1 -0
- package/dist/window/types/dialog/dialog-size.mjs +3 -0
- package/dist/window/types/dialog/dialog-size.mjs.map +1 -0
- package/dist/window/types/dialog/index.d.mts +3 -0
- package/dist/window/types/dialog/index.d.ts +3 -0
- package/dist/window/types/dialog/index.js +28 -0
- package/dist/window/types/dialog/index.js.map +1 -0
- package/dist/window/types/dialog/index.mjs +5 -0
- package/dist/window/types/dialog/index.mjs.map +1 -0
- package/dist/window/types/file-open-preference.d.mts +17 -0
- package/dist/window/types/file-open-preference.d.ts +17 -0
- package/dist/window/types/file-open-preference.js +12 -0
- package/dist/window/types/file-open-preference.js.map +1 -0
- package/dist/window/types/file-open-preference.mjs +10 -0
- package/dist/window/types/file-open-preference.mjs.map +1 -0
- package/dist/window/types/file.d.mts +42 -0
- package/dist/window/types/file.d.ts +42 -0
- package/dist/window/types/file.js +11 -0
- package/dist/window/types/file.js.map +1 -0
- package/dist/window/types/file.mjs +9 -0
- package/dist/window/types/file.mjs.map +1 -0
- package/dist/window/types/frame-context.d.mts +44 -0
- package/dist/window/types/frame-context.d.ts +44 -0
- package/dist/window/types/frame-context.js +17 -0
- package/dist/window/types/frame-context.js.map +1 -0
- package/dist/window/types/frame-context.mjs +15 -0
- package/dist/window/types/frame-context.mjs.map +1 -0
- package/dist/window/types/host.d.mts +73 -0
- package/dist/window/types/host.d.ts +73 -0
- package/dist/window/types/host.js +32 -0
- package/dist/window/types/host.js.map +1 -0
- package/dist/window/types/host.mjs +29 -0
- package/dist/window/types/host.mjs.map +1 -0
- package/dist/window/types/index.d.mts +39 -0
- package/dist/window/types/index.d.ts +39 -0
- package/dist/window/types/index.js +189 -0
- package/dist/window/types/index.js.map +1 -0
- package/dist/window/types/index.mjs +30 -0
- package/dist/window/types/index.mjs.map +1 -0
- package/dist/window/types/legal-age-group-classification.d.mts +34 -0
- package/dist/window/types/legal-age-group-classification.d.ts +34 -0
- package/dist/window/types/legal-age-group-classification.js +14 -0
- package/dist/window/types/legal-age-group-classification.js.map +1 -0
- package/dist/window/types/legal-age-group-classification.mjs +12 -0
- package/dist/window/types/legal-age-group-classification.mjs.map +1 -0
- package/dist/window/types/liveshare/client.d.mts +23 -0
- package/dist/window/types/liveshare/client.d.ts +23 -0
- package/dist/window/types/liveshare/client.js +4 -0
- package/dist/window/types/liveshare/client.js.map +1 -0
- package/dist/window/types/liveshare/client.mjs +3 -0
- package/dist/window/types/liveshare/client.mjs.map +1 -0
- package/dist/window/types/liveshare/container-state.d.mts +33 -0
- package/dist/window/types/liveshare/container-state.d.ts +33 -0
- package/dist/window/types/liveshare/container-state.js +13 -0
- package/dist/window/types/liveshare/container-state.js.map +1 -0
- package/dist/window/types/liveshare/container-state.mjs +11 -0
- package/dist/window/types/liveshare/container-state.mjs.map +1 -0
- package/dist/window/types/liveshare/fluid-container.d.mts +28 -0
- package/dist/window/types/liveshare/fluid-container.d.ts +28 -0
- package/dist/window/types/liveshare/fluid-container.js +4 -0
- package/dist/window/types/liveshare/fluid-container.js.map +1 -0
- package/dist/window/types/liveshare/fluid-container.mjs +3 -0
- package/dist/window/types/liveshare/fluid-container.mjs.map +1 -0
- package/dist/window/types/liveshare/fluid-tenant.d.mts +16 -0
- package/dist/window/types/liveshare/fluid-tenant.d.ts +16 -0
- package/dist/window/types/liveshare/fluid-tenant.js +4 -0
- package/dist/window/types/liveshare/fluid-tenant.js.map +1 -0
- package/dist/window/types/liveshare/fluid-tenant.mjs +3 -0
- package/dist/window/types/liveshare/fluid-tenant.mjs.map +1 -0
- package/dist/window/types/liveshare/index.d.mts +6 -0
- package/dist/window/types/liveshare/index.d.ts +6 -0
- package/dist/window/types/liveshare/index.js +42 -0
- package/dist/window/types/liveshare/index.js.map +1 -0
- package/dist/window/types/liveshare/index.mjs +7 -0
- package/dist/window/types/liveshare/index.mjs.map +1 -0
- package/dist/window/types/liveshare/ntp-time.d.mts +16 -0
- package/dist/window/types/liveshare/ntp-time.d.ts +16 -0
- package/dist/window/types/liveshare/ntp-time.js +4 -0
- package/dist/window/types/liveshare/ntp-time.js.map +1 -0
- package/dist/window/types/liveshare/ntp-time.mjs +3 -0
- package/dist/window/types/liveshare/ntp-time.mjs.map +1 -0
- package/dist/window/types/locale.d.mts +38 -0
- package/dist/window/types/locale.d.ts +38 -0
- package/dist/window/types/locale.js +4 -0
- package/dist/window/types/locale.js.map +1 -0
- package/dist/window/types/locale.mjs +3 -0
- package/dist/window/types/locale.mjs.map +1 -0
- package/dist/window/types/location.d.mts +25 -0
- package/dist/window/types/location.d.ts +25 -0
- package/dist/window/types/location.js +4 -0
- package/dist/window/types/location.js.map +1 -0
- package/dist/window/types/location.mjs +3 -0
- package/dist/window/types/location.mjs.map +1 -0
- package/dist/window/types/marketplace/cart-info.d.mts +47 -0
- package/dist/window/types/marketplace/cart-info.d.ts +47 -0
- package/dist/window/types/marketplace/cart-info.js +4 -0
- package/dist/window/types/marketplace/cart-info.js.map +1 -0
- package/dist/window/types/marketplace/cart-info.mjs +3 -0
- package/dist/window/types/marketplace/cart-info.mjs.map +1 -0
- package/dist/window/types/marketplace/cart-item.d.mts +40 -0
- package/dist/window/types/marketplace/cart-item.d.ts +40 -0
- package/dist/window/types/marketplace/cart-item.js +4 -0
- package/dist/window/types/marketplace/cart-item.js.map +1 -0
- package/dist/window/types/marketplace/cart-item.mjs +3 -0
- package/dist/window/types/marketplace/cart-item.mjs.map +1 -0
- package/dist/window/types/marketplace/cart-status.d.mts +33 -0
- package/dist/window/types/marketplace/cart-status.d.ts +33 -0
- package/dist/window/types/marketplace/cart-status.js +14 -0
- package/dist/window/types/marketplace/cart-status.js.map +1 -0
- package/dist/window/types/marketplace/cart-status.mjs +12 -0
- package/dist/window/types/marketplace/cart-status.mjs.map +1 -0
- package/dist/window/types/marketplace/cart-version.d.mts +17 -0
- package/dist/window/types/marketplace/cart-version.d.ts +17 -0
- package/dist/window/types/marketplace/cart-version.js +4 -0
- package/dist/window/types/marketplace/cart-version.js.map +1 -0
- package/dist/window/types/marketplace/cart-version.mjs +3 -0
- package/dist/window/types/marketplace/cart-version.mjs.map +1 -0
- package/dist/window/types/marketplace/cart.d.mts +29 -0
- package/dist/window/types/marketplace/cart.d.ts +29 -0
- package/dist/window/types/marketplace/cart.js +4 -0
- package/dist/window/types/marketplace/cart.js.map +1 -0
- package/dist/window/types/marketplace/cart.mjs +3 -0
- package/dist/window/types/marketplace/cart.mjs.map +1 -0
- package/dist/window/types/marketplace/index.d.mts +6 -0
- package/dist/window/types/marketplace/index.d.ts +6 -0
- package/dist/window/types/marketplace/index.js +49 -0
- package/dist/window/types/marketplace/index.js.map +1 -0
- package/dist/window/types/marketplace/index.mjs +8 -0
- package/dist/window/types/marketplace/index.mjs.map +1 -0
- package/dist/window/types/marketplace/intent.d.mts +23 -0
- package/dist/window/types/marketplace/intent.d.ts +23 -0
- package/dist/window/types/marketplace/intent.js +12 -0
- package/dist/window/types/marketplace/intent.js.map +1 -0
- package/dist/window/types/marketplace/intent.mjs +10 -0
- package/dist/window/types/marketplace/intent.mjs.map +1 -0
- package/dist/window/types/notification-type.d.mts +3 -0
- package/dist/window/types/notification-type.d.ts +3 -0
- package/dist/window/types/notification-type.js +4 -0
- package/dist/window/types/notification-type.js.map +1 -0
- package/dist/window/types/notification-type.mjs +3 -0
- package/dist/window/types/notification-type.mjs.map +1 -0
- package/dist/window/types/permission.d.mts +3 -0
- package/dist/window/types/permission.d.ts +3 -0
- package/dist/window/types/permission.js +4 -0
- package/dist/window/types/permission.js.map +1 -0
- package/dist/window/types/permission.mjs +3 -0
- package/dist/window/types/permission.mjs.map +1 -0
- package/dist/window/types/team-type.d.mts +24 -0
- package/dist/window/types/team-type.d.ts +24 -0
- package/dist/window/types/team-type.js +18 -0
- package/dist/window/types/team-type.js.map +1 -0
- package/dist/window/types/team-type.mjs +15 -0
- package/dist/window/types/team-type.mjs.map +1 -0
- package/dist/window/types/theme.d.mts +6 -0
- package/dist/window/types/theme.d.ts +6 -0
- package/dist/window/types/theme.js +4 -0
- package/dist/window/types/theme.js.map +1 -0
- package/dist/window/types/theme.mjs +3 -0
- package/dist/window/types/theme.mjs.map +1 -0
- package/dist/window/types/thread-member.d.mts +11 -0
- package/dist/window/types/thread-member.d.ts +11 -0
- package/dist/window/types/thread-member.js +4 -0
- package/dist/window/types/thread-member.js.map +1 -0
- package/dist/window/types/thread-member.mjs +3 -0
- package/dist/window/types/thread-member.mjs.map +1 -0
- package/dist/window/types/user-meeting-role.d.mts +31 -0
- package/dist/window/types/user-meeting-role.d.ts +31 -0
- package/dist/window/types/user-meeting-role.js +13 -0
- package/dist/window/types/user-meeting-role.js.map +1 -0
- package/dist/window/types/user-meeting-role.mjs +11 -0
- package/dist/window/types/user-meeting-role.mjs.map +1 -0
- package/dist/window/types/user-profile.d.mts +82 -0
- package/dist/window/types/user-profile.d.ts +82 -0
- package/dist/window/types/user-profile.js +4 -0
- package/dist/window/types/user-profile.js.map +1 -0
- package/dist/window/types/user-profile.mjs +3 -0
- package/dist/window/types/user-profile.mjs.map +1 -0
- package/dist/window/types/user-team-role.d.mts +18 -0
- package/dist/window/types/user-team-role.d.ts +18 -0
- package/dist/window/types/user-team-role.js +16 -0
- package/dist/window/types/user-team-role.js.map +1 -0
- package/dist/window/types/user-team-role.mjs +13 -0
- package/dist/window/types/user-team-role.mjs.map +1 -0
- package/dist/window/window-client.d.mts +28 -0
- package/dist/window/window-client.d.ts +28 -0
- package/dist/window/window-client.js +92 -0
- package/dist/window/window-client.js.map +1 -0
- package/dist/window/window-client.mjs +70 -0
- package/dist/window/window-client.mjs.map +1 -0
- package/package.json +57 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { FrameContext } from '../window/types/frame-context.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Represents Page information.
|
|
5
|
+
*/
|
|
6
|
+
type PageContext = {
|
|
7
|
+
/**
|
|
8
|
+
* The developer-defined unique ID for the page this content points to.
|
|
9
|
+
*/
|
|
10
|
+
id: string;
|
|
11
|
+
/**
|
|
12
|
+
* The context where page url is loaded (content, task, setting, remove, sidePanel)
|
|
13
|
+
*/
|
|
14
|
+
frameContext: FrameContext;
|
|
15
|
+
/**
|
|
16
|
+
* The developer-defined unique ID for the sub-page this content points to.
|
|
17
|
+
* This field should be used to restore to a specific state within a page,
|
|
18
|
+
* such as scrolling to or activating a specific piece of content.
|
|
19
|
+
*/
|
|
20
|
+
subPageId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Indication whether the page is in full-screen mode.
|
|
23
|
+
*/
|
|
24
|
+
isFullScreen?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Indication whether the page is in a pop out window
|
|
27
|
+
*/
|
|
28
|
+
isMultiWindow?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Indicates whether the page is being loaded in the background as
|
|
31
|
+
* part of an opt-in performance enhancement.
|
|
32
|
+
*/
|
|
33
|
+
isBackgroundLoad?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Source origin from where the page is opened
|
|
36
|
+
*/
|
|
37
|
+
sourceOrigin?: string;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export type { PageContext };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { FrameContext } from '../window/types/frame-context.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Represents Page information.
|
|
5
|
+
*/
|
|
6
|
+
type PageContext = {
|
|
7
|
+
/**
|
|
8
|
+
* The developer-defined unique ID for the page this content points to.
|
|
9
|
+
*/
|
|
10
|
+
id: string;
|
|
11
|
+
/**
|
|
12
|
+
* The context where page url is loaded (content, task, setting, remove, sidePanel)
|
|
13
|
+
*/
|
|
14
|
+
frameContext: FrameContext;
|
|
15
|
+
/**
|
|
16
|
+
* The developer-defined unique ID for the sub-page this content points to.
|
|
17
|
+
* This field should be used to restore to a specific state within a page,
|
|
18
|
+
* such as scrolling to or activating a specific piece of content.
|
|
19
|
+
*/
|
|
20
|
+
subPageId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Indication whether the page is in full-screen mode.
|
|
23
|
+
*/
|
|
24
|
+
isFullScreen?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Indication whether the page is in a pop out window
|
|
27
|
+
*/
|
|
28
|
+
isMultiWindow?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Indicates whether the page is being loaded in the background as
|
|
31
|
+
* part of an opt-in performance enhancement.
|
|
32
|
+
*/
|
|
33
|
+
isBackgroundLoad?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Source origin from where the page is opened
|
|
36
|
+
*/
|
|
37
|
+
sourceOrigin?: string;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export type { PageContext };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"page.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"page.mjs"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents information about a SharePoint site
|
|
3
|
+
*/
|
|
4
|
+
type SharePointSiteContext = {
|
|
5
|
+
/**
|
|
6
|
+
* The root SharePoint site associated with the team.
|
|
7
|
+
*/
|
|
8
|
+
teamSiteUrl?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The domain of the root SharePoint site associated with the team.
|
|
11
|
+
*/
|
|
12
|
+
teamSiteDomain?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The relative path to the SharePoint site associated with the team.
|
|
15
|
+
*/
|
|
16
|
+
teamSitePath?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Teamsite ID, aka sharepoint site id.
|
|
19
|
+
*/
|
|
20
|
+
teamSiteId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The SharePoint my site domain associated with the user.
|
|
23
|
+
*/
|
|
24
|
+
mySiteDomain?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The SharePoint relative path to the current users mysite
|
|
27
|
+
*/
|
|
28
|
+
mySitePath?: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export type { SharePointSiteContext };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents information about a SharePoint site
|
|
3
|
+
*/
|
|
4
|
+
type SharePointSiteContext = {
|
|
5
|
+
/**
|
|
6
|
+
* The root SharePoint site associated with the team.
|
|
7
|
+
*/
|
|
8
|
+
teamSiteUrl?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The domain of the root SharePoint site associated with the team.
|
|
11
|
+
*/
|
|
12
|
+
teamSiteDomain?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The relative path to the SharePoint site associated with the team.
|
|
15
|
+
*/
|
|
16
|
+
teamSitePath?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Teamsite ID, aka sharepoint site id.
|
|
19
|
+
*/
|
|
20
|
+
teamSiteId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The SharePoint my site domain associated with the user.
|
|
23
|
+
*/
|
|
24
|
+
mySiteDomain?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The SharePoint relative path to the current users mysite
|
|
27
|
+
*/
|
|
28
|
+
mySitePath?: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export type { SharePointSiteContext };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"share-point-site.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"share-point-site.mjs"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { TeamType } from '../window/types/team-type.mjs';
|
|
2
|
+
import { UserTeamRole } from '../window/types/user-team-role.mjs';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Represents Team information.
|
|
6
|
+
*/
|
|
7
|
+
type TeamContext = {
|
|
8
|
+
/**
|
|
9
|
+
* The Microsoft Teams ID for the team with which the content is associated.
|
|
10
|
+
*/
|
|
11
|
+
internalId: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name for the team with which the content is associated.
|
|
14
|
+
*/
|
|
15
|
+
displayName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The type of the team.
|
|
18
|
+
*/
|
|
19
|
+
type?: TeamType;
|
|
20
|
+
/**
|
|
21
|
+
* The Office 365 group ID for the team with which the content is associated.
|
|
22
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
23
|
+
*/
|
|
24
|
+
groupId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Indicates whether team is archived.
|
|
27
|
+
* Apps should use this as a signal to prevent any changes to content associated with archived teams.
|
|
28
|
+
*/
|
|
29
|
+
isArchived?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Team Template ID if there was a Team Template associated with the creation of the team.
|
|
32
|
+
*/
|
|
33
|
+
templateId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The user's role in the team.
|
|
36
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
37
|
+
* be used only as a hint as to the user's role, and never as proof of her role.
|
|
38
|
+
*/
|
|
39
|
+
userRole?: UserTeamRole;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export type { TeamContext };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { TeamType } from '../window/types/team-type.js';
|
|
2
|
+
import { UserTeamRole } from '../window/types/user-team-role.js';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Represents Team information.
|
|
6
|
+
*/
|
|
7
|
+
type TeamContext = {
|
|
8
|
+
/**
|
|
9
|
+
* The Microsoft Teams ID for the team with which the content is associated.
|
|
10
|
+
*/
|
|
11
|
+
internalId: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name for the team with which the content is associated.
|
|
14
|
+
*/
|
|
15
|
+
displayName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The type of the team.
|
|
18
|
+
*/
|
|
19
|
+
type?: TeamType;
|
|
20
|
+
/**
|
|
21
|
+
* The Office 365 group ID for the team with which the content is associated.
|
|
22
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
23
|
+
*/
|
|
24
|
+
groupId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Indicates whether team is archived.
|
|
27
|
+
* Apps should use this as a signal to prevent any changes to content associated with archived teams.
|
|
28
|
+
*/
|
|
29
|
+
isArchived?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Team Template ID if there was a Team Template associated with the creation of the team.
|
|
32
|
+
*/
|
|
33
|
+
templateId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The user's role in the team.
|
|
36
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
37
|
+
* be used only as a hint as to the user's role, and never as proof of her role.
|
|
38
|
+
*/
|
|
39
|
+
userRole?: UserTeamRole;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export type { TeamContext };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"team.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"team.mjs"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents Tenant information.
|
|
3
|
+
*/
|
|
4
|
+
type TenantContext = {
|
|
5
|
+
/**
|
|
6
|
+
* The Microsoft Entra tenant ID of the current user.
|
|
7
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
8
|
+
* be used only as a optimization hint as to who the user is and never as proof of identity.
|
|
9
|
+
* Specifically, this value should never be used to determine if a user is authorized to access
|
|
10
|
+
* a resource; access tokens should be used for that.
|
|
11
|
+
* See {@link authentication.getAuthToken} and {@link authentication.authenticate} for more information on access tokens.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
/**
|
|
15
|
+
* The type of license for the current user's tenant. Possible values are enterprise, free, edu, and unknown.
|
|
16
|
+
*/
|
|
17
|
+
teamsSku?: string;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export type { TenantContext };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents Tenant information.
|
|
3
|
+
*/
|
|
4
|
+
type TenantContext = {
|
|
5
|
+
/**
|
|
6
|
+
* The Microsoft Entra tenant ID of the current user.
|
|
7
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
8
|
+
* be used only as a optimization hint as to who the user is and never as proof of identity.
|
|
9
|
+
* Specifically, this value should never be used to determine if a user is authorized to access
|
|
10
|
+
* a resource; access tokens should be used for that.
|
|
11
|
+
* See {@link authentication.getAuthToken} and {@link authentication.authenticate} for more information on access tokens.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
/**
|
|
15
|
+
* The type of license for the current user's tenant. Possible values are enterprise, free, edu, and unknown.
|
|
16
|
+
*/
|
|
17
|
+
teamsSku?: string;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export type { TenantContext };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"tenant.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"tenant.mjs"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { TenantContext } from './tenant.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Represents User information.
|
|
5
|
+
*/
|
|
6
|
+
type UserContext = {
|
|
7
|
+
/**
|
|
8
|
+
* The Microsoft Entra object id of the current user.
|
|
9
|
+
*
|
|
10
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
11
|
+
* be used only as a optimization hint as to who the user is and never as proof of identity.
|
|
12
|
+
* Specifically, this value should never be used to determine if a user is authorized to access
|
|
13
|
+
* a resource; access tokens should be used for that.
|
|
14
|
+
* See {@link authentication.getAuthToken} and {@link authentication.authenticate} for more information on access tokens.
|
|
15
|
+
*
|
|
16
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
17
|
+
*/
|
|
18
|
+
id: string;
|
|
19
|
+
/**
|
|
20
|
+
* The address book name of the current user.
|
|
21
|
+
*/
|
|
22
|
+
displayName?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Represents whether calling is allowed for the current logged in User
|
|
25
|
+
*/
|
|
26
|
+
isCallingAllowed?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Represents whether PSTN calling is allowed for the current logged in User
|
|
29
|
+
*/
|
|
30
|
+
isPSTNCallingAllowed?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* The license type for the current user. Possible values are:
|
|
33
|
+
* "Unknown", "Teacher", "Student", "Free", "SmbBusinessVoice", "SmbNonVoice", "FrontlineWorker", "Anonymous"
|
|
34
|
+
*/
|
|
35
|
+
licenseType?: string;
|
|
36
|
+
/**
|
|
37
|
+
* A value suitable for use when providing a login_hint to Microsoft Entra ID for authentication purposes.
|
|
38
|
+
* See [Provide optional claims to your app](https://learn.microsoft.com/azure/active-directory/develop/active-directory-optional-claims#v10-and-v20-optional-claims-set)
|
|
39
|
+
* for more information about the use of login_hint
|
|
40
|
+
*
|
|
41
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
42
|
+
* be used only as a optimization hint as to who the user is and never as proof of identity.
|
|
43
|
+
* Specifically, this value should never be used to determine if a user is authorized to access
|
|
44
|
+
* a resource; access tokens should be used for that.
|
|
45
|
+
* See {@link authentication.getAuthToken} and {@link authentication.authenticate} for more information on access tokens.
|
|
46
|
+
*/
|
|
47
|
+
loginHint?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The UPN of the current user. This may be an externally-authenticated UPN (e.g., guest users).
|
|
50
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
51
|
+
* be used only as a optimization hint as to who the user is and never as proof of identity.
|
|
52
|
+
* Specifically, this value should never be used to determine if a user is authorized to access
|
|
53
|
+
* a resource; access tokens should be used for that.
|
|
54
|
+
* See {@link authentication.getAuthToken} and {@link authentication.authenticate} for more information on access tokens.
|
|
55
|
+
*/
|
|
56
|
+
userPrincipalName?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The tenant related info of the current user.
|
|
59
|
+
*/
|
|
60
|
+
tenant?: TenantContext;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export type { UserContext };
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { TenantContext } from './tenant.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Represents User information.
|
|
5
|
+
*/
|
|
6
|
+
type UserContext = {
|
|
7
|
+
/**
|
|
8
|
+
* The Microsoft Entra object id of the current user.
|
|
9
|
+
*
|
|
10
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
11
|
+
* be used only as a optimization hint as to who the user is and never as proof of identity.
|
|
12
|
+
* Specifically, this value should never be used to determine if a user is authorized to access
|
|
13
|
+
* a resource; access tokens should be used for that.
|
|
14
|
+
* See {@link authentication.getAuthToken} and {@link authentication.authenticate} for more information on access tokens.
|
|
15
|
+
*
|
|
16
|
+
* This field is available only when the identity permission is requested in the manifest.
|
|
17
|
+
*/
|
|
18
|
+
id: string;
|
|
19
|
+
/**
|
|
20
|
+
* The address book name of the current user.
|
|
21
|
+
*/
|
|
22
|
+
displayName?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Represents whether calling is allowed for the current logged in User
|
|
25
|
+
*/
|
|
26
|
+
isCallingAllowed?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Represents whether PSTN calling is allowed for the current logged in User
|
|
29
|
+
*/
|
|
30
|
+
isPSTNCallingAllowed?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* The license type for the current user. Possible values are:
|
|
33
|
+
* "Unknown", "Teacher", "Student", "Free", "SmbBusinessVoice", "SmbNonVoice", "FrontlineWorker", "Anonymous"
|
|
34
|
+
*/
|
|
35
|
+
licenseType?: string;
|
|
36
|
+
/**
|
|
37
|
+
* A value suitable for use when providing a login_hint to Microsoft Entra ID for authentication purposes.
|
|
38
|
+
* See [Provide optional claims to your app](https://learn.microsoft.com/azure/active-directory/develop/active-directory-optional-claims#v10-and-v20-optional-claims-set)
|
|
39
|
+
* for more information about the use of login_hint
|
|
40
|
+
*
|
|
41
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
42
|
+
* be used only as a optimization hint as to who the user is and never as proof of identity.
|
|
43
|
+
* Specifically, this value should never be used to determine if a user is authorized to access
|
|
44
|
+
* a resource; access tokens should be used for that.
|
|
45
|
+
* See {@link authentication.getAuthToken} and {@link authentication.authenticate} for more information on access tokens.
|
|
46
|
+
*/
|
|
47
|
+
loginHint?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The UPN of the current user. This may be an externally-authenticated UPN (e.g., guest users).
|
|
50
|
+
* Because a malicious party can run your content in a browser, this value should
|
|
51
|
+
* be used only as a optimization hint as to who the user is and never as proof of identity.
|
|
52
|
+
* Specifically, this value should never be used to determine if a user is authorized to access
|
|
53
|
+
* a resource; access tokens should be used for that.
|
|
54
|
+
* See {@link authentication.getAuthToken} and {@link authentication.authenticate} for more information on access tokens.
|
|
55
|
+
*/
|
|
56
|
+
userPrincipalName?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The tenant related info of the current user.
|
|
59
|
+
*/
|
|
60
|
+
tenant?: TenantContext;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export type { UserContext };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"user.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"user.mjs"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DialogDimension, DialogDimensions } from './window/types/dialog/dialog-dimension.js';
|
|
2
|
+
import { DialogInfo } from './window/types/dialog/dialog-info.js';
|
|
3
|
+
import { DialogSize } from './window/types/dialog/dialog-size.js';
|
|
4
|
+
|
|
5
|
+
declare const index_DialogDimension: typeof DialogDimension;
|
|
6
|
+
declare const index_DialogDimensions: typeof DialogDimensions;
|
|
7
|
+
declare const index_DialogInfo: typeof DialogInfo;
|
|
8
|
+
declare const index_DialogSize: typeof DialogSize;
|
|
9
|
+
declare namespace index {
|
|
10
|
+
export { index_DialogDimension as DialogDimension, index_DialogDimensions as DialogDimensions, index_DialogInfo as DialogInfo, index_DialogSize as DialogSize };
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { index as i };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ContainerState, ContainerStates } from './window/types/liveshare/container-state.mjs';
|
|
2
|
+
import { FluidContainer } from './window/types/liveshare/fluid-container.mjs';
|
|
3
|
+
import { NtpTime } from './window/types/liveshare/ntp-time.mjs';
|
|
4
|
+
import { FluidTenant } from './window/types/liveshare/fluid-tenant.mjs';
|
|
5
|
+
import { ClientInfo } from './window/types/liveshare/client.mjs';
|
|
6
|
+
|
|
7
|
+
declare const index_ClientInfo: typeof ClientInfo;
|
|
8
|
+
declare const index_ContainerState: typeof ContainerState;
|
|
9
|
+
declare const index_ContainerStates: typeof ContainerStates;
|
|
10
|
+
declare const index_FluidContainer: typeof FluidContainer;
|
|
11
|
+
declare const index_FluidTenant: typeof FluidTenant;
|
|
12
|
+
declare const index_NtpTime: typeof NtpTime;
|
|
13
|
+
declare namespace index {
|
|
14
|
+
export { index_ClientInfo as ClientInfo, index_ContainerState as ContainerState, index_ContainerStates as ContainerStates, index_FluidContainer as FluidContainer, index_FluidTenant as FluidTenant, index_NtpTime as NtpTime };
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { index as i };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { ChannelType, ChannelTypes } from './window/types/channel-type.js';
|
|
2
|
+
import { FileOpenPreference, FileOpenPreferences } from './window/types/file-open-preference.js';
|
|
3
|
+
import { FrameContext, FrameContexts } from './window/types/frame-context.js';
|
|
4
|
+
import { HostClientType, HostClientTypes, HostName, HostNames } from './window/types/host.js';
|
|
5
|
+
import { Locale } from './window/types/locale.js';
|
|
6
|
+
import { TeamType, TeamTypes, mapTeamType } from './window/types/team-type.js';
|
|
7
|
+
import { UserMeetingRole, UserMeetingRoles } from './window/types/user-meeting-role.js';
|
|
8
|
+
import { UserTeamRole, UserTeamRoles, mapUserTeamRole } from './window/types/user-team-role.js';
|
|
9
|
+
import { Context } from './window/types/context.js';
|
|
10
|
+
import { Theme } from './window/types/theme.js';
|
|
11
|
+
import { UserProfile } from './window/types/user-profile.js';
|
|
12
|
+
import { DataResidency } from './window/types/data-residency.js';
|
|
13
|
+
import { BarCodeConfig } from './window/types/bar-code-config.js';
|
|
14
|
+
import { Permission } from './window/types/permission.js';
|
|
15
|
+
import { CallModalities, CallModality } from './window/types/call-modality.js';
|
|
16
|
+
import { File, FileFormat, FileFormats } from './window/types/file.js';
|
|
17
|
+
import { ThreadMember } from './window/types/thread-member.js';
|
|
18
|
+
import { LegalAgeGroupClassification, LegalAgeGroupClassifications } from './window/types/legal-age-group-classification.js';
|
|
19
|
+
import { AppEligibilityInfo, FeatureSet } from './window/types/app-eligibility-info.js';
|
|
20
|
+
import { ActionOpenUrlType, ActionOpenUrlTypes } from './window/types/action-open-url-type.js';
|
|
21
|
+
import { Location } from './window/types/location.js';
|
|
22
|
+
import { NotificationType } from './window/types/notification-type.js';
|
|
23
|
+
import { i as index$2 } from './index-DtE-Eb9L.js';
|
|
24
|
+
import { i as index$3 } from './index-_Hc8oq9_.js';
|
|
25
|
+
import { i as index$1 } from './index-5Ok-M8A0.js';
|
|
26
|
+
|
|
27
|
+
declare const index_ActionOpenUrlType: typeof ActionOpenUrlType;
|
|
28
|
+
declare const index_ActionOpenUrlTypes: typeof ActionOpenUrlTypes;
|
|
29
|
+
declare const index_AppEligibilityInfo: typeof AppEligibilityInfo;
|
|
30
|
+
declare const index_BarCodeConfig: typeof BarCodeConfig;
|
|
31
|
+
declare const index_CallModalities: typeof CallModalities;
|
|
32
|
+
declare const index_CallModality: typeof CallModality;
|
|
33
|
+
declare const index_ChannelType: typeof ChannelType;
|
|
34
|
+
declare const index_ChannelTypes: typeof ChannelTypes;
|
|
35
|
+
declare const index_Context: typeof Context;
|
|
36
|
+
declare const index_DataResidency: typeof DataResidency;
|
|
37
|
+
declare const index_FeatureSet: typeof FeatureSet;
|
|
38
|
+
declare const index_File: typeof File;
|
|
39
|
+
declare const index_FileFormat: typeof FileFormat;
|
|
40
|
+
declare const index_FileFormats: typeof FileFormats;
|
|
41
|
+
declare const index_FileOpenPreference: typeof FileOpenPreference;
|
|
42
|
+
declare const index_FileOpenPreferences: typeof FileOpenPreferences;
|
|
43
|
+
declare const index_FrameContext: typeof FrameContext;
|
|
44
|
+
declare const index_FrameContexts: typeof FrameContexts;
|
|
45
|
+
declare const index_HostClientType: typeof HostClientType;
|
|
46
|
+
declare const index_HostClientTypes: typeof HostClientTypes;
|
|
47
|
+
declare const index_HostName: typeof HostName;
|
|
48
|
+
declare const index_HostNames: typeof HostNames;
|
|
49
|
+
declare const index_LegalAgeGroupClassification: typeof LegalAgeGroupClassification;
|
|
50
|
+
declare const index_LegalAgeGroupClassifications: typeof LegalAgeGroupClassifications;
|
|
51
|
+
declare const index_Locale: typeof Locale;
|
|
52
|
+
declare const index_Location: typeof Location;
|
|
53
|
+
declare const index_NotificationType: typeof NotificationType;
|
|
54
|
+
declare const index_Permission: typeof Permission;
|
|
55
|
+
declare const index_TeamType: typeof TeamType;
|
|
56
|
+
declare const index_TeamTypes: typeof TeamTypes;
|
|
57
|
+
declare const index_Theme: typeof Theme;
|
|
58
|
+
declare const index_ThreadMember: typeof ThreadMember;
|
|
59
|
+
declare const index_UserMeetingRole: typeof UserMeetingRole;
|
|
60
|
+
declare const index_UserMeetingRoles: typeof UserMeetingRoles;
|
|
61
|
+
declare const index_UserProfile: typeof UserProfile;
|
|
62
|
+
declare const index_UserTeamRole: typeof UserTeamRole;
|
|
63
|
+
declare const index_UserTeamRoles: typeof UserTeamRoles;
|
|
64
|
+
declare const index_mapTeamType: typeof mapTeamType;
|
|
65
|
+
declare const index_mapUserTeamRole: typeof mapUserTeamRole;
|
|
66
|
+
declare namespace index {
|
|
67
|
+
export { index_ActionOpenUrlType as ActionOpenUrlType, index_ActionOpenUrlTypes as ActionOpenUrlTypes, index_AppEligibilityInfo as AppEligibilityInfo, index_BarCodeConfig as BarCodeConfig, index_CallModalities as CallModalities, index_CallModality as CallModality, index_ChannelType as ChannelType, index_ChannelTypes as ChannelTypes, index_Context as Context, index_DataResidency as DataResidency, index_FeatureSet as FeatureSet, index_File as File, index_FileFormat as FileFormat, index_FileFormats as FileFormats, index_FileOpenPreference as FileOpenPreference, index_FileOpenPreferences as FileOpenPreferences, index_FrameContext as FrameContext, index_FrameContexts as FrameContexts, index_HostClientType as HostClientType, index_HostClientTypes as HostClientTypes, index_HostName as HostName, index_HostNames as HostNames, index_LegalAgeGroupClassification as LegalAgeGroupClassification, index_LegalAgeGroupClassifications as LegalAgeGroupClassifications, index_Locale as Locale, index_Location as Location, index_NotificationType as NotificationType, index_Permission as Permission, index_TeamType as TeamType, index_TeamTypes as TeamTypes, index_Theme as Theme, index_ThreadMember as ThreadMember, index_UserMeetingRole as UserMeetingRole, index_UserMeetingRoles as UserMeetingRoles, index_UserProfile as UserProfile, index_UserTeamRole as UserTeamRole, index_UserTeamRoles as UserTeamRoles, index$1 as dialog, index$2 as liveshare, index_mapTeamType as mapTeamType, index_mapUserTeamRole as mapUserTeamRole, index$3 as marketplace };
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export { index as i };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DialogDimension, DialogDimensions } from './window/types/dialog/dialog-dimension.mjs';
|
|
2
|
+
import { DialogInfo } from './window/types/dialog/dialog-info.mjs';
|
|
3
|
+
import { DialogSize } from './window/types/dialog/dialog-size.mjs';
|
|
4
|
+
|
|
5
|
+
declare const index_DialogDimension: typeof DialogDimension;
|
|
6
|
+
declare const index_DialogDimensions: typeof DialogDimensions;
|
|
7
|
+
declare const index_DialogInfo: typeof DialogInfo;
|
|
8
|
+
declare const index_DialogSize: typeof DialogSize;
|
|
9
|
+
declare namespace index {
|
|
10
|
+
export { index_DialogDimension as DialogDimension, index_DialogDimensions as DialogDimensions, index_DialogInfo as DialogInfo, index_DialogSize as DialogSize };
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { index as i };
|