@pronto-tools-and-more/files 4.4.0 → 4.6.0

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