@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.
Files changed (422) hide show
  1. package/README.md +41 -0
  2. package/dist/actions/base.d.mts +89 -0
  3. package/dist/actions/base.d.ts +89 -0
  4. package/dist/actions/base.js +90 -0
  5. package/dist/actions/base.js.map +1 -0
  6. package/dist/actions/base.mjs +88 -0
  7. package/dist/actions/base.mjs.map +1 -0
  8. package/dist/actions/execute.d.mts +47 -0
  9. package/dist/actions/execute.d.ts +47 -0
  10. package/dist/actions/execute.js +43 -0
  11. package/dist/actions/execute.js.map +1 -0
  12. package/dist/actions/execute.mjs +41 -0
  13. package/dist/actions/execute.mjs.map +1 -0
  14. package/dist/actions/index.d.mts +31 -0
  15. package/dist/actions/index.d.ts +31 -0
  16. package/dist/actions/index.js +42 -0
  17. package/dist/actions/index.js.map +1 -0
  18. package/dist/actions/index.mjs +7 -0
  19. package/dist/actions/index.mjs.map +1 -0
  20. package/dist/actions/open-url.d.mts +28 -0
  21. package/dist/actions/open-url.d.ts +28 -0
  22. package/dist/actions/open-url.js +28 -0
  23. package/dist/actions/open-url.js.map +1 -0
  24. package/dist/actions/open-url.mjs +26 -0
  25. package/dist/actions/open-url.mjs.map +1 -0
  26. package/dist/actions/show-card.d.mts +31 -0
  27. package/dist/actions/show-card.d.ts +31 -0
  28. package/dist/actions/show-card.js +28 -0
  29. package/dist/actions/show-card.js.map +1 -0
  30. package/dist/actions/show-card.mjs +26 -0
  31. package/dist/actions/show-card.mjs.map +1 -0
  32. package/dist/actions/submit/collab-stage.d.mts +74 -0
  33. package/dist/actions/submit/collab-stage.d.ts +74 -0
  34. package/dist/actions/submit/collab-stage.js +62 -0
  35. package/dist/actions/submit/collab-stage.js.map +1 -0
  36. package/dist/actions/submit/collab-stage.mjs +58 -0
  37. package/dist/actions/submit/collab-stage.mjs.map +1 -0
  38. package/dist/actions/submit/im-back.d.mts +40 -0
  39. package/dist/actions/submit/im-back.d.ts +40 -0
  40. package/dist/actions/submit/im-back.js +42 -0
  41. package/dist/actions/submit/im-back.js.map +1 -0
  42. package/dist/actions/submit/im-back.mjs +39 -0
  43. package/dist/actions/submit/im-back.mjs.map +1 -0
  44. package/dist/actions/submit/index.d.mts +10 -0
  45. package/dist/actions/submit/index.d.ts +10 -0
  46. package/dist/actions/submit/index.js +56 -0
  47. package/dist/actions/submit/index.js.map +1 -0
  48. package/dist/actions/submit/index.mjs +9 -0
  49. package/dist/actions/submit/index.mjs.map +1 -0
  50. package/dist/actions/submit/invoke.d.mts +40 -0
  51. package/dist/actions/submit/invoke.d.ts +40 -0
  52. package/dist/actions/submit/invoke.js +42 -0
  53. package/dist/actions/submit/invoke.js.map +1 -0
  54. package/dist/actions/submit/invoke.mjs +39 -0
  55. package/dist/actions/submit/invoke.mjs.map +1 -0
  56. package/dist/actions/submit/message-back.d.mts +60 -0
  57. package/dist/actions/submit/message-back.d.ts +60 -0
  58. package/dist/actions/submit/message-back.js +56 -0
  59. package/dist/actions/submit/message-back.js.map +1 -0
  60. package/dist/actions/submit/message-back.mjs +53 -0
  61. package/dist/actions/submit/message-back.mjs.map +1 -0
  62. package/dist/actions/submit/sign-in.d.mts +40 -0
  63. package/dist/actions/submit/sign-in.d.ts +40 -0
  64. package/dist/actions/submit/sign-in.js +42 -0
  65. package/dist/actions/submit/sign-in.js.map +1 -0
  66. package/dist/actions/submit/sign-in.mjs +39 -0
  67. package/dist/actions/submit/sign-in.mjs.map +1 -0
  68. package/dist/actions/submit/submit.d.mts +51 -0
  69. package/dist/actions/submit/submit.d.ts +51 -0
  70. package/dist/actions/submit/submit.js +38 -0
  71. package/dist/actions/submit/submit.js.map +1 -0
  72. package/dist/actions/submit/submit.mjs +36 -0
  73. package/dist/actions/submit/submit.mjs.map +1 -0
  74. package/dist/actions/submit/task-fetch.d.mts +40 -0
  75. package/dist/actions/submit/task-fetch.d.ts +40 -0
  76. package/dist/actions/submit/task-fetch.js +42 -0
  77. package/dist/actions/submit/task-fetch.js.map +1 -0
  78. package/dist/actions/submit/task-fetch.mjs +39 -0
  79. package/dist/actions/submit/task-fetch.mjs.map +1 -0
  80. package/dist/actions/toggle-visibility.d.mts +29 -0
  81. package/dist/actions/toggle-visibility.d.ts +29 -0
  82. package/dist/actions/toggle-visibility.js +29 -0
  83. package/dist/actions/toggle-visibility.js.map +1 -0
  84. package/dist/actions/toggle-visibility.mjs +27 -0
  85. package/dist/actions/toggle-visibility.mjs.map +1 -0
  86. package/dist/base.d.mts +31 -0
  87. package/dist/base.d.ts +31 -0
  88. package/dist/base.js +105 -0
  89. package/dist/base.js.map +1 -0
  90. package/dist/base.mjs +103 -0
  91. package/dist/base.mjs.map +1 -0
  92. package/dist/card.d.mts +31 -0
  93. package/dist/card.d.ts +31 -0
  94. package/dist/card.js +118 -0
  95. package/dist/card.js.map +1 -0
  96. package/dist/card.mjs +115 -0
  97. package/dist/card.mjs.map +1 -0
  98. package/dist/charts/color.d.mts +3 -0
  99. package/dist/charts/color.d.ts +3 -0
  100. package/dist/charts/color.js +4 -0
  101. package/dist/charts/color.js.map +1 -0
  102. package/dist/charts/color.mjs +3 -0
  103. package/dist/charts/color.mjs.map +1 -0
  104. package/dist/charts/donut.d.mts +31 -0
  105. package/dist/charts/donut.d.ts +31 -0
  106. package/dist/charts/donut.js +79 -0
  107. package/dist/charts/donut.js.map +1 -0
  108. package/dist/charts/donut.mjs +76 -0
  109. package/dist/charts/donut.mjs.map +1 -0
  110. package/dist/charts/index.d.mts +31 -0
  111. package/dist/charts/index.d.ts +31 -0
  112. package/dist/charts/index.js +28 -0
  113. package/dist/charts/index.js.map +1 -0
  114. package/dist/charts/index.mjs +5 -0
  115. package/dist/charts/index.mjs.map +1 -0
  116. package/dist/charts/line.d.mts +31 -0
  117. package/dist/charts/line.d.ts +31 -0
  118. package/dist/charts/line.js +97 -0
  119. package/dist/charts/line.js.map +1 -0
  120. package/dist/charts/line.mjs +93 -0
  121. package/dist/charts/line.mjs.map +1 -0
  122. package/dist/common/associated-inputs.d.mts +3 -0
  123. package/dist/common/associated-inputs.d.ts +3 -0
  124. package/dist/common/associated-inputs.js +4 -0
  125. package/dist/common/associated-inputs.js.map +1 -0
  126. package/dist/common/associated-inputs.mjs +3 -0
  127. package/dist/common/associated-inputs.mjs.map +1 -0
  128. package/dist/common/auth/auth-card-button.d.mts +50 -0
  129. package/dist/common/auth/auth-card-button.d.ts +50 -0
  130. package/dist/common/auth/auth-card-button.js +45 -0
  131. package/dist/common/auth/auth-card-button.js.map +1 -0
  132. package/dist/common/auth/auth-card-button.mjs +43 -0
  133. package/dist/common/auth/auth-card-button.mjs.map +1 -0
  134. package/dist/common/auth/auth.d.mts +52 -0
  135. package/dist/common/auth/auth.d.ts +52 -0
  136. package/dist/common/auth/auth.js +46 -0
  137. package/dist/common/auth/auth.js.map +1 -0
  138. package/dist/common/auth/auth.mjs +44 -0
  139. package/dist/common/auth/auth.mjs.map +1 -0
  140. package/dist/common/auth/index.d.mts +3 -0
  141. package/dist/common/auth/index.d.ts +3 -0
  142. package/dist/common/auth/index.js +28 -0
  143. package/dist/common/auth/index.js.map +1 -0
  144. package/dist/common/auth/index.mjs +5 -0
  145. package/dist/common/auth/index.mjs.map +1 -0
  146. package/dist/common/auth/token-exchange-resource.d.mts +37 -0
  147. package/dist/common/auth/token-exchange-resource.d.ts +37 -0
  148. package/dist/common/auth/token-exchange-resource.js +25 -0
  149. package/dist/common/auth/token-exchange-resource.js.map +1 -0
  150. package/dist/common/auth/token-exchange-resource.mjs +23 -0
  151. package/dist/common/auth/token-exchange-resource.mjs.map +1 -0
  152. package/dist/common/color.d.mts +3 -0
  153. package/dist/common/color.d.ts +3 -0
  154. package/dist/common/color.js +4 -0
  155. package/dist/common/color.js.map +1 -0
  156. package/dist/common/color.mjs +3 -0
  157. package/dist/common/color.mjs.map +1 -0
  158. package/dist/common/font.d.mts +5 -0
  159. package/dist/common/font.d.ts +5 -0
  160. package/dist/common/font.js +4 -0
  161. package/dist/common/font.js.map +1 -0
  162. package/dist/common/font.mjs +3 -0
  163. package/dist/common/font.mjs.map +1 -0
  164. package/dist/common/horizontal-alignment.d.mts +6 -0
  165. package/dist/common/horizontal-alignment.d.ts +6 -0
  166. package/dist/common/horizontal-alignment.js +4 -0
  167. package/dist/common/horizontal-alignment.js.map +1 -0
  168. package/dist/common/horizontal-alignment.mjs +3 -0
  169. package/dist/common/horizontal-alignment.mjs.map +1 -0
  170. package/dist/common/index.d.mts +15 -0
  171. package/dist/common/index.d.ts +15 -0
  172. package/dist/common/index.js +84 -0
  173. package/dist/common/index.js.map +1 -0
  174. package/dist/common/index.mjs +13 -0
  175. package/dist/common/index.mjs.map +1 -0
  176. package/dist/common/refresh.d.mts +23 -0
  177. package/dist/common/refresh.d.ts +23 -0
  178. package/dist/common/refresh.js +4 -0
  179. package/dist/common/refresh.js.map +1 -0
  180. package/dist/common/refresh.mjs +3 -0
  181. package/dist/common/refresh.mjs.map +1 -0
  182. package/dist/common/spacing.d.mts +6 -0
  183. package/dist/common/spacing.d.ts +6 -0
  184. package/dist/common/spacing.js +4 -0
  185. package/dist/common/spacing.js.map +1 -0
  186. package/dist/common/spacing.mjs +3 -0
  187. package/dist/common/spacing.mjs.map +1 -0
  188. package/dist/common/tab-info.d.mts +23 -0
  189. package/dist/common/tab-info.d.ts +23 -0
  190. package/dist/common/tab-info.js +4 -0
  191. package/dist/common/tab-info.js.map +1 -0
  192. package/dist/common/tab-info.mjs +3 -0
  193. package/dist/common/tab-info.mjs.map +1 -0
  194. package/dist/common/target-element.d.mts +16 -0
  195. package/dist/common/target-element.d.ts +16 -0
  196. package/dist/common/target-element.js +4 -0
  197. package/dist/common/target-element.js.map +1 -0
  198. package/dist/common/target-element.mjs +3 -0
  199. package/dist/common/target-element.mjs.map +1 -0
  200. package/dist/common/target-width.d.mts +9 -0
  201. package/dist/common/target-width.d.ts +9 -0
  202. package/dist/common/target-width.js +4 -0
  203. package/dist/common/target-width.js.map +1 -0
  204. package/dist/common/target-width.mjs +3 -0
  205. package/dist/common/target-width.mjs.map +1 -0
  206. package/dist/common/vertical-alignment.d.mts +6 -0
  207. package/dist/common/vertical-alignment.d.ts +6 -0
  208. package/dist/common/vertical-alignment.js +4 -0
  209. package/dist/common/vertical-alignment.js.map +1 -0
  210. package/dist/common/vertical-alignment.mjs +3 -0
  211. package/dist/common/vertical-alignment.mjs.map +1 -0
  212. package/dist/containers/action-set.d.mts +31 -0
  213. package/dist/containers/action-set.d.ts +31 -0
  214. package/dist/containers/action-set.js +28 -0
  215. package/dist/containers/action-set.js.map +1 -0
  216. package/dist/containers/action-set.mjs +26 -0
  217. package/dist/containers/action-set.mjs.map +1 -0
  218. package/dist/containers/base.d.mts +31 -0
  219. package/dist/containers/base.d.ts +31 -0
  220. package/dist/containers/base.js +68 -0
  221. package/dist/containers/base.js.map +1 -0
  222. package/dist/containers/base.mjs +66 -0
  223. package/dist/containers/base.mjs.map +1 -0
  224. package/dist/containers/carousel.d.mts +31 -0
  225. package/dist/containers/carousel.d.ts +31 -0
  226. package/dist/containers/carousel.js +158 -0
  227. package/dist/containers/carousel.js.map +1 -0
  228. package/dist/containers/carousel.mjs +155 -0
  229. package/dist/containers/carousel.mjs.map +1 -0
  230. package/dist/containers/column-set.d.mts +31 -0
  231. package/dist/containers/column-set.d.ts +31 -0
  232. package/dist/containers/column-set.js +44 -0
  233. package/dist/containers/column-set.js.map +1 -0
  234. package/dist/containers/column-set.mjs +42 -0
  235. package/dist/containers/column-set.mjs.map +1 -0
  236. package/dist/containers/column.d.mts +31 -0
  237. package/dist/containers/column.d.ts +31 -0
  238. package/dist/containers/column.js +60 -0
  239. package/dist/containers/column.js.map +1 -0
  240. package/dist/containers/column.mjs +58 -0
  241. package/dist/containers/column.mjs.map +1 -0
  242. package/dist/containers/container.d.mts +31 -0
  243. package/dist/containers/container.d.ts +31 -0
  244. package/dist/containers/container.js +52 -0
  245. package/dist/containers/container.js.map +1 -0
  246. package/dist/containers/container.mjs +50 -0
  247. package/dist/containers/container.mjs.map +1 -0
  248. package/dist/containers/fact-set.d.mts +31 -0
  249. package/dist/containers/fact-set.d.ts +31 -0
  250. package/dist/containers/fact-set.js +43 -0
  251. package/dist/containers/fact-set.js.map +1 -0
  252. package/dist/containers/fact-set.mjs +40 -0
  253. package/dist/containers/fact-set.mjs.map +1 -0
  254. package/dist/containers/image-set.d.mts +31 -0
  255. package/dist/containers/image-set.d.ts +31 -0
  256. package/dist/containers/image-set.js +46 -0
  257. package/dist/containers/image-set.js.map +1 -0
  258. package/dist/containers/image-set.mjs +44 -0
  259. package/dist/containers/image-set.mjs.map +1 -0
  260. package/dist/containers/index.d.mts +31 -0
  261. package/dist/containers/index.d.ts +31 -0
  262. package/dist/containers/index.js +56 -0
  263. package/dist/containers/index.js.map +1 -0
  264. package/dist/containers/index.mjs +9 -0
  265. package/dist/containers/index.mjs.map +1 -0
  266. package/dist/element.d.mts +31 -0
  267. package/dist/element.d.ts +31 -0
  268. package/dist/element.js +4 -0
  269. package/dist/element.js.map +1 -0
  270. package/dist/element.mjs +3 -0
  271. package/dist/element.mjs.map +1 -0
  272. package/dist/index.d.mts +31 -0
  273. package/dist/index.d.ts +31 -0
  274. package/dist/index.js +70 -0
  275. package/dist/index.js.map +1 -0
  276. package/dist/index.mjs +11 -0
  277. package/dist/index.mjs.map +1 -0
  278. package/dist/inputs/base.d.mts +31 -0
  279. package/dist/inputs/base.d.ts +31 -0
  280. package/dist/inputs/base.js +63 -0
  281. package/dist/inputs/base.js.map +1 -0
  282. package/dist/inputs/base.mjs +61 -0
  283. package/dist/inputs/base.mjs.map +1 -0
  284. package/dist/inputs/choice-set.d.mts +31 -0
  285. package/dist/inputs/choice-set.d.ts +31 -0
  286. package/dist/inputs/choice-set.js +121 -0
  287. package/dist/inputs/choice-set.js.map +1 -0
  288. package/dist/inputs/choice-set.mjs +117 -0
  289. package/dist/inputs/choice-set.mjs.map +1 -0
  290. package/dist/inputs/date.d.mts +31 -0
  291. package/dist/inputs/date.d.ts +31 -0
  292. package/dist/inputs/date.js +52 -0
  293. package/dist/inputs/date.js.map +1 -0
  294. package/dist/inputs/date.mjs +50 -0
  295. package/dist/inputs/date.mjs.map +1 -0
  296. package/dist/inputs/index.d.mts +31 -0
  297. package/dist/inputs/index.d.ts +31 -0
  298. package/dist/inputs/index.js +49 -0
  299. package/dist/inputs/index.js.map +1 -0
  300. package/dist/inputs/index.mjs +8 -0
  301. package/dist/inputs/index.mjs.map +1 -0
  302. package/dist/inputs/number.d.mts +31 -0
  303. package/dist/inputs/number.d.ts +31 -0
  304. package/dist/inputs/number.js +52 -0
  305. package/dist/inputs/number.js.map +1 -0
  306. package/dist/inputs/number.mjs +50 -0
  307. package/dist/inputs/number.mjs.map +1 -0
  308. package/dist/inputs/text.d.mts +31 -0
  309. package/dist/inputs/text.d.ts +31 -0
  310. package/dist/inputs/text.js +76 -0
  311. package/dist/inputs/text.js.map +1 -0
  312. package/dist/inputs/text.mjs +74 -0
  313. package/dist/inputs/text.mjs.map +1 -0
  314. package/dist/inputs/time.d.mts +31 -0
  315. package/dist/inputs/time.d.ts +31 -0
  316. package/dist/inputs/time.js +52 -0
  317. package/dist/inputs/time.js.map +1 -0
  318. package/dist/inputs/time.mjs +50 -0
  319. package/dist/inputs/time.mjs.map +1 -0
  320. package/dist/inputs/toggle.d.mts +31 -0
  321. package/dist/inputs/toggle.d.ts +31 -0
  322. package/dist/inputs/toggle.js +57 -0
  323. package/dist/inputs/toggle.js.map +1 -0
  324. package/dist/inputs/toggle.mjs +55 -0
  325. package/dist/inputs/toggle.mjs.map +1 -0
  326. package/dist/layouts/area-grid.d.mts +133 -0
  327. package/dist/layouts/area-grid.d.ts +133 -0
  328. package/dist/layouts/area-grid.js +113 -0
  329. package/dist/layouts/area-grid.js.map +1 -0
  330. package/dist/layouts/area-grid.mjs +110 -0
  331. package/dist/layouts/area-grid.mjs.map +1 -0
  332. package/dist/layouts/flow.d.mts +119 -0
  333. package/dist/layouts/flow.d.ts +119 -0
  334. package/dist/layouts/flow.js +96 -0
  335. package/dist/layouts/flow.js.map +1 -0
  336. package/dist/layouts/flow.mjs +94 -0
  337. package/dist/layouts/flow.mjs.map +1 -0
  338. package/dist/layouts/index.d.mts +14 -0
  339. package/dist/layouts/index.d.ts +14 -0
  340. package/dist/layouts/index.js +28 -0
  341. package/dist/layouts/index.js.map +1 -0
  342. package/dist/layouts/index.mjs +5 -0
  343. package/dist/layouts/index.mjs.map +1 -0
  344. package/dist/layouts/stack.d.mts +28 -0
  345. package/dist/layouts/stack.d.ts +28 -0
  346. package/dist/layouts/stack.js +24 -0
  347. package/dist/layouts/stack.js.map +1 -0
  348. package/dist/layouts/stack.mjs +22 -0
  349. package/dist/layouts/stack.mjs.map +1 -0
  350. package/dist/medias/background-image.d.mts +56 -0
  351. package/dist/medias/background-image.d.ts +56 -0
  352. package/dist/medias/background-image.js +49 -0
  353. package/dist/medias/background-image.js.map +1 -0
  354. package/dist/medias/background-image.mjs +47 -0
  355. package/dist/medias/background-image.mjs.map +1 -0
  356. package/dist/medias/badge.d.mts +31 -0
  357. package/dist/medias/badge.d.ts +31 -0
  358. package/dist/medias/badge.js +84 -0
  359. package/dist/medias/badge.js.map +1 -0
  360. package/dist/medias/badge.mjs +82 -0
  361. package/dist/medias/badge.mjs.map +1 -0
  362. package/dist/medias/code-block.d.mts +31 -0
  363. package/dist/medias/code-block.d.ts +31 -0
  364. package/dist/medias/code-block.js +43 -0
  365. package/dist/medias/code-block.js.map +1 -0
  366. package/dist/medias/code-block.mjs +41 -0
  367. package/dist/medias/code-block.mjs.map +1 -0
  368. package/dist/medias/icon.d.mts +2288 -0
  369. package/dist/medias/icon.d.ts +2288 -0
  370. package/dist/medias/icon.js +56 -0
  371. package/dist/medias/icon.js.map +1 -0
  372. package/dist/medias/icon.mjs +54 -0
  373. package/dist/medias/icon.mjs.map +1 -0
  374. package/dist/medias/image.d.mts +31 -0
  375. package/dist/medias/image.d.ts +31 -0
  376. package/dist/medias/image.js +80 -0
  377. package/dist/medias/image.js.map +1 -0
  378. package/dist/medias/image.mjs +78 -0
  379. package/dist/medias/image.mjs.map +1 -0
  380. package/dist/medias/index.d.mts +31 -0
  381. package/dist/medias/index.d.ts +31 -0
  382. package/dist/medias/index.js +84 -0
  383. package/dist/medias/index.js.map +1 -0
  384. package/dist/medias/index.mjs +13 -0
  385. package/dist/medias/index.mjs.map +1 -0
  386. package/dist/medias/media.d.mts +31 -0
  387. package/dist/medias/media.d.ts +31 -0
  388. package/dist/medias/media.js +91 -0
  389. package/dist/medias/media.js.map +1 -0
  390. package/dist/medias/media.mjs +87 -0
  391. package/dist/medias/media.mjs.map +1 -0
  392. package/dist/medias/progress-bar.d.mts +31 -0
  393. package/dist/medias/progress-bar.d.ts +31 -0
  394. package/dist/medias/progress-bar.js +43 -0
  395. package/dist/medias/progress-bar.js.map +1 -0
  396. package/dist/medias/progress-bar.mjs +41 -0
  397. package/dist/medias/progress-bar.mjs.map +1 -0
  398. package/dist/medias/progress-ring.d.mts +31 -0
  399. package/dist/medias/progress-ring.d.ts +31 -0
  400. package/dist/medias/progress-ring.js +46 -0
  401. package/dist/medias/progress-ring.js.map +1 -0
  402. package/dist/medias/progress-ring.mjs +44 -0
  403. package/dist/medias/progress-ring.mjs.map +1 -0
  404. package/dist/medias/rich-text-block.d.mts +31 -0
  405. package/dist/medias/rich-text-block.d.ts +31 -0
  406. package/dist/medias/rich-text-block.js +33 -0
  407. package/dist/medias/rich-text-block.js.map +1 -0
  408. package/dist/medias/rich-text-block.mjs +31 -0
  409. package/dist/medias/rich-text-block.mjs.map +1 -0
  410. package/dist/medias/text-block.d.mts +31 -0
  411. package/dist/medias/text-block.d.ts +31 -0
  412. package/dist/medias/text-block.js +95 -0
  413. package/dist/medias/text-block.js.map +1 -0
  414. package/dist/medias/text-block.mjs +93 -0
  415. package/dist/medias/text-block.mjs.map +1 -0
  416. package/dist/medias/text-run.d.mts +31 -0
  417. package/dist/medias/text-run.d.ts +31 -0
  418. package/dist/medias/text-run.js +108 -0
  419. package/dist/medias/text-run.js.map +1 -0
  420. package/dist/medias/text-run.mjs +106 -0
  421. package/dist/medias/text-run.mjs.map +1 -0
  422. package/package.json +46 -0
@@ -0,0 +1,3 @@
1
+ export { Auth, IAuth } from './auth.js';
2
+ export { AuthCardButtonOptions, AuthCardbutton, IAuthCardButton } from './auth-card-button.js';
3
+ export { ITokenExchangeResource, TokenExchangeResource } from './token-exchange-resource.js';
@@ -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,5 @@
1
+ export * from './auth';
2
+ export * from './auth-card-button';
3
+ export * from './token-exchange-resource';
4
+ //# sourceMappingURL=index.mjs.map
5
+ //# sourceMappingURL=index.mjs.map
@@ -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,3 @@
1
+ type Color = 'default' | 'dark' | 'light' | 'accent' | 'good' | 'warning' | 'attention';
2
+
3
+ export type { Color };
@@ -0,0 +1,3 @@
1
+ type Color = 'default' | 'dark' | 'light' | 'accent' | 'good' | 'warning' | 'attention';
2
+
3
+ export type { Color };
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=color.js.map
4
+ //# sourceMappingURL=color.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"color.js"}
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=color.mjs.map
3
+ //# sourceMappingURL=color.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"color.mjs"}
@@ -0,0 +1,5 @@
1
+ type FontSize = 'default' | 'small' | 'medium' | 'large' | 'extraLarge';
2
+ type FontType = 'default' | 'monospace';
3
+ type FontWeight = 'default' | 'lighter' | 'bolder';
4
+
5
+ export type { FontSize, FontType, FontWeight };
@@ -0,0 +1,5 @@
1
+ type FontSize = 'default' | 'small' | 'medium' | 'large' | 'extraLarge';
2
+ type FontType = 'default' | 'monospace';
3
+ type FontWeight = 'default' | 'lighter' | 'bolder';
4
+
5
+ export type { FontSize, FontType, FontWeight };
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=font.js.map
4
+ //# sourceMappingURL=font.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"font.js"}
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=font.mjs.map
3
+ //# sourceMappingURL=font.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"font.mjs"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Describes how the image should be aligned if it must be cropped or if using repeat fill mode.
3
+ */
4
+ type HorizontalAlignment = 'left' | 'center' | 'right';
5
+
6
+ export type { HorizontalAlignment };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Describes how the image should be aligned if it must be cropped or if using repeat fill mode.
3
+ */
4
+ type HorizontalAlignment = 'left' | 'center' | 'right';
5
+
6
+ export type { HorizontalAlignment };
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=horizontal-alignment.js.map
4
+ //# sourceMappingURL=horizontal-alignment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"horizontal-alignment.js"}
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=horizontal-alignment.mjs.map
3
+ //# sourceMappingURL=horizontal-alignment.mjs.map
@@ -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,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=refresh.js.map
4
+ //# sourceMappingURL=refresh.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"refresh.js"}
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=refresh.mjs.map
3
+ //# sourceMappingURL=refresh.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"refresh.mjs"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Specifies how much spacing. Hosts pick the exact pixel amounts for each of these.
3
+ */
4
+ type Spacing = 'default' | 'none' | 'small' | 'medium' | 'large' | 'extraLarge' | 'padding';
5
+
6
+ export type { Spacing };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Specifies how much spacing. Hosts pick the exact pixel amounts for each of these.
3
+ */
4
+ type Spacing = 'default' | 'none' | 'small' | 'medium' | 'large' | 'extraLarge' | 'padding';
5
+
6
+ export type { Spacing };
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=spacing.js.map
4
+ //# sourceMappingURL=spacing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"spacing.js"}
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=spacing.mjs.map
3
+ //# sourceMappingURL=spacing.mjs.map
@@ -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,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=tab-info.js.map
4
+ //# sourceMappingURL=tab-info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"tab-info.js"}
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=tab-info.mjs.map
3
+ //# sourceMappingURL=tab-info.mjs.map
@@ -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,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=target-element.js.map
4
+ //# sourceMappingURL=target-element.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"target-element.js"}