@microsoft/teams.cards 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 +41 -0
- package/dist/actions/base.d.mts +89 -0
- package/dist/actions/base.d.ts +89 -0
- package/dist/actions/base.js +90 -0
- package/dist/actions/base.js.map +1 -0
- package/dist/actions/base.mjs +88 -0
- package/dist/actions/base.mjs.map +1 -0
- package/dist/actions/execute.d.mts +47 -0
- package/dist/actions/execute.d.ts +47 -0
- package/dist/actions/execute.js +43 -0
- package/dist/actions/execute.js.map +1 -0
- package/dist/actions/execute.mjs +41 -0
- package/dist/actions/execute.mjs.map +1 -0
- package/dist/actions/index.d.mts +31 -0
- package/dist/actions/index.d.ts +31 -0
- package/dist/actions/index.js +42 -0
- package/dist/actions/index.js.map +1 -0
- package/dist/actions/index.mjs +7 -0
- package/dist/actions/index.mjs.map +1 -0
- package/dist/actions/open-url.d.mts +28 -0
- package/dist/actions/open-url.d.ts +28 -0
- package/dist/actions/open-url.js +28 -0
- package/dist/actions/open-url.js.map +1 -0
- package/dist/actions/open-url.mjs +26 -0
- package/dist/actions/open-url.mjs.map +1 -0
- package/dist/actions/show-card.d.mts +31 -0
- package/dist/actions/show-card.d.ts +31 -0
- package/dist/actions/show-card.js +28 -0
- package/dist/actions/show-card.js.map +1 -0
- package/dist/actions/show-card.mjs +26 -0
- package/dist/actions/show-card.mjs.map +1 -0
- package/dist/actions/submit/collab-stage.d.mts +74 -0
- package/dist/actions/submit/collab-stage.d.ts +74 -0
- package/dist/actions/submit/collab-stage.js +62 -0
- package/dist/actions/submit/collab-stage.js.map +1 -0
- package/dist/actions/submit/collab-stage.mjs +58 -0
- package/dist/actions/submit/collab-stage.mjs.map +1 -0
- package/dist/actions/submit/im-back.d.mts +40 -0
- package/dist/actions/submit/im-back.d.ts +40 -0
- package/dist/actions/submit/im-back.js +42 -0
- package/dist/actions/submit/im-back.js.map +1 -0
- package/dist/actions/submit/im-back.mjs +39 -0
- package/dist/actions/submit/im-back.mjs.map +1 -0
- package/dist/actions/submit/index.d.mts +10 -0
- package/dist/actions/submit/index.d.ts +10 -0
- package/dist/actions/submit/index.js +56 -0
- package/dist/actions/submit/index.js.map +1 -0
- package/dist/actions/submit/index.mjs +9 -0
- package/dist/actions/submit/index.mjs.map +1 -0
- package/dist/actions/submit/invoke.d.mts +40 -0
- package/dist/actions/submit/invoke.d.ts +40 -0
- package/dist/actions/submit/invoke.js +42 -0
- package/dist/actions/submit/invoke.js.map +1 -0
- package/dist/actions/submit/invoke.mjs +39 -0
- package/dist/actions/submit/invoke.mjs.map +1 -0
- package/dist/actions/submit/message-back.d.mts +60 -0
- package/dist/actions/submit/message-back.d.ts +60 -0
- package/dist/actions/submit/message-back.js +56 -0
- package/dist/actions/submit/message-back.js.map +1 -0
- package/dist/actions/submit/message-back.mjs +53 -0
- package/dist/actions/submit/message-back.mjs.map +1 -0
- package/dist/actions/submit/sign-in.d.mts +40 -0
- package/dist/actions/submit/sign-in.d.ts +40 -0
- package/dist/actions/submit/sign-in.js +42 -0
- package/dist/actions/submit/sign-in.js.map +1 -0
- package/dist/actions/submit/sign-in.mjs +39 -0
- package/dist/actions/submit/sign-in.mjs.map +1 -0
- package/dist/actions/submit/submit.d.mts +51 -0
- package/dist/actions/submit/submit.d.ts +51 -0
- package/dist/actions/submit/submit.js +38 -0
- package/dist/actions/submit/submit.js.map +1 -0
- package/dist/actions/submit/submit.mjs +36 -0
- package/dist/actions/submit/submit.mjs.map +1 -0
- package/dist/actions/submit/task-fetch.d.mts +40 -0
- package/dist/actions/submit/task-fetch.d.ts +40 -0
- package/dist/actions/submit/task-fetch.js +42 -0
- package/dist/actions/submit/task-fetch.js.map +1 -0
- package/dist/actions/submit/task-fetch.mjs +39 -0
- package/dist/actions/submit/task-fetch.mjs.map +1 -0
- package/dist/actions/toggle-visibility.d.mts +29 -0
- package/dist/actions/toggle-visibility.d.ts +29 -0
- package/dist/actions/toggle-visibility.js +29 -0
- package/dist/actions/toggle-visibility.js.map +1 -0
- package/dist/actions/toggle-visibility.mjs +27 -0
- package/dist/actions/toggle-visibility.mjs.map +1 -0
- package/dist/base.d.mts +31 -0
- package/dist/base.d.ts +31 -0
- package/dist/base.js +105 -0
- package/dist/base.js.map +1 -0
- package/dist/base.mjs +103 -0
- package/dist/base.mjs.map +1 -0
- package/dist/card.d.mts +31 -0
- package/dist/card.d.ts +31 -0
- package/dist/card.js +118 -0
- package/dist/card.js.map +1 -0
- package/dist/card.mjs +115 -0
- package/dist/card.mjs.map +1 -0
- package/dist/charts/color.d.mts +3 -0
- package/dist/charts/color.d.ts +3 -0
- package/dist/charts/color.js +4 -0
- package/dist/charts/color.js.map +1 -0
- package/dist/charts/color.mjs +3 -0
- package/dist/charts/color.mjs.map +1 -0
- package/dist/charts/donut.d.mts +31 -0
- package/dist/charts/donut.d.ts +31 -0
- package/dist/charts/donut.js +79 -0
- package/dist/charts/donut.js.map +1 -0
- package/dist/charts/donut.mjs +76 -0
- package/dist/charts/donut.mjs.map +1 -0
- package/dist/charts/index.d.mts +31 -0
- package/dist/charts/index.d.ts +31 -0
- package/dist/charts/index.js +28 -0
- package/dist/charts/index.js.map +1 -0
- package/dist/charts/index.mjs +5 -0
- package/dist/charts/index.mjs.map +1 -0
- package/dist/charts/line.d.mts +31 -0
- package/dist/charts/line.d.ts +31 -0
- package/dist/charts/line.js +97 -0
- package/dist/charts/line.js.map +1 -0
- package/dist/charts/line.mjs +93 -0
- package/dist/charts/line.mjs.map +1 -0
- package/dist/common/associated-inputs.d.mts +3 -0
- package/dist/common/associated-inputs.d.ts +3 -0
- package/dist/common/associated-inputs.js +4 -0
- package/dist/common/associated-inputs.js.map +1 -0
- package/dist/common/associated-inputs.mjs +3 -0
- package/dist/common/associated-inputs.mjs.map +1 -0
- package/dist/common/auth/auth-card-button.d.mts +50 -0
- package/dist/common/auth/auth-card-button.d.ts +50 -0
- package/dist/common/auth/auth-card-button.js +45 -0
- package/dist/common/auth/auth-card-button.js.map +1 -0
- package/dist/common/auth/auth-card-button.mjs +43 -0
- package/dist/common/auth/auth-card-button.mjs.map +1 -0
- package/dist/common/auth/auth.d.mts +52 -0
- package/dist/common/auth/auth.d.ts +52 -0
- package/dist/common/auth/auth.js +46 -0
- package/dist/common/auth/auth.js.map +1 -0
- package/dist/common/auth/auth.mjs +44 -0
- package/dist/common/auth/auth.mjs.map +1 -0
- package/dist/common/auth/index.d.mts +3 -0
- package/dist/common/auth/index.d.ts +3 -0
- package/dist/common/auth/index.js +28 -0
- package/dist/common/auth/index.js.map +1 -0
- package/dist/common/auth/index.mjs +5 -0
- package/dist/common/auth/index.mjs.map +1 -0
- package/dist/common/auth/token-exchange-resource.d.mts +37 -0
- package/dist/common/auth/token-exchange-resource.d.ts +37 -0
- package/dist/common/auth/token-exchange-resource.js +25 -0
- package/dist/common/auth/token-exchange-resource.js.map +1 -0
- package/dist/common/auth/token-exchange-resource.mjs +23 -0
- package/dist/common/auth/token-exchange-resource.mjs.map +1 -0
- package/dist/common/color.d.mts +3 -0
- package/dist/common/color.d.ts +3 -0
- package/dist/common/color.js +4 -0
- package/dist/common/color.js.map +1 -0
- package/dist/common/color.mjs +3 -0
- package/dist/common/color.mjs.map +1 -0
- package/dist/common/font.d.mts +5 -0
- package/dist/common/font.d.ts +5 -0
- package/dist/common/font.js +4 -0
- package/dist/common/font.js.map +1 -0
- package/dist/common/font.mjs +3 -0
- package/dist/common/font.mjs.map +1 -0
- package/dist/common/horizontal-alignment.d.mts +6 -0
- package/dist/common/horizontal-alignment.d.ts +6 -0
- package/dist/common/horizontal-alignment.js +4 -0
- package/dist/common/horizontal-alignment.js.map +1 -0
- package/dist/common/horizontal-alignment.mjs +3 -0
- package/dist/common/horizontal-alignment.mjs.map +1 -0
- package/dist/common/index.d.mts +15 -0
- package/dist/common/index.d.ts +15 -0
- package/dist/common/index.js +84 -0
- package/dist/common/index.js.map +1 -0
- package/dist/common/index.mjs +13 -0
- package/dist/common/index.mjs.map +1 -0
- package/dist/common/refresh.d.mts +23 -0
- package/dist/common/refresh.d.ts +23 -0
- package/dist/common/refresh.js +4 -0
- package/dist/common/refresh.js.map +1 -0
- package/dist/common/refresh.mjs +3 -0
- package/dist/common/refresh.mjs.map +1 -0
- package/dist/common/spacing.d.mts +6 -0
- package/dist/common/spacing.d.ts +6 -0
- package/dist/common/spacing.js +4 -0
- package/dist/common/spacing.js.map +1 -0
- package/dist/common/spacing.mjs +3 -0
- package/dist/common/spacing.mjs.map +1 -0
- package/dist/common/tab-info.d.mts +23 -0
- package/dist/common/tab-info.d.ts +23 -0
- package/dist/common/tab-info.js +4 -0
- package/dist/common/tab-info.js.map +1 -0
- package/dist/common/tab-info.mjs +3 -0
- package/dist/common/tab-info.mjs.map +1 -0
- package/dist/common/target-element.d.mts +16 -0
- package/dist/common/target-element.d.ts +16 -0
- package/dist/common/target-element.js +4 -0
- package/dist/common/target-element.js.map +1 -0
- package/dist/common/target-element.mjs +3 -0
- package/dist/common/target-element.mjs.map +1 -0
- package/dist/common/target-width.d.mts +9 -0
- package/dist/common/target-width.d.ts +9 -0
- package/dist/common/target-width.js +4 -0
- package/dist/common/target-width.js.map +1 -0
- package/dist/common/target-width.mjs +3 -0
- package/dist/common/target-width.mjs.map +1 -0
- package/dist/common/vertical-alignment.d.mts +6 -0
- package/dist/common/vertical-alignment.d.ts +6 -0
- package/dist/common/vertical-alignment.js +4 -0
- package/dist/common/vertical-alignment.js.map +1 -0
- package/dist/common/vertical-alignment.mjs +3 -0
- package/dist/common/vertical-alignment.mjs.map +1 -0
- package/dist/containers/action-set.d.mts +31 -0
- package/dist/containers/action-set.d.ts +31 -0
- package/dist/containers/action-set.js +28 -0
- package/dist/containers/action-set.js.map +1 -0
- package/dist/containers/action-set.mjs +26 -0
- package/dist/containers/action-set.mjs.map +1 -0
- package/dist/containers/base.d.mts +31 -0
- package/dist/containers/base.d.ts +31 -0
- package/dist/containers/base.js +68 -0
- package/dist/containers/base.js.map +1 -0
- package/dist/containers/base.mjs +66 -0
- package/dist/containers/base.mjs.map +1 -0
- package/dist/containers/carousel.d.mts +31 -0
- package/dist/containers/carousel.d.ts +31 -0
- package/dist/containers/carousel.js +158 -0
- package/dist/containers/carousel.js.map +1 -0
- package/dist/containers/carousel.mjs +155 -0
- package/dist/containers/carousel.mjs.map +1 -0
- package/dist/containers/column-set.d.mts +31 -0
- package/dist/containers/column-set.d.ts +31 -0
- package/dist/containers/column-set.js +44 -0
- package/dist/containers/column-set.js.map +1 -0
- package/dist/containers/column-set.mjs +42 -0
- package/dist/containers/column-set.mjs.map +1 -0
- package/dist/containers/column.d.mts +31 -0
- package/dist/containers/column.d.ts +31 -0
- package/dist/containers/column.js +60 -0
- package/dist/containers/column.js.map +1 -0
- package/dist/containers/column.mjs +58 -0
- package/dist/containers/column.mjs.map +1 -0
- package/dist/containers/container.d.mts +31 -0
- package/dist/containers/container.d.ts +31 -0
- package/dist/containers/container.js +52 -0
- package/dist/containers/container.js.map +1 -0
- package/dist/containers/container.mjs +50 -0
- package/dist/containers/container.mjs.map +1 -0
- package/dist/containers/fact-set.d.mts +31 -0
- package/dist/containers/fact-set.d.ts +31 -0
- package/dist/containers/fact-set.js +43 -0
- package/dist/containers/fact-set.js.map +1 -0
- package/dist/containers/fact-set.mjs +40 -0
- package/dist/containers/fact-set.mjs.map +1 -0
- package/dist/containers/image-set.d.mts +31 -0
- package/dist/containers/image-set.d.ts +31 -0
- package/dist/containers/image-set.js +46 -0
- package/dist/containers/image-set.js.map +1 -0
- package/dist/containers/image-set.mjs +44 -0
- package/dist/containers/image-set.mjs.map +1 -0
- package/dist/containers/index.d.mts +31 -0
- package/dist/containers/index.d.ts +31 -0
- package/dist/containers/index.js +56 -0
- package/dist/containers/index.js.map +1 -0
- package/dist/containers/index.mjs +9 -0
- package/dist/containers/index.mjs.map +1 -0
- package/dist/element.d.mts +31 -0
- package/dist/element.d.ts +31 -0
- package/dist/element.js +4 -0
- package/dist/element.js.map +1 -0
- package/dist/element.mjs +3 -0
- package/dist/element.mjs.map +1 -0
- package/dist/index.d.mts +31 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.js +70 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +11 -0
- package/dist/index.mjs.map +1 -0
- package/dist/inputs/base.d.mts +31 -0
- package/dist/inputs/base.d.ts +31 -0
- package/dist/inputs/base.js +63 -0
- package/dist/inputs/base.js.map +1 -0
- package/dist/inputs/base.mjs +61 -0
- package/dist/inputs/base.mjs.map +1 -0
- package/dist/inputs/choice-set.d.mts +31 -0
- package/dist/inputs/choice-set.d.ts +31 -0
- package/dist/inputs/choice-set.js +121 -0
- package/dist/inputs/choice-set.js.map +1 -0
- package/dist/inputs/choice-set.mjs +117 -0
- package/dist/inputs/choice-set.mjs.map +1 -0
- package/dist/inputs/date.d.mts +31 -0
- package/dist/inputs/date.d.ts +31 -0
- package/dist/inputs/date.js +52 -0
- package/dist/inputs/date.js.map +1 -0
- package/dist/inputs/date.mjs +50 -0
- package/dist/inputs/date.mjs.map +1 -0
- package/dist/inputs/index.d.mts +31 -0
- package/dist/inputs/index.d.ts +31 -0
- package/dist/inputs/index.js +49 -0
- package/dist/inputs/index.js.map +1 -0
- package/dist/inputs/index.mjs +8 -0
- package/dist/inputs/index.mjs.map +1 -0
- package/dist/inputs/number.d.mts +31 -0
- package/dist/inputs/number.d.ts +31 -0
- package/dist/inputs/number.js +52 -0
- package/dist/inputs/number.js.map +1 -0
- package/dist/inputs/number.mjs +50 -0
- package/dist/inputs/number.mjs.map +1 -0
- package/dist/inputs/text.d.mts +31 -0
- package/dist/inputs/text.d.ts +31 -0
- package/dist/inputs/text.js +76 -0
- package/dist/inputs/text.js.map +1 -0
- package/dist/inputs/text.mjs +74 -0
- package/dist/inputs/text.mjs.map +1 -0
- package/dist/inputs/time.d.mts +31 -0
- package/dist/inputs/time.d.ts +31 -0
- package/dist/inputs/time.js +52 -0
- package/dist/inputs/time.js.map +1 -0
- package/dist/inputs/time.mjs +50 -0
- package/dist/inputs/time.mjs.map +1 -0
- package/dist/inputs/toggle.d.mts +31 -0
- package/dist/inputs/toggle.d.ts +31 -0
- package/dist/inputs/toggle.js +57 -0
- package/dist/inputs/toggle.js.map +1 -0
- package/dist/inputs/toggle.mjs +55 -0
- package/dist/inputs/toggle.mjs.map +1 -0
- package/dist/layouts/area-grid.d.mts +133 -0
- package/dist/layouts/area-grid.d.ts +133 -0
- package/dist/layouts/area-grid.js +113 -0
- package/dist/layouts/area-grid.js.map +1 -0
- package/dist/layouts/area-grid.mjs +110 -0
- package/dist/layouts/area-grid.mjs.map +1 -0
- package/dist/layouts/flow.d.mts +119 -0
- package/dist/layouts/flow.d.ts +119 -0
- package/dist/layouts/flow.js +96 -0
- package/dist/layouts/flow.js.map +1 -0
- package/dist/layouts/flow.mjs +94 -0
- package/dist/layouts/flow.mjs.map +1 -0
- package/dist/layouts/index.d.mts +14 -0
- package/dist/layouts/index.d.ts +14 -0
- package/dist/layouts/index.js +28 -0
- package/dist/layouts/index.js.map +1 -0
- package/dist/layouts/index.mjs +5 -0
- package/dist/layouts/index.mjs.map +1 -0
- package/dist/layouts/stack.d.mts +28 -0
- package/dist/layouts/stack.d.ts +28 -0
- package/dist/layouts/stack.js +24 -0
- package/dist/layouts/stack.js.map +1 -0
- package/dist/layouts/stack.mjs +22 -0
- package/dist/layouts/stack.mjs.map +1 -0
- package/dist/medias/background-image.d.mts +56 -0
- package/dist/medias/background-image.d.ts +56 -0
- package/dist/medias/background-image.js +49 -0
- package/dist/medias/background-image.js.map +1 -0
- package/dist/medias/background-image.mjs +47 -0
- package/dist/medias/background-image.mjs.map +1 -0
- package/dist/medias/badge.d.mts +31 -0
- package/dist/medias/badge.d.ts +31 -0
- package/dist/medias/badge.js +84 -0
- package/dist/medias/badge.js.map +1 -0
- package/dist/medias/badge.mjs +82 -0
- package/dist/medias/badge.mjs.map +1 -0
- package/dist/medias/code-block.d.mts +31 -0
- package/dist/medias/code-block.d.ts +31 -0
- package/dist/medias/code-block.js +43 -0
- package/dist/medias/code-block.js.map +1 -0
- package/dist/medias/code-block.mjs +41 -0
- package/dist/medias/code-block.mjs.map +1 -0
- package/dist/medias/icon.d.mts +2288 -0
- package/dist/medias/icon.d.ts +2288 -0
- package/dist/medias/icon.js +56 -0
- package/dist/medias/icon.js.map +1 -0
- package/dist/medias/icon.mjs +54 -0
- package/dist/medias/icon.mjs.map +1 -0
- package/dist/medias/image.d.mts +31 -0
- package/dist/medias/image.d.ts +31 -0
- package/dist/medias/image.js +80 -0
- package/dist/medias/image.js.map +1 -0
- package/dist/medias/image.mjs +78 -0
- package/dist/medias/image.mjs.map +1 -0
- package/dist/medias/index.d.mts +31 -0
- package/dist/medias/index.d.ts +31 -0
- package/dist/medias/index.js +84 -0
- package/dist/medias/index.js.map +1 -0
- package/dist/medias/index.mjs +13 -0
- package/dist/medias/index.mjs.map +1 -0
- package/dist/medias/media.d.mts +31 -0
- package/dist/medias/media.d.ts +31 -0
- package/dist/medias/media.js +91 -0
- package/dist/medias/media.js.map +1 -0
- package/dist/medias/media.mjs +87 -0
- package/dist/medias/media.mjs.map +1 -0
- package/dist/medias/progress-bar.d.mts +31 -0
- package/dist/medias/progress-bar.d.ts +31 -0
- package/dist/medias/progress-bar.js +43 -0
- package/dist/medias/progress-bar.js.map +1 -0
- package/dist/medias/progress-bar.mjs +41 -0
- package/dist/medias/progress-bar.mjs.map +1 -0
- package/dist/medias/progress-ring.d.mts +31 -0
- package/dist/medias/progress-ring.d.ts +31 -0
- package/dist/medias/progress-ring.js +46 -0
- package/dist/medias/progress-ring.js.map +1 -0
- package/dist/medias/progress-ring.mjs +44 -0
- package/dist/medias/progress-ring.mjs.map +1 -0
- package/dist/medias/rich-text-block.d.mts +31 -0
- package/dist/medias/rich-text-block.d.ts +31 -0
- package/dist/medias/rich-text-block.js +33 -0
- package/dist/medias/rich-text-block.js.map +1 -0
- package/dist/medias/rich-text-block.mjs +31 -0
- package/dist/medias/rich-text-block.mjs.map +1 -0
- package/dist/medias/text-block.d.mts +31 -0
- package/dist/medias/text-block.d.ts +31 -0
- package/dist/medias/text-block.js +95 -0
- package/dist/medias/text-block.js.map +1 -0
- package/dist/medias/text-block.mjs +93 -0
- package/dist/medias/text-block.mjs.map +1 -0
- package/dist/medias/text-run.d.mts +31 -0
- package/dist/medias/text-run.d.ts +31 -0
- package/dist/medias/text-run.js +108 -0
- package/dist/medias/text-run.js.map +1 -0
- package/dist/medias/text-run.mjs +106 -0
- package/dist/medias/text-run.mjs.map +1 -0
- package/package.json +46 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var auth = require('./auth');
|
|
4
|
+
var authCardButton = require('./auth-card-button');
|
|
5
|
+
var tokenExchangeResource = require('./token-exchange-resource');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(auth).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return auth[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
Object.keys(authCardButton).forEach(function (k) {
|
|
16
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return authCardButton[k]; }
|
|
19
|
+
});
|
|
20
|
+
});
|
|
21
|
+
Object.keys(tokenExchangeResource).forEach(function (k) {
|
|
22
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
23
|
+
enumerable: true,
|
|
24
|
+
get: function () { return tokenExchangeResource[k]; }
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
//# sourceMappingURL=index.js.map
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines information required to enable on-behalf-of single sign-on user authentication. Maps to the TokenExchangeResource type defined by the Bot Framework (https://docs.microsoft.com/dotnet/api/microsoft.bot.schema.tokenexchangeresource)
|
|
3
|
+
*/
|
|
4
|
+
interface ITokenExchangeResource {
|
|
5
|
+
/**
|
|
6
|
+
* The unique identified of this token exchange instance.
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
/**
|
|
10
|
+
* An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.
|
|
11
|
+
*/
|
|
12
|
+
uri: string;
|
|
13
|
+
/**
|
|
14
|
+
* An identifier for the identity provider with which to attempt a token exchange.
|
|
15
|
+
*/
|
|
16
|
+
providerId: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Defines information required to enable on-behalf-of single sign-on user authentication. Maps to the TokenExchangeResource type defined by the Bot Framework (https://docs.microsoft.com/dotnet/api/microsoft.bot.schema.tokenexchangeresource)
|
|
20
|
+
*/
|
|
21
|
+
declare class TokenExchangeResource implements ITokenExchangeResource {
|
|
22
|
+
/**
|
|
23
|
+
* The unique identified of this token exchange instance.
|
|
24
|
+
*/
|
|
25
|
+
id: string;
|
|
26
|
+
/**
|
|
27
|
+
* An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.
|
|
28
|
+
*/
|
|
29
|
+
uri: string;
|
|
30
|
+
/**
|
|
31
|
+
* An identifier for the identity provider with which to attempt a token exchange.
|
|
32
|
+
*/
|
|
33
|
+
providerId: string;
|
|
34
|
+
constructor(id: string, uri: string, providerId: string);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { type ITokenExchangeResource, TokenExchangeResource };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Defines information required to enable on-behalf-of single sign-on user authentication. Maps to the TokenExchangeResource type defined by the Bot Framework (https://docs.microsoft.com/dotnet/api/microsoft.bot.schema.tokenexchangeresource)
|
|
3
|
+
*/
|
|
4
|
+
interface ITokenExchangeResource {
|
|
5
|
+
/**
|
|
6
|
+
* The unique identified of this token exchange instance.
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
/**
|
|
10
|
+
* An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.
|
|
11
|
+
*/
|
|
12
|
+
uri: string;
|
|
13
|
+
/**
|
|
14
|
+
* An identifier for the identity provider with which to attempt a token exchange.
|
|
15
|
+
*/
|
|
16
|
+
providerId: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Defines information required to enable on-behalf-of single sign-on user authentication. Maps to the TokenExchangeResource type defined by the Bot Framework (https://docs.microsoft.com/dotnet/api/microsoft.bot.schema.tokenexchangeresource)
|
|
20
|
+
*/
|
|
21
|
+
declare class TokenExchangeResource implements ITokenExchangeResource {
|
|
22
|
+
/**
|
|
23
|
+
* The unique identified of this token exchange instance.
|
|
24
|
+
*/
|
|
25
|
+
id: string;
|
|
26
|
+
/**
|
|
27
|
+
* An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.
|
|
28
|
+
*/
|
|
29
|
+
uri: string;
|
|
30
|
+
/**
|
|
31
|
+
* An identifier for the identity provider with which to attempt a token exchange.
|
|
32
|
+
*/
|
|
33
|
+
providerId: string;
|
|
34
|
+
constructor(id: string, uri: string, providerId: string);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { type ITokenExchangeResource, TokenExchangeResource };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
class TokenExchangeResource {
|
|
4
|
+
/**
|
|
5
|
+
* The unique identified of this token exchange instance.
|
|
6
|
+
*/
|
|
7
|
+
id;
|
|
8
|
+
/**
|
|
9
|
+
* An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.
|
|
10
|
+
*/
|
|
11
|
+
uri;
|
|
12
|
+
/**
|
|
13
|
+
* An identifier for the identity provider with which to attempt a token exchange.
|
|
14
|
+
*/
|
|
15
|
+
providerId;
|
|
16
|
+
constructor(id, uri, providerId) {
|
|
17
|
+
this.id = id;
|
|
18
|
+
this.uri = uri;
|
|
19
|
+
this.providerId = providerId;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
exports.TokenExchangeResource = TokenExchangeResource;
|
|
24
|
+
//# sourceMappingURL=token-exchange-resource.js.map
|
|
25
|
+
//# sourceMappingURL=token-exchange-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/common/auth/token-exchange-resource.ts"],"names":[],"mappings":";;AAuBO,MAAM,qBAAwD,CAAA;AAAA;AAAA;AAAA;AAAA,EAInE,EAAA;AAAA;AAAA;AAAA;AAAA,EAKA,GAAA;AAAA;AAAA;AAAA;AAAA,EAKA,UAAA;AAAA,EAEA,WAAA,CAAY,EAAY,EAAA,GAAA,EAAa,UAAoB,EAAA;AACvD,IAAA,IAAA,CAAK,EAAK,GAAA,EAAA;AACV,IAAA,IAAA,CAAK,GAAM,GAAA,GAAA;AACX,IAAA,IAAA,CAAK,UAAa,GAAA,UAAA;AAAA;AAEtB","file":"token-exchange-resource.js","sourcesContent":["/**\n * Defines information required to enable on-behalf-of single sign-on user authentication. Maps to the TokenExchangeResource type defined by the Bot Framework (https://docs.microsoft.com/dotnet/api/microsoft.bot.schema.tokenexchangeresource)\n */\nexport interface ITokenExchangeResource {\n /**\n * The unique identified of this token exchange instance.\n */\n id: string;\n\n /**\n * An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.\n */\n uri: string;\n\n /**\n * An identifier for the identity provider with which to attempt a token exchange.\n */\n providerId: string;\n}\n\n/**\n * Defines information required to enable on-behalf-of single sign-on user authentication. Maps to the TokenExchangeResource type defined by the Bot Framework (https://docs.microsoft.com/dotnet/api/microsoft.bot.schema.tokenexchangeresource)\n */\nexport class TokenExchangeResource implements ITokenExchangeResource {\n /**\n * The unique identified of this token exchange instance.\n */\n id: string;\n\n /**\n * An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.\n */\n uri: string;\n\n /**\n * An identifier for the identity provider with which to attempt a token exchange.\n */\n providerId: string;\n\n constructor(id: string, uri: string, providerId: string) {\n this.id = id;\n this.uri = uri;\n this.providerId = providerId;\n }\n}\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
class TokenExchangeResource {
|
|
2
|
+
/**
|
|
3
|
+
* The unique identified of this token exchange instance.
|
|
4
|
+
*/
|
|
5
|
+
id;
|
|
6
|
+
/**
|
|
7
|
+
* An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.
|
|
8
|
+
*/
|
|
9
|
+
uri;
|
|
10
|
+
/**
|
|
11
|
+
* An identifier for the identity provider with which to attempt a token exchange.
|
|
12
|
+
*/
|
|
13
|
+
providerId;
|
|
14
|
+
constructor(id, uri, providerId) {
|
|
15
|
+
this.id = id;
|
|
16
|
+
this.uri = uri;
|
|
17
|
+
this.providerId = providerId;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { TokenExchangeResource };
|
|
22
|
+
//# sourceMappingURL=token-exchange-resource.mjs.map
|
|
23
|
+
//# sourceMappingURL=token-exchange-resource.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/common/auth/token-exchange-resource.ts"],"names":[],"mappings":"AAuBO,MAAM,qBAAwD,CAAA;AAAA;AAAA;AAAA;AAAA,EAInE,EAAA;AAAA;AAAA;AAAA;AAAA,EAKA,GAAA;AAAA;AAAA;AAAA;AAAA,EAKA,UAAA;AAAA,EAEA,WAAA,CAAY,EAAY,EAAA,GAAA,EAAa,UAAoB,EAAA;AACvD,IAAA,IAAA,CAAK,EAAK,GAAA,EAAA;AACV,IAAA,IAAA,CAAK,GAAM,GAAA,GAAA;AACX,IAAA,IAAA,CAAK,UAAa,GAAA,UAAA;AAAA;AAEtB","file":"token-exchange-resource.mjs","sourcesContent":["/**\n * Defines information required to enable on-behalf-of single sign-on user authentication. Maps to the TokenExchangeResource type defined by the Bot Framework (https://docs.microsoft.com/dotnet/api/microsoft.bot.schema.tokenexchangeresource)\n */\nexport interface ITokenExchangeResource {\n /**\n * The unique identified of this token exchange instance.\n */\n id: string;\n\n /**\n * An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.\n */\n uri: string;\n\n /**\n * An identifier for the identity provider with which to attempt a token exchange.\n */\n providerId: string;\n}\n\n/**\n * Defines information required to enable on-behalf-of single sign-on user authentication. Maps to the TokenExchangeResource type defined by the Bot Framework (https://docs.microsoft.com/dotnet/api/microsoft.bot.schema.tokenexchangeresource)\n */\nexport class TokenExchangeResource implements ITokenExchangeResource {\n /**\n * The unique identified of this token exchange instance.\n */\n id: string;\n\n /**\n * An application ID or resource identifier with which to exchange a token on behalf of. This property is identity provider- and application-specific.\n */\n uri: string;\n\n /**\n * An identifier for the identity provider with which to attempt a token exchange.\n */\n providerId: string;\n\n constructor(id: string, uri: string, providerId: string) {\n this.id = id;\n this.uri = uri;\n this.providerId = providerId;\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"color.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"color.mjs"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"font.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"font.mjs"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"horizontal-alignment.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"horizontal-alignment.mjs"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export { HorizontalAlignment } from './horizontal-alignment.mjs';
|
|
2
|
+
export { VerticalAlignment } from './vertical-alignment.mjs';
|
|
3
|
+
export { Spacing } from './spacing.mjs';
|
|
4
|
+
export { AssociatedInputs } from './associated-inputs.mjs';
|
|
5
|
+
export { TargetElement } from './target-element.mjs';
|
|
6
|
+
export { Color } from './color.mjs';
|
|
7
|
+
export { FontSize, FontType, FontWeight } from './font.mjs';
|
|
8
|
+
export { Refresh } from './refresh.mjs';
|
|
9
|
+
export { Auth, IAuth } from './auth/auth.mjs';
|
|
10
|
+
export { AuthCardButtonOptions, AuthCardbutton, IAuthCardButton } from './auth/auth-card-button.mjs';
|
|
11
|
+
export { ITokenExchangeResource, TokenExchangeResource } from './auth/token-exchange-resource.mjs';
|
|
12
|
+
export { TargetWidth } from './target-width.mjs';
|
|
13
|
+
export { ITabInfo } from './tab-info.mjs';
|
|
14
|
+
import '../actions/execute.mjs';
|
|
15
|
+
import '../actions/base.mjs';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export { HorizontalAlignment } from './horizontal-alignment.js';
|
|
2
|
+
export { VerticalAlignment } from './vertical-alignment.js';
|
|
3
|
+
export { Spacing } from './spacing.js';
|
|
4
|
+
export { AssociatedInputs } from './associated-inputs.js';
|
|
5
|
+
export { TargetElement } from './target-element.js';
|
|
6
|
+
export { Color } from './color.js';
|
|
7
|
+
export { FontSize, FontType, FontWeight } from './font.js';
|
|
8
|
+
export { Refresh } from './refresh.js';
|
|
9
|
+
export { Auth, IAuth } from './auth/auth.js';
|
|
10
|
+
export { AuthCardButtonOptions, AuthCardbutton, IAuthCardButton } from './auth/auth-card-button.js';
|
|
11
|
+
export { ITokenExchangeResource, TokenExchangeResource } from './auth/token-exchange-resource.js';
|
|
12
|
+
export { TargetWidth } from './target-width.js';
|
|
13
|
+
export { ITabInfo } from './tab-info.js';
|
|
14
|
+
import '../actions/execute.js';
|
|
15
|
+
import '../actions/base.js';
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var horizontalAlignment = require('./horizontal-alignment');
|
|
4
|
+
var verticalAlignment = require('./vertical-alignment');
|
|
5
|
+
var spacing = require('./spacing');
|
|
6
|
+
var associatedInputs = require('./associated-inputs');
|
|
7
|
+
var targetElement = require('./target-element');
|
|
8
|
+
var color = require('./color');
|
|
9
|
+
var font = require('./font');
|
|
10
|
+
var refresh = require('./refresh');
|
|
11
|
+
var auth = require('./auth');
|
|
12
|
+
var targetWidth = require('./target-width');
|
|
13
|
+
var tabInfo = require('./tab-info');
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Object.keys(horizontalAlignment).forEach(function (k) {
|
|
18
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () { return horizontalAlignment[k]; }
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
Object.keys(verticalAlignment).forEach(function (k) {
|
|
24
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return verticalAlignment[k]; }
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
Object.keys(spacing).forEach(function (k) {
|
|
30
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () { return spacing[k]; }
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
Object.keys(associatedInputs).forEach(function (k) {
|
|
36
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () { return associatedInputs[k]; }
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
Object.keys(targetElement).forEach(function (k) {
|
|
42
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function () { return targetElement[k]; }
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
Object.keys(color).forEach(function (k) {
|
|
48
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function () { return color[k]; }
|
|
51
|
+
});
|
|
52
|
+
});
|
|
53
|
+
Object.keys(font).forEach(function (k) {
|
|
54
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function () { return font[k]; }
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
Object.keys(refresh).forEach(function (k) {
|
|
60
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () { return refresh[k]; }
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
Object.keys(auth).forEach(function (k) {
|
|
66
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function () { return auth[k]; }
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
Object.keys(targetWidth).forEach(function (k) {
|
|
72
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function () { return targetWidth[k]; }
|
|
75
|
+
});
|
|
76
|
+
});
|
|
77
|
+
Object.keys(tabInfo).forEach(function (k) {
|
|
78
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function () { return tabInfo[k]; }
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
//# sourceMappingURL=index.js.map
|
|
84
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from './horizontal-alignment';
|
|
2
|
+
export * from './vertical-alignment';
|
|
3
|
+
export * from './spacing';
|
|
4
|
+
export * from './associated-inputs';
|
|
5
|
+
export * from './target-element';
|
|
6
|
+
export * from './color';
|
|
7
|
+
export * from './font';
|
|
8
|
+
export * from './refresh';
|
|
9
|
+
export * from './auth';
|
|
10
|
+
export * from './target-width';
|
|
11
|
+
export * from './tab-info';
|
|
12
|
+
//# sourceMappingURL=index.mjs.map
|
|
13
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IExecuteAction } from '../actions/execute.mjs';
|
|
2
|
+
import './associated-inputs.mjs';
|
|
3
|
+
import '../actions/base.mjs';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Defines how a card can be refreshed by making a request to the target Bot.
|
|
7
|
+
*/
|
|
8
|
+
type Refresh = {
|
|
9
|
+
/**
|
|
10
|
+
* The action to be executed to refresh the card. Clients can run this refresh action automatically or can provide an affordance for users to trigger it manually.
|
|
11
|
+
*/
|
|
12
|
+
action?: IExecuteAction;
|
|
13
|
+
/**
|
|
14
|
+
* A timestamp that informs a Host when the card content has expired, and that it should trigger a refresh as appropriate. The format is ISO-8601 Instant format. E.g., 2022-01-01T12:00:00Z
|
|
15
|
+
*/
|
|
16
|
+
expires?: string;
|
|
17
|
+
/**
|
|
18
|
+
* A list of user Ids informing the client for which users should the refresh action should be run automatically. Some clients will not run the refresh action automatically unless this property is specified. Some clients may ignore this property and always run the refresh action automatically.
|
|
19
|
+
*/
|
|
20
|
+
userIds?: string[];
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export type { Refresh };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IExecuteAction } from '../actions/execute.js';
|
|
2
|
+
import './associated-inputs.js';
|
|
3
|
+
import '../actions/base.js';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Defines how a card can be refreshed by making a request to the target Bot.
|
|
7
|
+
*/
|
|
8
|
+
type Refresh = {
|
|
9
|
+
/**
|
|
10
|
+
* The action to be executed to refresh the card. Clients can run this refresh action automatically or can provide an affordance for users to trigger it manually.
|
|
11
|
+
*/
|
|
12
|
+
action?: IExecuteAction;
|
|
13
|
+
/**
|
|
14
|
+
* A timestamp that informs a Host when the card content has expired, and that it should trigger a refresh as appropriate. The format is ISO-8601 Instant format. E.g., 2022-01-01T12:00:00Z
|
|
15
|
+
*/
|
|
16
|
+
expires?: string;
|
|
17
|
+
/**
|
|
18
|
+
* A list of user Ids informing the client for which users should the refresh action should be run automatically. Some clients will not run the refresh action automatically unless this property is specified. Some clients may ignore this property and always run the refresh action automatically.
|
|
19
|
+
*/
|
|
20
|
+
userIds?: string[];
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export type { Refresh };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"refresh.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"refresh.mjs"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"spacing.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"spacing.mjs"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Information about the content to embed in an iFrame.
|
|
3
|
+
*/
|
|
4
|
+
interface ITabInfo {
|
|
5
|
+
/**
|
|
6
|
+
* The URL to open in an iFrame.
|
|
7
|
+
*/
|
|
8
|
+
contentUrl: string;
|
|
9
|
+
/**
|
|
10
|
+
* Optional. Website URL to the content, allowing users to open this content in the browser (if they prefer).
|
|
11
|
+
*/
|
|
12
|
+
websiteUrl?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Name for the content. This will be displayed as the title of the window hosting the iFrame.
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
/**
|
|
18
|
+
* Unique entity id for this content (e.g., random UUID).
|
|
19
|
+
*/
|
|
20
|
+
entityId: string;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export type { ITabInfo };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Information about the content to embed in an iFrame.
|
|
3
|
+
*/
|
|
4
|
+
interface ITabInfo {
|
|
5
|
+
/**
|
|
6
|
+
* The URL to open in an iFrame.
|
|
7
|
+
*/
|
|
8
|
+
contentUrl: string;
|
|
9
|
+
/**
|
|
10
|
+
* Optional. Website URL to the content, allowing users to open this content in the browser (if they prefer).
|
|
11
|
+
*/
|
|
12
|
+
websiteUrl?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Name for the content. This will be displayed as the title of the window hosting the iFrame.
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
/**
|
|
18
|
+
* Unique entity id for this content (e.g., random UUID).
|
|
19
|
+
*/
|
|
20
|
+
entityId: string;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export type { ITabInfo };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"tab-info.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"tab-info.mjs"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents an entry for Action.ToggleVisibility's targetElements property
|
|
3
|
+
*/
|
|
4
|
+
type TargetElement = {
|
|
5
|
+
type: 'TargetElement';
|
|
6
|
+
/**
|
|
7
|
+
* Element ID of element to toggle
|
|
8
|
+
*/
|
|
9
|
+
elementId: string;
|
|
10
|
+
/**
|
|
11
|
+
* If `true`, always show target element. If `false`, always hide target element. If not supplied, toggle target element's visibility.
|
|
12
|
+
*/
|
|
13
|
+
isVisible?: boolean | null;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export type { TargetElement };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Represents an entry for Action.ToggleVisibility's targetElements property
|
|
3
|
+
*/
|
|
4
|
+
type TargetElement = {
|
|
5
|
+
type: 'TargetElement';
|
|
6
|
+
/**
|
|
7
|
+
* Element ID of element to toggle
|
|
8
|
+
*/
|
|
9
|
+
elementId: string;
|
|
10
|
+
/**
|
|
11
|
+
* If `true`, always show target element. If `false`, always hide target element. If not supplied, toggle target element's visibility.
|
|
12
|
+
*/
|
|
13
|
+
isVisible?: boolean | null;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export type { TargetElement };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"target-element.js"}
|