@pronto-tools-and-more/files 12.42.0 → 12.43.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (340) hide show
  1. package/files/framework/src/default/storefront/buildInfo.json +4 -4
  2. package/files/framework/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +1 -1
  3. package/files/framework/src/default/storefront/index.html +2 -2
  4. package/files/framework/src/default/storefront/modules/common.js +1 -1201
  5. package/files/framework/src/default/storefront/modules/main.js +1 -1
  6. package/files/framework/src/default/storefront/modules/styles.css +1 -1
  7. package/files/framework-latest/src/default/content/assets/FONTAWESOME_LICENSE.txt +34 -0
  8. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Bold.ttf +0 -0
  9. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-BoldItalic.ttf +0 -0
  10. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
  11. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
  12. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Italic.ttf +0 -0
  13. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Light.ttf +0 -0
  14. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-LightItalic.ttf +0 -0
  15. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Regular.ttf +0 -0
  16. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  17. package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
  18. package/files/framework-latest/src/default/content/assets/fonts/RobotoSlab-Bold.ttf +0 -0
  19. package/files/framework-latest/src/default/content/assets/ic_arrow.svg +1 -0
  20. package/files/framework-latest/src/default/content/assets/ic_audio.svg +19 -0
  21. package/files/framework-latest/src/default/content/assets/ic_bookmark.svg +10 -0
  22. package/files/framework-latest/src/default/content/assets/ic_bookmark_active.svg +9 -0
  23. package/files/framework-latest/src/default/content/assets/ic_close.svg +16 -0
  24. package/files/framework-latest/src/default/content/assets/ic_download.svg +13 -0
  25. package/files/framework-latest/src/default/content/assets/ic_download_circle.svg +15 -0
  26. package/files/framework-latest/src/default/content/assets/ic_download_completed.svg +12 -0
  27. package/files/framework-latest/src/default/content/assets/ic_download_completed_circle.svg +12 -0
  28. package/files/framework-latest/src/default/content/assets/ic_downloading.svg +13 -0
  29. package/files/framework-latest/src/default/content/assets/ic_downloading_circle.svg +15 -0
  30. package/files/framework-latest/src/default/content/assets/ic_font_size.svg +1 -0
  31. package/files/framework-latest/src/default/content/assets/ic_left.svg +15 -0
  32. package/files/framework-latest/src/default/content/assets/ic_left_arrow.svg +11 -0
  33. package/files/framework-latest/src/default/content/assets/ic_night_mode.svg +20 -0
  34. package/files/framework-latest/src/default/content/assets/ic_night_mode_active.svg +20 -0
  35. package/files/framework-latest/src/default/content/assets/ic_overlay_loading.svg +13 -0
  36. package/files/framework-latest/src/default/content/assets/ic_pause.svg +19 -0
  37. package/files/framework-latest/src/default/content/assets/ic_play.svg +16 -0
  38. package/files/framework-latest/src/default/content/assets/ic_player.svg +19 -0
  39. package/files/framework-latest/src/default/content/assets/ic_player_active.svg +19 -0
  40. package/files/framework-latest/src/default/content/assets/ic_right.svg +15 -0
  41. package/files/framework-latest/src/default/content/assets/ic_right_arrow.svg +11 -0
  42. package/files/framework-latest/src/default/content/assets/ic_seek_back.svg +19 -0
  43. package/files/framework-latest/src/default/content/assets/ic_seek_forward.svg +19 -0
  44. package/files/framework-latest/src/default/content/assets/ic_settings.svg +16 -0
  45. package/files/framework-latest/src/default/content/assets/ic_share_android.svg +11 -0
  46. package/files/framework-latest/src/default/content/assets/ic_share_ios.svg +13 -0
  47. package/files/framework-latest/src/default/content/assets/ic_speech.svg +15 -0
  48. package/files/framework-latest/src/default/content/assets/ic_speech_female.svg +11 -0
  49. package/files/framework-latest/src/default/content/assets/ic_speech_male.svg +11 -0
  50. package/files/framework-latest/src/default/content/assets/ic_speech_rate.svg +11 -0
  51. package/files/framework-latest/src/default/content/assets/ic_toc.svg +22 -0
  52. package/files/framework-latest/src/default/content/assets/ic_video.svg +21 -0
  53. package/files/framework-latest/src/default/content/assets/ic_zoom.svg +1 -0
  54. package/files/framework-latest/src/default/content/assets/img/spinner.gif +0 -0
  55. package/files/framework-latest/src/default/content/assets/logo.png +0 -0
  56. package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.css +13 -0
  57. package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.js +1 -0
  58. package/files/framework-latest/src/default/content/assets/tail-spin.gif +0 -0
  59. package/files/framework-latest/src/default/content/assets/tail-spin.svg +32 -0
  60. package/files/framework-latest/src/default/content/core.css +29 -0
  61. package/files/framework-latest/src/default/content/core.js +10896 -0
  62. package/files/framework-latest/src/default/content/functions.css +2 -0
  63. package/files/framework-latest/src/default/content/functions.js +1 -0
  64. package/files/framework-latest/src/default/content/publish-press-author.css +407 -0
  65. package/files/framework-latest/src/default/content/publish-press-author.js +290 -0
  66. package/files/framework-latest/src/default/content/resources.json +1 -0
  67. package/files/framework-latest/src/default/content/theme.css +16 -0
  68. package/files/framework-latest/src/default/content/theme.js +720 -0
  69. package/files/framework-latest/src/default/content/tts.css +7 -0
  70. package/files/framework-latest/src/default/content/tts.js +5 -0
  71. package/files/framework-latest/src/default/content/uag.css +20 -0
  72. package/files/framework-latest/src/default/content/uag.js +166 -0
  73. package/files/framework-latest/src/default/info/css/style.css +328 -0
  74. package/files/framework-latest/src/default/info/font-awesome/HELP-US-OUT.txt +7 -0
  75. package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.css +2337 -0
  76. package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.min.css +4 -0
  77. package/files/framework-latest/src/default/info/font-awesome/fonts/FontAwesome.otf +0 -0
  78. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  79. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.svg +2671 -0
  80. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  81. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  82. package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  83. package/files/framework-latest/src/default/info/font-awesome/less/animated.less +34 -0
  84. package/files/framework-latest/src/default/info/font-awesome/less/bordered-pulled.less +25 -0
  85. package/files/framework-latest/src/default/info/font-awesome/less/core.less +12 -0
  86. package/files/framework-latest/src/default/info/font-awesome/less/fixed-width.less +6 -0
  87. package/files/framework-latest/src/default/info/font-awesome/less/font-awesome.less +18 -0
  88. package/files/framework-latest/src/default/info/font-awesome/less/icons.less +789 -0
  89. package/files/framework-latest/src/default/info/font-awesome/less/larger.less +13 -0
  90. package/files/framework-latest/src/default/info/font-awesome/less/list.less +19 -0
  91. package/files/framework-latest/src/default/info/font-awesome/less/mixins.less +60 -0
  92. package/files/framework-latest/src/default/info/font-awesome/less/path.less +15 -0
  93. package/files/framework-latest/src/default/info/font-awesome/less/rotated-flipped.less +20 -0
  94. package/files/framework-latest/src/default/info/font-awesome/less/screen-reader.less +5 -0
  95. package/files/framework-latest/src/default/info/font-awesome/less/stacked.less +20 -0
  96. package/files/framework-latest/src/default/info/font-awesome/less/variables.less +800 -0
  97. package/files/framework-latest/src/default/info/font-awesome/scss/_animated.scss +34 -0
  98. package/files/framework-latest/src/default/info/font-awesome/scss/_bordered-pulled.scss +25 -0
  99. package/files/framework-latest/src/default/info/font-awesome/scss/_core.scss +12 -0
  100. package/files/framework-latest/src/default/info/font-awesome/scss/_fixed-width.scss +6 -0
  101. package/files/framework-latest/src/default/info/font-awesome/scss/_icons.scss +789 -0
  102. package/files/framework-latest/src/default/info/font-awesome/scss/_larger.scss +13 -0
  103. package/files/framework-latest/src/default/info/font-awesome/scss/_list.scss +19 -0
  104. package/files/framework-latest/src/default/info/font-awesome/scss/_mixins.scss +60 -0
  105. package/files/framework-latest/src/default/info/font-awesome/scss/_path.scss +15 -0
  106. package/files/framework-latest/src/default/info/font-awesome/scss/_rotated-flipped.scss +20 -0
  107. package/files/framework-latest/src/default/info/font-awesome/scss/_screen-reader.scss +5 -0
  108. package/files/framework-latest/src/default/info/font-awesome/scss/_stacked.scss +20 -0
  109. package/files/framework-latest/src/default/info/font-awesome/scss/_variables.scss +800 -0
  110. package/files/framework-latest/src/default/info/font-awesome/scss/font-awesome.scss +18 -0
  111. package/files/framework-latest/src/default/info/fonts/Roboto-Bold.ttf +0 -0
  112. package/files/framework-latest/src/default/info/fonts/Roboto-Italic.ttf +0 -0
  113. package/files/framework-latest/src/default/info/fonts/Roboto-Light.ttf +0 -0
  114. package/files/framework-latest/src/default/info/fonts/Roboto-LightItalic.ttf +0 -0
  115. package/files/framework-latest/src/default/info/fonts/Roboto-Medium.ttf +0 -0
  116. package/files/framework-latest/src/default/info/fonts/Roboto-MediumItalic.ttf +0 -0
  117. package/files/framework-latest/src/default/info/fonts/Roboto-Regular.ttf +0 -0
  118. package/files/framework-latest/src/default/info/img/banner.png +0 -0
  119. package/files/framework-latest/src/default/info/index.html +94 -0
  120. package/files/framework-latest/src/default/info/theme.css +181 -0
  121. package/files/framework-latest/src/default/menuicons/account.png +0 -0
  122. package/files/framework-latest/src/default/menuicons/account@2x.png +0 -0
  123. package/files/framework-latest/src/default/menuicons/account@3x.png +0 -0
  124. package/files/framework-latest/src/default/menuicons/bookmarks.png +0 -0
  125. package/files/framework-latest/src/default/menuicons/bookmarks@2x.png +0 -0
  126. package/files/framework-latest/src/default/menuicons/bookmarks@3x.png +0 -0
  127. package/files/framework-latest/src/default/menuicons/calendar.png +0 -0
  128. package/files/framework-latest/src/default/menuicons/calendar@2x.png +0 -0
  129. package/files/framework-latest/src/default/menuicons/calendar@3x.png +0 -0
  130. package/files/framework-latest/src/default/menuicons/chain.png +0 -0
  131. package/files/framework-latest/src/default/menuicons/chain@2x.png +0 -0
  132. package/files/framework-latest/src/default/menuicons/chain@3x.png +0 -0
  133. package/files/framework-latest/src/default/menuicons/feedback.png +0 -0
  134. package/files/framework-latest/src/default/menuicons/feedback@2x.png +0 -0
  135. package/files/framework-latest/src/default/menuicons/feedback@3x.png +0 -0
  136. package/files/framework-latest/src/default/menuicons/forum.png +0 -0
  137. package/files/framework-latest/src/default/menuicons/forum@2x.png +0 -0
  138. package/files/framework-latest/src/default/menuicons/forum@3x.png +0 -0
  139. package/files/framework-latest/src/default/menuicons/info.png +0 -0
  140. package/files/framework-latest/src/default/menuicons/kiosk.png +0 -0
  141. package/files/framework-latest/src/default/menuicons/kiosk@2x.png +0 -0
  142. package/files/framework-latest/src/default/menuicons/kiosk@3x.png +0 -0
  143. package/files/framework-latest/src/default/menuicons/legal.png +0 -0
  144. package/files/framework-latest/src/default/menuicons/legal@2x.png +0 -0
  145. package/files/framework-latest/src/default/menuicons/legal@3x.png +0 -0
  146. package/files/framework-latest/src/default/menuicons/login.png +0 -0
  147. package/files/framework-latest/src/default/menuicons/login@2x.png +0 -0
  148. package/files/framework-latest/src/default/menuicons/login@3x.png +0 -0
  149. package/files/framework-latest/src/default/menuicons/logout.png +0 -0
  150. package/files/framework-latest/src/default/menuicons/logout@2x.png +0 -0
  151. package/files/framework-latest/src/default/menuicons/logout@3x.png +0 -0
  152. package/files/framework-latest/src/default/menuicons/newsfeed.png +0 -0
  153. package/files/framework-latest/src/default/menuicons/newsfeed@2x.png +0 -0
  154. package/files/framework-latest/src/default/menuicons/newsfeed@3x.png +0 -0
  155. package/files/framework-latest/src/default/menuicons/newsstand.png +0 -0
  156. package/files/framework-latest/src/default/menuicons/newsstand@2x.png +0 -0
  157. package/files/framework-latest/src/default/menuicons/newsstand@3x.png +0 -0
  158. package/files/framework-latest/src/default/menuicons/purple.png +0 -0
  159. package/files/framework-latest/src/default/menuicons/purple@2x.png +0 -0
  160. package/files/framework-latest/src/default/menuicons/purple@3x.png +0 -0
  161. package/files/framework-latest/src/default/menuicons/restore.png +0 -0
  162. package/files/framework-latest/src/default/menuicons/restore@2x.png +0 -0
  163. package/files/framework-latest/src/default/menuicons/restore@3x.png +0 -0
  164. package/files/framework-latest/src/default/menuicons/settings.png +0 -0
  165. package/files/framework-latest/src/default/menuicons/share.png +0 -0
  166. package/files/framework-latest/src/default/menuicons/share@2x.png +0 -0
  167. package/files/framework-latest/src/default/menuicons/share@3x.png +0 -0
  168. package/files/framework-latest/src/default/menuicons/shop.png +0 -0
  169. package/files/framework-latest/src/default/menuicons/shop@2x.png +0 -0
  170. package/files/framework-latest/src/default/menuicons/shop@3x.png +0 -0
  171. package/files/framework-latest/src/default/menuicons/socialmedia.png +0 -0
  172. package/files/framework-latest/src/default/menuicons/socialmedia@2x.png +0 -0
  173. package/files/framework-latest/src/default/menuicons/socialmedia@3x.png +0 -0
  174. package/files/framework-latest/src/default/menuicons/subscriptions.png +0 -0
  175. package/files/framework-latest/src/default/menuicons/subscriptions@2x.png +0 -0
  176. package/files/framework-latest/src/default/menuicons/subscriptions@3x.png +0 -0
  177. package/files/framework-latest/src/default/menuicons/voucher.png +0 -0
  178. package/files/framework-latest/src/default/menuicons/voucher@2x.png +0 -0
  179. package/files/framework-latest/src/default/menuicons/voucher@3x.png +0 -0
  180. package/files/framework-latest/src/default/menuicons/website.png +0 -0
  181. package/files/framework-latest/src/default/menuicons/website@2x.png +0 -0
  182. package/files/framework-latest/src/default/menuicons/website@3x.png +0 -0
  183. package/files/framework-latest/src/default/onboarding/3rdpartylicenses.txt +574 -0
  184. package/files/framework-latest/src/default/onboarding/assets/config/message.json +7 -0
  185. package/files/framework-latest/src/default/onboarding/assets/config/onboarding.json +48 -0
  186. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/1_Welcome.png +0 -0
  187. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuPhone.jpg +0 -0
  188. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuTablet.jpg +0 -0
  189. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandPhone.jpg +0 -0
  190. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandTablet.jpg +0 -0
  191. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationPhone.jpg +0 -0
  192. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationTablet.jpg +0 -0
  193. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedPhone.jpg +0 -0
  194. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedTablet.jpg +0 -0
  195. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesPhone.jpg +0 -0
  196. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesTablet.jpg +0 -0
  197. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_1.jpg +0 -0
  198. package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_4.jpg +0 -0
  199. package/files/framework-latest/src/default/onboarding/assets/config/style.json +19 -0
  200. package/files/framework-latest/src/default/onboarding/assets/config/url.json +5 -0
  201. package/files/framework-latest/src/default/onboarding/assets/font/Ionicons/ionicons.ttf +0 -0
  202. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Bold.ttf +0 -0
  203. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-BoldItalic.ttf +0 -0
  204. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBold.ttf +0 -0
  205. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBoldItalic.ttf +0 -0
  206. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Italic.ttf +0 -0
  207. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Light.ttf +0 -0
  208. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-LightItalic.ttf +0 -0
  209. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Regular.ttf +0 -0
  210. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBold.ttf +0 -0
  211. package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBoldItalic.ttf +0 -0
  212. package/files/framework-latest/src/default/onboarding/assets/font/fonts.css +73 -0
  213. package/files/framework-latest/src/default/onboarding/favicon.ico +0 -0
  214. package/files/framework-latest/src/default/onboarding/index.html +15 -0
  215. package/files/framework-latest/src/default/onboarding/main.js +1 -0
  216. package/files/framework-latest/src/default/onboarding/polyfills-es5.js +1 -0
  217. package/files/framework-latest/src/default/onboarding/polyfills.js +1 -0
  218. package/files/framework-latest/src/default/onboarding/runtime.js +1 -0
  219. package/files/framework-latest/src/default/onboarding/styles.css +1 -0
  220. package/files/framework-latest/src/default/onboarding/vendor.js +1 -0
  221. package/files/framework-latest/src/default/readmode/custom.js +40 -0
  222. package/files/framework-latest/src/default/readmode/ic_audio.svg +19 -0
  223. package/files/framework-latest/src/default/readmode/ic_close.svg +16 -0
  224. package/files/framework-latest/src/default/readmode/ic_font_size.svg +1 -0
  225. package/files/framework-latest/src/default/readmode/ic_night_mode.svg +20 -0
  226. package/files/framework-latest/src/default/readmode/ic_pause.svg +19 -0
  227. package/files/framework-latest/src/default/readmode/ic_play.svg +16 -0
  228. package/files/framework-latest/src/default/readmode/ic_speech.svg +15 -0
  229. package/files/framework-latest/src/default/readmode/ic_speech_female.svg +11 -0
  230. package/files/framework-latest/src/default/readmode/ic_speech_male.svg +11 -0
  231. package/files/framework-latest/src/default/storefront/3rdpartylicenses.txt +1065 -0
  232. package/files/framework-latest/src/default/storefront/assets/access.json +10 -0
  233. package/files/framework-latest/src/default/storefront/assets/banner/banner_not_found.jpg +0 -0
  234. package/files/framework-latest/src/default/storefront/assets/downloadOptions.json +1 -0
  235. package/files/framework-latest/src/default/storefront/assets/faq.html +87 -0
  236. package/files/framework-latest/src/default/storefront/assets/features.json +3 -0
  237. package/files/framework-latest/src/default/storefront/assets/generic-widget.json +1 -0
  238. package/files/framework-latest/src/default/storefront/assets/login.html +329 -0
  239. package/files/framework-latest/src/default/storefront/assets/submit.css +7 -0
  240. package/files/framework-latest/src/default/storefront/assets/subscription-benefits.json +11 -0
  241. package/files/framework-latest/src/default/storefront/assets/termsofuse.html +123 -0
  242. package/files/framework-latest/src/default/storefront/assets/tts_config.json +3 -0
  243. package/files/framework-latest/src/default/storefront/assets/urls.json +11 -0
  244. package/files/framework-latest/src/default/storefront/buildInfo.json +7 -0
  245. package/files/framework-latest/src/default/storefront/deep-link-landing/index.html +1 -0
  246. package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +842 -0
  247. package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js.LICENSE.txt +13 -0
  248. package/files/framework-latest/src/default/storefront/index.html +22 -0
  249. package/files/framework-latest/src/default/storefront/modules/DS_logo.svg +1 -0
  250. package/files/framework-latest/src/default/storefront/modules/alphaMask.png +0 -0
  251. package/files/framework-latest/src/default/storefront/modules/btn_backward.png +0 -0
  252. package/files/framework-latest/src/default/storefront/modules/btn_first.png +0 -0
  253. package/files/framework-latest/src/default/storefront/modules/btn_forward.png +0 -0
  254. package/files/framework-latest/src/default/storefront/modules/btn_fullwidth.png +0 -0
  255. package/files/framework-latest/src/default/storefront/modules/btn_fullwidth_active.png +0 -0
  256. package/files/framework-latest/src/default/storefront/modules/btn_last.png +0 -0
  257. package/files/framework-latest/src/default/storefront/modules/btn_pin.png +0 -0
  258. package/files/framework-latest/src/default/storefront/modules/btn_toc.png +0 -0
  259. package/files/framework-latest/src/default/storefront/modules/btn_zoom.png +0 -0
  260. package/files/framework-latest/src/default/storefront/modules/btn_zoom_active.png +0 -0
  261. package/files/framework-latest/src/default/storefront/modules/common.js +1 -0
  262. package/files/framework-latest/src/default/storefront/modules/default-node_modules_angular_forms_fesm2022_forms_mjs.js +1 -0
  263. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_base-component_base-datacollection_component_ts-4706f8.js +1 -0
  264. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_content_content_module_ts.js +1 -0
  265. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-04fe61.js +1 -0
  266. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-571069.js +1 -0
  267. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_issue_issue_module_ts.js +1 -0
  268. package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_service_tts_tts_service_ts.js +1 -0
  269. package/files/framework-latest/src/default/storefront/modules/ic_backward.svg +16 -0
  270. package/files/framework-latest/src/default/storefront/modules/ic_close.svg +16 -0
  271. package/files/framework-latest/src/default/storefront/modules/ic_forward.svg +16 -0
  272. package/files/framework-latest/src/default/storefront/modules/ic_fullscreen.png +0 -0
  273. package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@2x.png +0 -0
  274. package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@3x.png +0 -0
  275. package/files/framework-latest/src/default/storefront/modules/ic_overlay_loading.svg +13 -0
  276. package/files/framework-latest/src/default/storefront/modules/ic_pause.png +0 -0
  277. package/files/framework-latest/src/default/storefront/modules/ic_pause.svg +19 -0
  278. package/files/framework-latest/src/default/storefront/modules/ic_pause@2x.png +0 -0
  279. package/files/framework-latest/src/default/storefront/modules/ic_pause@3x.png +0 -0
  280. package/files/framework-latest/src/default/storefront/modules/ic_play.png +0 -0
  281. package/files/framework-latest/src/default/storefront/modules/ic_play.svg +16 -0
  282. package/files/framework-latest/src/default/storefront/modules/ic_play@2x.png +0 -0
  283. package/files/framework-latest/src/default/storefront/modules/ic_play@3x.png +0 -0
  284. package/files/framework-latest/src/default/storefront/modules/ic_player.svg +17 -0
  285. package/files/framework-latest/src/default/storefront/modules/ic_player_active.svg +17 -0
  286. package/files/framework-latest/src/default/storefront/modules/ic_refresh.svg +16 -0
  287. package/files/framework-latest/src/default/storefront/modules/ic_seek_back.svg +19 -0
  288. package/files/framework-latest/src/default/storefront/modules/ic_seek_forward.svg +19 -0
  289. package/files/framework-latest/src/default/storefront/modules/ic_settings.svg +16 -0
  290. package/files/framework-latest/src/default/storefront/modules/ic_smallscreen.png +0 -0
  291. package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@2x.png +0 -0
  292. package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@3x.png +0 -0
  293. package/files/framework-latest/src/default/storefront/modules/ic_speech.svg +15 -0
  294. package/files/framework-latest/src/default/storefront/modules/ic_speech_female.svg +11 -0
  295. package/files/framework-latest/src/default/storefront/modules/ic_speech_male.svg +11 -0
  296. package/files/framework-latest/src/default/storefront/modules/icon_close.png +0 -0
  297. package/files/framework-latest/src/default/storefront/modules/main.js +1 -0
  298. package/files/framework-latest/src/default/storefront/modules/node_modules_clientjs_dist_client_base_min_js.js +1 -0
  299. package/files/framework-latest/src/default/storefront/modules/node_modules_mustache_mustache_js.js +1 -0
  300. package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_vendor_js.js +1 -0
  301. package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_webPresenter_min_js.js +1 -0
  302. package/files/framework-latest/src/default/storefront/modules/polyfills.js +1 -0
  303. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-295cec.js +1 -0
  304. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-7956f0.js +1 -0
  305. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-94b9b6.js +1 -0
  306. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_action-executor_action-executor_module_ts.js +1 -0
  307. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ad_ad_module_ts.js +1 -0
  308. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_app-menu-xml_app-menu-xml_module_ts.js +1 -0
  309. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_base-component_base-datacollection_component_ts-project-6cb588.js +1 -0
  310. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_bookmark_bookmark_module_ts.js +1 -0
  311. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-body_content-body_module_ts.js +1 -0
  312. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-featured-image_content-featured-c9ba26.js +1 -0
  313. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_category_category_module_ts.js +1 -0
  314. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_collection_collection_module_ts.js +1 -0
  315. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_component_module_ts.js +1 -0
  316. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_coupon_coupon_module_ts.js +1 -0
  317. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dev-components_user-tag-testing_user-tag-testing_module_ts.js +1 -0
  318. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_download-issues_download-issues_module_ts.js +1 -0
  319. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dropdown_dropdown_module_ts.js +1 -0
  320. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_embeddable-view_embeddable-view_module_ts.js +1 -0
  321. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_iframe_iframe_module_ts.js +1 -0
  322. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_issue-search-result_issue-search-result_module_ts.js +1 -0
  323. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_login_login_module_ts.js +1 -0
  324. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_menu_menu_module_ts.js +1 -0
  325. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_product_product_module_ts.js +1 -0
  326. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication-completion_publication-completion_module_ts.js +1 -0
  327. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication_publication_module_ts.js +1 -0
  328. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_recommendations_recommendations_module_ts.js +1 -0
  329. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_search-field_search-field_module_ts.js +1 -0
  330. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_subscription_subscription_module_ts.js +1 -0
  331. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_swiper_swiper_module_ts.js +1 -0
  332. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ticker_ticker_module_ts.js +1 -0
  333. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toggle_toggle_module_ts.js +1 -0
  334. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toolbar_toolbar_module_ts.js +1 -0
  335. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_web-presenter_presenter_presenter_module_ts.js +1 -0
  336. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_widget_widget_module_ts.js +1 -0
  337. package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_config_common_config_ts.js +1 -0
  338. package/files/framework-latest/src/default/storefront/modules/runtime.js +1 -0
  339. package/files/framework-latest/src/default/storefront/modules/styles.css +1 -0
  340. package/package.json +1 -1
@@ -0,0 +1,1065 @@
1
+ @angular/animations
2
+ MIT
3
+ The MIT License
4
+
5
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in
15
+ all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
+ THE SOFTWARE.
24
+
25
+
26
+ @angular/cdk
27
+ MIT
28
+ The MIT License
29
+
30
+ Copyright (c) 2025 Google LLC.
31
+
32
+ Permission is hereby granted, free of charge, to any person obtaining a copy
33
+ of this software and associated documentation files (the "Software"), to deal
34
+ in the Software without restriction, including without limitation the rights
35
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36
+ copies of the Software, and to permit persons to whom the Software is
37
+ furnished to do so, subject to the following conditions:
38
+
39
+ The above copyright notice and this permission notice shall be included in
40
+ all copies or substantial portions of the Software.
41
+
42
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
48
+ THE SOFTWARE.
49
+
50
+
51
+ @angular/common
52
+ MIT
53
+ The MIT License
54
+
55
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
56
+
57
+ Permission is hereby granted, free of charge, to any person obtaining a copy
58
+ of this software and associated documentation files (the "Software"), to deal
59
+ in the Software without restriction, including without limitation the rights
60
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61
+ copies of the Software, and to permit persons to whom the Software is
62
+ furnished to do so, subject to the following conditions:
63
+
64
+ The above copyright notice and this permission notice shall be included in
65
+ all copies or substantial portions of the Software.
66
+
67
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
70
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
72
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
73
+ THE SOFTWARE.
74
+
75
+
76
+ @angular/core
77
+ MIT
78
+ The MIT License
79
+
80
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
81
+
82
+ Permission is hereby granted, free of charge, to any person obtaining a copy
83
+ of this software and associated documentation files (the "Software"), to deal
84
+ in the Software without restriction, including without limitation the rights
85
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
86
+ copies of the Software, and to permit persons to whom the Software is
87
+ furnished to do so, subject to the following conditions:
88
+
89
+ The above copyright notice and this permission notice shall be included in
90
+ all copies or substantial portions of the Software.
91
+
92
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
93
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
94
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
95
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
96
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
97
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
98
+ THE SOFTWARE.
99
+
100
+
101
+ @angular/forms
102
+ MIT
103
+ The MIT License
104
+
105
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
106
+
107
+ Permission is hereby granted, free of charge, to any person obtaining a copy
108
+ of this software and associated documentation files (the "Software"), to deal
109
+ in the Software without restriction, including without limitation the rights
110
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
111
+ copies of the Software, and to permit persons to whom the Software is
112
+ furnished to do so, subject to the following conditions:
113
+
114
+ The above copyright notice and this permission notice shall be included in
115
+ all copies or substantial portions of the Software.
116
+
117
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
118
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
119
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
120
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
121
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
122
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
123
+ THE SOFTWARE.
124
+
125
+
126
+ @angular/material
127
+ MIT
128
+ The MIT License
129
+
130
+ Copyright (c) 2025 Google LLC.
131
+
132
+ Permission is hereby granted, free of charge, to any person obtaining a copy
133
+ of this software and associated documentation files (the "Software"), to deal
134
+ in the Software without restriction, including without limitation the rights
135
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
136
+ copies of the Software, and to permit persons to whom the Software is
137
+ furnished to do so, subject to the following conditions:
138
+
139
+ The above copyright notice and this permission notice shall be included in
140
+ all copies or substantial portions of the Software.
141
+
142
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
143
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
144
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
145
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
146
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
147
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
148
+ THE SOFTWARE.
149
+
150
+
151
+ @angular/platform-browser
152
+ MIT
153
+ The MIT License
154
+
155
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
156
+
157
+ Permission is hereby granted, free of charge, to any person obtaining a copy
158
+ of this software and associated documentation files (the "Software"), to deal
159
+ in the Software without restriction, including without limitation the rights
160
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
161
+ copies of the Software, and to permit persons to whom the Software is
162
+ furnished to do so, subject to the following conditions:
163
+
164
+ The above copyright notice and this permission notice shall be included in
165
+ all copies or substantial portions of the Software.
166
+
167
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
168
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
169
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
170
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
171
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
172
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
173
+ THE SOFTWARE.
174
+
175
+
176
+ @angular/router
177
+ MIT
178
+ The MIT License
179
+
180
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
181
+
182
+ Permission is hereby granted, free of charge, to any person obtaining a copy
183
+ of this software and associated documentation files (the "Software"), to deal
184
+ in the Software without restriction, including without limitation the rights
185
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
186
+ copies of the Software, and to permit persons to whom the Software is
187
+ furnished to do so, subject to the following conditions:
188
+
189
+ The above copyright notice and this permission notice shall be included in
190
+ all copies or substantial portions of the Software.
191
+
192
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
193
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
194
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
195
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
196
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
197
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
198
+ THE SOFTWARE.
199
+
200
+
201
+ @babel/runtime
202
+ MIT
203
+ MIT License
204
+
205
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
206
+
207
+ Permission is hereby granted, free of charge, to any person obtaining
208
+ a copy of this software and associated documentation files (the
209
+ "Software"), to deal in the Software without restriction, including
210
+ without limitation the rights to use, copy, modify, merge, publish,
211
+ distribute, sublicense, and/or sell copies of the Software, and to
212
+ permit persons to whom the Software is furnished to do so, subject to
213
+ the following conditions:
214
+
215
+ The above copyright notice and this permission notice shall be
216
+ included in all copies or substantial portions of the Software.
217
+
218
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
219
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
220
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
221
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
222
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
223
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
224
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
225
+
226
+
227
+ @iabtechlabtcf/stub
228
+ Apache-2.0
229
+
230
+ @ngrx/effects
231
+ MIT
232
+ The MIT License (MIT)
233
+
234
+ Copyright (c) 2017-2023 Brandon Roberts, Mike Ryan, Victor Savkin, Rob Wormald
235
+
236
+ Permission is hereby granted, free of charge, to any person obtaining a copy
237
+ of this software and associated documentation files (the "Software"), to deal
238
+ in the Software without restriction, including without limitation the rights
239
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
240
+ copies of the Software, and to permit persons to whom the Software is
241
+ furnished to do so, subject to the following conditions:
242
+
243
+ The above copyright notice and this permission notice shall be included in all
244
+ copies or substantial portions of the Software.
245
+
246
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
247
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
248
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
249
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
250
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
251
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
252
+ SOFTWARE.
253
+
254
+ This repository includes a file "debounceSync.ts" originially copied from
255
+ https://github.com/cartant/rxjs-etc by Nicholas Jamieson, MIT licensed. See the
256
+ file header for details.
257
+
258
+
259
+ @ngrx/store
260
+ MIT
261
+ The MIT License (MIT)
262
+
263
+ Copyright (c) 2017-2023 Brandon Roberts, Mike Ryan, Victor Savkin, Rob Wormald
264
+
265
+ Permission is hereby granted, free of charge, to any person obtaining a copy
266
+ of this software and associated documentation files (the "Software"), to deal
267
+ in the Software without restriction, including without limitation the rights
268
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
269
+ copies of the Software, and to permit persons to whom the Software is
270
+ furnished to do so, subject to the following conditions:
271
+
272
+ The above copyright notice and this permission notice shall be included in all
273
+ copies or substantial portions of the Software.
274
+
275
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
276
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
277
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
278
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
279
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
280
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
281
+ SOFTWARE.
282
+
283
+ This repository includes a file "debounceSync.ts" originially copied from
284
+ https://github.com/cartant/rxjs-etc by Nicholas Jamieson, MIT licensed. See the
285
+ file header for details.
286
+
287
+
288
+ @purple/dialog
289
+ MIT
290
+
291
+ @purple/download-handler
292
+
293
+ @purple/js-api
294
+
295
+ @purple/model
296
+ ISC
297
+
298
+ @purple/web-player
299
+ UNLICENSED
300
+
301
+ acorn
302
+ MIT
303
+ MIT License
304
+
305
+ Copyright (C) 2012-2022 by various contributors (see AUTHORS)
306
+
307
+ Permission is hereby granted, free of charge, to any person obtaining a copy
308
+ of this software and associated documentation files (the "Software"), to deal
309
+ in the Software without restriction, including without limitation the rights
310
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
311
+ copies of the Software, and to permit persons to whom the Software is
312
+ furnished to do so, subject to the following conditions:
313
+
314
+ The above copyright notice and this permission notice shall be included in
315
+ all copies or substantial portions of the Software.
316
+
317
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
318
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
319
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
320
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
321
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
322
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
323
+ THE SOFTWARE.
324
+
325
+
326
+ clientjs
327
+ Apache-2.0
328
+ Apache License
329
+ Version 2.0, January 2004
330
+ http://www.apache.org/licenses/
331
+
332
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
333
+
334
+ 1. Definitions.
335
+
336
+ "License" shall mean the terms and conditions for use, reproduction,
337
+ and distribution as defined by Sections 1 through 9 of this document.
338
+
339
+ "Licensor" shall mean the copyright owner or entity authorized by
340
+ the copyright owner that is granting the License.
341
+
342
+ "Legal Entity" shall mean the union of the acting entity and all
343
+ other entities that control, are controlled by, or are under common
344
+ control with that entity. For the purposes of this definition,
345
+ "control" means (i) the power, direct or indirect, to cause the
346
+ direction or management of such entity, whether by contract or
347
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
348
+ outstanding shares, or (iii) beneficial ownership of such entity.
349
+
350
+ "You" (or "Your") shall mean an individual or Legal Entity
351
+ exercising permissions granted by this License.
352
+
353
+ "Source" form shall mean the preferred form for making modifications,
354
+ including but not limited to software source code, documentation
355
+ source, and configuration files.
356
+
357
+ "Object" form shall mean any form resulting from mechanical
358
+ transformation or translation of a Source form, including but
359
+ not limited to compiled object code, generated documentation,
360
+ and conversions to other media types.
361
+
362
+ "Work" shall mean the work of authorship, whether in Source or
363
+ Object form, made available under the License, as indicated by a
364
+ copyright notice that is included in or attached to the work
365
+ (an example is provided in the Appendix below).
366
+
367
+ "Derivative Works" shall mean any work, whether in Source or Object
368
+ form, that is based on (or derived from) the Work and for which the
369
+ editorial revisions, annotations, elaborations, or other modifications
370
+ represent, as a whole, an original work of authorship. For the purposes
371
+ of this License, Derivative Works shall not include works that remain
372
+ separable from, or merely link (or bind by name) to the interfaces of,
373
+ the Work and Derivative Works thereof.
374
+
375
+ "Contribution" shall mean any work of authorship, including
376
+ the original version of the Work and any modifications or additions
377
+ to that Work or Derivative Works thereof, that is intentionally
378
+ submitted to Licensor for inclusion in the Work by the copyright owner
379
+ or by an individual or Legal Entity authorized to submit on behalf of
380
+ the copyright owner. For the purposes of this definition, "submitted"
381
+ means any form of electronic, verbal, or written communication sent
382
+ to the Licensor or its representatives, including but not limited to
383
+ communication on electronic mailing lists, source code control systems,
384
+ and issue tracking systems that are managed by, or on behalf of, the
385
+ Licensor for the purpose of discussing and improving the Work, but
386
+ excluding communication that is conspicuously marked or otherwise
387
+ designated in writing by the copyright owner as "Not a Contribution."
388
+
389
+ "Contributor" shall mean Licensor and any individual or Legal Entity
390
+ on behalf of whom a Contribution has been received by Licensor and
391
+ subsequently incorporated within the Work.
392
+
393
+ 2. Grant of Copyright License. Subject to the terms and conditions of
394
+ this License, each Contributor hereby grants to You a perpetual,
395
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
396
+ copyright license to reproduce, prepare Derivative Works of,
397
+ publicly display, publicly perform, sublicense, and distribute the
398
+ Work and such Derivative Works in Source or Object form.
399
+
400
+ 3. Grant of Patent License. Subject to the terms and conditions of
401
+ this License, each Contributor hereby grants to You a perpetual,
402
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
403
+ (except as stated in this section) patent license to make, have made,
404
+ use, offer to sell, sell, import, and otherwise transfer the Work,
405
+ where such license applies only to those patent claims licensable
406
+ by such Contributor that are necessarily infringed by their
407
+ Contribution(s) alone or by combination of their Contribution(s)
408
+ with the Work to which such Contribution(s) was submitted. If You
409
+ institute patent litigation against any entity (including a
410
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
411
+ or a Contribution incorporated within the Work constitutes direct
412
+ or contributory patent infringement, then any patent licenses
413
+ granted to You under this License for that Work shall terminate
414
+ as of the date such litigation is filed.
415
+
416
+ 4. Redistribution. You may reproduce and distribute copies of the
417
+ Work or Derivative Works thereof in any medium, with or without
418
+ modifications, and in Source or Object form, provided that You
419
+ meet the following conditions:
420
+
421
+ (a) You must give any other recipients of the Work or
422
+ Derivative Works a copy of this License; and
423
+
424
+ (b) You must cause any modified files to carry prominent notices
425
+ stating that You changed the files; and
426
+
427
+ (c) You must retain, in the Source form of any Derivative Works
428
+ that You distribute, all copyright, patent, trademark, and
429
+ attribution notices from the Source form of the Work,
430
+ excluding those notices that do not pertain to any part of
431
+ the Derivative Works; and
432
+
433
+ (d) If the Work includes a "NOTICE" text file as part of its
434
+ distribution, then any Derivative Works that You distribute must
435
+ include a readable copy of the attribution notices contained
436
+ within such NOTICE file, excluding those notices that do not
437
+ pertain to any part of the Derivative Works, in at least one
438
+ of the following places: within a NOTICE text file distributed
439
+ as part of the Derivative Works; within the Source form or
440
+ documentation, if provided along with the Derivative Works; or,
441
+ within a display generated by the Derivative Works, if and
442
+ wherever such third-party notices normally appear. The contents
443
+ of the NOTICE file are for informational purposes only and
444
+ do not modify the License. You may add Your own attribution
445
+ notices within Derivative Works that You distribute, alongside
446
+ or as an addendum to the NOTICE text from the Work, provided
447
+ that such additional attribution notices cannot be construed
448
+ as modifying the License.
449
+
450
+ You may add Your own copyright statement to Your modifications and
451
+ may provide additional or different license terms and conditions
452
+ for use, reproduction, or distribution of Your modifications, or
453
+ for any such Derivative Works as a whole, provided Your use,
454
+ reproduction, and distribution of the Work otherwise complies with
455
+ the conditions stated in this License.
456
+
457
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
458
+ any Contribution intentionally submitted for inclusion in the Work
459
+ by You to the Licensor shall be under the terms and conditions of
460
+ this License, without any additional terms or conditions.
461
+ Notwithstanding the above, nothing herein shall supersede or modify
462
+ the terms of any separate license agreement you may have executed
463
+ with Licensor regarding such Contributions.
464
+
465
+ 6. Trademarks. This License does not grant permission to use the trade
466
+ names, trademarks, service marks, or product names of the Licensor,
467
+ except as required for reasonable and customary use in describing the
468
+ origin of the Work and reproducing the content of the NOTICE file.
469
+
470
+ 7. Disclaimer of Warranty. Unless required by applicable law or
471
+ agreed to in writing, Licensor provides the Work (and each
472
+ Contributor provides its Contributions) on an "AS IS" BASIS,
473
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
474
+ implied, including, without limitation, any warranties or conditions
475
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
476
+ PARTICULAR PURPOSE. You are solely responsible for determining the
477
+ appropriateness of using or redistributing the Work and assume any
478
+ risks associated with Your exercise of permissions under this License.
479
+
480
+ 8. Limitation of Liability. In no event and under no legal theory,
481
+ whether in tort (including negligence), contract, or otherwise,
482
+ unless required by applicable law (such as deliberate and grossly
483
+ negligent acts) or agreed to in writing, shall any Contributor be
484
+ liable to You for damages, including any direct, indirect, special,
485
+ incidental, or consequential damages of any character arising as a
486
+ result of this License or out of the use or inability to use the
487
+ Work (including but not limited to damages for loss of goodwill,
488
+ work stoppage, computer failure or malfunction, or any and all
489
+ other commercial damages or losses), even if such Contributor
490
+ has been advised of the possibility of such damages.
491
+
492
+ 9. Accepting Warranty or Additional Liability. While redistributing
493
+ the Work or Derivative Works thereof, You may choose to offer,
494
+ and charge a fee for, acceptance of support, warranty, indemnity,
495
+ or other liability obligations and/or rights consistent with this
496
+ License. However, in accepting such obligations, You may act only
497
+ on Your own behalf and on Your sole responsibility, not on behalf
498
+ of any other Contributor, and only if You agree to indemnify,
499
+ defend, and hold each Contributor harmless for any liability
500
+ incurred by, or claims asserted against, such Contributor by reason
501
+ of your accepting any such warranty or additional liability.
502
+
503
+ END OF TERMS AND CONDITIONS
504
+
505
+ APPENDIX: How to apply the Apache License to your work.
506
+
507
+ To apply the Apache License to your work, attach the following
508
+ boilerplate notice, with the fields enclosed by brackets "{}"
509
+ replaced with your own identifying information. (Don't include
510
+ the brackets!) The text should be enclosed in the appropriate
511
+ comment syntax for the file format. We also recommend that a
512
+ file or class name and description of purpose be included on the
513
+ same "printed page" as the copyright notice for easier
514
+ identification within third-party archives.
515
+
516
+ Copyright {yyyy} {name of copyright owner}
517
+
518
+ Licensed under the Apache License, Version 2.0 (the "License");
519
+ you may not use this file except in compliance with the License.
520
+ You may obtain a copy of the License at
521
+
522
+ http://www.apache.org/licenses/LICENSE-2.0
523
+
524
+ Unless required by applicable law or agreed to in writing, software
525
+ distributed under the License is distributed on an "AS IS" BASIS,
526
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
527
+ See the License for the specific language governing permissions and
528
+ limitations under the License.
529
+
530
+
531
+ dayjs
532
+ MIT
533
+ MIT License
534
+
535
+ Copyright (c) 2018-present, iamkun
536
+
537
+ Permission is hereby granted, free of charge, to any person obtaining a copy
538
+ of this software and associated documentation files (the "Software"), to deal
539
+ in the Software without restriction, including without limitation the rights
540
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
541
+ copies of the Software, and to permit persons to whom the Software is
542
+ furnished to do so, subject to the following conditions:
543
+
544
+ The above copyright notice and this permission notice shall be included in all
545
+ copies or substantial portions of the Software.
546
+
547
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
548
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
549
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
550
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
551
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
552
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
553
+ SOFTWARE.
554
+
555
+
556
+ dom7
557
+ MIT
558
+ MIT License
559
+
560
+ Copyright (c) 2017 Vladimir Kharlampidi
561
+
562
+ Permission is hereby granted, free of charge, to any person obtaining a copy
563
+ of this software and associated documentation files (the "Software"), to deal
564
+ in the Software without restriction, including without limitation the rights
565
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
566
+ copies of the Software, and to permit persons to whom the Software is
567
+ furnished to do so, subject to the following conditions:
568
+
569
+ The above copyright notice and this permission notice shall be included in all
570
+ copies or substantial portions of the Software.
571
+
572
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
573
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
574
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
575
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
576
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
577
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
578
+ SOFTWARE.
579
+
580
+
581
+ fast-deep-equal
582
+ MIT
583
+ MIT License
584
+
585
+ Copyright (c) 2017 Evgeny Poberezkin
586
+
587
+ Permission is hereby granted, free of charge, to any person obtaining a copy
588
+ of this software and associated documentation files (the "Software"), to deal
589
+ in the Software without restriction, including without limitation the rights
590
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
591
+ copies of the Software, and to permit persons to whom the Software is
592
+ furnished to do so, subject to the following conditions:
593
+
594
+ The above copyright notice and this permission notice shall be included in all
595
+ copies or substantial portions of the Software.
596
+
597
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
598
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
599
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
600
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
601
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
602
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
603
+ SOFTWARE.
604
+
605
+
606
+ jquery
607
+ MIT
608
+ Copyright OpenJS Foundation and other contributors, https://openjsf.org/
609
+
610
+ Permission is hereby granted, free of charge, to any person obtaining
611
+ a copy of this software and associated documentation files (the
612
+ "Software"), to deal in the Software without restriction, including
613
+ without limitation the rights to use, copy, modify, merge, publish,
614
+ distribute, sublicense, and/or sell copies of the Software, and to
615
+ permit persons to whom the Software is furnished to do so, subject to
616
+ the following conditions:
617
+
618
+ The above copyright notice and this permission notice shall be
619
+ included in all copies or substantial portions of the Software.
620
+
621
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
622
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
623
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
624
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
625
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
626
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
627
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
628
+
629
+
630
+ mustache
631
+ MIT
632
+ The MIT License
633
+
634
+ Copyright (c) 2009 Chris Wanstrath (Ruby)
635
+ Copyright (c) 2010-2014 Jan Lehnardt (JavaScript)
636
+ Copyright (c) 2010-2015 The mustache.js community
637
+
638
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
639
+
640
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
641
+
642
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
643
+
644
+
645
+ object-hash
646
+ MIT
647
+ The MIT License (MIT)
648
+
649
+ Copyright (c) 2014 object-hash contributors
650
+
651
+ Permission is hereby granted, free of charge, to any person obtaining a copy
652
+ of this software and associated documentation files (the "Software"), to deal
653
+ in the Software without restriction, including without limitation the rights
654
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
655
+ copies of the Software, and to permit persons to whom the Software is
656
+ furnished to do so, subject to the following conditions:
657
+
658
+ The above copyright notice and this permission notice shall be included in all
659
+ copies or substantial portions of the Software.
660
+
661
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
662
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
663
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
664
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
665
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
666
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
667
+ SOFTWARE.
668
+
669
+
670
+
671
+ path-to-regexp
672
+ MIT
673
+ The MIT License (MIT)
674
+
675
+ Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
676
+
677
+ Permission is hereby granted, free of charge, to any person obtaining a copy
678
+ of this software and associated documentation files (the "Software"), to deal
679
+ in the Software without restriction, including without limitation the rights
680
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
681
+ copies of the Software, and to permit persons to whom the Software is
682
+ furnished to do so, subject to the following conditions:
683
+
684
+ The above copyright notice and this permission notice shall be included in
685
+ all copies or substantial portions of the Software.
686
+
687
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
688
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
689
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
690
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
691
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
692
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
693
+ THE SOFTWARE.
694
+
695
+
696
+ resize-observer-polyfill
697
+ MIT
698
+ The MIT License (MIT)
699
+
700
+ Copyright (c) 2016 Denis Rul
701
+
702
+ Permission is hereby granted, free of charge, to any person obtaining a copy
703
+ of this software and associated documentation files (the "Software"), to deal
704
+ in the Software without restriction, including without limitation the rights
705
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
706
+ copies of the Software, and to permit persons to whom the Software is
707
+ furnished to do so, subject to the following conditions:
708
+
709
+ The above copyright notice and this permission notice shall be included in all
710
+ copies or substantial portions of the Software.
711
+
712
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
713
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
714
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
715
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
716
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
717
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
718
+ SOFTWARE.
719
+
720
+
721
+ rxjs
722
+ Apache-2.0
723
+ Apache License
724
+ Version 2.0, January 2004
725
+ http://www.apache.org/licenses/
726
+
727
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
728
+
729
+ 1. Definitions.
730
+
731
+ "License" shall mean the terms and conditions for use, reproduction,
732
+ and distribution as defined by Sections 1 through 9 of this document.
733
+
734
+ "Licensor" shall mean the copyright owner or entity authorized by
735
+ the copyright owner that is granting the License.
736
+
737
+ "Legal Entity" shall mean the union of the acting entity and all
738
+ other entities that control, are controlled by, or are under common
739
+ control with that entity. For the purposes of this definition,
740
+ "control" means (i) the power, direct or indirect, to cause the
741
+ direction or management of such entity, whether by contract or
742
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
743
+ outstanding shares, or (iii) beneficial ownership of such entity.
744
+
745
+ "You" (or "Your") shall mean an individual or Legal Entity
746
+ exercising permissions granted by this License.
747
+
748
+ "Source" form shall mean the preferred form for making modifications,
749
+ including but not limited to software source code, documentation
750
+ source, and configuration files.
751
+
752
+ "Object" form shall mean any form resulting from mechanical
753
+ transformation or translation of a Source form, including but
754
+ not limited to compiled object code, generated documentation,
755
+ and conversions to other media types.
756
+
757
+ "Work" shall mean the work of authorship, whether in Source or
758
+ Object form, made available under the License, as indicated by a
759
+ copyright notice that is included in or attached to the work
760
+ (an example is provided in the Appendix below).
761
+
762
+ "Derivative Works" shall mean any work, whether in Source or Object
763
+ form, that is based on (or derived from) the Work and for which the
764
+ editorial revisions, annotations, elaborations, or other modifications
765
+ represent, as a whole, an original work of authorship. For the purposes
766
+ of this License, Derivative Works shall not include works that remain
767
+ separable from, or merely link (or bind by name) to the interfaces of,
768
+ the Work and Derivative Works thereof.
769
+
770
+ "Contribution" shall mean any work of authorship, including
771
+ the original version of the Work and any modifications or additions
772
+ to that Work or Derivative Works thereof, that is intentionally
773
+ submitted to Licensor for inclusion in the Work by the copyright owner
774
+ or by an individual or Legal Entity authorized to submit on behalf of
775
+ the copyright owner. For the purposes of this definition, "submitted"
776
+ means any form of electronic, verbal, or written communication sent
777
+ to the Licensor or its representatives, including but not limited to
778
+ communication on electronic mailing lists, source code control systems,
779
+ and issue tracking systems that are managed by, or on behalf of, the
780
+ Licensor for the purpose of discussing and improving the Work, but
781
+ excluding communication that is conspicuously marked or otherwise
782
+ designated in writing by the copyright owner as "Not a Contribution."
783
+
784
+ "Contributor" shall mean Licensor and any individual or Legal Entity
785
+ on behalf of whom a Contribution has been received by Licensor and
786
+ subsequently incorporated within the Work.
787
+
788
+ 2. Grant of Copyright License. Subject to the terms and conditions of
789
+ this License, each Contributor hereby grants to You a perpetual,
790
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
791
+ copyright license to reproduce, prepare Derivative Works of,
792
+ publicly display, publicly perform, sublicense, and distribute the
793
+ Work and such Derivative Works in Source or Object form.
794
+
795
+ 3. Grant of Patent License. Subject to the terms and conditions of
796
+ this License, each Contributor hereby grants to You a perpetual,
797
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
798
+ (except as stated in this section) patent license to make, have made,
799
+ use, offer to sell, sell, import, and otherwise transfer the Work,
800
+ where such license applies only to those patent claims licensable
801
+ by such Contributor that are necessarily infringed by their
802
+ Contribution(s) alone or by combination of their Contribution(s)
803
+ with the Work to which such Contribution(s) was submitted. If You
804
+ institute patent litigation against any entity (including a
805
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
806
+ or a Contribution incorporated within the Work constitutes direct
807
+ or contributory patent infringement, then any patent licenses
808
+ granted to You under this License for that Work shall terminate
809
+ as of the date such litigation is filed.
810
+
811
+ 4. Redistribution. You may reproduce and distribute copies of the
812
+ Work or Derivative Works thereof in any medium, with or without
813
+ modifications, and in Source or Object form, provided that You
814
+ meet the following conditions:
815
+
816
+ (a) You must give any other recipients of the Work or
817
+ Derivative Works a copy of this License; and
818
+
819
+ (b) You must cause any modified files to carry prominent notices
820
+ stating that You changed the files; and
821
+
822
+ (c) You must retain, in the Source form of any Derivative Works
823
+ that You distribute, all copyright, patent, trademark, and
824
+ attribution notices from the Source form of the Work,
825
+ excluding those notices that do not pertain to any part of
826
+ the Derivative Works; and
827
+
828
+ (d) If the Work includes a "NOTICE" text file as part of its
829
+ distribution, then any Derivative Works that You distribute must
830
+ include a readable copy of the attribution notices contained
831
+ within such NOTICE file, excluding those notices that do not
832
+ pertain to any part of the Derivative Works, in at least one
833
+ of the following places: within a NOTICE text file distributed
834
+ as part of the Derivative Works; within the Source form or
835
+ documentation, if provided along with the Derivative Works; or,
836
+ within a display generated by the Derivative Works, if and
837
+ wherever such third-party notices normally appear. The contents
838
+ of the NOTICE file are for informational purposes only and
839
+ do not modify the License. You may add Your own attribution
840
+ notices within Derivative Works that You distribute, alongside
841
+ or as an addendum to the NOTICE text from the Work, provided
842
+ that such additional attribution notices cannot be construed
843
+ as modifying the License.
844
+
845
+ You may add Your own copyright statement to Your modifications and
846
+ may provide additional or different license terms and conditions
847
+ for use, reproduction, or distribution of Your modifications, or
848
+ for any such Derivative Works as a whole, provided Your use,
849
+ reproduction, and distribution of the Work otherwise complies with
850
+ the conditions stated in this License.
851
+
852
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
853
+ any Contribution intentionally submitted for inclusion in the Work
854
+ by You to the Licensor shall be under the terms and conditions of
855
+ this License, without any additional terms or conditions.
856
+ Notwithstanding the above, nothing herein shall supersede or modify
857
+ the terms of any separate license agreement you may have executed
858
+ with Licensor regarding such Contributions.
859
+
860
+ 6. Trademarks. This License does not grant permission to use the trade
861
+ names, trademarks, service marks, or product names of the Licensor,
862
+ except as required for reasonable and customary use in describing the
863
+ origin of the Work and reproducing the content of the NOTICE file.
864
+
865
+ 7. Disclaimer of Warranty. Unless required by applicable law or
866
+ agreed to in writing, Licensor provides the Work (and each
867
+ Contributor provides its Contributions) on an "AS IS" BASIS,
868
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
869
+ implied, including, without limitation, any warranties or conditions
870
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
871
+ PARTICULAR PURPOSE. You are solely responsible for determining the
872
+ appropriateness of using or redistributing the Work and assume any
873
+ risks associated with Your exercise of permissions under this License.
874
+
875
+ 8. Limitation of Liability. In no event and under no legal theory,
876
+ whether in tort (including negligence), contract, or otherwise,
877
+ unless required by applicable law (such as deliberate and grossly
878
+ negligent acts) or agreed to in writing, shall any Contributor be
879
+ liable to You for damages, including any direct, indirect, special,
880
+ incidental, or consequential damages of any character arising as a
881
+ result of this License or out of the use or inability to use the
882
+ Work (including but not limited to damages for loss of goodwill,
883
+ work stoppage, computer failure or malfunction, or any and all
884
+ other commercial damages or losses), even if such Contributor
885
+ has been advised of the possibility of such damages.
886
+
887
+ 9. Accepting Warranty or Additional Liability. While redistributing
888
+ the Work or Derivative Works thereof, You may choose to offer,
889
+ and charge a fee for, acceptance of support, warranty, indemnity,
890
+ or other liability obligations and/or rights consistent with this
891
+ License. However, in accepting such obligations, You may act only
892
+ on Your own behalf and on Your sole responsibility, not on behalf
893
+ of any other Contributor, and only if You agree to indemnify,
894
+ defend, and hold each Contributor harmless for any liability
895
+ incurred by, or claims asserted against, such Contributor by reason
896
+ of your accepting any such warranty or additional liability.
897
+
898
+ END OF TERMS AND CONDITIONS
899
+
900
+ APPENDIX: How to apply the Apache License to your work.
901
+
902
+ To apply the Apache License to your work, attach the following
903
+ boilerplate notice, with the fields enclosed by brackets "[]"
904
+ replaced with your own identifying information. (Don't include
905
+ the brackets!) The text should be enclosed in the appropriate
906
+ comment syntax for the file format. We also recommend that a
907
+ file or class name and description of purpose be included on the
908
+ same "printed page" as the copyright notice for easier
909
+ identification within third-party archives.
910
+
911
+ Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
912
+
913
+ Licensed under the Apache License, Version 2.0 (the "License");
914
+ you may not use this file except in compliance with the License.
915
+ You may obtain a copy of the License at
916
+
917
+ http://www.apache.org/licenses/LICENSE-2.0
918
+
919
+ Unless required by applicable law or agreed to in writing, software
920
+ distributed under the License is distributed on an "AS IS" BASIS,
921
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
922
+ See the License for the specific language governing permissions and
923
+ limitations under the License.
924
+
925
+
926
+
927
+ sprintf-js
928
+ BSD-3-Clause
929
+ Copyright (c) 2007-present, Alexandru Mărășteanu <hello@alexei.ro>
930
+ All rights reserved.
931
+
932
+ Redistribution and use in source and binary forms, with or without
933
+ modification, are permitted provided that the following conditions are met:
934
+ * Redistributions of source code must retain the above copyright
935
+ notice, this list of conditions and the following disclaimer.
936
+ * Redistributions in binary form must reproduce the above copyright
937
+ notice, this list of conditions and the following disclaimer in the
938
+ documentation and/or other materials provided with the distribution.
939
+ * Neither the name of this software nor the names of its contributors may be
940
+ used to endorse or promote products derived from this software without
941
+ specific prior written permission.
942
+
943
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
944
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
945
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
946
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
947
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
948
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
949
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
950
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
951
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
952
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
953
+
954
+
955
+ ssr-window
956
+ MIT
957
+ MIT License
958
+
959
+ Copyright (c) 2018 Vladimir Kharlampidi
960
+
961
+ Permission is hereby granted, free of charge, to any person obtaining a copy
962
+ of this software and associated documentation files (the "Software"), to deal
963
+ in the Software without restriction, including without limitation the rights
964
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
965
+ copies of the Software, and to permit persons to whom the Software is
966
+ furnished to do so, subject to the following conditions:
967
+
968
+ The above copyright notice and this permission notice shall be included in all
969
+ copies or substantial portions of the Software.
970
+
971
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
972
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
973
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
974
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
975
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
976
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
977
+ SOFTWARE.
978
+
979
+
980
+ swiper
981
+ MIT
982
+ The MIT License (MIT)
983
+
984
+ Copyright (c) 2014 Vladimir Kharlampidi
985
+
986
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
987
+ this software and associated documentation files (the "Software"), to deal in
988
+ the Software without restriction, including without limitation the rights to
989
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
990
+ the Software, and to permit persons to whom the Software is furnished to do so,
991
+ subject to the following conditions:
992
+
993
+ The above copyright notice and this permission notice shall be included in all
994
+ copies or substantial portions of the Software.
995
+
996
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
997
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
998
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
999
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1000
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1001
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1002
+
1003
+
1004
+ tinyduration
1005
+ MIT
1006
+ Copyright 2020 MelleB
1007
+
1008
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1009
+
1010
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1011
+
1012
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1013
+
1014
+
1015
+ tslib
1016
+ 0BSD
1017
+ Copyright (c) Microsoft Corporation.
1018
+
1019
+ Permission to use, copy, modify, and/or distribute this software for any
1020
+ purpose with or without fee is hereby granted.
1021
+
1022
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1023
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1024
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1025
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1026
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1027
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1028
+ PERFORMANCE OF THIS SOFTWARE.
1029
+
1030
+ uuid
1031
+ MIT
1032
+ The MIT License (MIT)
1033
+
1034
+ Copyright (c) 2010-2020 Robert Kieffer and other contributors
1035
+
1036
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1037
+
1038
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1039
+
1040
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1041
+
1042
+
1043
+ zone.js
1044
+ MIT
1045
+ The MIT License
1046
+
1047
+ Copyright (c) 2010-2024 Google LLC. https://angular.io/license
1048
+
1049
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1050
+ of this software and associated documentation files (the "Software"), to deal
1051
+ in the Software without restriction, including without limitation the rights
1052
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1053
+ copies of the Software, and to permit persons to whom the Software is
1054
+ furnished to do so, subject to the following conditions:
1055
+
1056
+ The above copyright notice and this permission notice shall be included in
1057
+ all copies or substantial portions of the Software.
1058
+
1059
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1060
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1061
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1062
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1063
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1064
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1065
+ THE SOFTWARE.