@openremote/manager 1.8.0-snapshot.20250723203453 → 1.8.0-snapshot.20250725120001

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (581) hide show
  1. package/dist/bundle.6bd21fda2e8cb09f.js +3678 -0
  2. package/dist/index.html +18 -18
  3. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +1 -2
  4. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js +1 -2
  5. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js +1 -2
  6. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +1 -2
  7. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +1 -2
  8. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +1 -2
  9. package/dist/modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js +1 -2
  10. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +0 -1
  11. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +1 -2
  12. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +0 -1
  13. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js +0 -1
  14. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_js-index.js +0 -1
  15. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +0 -1
  16. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +0 -1
  17. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +0 -1
  18. package/dist/modules/@webcomponents/webcomponentsjs/src/flag-parser.js +1 -2
  19. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/baseuri.js +1 -2
  20. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/after.js +1 -2
  21. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/before.js +1 -2
  22. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/index.js +0 -1
  23. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/remove.js +1 -2
  24. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/replace-with.js +1 -2
  25. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/custom-event.js +1 -2
  26. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/es6-misc.js +1 -2
  27. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/event-listener-options.js +1 -2
  28. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/get-attribute-names.js +1 -2
  29. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/matches.js +1 -2
  30. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/append.js +1 -2
  31. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/index.js +0 -1
  32. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/prepend.js +1 -2
  33. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/replace-children.js +1 -2
  34. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/promise.js +1 -2
  35. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/svg-element-class-list.js +1 -2
  36. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/symbol.js +1 -2
  37. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/toggle-attribute.js +1 -2
  38. package/dist/modules/@webcomponents/webcomponentsjs/src/unresolved.js +1 -2
  39. package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js +1 -2
  40. package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-loader.js +1 -2
  41. package/index.html +88 -88
  42. package/lib/components/alarms/or-alarms-table.js +56 -56
  43. package/lib/components/configuration/or-conf-json.js +25 -25
  44. package/lib/components/configuration/or-conf-map/or-conf-map-card.js +177 -177
  45. package/lib/components/configuration/or-conf-map/or-conf-map-geojson.js +24 -24
  46. package/lib/components/configuration/or-conf-map/or-conf-map-global.js +153 -153
  47. package/lib/components/configuration/or-conf-panel.js +43 -43
  48. package/lib/components/configuration/or-conf-realm/or-conf-realm-card.js +200 -200
  49. package/lib/pages/page-account.js +247 -247
  50. package/lib/pages/page-account.js.map +1 -1
  51. package/lib/pages/page-alarms.js +370 -370
  52. package/lib/pages/page-alarms.js.map +1 -1
  53. package/lib/pages/page-assets.js +100 -100
  54. package/lib/pages/page-configuration.js +153 -153
  55. package/lib/pages/page-configuration.js.map +1 -1
  56. package/lib/pages/page-export.js +191 -191
  57. package/lib/pages/page-gateway-tunnel.js +111 -111
  58. package/lib/pages/page-gateway-tunnel.js.map +1 -1
  59. package/lib/pages/page-gateway.js +261 -261
  60. package/lib/pages/page-gateway.js.map +1 -1
  61. package/lib/pages/page-insights.js +19 -19
  62. package/lib/pages/page-logs.js +11 -11
  63. package/lib/pages/page-map.js +37 -37
  64. package/lib/pages/page-provisioning.js +294 -294
  65. package/lib/pages/page-realms.js +284 -284
  66. package/lib/pages/page-roles.js +279 -279
  67. package/lib/pages/page-rules.js +11 -11
  68. package/lib/pages/page-users.js +385 -385
  69. package/lib/pages/page-users.js.map +1 -1
  70. package/package.json +6 -6
  71. package/.babelrc +0 -3
  72. package/babel.config.js +0 -38
  73. package/dist/003671ee2a876e7614cd94390e2255b3.js +0 -1
  74. package/dist/0078b630bed2938ce03f618c2bcd1363.js +0 -1
  75. package/dist/0144de97a3c256f81447e7e7135780e5.js +0 -1
  76. package/dist/019e34e85139cfc611bf23efa096c980.js +0 -1
  77. package/dist/02174460fe8ff6a6bc19db86543b9600.js +0 -1
  78. package/dist/029ed9161a8d24a9c2ba97124020989d.js +0 -1
  79. package/dist/03452373324e7ceaf58e3830eafd1a28.js +0 -1
  80. package/dist/03980cb12dacd26148c22bb61fce440f.js +0 -1
  81. package/dist/03a5f5b2b97a8fc289399d92fba810d0.js +0 -1
  82. package/dist/03aae8272914723a7bf85b984385032c.js +0 -1
  83. package/dist/03ab996935e5c1a84ac09966ede74fb8.js +0 -1
  84. package/dist/0416c21cfe088739209926632a360e3b.js +0 -1
  85. package/dist/069a0d6b093e73e820f6a60a91fa614b.js +0 -1
  86. package/dist/06d958315fc6cdbb28576b03e43203aa.js +0 -1
  87. package/dist/07397bd479cbc34bc04576b4f15bdf18.js +0 -1
  88. package/dist/07567125b93045706d81f17f7d04e262.js +0 -1
  89. package/dist/078dd0bd08c93b1512e3d1b777591b21.js +0 -1
  90. package/dist/0972f21af3e75388ef55435c0b3b831d.js +0 -1
  91. package/dist/0973bb38b2e3efd2a879fd8e81d50fce.js +0 -1
  92. package/dist/0a1d9862d917663419ac2dd2e8193267.js +0 -1
  93. package/dist/0b06cbc7edf78b6f2810187262e7630b.js +0 -1
  94. package/dist/0bd45b2d490c48c31619072a4fb0eaea.js +0 -1
  95. package/dist/0cd2349b7f4b6f7013e195c8145d2917.js +0 -1
  96. package/dist/0dd9fc97c3dee2275f41cd20ffaea059.js +0 -1
  97. package/dist/0e67325b9a04863301e36c0c37947069.js +0 -1
  98. package/dist/0f147528a6f36ca40c8b3ec796429f58.js +0 -1
  99. package/dist/0f2d1162158745e1093693a3a999932a.js +0 -1
  100. package/dist/0fa30731c46fe8b6a54f9752ad0ed7e0.js +0 -1
  101. package/dist/0fd64c8920c10008be86572dd6830dc1.js +0 -1
  102. package/dist/10132993df2cf9c9423b53a8a44379ab.js +0 -1
  103. package/dist/1034e3807d1bcf55cb564491950237ab.js +0 -1
  104. package/dist/105b17c6442efb97c18ca2aef3976b06.js +0 -1
  105. package/dist/10c464f3f882bfeeefbc0934c2ee9fbe.js +0 -1
  106. package/dist/111d9fdb9864abba36298d1a0807fe6d.js +0 -1
  107. package/dist/1195816afa4a5e8183857be16a04ae6f.js +0 -1
  108. package/dist/119f6c45ea400e3c27e1ce172e4c881d.js +0 -1
  109. package/dist/11e3a2a8fb5bcb9d19298a80cafd3f5a.js +0 -1
  110. package/dist/130340e2c62b9e858f186dab5f491e55.js +0 -1
  111. package/dist/135747176621bcc94e9edd0323a81d3c.js +0 -1
  112. package/dist/1383530217ac0068c844902d24e18e08.js +0 -1
  113. package/dist/13eda3507db9cbfb400f46b9b3ff6553.js +0 -1
  114. package/dist/1495a3d68b15b8622c53f6688b64809f.js +0 -1
  115. package/dist/1533058f0ce13acdaa8d5bdc7d147bef.js +0 -1
  116. package/dist/15f3800d33b854ba476c9daf1b9e0326.js +0 -1
  117. package/dist/16c2e1b50af4ba05edaa03c8c9e9d18c.js +0 -1
  118. package/dist/170487867de05784a96608617bdd544d.js +0 -1
  119. package/dist/1736cea368ae85240f34289307fdf67f.js +0 -1
  120. package/dist/17632e1e19e438f431784dfd77e01773.js +0 -1
  121. package/dist/17dc98279d24649d3ca77cbce8c44e83.js +0 -1
  122. package/dist/1875ecdf54e78b5f07ff1bd944cf794b.js +0 -1
  123. package/dist/191feb6103c36b202bc01ba262916cdf.js +0 -1
  124. package/dist/1b15b9f88acaf59b96e59c6b5f32da12.js +0 -1
  125. package/dist/1c24a68cb472146022d0806ea2505cfb.js +0 -1
  126. package/dist/1c57b3481f295105588972ffa1305521.js +0 -1
  127. package/dist/1cc6fc3772824e2f87f10a9c3fad2dae.js +0 -1
  128. package/dist/1ce14f2cad9f3c122cb5ccfcd485ffb4.js +0 -1
  129. package/dist/1d3796180f854b5d8ab435ab0a1c2c11.js +0 -1
  130. package/dist/1dddd8903e00ce9149ded23fb87f6f34.js +0 -1
  131. package/dist/1e5fe0a75db78dcabbd4f27c2b084e4b.js +0 -1
  132. package/dist/1ed6368e8e20628ad5229329eec28baa.js +0 -1
  133. package/dist/1ff1389501159e4846a5133e3b8992d8.js +0 -1
  134. package/dist/210aec2722e6416a0349a987260e14a3.js +0 -1
  135. package/dist/211511e7b374f57ad31acaf49dbdccb1.js +0 -1
  136. package/dist/2272c6632c52c3e402ab27b8045ab8f1.js +0 -1
  137. package/dist/228ca80abf1ae030cbfe7faaec61913f.js +0 -1
  138. package/dist/2302902e10c4afab56e1b864c96070cb.js +0 -1
  139. package/dist/23602ad4c88f0f19e7a0a12454ebf556.js +0 -1
  140. package/dist/23bb1a9f279e7a732bfd405350aab114.js +0 -1
  141. package/dist/24a3ff38afde257888d755ece9bfd704.js +0 -1
  142. package/dist/24f97ddd76026815674affbc50ad6169.js +0 -1
  143. package/dist/25718a469574ade47e23567d8c543169.js +0 -1
  144. package/dist/25eda4bb98e40a82cfd5b4bf9fbc06ec.js +0 -1
  145. package/dist/262f489eb59166e1215642b60446d123.js +0 -1
  146. package/dist/269732f4c5f6e82ea3246548a9631b47.js +0 -1
  147. package/dist/275d8f4e0550edce2f3b85b3eaa94e54.js +0 -1
  148. package/dist/27730a0bdc6f430cc85049a46a73a029.js +0 -1
  149. package/dist/27846e85433e54a3ec0ab34d62233dc5.js +0 -1
  150. package/dist/283970c76db99e2d0d90f0e7c45494f9.js +0 -1
  151. package/dist/28785bea435918d49b290d27bf660baa.js +0 -1
  152. package/dist/2a8394955e047270a2a965ec67843989.js +0 -1
  153. package/dist/2aa392a501973ebfcea38239a45ed8e7.js +0 -1
  154. package/dist/2ad349208b3a727abb3c9f943865a27c.js +0 -1
  155. package/dist/2b1b8f8b9e8f1e423a69afd121fd7da9.js +0 -1
  156. package/dist/2b5729e073775b8fb827fc8e4725e48a.js +0 -1
  157. package/dist/2c3ad366cda02f17520d3369cae64c2c.js +0 -1
  158. package/dist/2d2a75e3d01a74b93d07db04df8abe5e.js +0 -1
  159. package/dist/2dd82c65030101b60dffccedd8741c6e.js +0 -1
  160. package/dist/2e841e8b77c2a2c00fd71940632bc1e1.js +0 -1
  161. package/dist/2f055ac4066041b9008dd6aebf9df34b.js +0 -1
  162. package/dist/2f25a4dc442bc9aebc58cae30c50c3e2.js +0 -1
  163. package/dist/2f55cddc8eb85b63ee5b4ce0e5488230.js +0 -1
  164. package/dist/2fc0239242a898632ca8aa451cb930c2.js +0 -1
  165. package/dist/2fe2904fc024afaf81732563cb83e547.js +0 -1
  166. package/dist/318dcae1cdcd4733986a93e7a5fab7b8.js +0 -1
  167. package/dist/31c610efb1d25afc90853b52ba4cb089.js +0 -1
  168. package/dist/328cbf598e9711b0a87c19437b02f80d.js +0 -1
  169. package/dist/33b4e371d4983ab56f4db08627119f0b.js +0 -1
  170. package/dist/349237ad9565dc823ce7bcb7527ba7ee.js +0 -1
  171. package/dist/34b8d1c8a81822685f809c49097b81fc.js +0 -1
  172. package/dist/34f99cce131bd7aa65e7a924e2456006.js +0 -1
  173. package/dist/3567d1ea443427e944a6f189a0898819.js +0 -1
  174. package/dist/363d3bac8dcd9a83332c3758185ce080.js +0 -1
  175. package/dist/3645af9e7e929d3abe3255c739e20e84.js +0 -1
  176. package/dist/367def81f25c0a08527f9a4e86e70c56.js +0 -1
  177. package/dist/37172facd8a534a38f378ca2a9c7c11b.js +0 -1
  178. package/dist/37ee3b5201ae2e2dc5dc8b1b20ad900e.js +0 -1
  179. package/dist/3834f2acef5a5debb2a21ad919272307.js +0 -1
  180. package/dist/38b1d18836e38ee7b4deaeba0c35f7b8.js +0 -1
  181. package/dist/39fea85ed7dd99d7c6c9e59b7040523f.js +0 -1
  182. package/dist/3a1227a65a1fc39ca476c295d1a260a4.js +0 -1
  183. package/dist/3a6ca6958d003ae67bb7fefc8713ee93.js +0 -1
  184. package/dist/3ac8c7749734990e2d9f81eeca219886.js +0 -1
  185. package/dist/3b02cca9e95276a74f3ed2bbc7a64ce6.js +0 -1
  186. package/dist/3b190e5159c72fb7e27271956772bcba.js +0 -1
  187. package/dist/3b544bb2c5a4e7b225a4b50235a0fd6d.js +0 -1
  188. package/dist/3b6e7dc98c47eeafd851ca5072db4be6.js +0 -1
  189. package/dist/3bf96f8eb1859e2724a4b769af3b5f1e.js +0 -1
  190. package/dist/3c5b59a666c5d39d9ba9cc054d36a410.js +0 -1
  191. package/dist/3ea020c57c2bbf457a8497df313b2e5c.js +0 -1
  192. package/dist/3eefbe1c009cfd730b2ca6f834367c45.js +0 -1
  193. package/dist/3f896944a97f002f2146e028ff2eac63.js +0 -1
  194. package/dist/414cd2c842fa42bf71e155f870619e00.js +0 -1
  195. package/dist/42c556183279bbdaaed3a8a9f9108f58.js +0 -1
  196. package/dist/42e0ea6351d45d342caab13cb12f9ea4.js +0 -1
  197. package/dist/43139bfbcbce9de597b4985dc1e6a03b.js +0 -1
  198. package/dist/432a5982ba3ddf958381d780e1e9a8e2.js +0 -1
  199. package/dist/432aff60ba31a74d2120031fdc894775.js +0 -1
  200. package/dist/4430c55f023b72fb5e389cee9351b38c.js +0 -1
  201. package/dist/44599d9b6202ebebfcdd073edf3562e3.js +0 -1
  202. package/dist/44efcea2f84e80cc4092a89796afe886.js +0 -1
  203. package/dist/472ba8f81bf8cac86027cb1be4e3b9cd.js +0 -1
  204. package/dist/479ec45a8edfe482fae4298d1e9862d2.js +0 -1
  205. package/dist/47e4cb297b2c3841ef86ce04a7f5584e.js +0 -1
  206. package/dist/47e5776dff3b80ed69ab5947dba33c76.js +0 -1
  207. package/dist/48e9351c5623d4da657ce7d5d0267ea6.js +0 -1
  208. package/dist/492e618a031cfde9c83d699c430de2ac.js +0 -1
  209. package/dist/49582665262ff6179b9f3a98adf7ed5c.js +0 -1
  210. package/dist/4b692785a8a6340a89e6067274a7583c.js +0 -1
  211. package/dist/4bee3a46b8378a7b4ef84492f08abd22.js +0 -1
  212. package/dist/4bf3bc1fbdd26ac698fef1bdf26e3ff4.js +0 -1
  213. package/dist/4bf6763c5956e3bccbf0373068810ded.js +0 -1
  214. package/dist/4c1bdecbedd36a5765de184ac056822a.js +0 -1
  215. package/dist/4d0849c6c9a868c09130600ac68319b3.js +0 -1
  216. package/dist/4d0ebf4c528cee9b0cdd3e076e06570b.js +0 -1
  217. package/dist/4d156ee0485ab4b40b090a3cd7b995a9.js +0 -1
  218. package/dist/4d6d9020e7e5c8d8dee7a5e374355f05.js +0 -1
  219. package/dist/4d8cb7033879cb7fcc7a43798e2bde22.js +0 -1
  220. package/dist/4e389cce6fb8f78845fab249bce43c0b.js +0 -1
  221. package/dist/4ef80ee74467e0297eec3cc03092da01.js +0 -1
  222. package/dist/4f683c6881e9f8740f5516a85b9eb9da.js +0 -1
  223. package/dist/5106411f7468a5ee5b1ee77aed12c0c7.js +0 -1
  224. package/dist/51f903c5ce5284a63196247cffb5ca40.js +0 -1
  225. package/dist/52fd09d1713345d9ee64dc7daea9fd6f.js +0 -1
  226. package/dist/5348f3cfbe5a63954e7d984f197bbddb.js +0 -1
  227. package/dist/5352ecd8e5f1a2637b48e18cc406edb1.js +0 -1
  228. package/dist/5398e3b596fa15df4d84b2aa0464e5c4.js +0 -1
  229. package/dist/53e3600928916423671f3388e2d67844.js +0 -1
  230. package/dist/54560f13b36626237959e93b7771a484.js +0 -1
  231. package/dist/54a10f3bddad1e6da452fee7124fe846.js +0 -1
  232. package/dist/57e14488b13e50ebdb5fdfc7880da683.js +0 -1
  233. package/dist/57f4109bd1f06be4dc2bcb8ff7eaf1e5.js +0 -1
  234. package/dist/582e24f5ba929e358fadfc7be4c18025.js +0 -1
  235. package/dist/58598705e7012f4ca1eb1dd21d3c59a5.js +0 -1
  236. package/dist/5861dfe4f2c7823623e82d0619c5bf06.js +0 -1
  237. package/dist/58aab872dbdb5e1607076e1935130e03.js +0 -1
  238. package/dist/58c35e5c73bbc1664bbd67c570342aa0.js +0 -1
  239. package/dist/58e7f91772635a5c59bacc975735da6c.js +0 -1
  240. package/dist/59cc05504a1c823b6d4796bf6b430822.js +0 -1
  241. package/dist/5a496ae20cc576bef1d35972548207cf.js +0 -1
  242. package/dist/5a741aab715866cb4d9a55e89dfc8420.js +0 -1
  243. package/dist/5b6a626249d0bc43e412fffa6a9ee177.js +0 -1
  244. package/dist/5cab33610b8d9c1aee4db4672811cb5f.js +0 -1
  245. package/dist/5cd4e1282f4409600b942819b7aa4f21.js +0 -1
  246. package/dist/5ce650c06c385f9d15621e54c60457c0.js +0 -1
  247. package/dist/5cebfc2c3495b6294dcb2a99e5174872.js +0 -1
  248. package/dist/5d312b184c1f4565f51247d3c6dbba90.js +0 -1
  249. package/dist/5d3314103b00c8ea165c6f9f6757f794.js +0 -1
  250. package/dist/5df362c9904925cdf574d9506e4be76d.js +0 -1
  251. package/dist/5e55b301888460bd06c8e26d1011e01a.js +0 -1
  252. package/dist/5e8a4f4320a07ae4bb1d8a5cd621d955.js +0 -1
  253. package/dist/5f3ce6efab3c679ec1ad25ab0b3f6b2f.js +0 -1
  254. package/dist/5f5a93ab1249b7cbdb13d9466febd3a0.js +0 -1
  255. package/dist/5fedbf948ed123687f77167fac1faf8b.js +0 -1
  256. package/dist/60190285b6c2243e14184b9e57d48dbb.js +0 -1
  257. package/dist/603e2644074e6512faf427d511d47fe4.js +0 -1
  258. package/dist/60ede8d7ffdf4c05f2ce51b6d8d2be68.js +0 -1
  259. package/dist/6130486ae80b103700a2e1eec0bc5cea.js +0 -1
  260. package/dist/622e27eec5f26148f51ccc30315a3deb.js +0 -1
  261. package/dist/6250c7594cd66ca91184b5beca293e06.js +0 -1
  262. package/dist/62a96977e725e8bc809dc80afe0fedf1.js +0 -1
  263. package/dist/63596b4896732fb322ab0496b4be1e74.js +0 -1
  264. package/dist/6490772da5aecc6cb9e4c625abc74a96.js +0 -1
  265. package/dist/64a5f4d62507d032038dcd76d15188e1.js +0 -1
  266. package/dist/64d6924350bd7706850cdc0dcc76ccf6.js +0 -1
  267. package/dist/65e7cf62ca9df32c18b630f31025a401.js +0 -1
  268. package/dist/663ffb67b9683a2126410325d1a5a152.js +0 -1
  269. package/dist/669c462287be8fa855e0ac003c145b55.js +0 -1
  270. package/dist/678f5201c1917429f334b88078ca4174.js +0 -1
  271. package/dist/6a1c347ab79a93f3ac01b08c8ccfc827.js +0 -1
  272. package/dist/6a851f05f1f4a974e02fe23eac2bad4e.js +0 -1
  273. package/dist/6b4b87a54f673cfbb82be45329441bef.js +0 -1
  274. package/dist/6bed1b724e74e6bc80688f42bc824d70.js +0 -1
  275. package/dist/6c0a75dc5671c3f237a79f6e45b9891c.js +0 -1
  276. package/dist/6c67587c2093ac3a19da9f2196e040b7.js +0 -1
  277. package/dist/6c6d192b6860b4508a14c2d04769a35e.js +0 -1
  278. package/dist/6d0c0aa17d36cb16bafc76d7376b97f7.js +0 -1
  279. package/dist/6d38cef4a006e6cfe54a6117aba7b600.js +0 -1
  280. package/dist/6e40b726d91e9138d9eaef6fd012c740.js +0 -1
  281. package/dist/6faa9e5f2a0122d2333fa450337a09b0.js +0 -1
  282. package/dist/70074e0c785c9a808dea76c7c7d17af3.js +0 -1
  283. package/dist/70286c33cab463fd576766adecd2d5d9.js +0 -1
  284. package/dist/70289d3b9b2b851df3286e20e40410a6.js +0 -1
  285. package/dist/7080d2a1db1608264a6d9d9fbaf2cce8.js +0 -1
  286. package/dist/70efbabef77fb217f904f41dbf7fe8bf.js +0 -1
  287. package/dist/714763ddd9bd466c95df7b042900bb87.js +0 -1
  288. package/dist/7222998c10fabd9c824cf8cf540b3b74.js +0 -1
  289. package/dist/724a16861717b5b4f786d24b56b62614.js +0 -1
  290. package/dist/7259bceba25ac1476fc775122a63d249.js +0 -1
  291. package/dist/725da29f1643c2263a437c08a1454aea.js +0 -1
  292. package/dist/742afd6665dee8dafd43661093bdda9d.js +0 -1
  293. package/dist/755114145e5b97e5571a160a39e716db.js +0 -1
  294. package/dist/757ef1b870d065a77ce3c182a03d93ad.js +0 -1
  295. package/dist/7648d83718f74149cb2db078b19fb7db.js +0 -1
  296. package/dist/764b59bdd3a89e14f88c9d63020551a1.js +0 -1
  297. package/dist/77aaca51c1c32acaf32656d45f4dc017.js +0 -1
  298. package/dist/78632dc7e1875ec8c39416f645e53733.js +0 -1
  299. package/dist/79241f85b016a7332f85bb66667459c2.js +0 -1
  300. package/dist/79455ab9a6cd507f5314141cc965093a.js +0 -1
  301. package/dist/7aa17a5a81c83c0f455941b3b286d5da.js +0 -1
  302. package/dist/7b839a5c1f6d89538928c8a29003bbda.js +0 -1
  303. package/dist/7bc18fc7a7d1323c178aa1846d79fb3c.js +0 -1
  304. package/dist/7d64980faff5b041a461fd0ba3e2f3f5.js +0 -1
  305. package/dist/7e4099fc2d04c7c1cf96892b962ba4ec.js +0 -1
  306. package/dist/7ec97a8161bf26e434d3891f64adb15b.js +0 -1
  307. package/dist/7f45be8b3fab8d742afc26fc48a23d2e.js +0 -1
  308. package/dist/7f79d4bde67c8013b187889b63e25bce.js +0 -1
  309. package/dist/7f9a9efc9ab681fcbf6400e2adb368a9.js +0 -1
  310. package/dist/805cb6232d7a9fa46025d48a43622ecf.js +0 -1
  311. package/dist/80ddbf4f0fdde4ddba57130e61043017.js +0 -1
  312. package/dist/81318a3530fb35d5178eb7a4a13a606f.js +0 -1
  313. package/dist/817edb0c6f9d66f9c0027762edb1d797.js +0 -1
  314. package/dist/827c1cbf746eacfc23ed2037e4d6359d.js +0 -1
  315. package/dist/83387cb17a7680f59240e7b399e3ac2b.js +0 -1
  316. package/dist/839e3594798c1942d3c92f9acfaa5f0b.js +0 -1
  317. package/dist/83bd353f98aa901411c82b8af58d1296.js +0 -1
  318. package/dist/84270e22d4439d15b0d8f392d1338d8e.js +0 -1
  319. package/dist/843c762c24f7fac628d8c62519a7b308.js +0 -1
  320. package/dist/84abf03cc94d264bb38020b4ac5f76e1.js +0 -1
  321. package/dist/84effdea6b72577c780f6621246d2e82.js +0 -1
  322. package/dist/852f0ecd7b17e3bfd700a821ff438f7e.js +0 -1
  323. package/dist/8646c11c7b2b46a2b2becab0d9e549c7.js +0 -1
  324. package/dist/875ae58e8015a6d08dbc9d0c04e24638.js +0 -1
  325. package/dist/879d6bc1ca1dde95a9a98dc7a2ab0d06.js +0 -1
  326. package/dist/87bce6f50196688852142c679227b1b9.js +0 -1
  327. package/dist/880ae94877022f7fb0458ced0825eb4c.js +0 -1
  328. package/dist/88730abfeb4a23e692ac7933882f12eb.js +0 -1
  329. package/dist/88da0e09d486e197aaca5bc3d6350998.js +0 -1
  330. package/dist/88e2feda80ac8cfb28f1dc0ec833b40d.js +0 -1
  331. package/dist/894052ca1f8f35cc1cf7cfb29ef75027.js +0 -1
  332. package/dist/894edcaf39c3c95818e3949d737ed459.js +0 -1
  333. package/dist/8a31266178067a316bb2503147cdb5cb.js +0 -1
  334. package/dist/8a5127228870aafabfff6111d29313d6.js +0 -1
  335. package/dist/8b8336037f074d9dcbd20eab535b803f.js +0 -1
  336. package/dist/8c7616f0adba6a5ac0d2f06ba4ebd696.js +0 -1
  337. package/dist/8d9bb1799d9b98db107e84f10132e17f.js +0 -1
  338. package/dist/8ed58ed9c7e1cb1ae1f2830d29011ffb.js +0 -1
  339. package/dist/8ed5aba33ead1f94e97d5c35a5e93434.js +0 -1
  340. package/dist/8eede17ae9e4d25c3c17b8a8a7fc3c3d.js +0 -1
  341. package/dist/8f9ce72eeabbf31f2d51f4bcfc66d3b0.js +0 -1
  342. package/dist/90812d89181b698975cbb081adcbbcb0.js +0 -1
  343. package/dist/90f3dc3c18d447104b63c156cb7fddb5.js +0 -1
  344. package/dist/91beb08737a1bbf071f351fb0acdbf3c.js +0 -1
  345. package/dist/92f4aab5c66f6269c7054c8fbcb3de13.js +0 -1
  346. package/dist/950a205e91da7e78226dd785fd6d34db.js +0 -1
  347. package/dist/962969a46fefcace3305abd4d6e14a2e.js +0 -1
  348. package/dist/9696a4229fb787eeb25b26f1274b75ee.js +0 -1
  349. package/dist/96b8d8b5efd11741639659c63a485c27.js +0 -1
  350. package/dist/972ea4b6ab9d3baeab6d00057cd5f9d3.js +0 -1
  351. package/dist/9807cf1e443a7440371904b6525f37eb.js +0 -1
  352. package/dist/981bd23edacd811f9e4a583d89b544ee.js +0 -1
  353. package/dist/9827973b533de05b338533a0211d97d9.js +0 -1
  354. package/dist/983fccb9f00748c487e889f6c83aa367.js +0 -1
  355. package/dist/9920e03a65566d728a73c7bf18bc5741.js +0 -1
  356. package/dist/99add2656ccb006ff11de385c4219f41.js +0 -1
  357. package/dist/9b1fd9cf4206cc32e84150c49707d811.js +0 -1
  358. package/dist/9b4733fc7a2fe9aedb0fa242bd49e9f0.js +0 -1
  359. package/dist/9b4de1346c73ba258736f1a3f00fdc14.js +0 -1
  360. package/dist/9b5a6ec07bb0a2daade10189696fc399.js +0 -1
  361. package/dist/9b80d1a12acd18c90e41ca92073122a7.js +0 -1
  362. package/dist/9b9578869f378f8e2afbf85a76c0ac72.js +0 -1
  363. package/dist/9ebb9ac2c9c875649c72722bc585d445.js +0 -1
  364. package/dist/9ed8c3550b5c3c1e878d0692f0338cb7.js +0 -1
  365. package/dist/9fa80a5bc14fe8644697fe0dd7b99431.js +0 -1
  366. package/dist/9fd3f255cfd09016ec7f4896bc51864c.js +0 -1
  367. package/dist/a0e32ba94aa4384823d768802b9486e1.js +0 -1
  368. package/dist/a1c8660c5bcc6b6a43a7fb3c351174d9.js +0 -1
  369. package/dist/a223748cd69094dd12b486353b22f479.js +0 -1
  370. package/dist/a2746fc96d535b19c120d4b87dc86ef1.js +0 -1
  371. package/dist/a2b29b879b9e8606085c0d3776f789ca.js +0 -1
  372. package/dist/a34efdb6282815cdc27d2f83352b59e0.js +0 -1
  373. package/dist/a3dfa410d90c00078f4b015410048f34.js +0 -1
  374. package/dist/a41ce517e26d17d855b7224af9ee433b.js +0 -1
  375. package/dist/a496f663a8cf2dc047e12d8a80d76510.js +0 -1
  376. package/dist/a4bedde07e392f8ebf64341b61f75df2.js +0 -1
  377. package/dist/a4d638b976f02f35740be031f996e088.js +0 -1
  378. package/dist/a4e021a4b5d5d65cc87fee17c1886c3f.js +0 -1
  379. package/dist/a52f9ac0e3d582ed7e488aa1dfc33eda.js +0 -1
  380. package/dist/a533e643002830be2da76c9527265860.js +0 -1
  381. package/dist/a569591af2f834ec4b58f43ab7742186.js +0 -1
  382. package/dist/a678d4dedcc646810a379211797d5294.js +0 -1
  383. package/dist/a6eb87af5cd7ae7e4fcba8ec606ec4ba.js +0 -1
  384. package/dist/a709bba98acec5da3ea6258e245514cb.js +0 -1
  385. package/dist/a9cb92db2399f7ac97ad55fe79fe5c20.js +0 -1
  386. package/dist/a9f61cc92a7407c8ca0a5843b29d7a57.js +0 -1
  387. package/dist/aa0417796df2b0398a45c00f93f37ea4.js +0 -1
  388. package/dist/aa0eee504d52a12d3a30bbd523afcc34.js +0 -1
  389. package/dist/aa5623ec68d23fedb9c9c115c7d99063.js +0 -1
  390. package/dist/ab0128ab12bcb8729032421b40f5f8dd.js +0 -1
  391. package/dist/ab237eed5fd16ab99c06f0d28d465edb.js +0 -1
  392. package/dist/ab720dd0a0fd070ad82c052263f748e2.js +0 -1
  393. package/dist/ac54fd77986affc0a122d325788b34d3.js +0 -1
  394. package/dist/af1635b600efd13f6059eb6ac9deae12.js +0 -1
  395. package/dist/af6fdb556ee3f9065578bb01f81f6216.js +0 -1
  396. package/dist/afba1f28f2baa29eae717d6cb03f5464.js +0 -1
  397. package/dist/b02d982ccb1011197a5a24800b178a0a.js +0 -1
  398. package/dist/b03bc4e99280d8b4dfd1c6cddedfbd76.js +0 -1
  399. package/dist/b10accbff47791a59b8494225af07025.js +0 -1
  400. package/dist/b1170472ae4b50e3b0070eb991e502fe.js +0 -1
  401. package/dist/b1e349371cb9c226905c846706ad8b93.js +0 -1
  402. package/dist/b1f3f77a9279cdb38846ebe13c3438bc.js +0 -1
  403. package/dist/b20cd9acf45420fcacfd923754185663.js +0 -1
  404. package/dist/b24bb117549d04501b98ffb66b427e0f.js +0 -1
  405. package/dist/b275e591896df64fa3202d90ae70c583.js +0 -1
  406. package/dist/b2d62f22463367ca31dfdbc615637c32.js +0 -1
  407. package/dist/b306285dfd802d091e788de0f96b8cb2.js +0 -1
  408. package/dist/b33ef9b4202539d3690251cb8213a034.js +0 -1
  409. package/dist/b3f1431b9e6d9e6632a93c2cd89f945b.js +0 -1
  410. package/dist/b676b876040015b30352b3cda5e243b7.js +0 -1
  411. package/dist/b714a3647ca66ab7685eb0437c9e3a8d.js +0 -1
  412. package/dist/b808fb222140a85b23ebbe0fffa906d9.js +0 -1
  413. package/dist/b881dca9d9a80f61d87374b4bd5a2dd5.js +0 -1
  414. package/dist/b8b6bd460e7da0ba8f3b2218327966ee.js +0 -1
  415. package/dist/b934b22e8f8a8b1ba81dbc2cf058b0cd.js +0 -1
  416. package/dist/b953ce2f19e7291598cd9c05128133c1.js +0 -1
  417. package/dist/b992b348ffb6453e4a02a60e71c5304e.js +0 -1
  418. package/dist/b9bf918956902d11645efb99e2ab5293.js +0 -1
  419. package/dist/ba6b8b3e06cd9d0aee9c69278ee84647.js +0 -1
  420. package/dist/bb1365c0983ce5ad50060b24788b9630.js +0 -1
  421. package/dist/bb1de0986c4fb3ee31c5a413b8f97c94.js +0 -1
  422. package/dist/bb5bab7a675544fe31ddb7f4a77dffb9.js +0 -1
  423. package/dist/bd309bb3f23f2bfbcf914f2e71474ab5.js +0 -1
  424. package/dist/be75b76e74c78535966ec8aaa7d46bec.js +0 -1
  425. package/dist/bf37de323316c6ae5745fc11fd576b1c.js +0 -1
  426. package/dist/bundle.59a239fff8f2dd0d8d01.js +0 -3413
  427. package/dist/bundle.59a239fff8f2dd0d8d01.js.LICENSE.txt +0 -276
  428. package/dist/bundle.fdd18faad9015eac9b9c.js +0 -3413
  429. package/dist/bundle.fdd18faad9015eac9b9c.js.LICENSE.txt +0 -276
  430. package/dist/c19292ad0187d75dd9580319cbfd5688.js +0 -1
  431. package/dist/c1a1f4ba29aa2d9a0b1a1abe5cfee0c6.js +0 -1
  432. package/dist/c2999cd0bf63072240931010a45c21da.js +0 -1
  433. package/dist/c2f4581864c135dff9056745035d3914.js +0 -1
  434. package/dist/c2fa476995041f9982b89a1c483da2b9.js +0 -1
  435. package/dist/c3832579be376308fa819b04e7b0c66f.js +0 -1
  436. package/dist/c3f345c994392d97785925e790513a9f.js +0 -1
  437. package/dist/c428d0ff296b8b683347a18896d72015.js +0 -1
  438. package/dist/c4e58637b4d14c303e29d3ce4b4a210f.js +0 -1
  439. package/dist/c51840077c684be0e7e13339f85cd4a9.js +0 -1
  440. package/dist/c530988d2b1966fd10a4d99fa3877e1b.js +0 -1
  441. package/dist/c5647f3b9e799d1b9818e80796f8a574.js +0 -1
  442. package/dist/c64d6e1e72024bb5d3d3e9bfc19d183d.js +0 -1
  443. package/dist/c6938ce24c731f9ee703747909cd2aad.js +0 -1
  444. package/dist/c80e89199aef31e48addb2b35ea96365.js +0 -1
  445. package/dist/c8230f96396f0378d032dce2be3dce66.js +0 -1
  446. package/dist/c8acc93023012737a3bf8fb767b66838.js +0 -1
  447. package/dist/c93947dfac92c92c3999d1d51fc5b516.js +0 -1
  448. package/dist/c9568507cc8ea516d091749c7919b744.js +0 -1
  449. package/dist/cb0d121a88477f943960f5ad60602c22.js +0 -1
  450. package/dist/cb4bb785934eeca9b408e892ae6b73b7.js +0 -1
  451. package/dist/cb5746e29527a2fdb9f857a121e086ed.js +0 -1
  452. package/dist/cb652f200fc3dd740b2e7f678a9272ea.js +0 -1
  453. package/dist/cb9910e014b468ada91393696fcad206.js +0 -1
  454. package/dist/cbdbd623038183a8c068dd24ecd90682.js +0 -1
  455. package/dist/cbdc4ca43a8c940a6c3f59a8b6f17df5.js +0 -1
  456. package/dist/cc0de4981277622a9017f137023a6dd5.js +0 -1
  457. package/dist/cc65d108f0e7cfb200de1d0bcf115005.js +0 -1
  458. package/dist/cd9a17f94a922c7c88000b1b3cdd67df.js +0 -1
  459. package/dist/cf188b3f83735389d47bb12fc9f7069a.js +0 -1
  460. package/dist/cf26dd07f19bcb5b7efbf057a6cfeb8f.js +0 -1
  461. package/dist/cf3f6b1c74c72cb5d02870022dbc9f94.js +0 -1
  462. package/dist/cf909ad6e321c2f98750f5c3581556f8.js +0 -1
  463. package/dist/cf9c7cbfc2b609b9ae59daeab82719c4.js +0 -1
  464. package/dist/cfaaa83ec3973688a7946b95b597c228.js +0 -1
  465. package/dist/d0415105402964718010284fcfa8b2ea.js +0 -1
  466. package/dist/d09463c099fb2c44719380623a5c68fb.js +0 -1
  467. package/dist/d1a1ee70e5eed28571ae9c619f33de7c.js +0 -1
  468. package/dist/d1db2c4677dd2ee7a0c690c58798a013.js +0 -1
  469. package/dist/d43ad5f9bad9a042b49b2592c7639c28.js +0 -1
  470. package/dist/d4ad4ca9643d85d3990bfefe29cb3bb0.js +0 -1
  471. package/dist/d4f1a314cb3668f8e17f24bccf0229b6.js +0 -1
  472. package/dist/d4f5981ee5a73d8a6e19112f2ffcb72c.js +0 -1
  473. package/dist/d542dda7308361c34af2afb9b70d755a.js +0 -1
  474. package/dist/d5999827bd3af6b813a871de344b109a.js +0 -1
  475. package/dist/d5a6140d581e5c4eb200259ce372f40b.js +0 -1
  476. package/dist/d5f79987405c2169278f8de37bcc9d05.js +0 -1
  477. package/dist/d7340300249ab98bd9b3f538a767106e.js +0 -1
  478. package/dist/d78d3b050ea95b068380d975fd413fd7.js +0 -1
  479. package/dist/d7d616d4aa8fd3f51d681242853dcde9.js +0 -1
  480. package/dist/d83cda12aee0c87c8b381a1234bf7798.js +0 -1
  481. package/dist/d869a443b727ea4b7cef2de0ff2a6ed8.js +0 -1
  482. package/dist/d8f7ecdd496f3caf14f5afbedfff1937.js +0 -1
  483. package/dist/d9b2daf38414fcbaf89924ad3e10e587.js +0 -1
  484. package/dist/da740c1b29a85b999a6874b59a1baeef.js +0 -1
  485. package/dist/db8ca5cfb6fe4aaef215f116f6991784.js +0 -1
  486. package/dist/dc8240db39815020378555a4d80571c3.js +0 -1
  487. package/dist/dc83a73f0eb89665520bbb6672dfa3cb.js +0 -1
  488. package/dist/dc932cde2fbfca8e2901fb693968b131.js +0 -1
  489. package/dist/ddbc961769cd2ff4d4a7a136168ebf4c.js +0 -1
  490. package/dist/de0fd4fd7c2d7a4887cbc99eed91f797.js +0 -1
  491. package/dist/de73b4d2a9ed4bcb851f9141e303636d.js +0 -1
  492. package/dist/e0adad8a8579bf99f3e22f7c214a5c64.js +0 -1
  493. package/dist/e0c565aadda4787ba4ef4456c0a7ee29.js +0 -1
  494. package/dist/e0fa6a4fe8bff90d50ce812e666957ca.js +0 -1
  495. package/dist/e13fc7d468ab9b5797f2a44412ca2f00.js +0 -1
  496. package/dist/e2b38a8393be2cf23f3894ace3efb1c3.js +0 -1
  497. package/dist/e2fe8f0d4fd950b20b30fabaea96b3f8.js +0 -1
  498. package/dist/e37ac12436bcd0536ec98ae8470a1228.js +0 -1
  499. package/dist/e4917fa7632b01d28e99304d32d989f7.js +0 -1
  500. package/dist/e61779df91186b23e7adf2d1968b2708.js +0 -1
  501. package/dist/e6ad50b520736b595970c9e07029c3f1.js +0 -1
  502. package/dist/e7e1a807af3160b342e0a3550cf8f7c5.js +0 -1
  503. package/dist/e7f37e0f2b6113039c45a326264c4d36.js +0 -1
  504. package/dist/e80d5ee40455d0675f8f2a3688071adf.js +0 -1
  505. package/dist/e874d975c9128dc6eb9a513d088bed9f.js +0 -1
  506. package/dist/e9382a0e67b22188c75e9418de1c9295.js +0 -1
  507. package/dist/e9c8f7e13e00284ce126890bf7ac46fd.js +0 -1
  508. package/dist/ea6edcde22c9fdbb9f7b8d9cf72a062b.js +0 -1
  509. package/dist/eaa55a522fb2cb2f0287711f42344984.js +0 -1
  510. package/dist/eb08efe1d361a9c5e37e1d4c8100212e.js +0 -1
  511. package/dist/eb0b62e1895dcf7491419aa728f00c38.js +0 -1
  512. package/dist/ecdb4966f685f3e44b1f28fae46827a3.js +0 -1
  513. package/dist/ecff3d4bbf59ef41230960af46098e74.js +0 -1
  514. package/dist/ed88b2c21452a7eaea143e54e27a0879.js +0 -1
  515. package/dist/ee41eb1fd1d1c87c45e818b5a8a65cf8.js +0 -1
  516. package/dist/ee5d36473f84db2af26d82efd69a38ec.js +0 -1
  517. package/dist/ef6cac9d9a3156e1c19b46cd181863ed.js +0 -1
  518. package/dist/ef7dedac6423354de55896b34230d548.js +0 -1
  519. package/dist/ef87482c92662e8b69a21f47588474ea.js +0 -1
  520. package/dist/efc14cdf19554635e477781704353ec2.js +0 -1
  521. package/dist/eff4371180dfac54de25ed3a0105d82f.js +0 -1
  522. package/dist/f15362a7feef894b2e7f706252e6c510.js +0 -1
  523. package/dist/f15cbf0d23cba4a313f3f2acfef5370c.js +0 -1
  524. package/dist/f18c12f0446bad25ec3732c621d60f88.js +0 -1
  525. package/dist/f2fb7fcc9bdd849d687150c07a81ffe4.js +0 -1
  526. package/dist/f326f2f263b1498fedbe1d07d7254d10.js +0 -1
  527. package/dist/f4480bd3d93cb0949fc4f3af8eff6531.js +0 -1
  528. package/dist/f5655f072ce70050c78fab024d5028a8.js +0 -1
  529. package/dist/f666b5647087bcfdf6623f8b14d56657.js +0 -1
  530. package/dist/f6d7091e70dee6c74956acfef2464d08.js +0 -1
  531. package/dist/f799992a362826cff3c7d1ce9dc9940c.js +0 -1
  532. package/dist/fa0c561bb37040fc8145e5c70ea64912.js +0 -1
  533. package/dist/fb393a7455b47f3d4fc30cf219d5145c.js +0 -1
  534. package/dist/fb5080213f065f82f0391c551c864434.js +0 -1
  535. package/dist/fd3859a700b456e06c65c0cf6b0af05c.js +0 -1
  536. package/dist/fd5bc50b18c9f46380cbe5ec1ac2127b.js +0 -1
  537. package/dist/fd9645aaf1f70c8abc562be41bee25fc.js +0 -1
  538. package/dist/fd98f0e48b18e1de428edd5174539c2a.js +0 -1
  539. package/dist/fe9499c0a5444f7f42843fa00fb355cb.js +0 -1
  540. package/dist/fec23c6964d6cf25681d1f3e24b076a4.js +0 -1
  541. package/dist/ffd3b83e8b5878f4785591ff54b1dfff.js +0 -1
  542. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.LICENSE.txt +0 -9
  543. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js.LICENSE.txt +0 -9
  544. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js.LICENSE.txt +0 -9
  545. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.LICENSE.txt +0 -9
  546. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.LICENSE.txt +0 -9
  547. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.LICENSE.txt +0 -9
  548. package/dist/modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js.LICENSE.txt +0 -9
  549. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js.LICENSE.txt +0 -9
  550. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js.LICENSE.txt +0 -9
  551. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js.LICENSE.txt +0 -9
  552. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js.LICENSE.txt +0 -9
  553. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_js-index.js.LICENSE.txt +0 -9
  554. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js.LICENSE.txt +0 -9
  555. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js.LICENSE.txt +0 -9
  556. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js.LICENSE.txt +0 -9
  557. package/dist/modules/@webcomponents/webcomponentsjs/src/flag-parser.js.LICENSE.txt +0 -10
  558. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/baseuri.js.LICENSE.txt +0 -10
  559. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/after.js.LICENSE.txt +0 -9
  560. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/before.js.LICENSE.txt +0 -9
  561. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/index.js.LICENSE.txt +0 -9
  562. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/remove.js.LICENSE.txt +0 -9
  563. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/replace-with.js.LICENSE.txt +0 -9
  564. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/custom-event.js.LICENSE.txt +0 -10
  565. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/es6-misc.js.LICENSE.txt +0 -10
  566. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/event-listener-options.js.LICENSE.txt +0 -10
  567. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/get-attribute-names.js.LICENSE.txt +0 -10
  568. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/matches.js.LICENSE.txt +0 -10
  569. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/append.js.LICENSE.txt +0 -9
  570. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/index.js.LICENSE.txt +0 -9
  571. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/prepend.js.LICENSE.txt +0 -9
  572. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/replace-children.js.LICENSE.txt +0 -9
  573. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/promise.js.LICENSE.txt +0 -10
  574. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/svg-element-class-list.js.LICENSE.txt +0 -10
  575. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/symbol.js.LICENSE.txt +0 -10
  576. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/toggle-attribute.js.LICENSE.txt +0 -10
  577. package/dist/modules/@webcomponents/webcomponentsjs/src/unresolved.js.LICENSE.txt +0 -10
  578. package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js.LICENSE.txt +0 -9
  579. package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-loader.js.LICENSE.txt +0 -9
  580. package/tsconfig.json +0 -14
  581. package/webpack.config.js +0 -28
@@ -1 +0,0 @@
1
- !function(t){if(!(void 0!==t.window&&t.document||t.require&&t.define)){t.console||(t.console=function(){var t=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:t})},t.console.error=t.console.warn=t.console.log=t.console.trace=t.console),t.window=t,t.ace=t,t.onerror=function(t,e,n,r,i){postMessage({type:"error",data:{message:t,data:i&&i.data,file:e,line:n,col:r,stack:i&&i.stack}})},t.normalizeModule=function(e,n){if(-1!==n.indexOf("!")){var r=n.split("!");return t.normalizeModule(e,r[0])+"!"+t.normalizeModule(e,r[1])}if("."==n.charAt(0)){var i=e.split("/").slice(0,-1).join("/");for(n=(i?i+"/":"")+n;-1!==n.indexOf(".")&&o!=n;){var o=n;n=n.replace(/^\.\//,"").replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return n},t.require=function(e,n){if(n||(n=e,e=null),!n.charAt)throw new Error("worker.js require() accepts only (parentId, id) as arguments");n=t.normalizeModule(e,n);var r=t.require.modules[n];if(r)return r.initialized||(r.initialized=!0,r.exports=r.factory().exports),r.exports;if(!t.require.tlns)return console.log("unable to load "+n);var i=function(t,e){for(var n=t,r="";n;){var i=e[n];if("string"==typeof i)return i+r;if(i)return i.location.replace(/\/*$/,"/")+(r||i.main||i.name);if(!1===i)return"";var o=n.lastIndexOf("/");if(-1===o)break;r=n.substr(o)+r,n=n.slice(0,o)}return t}(n,t.require.tlns);return".js"!=i.slice(-3)&&(i+=".js"),t.require.id=n,t.require.modules[n]={},importScripts(i),t.require(e,n)},t.require.modules={},t.require.tlns={},t.define=function(e,n,r){if(2==arguments.length?(r=n,"string"!=typeof e&&(n=e,e=t.require.id)):1==arguments.length&&(r=e,n=[],e=t.require.id),"function"==typeof r){n.length||(n=["require","exports","module"]);var i=function(n){return t.require(e,n)};t.require.modules[e]={exports:{},factory:function(){var t=this,e=r.apply(this,n.slice(0,r.length).map((function(e){switch(e){case"require":return i;case"exports":return t.exports;case"module":return t;default:return i(e)}})));return e&&(t.exports=e),t}}}else t.require.modules[e]={exports:r,initialized:!0}},t.define.amd={},t.require.tlns={},t.initBaseUrls=function(t){for(var e in t)this.require.tlns[e]=t[e]},t.initSender=function(){var e=t.require("ace/lib/event_emitter").EventEmitter,n=t.require("ace/lib/oop"),r=function(){};return function(){n.implement(this,e),this.callback=function(t,e){postMessage({type:"call",id:e,data:t})},this.emit=function(t,e){postMessage({type:"event",name:t,data:e})}}.call(r.prototype),new r};var e=t.main=null,n=t.sender=null;t.onmessage=function(r){var i=r.data;if(i.event&&n)n._signal(i.event,i.data);else if(i.command)if(e[i.command])e[i.command].apply(e,i.args);else{if(!t[i.command])throw new Error("Unknown command:"+i.command);t[i.command].apply(t,i.args)}else if(i.init){t.initBaseUrls(i.tlns),n=t.sender=t.initSender();var o=this.require(i.module)[i.classname];e=t.main=new o(n)}}}}(this),ace.define("ace/lib/oop",[],(function(t,e,n){"use strict";e.inherits=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})},e.mixin=function(t,e){for(var n in e)t[n]=e[n];return t},e.implement=function(t,n){e.mixin(t,n)}})),ace.define("ace/apply_delta",[],(function(t,e,n){"use strict";e.applyDelta=function(t,e,n){var r=e.start.row,i=e.start.column,o=t[r]||"";switch(e.action){case"insert":if(1===e.lines.length)t[r]=o.substring(0,i)+e.lines[0]+o.substring(i);else{var s=[r,1].concat(e.lines);t.splice.apply(t,s),t[r]=o.substring(0,i)+t[r],t[r+e.lines.length-1]+=o.substring(i)}break;case"remove":var a=e.end.column,c=e.end.row;r===c?t[r]=o.substring(0,i)+o.substring(a):t.splice(r,c-r+1,o.substring(0,i)+t[c].substring(a))}}})),ace.define("ace/lib/event_emitter",[],(function(t,e,n){"use strict";var r={},i=function(){this.propagationStopped=!0},o=function(){this.defaultPrevented=!0};r._emit=r._dispatchEvent=function(t,e){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var n=this._eventRegistry[t]||[],r=this._defaultHandlers[t];if(n.length||r){"object"==typeof e&&e||(e={}),e.type||(e.type=t),e.stopPropagation||(e.stopPropagation=i),e.preventDefault||(e.preventDefault=o),n=n.slice();for(var s=0;s<n.length&&(n[s](e,this),!e.propagationStopped);s++);return r&&!e.defaultPrevented?r(e,this):void 0}},r._signal=function(t,e){var n=(this._eventRegistry||{})[t];if(n){n=n.slice();for(var r=0;r<n.length;r++)n[r](e,this)}},r.once=function(t,e){var n=this;if(this.on(t,(function r(){n.off(t,r),e.apply(null,arguments)})),!e)return new Promise((function(t){e=t}))},r.setDefaultHandler=function(t,e){var n=this._defaultHandlers;if(n||(n=this._defaultHandlers={_disabled_:{}}),n[t]){var r=n[t],i=n._disabled_[t];i||(n._disabled_[t]=i=[]),i.push(r);var o=i.indexOf(e);-1!=o&&i.splice(o,1)}n[t]=e},r.removeDefaultHandler=function(t,e){var n=this._defaultHandlers;if(n){var r=n._disabled_[t];if(n[t]==e)r&&this.setDefaultHandler(t,r.pop());else if(r){var i=r.indexOf(e);-1!=i&&r.splice(i,1)}}},r.on=r.addEventListener=function(t,e,n){this._eventRegistry=this._eventRegistry||{};var r=this._eventRegistry[t];return r||(r=this._eventRegistry[t]=[]),-1==r.indexOf(e)&&r[n?"unshift":"push"](e),e},r.off=r.removeListener=r.removeEventListener=function(t,e){this._eventRegistry=this._eventRegistry||{};var n=this._eventRegistry[t];if(n){var r=n.indexOf(e);-1!==r&&n.splice(r,1)}},r.removeAllListeners=function(t){t||(this._eventRegistry=this._defaultHandlers=void 0),this._eventRegistry&&(this._eventRegistry[t]=void 0),this._defaultHandlers&&(this._defaultHandlers[t]=void 0)},e.EventEmitter=r})),ace.define("ace/range",[],(function(t,e,n){"use strict";var r=function(){function t(t,e,n,r){this.start={row:t,column:e},this.end={row:n,column:r}}return t.prototype.isEqual=function(t){return this.start.row===t.start.row&&this.end.row===t.end.row&&this.start.column===t.start.column&&this.end.column===t.end.column},t.prototype.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},t.prototype.contains=function(t,e){return 0==this.compare(t,e)},t.prototype.compareRange=function(t){var e,n=t.end,r=t.start;return 1==(e=this.compare(n.row,n.column))?1==(e=this.compare(r.row,r.column))?2:0==e?1:0:-1==e?-2:-1==(e=this.compare(r.row,r.column))?-1:1==e?42:0},t.prototype.comparePoint=function(t){return this.compare(t.row,t.column)},t.prototype.containsRange=function(t){return 0==this.comparePoint(t.start)&&0==this.comparePoint(t.end)},t.prototype.intersects=function(t){var e=this.compareRange(t);return-1==e||0==e||1==e},t.prototype.isEnd=function(t,e){return this.end.row==t&&this.end.column==e},t.prototype.isStart=function(t,e){return this.start.row==t&&this.start.column==e},t.prototype.setStart=function(t,e){"object"==typeof t?(this.start.column=t.column,this.start.row=t.row):(this.start.row=t,this.start.column=e)},t.prototype.setEnd=function(t,e){"object"==typeof t?(this.end.column=t.column,this.end.row=t.row):(this.end.row=t,this.end.column=e)},t.prototype.inside=function(t,e){return 0==this.compare(t,e)&&!this.isEnd(t,e)&&!this.isStart(t,e)},t.prototype.insideStart=function(t,e){return 0==this.compare(t,e)&&!this.isEnd(t,e)},t.prototype.insideEnd=function(t,e){return 0==this.compare(t,e)&&!this.isStart(t,e)},t.prototype.compare=function(t,e){return this.isMultiLine()||t!==this.start.row?t<this.start.row?-1:t>this.end.row?1:this.start.row===t?e>=this.start.column?0:-1:this.end.row===t?e<=this.end.column?0:1:0:e<this.start.column?-1:e>this.end.column?1:0},t.prototype.compareStart=function(t,e){return this.start.row==t&&this.start.column==e?-1:this.compare(t,e)},t.prototype.compareEnd=function(t,e){return this.end.row==t&&this.end.column==e?1:this.compare(t,e)},t.prototype.compareInside=function(t,e){return this.end.row==t&&this.end.column==e?1:this.start.row==t&&this.start.column==e?-1:this.compare(t,e)},t.prototype.clipRows=function(e,n){if(this.end.row>n)var r={row:n+1,column:0};else this.end.row<e&&(r={row:e,column:0});if(this.start.row>n)var i={row:n+1,column:0};else this.start.row<e&&(i={row:e,column:0});return t.fromPoints(i||this.start,r||this.end)},t.prototype.extend=function(e,n){var r=this.compare(e,n);if(0==r)return this;if(-1==r)var i={row:e,column:n};else var o={row:e,column:n};return t.fromPoints(i||this.start,o||this.end)},t.prototype.isEmpty=function(){return this.start.row===this.end.row&&this.start.column===this.end.column},t.prototype.isMultiLine=function(){return this.start.row!==this.end.row},t.prototype.clone=function(){return t.fromPoints(this.start,this.end)},t.prototype.collapseRows=function(){return 0==this.end.column?new t(this.start.row,0,Math.max(this.start.row,this.end.row-1),0):new t(this.start.row,0,this.end.row,0)},t.prototype.toScreenRange=function(e){var n=e.documentToScreenPosition(this.start),r=e.documentToScreenPosition(this.end);return new t(n.row,n.column,r.row,r.column)},t.prototype.moveBy=function(t,e){this.start.row+=t,this.start.column+=e,this.end.row+=t,this.end.column+=e},t}();r.fromPoints=function(t,e){return new r(t.row,t.column,e.row,e.column)},r.comparePoints=function(t,e){return t.row-e.row||t.column-e.column},e.Range=r})),ace.define("ace/anchor",[],(function(t,e,n){"use strict";var r=t("./lib/oop"),i=t("./lib/event_emitter").EventEmitter,o=function(){function t(t,e,n){this.$onChange=this.onChange.bind(this),this.attach(t),"number"!=typeof e?this.setPosition(e.row,e.column):this.setPosition(e,n)}return t.prototype.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},t.prototype.getDocument=function(){return this.document},t.prototype.onChange=function(t){if(!(t.start.row==t.end.row&&t.start.row!=this.row||t.start.row>this.row)){var e=function(t,e,n){var r="insert"==t.action,i=(r?1:-1)*(t.end.row-t.start.row),o=(r?1:-1)*(t.end.column-t.start.column),a=t.start,c=r?a:t.end;return s(e,a,n)?{row:e.row,column:e.column}:s(c,e,!n)?{row:e.row+i,column:e.column+(e.row==c.row?o:0)}:{row:a.row,column:a.column}}(t,{row:this.row,column:this.column},this.$insertRight);this.setPosition(e.row,e.column,!0)}},t.prototype.setPosition=function(t,e,n){var r;if(r=n?{row:t,column:e}:this.$clipPositionToDocument(t,e),this.row!=r.row||this.column!=r.column){var i={row:this.row,column:this.column};this.row=r.row,this.column=r.column,this._signal("change",{old:i,value:r})}},t.prototype.detach=function(){this.document.off("change",this.$onChange)},t.prototype.attach=function(t){this.document=t||this.document,this.document.on("change",this.$onChange)},t.prototype.$clipPositionToDocument=function(t,e){var n={};return t>=this.document.getLength()?(n.row=Math.max(0,this.document.getLength()-1),n.column=this.document.getLine(n.row).length):t<0?(n.row=0,n.column=0):(n.row=t,n.column=Math.min(this.document.getLine(n.row).length,Math.max(0,e))),e<0&&(n.column=0),n},t}();function s(t,e,n){var r=n?t.column<=e.column:t.column<e.column;return t.row<e.row||t.row==e.row&&r}o.prototype.$insertRight=!1,r.implement(o.prototype,i),e.Anchor=o})),ace.define("ace/document",[],(function(t,e,n){"use strict";var r=t("./lib/oop"),i=t("./apply_delta").applyDelta,o=t("./lib/event_emitter").EventEmitter,s=t("./range").Range,a=t("./anchor").Anchor,c=function(){function t(t){this.$lines=[""],0===t.length?this.$lines=[""]:Array.isArray(t)?this.insertMergedLines({row:0,column:0},t):this.insert({row:0,column:0},t)}return t.prototype.setValue=function(t){var e=this.getLength()-1;this.remove(new s(0,0,e,this.getLine(e).length)),this.insert({row:0,column:0},t||"")},t.prototype.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},t.prototype.createAnchor=function(t,e){return new a(this,t,e)},t.prototype.$detectNewLine=function(t){var e=t.match(/^.*?(\r\n|\r|\n)/m);this.$autoNewLine=e?e[1]:"\n",this._signal("changeNewLineMode")},t.prototype.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\r\n";case"unix":return"\n";default:return this.$autoNewLine||"\n"}},t.prototype.setNewLineMode=function(t){this.$newLineMode!==t&&(this.$newLineMode=t,this._signal("changeNewLineMode"))},t.prototype.getNewLineMode=function(){return this.$newLineMode},t.prototype.isNewLine=function(t){return"\r\n"==t||"\r"==t||"\n"==t},t.prototype.getLine=function(t){return this.$lines[t]||""},t.prototype.getLines=function(t,e){return this.$lines.slice(t,e+1)},t.prototype.getAllLines=function(){return this.getLines(0,this.getLength())},t.prototype.getLength=function(){return this.$lines.length},t.prototype.getTextRange=function(t){return this.getLinesForRange(t).join(this.getNewLineCharacter())},t.prototype.getLinesForRange=function(t){var e;if(t.start.row===t.end.row)e=[this.getLine(t.start.row).substring(t.start.column,t.end.column)];else{(e=this.getLines(t.start.row,t.end.row))[0]=(e[0]||"").substring(t.start.column);var n=e.length-1;t.end.row-t.start.row==n&&(e[n]=e[n].substring(0,t.end.column))}return e},t.prototype.insertLines=function(t,e){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(t,e)},t.prototype.removeLines=function(t,e){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(t,e)},t.prototype.insertNewLine=function(t){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, ['', '']) instead."),this.insertMergedLines(t,["",""])},t.prototype.insert=function(t,e){return this.getLength()<=1&&this.$detectNewLine(e),this.insertMergedLines(t,this.$split(e))},t.prototype.insertInLine=function(t,e){var n=this.clippedPos(t.row,t.column),r=this.pos(t.row,t.column+e.length);return this.applyDelta({start:n,end:r,action:"insert",lines:[e]},!0),this.clonePos(r)},t.prototype.clippedPos=function(t,e){var n=this.getLength();void 0===t?t=n:t<0?t=0:t>=n&&(t=n-1,e=void 0);var r=this.getLine(t);return null==e&&(e=r.length),{row:t,column:e=Math.min(Math.max(e,0),r.length)}},t.prototype.clonePos=function(t){return{row:t.row,column:t.column}},t.prototype.pos=function(t,e){return{row:t,column:e}},t.prototype.$clipPosition=function(t){var e=this.getLength();return t.row>=e?(t.row=Math.max(0,e-1),t.column=this.getLine(e-1).length):(t.row=Math.max(0,t.row),t.column=Math.min(Math.max(t.column,0),this.getLine(t.row).length)),t},t.prototype.insertFullLines=function(t,e){var n=0;(t=Math.min(Math.max(t,0),this.getLength()))<this.getLength()?(e=e.concat([""]),n=0):(e=[""].concat(e),t--,n=this.$lines[t].length),this.insertMergedLines({row:t,column:n},e)},t.prototype.insertMergedLines=function(t,e){var n=this.clippedPos(t.row,t.column),r={row:n.row+e.length-1,column:(1==e.length?n.column:0)+e[e.length-1].length};return this.applyDelta({start:n,end:r,action:"insert",lines:e}),this.clonePos(r)},t.prototype.remove=function(t){var e=this.clippedPos(t.start.row,t.start.column),n=this.clippedPos(t.end.row,t.end.column);return this.applyDelta({start:e,end:n,action:"remove",lines:this.getLinesForRange({start:e,end:n})}),this.clonePos(e)},t.prototype.removeInLine=function(t,e,n){var r=this.clippedPos(t,e),i=this.clippedPos(t,n);return this.applyDelta({start:r,end:i,action:"remove",lines:this.getLinesForRange({start:r,end:i})},!0),this.clonePos(r)},t.prototype.removeFullLines=function(t,e){t=Math.min(Math.max(0,t),this.getLength()-1);var n=(e=Math.min(Math.max(0,e),this.getLength()-1))==this.getLength()-1&&t>0,r=e<this.getLength()-1,i=n?t-1:t,o=n?this.getLine(i).length:0,a=r?e+1:e,c=r?0:this.getLine(a).length,u=new s(i,o,a,c),l=this.$lines.slice(t,e+1);return this.applyDelta({start:u.start,end:u.end,action:"remove",lines:this.getLinesForRange(u)}),l},t.prototype.removeNewLine=function(t){t<this.getLength()-1&&t>=0&&this.applyDelta({start:this.pos(t,this.getLine(t).length),end:this.pos(t+1,0),action:"remove",lines:["",""]})},t.prototype.replace=function(t,e){return t instanceof s||(t=s.fromPoints(t.start,t.end)),0===e.length&&t.isEmpty()?t.start:e==this.getTextRange(t)?t.end:(this.remove(t),e?this.insert(t.start,e):t.start)},t.prototype.applyDeltas=function(t){for(var e=0;e<t.length;e++)this.applyDelta(t[e])},t.prototype.revertDeltas=function(t){for(var e=t.length-1;e>=0;e--)this.revertDelta(t[e])},t.prototype.applyDelta=function(t,e){var n="insert"==t.action;(n?t.lines.length<=1&&!t.lines[0]:!s.comparePoints(t.start,t.end))||(n&&t.lines.length>2e4?this.$splitAndapplyLargeDelta(t,2e4):(i(this.$lines,t,e),this._signal("change",t)))},t.prototype.$safeApplyDelta=function(t){var e=this.$lines.length;("remove"==t.action&&t.start.row<e&&t.end.row<e||"insert"==t.action&&t.start.row<=e)&&this.applyDelta(t)},t.prototype.$splitAndapplyLargeDelta=function(t,e){for(var n=t.lines,r=n.length-e+1,i=t.start.row,o=t.start.column,s=0,a=0;s<r;s=a){a+=e-1;var c=n.slice(s,a);c.push(""),this.applyDelta({start:this.pos(i+s,o),end:this.pos(i+a,o=0),action:t.action,lines:c},!0)}t.lines=n.slice(s),t.start.row=i+s,t.start.column=o,this.applyDelta(t,!0)},t.prototype.revertDelta=function(t){this.$safeApplyDelta({start:this.clonePos(t.start),end:this.clonePos(t.end),action:"insert"==t.action?"remove":"insert",lines:t.lines.slice()})},t.prototype.indexToPosition=function(t,e){for(var n=this.$lines||this.getAllLines(),r=this.getNewLineCharacter().length,i=e||0,o=n.length;i<o;i++)if((t-=n[i].length+r)<0)return{row:i,column:t+n[i].length+r};return{row:o-1,column:t+n[o-1].length+r}},t.prototype.positionToIndex=function(t,e){for(var n=this.$lines||this.getAllLines(),r=this.getNewLineCharacter().length,i=0,o=Math.min(t.row,n.length),s=e||0;s<o;++s)i+=n[s].length+r;return i+t.column},t.prototype.$split=function(t){return t.split(/\r\n|\r|\n/)},t}();c.prototype.$autoNewLine="",c.prototype.$newLineMode="auto",r.implement(c.prototype,o),e.Document=c})),ace.define("ace/lib/deep_copy",[],(function(t,e,n){e.deepCopy=function t(e){if("object"!=typeof e||!e)return e;var n;if(Array.isArray(e)){n=[];for(var r=0;r<e.length;r++)n[r]=t(e[r]);return n}if("[object Object]"!==Object.prototype.toString.call(e))return e;for(var r in n={},e)n[r]=t(e[r]);return n}})),ace.define("ace/lib/lang",[],(function(t,e,n){"use strict";e.last=function(t){return t[t.length-1]},e.stringReverse=function(t){return t.split("").reverse().join("")},e.stringRepeat=function(t,e){for(var n="";e>0;)1&e&&(n+=t),(e>>=1)&&(t+=t);return n};var r=/^\s\s*/,i=/\s\s*$/;e.stringTrimLeft=function(t){return t.replace(r,"")},e.stringTrimRight=function(t){return t.replace(i,"")},e.copyObject=function(t){var e={};for(var n in t)e[n]=t[n];return e},e.copyArray=function(t){for(var e=[],n=0,r=t.length;n<r;n++)t[n]&&"object"==typeof t[n]?e[n]=this.copyObject(t[n]):e[n]=t[n];return e},e.deepCopy=t("./deep_copy").deepCopy,e.arrayToMap=function(t){for(var e={},n=0;n<t.length;n++)e[t[n]]=1;return e},e.createMap=function(t){var e=Object.create(null);for(var n in t)e[n]=t[n];return e},e.arrayRemove=function(t,e){for(var n=0;n<=t.length;n++)e===t[n]&&t.splice(n,1)},e.escapeRegExp=function(t){return t.replace(/([.*+?^${}()|[\]\/\\])/g,"\\$1")},e.escapeHTML=function(t){return(""+t).replace(/&/g,"&#38;").replace(/"/g,"&#34;").replace(/'/g,"&#39;").replace(/</g,"&#60;")},e.getMatchOffsets=function(t,e){var n=[];return t.replace(e,(function(t){n.push({offset:arguments[arguments.length-2],length:t.length})})),n},e.deferredCall=function(t){var e=null,n=function(){e=null,t()},r=function(t){return r.cancel(),e=setTimeout(n,t||0),r};return r.schedule=r,r.call=function(){return this.cancel(),t(),r},r.cancel=function(){return clearTimeout(e),e=null,r},r.isPending=function(){return e},r},e.delayedCall=function(t,e){var n=null,r=function(){n=null,t()},i=function(t){null==n&&(n=setTimeout(r,t||e))};return i.delay=function(t){n&&clearTimeout(n),n=setTimeout(r,t||e)},i.schedule=i,i.call=function(){this.cancel(),t()},i.cancel=function(){n&&clearTimeout(n),n=null},i.isPending=function(){return n},i},e.supportsLookbehind=function(){try{new RegExp("(?<=.)")}catch(t){return!1}return!0},e.skipEmptyMatch=function(t,e,n){return n&&t.codePointAt(e)>65535?2:1}})),ace.define("ace/worker/mirror",[],(function(t,e,n){"use strict";var r=t("../document").Document,i=t("../lib/lang"),o=e.Mirror=function(t){this.sender=t;var e=this.doc=new r(""),n=this.deferredUpdate=i.delayedCall(this.onUpdate.bind(this)),o=this;t.on("change",(function(t){var r=t.data;if(r[0].start)e.applyDeltas(r);else for(var i=0;i<r.length;i+=2){var s,a;if(("insert"==(s=Array.isArray(r[i+1])?{action:"insert",start:r[i],lines:r[i+1]}:{action:"remove",start:r[i],end:r[i+1]}).action?s.start:s.end).row>=e.$lines.length)throw(a=new Error("Invalid delta")).data={path:o.$path,linesLength:e.$lines.length,start:s.start,end:s.end},a;e.applyDelta(s,!0)}if(o.$timeout)return n.schedule(o.$timeout);o.onUpdate()}))};(function(){this.$timeout=500,this.setTimeout=function(t){this.$timeout=t},this.setValue=function(t){this.doc.setValue(t),this.deferredUpdate.schedule(this.$timeout)},this.getValue=function(t){this.sender.callback(this.doc.getValue(),t)},this.onUpdate=function(){},this.isPending=function(){return this.deferredUpdate.isPending()}}).call(o.prototype)})),ace.define("ace/mode/yaml/yaml-lint",[],(function(t,e,n){var r={require:t,exports:e,module:n};function i(e,n,i){"function"==typeof e&&(i=e,n=["require","exports","module"],e=r.module.id),"string"!=typeof e&&(i=n,n=e,e=r.module.id),i||(i=n,n=[]);var o="function"==typeof i?i.apply(r.module,n.map((function(e){return r[e]||t(e)}))):i;null!=o&&(r.module.exports=o)}e=void 0,n=void 0,i.amd=!0,function(t){"object"==typeof e&&void 0!==n?n.exports=t():i.amd?i([],t):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).lint=t()}((function(){return function e(n,r,i){function o(a,c){if(!r[a]){if(!n[a]){var u="function"==typeof t&&t;if(!c&&u)return u(a,!0);if(s)return s(a,!0);var l=new Error("Cannot find module '"+a+"'");throw l.code="MODULE_NOT_FOUND",l}var p=r[a]={exports:{}};n[a][0].call(p.exports,(function(t){return o(n[a][1][t]||t)}),p,p.exports,e,n,r,i)}return r[a].exports}for(var s="function"==typeof t&&t,a=0;a<i.length;a++)o(i[a]);return o}({1:[function(t,e,n){},{}],2:[function(t,e,n){t("fs");var r=t("lodash.merge"),i=t("js-yaml"),o={schema:"DEFAULT_SAFE_SCHEMA"};e.exports={lint:function(t,e,n){var s=r({},o,e);try{i.safeLoad(t,{schema:i[s.schema]}),n()}catch(t){n(t)}}}},{fs:1,"js-yaml":3,"lodash.merge":33}],3:[function(t,e,n){"use strict";var r=t("./lib/js-yaml.js");e.exports=r},{"./lib/js-yaml.js":4}],4:[function(t,e,n){"use strict";var r=t("./js-yaml/loader"),i=t("./js-yaml/dumper");function o(t){return function(){throw new Error("Function "+t+" is deprecated and cannot be used.")}}e.exports.Type=t("./js-yaml/type"),e.exports.Schema=t("./js-yaml/schema"),e.exports.FAILSAFE_SCHEMA=t("./js-yaml/schema/failsafe"),e.exports.JSON_SCHEMA=t("./js-yaml/schema/json"),e.exports.CORE_SCHEMA=t("./js-yaml/schema/core"),e.exports.DEFAULT_SAFE_SCHEMA=t("./js-yaml/schema/default_safe"),e.exports.DEFAULT_FULL_SCHEMA=t("./js-yaml/schema/default_full"),e.exports.load=r.load,e.exports.loadAll=r.loadAll,e.exports.safeLoad=r.safeLoad,e.exports.safeLoadAll=r.safeLoadAll,e.exports.dump=i.dump,e.exports.safeDump=i.safeDump,e.exports.YAMLException=t("./js-yaml/exception"),e.exports.MINIMAL_SCHEMA=t("./js-yaml/schema/failsafe"),e.exports.SAFE_SCHEMA=t("./js-yaml/schema/default_safe"),e.exports.DEFAULT_SCHEMA=t("./js-yaml/schema/default_full"),e.exports.scan=o("scan"),e.exports.parse=o("parse"),e.exports.compose=o("compose"),e.exports.addConstructor=o("addConstructor")},{"./js-yaml/dumper":6,"./js-yaml/exception":7,"./js-yaml/loader":8,"./js-yaml/schema":10,"./js-yaml/schema/core":11,"./js-yaml/schema/default_full":12,"./js-yaml/schema/default_safe":13,"./js-yaml/schema/failsafe":14,"./js-yaml/schema/json":15,"./js-yaml/type":16}],5:[function(t,e,n){"use strict";function r(t){return null==t}e.exports.isNothing=r,e.exports.isObject=function(t){return"object"==typeof t&&null!==t},e.exports.toArray=function(t){return Array.isArray(t)?t:r(t)?[]:[t]},e.exports.repeat=function(t,e){var n,r="";for(n=0;n<e;n+=1)r+=t;return r},e.exports.isNegativeZero=function(t){return 0===t&&Number.NEGATIVE_INFINITY===1/t},e.exports.extend=function(t,e){var n,r,i,o;if(e)for(n=0,r=(o=Object.keys(e)).length;n<r;n+=1)t[i=o[n]]=e[i];return t}},{}],6:[function(t,e,n){"use strict";var r=t("./common"),i=t("./exception"),o=t("./schema/default_full"),s=t("./schema/default_safe"),a=Object.prototype.toString,c=Object.prototype.hasOwnProperty,u=9,l=10,p=32,f=33,h=34,d=35,m=37,g=38,y=39,v=42,w=44,b=45,x=58,A=62,_=63,j=64,L=91,C=93,k=96,O=123,E=124,S=125,M={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},I=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function F(t){var e,n,o;if(e=t.toString(16).toUpperCase(),t<=255)n="x",o=2;else if(t<=65535)n="u",o=4;else{if(!(t<=4294967295))throw new i("code point within a string may not be greater than 0xFFFFFFFF");n="U",o=8}return"\\"+n+r.repeat("0",o-e.length)+e}function T(t){this.schema=t.schema||o,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=r.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=function(t,e){var n,r,i,o,s,a,u;if(null===e)return{};for(n={},i=0,o=(r=Object.keys(e)).length;i<o;i+=1)s=r[i],a=String(e[s]),"!!"===s.slice(0,2)&&(s="tag:yaml.org,2002:"+s.slice(2)),(u=t.compiledTypeMap.fallback[s])&&c.call(u.styleAliases,a)&&(a=u.styleAliases[a]),n[s]=a;return n}(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function N(t,e){for(var n,i=r.repeat(" ",e),o=0,s=-1,a="",c=t.length;o<c;)-1===(s=t.indexOf("\n",o))?(n=t.slice(o),o=c):(n=t.slice(o,s+1),o=s+1),n.length&&"\n"!==n&&(a+=i),a+=n;return a}function D(t,e){return"\n"+r.repeat(" ",t.indent*e)}function $(t){return t===p||t===u}function P(t){return t>=32&&t<=126||t>=161&&t<=55295&&8232!==t&&8233!==t||t>=57344&&t<=65533&&65279!==t||t>=65536&&t<=1114111}function R(t){return P(t)&&65279!==t&&t!==w&&t!==L&&t!==C&&t!==O&&t!==S&&t!==x&&t!==d}function U(t){return/^\n* /.test(t)}var q=1,z=2,H=3,Y=4,B=5;function V(t,e,n,r){t.dump=function(){if(0===e.length)return"''";if(!t.noCompatMode&&-1!==I.indexOf(e))return"'"+e+"'";var o=t.indent*Math.max(1,n),s=-1===t.lineWidth?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-o),a=r||t.flowLevel>-1&&n>=t.flowLevel;switch(function(t,e,n,r,i){var o,s,a,c=!1,u=!1,p=-1!==r,M=-1,I=P(a=t.charCodeAt(0))&&65279!==a&&!$(a)&&a!==b&&a!==_&&a!==x&&a!==w&&a!==L&&a!==C&&a!==O&&a!==S&&a!==d&&a!==g&&a!==v&&a!==f&&a!==E&&a!==A&&a!==y&&a!==h&&a!==m&&a!==j&&a!==k&&!$(t.charCodeAt(t.length-1));if(e)for(o=0;o<t.length;o++){if(!P(s=t.charCodeAt(o)))return B;I=I&&R(s)}else{for(o=0;o<t.length;o++){if((s=t.charCodeAt(o))===l)c=!0,p&&(u=u||o-M-1>r&&" "!==t[M+1],M=o);else if(!P(s))return B;I=I&&R(s)}u=u||p&&o-M-1>r&&" "!==t[M+1]}return c||u?n>9&&U(t)?B:u?Y:H:I&&!i(t)?q:z}(e,a,t.indent,s,(function(e){return function(t,e){var n,r;for(n=0,r=t.implicitTypes.length;n<r;n+=1)if(t.implicitTypes[n].resolve(e))return!0;return!1}(t,e)}))){case q:return e;case z:return"'"+e.replace(/'/g,"''")+"'";case H:return"|"+W(e,t.indent)+K(N(e,o));case Y:return">"+W(e,t.indent)+K(N(function(t,e){for(var n,r,i,o=/(\n+)([^\n]*)/g,s=(i=-1!==(i=t.indexOf("\n"))?i:t.length,o.lastIndex=i,G(t.slice(0,i),e)),a="\n"===t[0]||" "===t[0];r=o.exec(t);){var c=r[1],u=r[2];n=" "===u[0],s+=c+(a||n||""===u?"":"\n")+G(u,e),a=n}return s}(e,s),o));case B:return'"'+function(t){for(var e,n,r,i="",o=0;o<t.length;o++)(e=t.charCodeAt(o))>=55296&&e<=56319&&(n=t.charCodeAt(o+1))>=56320&&n<=57343?(i+=F(1024*(e-55296)+n-56320+65536),o++):i+=!(r=M[e])&&P(e)?t[o]:r||F(e);return i}(e)+'"';default:throw new i("impossible error: invalid scalar style")}}()}function W(t,e){var n=U(t)?String(e):"",r="\n"===t[t.length-1];return n+(!r||"\n"!==t[t.length-2]&&"\n"!==t?r?"":"-":"+")+"\n"}function K(t){return"\n"===t[t.length-1]?t.slice(0,-1):t}function G(t,e){if(""===t||" "===t[0])return t;for(var n,r,i=/ [^ ]/g,o=0,s=0,a=0,c="";n=i.exec(t);)(a=n.index)-o>e&&(r=s>o?s:a,c+="\n"+t.slice(o,r),o=r+1),s=a;return c+="\n",t.length-o>e&&s>o?c+=t.slice(o,s)+"\n"+t.slice(s+1):c+=t.slice(o),c.slice(1)}function Z(t,e,n){var r,o,s,u,l,p;for(s=0,u=(o=n?t.explicitTypes:t.implicitTypes).length;s<u;s+=1)if(((l=o[s]).instanceOf||l.predicate)&&(!l.instanceOf||"object"==typeof e&&e instanceof l.instanceOf)&&(!l.predicate||l.predicate(e))){if(t.tag=n?l.tag:"?",l.represent){if(p=t.styleMap[l.tag]||l.defaultStyle,"[object Function]"===a.call(l.represent))r=l.represent(e,p);else{if(!c.call(l.represent,p))throw new i("!<"+l.tag+'> tag resolver accepts not "'+p+'" style');r=l.represent[p](e,p)}t.dump=r}return!0}return!1}function J(t,e,n,r,o,s){t.tag=null,t.dump=n,Z(t,n,!1)||Z(t,n,!0);var c=a.call(t.dump);r&&(r=t.flowLevel<0||t.flowLevel>e);var u,p,f="[object Object]"===c||"[object Array]"===c;if(f&&(p=-1!==(u=t.duplicates.indexOf(n))),(null!==t.tag&&"?"!==t.tag||p||2!==t.indent&&e>0)&&(o=!1),p&&t.usedDuplicates[u])t.dump="*ref_"+u;else{if(f&&p&&!t.usedDuplicates[u]&&(t.usedDuplicates[u]=!0),"[object Object]"===c)r&&0!==Object.keys(t.dump).length?(function(t,e,n,r){var o,s,a,c,u,p,f="",h=t.tag,d=Object.keys(n);if(!0===t.sortKeys)d.sort();else if("function"==typeof t.sortKeys)d.sort(t.sortKeys);else if(t.sortKeys)throw new i("sortKeys must be a boolean or a function");for(o=0,s=d.length;o<s;o+=1)p="",r&&0===o||(p+=D(t,e)),c=n[a=d[o]],J(t,e+1,a,!0,!0,!0)&&((u=null!==t.tag&&"?"!==t.tag||t.dump&&t.dump.length>1024)&&(t.dump&&l===t.dump.charCodeAt(0)?p+="?":p+="? "),p+=t.dump,u&&(p+=D(t,e)),J(t,e+1,c,!0,u)&&(t.dump&&l===t.dump.charCodeAt(0)?p+=":":p+=": ",f+=p+=t.dump));t.tag=h,t.dump=f||"{}"}(t,e,t.dump,o),p&&(t.dump="&ref_"+u+t.dump)):(function(t,e,n){var r,i,o,s,a,c="",u=t.tag,l=Object.keys(n);for(r=0,i=l.length;r<i;r+=1)a=t.condenseFlow?'"':"",0!==r&&(a+=", "),s=n[o=l[r]],J(t,e,o,!1,!1)&&(t.dump.length>1024&&(a+="? "),a+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),J(t,e,s,!1,!1)&&(c+=a+=t.dump));t.tag=u,t.dump="{"+c+"}"}(t,e,t.dump),p&&(t.dump="&ref_"+u+" "+t.dump));else if("[object Array]"===c){var h=t.noArrayIndent&&e>0?e-1:e;r&&0!==t.dump.length?(function(t,e,n,r){var i,o,s="",a=t.tag;for(i=0,o=n.length;i<o;i+=1)J(t,e+1,n[i],!0,!0)&&(r&&0===i||(s+=D(t,e)),t.dump&&l===t.dump.charCodeAt(0)?s+="-":s+="- ",s+=t.dump);t.tag=a,t.dump=s||"[]"}(t,h,t.dump,o),p&&(t.dump="&ref_"+u+t.dump)):(function(t,e,n){var r,i,o="",s=t.tag;for(r=0,i=n.length;r<i;r+=1)J(t,e,n[r],!1,!1)&&(0!==r&&(o+=","+(t.condenseFlow?"":" ")),o+=t.dump);t.tag=s,t.dump="["+o+"]"}(t,h,t.dump),p&&(t.dump="&ref_"+u+" "+t.dump))}else{if("[object String]"!==c){if(t.skipInvalid)return!1;throw new i("unacceptable kind of an object to dump "+c)}"?"!==t.tag&&V(t,t.dump,e,s)}null!==t.tag&&"?"!==t.tag&&(t.dump="!<"+t.tag+"> "+t.dump)}return!0}function Q(t,e){var n,r,i=[],o=[];for(X(t,i,o),n=0,r=o.length;n<r;n+=1)e.duplicates.push(i[o[n]]);e.usedDuplicates=new Array(r)}function X(t,e,n){var r,i,o;if(null!==t&&"object"==typeof t)if(-1!==(i=e.indexOf(t)))-1===n.indexOf(i)&&n.push(i);else if(e.push(t),Array.isArray(t))for(i=0,o=t.length;i<o;i+=1)X(t[i],e,n);else for(i=0,o=(r=Object.keys(t)).length;i<o;i+=1)X(t[r[i]],e,n)}function tt(t,e){var n=new T(e=e||{});return n.noRefs||Q(t,n),J(n,0,t,!0,!0)?n.dump+"\n":""}e.exports.dump=tt,e.exports.safeDump=function(t,e){return tt(t,r.extend({schema:s},e))}},{"./common":5,"./exception":7,"./schema/default_full":12,"./schema/default_safe":13}],7:[function(t,e,n){"use strict";function r(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r.prototype.toString=function(t){var e=this.name+": ";return e+=this.reason||"(unknown reason)",!t&&this.mark&&(e+=" "+this.mark.toString()),e},e.exports=r},{}],8:[function(t,e,n){"use strict";var r=t("./common"),i=t("./exception"),o=t("./mark"),s=t("./schema/default_safe"),a=t("./schema/default_full"),c=Object.prototype.hasOwnProperty,u=1,l=2,p=3,f=4,h=1,d=2,m=3,g=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,y=/[\x85\u2028\u2029]/,v=/[,\[\]\{\}]/,w=/^(?:!|!!|![a-z\-]+!)$/i,b=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function x(t){return 10===t||13===t}function A(t){return 9===t||32===t}function _(t){return 9===t||32===t||10===t||13===t}function j(t){return 44===t||91===t||93===t||123===t||125===t}function L(t){var e;return t>=48&&t<=57?t-48:(e=32|t)>=97&&e<=102?e-97+10:-1}function C(t){return 48===t?"\0":97===t?"":98===t?"\b":116===t||9===t?"\t":110===t?"\n":118===t?"\v":102===t?"\f":114===t?"\r":101===t?"":32===t?" ":34===t?'"':47===t?"/":92===t?"\\":78===t?"…":95===t?" ":76===t?"\u2028":80===t?"\u2029":""}function k(t){return t<=65535?String.fromCharCode(t):String.fromCharCode(55296+(t-65536>>10),56320+(t-65536&1023))}for(var O=new Array(256),E=new Array(256),S=0;S<256;S++)O[S]=C(S)?1:0,E[S]=C(S);function M(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||a,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function I(t,e){return new i(e,new o(t.filename,t.input,t.position,t.line,t.position-t.lineStart))}function F(t,e){throw I(t,e)}function T(t,e){t.onWarning&&t.onWarning.call(null,I(t,e))}var N={YAML:function(t,e,n){var r,i,o;null!==t.version&&F(t,"duplication of %YAML directive"),1!==n.length&&F(t,"YAML directive accepts exactly one argument"),null===(r=/^([0-9]+)\.([0-9]+)$/.exec(n[0]))&&F(t,"ill-formed argument of the YAML directive"),i=parseInt(r[1],10),o=parseInt(r[2],10),1!==i&&F(t,"unacceptable YAML version of the document"),t.version=n[0],t.checkLineBreaks=o<2,1!==o&&2!==o&&T(t,"unsupported YAML version of the document")},TAG:function(t,e,n){var r,i;2!==n.length&&F(t,"TAG directive accepts exactly two arguments"),r=n[0],i=n[1],w.test(r)||F(t,"ill-formed tag handle (first argument) of the TAG directive"),c.call(t.tagMap,r)&&F(t,'there is a previously declared suffix for "'+r+'" tag handle'),b.test(i)||F(t,"ill-formed tag prefix (second argument) of the TAG directive"),t.tagMap[r]=i}};function D(t,e,n,r){var i,o,s,a;if(e<n){if(a=t.input.slice(e,n),r)for(i=0,o=a.length;i<o;i+=1)9===(s=a.charCodeAt(i))||s>=32&&s<=1114111||F(t,"expected valid JSON character");else g.test(a)&&F(t,"the stream contains non-printable characters");t.result+=a}}function $(t,e,n,i){var o,s,a,u;for(r.isObject(n)||F(t,"cannot merge mappings; the provided source object is unacceptable"),a=0,u=(o=Object.keys(n)).length;a<u;a+=1)s=o[a],c.call(e,s)||(e[s]=n[s],i[s]=!0)}function P(t,e,n,r,i,o,s,a){var u,l;if(i=String(i),null===e&&(e={}),"tag:yaml.org,2002:merge"===r)if(Array.isArray(o))for(u=0,l=o.length;u<l;u+=1)$(t,e,o[u],n);else $(t,e,o,n);else t.json||c.call(n,i)||!c.call(e,i)||(t.line=s||t.line,t.position=a||t.position,F(t,"duplicated mapping key")),e[i]=o,delete n[i];return e}function R(t){var e;10===(e=t.input.charCodeAt(t.position))?t.position++:13===e?(t.position++,10===t.input.charCodeAt(t.position)&&t.position++):F(t,"a line break is expected"),t.line+=1,t.lineStart=t.position}function U(t,e,n){for(var r=0,i=t.input.charCodeAt(t.position);0!==i;){for(;A(i);)i=t.input.charCodeAt(++t.position);if(e&&35===i)do{i=t.input.charCodeAt(++t.position)}while(10!==i&&13!==i&&0!==i);if(!x(i))break;for(R(t),i=t.input.charCodeAt(t.position),r++,t.lineIndent=0;32===i;)t.lineIndent++,i=t.input.charCodeAt(++t.position)}return-1!==n&&0!==r&&t.lineIndent<n&&T(t,"deficient indentation"),r}function q(t){var e,n=t.position;return!(45!==(e=t.input.charCodeAt(n))&&46!==e||e!==t.input.charCodeAt(n+1)||e!==t.input.charCodeAt(n+2)||(n+=3,0!==(e=t.input.charCodeAt(n))&&!_(e)))}function z(t,e){1===e?t.result+=" ":e>1&&(t.result+=r.repeat("\n",e-1))}function H(t,e){var n,r,i=t.tag,o=t.anchor,s=[],a=!1;for(null!==t.anchor&&(t.anchorMap[t.anchor]=s),r=t.input.charCodeAt(t.position);0!==r&&45===r&&_(t.input.charCodeAt(t.position+1));)if(a=!0,t.position++,U(t,!0,-1)&&t.lineIndent<=e)s.push(null),r=t.input.charCodeAt(t.position);else if(n=t.line,V(t,e,p,!1,!0),s.push(t.result),U(t,!0,-1),r=t.input.charCodeAt(t.position),(t.line===n||t.lineIndent>e)&&0!==r)F(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break;return!!a&&(t.tag=i,t.anchor=o,t.kind="sequence",t.result=s,!0)}function Y(t){var e,n,r,i,o=!1,s=!1;if(33!==(i=t.input.charCodeAt(t.position)))return!1;if(null!==t.tag&&F(t,"duplication of a tag property"),60===(i=t.input.charCodeAt(++t.position))?(o=!0,i=t.input.charCodeAt(++t.position)):33===i?(s=!0,n="!!",i=t.input.charCodeAt(++t.position)):n="!",e=t.position,o){do{i=t.input.charCodeAt(++t.position)}while(0!==i&&62!==i);t.position<t.length?(r=t.input.slice(e,t.position),i=t.input.charCodeAt(++t.position)):F(t,"unexpected end of the stream within a verbatim tag")}else{for(;0!==i&&!_(i);)33===i&&(s?F(t,"tag suffix cannot contain exclamation marks"):(n=t.input.slice(e-1,t.position+1),w.test(n)||F(t,"named tag handle cannot contain such characters"),s=!0,e=t.position+1)),i=t.input.charCodeAt(++t.position);r=t.input.slice(e,t.position),v.test(r)&&F(t,"tag suffix cannot contain flow indicator characters")}return r&&!b.test(r)&&F(t,"tag name cannot contain such characters: "+r),o?t.tag=r:c.call(t.tagMap,n)?t.tag=t.tagMap[n]+r:"!"===n?t.tag="!"+r:"!!"===n?t.tag="tag:yaml.org,2002:"+r:F(t,'undeclared tag handle "'+n+'"'),!0}function B(t){var e,n;if(38!==(n=t.input.charCodeAt(t.position)))return!1;for(null!==t.anchor&&F(t,"duplication of an anchor property"),n=t.input.charCodeAt(++t.position),e=t.position;0!==n&&!_(n)&&!j(n);)n=t.input.charCodeAt(++t.position);return t.position===e&&F(t,"name of an anchor node must contain at least one character"),t.anchor=t.input.slice(e,t.position),!0}function V(t,e,n,i,o){var s,a,g,y,v,w,b,C,S=1,M=!1,I=!1;if(null!==t.listener&&t.listener("open",t),t.tag=null,t.anchor=null,t.kind=null,t.result=null,s=a=g=f===n||p===n,i&&U(t,!0,-1)&&(M=!0,t.lineIndent>e?S=1:t.lineIndent===e?S=0:t.lineIndent<e&&(S=-1)),1===S)for(;Y(t)||B(t);)U(t,!0,-1)?(M=!0,g=s,t.lineIndent>e?S=1:t.lineIndent===e?S=0:t.lineIndent<e&&(S=-1)):g=!1;if(g&&(g=M||o),1!==S&&f!==n||(b=u===n||l===n?e:e+1,C=t.position-t.lineStart,1===S?g&&(H(t,C)||function(t,e,n){var r,i,o,s,a,c=t.tag,u=t.anchor,p={},h={},d=null,m=null,g=null,y=!1,v=!1;for(null!==t.anchor&&(t.anchorMap[t.anchor]=p),a=t.input.charCodeAt(t.position);0!==a;){if(r=t.input.charCodeAt(t.position+1),o=t.line,s=t.position,63!==a&&58!==a||!_(r)){if(!V(t,n,l,!1,!0))break;if(t.line===o){for(a=t.input.charCodeAt(t.position);A(a);)a=t.input.charCodeAt(++t.position);if(58===a)_(a=t.input.charCodeAt(++t.position))||F(t,"a whitespace character is expected after the key-value separator within a block mapping"),y&&(P(t,p,h,d,m,null),d=m=g=null),v=!0,y=!1,i=!1,d=t.tag,m=t.result;else{if(!v)return t.tag=c,t.anchor=u,!0;F(t,"can not read an implicit mapping pair; a colon is missed")}}else{if(!v)return t.tag=c,t.anchor=u,!0;F(t,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===a?(y&&(P(t,p,h,d,m,null),d=m=g=null),v=!0,y=!0,i=!0):y?(y=!1,i=!0):F(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,a=r;if((t.line===o||t.lineIndent>e)&&(V(t,e,f,!0,i)&&(y?m=t.result:g=t.result),y||(P(t,p,h,d,m,g,o,s),d=m=g=null),U(t,!0,-1),a=t.input.charCodeAt(t.position)),t.lineIndent>e&&0!==a)F(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return y&&P(t,p,h,d,m,null),v&&(t.tag=c,t.anchor=u,t.kind="mapping",t.result=p),v}(t,C,b))||function(t,e){var n,r,i,o,s,a,c,l,p,f,h=!0,d=t.tag,m=t.anchor,g={};if(91===(f=t.input.charCodeAt(t.position)))i=93,a=!1,r=[];else{if(123!==f)return!1;i=125,a=!0,r={}}for(null!==t.anchor&&(t.anchorMap[t.anchor]=r),f=t.input.charCodeAt(++t.position);0!==f;){if(U(t,!0,e),(f=t.input.charCodeAt(t.position))===i)return t.position++,t.tag=d,t.anchor=m,t.kind=a?"mapping":"sequence",t.result=r,!0;h||F(t,"missed comma between flow collection entries"),p=null,o=s=!1,63===f&&_(t.input.charCodeAt(t.position+1))&&(o=s=!0,t.position++,U(t,!0,e)),n=t.line,V(t,e,u,!1,!0),l=t.tag,c=t.result,U(t,!0,e),f=t.input.charCodeAt(t.position),!s&&t.line!==n||58!==f||(o=!0,f=t.input.charCodeAt(++t.position),U(t,!0,e),V(t,e,u,!1,!0),p=t.result),a?P(t,r,g,l,c,p):o?r.push(P(t,null,g,l,c,p)):r.push(c),U(t,!0,e),44===(f=t.input.charCodeAt(t.position))?(h=!0,f=t.input.charCodeAt(++t.position)):h=!1}F(t,"unexpected end of the stream within a flow collection")}(t,b)?I=!0:(a&&function(t,e){var n,i,o,s,a,c=h,u=!1,l=!1,p=e,f=0,g=!1;if(124===(s=t.input.charCodeAt(t.position)))i=!1;else{if(62!==s)return!1;i=!0}for(t.kind="scalar",t.result="";0!==s;)if(43===(s=t.input.charCodeAt(++t.position))||45===s)h===c?c=43===s?m:d:F(t,"repeat of a chomping mode identifier");else{if(!((o=(a=s)>=48&&a<=57?a-48:-1)>=0))break;0===o?F(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):l?F(t,"repeat of an indentation width identifier"):(p=e+o-1,l=!0)}if(A(s)){do{s=t.input.charCodeAt(++t.position)}while(A(s));if(35===s)do{s=t.input.charCodeAt(++t.position)}while(!x(s)&&0!==s)}for(;0!==s;){for(R(t),t.lineIndent=0,s=t.input.charCodeAt(t.position);(!l||t.lineIndent<p)&&32===s;)t.lineIndent++,s=t.input.charCodeAt(++t.position);if(!l&&t.lineIndent>p&&(p=t.lineIndent),x(s))f++;else{if(t.lineIndent<p){c===m?t.result+=r.repeat("\n",u?1+f:f):c===h&&u&&(t.result+="\n");break}for(i?A(s)?(g=!0,t.result+=r.repeat("\n",u?1+f:f)):g?(g=!1,t.result+=r.repeat("\n",f+1)):0===f?u&&(t.result+=" "):t.result+=r.repeat("\n",f):t.result+=r.repeat("\n",u?1+f:f),u=!0,l=!0,f=0,n=t.position;!x(s)&&0!==s;)s=t.input.charCodeAt(++t.position);D(t,n,t.position,!1)}}return!0}(t,b)||function(t,e){var n,r,i;if(39!==(n=t.input.charCodeAt(t.position)))return!1;for(t.kind="scalar",t.result="",t.position++,r=i=t.position;0!==(n=t.input.charCodeAt(t.position));)if(39===n){if(D(t,r,t.position,!0),39!==(n=t.input.charCodeAt(++t.position)))return!0;r=t.position,t.position++,i=t.position}else x(n)?(D(t,r,i,!0),z(t,U(t,!1,e)),r=i=t.position):t.position===t.lineStart&&q(t)?F(t,"unexpected end of the document within a single quoted scalar"):(t.position++,i=t.position);F(t,"unexpected end of the stream within a single quoted scalar")}(t,b)||function(t,e){var n,r,i,o,s,a,c;if(34!==(a=t.input.charCodeAt(t.position)))return!1;for(t.kind="scalar",t.result="",t.position++,n=r=t.position;0!==(a=t.input.charCodeAt(t.position));){if(34===a)return D(t,n,t.position,!0),t.position++,!0;if(92===a){if(D(t,n,t.position,!0),x(a=t.input.charCodeAt(++t.position)))U(t,!1,e);else if(a<256&&O[a])t.result+=E[a],t.position++;else if((s=120===(c=a)?2:117===c?4:85===c?8:0)>0){for(i=s,o=0;i>0;i--)(s=L(a=t.input.charCodeAt(++t.position)))>=0?o=(o<<4)+s:F(t,"expected hexadecimal character");t.result+=k(o),t.position++}else F(t,"unknown escape sequence");n=r=t.position}else x(a)?(D(t,n,r,!0),z(t,U(t,!1,e)),n=r=t.position):t.position===t.lineStart&&q(t)?F(t,"unexpected end of the document within a double quoted scalar"):(t.position++,r=t.position)}F(t,"unexpected end of the stream within a double quoted scalar")}(t,b)?I=!0:function(t){var e,n,r;if(42!==(r=t.input.charCodeAt(t.position)))return!1;for(r=t.input.charCodeAt(++t.position),e=t.position;0!==r&&!_(r)&&!j(r);)r=t.input.charCodeAt(++t.position);return t.position===e&&F(t,"name of an alias node must contain at least one character"),n=t.input.slice(e,t.position),t.anchorMap.hasOwnProperty(n)||F(t,'unidentified alias "'+n+'"'),t.result=t.anchorMap[n],U(t,!0,-1),!0}(t)?(I=!0,null===t.tag&&null===t.anchor||F(t,"alias node should not have any properties")):function(t,e,n){var r,i,o,s,a,c,u,l,p=t.kind,f=t.result;if(_(l=t.input.charCodeAt(t.position))||j(l)||35===l||38===l||42===l||33===l||124===l||62===l||39===l||34===l||37===l||64===l||96===l)return!1;if((63===l||45===l)&&(_(r=t.input.charCodeAt(t.position+1))||n&&j(r)))return!1;for(t.kind="scalar",t.result="",i=o=t.position,s=!1;0!==l;){if(58===l){if(_(r=t.input.charCodeAt(t.position+1))||n&&j(r))break}else if(35===l){if(_(t.input.charCodeAt(t.position-1)))break}else{if(t.position===t.lineStart&&q(t)||n&&j(l))break;if(x(l)){if(a=t.line,c=t.lineStart,u=t.lineIndent,U(t,!1,-1),t.lineIndent>=e){s=!0,l=t.input.charCodeAt(t.position);continue}t.position=o,t.line=a,t.lineStart=c,t.lineIndent=u;break}}s&&(D(t,i,o,!1),z(t,t.line-a),i=o=t.position,s=!1),A(l)||(o=t.position+1),l=t.input.charCodeAt(++t.position)}return D(t,i,o,!1),!!t.result||(t.kind=p,t.result=f,!1)}(t,b,u===n)&&(I=!0,null===t.tag&&(t.tag="?")),null!==t.anchor&&(t.anchorMap[t.anchor]=t.result)):0===S&&(I=g&&H(t,C))),null!==t.tag&&"!"!==t.tag)if("?"===t.tag){for(y=0,v=t.implicitTypes.length;y<v;y+=1)if((w=t.implicitTypes[y]).resolve(t.result)){t.result=w.construct(t.result),t.tag=w.tag,null!==t.anchor&&(t.anchorMap[t.anchor]=t.result);break}}else c.call(t.typeMap[t.kind||"fallback"],t.tag)?(w=t.typeMap[t.kind||"fallback"][t.tag],null!==t.result&&w.kind!==t.kind&&F(t,"unacceptable node kind for !<"+t.tag+'> tag; it should be "'+w.kind+'", not "'+t.kind+'"'),w.resolve(t.result)?(t.result=w.construct(t.result),null!==t.anchor&&(t.anchorMap[t.anchor]=t.result)):F(t,"cannot resolve a node with !<"+t.tag+"> explicit tag")):F(t,"unknown tag !<"+t.tag+">");return null!==t.listener&&t.listener("close",t),null!==t.tag||null!==t.anchor||I}function W(t){var e,n,r,i,o=t.position,s=!1;for(t.version=null,t.checkLineBreaks=t.legacy,t.tagMap={},t.anchorMap={};0!==(i=t.input.charCodeAt(t.position))&&(U(t,!0,-1),i=t.input.charCodeAt(t.position),!(t.lineIndent>0||37!==i));){for(s=!0,i=t.input.charCodeAt(++t.position),e=t.position;0!==i&&!_(i);)i=t.input.charCodeAt(++t.position);for(r=[],(n=t.input.slice(e,t.position)).length<1&&F(t,"directive name must not be less than one character in length");0!==i;){for(;A(i);)i=t.input.charCodeAt(++t.position);if(35===i){do{i=t.input.charCodeAt(++t.position)}while(0!==i&&!x(i));break}if(x(i))break;for(e=t.position;0!==i&&!_(i);)i=t.input.charCodeAt(++t.position);r.push(t.input.slice(e,t.position))}0!==i&&R(t),c.call(N,n)?N[n](t,n,r):T(t,'unknown document directive "'+n+'"')}U(t,!0,-1),0===t.lineIndent&&45===t.input.charCodeAt(t.position)&&45===t.input.charCodeAt(t.position+1)&&45===t.input.charCodeAt(t.position+2)?(t.position+=3,U(t,!0,-1)):s&&F(t,"directives end mark is expected"),V(t,t.lineIndent-1,f,!1,!0),U(t,!0,-1),t.checkLineBreaks&&y.test(t.input.slice(o,t.position))&&T(t,"non-ASCII line breaks are interpreted as content"),t.documents.push(t.result),t.position===t.lineStart&&q(t)?46===t.input.charCodeAt(t.position)&&(t.position+=3,U(t,!0,-1)):t.position<t.length-1&&F(t,"end of the stream or a document separator is expected")}function K(t,e){e=e||{},0!==(t=String(t)).length&&(10!==t.charCodeAt(t.length-1)&&13!==t.charCodeAt(t.length-1)&&(t+="\n"),65279===t.charCodeAt(0)&&(t=t.slice(1)));var n=new M(t,e);for(n.input+="\0";32===n.input.charCodeAt(n.position);)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)W(n);return n.documents}function G(t,e,n){var r,i,o=K(t,n);if("function"!=typeof e)return o;for(r=0,i=o.length;r<i;r+=1)e(o[r])}function Z(t,e){var n=K(t,e);if(0!==n.length){if(1===n.length)return n[0];throw new i("expected a single document in the stream, but found more")}}e.exports.loadAll=G,e.exports.load=Z,e.exports.safeLoadAll=function(t,e,n){if("function"!=typeof e)return G(t,r.extend({schema:s},n));G(t,e,r.extend({schema:s},n))},e.exports.safeLoad=function(t,e){return Z(t,r.extend({schema:s},e))}},{"./common":5,"./exception":7,"./mark":9,"./schema/default_full":12,"./schema/default_safe":13}],9:[function(t,e,n){"use strict";var r=t("./common");function i(t,e,n,r,i){this.name=t,this.buffer=e,this.position=n,this.line=r,this.column=i}i.prototype.getSnippet=function(t,e){var n,i,o,s,a;if(!this.buffer)return null;for(t=t||4,e=e||75,n="",i=this.position;i>0&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(i-1));)if(i-=1,this.position-i>e/2-1){n=" ... ",i+=5;break}for(o="",s=this.position;s<this.buffer.length&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(s));)if((s+=1)-this.position>e/2-1){o=" ... ",s-=5;break}return a=this.buffer.slice(i,s),r.repeat(" ",t)+n+a+o+"\n"+r.repeat(" ",t+this.position-i+n.length)+"^"},i.prototype.toString=function(t){var e,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),t||(e=this.getSnippet())&&(n+=":\n"+e),n},e.exports=i},{"./common":5}],10:[function(t,e,n){"use strict";var r=t("./common"),i=t("./exception"),o=t("./type");function s(t,e,n){var r=[];return t.include.forEach((function(t){n=s(t,e,n)})),t[e].forEach((function(t){n.forEach((function(e,n){e.tag===t.tag&&e.kind===t.kind&&r.push(n)})),n.push(t)})),n.filter((function(t,e){return-1===r.indexOf(e)}))}function a(t){this.include=t.include||[],this.implicit=t.implicit||[],this.explicit=t.explicit||[],this.implicit.forEach((function(t){if(t.loadKind&&"scalar"!==t.loadKind)throw new i("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")})),this.compiledImplicit=s(this,"implicit",[]),this.compiledExplicit=s(this,"explicit",[]),this.compiledTypeMap=function(){var t,e,n={scalar:{},sequence:{},mapping:{},fallback:{}};function r(t){n[t.kind][t.tag]=n.fallback[t.tag]=t}for(t=0,e=arguments.length;t<e;t+=1)arguments[t].forEach(r);return n}(this.compiledImplicit,this.compiledExplicit)}a.DEFAULT=null,a.create=function(){var t,e;switch(arguments.length){case 1:t=a.DEFAULT,e=arguments[0];break;case 2:t=arguments[0],e=arguments[1];break;default:throw new i("Wrong number of arguments for Schema.create function")}if(t=r.toArray(t),e=r.toArray(e),!t.every((function(t){return t instanceof a})))throw new i("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!e.every((function(t){return t instanceof o})))throw new i("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new a({include:t,explicit:e})},e.exports=a},{"./common":5,"./exception":7,"./type":16}],11:[function(t,e,n){"use strict";var r=t("../schema");e.exports=new r({include:[t("./json")]})},{"../schema":10,"./json":15}],12:[function(t,e,n){"use strict";var r=t("../schema");e.exports=r.DEFAULT=new r({include:[t("./default_safe")],explicit:[t("../type/js/undefined"),t("../type/js/regexp"),t("../type/js/function")]})},{"../schema":10,"../type/js/function":21,"../type/js/regexp":22,"../type/js/undefined":23,"./default_safe":13}],13:[function(t,e,n){"use strict";var r=t("../schema");e.exports=new r({include:[t("./core")],implicit:[t("../type/timestamp"),t("../type/merge")],explicit:[t("../type/binary"),t("../type/omap"),t("../type/pairs"),t("../type/set")]})},{"../schema":10,"../type/binary":17,"../type/merge":25,"../type/omap":27,"../type/pairs":28,"../type/set":30,"../type/timestamp":32,"./core":11}],14:[function(t,e,n){"use strict";var r=t("../schema");e.exports=new r({explicit:[t("../type/str"),t("../type/seq"),t("../type/map")]})},{"../schema":10,"../type/map":24,"../type/seq":29,"../type/str":31}],15:[function(t,e,n){"use strict";var r=t("../schema");e.exports=new r({include:[t("./failsafe")],implicit:[t("../type/null"),t("../type/bool"),t("../type/int"),t("../type/float")]})},{"../schema":10,"../type/bool":18,"../type/float":19,"../type/int":20,"../type/null":26,"./failsafe":14}],16:[function(t,e,n){"use strict";var r=t("./exception"),i=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],o=["scalar","sequence","mapping"];e.exports=function(t,e){var n,s;if(e=e||{},Object.keys(e).forEach((function(e){if(-1===i.indexOf(e))throw new r('Unknown option "'+e+'" is met in definition of "'+t+'" YAML type.')})),this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(t){return t},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.defaultStyle=e.defaultStyle||null,this.styleAliases=(n=e.styleAliases||null,s={},null!==n&&Object.keys(n).forEach((function(t){n[t].forEach((function(e){s[String(e)]=t}))})),s),-1===o.indexOf(this.kind))throw new r('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}},{"./exception":7}],17:[function(t,e,n){"use strict";var r;try{r=t("buffer").Buffer}catch(t){}var i=t("../type"),o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";e.exports=new i("tag:yaml.org,2002:binary",{kind:"scalar",resolve:function(t){if(null===t)return!1;var e,n,r=0,i=t.length,s=o;for(n=0;n<i;n++)if(!((e=s.indexOf(t.charAt(n)))>64)){if(e<0)return!1;r+=6}return r%8==0},construct:function(t){var e,n,i=t.replace(/[\r\n=]/g,""),s=i.length,a=o,c=0,u=[];for(e=0;e<s;e++)e%4==0&&e&&(u.push(c>>16&255),u.push(c>>8&255),u.push(255&c)),c=c<<6|a.indexOf(i.charAt(e));return 0==(n=s%4*6)?(u.push(c>>16&255),u.push(c>>8&255),u.push(255&c)):18===n?(u.push(c>>10&255),u.push(c>>2&255)):12===n&&u.push(c>>4&255),r?r.from?r.from(u):new r(u):u},predicate:function(t){return r&&r.isBuffer(t)},represent:function(t){var e,n,r="",i=0,s=t.length,a=o;for(e=0;e<s;e++)e%3==0&&e&&(r+=a[i>>18&63],r+=a[i>>12&63],r+=a[i>>6&63],r+=a[63&i]),i=(i<<8)+t[e];return 0==(n=s%3)?(r+=a[i>>18&63],r+=a[i>>12&63],r+=a[i>>6&63],r+=a[63&i]):2===n?(r+=a[i>>10&63],r+=a[i>>4&63],r+=a[i<<2&63],r+=a[64]):1===n&&(r+=a[i>>2&63],r+=a[i<<4&63],r+=a[64],r+=a[64]),r}})},{"../type":16}],18:[function(t,e,n){"use strict";var r=t("../type");e.exports=new r("tag:yaml.org,2002:bool",{kind:"scalar",resolve:function(t){if(null===t)return!1;var e=t.length;return 4===e&&("true"===t||"True"===t||"TRUE"===t)||5===e&&("false"===t||"False"===t||"FALSE"===t)},construct:function(t){return"true"===t||"True"===t||"TRUE"===t},predicate:function(t){return"[object Boolean]"===Object.prototype.toString.call(t)},represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"False"}},defaultStyle:"lowercase"})},{"../type":16}],19:[function(t,e,n){"use strict";var r=t("../common"),i=t("../type"),o=new RegExp("^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"),s=/^[-+]?[0-9]+e/;e.exports=new i("tag:yaml.org,2002:float",{kind:"scalar",resolve:function(t){return null!==t&&!(!o.test(t)||"_"===t[t.length-1])},construct:function(t){var e,n,r,i;return n="-"===(e=t.replace(/_/g,"").toLowerCase())[0]?-1:1,i=[],"+-".indexOf(e[0])>=0&&(e=e.slice(1)),".inf"===e?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===e?NaN:e.indexOf(":")>=0?(e.split(":").forEach((function(t){i.unshift(parseFloat(t,10))})),e=0,r=1,i.forEach((function(t){e+=t*r,r*=60})),n*e):n*parseFloat(e,10)},predicate:function(t){return"[object Number]"===Object.prototype.toString.call(t)&&(t%1!=0||r.isNegativeZero(t))},represent:function(t,e){var n;if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(r.isNegativeZero(t))return"-0.0";return n=t.toString(10),s.test(n)?n.replace("e",".e"):n},defaultStyle:"lowercase"})},{"../common":5,"../type":16}],20:[function(t,e,n){"use strict";var r=t("../common"),i=t("../type");function o(t){return t>=48&&t<=55}function s(t){return t>=48&&t<=57}e.exports=new i("tag:yaml.org,2002:int",{kind:"scalar",resolve:function(t){if(null===t)return!1;var e,n,r=t.length,i=0,a=!1;if(!r)return!1;if("-"!==(e=t[i])&&"+"!==e||(e=t[++i]),"0"===e){if(i+1===r)return!0;if("b"===(e=t[++i])){for(i++;i<r;i++)if("_"!==(e=t[i])){if("0"!==e&&"1"!==e)return!1;a=!0}return a&&"_"!==e}if("x"===e){for(i++;i<r;i++)if("_"!==(e=t[i])){if(!((n=t.charCodeAt(i))>=48&&n<=57||n>=65&&n<=70||n>=97&&n<=102))return!1;a=!0}return a&&"_"!==e}for(;i<r;i++)if("_"!==(e=t[i])){if(!o(t.charCodeAt(i)))return!1;a=!0}return a&&"_"!==e}if("_"===e)return!1;for(;i<r;i++)if("_"!==(e=t[i])){if(":"===e)break;if(!s(t.charCodeAt(i)))return!1;a=!0}return!(!a||"_"===e)&&(":"!==e||/^(:[0-5]?[0-9])+$/.test(t.slice(i)))},construct:function(t){var e,n,r=t,i=1,o=[];return-1!==r.indexOf("_")&&(r=r.replace(/_/g,"")),"-"!==(e=r[0])&&"+"!==e||("-"===e&&(i=-1),e=(r=r.slice(1))[0]),"0"===r?0:"0"===e?"b"===r[1]?i*parseInt(r.slice(2),2):"x"===r[1]?i*parseInt(r,16):i*parseInt(r,8):-1!==r.indexOf(":")?(r.split(":").forEach((function(t){o.unshift(parseInt(t,10))})),r=0,n=1,o.forEach((function(t){r+=t*n,n*=60})),i*r):i*parseInt(r,10)},predicate:function(t){return"[object Number]"===Object.prototype.toString.call(t)&&t%1==0&&!r.isNegativeZero(t)},represent:{binary:function(t){return t>=0?"0b"+t.toString(2):"-0b"+t.toString(2).slice(1)},octal:function(t){return t>=0?"0"+t.toString(8):"-0"+t.toString(8).slice(1)},decimal:function(t){return t.toString(10)},hexadecimal:function(t){return t>=0?"0x"+t.toString(16).toUpperCase():"-0x"+t.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})},{"../common":5,"../type":16}],21:[function(t,e,n){"use strict";var r;try{r=t("esprima")}catch(t){"undefined"!=typeof window&&(r=window.esprima)}var i=t("../../type");e.exports=new i("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:function(t){if(null===t)return!1;try{var e="("+t+")",n=r.parse(e,{range:!0});return"Program"===n.type&&1===n.body.length&&"ExpressionStatement"===n.body[0].type&&("ArrowFunctionExpression"===n.body[0].expression.type||"FunctionExpression"===n.body[0].expression.type)}catch(t){return!1}},construct:function(t){var e,n="("+t+")",i=r.parse(n,{range:!0}),o=[];if("Program"!==i.type||1!==i.body.length||"ExpressionStatement"!==i.body[0].type||"ArrowFunctionExpression"!==i.body[0].expression.type&&"FunctionExpression"!==i.body[0].expression.type)throw new Error("Failed to resolve function");return i.body[0].expression.params.forEach((function(t){o.push(t.name)})),e=i.body[0].expression.body.range,"BlockStatement"===i.body[0].expression.body.type?new Function(o,n.slice(e[0]+1,e[1]-1)):new Function(o,"return "+n.slice(e[0],e[1]))},predicate:function(t){return"[object Function]"===Object.prototype.toString.call(t)},represent:function(t){return t.toString()}})},{"../../type":16}],22:[function(t,e,n){"use strict";var r=t("../../type");e.exports=new r("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:function(t){if(null===t)return!1;if(0===t.length)return!1;var e=t,n=/\/([gim]*)$/.exec(t),r="";if("/"===e[0]){if(n&&(r=n[1]),r.length>3)return!1;if("/"!==e[e.length-r.length-1])return!1}return!0},construct:function(t){var e=t,n=/\/([gim]*)$/.exec(t),r="";return"/"===e[0]&&(n&&(r=n[1]),e=e.slice(1,e.length-r.length-1)),new RegExp(e,r)},predicate:function(t){return"[object RegExp]"===Object.prototype.toString.call(t)},represent:function(t){var e="/"+t.source+"/";return t.global&&(e+="g"),t.multiline&&(e+="m"),t.ignoreCase&&(e+="i"),e}})},{"../../type":16}],23:[function(t,e,n){"use strict";var r=t("../../type");e.exports=new r("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:function(){return!0},construct:function(){},predicate:function(t){return void 0===t},represent:function(){return""}})},{"../../type":16}],24:[function(t,e,n){"use strict";var r=t("../type");e.exports=new r("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return null!==t?t:{}}})},{"../type":16}],25:[function(t,e,n){"use strict";var r=t("../type");e.exports=new r("tag:yaml.org,2002:merge",{kind:"scalar",resolve:function(t){return"<<"===t||null===t}})},{"../type":16}],26:[function(t,e,n){"use strict";var r=t("../type");e.exports=new r("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(t){if(null===t)return!0;var e=t.length;return 1===e&&"~"===t||4===e&&("null"===t||"Null"===t||"NULL"===t)},construct:function(){return null},predicate:function(t){return null===t},represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})},{"../type":16}],27:[function(t,e,n){"use strict";var r=t("../type"),i=Object.prototype.hasOwnProperty,o=Object.prototype.toString;e.exports=new r("tag:yaml.org,2002:omap",{kind:"sequence",resolve:function(t){if(null===t)return!0;var e,n,r,s,a,c=[],u=t;for(e=0,n=u.length;e<n;e+=1){if(r=u[e],a=!1,"[object Object]"!==o.call(r))return!1;for(s in r)if(i.call(r,s)){if(a)return!1;a=!0}if(!a)return!1;if(-1!==c.indexOf(s))return!1;c.push(s)}return!0},construct:function(t){return null!==t?t:[]}})},{"../type":16}],28:[function(t,e,n){"use strict";var r=t("../type"),i=Object.prototype.toString;e.exports=new r("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:function(t){if(null===t)return!0;var e,n,r,o,s,a=t;for(s=new Array(a.length),e=0,n=a.length;e<n;e+=1){if(r=a[e],"[object Object]"!==i.call(r))return!1;if(1!==(o=Object.keys(r)).length)return!1;s[e]=[o[0],r[o[0]]]}return!0},construct:function(t){if(null===t)return[];var e,n,r,i,o,s=t;for(o=new Array(s.length),e=0,n=s.length;e<n;e+=1)r=s[e],i=Object.keys(r),o[e]=[i[0],r[i[0]]];return o}})},{"../type":16}],29:[function(t,e,n){"use strict";var r=t("../type");e.exports=new r("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(t){return null!==t?t:[]}})},{"../type":16}],30:[function(t,e,n){"use strict";var r=t("../type"),i=Object.prototype.hasOwnProperty;e.exports=new r("tag:yaml.org,2002:set",{kind:"mapping",resolve:function(t){if(null===t)return!0;var e,n=t;for(e in n)if(i.call(n,e)&&null!==n[e])return!1;return!0},construct:function(t){return null!==t?t:{}}})},{"../type":16}],31:[function(t,e,n){"use strict";var r=t("../type");e.exports=new r("tag:yaml.org,2002:str",{kind:"scalar",construct:function(t){return null!==t?t:""}})},{"../type":16}],32:[function(t,e,n){"use strict";var r=t("../type"),i=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),o=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");e.exports=new r("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:function(t){return null!==t&&(null!==i.exec(t)||null!==o.exec(t))},construct:function(t){var e,n,r,s,a,c,u,l,p=0,f=null;if(null===(e=i.exec(t))&&(e=o.exec(t)),null===e)throw new Error("Date resolve error");if(n=+e[1],r=+e[2]-1,s=+e[3],!e[4])return new Date(Date.UTC(n,r,s));if(a=+e[4],c=+e[5],u=+e[6],e[7]){for(p=e[7].slice(0,3);p.length<3;)p+="0";p=+p}return e[9]&&(f=6e4*(60*+e[10]+ +(e[11]||0)),"-"===e[9]&&(f=-f)),l=new Date(Date.UTC(n,r,s,a,c,u,p)),f&&l.setTime(l.getTime()-f),l},instanceOf:Date,represent:function(t){return t.toISOString()}})},{"../type":16}],33:[function(t,e,n){(function(t){var r="__lodash_hash_undefined__",i=9007199254740991,o="[object Arguments]",s="[object AsyncFunction]",a="[object Function]",c="[object GeneratorFunction]",u="[object Null]",l="[object Object]",p="[object Proxy]",f="[object Undefined]",h=/^\[object .+?Constructor\]$/,d=/^(?:0|[1-9]\d*)$/,m={};m["[object Float32Array]"]=m["[object Float64Array]"]=m["[object Int8Array]"]=m["[object Int16Array]"]=m["[object Int32Array]"]=m["[object Uint8Array]"]=m["[object Uint8ClampedArray]"]=m["[object Uint16Array]"]=m["[object Uint32Array]"]=!0,m[o]=m["[object Array]"]=m["[object ArrayBuffer]"]=m["[object Boolean]"]=m["[object DataView]"]=m["[object Date]"]=m["[object Error]"]=m[a]=m["[object Map]"]=m["[object Number]"]=m[l]=m["[object RegExp]"]=m["[object Set]"]=m["[object String]"]=m["[object WeakMap]"]=!1;var g="object"==typeof t&&t&&t.Object===Object&&t,y="object"==typeof self&&self&&self.Object===Object&&self,v=g||y||Function("return this")(),w="object"==typeof n&&n&&!n.nodeType&&n,b=w&&"object"==typeof e&&e&&!e.nodeType&&e,x=b&&b.exports===w,A=x&&g.process,_=function(){try{return A&&A.binding&&A.binding("util")}catch(t){}}(),j=_&&_.isTypedArray;function L(t,e){return"__proto__"==e?void 0:t[e]}var C,k,O,E=Array.prototype,S=Function.prototype,M=Object.prototype,I=v["__core-js_shared__"],F=S.toString,T=M.hasOwnProperty,N=(C=/[^.]+$/.exec(I&&I.keys&&I.keys.IE_PROTO||""))?"Symbol(src)_1."+C:"",D=M.toString,$=F.call(Object),P=RegExp("^"+F.call(T).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),R=x?v.Buffer:void 0,U=v.Symbol,q=v.Uint8Array,z=(R&&R.allocUnsafe,k=Object.getPrototypeOf,O=Object,function(t){return k(O(t))}),H=Object.create,Y=M.propertyIsEnumerable,B=E.splice,V=U?U.toStringTag:void 0,W=function(){try{var t=ht(Object,"defineProperty");return t({},"",{}),t}catch(t){}}(),K=R?R.isBuffer:void 0,G=Math.max,Z=Date.now,J=ht(v,"Map"),Q=ht(Object,"create"),X=function(){function t(){}return function(e){if(!jt(e))return{};if(H)return H(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();function tt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function et(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function nt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function rt(t){var e=this.__data__=new et(t);this.size=e.size}function it(t,e,n){(void 0!==n&&!yt(t[e],n)||void 0===n&&!(e in t))&&at(t,e,n)}function ot(t,e,n){var r=t[e];T.call(t,e)&&yt(r,n)&&(void 0!==n||e in t)||at(t,e,n)}function st(t,e){for(var n=t.length;n--;)if(yt(t[n][0],e))return n;return-1}function at(t,e,n){"__proto__"==e&&W?W(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}tt.prototype.clear=function(){this.__data__=Q?Q(null):{},this.size=0},tt.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},tt.prototype.get=function(t){var e=this.__data__;if(Q){var n=e[t];return n===r?void 0:n}return T.call(e,t)?e[t]:void 0},tt.prototype.has=function(t){var e=this.__data__;return Q?void 0!==e[t]:T.call(e,t)},tt.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Q&&void 0===e?r:e,this},et.prototype.clear=function(){this.__data__=[],this.size=0},et.prototype.delete=function(t){var e=this.__data__,n=st(e,t);return!(n<0||(n==e.length-1?e.pop():B.call(e,n,1),--this.size,0))},et.prototype.get=function(t){var e=this.__data__,n=st(e,t);return n<0?void 0:e[n][1]},et.prototype.has=function(t){return st(this.__data__,t)>-1},et.prototype.set=function(t,e){var n=this.__data__,r=st(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this},nt.prototype.clear=function(){this.size=0,this.__data__={hash:new tt,map:new(J||et),string:new tt}},nt.prototype.delete=function(t){var e=ft(this,t).delete(t);return this.size-=e?1:0,e},nt.prototype.get=function(t){return ft(this,t).get(t)},nt.prototype.has=function(t){return ft(this,t).has(t)},nt.prototype.set=function(t,e){var n=ft(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this},rt.prototype.clear=function(){this.__data__=new et,this.size=0},rt.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},rt.prototype.get=function(t){return this.__data__.get(t)},rt.prototype.has=function(t){return this.__data__.has(t)},rt.prototype.set=function(t,e){var n=this.__data__;if(n instanceof et){var r=n.__data__;if(!J||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new nt(r)}return n.set(t,e),this.size=n.size,this};function ct(t){return null==t?void 0===t?f:u:V&&V in Object(t)?function(t){var e=T.call(t,V),n=t[V];try{t[V]=void 0;var r=!0}catch(t){}var i=D.call(t);return r&&(e?t[V]=n:delete t[V]),i}(t):function(t){return D.call(t)}(t)}function ut(t){return Lt(t)&&ct(t)==o}function lt(t,e,n,r,i){t!==e&&function(t,e,n){for(var r=-1,i=Object(t),o=n(t),s=o.length;s--;){var a=o[++r];if(!1===e(i[a],a,i))break}}(e,(function(o,s){if(jt(o))i||(i=new rt),function(t,e,n,r,i,o,s){var a=L(t,n),c=L(e,n),u=s.get(c);if(u)it(t,n,u);else{var p,f,h,d,m,g=o?o(a,c,n+"",t,e,s):void 0,y=void 0===g;if(y){var v=wt(c),w=!v&&xt(c),b=!v&&!w&&Ct(c);g=c,v||w||b?wt(a)?g=a:Lt(m=a)&&bt(m)?g=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e}(a):w?(y=!1,g=function(t,e){return t.slice()}(c)):b?(y=!1,d=new(h=(p=c).buffer).constructor(h.byteLength),new q(d).set(new q(h)),f=d,g=new p.constructor(f,p.byteOffset,p.length)):g=[]:function(t){if(!Lt(t)||ct(t)!=l)return!1;var e=z(t);if(null===e)return!0;var n=T.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&F.call(n)==$}(c)||vt(c)?(g=a,vt(a)?g=function(t){return function(t,e,n,r){var i=!n;n||(n={});for(var o=-1,s=e.length;++o<s;){var a=e[o],c=void 0;void 0===c&&(c=t[a]),i?at(n,a,c):ot(n,a,c)}return n}(t,kt(t))}(a):(!jt(a)||r&&At(a))&&(g=function(t){return"function"!=typeof t.constructor||mt(t)?{}:X(z(t))}(c))):y=!1}y&&(s.set(c,g),i(g,c,r,o,s),s.delete(c)),it(t,n,g)}}(t,e,s,n,lt,r,i);else{var a=r?r(L(t,s),o,s+"",t,e,i):void 0;void 0===a&&(a=o),it(t,s,a)}}),kt)}var pt=W?function(t,e){return W(t,"toString",{configurable:!0,enumerable:!1,value:(n=e,function(){return n}),writable:!0});var n}:St;function ft(t,e){var n,r,i=t.__data__;return("string"==(r=typeof(n=e))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?i["string"==typeof e?"string":"hash"]:i.map}function ht(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return function(t){return!(!jt(t)||function(t){return!!N&&N in t}(t))&&(At(t)?P:h).test(function(t){if(null!=t){try{return F.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}(n)?n:void 0}function dt(t,e){var n=typeof t;return!!(e=null==e?i:e)&&("number"==n||"symbol"!=n&&d.test(t))&&t>-1&&t%1==0&&t<e}function mt(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||M)}var gt=function(t){var e=0,n=0;return function(){var r=Z(),i=16-(r-n);if(n=r,i>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(pt);function yt(t,e){return t===e||t!=t&&e!=e}var vt=ut(function(){return arguments}())?ut:function(t){return Lt(t)&&T.call(t,"callee")&&!Y.call(t,"callee")},wt=Array.isArray;function bt(t){return null!=t&&_t(t.length)&&!At(t)}var xt=K||function(){return!1};function At(t){if(!jt(t))return!1;var e=ct(t);return e==a||e==c||e==s||e==p}function _t(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=i}function jt(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Lt(t){return null!=t&&"object"==typeof t}var Ct=j?function(t){return function(e){return t(e)}}(j):function(t){return Lt(t)&&_t(t.length)&&!!m[ct(t)]};function kt(t){return bt(t)?function(t,e){var n=wt(t),r=!n&&vt(t),i=!n&&!r&&xt(t),o=!n&&!r&&!i&&Ct(t),s=n||r||i||o,a=s?function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}(t.length,String):[],c=a.length;for(var u in t)!e&&!T.call(t,u)||s&&("length"==u||i&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||dt(u,c))||a.push(u);return a}(t,!0):function(t){if(!jt(t))return function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}(t);var e=mt(t),n=[];for(var r in t)("constructor"!=r||!e&&T.call(t,r))&&n.push(r);return n}(t)}var Ot,Et=(Ot=function(t,e,n){lt(t,e,n)},function(t,e){return gt(function(t,e,n){return e=G(void 0===e?t.length-1:e,0),function(){for(var r=arguments,i=-1,o=G(r.length-e,0),s=Array(o);++i<o;)s[i]=r[e+i];i=-1;for(var a=Array(e+1);++i<e;)a[i]=r[i];return a[e]=n(s),function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}(t,this,a)}}(t,e,St),t+"")}((function(t,e){var n=-1,r=e.length,i=r>1?e[r-1]:void 0,o=r>2?e[2]:void 0;for(i=Ot.length>3&&"function"==typeof i?(r--,i):void 0,o&&function(t,e,n){if(!jt(n))return!1;var r=typeof e;return!!("number"==r?bt(n)&&dt(e,n.length):"string"==r&&e in n)&&yt(n[e],t)}(e[0],e[1],o)&&(i=r<3?void 0:i,r=1),t=Object(t);++n<r;){var s=e[n];s&&Ot(t,s,n)}return t})));function St(t){return t}e.exports=Et}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[2])(2)}))})),ace.define("ace/mode/yaml_worker",[],(function(t,e){"use strict";var n=t("../lib/oop"),r=t("../worker/mirror").Mirror,i=t("./yaml/yaml-lint").lint,o=e.YamlWorker=function(t){r.call(this,t),this.setTimeout(500),this.setOptions()};n.inherits(o,r),function(){this.setOptions=function(){this.doc.getValue()&&this.deferredUpdate.schedule(100)},this.changeOptions=function(t){n.mixin(this.options,t),this.doc.getValue()&&this.deferredUpdate.schedule(100)},this.onUpdate=function(){var t=this,e=this.doc.getValue(),n=[];i(e,{},(function(e){if(e){var r=!!e.mark;n.push({row:r?e.mark.line:0,column:r?e.mark.column:0,text:e.reason,type:"error",raw:e}),t.sender.emit("annotate",n)}else t.sender.emit("annotate",n)}))}}.call(o.prototype)}));
@@ -1 +0,0 @@
1
- ace.define("ace/theme/iplastic-css",["require","exports","module"],(function(a,e,c){c.exports='.ace-iplastic .ace_gutter {\n background: #dddddd;\n color: #666666\n}\n\n.ace-iplastic .ace_print-margin {\n width: 1px;\n background: #bbbbbb\n}\n\n.ace-iplastic {\n background-color: #eeeeee;\n color: #333333\n}\n\n.ace-iplastic .ace_cursor {\n color: #333\n}\n\n.ace-iplastic .ace_marker-layer .ace_selection {\n background: #BAD6FD;\n}\n\n.ace-iplastic.ace_multiselect .ace_selection.ace_start {\n border-radius: 4px\n}\n\n.ace-iplastic .ace_marker-layer .ace_step {\n background: #444444\n}\n\n.ace-iplastic .ace_marker-layer .ace_bracket {\n margin: -1px 0 0 -1px;\n border: 1px solid #49483E;\n background: #FFF799\n}\n\n.ace-iplastic .ace_marker-layer .ace_active-line {\n background: #e5e5e5\n}\n\n.ace-iplastic .ace_gutter-active-line {\n background-color: #eeeeee\n}\n\n.ace-iplastic .ace_marker-layer .ace_selected-word {\n border: 1px solid #555555;\n border-radius:4px\n}\n\n.ace-iplastic .ace_invisible {\n color: #999999\n}\n\n.ace-iplastic .ace_entity.ace_name.ace_tag,\n.ace-iplastic .ace_keyword,\n.ace-iplastic .ace_meta.ace_tag,\n.ace-iplastic .ace_storage {\n color: #0000FF\n}\n\n.ace-iplastic .ace_punctuation,\n.ace-iplastic .ace_punctuation.ace_tag {\n color: #000\n}\n\n.ace-iplastic .ace_constant {\n color: #333333;\n font-weight: 700\n}\n\n.ace-iplastic .ace_constant.ace_character,\n.ace-iplastic .ace_constant.ace_language,\n.ace-iplastic .ace_constant.ace_numeric,\n.ace-iplastic .ace_constant.ace_other {\n color: #0066FF;\n font-weight: 700\n}\n\n.ace-iplastic .ace_constant.ace_numeric{\n font-weight: 100\n}\n\n.ace-iplastic .ace_invalid {\n color: #F8F8F0;\n background-color: #F92672\n}\n\n.ace-iplastic .ace_invalid.ace_deprecated {\n color: #F8F8F0;\n background-color: #AE81FF\n}\n\n.ace-iplastic .ace_support.ace_constant,\n.ace-iplastic .ace_support.ace_function {\n color: #333333;\n font-weight: 700\n}\n\n.ace-iplastic .ace_fold {\n background-color: #464646;\n border-color: #F8F8F2\n}\n\n.ace-iplastic .ace_storage.ace_type,\n.ace-iplastic .ace_support.ace_class,\n.ace-iplastic .ace_support.ace_type {\n color: #3333fc;\n font-weight: 700\n}\n\n.ace-iplastic .ace_entity.ace_name.ace_function,\n.ace-iplastic .ace_entity.ace_other,\n.ace-iplastic .ace_entity.ace_other.ace_attribute-name,\n.ace-iplastic .ace_variable {\n color: #3366cc;\n font-style: italic\n}\n\n.ace-iplastic .ace_variable.ace_parameter {\n font-style: italic;\n color: #2469E0\n}\n\n.ace-iplastic .ace_string {\n color: #a55f03\n}\n\n.ace-iplastic .ace_comment {\n color: #777777;\n font-style: italic\n}\n\n.ace-iplastic .ace_fold-widget {\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42mWKsQ0AMAzC8ixLlrzQjzmBiEjp0A6WwBCSPgKAXoLkqSot7nN3yMwR7pZ32NzpKkVoDBUxKAAAAABJRU5ErkJggg==);\n}\n\n.ace-iplastic .ace_indent-guide {\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAABlJREFUeNpi+P//PwMzMzPzfwAAAAD//wMAGRsECSML/RIAAAAASUVORK5CYII=) right repeat-y\n}\n\n.ace-iplastic .ace_indent-guide-active {\n background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC") right repeat-y;\n}\n'})),ace.define("ace/theme/iplastic",["require","exports","module","ace/theme/iplastic-css","ace/lib/dom"],(function(a,e,c){e.isDark=!1,e.cssClass="ace-iplastic",e.cssText=a("./iplastic-css"),a("../lib/dom").importCssString(e.cssText,e.cssClass,!1)})),ace.require(["ace/theme/iplastic"],(function(a){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=a)}));
@@ -1 +0,0 @@
1
- ace.define("ace/ext/linking",["require","exports","module","ace/editor","ace/config"],(function(e,o,i){var n=e("../editor").Editor;function t(e){var i=e.editor;if(e.getAccelKey()){i=e.editor;var n=e.getDocumentPosition(),t=i.session.getTokenAt(n.row,n.column);o.previousLinkingHover&&o.previousLinkingHover!=t&&i._emit("linkHoverOut"),i._emit("linkHover",{position:n,token:t}),o.previousLinkingHover=t}else o.previousLinkingHover&&(i._emit("linkHoverOut"),o.previousLinkingHover=!1)}function r(e){var o=e.getAccelKey();if(0==e.getButton()&&o){var i=e.editor,n=e.getDocumentPosition(),t=i.session.getTokenAt(n.row,n.column);i._emit("linkClick",{position:n,token:t})}}e("../config").defineOptions(n.prototype,"editor",{enableLinking:{set:function(e){e?(this.on("click",r),this.on("mousemove",t)):(this.off("click",r),this.off("mousemove",t))},value:!1}}),o.previousLinkingHover=!1})),ace.require(["ace/ext/linking"],(function(e){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=e)}));
@@ -1 +0,0 @@
1
- ace.require(["ace/snippets/jsx"],(function(e){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=e)}));
@@ -1,9 +0,0 @@
1
- /**
2
- @license @nocompile
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license @nocompile
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license @nocompile
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license @nocompile
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license @nocompile
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license @nocompile
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license @nocompile
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,10 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
4
- * This code may only be used under the BSD style license found at
5
- * http://polymer.github.io/LICENSE.txt The complete set of authors may be found
6
- * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
7
- * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
8
- * Google as part of the polymer project is also subject to an additional IP
9
- * rights grant found at http://polymer.github.io/PATENTS.txt
10
- */
@@ -1,10 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at
5
- http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
6
- http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
7
- found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
8
- part of the polymer project is also subject to an additional IP rights grant
9
- found at http://polymer.github.io/PATENTS.txt
10
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,10 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
4
- * This code may only be used under the BSD style license found at
5
- * http://polymer.github.io/LICENSE.txt The complete set of authors may be found
6
- * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
7
- * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
8
- * Google as part of the polymer project is also subject to an additional IP
9
- * rights grant found at http://polymer.github.io/PATENTS.txt
10
- */
@@ -1,10 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
4
- * This code may only be used under the BSD style license found at
5
- * http://polymer.github.io/LICENSE.txt The complete set of authors may be found
6
- * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
7
- * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
8
- * Google as part of the polymer project is also subject to an additional IP
9
- * rights grant found at http://polymer.github.io/PATENTS.txt
10
- */
@@ -1,10 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
4
- * This code may only be used under the BSD style license found at
5
- * http://polymer.github.io/LICENSE.txt The complete set of authors may be found
6
- * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
7
- * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
8
- * Google as part of the polymer project is also subject to an additional IP
9
- * rights grant found at http://polymer.github.io/PATENTS.txt
10
- */
@@ -1,10 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at
5
- http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
6
- http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
7
- found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
8
- part of the polymer project is also subject to an additional IP rights grant
9
- found at http://polymer.github.io/PATENTS.txt
10
- */
@@ -1,10 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at
5
- http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
6
- http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
7
- found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
8
- part of the polymer project is also subject to an additional IP rights grant
9
- found at http://polymer.github.io/PATENTS.txt
10
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,9 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
@@ -1,10 +0,0 @@
1
- /**
2
- @license
3
- Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at
5
- http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
6
- http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
7
- found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
8
- part of the polymer project is also subject to an additional IP rights grant
9
- found at http://polymer.github.io/PATENTS.txt
10
- */