@oracle/oraclejet 20.1.0 → 20.1.2

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 (799) hide show
  1. package/README.md +1 -1
  2. package/THIRDPARTYLICENSE.txt +7 -7
  3. package/dist/css/alta/oj-alta-min.css +1 -1
  4. package/dist/css/alta/oj-alta-notag-min.css +1 -1
  5. package/dist/css/alta/oj-alta-notag.css +1 -1
  6. package/dist/css/alta/oj-alta.css +1 -1
  7. package/dist/css/alta-android/oj-alta-min.css +1 -1
  8. package/dist/css/alta-android/oj-alta.css +1 -1
  9. package/dist/css/alta-ios/oj-alta-min.css +1 -1
  10. package/dist/css/alta-ios/oj-alta.css +1 -1
  11. package/dist/css/alta-windows/oj-alta-min.css +1 -1
  12. package/dist/css/alta-windows/oj-alta.css +1 -1
  13. package/dist/css/redwood/oj-redwood-min.css +1 -1
  14. package/dist/css/redwood/oj-redwood-notag-min.css +1 -1
  15. package/dist/css/redwood/oj-redwood-notag.css +1 -1
  16. package/dist/css/redwood/oj-redwood.css +1 -1
  17. package/dist/css/stable/oj-stable-min.css +1 -1
  18. package/dist/css/stable/oj-stable.css +1 -1
  19. package/dist/custom-tsc/dtsTransformer.js +2 -1
  20. package/dist/custom-tsc/dtsTransformer.js.map +1 -1
  21. package/dist/custom-tsc/metadataTransformer.js +5 -4
  22. package/dist/custom-tsc/metadataTransformer.js.map +1 -1
  23. package/dist/custom-tsc/shared/MetadataFileUtils.js +2 -1
  24. package/dist/custom-tsc/shared/MetadataFileUtils.js.map +1 -1
  25. package/dist/custom-tsc/shared/SafeFileUtils.d.ts +28 -0
  26. package/dist/custom-tsc/shared/SafeFileUtils.js +91 -0
  27. package/dist/custom-tsc/shared/SafeFileUtils.js.map +1 -0
  28. package/dist/custom-tsc/utils/ApiDocFileUtils.js +2 -1
  29. package/dist/custom-tsc/utils/ApiDocFileUtils.js.map +1 -1
  30. package/dist/custom-tsc/utils/MetadataComponentUtils.js +13 -0
  31. package/dist/custom-tsc/utils/MetadataComponentUtils.js.map +1 -1
  32. package/dist/custom-tsc/utils/TransformerError.d.ts +1 -0
  33. package/dist/custom-tsc/utils/TransformerError.js +1 -0
  34. package/dist/custom-tsc/utils/TransformerError.js.map +1 -1
  35. package/dist/js/libs/oj/debug/ojconfig.js +54 -0
  36. package/dist/js/libs/oj/debug/ojcore-base.js +52 -33
  37. package/dist/js/libs/oj/debug/ojcorerouter.js +1 -1
  38. package/dist/js/libs/oj/debug/ojdataprovider.js +15 -7
  39. package/dist/js/libs/oj/debug/ojdomutils.js +2 -2
  40. package/dist/js/libs/oj/debug/ojdvt-base.js +1 -3
  41. package/dist/js/libs/oj/debug/ojdvt-toolkit.js +73 -23
  42. package/dist/js/libs/oj/debug/ojeditablevalue.js +30 -3
  43. package/dist/js/libs/oj/debug/ojexpressionutils.js +11 -9
  44. package/dist/js/libs/oj/debug/ojgantt-toolkit.js +30 -56
  45. package/dist/js/libs/oj/debug/ojkoshared.js +23 -27
  46. package/dist/js/libs/oj/debug/ojnavigationlist.js +2 -2
  47. package/dist/js/libs/oj/debug_esm/ojconfig.js +53 -1
  48. package/dist/js/libs/oj/debug_esm/ojcore-base.js +52 -33
  49. package/dist/js/libs/oj/debug_esm/ojcorerouter.js +1 -1
  50. package/dist/js/libs/oj/debug_esm/ojdataprovider.js +15 -7
  51. package/dist/js/libs/oj/debug_esm/ojdomutils.js +2 -2
  52. package/dist/js/libs/oj/debug_esm/ojdvt-base.js +1 -3
  53. package/dist/js/libs/oj/debug_esm/ojdvt-toolkit.js +73 -23
  54. package/dist/js/libs/oj/debug_esm/ojeditablevalue.js +30 -3
  55. package/dist/js/libs/oj/debug_esm/ojexpressionutils.js +12 -9
  56. package/dist/js/libs/oj/debug_esm/ojgantt-toolkit.js +31 -57
  57. package/dist/js/libs/oj/debug_esm/ojkoshared.js +24 -27
  58. package/dist/js/libs/oj/debug_esm/ojnavigationlist.js +3 -3
  59. package/dist/js/libs/oj/main-template.js +3 -3
  60. package/dist/js/libs/oj/min/ojconfig.js +1 -1
  61. package/dist/js/libs/oj/min/ojconfig.js.map +1 -1
  62. package/dist/js/libs/oj/min/ojcore-base.js +2 -2
  63. package/dist/js/libs/oj/min/ojcore-base.js.map +1 -1
  64. package/dist/js/libs/oj/min/ojcorerouter.js +1 -1
  65. package/dist/js/libs/oj/min/ojcorerouter.js.map +1 -1
  66. package/dist/js/libs/oj/min/ojdataprovider.js +3 -3
  67. package/dist/js/libs/oj/min/ojdataprovider.js.map +1 -1
  68. package/dist/js/libs/oj/min/ojdomutils.js +1 -1
  69. package/dist/js/libs/oj/min/ojdomutils.js.map +1 -1
  70. package/dist/js/libs/oj/min/ojdvt-base.js +1 -1
  71. package/dist/js/libs/oj/min/ojdvt-base.js.map +1 -1
  72. package/dist/js/libs/oj/min/ojdvt-toolkit.js +1 -1
  73. package/dist/js/libs/oj/min/ojdvt-toolkit.js.map +1 -1
  74. package/dist/js/libs/oj/min/ojeditablevalue.js +1 -1
  75. package/dist/js/libs/oj/min/ojeditablevalue.js.map +1 -1
  76. package/dist/js/libs/oj/min/ojexpressionutils.js +1 -1
  77. package/dist/js/libs/oj/min/ojexpressionutils.js.map +1 -1
  78. package/dist/js/libs/oj/min/ojgantt-toolkit.js +1 -1
  79. package/dist/js/libs/oj/min/ojgantt-toolkit.js.map +1 -1
  80. package/dist/js/libs/oj/min/ojkoshared.js +1 -1
  81. package/dist/js/libs/oj/min/ojkoshared.js.map +1 -1
  82. package/dist/js/libs/oj/min/ojnavigationlist.js +1 -1
  83. package/dist/js/libs/oj/min/ojnavigationlist.js.map +1 -1
  84. package/dist/js/libs/persist/debug/impl/PersistenceSyncManager.js +23 -0
  85. package/dist/js/libs/persist/debug/impl/pouchDBPersistenceStore.js +66 -18
  86. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-core-1.5.7.js → offline-persistence-toolkit-core-1.5.9.js} +1439 -1368
  87. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-filesystemstore-1.5.7.js → offline-persistence-toolkit-filesystemstore-1.5.9.js} +1414 -1366
  88. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-pouchdbstore-1.5.7.js → offline-persistence-toolkit-pouchdbstore-1.5.9.js} +1414 -1366
  89. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-responseproxy-1.5.7.js → offline-persistence-toolkit-responseproxy-1.5.9.js} +1432 -1371
  90. package/dist/js/libs/persist/debug/pouchdb-browser-7.2.2.js +1344 -1344
  91. package/dist/js/libs/persist/debug/queryHandlers.js +14 -1
  92. package/dist/js/libs/persist/min/DataMapping.js +1 -0
  93. package/dist/js/libs/persist/min/PersistenceStore.js +2 -1
  94. package/dist/js/libs/persist/min/arrayPersistenceStoreFactory.js +2 -1
  95. package/dist/js/libs/persist/min/cacheStrategies.js +2 -1
  96. package/dist/js/libs/persist/min/configurablePouchDBStoreFactory.js +2 -1
  97. package/dist/js/libs/persist/min/defaultResponseProxy.js +2 -1
  98. package/dist/js/libs/persist/min/fetchStrategies.js +2 -1
  99. package/dist/js/libs/persist/min/fileSystemPersistenceStoreFactory.js +2 -1
  100. package/dist/js/libs/persist/min/impl/OfflineCache.js +2 -1
  101. package/dist/js/libs/persist/min/impl/PersistenceStoreMetadata.js +2 -1
  102. package/dist/js/libs/persist/min/impl/PersistenceSyncManager.js +2 -1
  103. package/dist/js/libs/persist/min/impl/PersistenceXMLHttpRequest.js +2 -1
  104. package/dist/js/libs/persist/min/impl/arrayPersistenceStore.js +2 -1
  105. package/dist/js/libs/persist/min/impl/defaultCacheHandler.js +2 -1
  106. package/dist/js/libs/persist/min/impl/fetch.js +1 -33
  107. package/dist/js/libs/persist/min/impl/fileSystemPersistenceStore.js +2 -1
  108. package/dist/js/libs/persist/min/impl/keyValuePersistenceStore.js +2 -1
  109. package/dist/js/libs/persist/min/impl/localPersistenceStore.js +2 -1
  110. package/dist/js/libs/persist/min/impl/logger.js +2 -1
  111. package/dist/js/libs/persist/min/impl/offlineCacheManager.js +2 -1
  112. package/dist/js/libs/persist/min/impl/pouchDBPersistenceStore.js +2 -1
  113. package/dist/js/libs/persist/min/impl/sql-where-parser.min.js +1 -1
  114. package/dist/js/libs/persist/min/impl/storageUtils.js +2 -1
  115. package/dist/js/libs/persist/min/localPersistenceStoreFactory.js +2 -1
  116. package/dist/js/libs/persist/min/offline-persistence-toolkit-arraystore-1.5.9.js +7 -0
  117. package/dist/js/libs/persist/min/offline-persistence-toolkit-core-1.5.9.js +7 -0
  118. package/dist/js/libs/persist/min/offline-persistence-toolkit-filesystemstore-1.5.9.js +7 -0
  119. package/dist/js/libs/persist/min/offline-persistence-toolkit-localstore-1.5.9.js +7 -0
  120. package/dist/js/libs/persist/min/offline-persistence-toolkit-pouchdbstore-1.5.9.js +7 -0
  121. package/dist/js/libs/persist/min/offline-persistence-toolkit-responseproxy-1.5.9.js +7 -0
  122. package/dist/js/libs/persist/min/oracleRestJsonShredding.js +2 -1
  123. package/dist/js/libs/persist/min/persistenceManager.js +2 -1
  124. package/dist/js/libs/persist/min/persistenceStoreFactory.js +2 -1
  125. package/dist/js/libs/persist/min/persistenceStoreManager.js +2 -1
  126. package/dist/js/libs/persist/min/persistenceUtils.js +2 -1
  127. package/dist/js/libs/persist/min/pouchDBPersistenceStoreFactory.js +2 -1
  128. package/dist/js/libs/persist/min/pouchdb-browser-7.2.2.js +1 -1787
  129. package/dist/js/libs/persist/min/pouchdb.find.js +1 -1
  130. package/dist/js/libs/persist/min/queryHandlers.js +2 -1
  131. package/dist/js/libs/persist/min/simpleBinaryDataShredding.js +2 -1
  132. package/dist/js/libs/persist/min/simpleJsonShredding.js +2 -1
  133. package/dist/metadata/components/allComponents.json +319 -319
  134. package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/helpers/themes/base/_oj-helpers.scss +1 -1
  135. package/dist/scss/common/helpers/_oj.common.helpers.scss +1 -1
  136. package/dist/types/ojconfig/index.d.ts +5 -0
  137. package/dist/webpack-tools/4.x/webpack.config.js +3 -3
  138. package/dist/webpack-tools/loaders/ojL10n-loader.js +1 -1
  139. package/dist/webpack-tools/webpack.config.js +3 -3
  140. package/package.json +2 -2
  141. package/dist/js/libs/persist/min/offline-persistence-toolkit-arraystore-1.5.7.js +0 -6
  142. package/dist/js/libs/persist/min/offline-persistence-toolkit-core-1.5.7.js +0 -1802
  143. package/dist/js/libs/persist/min/offline-persistence-toolkit-filesystemstore-1.5.7.js +0 -1792
  144. package/dist/js/libs/persist/min/offline-persistence-toolkit-localstore-1.5.7.js +0 -6
  145. package/dist/js/libs/persist/min/offline-persistence-toolkit-pouchdbstore-1.5.7.js +0 -1792
  146. package/dist/js/libs/persist/min/offline-persistence-toolkit-responseproxy-1.5.7.js +0 -1792
  147. /package/dist/js/libs/persist/debug/{offline-persistence-toolkit-arraystore-1.5.7.js → offline-persistence-toolkit-arraystore-1.5.9.js} +0 -0
  148. /package/dist/js/libs/persist/debug/{offline-persistence-toolkit-localstore-1.5.7.js → offline-persistence-toolkit-localstore-1.5.9.js} +0 -0
  149. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/accordion/themes/base/_oj-accordion.scss +0 -0
  150. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/accordion/themes/redwood/_oj-accordion.cssvars.scss +0 -0
  151. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/accordion/themes/redwood/oj-accordion.scss +0 -0
  152. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/accordion/themes/stable/_oj-accordion.cssvars.scss +0 -0
  153. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/accordion/themes/stable/oj-accordion.scss +0 -0
  154. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/action-card/themes/base/_oj-action-card.scss +0 -0
  155. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/action-card/themes/redwood/_oj-action-card.cssvars.scss +0 -0
  156. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/action-card/themes/redwood/oj-action-card.scss +0 -0
  157. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/action-card/themes/stable/_oj-action-card.cssvars.scss +0 -0
  158. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/action-card/themes/stable/oj-action-card.scss +0 -0
  159. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/base/_oj.common.servervars.scss +0 -0
  160. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/base/oj.common.settings.cssvariables.css +0 -0
  161. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/redwood/_oj-all-components-common.scss +0 -0
  162. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/redwood/_oj-all-components-notag.scss +0 -0
  163. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/redwood/_oj-all-components.scss +0 -0
  164. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/redwood/_oj.redwood.settings.scss +0 -0
  165. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/redwood/oj.redwood.cssvars.settings.css +0 -0
  166. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/stable/_oj-all-components-common.scss +0 -0
  167. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/stable/_oj-all-components-notag.scss +0 -0
  168. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/stable/_oj-all-components.scss +0 -0
  169. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/stable/_oj.stable.settings.scss +0 -0
  170. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/all-components/themes/stable/oj.stable.cssvars.settings.css +0 -0
  171. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/animation/themes/base/_oj-animation.scss +0 -0
  172. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/animation/themes/redwood/_oj-animation.cssvars.scss +0 -0
  173. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/animation/themes/redwood/_oj-animation.servervars.scss +0 -0
  174. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/animation/themes/redwood/oj-animation.scss +0 -0
  175. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/animation/themes/stable/_oj-animation.cssvars.scss +0 -0
  176. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/animation/themes/stable/_oj-animation.servervars.scss +0 -0
  177. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/animation/themes/stable/oj-animation.scss +0 -0
  178. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout/themes/base/_oj-app-layout.scss +0 -0
  179. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout/themes/redwood/_oj-app-layout.cssvars.scss +0 -0
  180. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout/themes/redwood/_oj-app-layout.scss +0 -0
  181. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout/themes/stable/_oj-app-layout.cssvars.scss +0 -0
  182. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout/themes/stable/_oj-app-layout.scss +0 -0
  183. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid-ignore.scoped.cssvars.scss +0 -0
  184. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid.scss +0 -0
  185. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-hybrid/themes/redwood/_oj-app-layout-hybrid.cssvars.scss +0 -0
  186. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-hybrid/themes/redwood/oj-app-layout-hybrid.scss +0 -0
  187. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-hybrid/themes/stable/_oj-app-layout-hybrid.cssvars.scss +0 -0
  188. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-hybrid/themes/stable/oj-app-layout-hybrid.scss +0 -0
  189. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-web/themes/base/_oj-app-layout-web.scss +0 -0
  190. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-web/themes/redwood/_oj-app-layout-web.cssvars.scss +0 -0
  191. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-web/themes/redwood/oj-app-layout-web.scss +0 -0
  192. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-web/themes/stable/_oj-app-layout-web.cssvars.scss +0 -0
  193. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/app-layout-web/themes/stable/oj-app-layout-web.scss +0 -0
  194. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/avatar/themes/base/_oj-avatar.scss +0 -0
  195. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/avatar/themes/redwood/_oj-avatar-ignore.scoped.cssvars.scss +0 -0
  196. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/avatar/themes/redwood/_oj-avatar-scoped.cssvars.scss +0 -0
  197. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/avatar/themes/redwood/_oj-avatar.cssvars.scss +0 -0
  198. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/avatar/themes/redwood/oj-avatar.scss +0 -0
  199. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/avatar/themes/stable/_oj-avatar-scoped.cssvars.scss +0 -0
  200. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/avatar/themes/stable/_oj-avatar.cssvars.scss +0 -0
  201. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/avatar/themes/stable/oj-avatar.scss +0 -0
  202. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/badge/themes/base/_oj-badge.scss +0 -0
  203. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/badge/themes/redwood/_oj-badge-ignore.scoped.cssvars.scss +0 -0
  204. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/badge/themes/redwood/_oj-badge-scoped.cssvars.scss +0 -0
  205. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/badge/themes/redwood/_oj-badge.cssvars.scss +0 -0
  206. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/badge/themes/redwood/oj-badge.scss +0 -0
  207. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/badge/themes/stable/_oj-badge-scoped.cssvars.scss +0 -0
  208. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/badge/themes/stable/_oj-badge.cssvars.scss +0 -0
  209. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/badge/themes/stable/oj-badge.scss +0 -0
  210. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/button/themes/base/_oj-button.scss +0 -0
  211. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/button/themes/redwood/_oj-button-ignore.scoped.cssvars.scss +0 -0
  212. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/button/themes/redwood/_oj-button-scoped.cssvars.scss +0 -0
  213. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/button/themes/redwood/_oj-button.cssvars.scss +0 -0
  214. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/button/themes/redwood/oj-button.scss +0 -0
  215. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/button/themes/stable/_oj-button-ignore.scoped.cssvars.scss +0 -0
  216. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/button/themes/stable/_oj-button-scoped.cssvars.scss +0 -0
  217. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/button/themes/stable/_oj-button.cssvars.scss +0 -0
  218. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/button/themes/stable/oj-button.scss +0 -0
  219. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset/themes/base/_oj-buttonset.scss +0 -0
  220. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset/themes/redwood/_oj-buttonset-scoped.cssvars.scss +0 -0
  221. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset/themes/redwood/_oj-buttonset.cssvars.scss +0 -0
  222. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset/themes/redwood/_oj-buttonset.scss +0 -0
  223. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset/themes/stable/_oj-buttonset-scoped.cssvars.scss +0 -0
  224. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset/themes/stable/_oj-buttonset.cssvars.scss +0 -0
  225. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset/themes/stable/_oj-buttonset.scss +0 -0
  226. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset-many/themes/redwood/oj-buttonset-many.scss +0 -0
  227. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset-many/themes/stable/oj-buttonset-many.scss +0 -0
  228. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset-one/themes/redwood/oj-buttonset-one.scss +0 -0
  229. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/buttonset-one/themes/stable/oj-buttonset-one.scss +0 -0
  230. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/chart/themes/base/_oj-chart.scss +0 -0
  231. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/chart/themes/redwood/_oj-chart.cssvars.scss +0 -0
  232. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/chart/themes/redwood/oj-chart.scss +0 -0
  233. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/chart/themes/stable/_oj-chart.cssvars.scss +0 -0
  234. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/chart/themes/stable/oj-chart.scss +0 -0
  235. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/checkboxset/themes/redwood/_oj-checkboxset.cssvars.scss +0 -0
  236. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/checkboxset/themes/redwood/oj-checkboxset.scss +0 -0
  237. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/checkboxset/themes/stable/_oj-checkboxset.cssvars.scss +0 -0
  238. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/checkboxset/themes/stable/oj-checkboxset.scss +0 -0
  239. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collapsible/themes/base/_oj-collapsible.scss +0 -0
  240. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collapsible/themes/redwood/_oj-collapsible.cssvars.scss +0 -0
  241. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collapsible/themes/redwood/oj-collapsible.scss +0 -0
  242. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collapsible/themes/stable/_oj-collapsible.cssvars.scss +0 -0
  243. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collapsible/themes/stable/oj-collapsible.scss +0 -0
  244. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collection/themes/redwood/_oj-collection-ignore.scoped.cssvars.scss +0 -0
  245. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collection/themes/redwood/_oj-collection-scoped.cssvars.scss +0 -0
  246. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collection/themes/redwood/_oj-collection.cssvars.scss +0 -0
  247. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collection/themes/stable/_oj-collection-scoped.cssvars.scss +0 -0
  248. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/collection/themes/stable/_oj-collection.cssvars.scss +0 -0
  249. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-palette/themes/base/_oj-color-palette.scss +0 -0
  250. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-palette/themes/redwood/_oj-color-palette.cssvars.scss +0 -0
  251. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-palette/themes/redwood/oj-color-palette.scss +0 -0
  252. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-palette/themes/stable/_oj-color-palette.cssvars.scss +0 -0
  253. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-palette/themes/stable/oj-color-palette.scss +0 -0
  254. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-spectrum/themes/base/_oj-color-spectrum.scss +0 -0
  255. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-spectrum/themes/redwood/_oj-color-spectrum.cssvars.scss +0 -0
  256. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-spectrum/themes/redwood/oj-color-spectrum.scss +0 -0
  257. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-spectrum/themes/stable/_oj-color-spectrum.cssvars.scss +0 -0
  258. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/color-spectrum/themes/stable/oj-color-spectrum.scss +0 -0
  259. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/combobox/themes/base/_oj-combobox.scss +0 -0
  260. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/combobox/themes/redwood/_oj-combobox.cssvars.scss +0 -0
  261. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/combobox/themes/redwood/_oj-combobox.scss +0 -0
  262. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/combobox/themes/stable/_oj-combobox.cssvars.scss +0 -0
  263. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/combobox/themes/stable/_oj-combobox.scss +0 -0
  264. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/combobox-many/themes/redwood/oj-combobox-many.scss +0 -0
  265. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/combobox-many/themes/stable/oj-combobox-many.scss +0 -0
  266. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/combobox-one/themes/redwood/oj-combobox-one.scss +0 -0
  267. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/combobox-one/themes/stable/oj-combobox-one.scss +0 -0
  268. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/conveyor-belt/themes/base/_oj-conveyor-belt.scss +0 -0
  269. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/conveyor-belt/themes/redwood/_oj-conveyor-belt.cssvars.scss +0 -0
  270. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/conveyor-belt/themes/redwood/oj-conveyor-belt.scss +0 -0
  271. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/conveyor-belt/themes/stable/_oj-conveyor-belt.cssvars.scss +0 -0
  272. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/conveyor-belt/themes/stable/oj-conveyor-belt.scss +0 -0
  273. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/core/themes/redwood/_oj-core-ignore.scoped.cssvars.scss +0 -0
  274. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/core/themes/redwood/_oj-core-scoped.cssvars.scss +0 -0
  275. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/core/themes/redwood/_oj-core.cssvars.scss +0 -0
  276. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/core/themes/stable/_oj-core-ignore.scoped.cssvars.scss +0 -0
  277. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/core/themes/stable/_oj-core-scoped.cssvars.scss +0 -0
  278. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/core/themes/stable/_oj-core.cssvars.scss +0 -0
  279. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/data-grid/themes/base/_oj-data-grid.scss +0 -0
  280. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/data-grid/themes/redwood/_oj-data-grid-scoped.cssvars.scss +0 -0
  281. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/data-grid/themes/redwood/_oj-data-grid.cssvars.scss +0 -0
  282. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/data-grid/themes/redwood/oj-data-grid.scss +0 -0
  283. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/data-grid/themes/stable/_oj-data-grid-scoped.cssvars.scss +0 -0
  284. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/data-grid/themes/stable/_oj-data-grid.cssvars.scss +0 -0
  285. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/data-grid/themes/stable/oj-data-grid.scss +0 -0
  286. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/date-picker/themes/redwood/oj-date-picker.scss +0 -0
  287. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/date-picker/themes/stable/oj-date-picker.scss +0 -0
  288. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/date-time-picker/themes/base/_oj-date-time-picker.scss +0 -0
  289. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.cssvars.scss +0 -0
  290. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.servervars.scss +0 -0
  291. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/date-time-picker/themes/redwood/oj-date-time-picker.scss +0 -0
  292. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/date-time-picker/themes/stable/_oj-date-time-picker.cssvars.scss +0 -0
  293. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/date-time-picker/themes/stable/_oj-date-time-picker.servervars.scss +0 -0
  294. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/date-time-picker/themes/stable/oj-date-time-picker.scss +0 -0
  295. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/diagram/themes/base/_oj-diagram.scss +0 -0
  296. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/diagram/themes/redwood/_oj-diagram.cssvars.scss +0 -0
  297. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/diagram/themes/redwood/oj-diagram.scss +0 -0
  298. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/diagram/themes/stable/_oj-diagram.cssvars.scss +0 -0
  299. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/diagram/themes/stable/oj-diagram.scss +0 -0
  300. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/base/_oj-dialog-ignore.scoped.cssvars.scss +0 -0
  301. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/base/_oj-dialog.scss +0 -0
  302. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/redwood/_oj-dialog-ignore.scoped.cssvars.scss +0 -0
  303. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/redwood/_oj-dialog-scoped.cssvars.scss +0 -0
  304. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/redwood/_oj-dialog.cssvars.scss +0 -0
  305. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/redwood/_oj-dialog.servervars.scss +0 -0
  306. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/redwood/oj-dialog.scss +0 -0
  307. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/stable/_oj-dialog-scoped.cssvars.scss +0 -0
  308. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/stable/_oj-dialog.cssvars.scss +0 -0
  309. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/stable/_oj-dialog.servervars.scss +0 -0
  310. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dialog/themes/stable/oj-dialog.scss +0 -0
  311. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-layout/themes/base/_oj-drawer-layout-ignore.scoped.cssvars.scss +0 -0
  312. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-layout/themes/base/_oj-drawer-layout.scss +0 -0
  313. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-layout/themes/redwood/_oj-drawer-layout.cssvars.scss +0 -0
  314. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-layout/themes/redwood/oj-drawer-layout.scss +0 -0
  315. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-layout/themes/stable/_oj-drawer-layout.cssvars.scss +0 -0
  316. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-layout/themes/stable/oj-drawer-layout.scss +0 -0
  317. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-popup/themes/base/_oj-drawer-popup-ignore.scoped.cssvars.scss +0 -0
  318. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-popup/themes/base/_oj-drawer-popup.scss +0 -0
  319. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-popup/themes/redwood/_oj-drawer-popup.cssvars.scss +0 -0
  320. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-popup/themes/redwood/oj-drawer-popup.scss +0 -0
  321. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-popup/themes/stable/_oj-drawer-popup.cssvars.scss +0 -0
  322. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/drawer-popup/themes/stable/oj-drawer-popup.scss +0 -0
  323. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dvt/themes/base/_oj-dvt.scss +0 -0
  324. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dvt/themes/redwood/_oj-dvt.cssvars.scss +0 -0
  325. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dvt/themes/redwood/_oj-dvt.scss +0 -0
  326. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dvt/themes/stable/_oj-dvt.cssvars.scss +0 -0
  327. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/dvt/themes/stable/_oj-dvt.scss +0 -0
  328. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/file-picker/themes/base/_oj-file-picker.scss +0 -0
  329. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/file-picker/themes/redwood/_oj-file-picker.cssvars.scss +0 -0
  330. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/file-picker/themes/redwood/oj-file-picker.scss +0 -0
  331. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/file-picker/themes/stable/_oj-file-picker.cssvars.scss +0 -0
  332. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/file-picker/themes/stable/oj-file-picker.scss +0 -0
  333. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/film-strip/themes/base/_oj-film-strip.scss +0 -0
  334. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/film-strip/themes/redwood/_oj-film-strip.cssvars.scss +0 -0
  335. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/film-strip/themes/redwood/oj-film-strip.scss +0 -0
  336. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/film-strip/themes/stable/_oj-film-strip.cssvars.scss +0 -0
  337. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/film-strip/themes/stable/oj-film-strip.scss +0 -0
  338. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/flex/themes/base/_oj-flex.scss +0 -0
  339. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/flex/themes/redwood/oj-flex.scss +0 -0
  340. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/flex/themes/stable/oj-flex.scss +0 -0
  341. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/base/_oj-form-control.mixins.scss +0 -0
  342. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/base/_oj-form-control.scss +0 -0
  343. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/base/_oj-messaging.scss +0 -0
  344. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/redwood/_oj-form-control-ignore.cssvars.scss +0 -0
  345. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/redwood/_oj-form-control-ignore.scoped.cssvars.scss +0 -0
  346. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/redwood/_oj-form-control.cssvars.scss +0 -0
  347. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/redwood/_oj-form-control.scss +0 -0
  348. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/redwood/_oj-messaging.scss +0 -0
  349. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/redwood/_oj-messaging.servervars.scss +0 -0
  350. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/stable/_oj-form-control-ignore.cssvars.scss +0 -0
  351. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/stable/_oj-form-control-ignore.scoped.cssvars.scss +0 -0
  352. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/stable/_oj-form-control.cssvars.scss +0 -0
  353. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/stable/_oj-form-control.scss +0 -0
  354. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/stable/_oj-messaging.scss +0 -0
  355. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-control/themes/stable/_oj-messaging.servervars.scss +0 -0
  356. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-layout/themes/base/_oj-form-layout.scss +0 -0
  357. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-layout/themes/redwood/_oj-form-layout-scoped.cssvars.scss +0 -0
  358. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-layout/themes/redwood/_oj-form-layout.cssvars.scss +0 -0
  359. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-layout/themes/redwood/_oj-form-layout.servervars.scss +0 -0
  360. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-layout/themes/redwood/oj-form-layout.scss +0 -0
  361. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-layout/themes/stable/_oj-form-layout-scoped.cssvars.scss +0 -0
  362. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-layout/themes/stable/_oj-form-layout.cssvars.scss +0 -0
  363. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-layout/themes/stable/_oj-form-layout.servervars.scss +0 -0
  364. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/form-layout/themes/stable/oj-form-layout.scss +0 -0
  365. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gantt/themes/base/_oj-gantt.scss +0 -0
  366. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gantt/themes/redwood/_oj-gantt.cssvars.scss +0 -0
  367. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gantt/themes/redwood/oj-gantt.scss +0 -0
  368. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gantt/themes/stable/_oj-gantt.cssvars.scss +0 -0
  369. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gantt/themes/stable/oj-gantt.scss +0 -0
  370. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gauge/themes/base/_oj-gauge.scss +0 -0
  371. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gauge/themes/redwood/_oj-gauge.cssvars.scss +0 -0
  372. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gauge/themes/redwood/oj-gauge.scss +0 -0
  373. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gauge/themes/stable/_oj-gauge.cssvars.scss +0 -0
  374. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/gauge/themes/stable/oj-gauge.scss +0 -0
  375. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/grid/themes/base/_oj-grid.scss +0 -0
  376. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/grid/themes/redwood/oj-grid.scss +0 -0
  377. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/grid/themes/stable/oj-grid.scss +0 -0
  378. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/helpers/themes/base/_oj-helpers-ignore.scoped.cssvars.scss +0 -0
  379. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/helpers/themes/base/_oj-responsive-helpers.scss +0 -0
  380. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/helpers/themes/redwood/_oj-theme.servervars.scss +0 -0
  381. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/helpers/themes/redwood/oj-helpers.scss +0 -0
  382. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/helpers/themes/redwood/oj-responsive.helpers.scss +0 -0
  383. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/helpers/themes/stable/_oj-theme.servervars.scss +0 -0
  384. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/helpers/themes/stable/oj-helpers.scss +0 -0
  385. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/helpers/themes/stable/oj-responsive.helpers.scss +0 -0
  386. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/highlight-text/themes/base/_oj-highlight-text.scss +0 -0
  387. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/highlight-text/themes/redwood/oj-highlight-text.scss +0 -0
  388. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/highlight-text/themes/stable/oj-highlight-text.scss +0 -0
  389. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icon-circle/themes/base/_oj-icon-circle.scss +0 -0
  390. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icon-circle/themes/redwood/_oj-icon-circle-ignore.scoped.cssvars.scss +0 -0
  391. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icon-circle/themes/redwood/_oj-icon-circle.cssvars.scss +0 -0
  392. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icon-circle/themes/redwood/oj-icon-circle.scss +0 -0
  393. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icons/themes/base/_oj-icons.scss +0 -0
  394. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icons/themes/redwood/_oj-icon-font.scss +0 -0
  395. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icons/themes/redwood/_oj-icons-ignore.scoped.cssvars.scss +0 -0
  396. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icons/themes/redwood/_oj-icons.cssvars.scss +0 -0
  397. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icons/themes/redwood/oj-icons.scss +0 -0
  398. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icons/themes/stable/_oj-icon-font.scss +0 -0
  399. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icons/themes/stable/_oj-icons-ignore.scoped.cssvars.scss +0 -0
  400. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icons/themes/stable/_oj-icons.cssvars.scss +0 -0
  401. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/icons/themes/stable/oj-icons.scss +0 -0
  402. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/indexer/themes/base/_oj-indexer.scss +0 -0
  403. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/indexer/themes/redwood/_oj-indexer.cssvars.scss +0 -0
  404. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/indexer/themes/redwood/oj-indexer.scss +0 -0
  405. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/indexer/themes/stable/_oj-indexer.cssvars.scss +0 -0
  406. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/indexer/themes/stable/oj-indexer.scss +0 -0
  407. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-date/themes/redwood/oj-input-date.scss +0 -0
  408. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-date/themes/stable/oj-input-date.scss +0 -0
  409. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-date-time/themes/redwood/oj-input-date-time.scss +0 -0
  410. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-date-time/themes/stable/oj-input-date-time.scss +0 -0
  411. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-number/themes/base/_oj-input-number.scss +0 -0
  412. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-number/themes/redwood/_oj-input-number.cssvars.scss +0 -0
  413. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-number/themes/redwood/oj-input-number.scss +0 -0
  414. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-number/themes/stable/_oj-input-number.cssvars.scss +0 -0
  415. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-number/themes/stable/oj-input-number.scss +0 -0
  416. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-password/themes/redwood/oj-input-password.scss +0 -0
  417. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-password/themes/stable/oj-input-password.scss +0 -0
  418. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-search/themes/base/_oj-input-search.scss +0 -0
  419. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-search/themes/redwood/_oj-input-search-scoped.cssvars.scss +0 -0
  420. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-search/themes/redwood/_oj-input-search.cssvars.scss +0 -0
  421. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-search/themes/redwood/_oj-input-search.scss +0 -0
  422. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-search/themes/stable/_oj-input-search-scoped.cssvars.scss +0 -0
  423. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-search/themes/stable/_oj-input-search.cssvars.scss +0 -0
  424. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-search/themes/stable/_oj-input-search.scss +0 -0
  425. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-text/themes/base/_oj-input-text.scss +0 -0
  426. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-text/themes/redwood/_oj-input-text.cssvars.scss +0 -0
  427. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-text/themes/redwood/oj-input-text.scss +0 -0
  428. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-text/themes/stable/_oj-input-text.cssvars.scss +0 -0
  429. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-text/themes/stable/oj-input-text.scss +0 -0
  430. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-time/themes/redwood/oj-input-time.scss +0 -0
  431. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/input-time/themes/stable/oj-input-time.scss +0 -0
  432. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label/themes/base/_oj-label.scss +0 -0
  433. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label/themes/redwood/_oj-label-scoped.cssvars.scss +0 -0
  434. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label/themes/redwood/_oj-label.cssvars.scss +0 -0
  435. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label/themes/redwood/oj-label.scss +0 -0
  436. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label/themes/stable/_oj-label-scoped.cssvars.scss +0 -0
  437. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label/themes/stable/_oj-label.cssvars.scss +0 -0
  438. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label/themes/stable/oj-label.scss +0 -0
  439. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label-value/themes/base/_oj-label-value.scss +0 -0
  440. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label-value/themes/redwood/_oj-label-value.scss +0 -0
  441. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/label-value/themes/stable/_oj-label-value.scss +0 -0
  442. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/led-gauge/themes/base/_oj-led-gauge.scss +0 -0
  443. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/led-gauge/themes/redwood/_oj-led-gauge.cssvars.scss +0 -0
  444. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/led-gauge/themes/redwood/oj-led-gauge.scss +0 -0
  445. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/led-gauge/themes/stable/_oj-led-gauge.cssvars.scss +0 -0
  446. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/led-gauge/themes/stable/oj-led-gauge.scss +0 -0
  447. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/legend/themes/base/_oj-legend.scss +0 -0
  448. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/legend/themes/redwood/_oj-legend.cssvars.scss +0 -0
  449. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/legend/themes/redwood/oj-legend.scss +0 -0
  450. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/legend/themes/stable/_oj-legend.cssvars.scss +0 -0
  451. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/legend/themes/stable/oj-legend.scss +0 -0
  452. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-box/themes/base/_oj-list-box.scss +0 -0
  453. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-box/themes/redwood/_oj-list-box.cssvars.scss +0 -0
  454. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-box/themes/redwood/_oj-list-box.scss +0 -0
  455. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-box/themes/stable/_oj-list-box.cssvars.scss +0 -0
  456. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-box/themes/stable/_oj-list-box.scss +0 -0
  457. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-item-layout/themes/base/_oj-list-item-layout.scoped.scss +0 -0
  458. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-item-layout/themes/base/_oj-list-item-layout.scss +0 -0
  459. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-item-layout/themes/redwood/_oj-list-item-layout.cssvars.scss +0 -0
  460. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-item-layout/themes/redwood/oj-list-item-layout.scss +0 -0
  461. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-item-layout/themes/stable/_oj-list-item-layout.cssvars.scss +0 -0
  462. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-item-layout/themes/stable/oj-list-item-layout.scss +0 -0
  463. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-view/themes/base/_oj-list-view.scoped.scss +0 -0
  464. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-view/themes/base/_oj-list-view.scss +0 -0
  465. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-view/themes/redwood/_oj-list-view-ignore.scoped.cssvars.scss +0 -0
  466. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-view/themes/redwood/_oj-list-view.cssvars.scss +0 -0
  467. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-view/themes/redwood/oj-list-view.scss +0 -0
  468. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-view/themes/stable/_oj-list-view.cssvars.scss +0 -0
  469. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/list-view/themes/stable/oj-list-view.scss +0 -0
  470. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/masonry-layout/themes/base/_oj-masonry-layout.scss +0 -0
  471. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.cssvars.scss +0 -0
  472. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.servervars.scss +0 -0
  473. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/masonry-layout/themes/redwood/oj-masonry-layout.scss +0 -0
  474. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/masonry-layout/themes/stable/_oj-masonry-layout.cssvars.scss +0 -0
  475. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/masonry-layout/themes/stable/_oj-masonry-layout.servervars.scss +0 -0
  476. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/masonry-layout/themes/stable/oj-masonry-layout.scss +0 -0
  477. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu/themes/base/_oj-menu.scss +0 -0
  478. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu/themes/redwood/_oj-menu.cssvars.scss +0 -0
  479. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu/themes/redwood/oj-menu.scss +0 -0
  480. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu/themes/stable/_oj-menu.cssvars.scss +0 -0
  481. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu/themes/stable/oj-menu.scss +0 -0
  482. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-button/themes/base/_oj-menu-button.scss +0 -0
  483. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-button/themes/redwood/_oj-menu-button.cssvars.scss +0 -0
  484. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-button/themes/redwood/_oj-menu-button.servervars.scss +0 -0
  485. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-button/themes/redwood/oj-menu-button.scss +0 -0
  486. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-button/themes/stable/_oj-menu-button.cssvars.scss +0 -0
  487. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-button/themes/stable/_oj-menu-button.servervars.scss +0 -0
  488. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-button/themes/stable/oj-menu-button.scss +0 -0
  489. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-select-many/themes/base/_oj-menu-select-many.scss +0 -0
  490. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-select-many/themes/redwood/_oj-menu-select-many.cssvars.scss +0 -0
  491. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-select-many/themes/redwood/oj-menu-select-many.scss +0 -0
  492. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-select-many/themes/stable/_oj-menu-select-many.cssvars.scss +0 -0
  493. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/menu-select-many/themes/stable/oj-menu-select-many.scss +0 -0
  494. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message/themes/base/_oj-message.scss +0 -0
  495. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message/themes/redwood/_oj-message-ignore.scoped.cssvars.scss +0 -0
  496. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message/themes/redwood/_oj-message.cssvars.scss +0 -0
  497. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message/themes/redwood/_oj-message.servervars.scss +0 -0
  498. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message/themes/redwood/oj-message.scss +0 -0
  499. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message/themes/stable/_oj-message-ignore.scoped.cssvars.scss +0 -0
  500. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message/themes/stable/_oj-message.cssvars.scss +0 -0
  501. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message/themes/stable/_oj-message.servervars.scss +0 -0
  502. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message/themes/stable/oj-message.scss +0 -0
  503. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message-banner/themes/base/_oj-message-banner.scss +0 -0
  504. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message-banner/themes/redwood/_oj-message-banner-scoped.cssvars.scss +0 -0
  505. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message-banner/themes/redwood/_oj-message-banner.cssvars.scss +0 -0
  506. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message-banner/themes/redwood/_oj-message-banner.scss +0 -0
  507. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message-banner/themes/stable/_oj-message-banner-scoped.cssvars.scss +0 -0
  508. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message-banner/themes/stable/_oj-message-banner.cssvars.scss +0 -0
  509. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/message-banner/themes/stable/_oj-message-banner.scss +0 -0
  510. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/messages/themes/base/_oj-messages.scss +0 -0
  511. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/messages/themes/redwood/_oj-messages.cssvars.scss +0 -0
  512. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/messages/themes/redwood/_oj-messages.servervars.scss +0 -0
  513. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/messages/themes/redwood/oj-messages.scss +0 -0
  514. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/messages/themes/stable/_oj-messages.cssvars.scss +0 -0
  515. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/messages/themes/stable/_oj-messages.servervars.scss +0 -0
  516. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/messages/themes/stable/oj-messages.scss +0 -0
  517. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/module/themes/base/_oj-module.scss +0 -0
  518. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/module/themes/redwood/oj-module.scss +0 -0
  519. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/module/themes/stable/oj-module.scss +0 -0
  520. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/n-box/themes/base/_oj-n-box.scss +0 -0
  521. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/n-box/themes/redwood/_oj-n-box.cssvars.scss +0 -0
  522. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/n-box/themes/redwood/oj-n-box.scss +0 -0
  523. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/n-box/themes/stable/_oj-n-box.cssvars.scss +0 -0
  524. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/n-box/themes/stable/oj-n-box.scss +0 -0
  525. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/navigation-list/themes/base/_oj-navigation-list.scss +0 -0
  526. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/navigation-list/themes/redwood/_oj-navigation-list-scoped.cssvars.scss +0 -0
  527. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/navigation-list/themes/redwood/_oj-navigation-list.cssvars.scss +0 -0
  528. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/navigation-list/themes/redwood/oj-navigation-list.scss +0 -0
  529. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/navigation-list/themes/stable/_oj-navigation-list-scoped.cssvars.scss +0 -0
  530. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/navigation-list/themes/stable/_oj-navigation-list.cssvars.scss +0 -0
  531. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/navigation-list/themes/stable/oj-navigation-list.scss +0 -0
  532. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/off-canvas/themes/base/_oj-off-canvas.scss +0 -0
  533. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/off-canvas/themes/redwood/_oj-off-canvas.cssvars.scss +0 -0
  534. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/off-canvas/themes/redwood/oj-off-canvas.scss +0 -0
  535. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/off-canvas/themes/stable/_oj-off-canvas.cssvars.scss +0 -0
  536. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/off-canvas/themes/stable/oj-off-canvas.scss +0 -0
  537. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/optgroup/themes/base/_oj-optgroup.scss +0 -0
  538. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/optgroup/themes/redwood/oj-optgroup.scss +0 -0
  539. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/optgroup/themes/stable/oj-optgroup.scss +0 -0
  540. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/option/themes/base/_oj-option.scss +0 -0
  541. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/option/themes/redwood/oj-option.scss +0 -0
  542. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/option/themes/stable/oj-option.scss +0 -0
  543. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/paging-control/themes/base/_oj-paging-control.scss +0 -0
  544. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/paging-control/themes/redwood/_oj-paging-control.cssvars.scss +0 -0
  545. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/paging-control/themes/redwood/oj-paging-control.scss +0 -0
  546. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/paging-control/themes/stable/_oj-paging-control.cssvars.scss +0 -0
  547. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/paging-control/themes/stable/oj-paging-control.scss +0 -0
  548. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/palette/themes/redwood/_oj-palette-scoped.cssvars.scss +0 -0
  549. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/palette/themes/redwood/_oj-palette.cssvars.scss +0 -0
  550. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/palette/themes/stable/_oj-palette.cssvars.scss +0 -0
  551. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/panel/themes/base/_oj-panel-ignore.scoped.cssvars.scss +0 -0
  552. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/panel/themes/base/_oj-panel.scss +0 -0
  553. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/panel/themes/redwood/_oj-panel-scoped.cssvars.scss +0 -0
  554. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/panel/themes/redwood/_oj-panel.cssvars.scss +0 -0
  555. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/panel/themes/redwood/oj-panel.scss +0 -0
  556. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/panel/themes/stable/_oj-panel-scoped.cssvars.scss +0 -0
  557. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/panel/themes/stable/_oj-panel.cssvars.scss +0 -0
  558. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/panel/themes/stable/oj-panel.scss +0 -0
  559. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/picto-chart/themes/base/_oj-picto-chart.scss +0 -0
  560. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/picto-chart/themes/redwood/_oj-picto-chart.cssvars.scss +0 -0
  561. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/picto-chart/themes/redwood/oj-picto-chart.scss +0 -0
  562. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/picto-chart/themes/stable/_oj-picto-chart.cssvars.scss +0 -0
  563. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/picto-chart/themes/stable/oj-picto-chart.scss +0 -0
  564. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/base/_oj-layer.scss +0 -0
  565. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/base/_oj-popup-ignore.scoped.cssvars.scss +0 -0
  566. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/base/_oj-popup.scss +0 -0
  567. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/redwood/_oj-layer.scss +0 -0
  568. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/redwood/_oj-popup-ignore.scoped.cssvars.scss +0 -0
  569. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/redwood/_oj-popup.cssvars.scss +0 -0
  570. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/redwood/oj-popup.scss +0 -0
  571. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/stable/_oj-layer.scss +0 -0
  572. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/stable/_oj-popup.cssvars.scss +0 -0
  573. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/popup/themes/stable/oj-popup.scss +0 -0
  574. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-bar/themes/base/_oj-progress-bar.scss +0 -0
  575. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-bar/themes/redwood/_oj-progress-bar-scoped.cssvars.scss +0 -0
  576. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-bar/themes/redwood/_oj-progress-bar.cssvars.scss +0 -0
  577. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-bar/themes/redwood/oj-progress-bar.scss +0 -0
  578. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-bar/themes/stable/_oj-progress-bar-scoped.cssvars.scss +0 -0
  579. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-bar/themes/stable/_oj-progress-bar.cssvars.scss +0 -0
  580. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-bar/themes/stable/oj-progress-bar.scss +0 -0
  581. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-circle/themes/base/_oj-progress-circle.scss +0 -0
  582. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-circle/themes/redwood/_oj-progress-circle-scoped.cssvars.scss +0 -0
  583. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-circle/themes/redwood/_oj-progress-circle.cssvars.scss +0 -0
  584. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-circle/themes/redwood/oj-progress-circle.scss +0 -0
  585. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-circle/themes/stable/_oj-progress-circle-scoped.cssvars.scss +0 -0
  586. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-circle/themes/stable/_oj-progress-circle.cssvars.scss +0 -0
  587. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/progress-circle/themes/stable/oj-progress-circle.scss +0 -0
  588. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radio-checkbox/themes/base/_oj-radiocheckbox.scss +0 -0
  589. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
  590. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.cssvars.scss +0 -0
  591. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.servervars.scss +0 -0
  592. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
  593. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.cssvars.scss +0 -0
  594. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.servervars.scss +0 -0
  595. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radioset/themes/redwood/_oj-radioset.cssvars.scss +0 -0
  596. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radioset/themes/redwood/oj-radioset.scss +0 -0
  597. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radioset/themes/stable/_oj-radioset.cssvars.scss +0 -0
  598. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/radioset/themes/stable/oj-radioset.scss +0 -0
  599. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/rangeslider/themes/redwood/_oj-rangeslider.cssvars.scss +0 -0
  600. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/rangeslider/themes/redwood/oj-rangeslider.scss +0 -0
  601. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/rangeslider/themes/stable/_oj-rangeslider.cssvars.scss +0 -0
  602. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/rangeslider/themes/stable/oj-rangeslider.scss +0 -0
  603. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/rating-gauge/themes/base/_oj-rating-gauge.scss +0 -0
  604. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/rating-gauge/themes/redwood/_oj-rating-gauge.cssvars.scss +0 -0
  605. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/rating-gauge/themes/redwood/oj-rating-gauge.scss +0 -0
  606. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/rating-gauge/themes/stable/_oj-rating-gauge.cssvars.scss +0 -0
  607. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/rating-gauge/themes/stable/oj-rating-gauge.scss +0 -0
  608. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/refresher/themes/base/_oj-refresher.scss +0 -0
  609. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/refresher/themes/redwood/_oj-refresher.cssvars.scss +0 -0
  610. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/refresher/themes/redwood/_oj-refresher.servervars.scss +0 -0
  611. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/refresher/themes/redwood/oj-refresher.scss +0 -0
  612. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/refresher/themes/stable/_oj-refresher.cssvars.scss +0 -0
  613. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/refresher/themes/stable/_oj-refresher.servervars.scss +0 -0
  614. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/refresher/themes/stable/oj-refresher.scss +0 -0
  615. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/resizable/themes/base/_oj-resizable.scss +0 -0
  616. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/resizable/themes/redwood/_oj-resizable.scss +0 -0
  617. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/resizable/themes/stable/_oj-resizable.scss +0 -0
  618. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/row-expander/themes/base/_oj-row-expander.scss +0 -0
  619. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/row-expander/themes/redwood/_oj-row-expander.cssvars.scss +0 -0
  620. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/row-expander/themes/redwood/oj-row-expander.scss +0 -0
  621. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/row-expander/themes/stable/_oj-row-expander.cssvars.scss +0 -0
  622. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/row-expander/themes/stable/oj-row-expander.scss +0 -0
  623. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/scrollbar/themes/base/_oj-scrollbar.scss +0 -0
  624. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/scrollbar/themes/redwood/_oj-scrollbar-scoped.cssvars.scss +0 -0
  625. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/scrollbar/themes/redwood/_oj-scrollbar.cssvars.scss +0 -0
  626. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/scrollbar/themes/redwood/_oj-scrollbar.scss +0 -0
  627. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/scrollbar/themes/stable/_oj-scrollbar-scoped.cssvars.scss +0 -0
  628. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/scrollbar/themes/stable/_oj-scrollbar.cssvars.scss +0 -0
  629. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/scrollbar/themes/stable/_oj-scrollbar.scss +0 -0
  630. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select/themes/base/_oj-select.scss +0 -0
  631. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select/themes/redwood/_oj-select.cssvars.scss +0 -0
  632. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select/themes/redwood/_oj-select.scss +0 -0
  633. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select/themes/stable/_oj-select.cssvars.scss +0 -0
  634. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select/themes/stable/_oj-select.scss +0 -0
  635. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-many/themes/redwood/oj-select-many.scss +0 -0
  636. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-many/themes/stable/oj-select-many.scss +0 -0
  637. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-one/themes/redwood/oj-select-one.scss +0 -0
  638. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-original/themes/base/_oj-select-original.scss +0 -0
  639. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-original/themes/redwood/_oj-select-original.cssvars.scss +0 -0
  640. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-original/themes/redwood/_oj-select-original.scss +0 -0
  641. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-original/themes/stable/_oj-select-original.cssvars.scss +0 -0
  642. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-original/themes/stable/_oj-select-original.scss +0 -0
  643. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-single/themes/base/_oj-select-single.scss +0 -0
  644. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-single/themes/redwood/oj-select-single.scss +0 -0
  645. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-single/themes/stable/oj-select-single.scss +0 -0
  646. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-single-placeholder/themes/base/_oj-select-single-placeholder.scss +0 -0
  647. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-single-placeholder/themes/redwood/oj-select-single-placeholder.scss +0 -0
  648. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/select-single-placeholder/themes/stable/oj-select-single-placeholder.scss +0 -0
  649. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/selector/themes/base/_oj-selector.scss +0 -0
  650. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/selector/themes/redwood/_oj-selector.cssvars.scss +0 -0
  651. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/selector/themes/redwood/oj-selector.scss +0 -0
  652. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/selector/themes/stable/_oj-selector.cssvars.scss +0 -0
  653. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/selector/themes/stable/oj-selector.scss +0 -0
  654. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/slider/themes/base/_oj-slider.scss +0 -0
  655. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/slider/themes/redwood/_oj-slider.cssvars.scss +0 -0
  656. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/slider/themes/redwood/oj-slider.scss +0 -0
  657. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/slider/themes/stable/_oj-slider.cssvars.scss +0 -0
  658. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/slider/themes/stable/oj-slider.scss +0 -0
  659. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/spark-chart/themes/base/_oj-spark-chart.scss +0 -0
  660. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/spark-chart/themes/redwood/_oj-spark-chart.cssvars.scss +0 -0
  661. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/spark-chart/themes/redwood/oj-spark-chart.scss +0 -0
  662. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/spark-chart/themes/stable/_oj-spark-chart.cssvars.scss +0 -0
  663. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/spark-chart/themes/stable/oj-spark-chart.scss +0 -0
  664. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/status-meter-gauge/themes/base/_oj-status-meter-gauge.scss +0 -0
  665. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/status-meter-gauge/themes/redwood/_oj-status-meter-gauge.cssvars.scss +0 -0
  666. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/status-meter-gauge/themes/redwood/oj-status-meter-gauge.scss +0 -0
  667. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/status-meter-gauge/themes/stable/_oj-status-meter-gauge.cssvars.scss +0 -0
  668. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/status-meter-gauge/themes/stable/oj-status-meter-gauge.scss +0 -0
  669. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/stream-list/themes/base/_oj-stream-list.scss +0 -0
  670. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/stream-list/themes/redwood/_oj-stream-list.cssvars.scss +0 -0
  671. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/stream-list/themes/redwood/_oj-stream-list.servervars.scss +0 -0
  672. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/stream-list/themes/redwood/oj-stream-list.scss +0 -0
  673. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/stream-list/themes/stable/_oj-stream-list.cssvars.scss +0 -0
  674. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/stream-list/themes/stable/_oj-stream-list.servervars.scss +0 -0
  675. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/stream-list/themes/stable/oj-stream-list.scss +0 -0
  676. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/sunburst/themes/base/_oj-sunburst.scss +0 -0
  677. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/sunburst/themes/redwood/_oj-sunburst.cssvars.scss +0 -0
  678. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/sunburst/themes/redwood/oj-sunburst.scss +0 -0
  679. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/sunburst/themes/stable/_oj-sunburst.cssvars.scss +0 -0
  680. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/sunburst/themes/stable/oj-sunburst.scss +0 -0
  681. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/swipe-actions/themes/base/_oj-swipe-actions.scss +0 -0
  682. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/swipe-actions/themes/redwood/_oj-swipe-actions.cssvars.scss +0 -0
  683. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/swipe-actions/themes/redwood/oj-swipe-actions.scss +0 -0
  684. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/swipe-actions/themes/stable/_oj-swipe-actions.cssvars.scss +0 -0
  685. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/swipe-actions/themes/stable/oj-swipe-actions.scss +0 -0
  686. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/switch/themes/base/_oj-switch.scss +0 -0
  687. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/switch/themes/redwood/_oj-switch.cssvars.scss +0 -0
  688. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/switch/themes/redwood/oj-switch.scss +0 -0
  689. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/switch/themes/stable/_oj-switch.cssvars.scss +0 -0
  690. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/switch/themes/stable/oj-switch.scss +0 -0
  691. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/switcher/themes/base/_oj-switcher.scss +0 -0
  692. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/switcher/themes/redwood/oj-switcher.scss +0 -0
  693. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/switcher/themes/stable/oj-switcher.scss +0 -0
  694. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tab-bar/themes/base/_oj-tab-bar.scss +0 -0
  695. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tab-bar/themes/redwood/_oj-tab-bar-scoped.cssvars.scss +0 -0
  696. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tab-bar/themes/redwood/_oj-tab-bar.cssvars.scss +0 -0
  697. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tab-bar/themes/redwood/oj-tab-bar.scss +0 -0
  698. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tab-bar/themes/stable/_oj-tab-bar-scoped.cssvars.scss +0 -0
  699. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tab-bar/themes/stable/_oj-tab-bar.cssvars.scss +0 -0
  700. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tab-bar/themes/stable/oj-tab-bar.scss +0 -0
  701. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/table/themes/base/_oj-table.scss +0 -0
  702. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/table/themes/redwood/_oj-table-scoped.cssvars.scss +0 -0
  703. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/table/themes/redwood/_oj-table.cssvars.scss +0 -0
  704. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/table/themes/redwood/oj-table.scss +0 -0
  705. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/table/themes/stable/_oj-table-scoped.cssvars.scss +0 -0
  706. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/table/themes/stable/_oj-table.cssvars.scss +0 -0
  707. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/table/themes/stable/oj-table.scss +0 -0
  708. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tag-cloud/themes/base/_oj-tag-cloud.scss +0 -0
  709. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tag-cloud/themes/redwood/_oj-tag-cloud.cssvars.scss +0 -0
  710. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tag-cloud/themes/redwood/oj-tag-cloud.scss +0 -0
  711. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tag-cloud/themes/stable/_oj-tag-cloud.cssvars.scss +0 -0
  712. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tag-cloud/themes/stable/oj-tag-cloud.scss +0 -0
  713. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/base/_oj-notags-ignore.scoped.cssvars.scss +0 -0
  714. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/base/_oj-notags.scss +0 -0
  715. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/base/_oj-tags-ignore.scoped.cssvars.scss +0 -0
  716. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/base/_oj-tags.scss +0 -0
  717. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/redwood/_oj-tags-scoped.cssvars.scss +0 -0
  718. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/redwood/_oj-tags.cssvars.scss +0 -0
  719. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/redwood/oj-notags.scss +0 -0
  720. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/redwood/oj-tags.scss +0 -0
  721. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/stable/_oj-tags-scoped.cssvars.scss +0 -0
  722. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/stable/_oj-tags.cssvars.scss +0 -0
  723. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/stable/oj-notags.scss +0 -0
  724. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tags/themes/stable/oj-tags.scss +0 -0
  725. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-area/themes/base/_oj-text-area.scss +0 -0
  726. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-area/themes/redwood/_oj-text-area.cssvars.scss +0 -0
  727. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-area/themes/redwood/oj-text-area.scss +0 -0
  728. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-area/themes/stable/_oj-text-area.cssvars.scss +0 -0
  729. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-area/themes/stable/oj-text-area.scss +0 -0
  730. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-field/themes/base/_oj-text-field.cssvars.scss +0 -0
  731. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-field/themes/redwood/_oj-text-field-ignore.scoped.cssvars.scss +0 -0
  732. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-field/themes/redwood/_oj-text-field-scoped.cssvars.scss +0 -0
  733. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-field/themes/redwood/_oj-text-field.cssvars.scss +0 -0
  734. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-field/themes/stable/_oj-text-field-scoped.cssvars.scss +0 -0
  735. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/text-field/themes/stable/_oj-text-field.cssvars.scss +0 -0
  736. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/thematic-map/themes/base/_oj-thematic-map.scss +0 -0
  737. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/thematic-map/themes/redwood/_oj-thematic-map.cssvars.scss +0 -0
  738. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/thematic-map/themes/redwood/oj-thematic-map.scss +0 -0
  739. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/thematic-map/themes/stable/_oj-thematic-map.cssvars.scss +0 -0
  740. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/thematic-map/themes/stable/oj-thematic-map.scss +0 -0
  741. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/time-axis/themes/base/_oj-time-axis.scss +0 -0
  742. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/time-axis/themes/redwood/_oj-time-axis.cssvars.scss +0 -0
  743. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/time-axis/themes/redwood/oj-time-axis.scss +0 -0
  744. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/time-axis/themes/stable/_oj-time-axis.cssvars.scss +0 -0
  745. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/time-axis/themes/stable/oj-time-axis.scss +0 -0
  746. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/timeline/themes/base/_oj-timeline.scss +0 -0
  747. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/timeline/themes/redwood/_oj-timeline-ignore.scoped.cssvars.scss +0 -0
  748. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/timeline/themes/redwood/_oj-timeline.cssvars.scss +0 -0
  749. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/timeline/themes/redwood/oj-timeline.scss +0 -0
  750. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/timeline/themes/stable/_oj-timeline-ignore.scoped.cssvars.scss +0 -0
  751. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/timeline/themes/stable/_oj-timeline.cssvars.scss +0 -0
  752. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/timeline/themes/stable/oj-timeline.scss +0 -0
  753. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/toolbar/themes/base/_oj-toolbar.scss +0 -0
  754. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/toolbar/themes/redwood/_oj-toolbar.cssvars.scss +0 -0
  755. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/toolbar/themes/redwood/oj-toolbar.scss +0 -0
  756. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/toolbar/themes/stable/_oj-toolbar.cssvars.scss +0 -0
  757. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/toolbar/themes/stable/oj-toolbar.scss +0 -0
  758. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tooltip/themes/base/_oj-tooltip.scss +0 -0
  759. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tooltip/themes/redwood/_oj-tooltip.cssvars.scss +0 -0
  760. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tooltip/themes/redwood/oj-tooltip.scss +0 -0
  761. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tooltip/themes/stable/_oj-tooltip.cssvars.scss +0 -0
  762. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tooltip/themes/stable/oj-tooltip.scss +0 -0
  763. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/train/themes/base/_oj-train.scss +0 -0
  764. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/train/themes/redwood/_oj-train-scoped.cssvars.scss +0 -0
  765. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/train/themes/redwood/_oj-train.cssvars.scss +0 -0
  766. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/train/themes/redwood/oj-train.scss +0 -0
  767. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/train/themes/stable/_oj-train.cssvars.scss +0 -0
  768. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/train/themes/stable/oj-train.scss +0 -0
  769. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tree-view/themes/base/_oj-tree-view.scss +0 -0
  770. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tree-view/themes/redwood/_oj-tree-view.cssvars.scss +0 -0
  771. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tree-view/themes/redwood/oj-tree-view.scss +0 -0
  772. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tree-view/themes/stable/_oj-tree-view.cssvars.scss +0 -0
  773. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/tree-view/themes/stable/oj-tree-view.scss +0 -0
  774. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/treemap/themes/base/_oj-treemap.scss +0 -0
  775. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/treemap/themes/redwood/_oj-treemap.cssvars.scss +0 -0
  776. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/treemap/themes/redwood/oj-treemap.scss +0 -0
  777. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/treemap/themes/stable/_oj-treemap.cssvars.scss +0 -0
  778. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/treemap/themes/stable/oj-treemap.scss +0 -0
  779. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/typography/themes/base/_oj-typography.scss +0 -0
  780. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/typography/themes/redwood/_oj-typography-ignore.scoped.cssvars.scss +0 -0
  781. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/typography/themes/redwood/_oj-typography-scoped.cssvars.scss +0 -0
  782. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/typography/themes/redwood/_oj-typography.cssvars.scss +0 -0
  783. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/typography/themes/redwood/oj-typography.scss +0 -0
  784. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/typography/themes/stable/_oj-typography-scoped.cssvars.scss +0 -0
  785. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/typography/themes/stable/_oj-typography.cssvars.scss +0 -0
  786. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/typography/themes/stable/oj-typography.scss +0 -0
  787. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/utilities/_oj.utilities.bidi.scss +0 -0
  788. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/utilities/_oj.utilities.icons.scss +0 -0
  789. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/utilities/_oj.utilities.json.scss +0 -0
  790. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/utilities/_oj.utilities.masonrylayout.scss +0 -0
  791. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/utilities/_oj.utilities.modules.scss +0 -0
  792. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/validation-group/themes/base/_oj-validation-group.scss +0 -0
  793. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/validation-group/themes/redwood/oj-validation-group.scss +0 -0
  794. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/validation-group/themes/stable/oj-validation-group.scss +0 -0
  795. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/waterfall-layout/themes/base/_oj-waterfall-layout.scss +0 -0
  796. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/waterfall-layout/themes/redwood/_oj-waterfall-layout.cssvars.scss +0 -0
  797. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/waterfall-layout/themes/redwood/oj-waterfall-layout.scss +0 -0
  798. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/waterfall-layout/themes/stable/_oj-waterfall-layout.cssvars.scss +0 -0
  799. /package/dist/pcss/oj/{20.1.0 → 20.1.2}/oj/waterfall-layout/themes/stable/oj-waterfall-layout.scss +0 -0
@@ -1,1787 +1 @@
1
- !function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).PouchDB=e()}((function(){return function e(t,n,r){function o(s,a){if(!n[s]){if(!t[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(i)return i(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var f=n[s]={exports:{}};t[s][0].call(f.exports,(function(e){return o(t[s][1][e]||e)}),f,f.exports,e,t,n,r)}return n[s].exports}for(var i="function"==typeof require&&require,s=0;s<r.length;s++)o(r[s]);return o}({1:[function(e,t,n){"use strict";t.exports=function(e){return function(){var t=arguments.length;if(t){for(var n=[],r=-1;++r<t;)n[r]=arguments[r];return e.call(this,n)}return e.call(this,[])}}},{}],2:[function(e,t,n){},{}],3:[function(e,t,n){
2
- // Copyright Joyent, Inc. and other Node contributors.
3
- // Permission is hereby granted, free of charge, to any person obtaining a
4
- // copy of this software and associated documentation files (the
5
- // "Software"), to deal in the Software without restriction, including
6
- // without limitation the rights to use, copy, modify, merge, publish,
7
- // distribute, sublicense, and/or sell copies of the Software, and to permit
8
- // persons to whom the Software is furnished to do so, subject to the
9
- // following conditions:
10
- // The above copyright notice and this permission notice shall be included
11
- // in all copies or substantial portions of the Software.
12
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
13
- // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14
- // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
15
- // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
16
- // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
17
- // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
18
- // USE OR OTHER DEALINGS IN THE SOFTWARE.
19
- var r=Object.create||function(e){var t=function(){};return t.prototype=e,new t},o=Object.keys||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return n},i=Function.prototype.bind||function(e){var t=this;return function(){return t.apply(e,arguments)}};function s(){this._events&&Object.prototype.hasOwnProperty.call(this,"_events")||(this._events=r(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0}t.exports=s,
20
- // Backwards-compat with node 0.10.x
21
- s.EventEmitter=s,s.prototype._events=void 0,s.prototype._maxListeners=void 0;
22
- // By default EventEmitters will print a warning if more than 10 listeners are
23
- // added to it. This is a useful default which helps finding memory leaks.
24
- var a,u=10;try{var c={};Object.defineProperty&&Object.defineProperty(c,"x",{value:0}),a=0===c.x}catch(e){a=!1}function f(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}
25
- // These standalone emit* functions are used to optimize calling of event
26
- // handlers for fast cases because emit() itself often has a variable number of
27
- // arguments and can be deoptimized because of that. These functions always have
28
- // the same number of arguments and thus do not get deoptimized, so the code
29
- // inside them can execute faster.
30
- function l(e,t,n){if(t)e.call(n);else for(var r=e.length,o=w(e,r),i=0;i<r;++i)o[i].call(n)}function d(e,t,n,r){if(t)e.call(n,r);else for(var o=e.length,i=w(e,o),s=0;s<o;++s)i[s].call(n,r)}function h(e,t,n,r,o){if(t)e.call(n,r,o);else for(var i=e.length,s=w(e,i),a=0;a<i;++a)s[a].call(n,r,o)}function p(e,t,n,r,o,i){if(t)e.call(n,r,o,i);else for(var s=e.length,a=w(e,s),u=0;u<s;++u)a[u].call(n,r,o,i)}function v(e,t,n,r){if(t)e.apply(n,r);else for(var o=e.length,i=w(e,o),s=0;s<o;++s)i[s].apply(n,r)}function y(e,t,n,o){var i,s,a;if("function"!=typeof n)throw new TypeError('"listener" argument must be a function');if((s=e._events)?(
31
- // To avoid recursion in the case that type === "newListener"! Before
32
- // adding it to the listeners, first emit "newListener".
33
- s.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),
34
- // Re-assign `events` because a newListener handler could have caused the
35
- // this._events to be assigned to a new object
36
- s=e._events),a=s[t]):(s=e._events=r(null),e._eventsCount=0),a){
37
- // Check for listener leak
38
- if("function"==typeof a?
39
- // Adding the second element, need to change to array.
40
- a=s[t]=o?[n,a]:[a,n]:
41
- // If we've already got an array, just append.
42
- o?a.unshift(n):a.push(n),!a.warned&&(i=f(e))&&i>0&&a.length>i){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+' "'+String(t)+'" listeners added. Use emitter.setMaxListeners() to increase limit.');u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,"object"==typeof console&&console.warn&&console.warn("%s: %s",u.name,u.message)}}else
43
- // Optimize the case of one listener. Don't need the extra array object.
44
- a=s[t]=n,++e._eventsCount;return e}function g(){if(!this.fired)switch(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length){case 0:return this.listener.call(this.target);case 1:return this.listener.call(this.target,arguments[0]);case 2:return this.listener.call(this.target,arguments[0],arguments[1]);case 3:return this.listener.call(this.target,arguments[0],arguments[1],arguments[2]);default:for(var e=new Array(arguments.length),t=0;t<e.length;++t)e[t]=arguments[t];this.listener.apply(this.target,e)}}function _(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=i.call(g,r);return o.listener=n,r.wrapFn=o,o}function m(e,t,n){var r=e._events;if(!r)return[];var o=r[t];return o?"function"==typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(o):w(o,o.length):[]}function b(e){var t=this._events;if(t){var n=t[e];if("function"==typeof n)return 1;if(n)return n.length}return 0}function w(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}a?Object.defineProperty(s,"defaultMaxListeners",{enumerable:!0,get:function(){return u},set:function(e){
45
- // check whether the input is a positive number (whose value is zero or
46
- // greater and not a NaN).
47
- if("number"!=typeof e||e<0||e!=e)throw new TypeError('"defaultMaxListeners" must be a positive number');u=e}}):s.defaultMaxListeners=u,
48
- // Obviously not all Emitters should be limited to 10. This function allows
49
- // that to be increased. Set to zero for unlimited.
50
- s.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw new TypeError('"n" argument must be a positive number');return this._maxListeners=e,this},s.prototype.getMaxListeners=function(){return f(this)},s.prototype.emit=function(e){var t,n,r,o,i,s,a="error"===e;if(s=this._events)a=a&&null==s.error;else if(!a)return!1;
51
- // If there is no 'error' event listener then throw.
52
- if(a){if(arguments.length>1&&(t=arguments[1]),t instanceof Error)throw t;// Unhandled 'error' event
53
- // At least give some kind of context to the user
54
- var u=new Error('Unhandled "error" event. ('+t+")");throw u.context=t,u}if(!(n=s[e]))return!1;var c="function"==typeof n;switch(r=arguments.length){
55
- // fast cases
56
- case 1:l(n,c,this);break;case 2:d(n,c,this,arguments[1]);break;case 3:h(n,c,this,arguments[1],arguments[2]);break;case 4:p(n,c,this,arguments[1],arguments[2],arguments[3]);break;
57
- // slower
58
- default:for(o=new Array(r-1),i=1;i<r;i++)o[i-1]=arguments[i];v(n,c,this,o)}return!0},s.prototype.addListener=function(e,t){return y(this,e,t,!1)},s.prototype.on=s.prototype.addListener,s.prototype.prependListener=function(e,t){return y(this,e,t,!0)},s.prototype.once=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.on(e,_(this,e,t)),this},s.prototype.prependOnceListener=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.prependListener(e,_(this,e,t)),this},
59
- // Emits a 'removeListener' event if and only if the listener was removed.
60
- s.prototype.removeListener=function(e,t){var n,o,i,s,a;if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');if(!(o=this._events))return this;if(!(n=o[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=r(null):(delete o[e],o.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(i=-1,s=n.length-1;s>=0;s--)if(n[s]===t||n[s].listener===t){a=n[s].listener,i=s;break}if(i<0)return this;0===i?n.shift():
61
- // About 1.5x faster than the two-arg version of Array#splice().
62
- function(e,t){for(var n=t,r=n+1,o=e.length;r<o;n+=1,r+=1)e[n]=e[r];e.pop()}(n,i),1===n.length&&(o[e]=n[0]),o.removeListener&&this.emit("removeListener",e,a||t)}return this},s.prototype.removeAllListeners=function(e){var t,n,i;if(!(n=this._events))return this;
63
- // not listening for removeListener, no need to emit
64
- if(!n.removeListener)return 0===arguments.length?(this._events=r(null),this._eventsCount=0):n[e]&&(0==--this._eventsCount?this._events=r(null):delete n[e]),this;
65
- // emit removeListener for all listeners on all events
66
- if(0===arguments.length){var s,a=o(n);for(i=0;i<a.length;++i)"removeListener"!==(s=a[i])&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=r(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(t)
67
- // LIFO order
68
- for(i=t.length-1;i>=0;i--)this.removeListener(e,t[i]);return this},s.prototype.listeners=function(e){return m(this,e,!0)},s.prototype.rawListeners=function(e){return m(this,e,!1)},s.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):b.call(e,t)},s.prototype.listenerCount=b,s.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]}},{}],4:[function(e,t,n){"use strict";var r,o,i,s=[e("./nextTick"),e("./queueMicrotask"),e("./mutation.js"),e("./messageChannel"),e("./stateChange"),e("./timeout")],a=-1,u=[],c=!1;function f(){r&&o&&(r=!1,o.length?u=o.concat(u):a=-1,u.length&&l())}
69
- //named nextTick for less confusing stack traces
70
- function l(){if(!r){c=!1,r=!0;for(var e=u.length,t=setTimeout(f);e;){for(o=u,u=[];o&&++a<e;)o[a].run();a=-1,e=u.length}o=null,a=-1,r=!1,clearTimeout(t)}}for(var d=-1,h=s.length;++d<h;)if(s[d]&&s[d].test&&s[d].test()){i=s[d].install(l);break}
71
- // v8 likes predictible objects
72
- function p(e,t){this.fun=e,this.array=t}p.prototype.run=function(){var e=this.fun,t=this.array;switch(t.length){case 0:return e();case 1:return e(t[0]);case 2:return e(t[0],t[1]);case 3:return e(t[0],t[1],t[2]);default:return e.apply(null,t)}},t.exports=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new p(e,t)),c||r||(c=!0,i())}},{"./messageChannel":5,"./mutation.js":6,"./nextTick":2,"./queueMicrotask":7,"./stateChange":8,"./timeout":9}],5:[function(e,t,n){(function(e){(function(){"use strict";n.test=function(){return!e.setImmediate&&void 0!==e.MessageChannel},n.install=function(t){var n=new e.MessageChannel;return n.port1.onmessage=t,function(){n.port2.postMessage(0)}}}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],6:[function(e,t,n){(function(e){(function(){"use strict";
73
- //based off rsvp https://github.com/tildeio/rsvp.js
74
- //license https://github.com/tildeio/rsvp.js/blob/master/LICENSE
75
- //https://github.com/tildeio/rsvp.js/blob/master/lib/rsvp/asap.js
76
- var t=e.MutationObserver||e.WebKitMutationObserver;n.test=function(){return t},n.install=function(n){var r=0,o=new t(n),i=e.document.createTextNode("");return o.observe(i,{characterData:!0}),function(){i.data=r=++r%2}}}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],7:[function(e,t,n){(function(e){(function(){"use strict";n.test=function(){return"function"==typeof e.queueMicrotask},n.install=function(t){return function(){e.queueMicrotask(t)}}}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],8:[function(e,t,n){(function(e){(function(){"use strict";n.test=function(){return"document"in e&&"onreadystatechange"in e.document.createElement("script")},n.install=function(t){return function(){
77
- // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted
78
- // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.
79
- var n=e.document.createElement("script");return n.onreadystatechange=function(){t(),n.onreadystatechange=null,n.parentNode.removeChild(n),n=null},e.document.documentElement.appendChild(n),t}}}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],9:[function(e,t,n){"use strict";n.test=function(){return!0},n.install=function(e){return function(){setTimeout(e,0)}}},{}],10:[function(e,t,n){"function"==typeof Object.create?
80
- // implementation from standard node.js 'util' module
81
- t.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:
82
- // old school shim for old browsers
83
- t.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},{}],11:[function(e,t,n){(function(n){(function(){"use strict";function r(e){return e&&"object"==typeof e&&"default"in e?e.default:e}var o,i,s=r(e("immediate")),a=e("uuid"),u=r(e("spark-md5")),c=r(e("vuvuzela")),f=r(e("argsarray")),l=r(e("inherits")),d=r(e("events"));function h(e){return"$"+e}function p(e){return e.substring(1)}function v(){this._store={}}function y(e){
84
- // init with an array
85
- if(this._store=new v,e&&Array.isArray(e))for(var t=0,n=e.length;t<n;t++)this.add(e[t])}
86
- // most of this is borrowed from lodash.isPlainObject:
87
- // https://github.com/fis-components/lodash.isplainobject/
88
- // blob/29c358140a74f252aeb08c9eb28bef86f2217d4a/index.js
89
- v.prototype.get=function(e){var t=h(e);return this._store[t]},v.prototype.set=function(e,t){var n=h(e);return this._store[n]=t,!0},v.prototype.has=function(e){return h(e)in this._store},v.prototype.delete=function(e){var t=h(e),n=t in this._store;return delete this._store[t],n},v.prototype.forEach=function(e){for(var t=Object.keys(this._store),n=0,r=t.length;n<r;n++){var o=t[n];e(this._store[o],o=p(o))}},Object.defineProperty(v.prototype,"size",{get:function(){return Object.keys(this._store).length}}),y.prototype.add=function(e){return this._store.set(e,!0)},y.prototype.has=function(e){return this._store.has(e)},y.prototype.forEach=function(e){this._store.forEach((function(t,n){e(n)}))},Object.defineProperty(y.prototype,"size",{get:function(){return this._store.size}}),
90
- /* global Map,Set,Symbol */
91
- // Based on https://kangax.github.io/compat-table/es6/ we can sniff out
92
- // incomplete Map/Set implementations which would otherwise cause our tests to fail.
93
- // Notably they fail in IE11 and iOS 8.4, which this prevents.
94
- function(){if("undefined"==typeof Symbol||"undefined"==typeof Map||"undefined"==typeof Set)return!1;var e=Object.getOwnPropertyDescriptor(Map,Symbol.species);return e&&"get"in e&&Map[Symbol.species]===Map}
95
- // based on https://github.com/montagejs/collections
96
- ()?(// prefer built-in Map/Set
97
- o=Set,i=Map):(// fall back to our polyfill
98
- o=y,i=v);var g,_,m=Function.prototype.toString,b=m.call(Object);function w(e){var t,n,r;if(!e||"object"!=typeof e)return e;if(Array.isArray(e)){for(t=[],n=0,r=e.length;n<r;n++)t[n]=w(e[n]);return t}
99
- // special case: to avoid inconsistencies between IndexedDB
100
- // and other backends, we automatically stringify Dates
101
- if(e instanceof Date)return e.toISOString();if(function(e){return"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer||"undefined"!=typeof Blob&&e instanceof Blob}(e))return function(e){if(e instanceof ArrayBuffer)return function(e){if("function"==typeof e.slice)return e.slice(0);
102
- // IE10-11 slice() polyfill
103
- var t=new ArrayBuffer(e.byteLength),n=new Uint8Array(t),r=new Uint8Array(e);return n.set(r),t}(e);var t=e.size,n=e.type;
104
- // Blob
105
- return"function"==typeof e.slice?e.slice(0,t,n):e.webkitSlice(0,t,n);
106
- // PhantomJS slice() replacement
107
- }(e);if(!function(e){var t=Object.getPrototypeOf(e);
108
- /* istanbul ignore if */if(null===t)// not sure when this happens, but I guess it can
109
- return!0;var n=t.constructor;return"function"==typeof n&&n instanceof n&&m.call(n)==b}(e))return e;// don't clone objects like Workers
110
- for(n in t={},e)
111
- /* istanbul ignore else */
112
- if(Object.prototype.hasOwnProperty.call(e,n)){var o=w(e[n]);void 0!==o&&(t[n]=o)}return t}function k(e){var t=!1;return f((function(n){
113
- /* istanbul ignore if */
114
- if(t)
115
- // this is a smoke test and should never actually happen
116
- throw new Error("once called more than once");t=!0,e.apply(this,n)}))}function j(e){
117
- //create the function we will be returning
118
- return f((function(t){
119
- // Clone arguments
120
- t=w(t);var n=this,r="function"==typeof t[t.length-1]&&t.pop(),o=new Promise((function(r,o){var i;try{var s=k((function(e,t){e?o(e):r(t)}));
121
- // create a callback for this invocation
122
- // apply the function in the orig context
123
- t.push(s),(i=e.apply(n,t))&&"function"==typeof i.then&&r(i)}catch(e){o(e)}}));
124
- // if the last argument is a function, assume its a callback
125
- // if there is a callback, call it back
126
- return r&&o.then((function(e){r(null,e)}),r),o}))}function O(e,t){return j(f((function(n){if(this._closed)return Promise.reject(new Error("database is closed"));if(this._destroyed)return Promise.reject(new Error("database is destroyed"));var r=this;return function(e,t,n){
127
- /* istanbul ignore if */
128
- if(e.constructor.listeners("debug").length){for(var r=["api",e.name,t],o=0;o<n.length-1;o++)r.push(n[o]);e.constructor.emit("debug",r);
129
- // override the callback itself to log the response
130
- var i=n[n.length-1];n[n.length-1]=function(n,r){var o=["api",e.name,t];o=o.concat(n?["error",n]:["success",r]),e.constructor.emit("debug",o),i(n,r)}}}(r,e,n),this.taskqueue.isReady?t.apply(this,n):new Promise((function(t,o){r.taskqueue.addTask((function(i){i?o(i):t(r[e].apply(r,n))}))}))})))}
131
- // like underscore/lodash _.pick()
132
- function A(e,t){for(var n={},r=0,o=t.length;r<o;r++){var i=t[r];i in e&&(n[i]=e[i])}return n}
133
- // Most browsers throttle concurrent requests at 6, so it's silly
134
- // to shim _bulk_get by trying to launch potentially hundreds of requests
135
- // and then letting the majority time out. We can handle this ourselves.
136
- function q(e){return e}function S(e){return[{ok:e}]}
137
- // shim for P/CouchDB adapters that don't directly implement _bulk_get
138
- function x(e,t,n){var r=t.docs,o=new i;
139
- // consolidate into one request per doc if possible
140
- r.forEach((function(e){o.has(e.id)?o.get(e.id).push(e):o.set(e.id,[e])}));var s=o.size,a=0,u=new Array(s);function c(){var e;++a===s&&(e=[],u.forEach((function(t){t.docs.forEach((function(n){e.push({id:t.id,docs:[n]})}))})),n(null,{results:e}))}var f=[];o.forEach((function(e,t){f.push(t)}));var l=0;!function n(){if(!(l>=f.length)){var r=Math.min(l+6,f.length),i=f.slice(l,r);!function(r,i){r.forEach((function(r,s){var a=i+s,f=o.get(r),l=A(f[0],["atts_since","attachments"]);l.open_revs=f.map((function(e){
141
- // rev is optional, open_revs disallowed
142
- return e.rev})),
143
- // remove falsey / undefined revisions
144
- l.open_revs=l.open_revs.filter(q);var d=q;0===l.open_revs.length&&(delete l.open_revs,
145
- // when fetching only the "winning" leaf,
146
- // transform the result so it looks like an open_revs
147
- // request
148
- d=S),
149
- // globally-supplied options
150
- ["revs","attachments","binary","ajax","latest"].forEach((function(e){e in t&&(l[e]=t[e])})),e.get(r,l,(function(e,t){var o,i,s;
151
- /* istanbul ignore if */o=e?[{error:e}]:d(t),i=r,s=o,u[a]={id:i,docs:s},c(),n()}))}))}(i,l),l+=i.length}}()}try{localStorage.setItem("_pouch_check_localstorage",1),g=!!localStorage.getItem("_pouch_check_localstorage")}catch(e){g=!1}function E(){return g}
152
- // Custom nextTick() shim for browsers. In node, this will just be process.nextTick(). We
153
- function C(){d.call(this),this._listeners={},
154
- /* istanbul ignore next */
155
- function(e){E()&&addEventListener("storage",(function(t){e.emit(t.key)}))}(this)}function P(e){
156
- /* istanbul ignore else */
157
- if("undefined"!=typeof console&&"function"==typeof console[e]){var t=Array.prototype.slice.call(arguments,1);console[e].apply(console,t)}}function L(e){var t=0;return e||(t=2e3),function(e,t){var n=6e5;// Hard-coded default of 10 minutes
158
- return e=parseInt(e,10)||0,(t=parseInt(t,10))!=t||t<=e?t=(e||1)<<1:t+=1,
159
- // In order to not exceed maxTimeout, pick a random value between half of maxTimeout and maxTimeout
160
- t>n&&(e=3e5,// divide by two
161
- t=n),~~((t-e)*Math.random()+e);// ~~ coerces to an int, but fast.
162
- }(e,t)}
163
- // designed to give info to browser users, who are disturbed
164
- // when they see http errors in the console
165
- function D(e,t){P("info","The above "+e+" is totally normal. "+t)}l(C,d),C.prototype.addListener=function(e,t,n,r){
166
- /* istanbul ignore if */
167
- if(!this._listeners[t]){var o=this,i=!1;this._listeners[t]=a,this.on(e,a)}function a(){
168
- /* istanbul ignore if */
169
- if(o._listeners[t])if(i)i="waiting";else{i=!0;var e=A(r,["style","include_docs","attachments","conflicts","filter","doc_ids","view","since","query_params","binary","return_docs"]);
170
- /* istanbul ignore next */n.changes(e).on("change",(function(e){e.seq>r.since&&!r.cancelled&&(r.since=e.seq,r.onChange(e))})).on("complete",(function(){"waiting"===i&&s(a),i=!1})).on("error",(function(){i=!1}))}}},C.prototype.removeListener=function(e,t){
171
- /* istanbul ignore if */
172
- t in this._listeners&&(d.prototype.removeListener.call(this,e,this._listeners[t]),delete this._listeners[t])},
173
- /* istanbul ignore next */
174
- C.prototype.notifyLocalWindows=function(e){
175
- //do a useless change on a storage thing
176
- //in order to get other windows's listeners to activate
177
- E()&&(localStorage[e]="a"===localStorage[e]?"b":"a")},C.prototype.notify=function(e){this.emit(e),this.notifyLocalWindows(e)},_="function"==typeof Object.assign?Object.assign:function(e){for(var t=Object(e),n=1;n<arguments.length;n++){var r=arguments[n];if(null!=r)// Skip over if undefined or null
178
- for(var o in r)
179
- // Avoid bugs when hasOwnProperty is shadowed
180
- Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t};var $=_;function I(e,t,n){Error.call(this,n),this.status=e,this.name=t,this.message=n,this.error=!0}l(I,Error),I.prototype.toString=function(){return JSON.stringify({status:this.status,name:this.name,message:this.message,reason:this.reason})},new I(401,"unauthorized","Name or password is incorrect.");var T=new I(400,"bad_request","Missing JSON list of 'docs'"),B=new I(404,"not_found","missing"),M=new I(409,"conflict","Document update conflict"),R=new I(400,"bad_request","_id field must contain a string"),U=new I(412,"missing_id","_id is required for puts"),N=new I(400,"bad_request","Only reserved document ids may start with underscore."),F=(new I(412,"precondition_failed","Database not open"),new I(500,"unknown_error","Database encountered an unknown error")),K=new I(500,"badarg","Some query argument is invalid"),J=(new I(400,"invalid_request","Request was invalid"),new I(400,"query_parse_error","Some query parameter is invalid")),z=new I(500,"doc_validation","Bad special document member"),V=new I(400,"bad_request","Something wrong with the request"),G=new I(400,"bad_request","Document must be a JSON object"),Q=(new I(404,"not_found","Database not found"),new I(500,"indexed_db_went_bad","unknown")),W=(new I(500,"web_sql_went_bad","unknown"),new I(500,"levelDB_went_went_bad","unknown"),new I(403,"forbidden","Forbidden by design doc validate_doc_update function"),new I(400,"bad_request","Invalid rev format")),Y=(new I(412,"file_exists","The database could not be created, the file already exists."),new I(412,"missing_stub","A pre-existing attachment stub wasn't found"));function H(e,t){function n(t){for(
181
- // inherit error properties from our parent error manually
182
- // so as to allow proper JSON parsing.
183
- /* jshint ignore:start */
184
- var n=Object.getOwnPropertyNames(e),r=0,o=n.length;r<o;r++)"function"!=typeof e[n[r]]&&(this[n[r]]=e[n[r]]);
185
- /* jshint ignore:end */void 0!==t&&(this.reason=t)}return n.prototype=I.prototype,new n(t)}function X(e){if("object"!=typeof e){var t=e;(e=F).data=t}return"error"in e&&"conflict"===e.error&&(e.name="conflict",e.status=409),"name"in e||(e.name=e.error||"unknown"),"status"in e||(e.status=500),"message"in e||(e.message=e.message||e.reason),e}function Z(e){var t={},n=e.filter&&"function"==typeof e.filter;return t.query=e.query_params,function(r){r.doc||(
186
- // CSG sends events on the changes feed that don't have documents,
187
- // this hack makes a whole lot of existing code robust.
188
- r.doc={});var o=n&&function(e,t,n){try{return!e(t,n)}catch(e){var r="Filter function threw: "+e.toString();return H(V,r)}}(e.filter,r.doc,t);if("object"==typeof o)return o;if(o)return!1;if(e.include_docs){if(!e.attachments)for(var i in r.doc._attachments)
189
- /* istanbul ignore else */
190
- r.doc._attachments.hasOwnProperty(i)&&(r.doc._attachments[i].stub=!0)}else delete r.doc;return!0}}function ee(e){for(var t=[],n=0,r=e.length;n<r;n++)t=t.concat(e[n]);return t}
191
- // shim for Function.prototype.name,
192
- // Determine id an ID is valid
193
- // - invalid IDs begin with an underescore that does not begin '_design' or
194
- // '_local'
195
- // - any other string value is a valid id
196
- // Returns the specific error object for each case
197
- function te(e){var t;if(e?"string"!=typeof e?t=H(R):/^_/.test(e)&&!/^_(design|local)/.test(e)&&(t=H(N)):t=H(U),t)throw t}
198
- // Checks if a PouchDB object is "remote" or not. This is
199
- function ne(e){return"boolean"==typeof e._remote?e._remote:
200
- /* istanbul ignore next */
201
- "function"==typeof e.type&&(P("warn","db.type() is deprecated and will be removed in a future version of PouchDB"),"http"===e.type()
202
- /* istanbul ignore next */)}function re(e){if(!e)return null;var t=e.split("/");return 2===t.length?t:1===t.length?[e,e]:null}function oe(e){var t=re(e);return t?t.join("/"):null}
203
- // originally parseUri 1.2.2, now patched by us
204
- // (c) Steven Levithan <stevenlevithan.com>
205
- // MIT License
206
- new I(413,"invalid_url","Provided URL is invalid");var ie=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],se="queryKey",ae=/(?:^|&)([^&=]*)=?([^&]*)/g,ue=/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/;function ce(e){for(var t=ue.exec(e),n={},r=14;r--;){var o=ie[r],i=t[r]||"",s=-1!==["user","password"].indexOf(o);n[o]=s?decodeURIComponent(i):i}return n[se]={},n[ie[12]].replace(ae,(function(e,t,r){t&&(n[se][t]=r)})),n}
207
- // Based on https://github.com/alexdavid/scope-eval v0.0.3
208
- // (source: https://unpkg.com/scope-eval@0.0.3/scope_eval.js)
209
- // This is basically just a wrapper around new Function()
210
- function fe(e,t){var n=[],r=[];for(var o in t)t.hasOwnProperty(o)&&(n.push(o),r.push(t[o]));return n.push(e),Function.apply(null,n).apply(null,r)}
211
- // this is essentially the "update sugar" function from daleharvey/pouchdb#1388
212
- // the diffFun tells us what delta to apply to the doc. it either returns
213
- // the doc, or false if it doesn't need to do an update after all
214
- function le(e,t,n){return new Promise((function(r,o){e.get(t,(function(i,s){if(i){
215
- /* istanbul ignore next */
216
- if(404!==i.status)return o(i);s={}}
217
- // the user might change the _rev, so save it for posterity
218
- var a=s._rev,u=n(s);if(!u)
219
- // if the diffFun returns falsy, we short-circuit as
220
- // an optimization
221
- return r({updated:!1,rev:a});
222
- // users aren't allowed to modify these values,
223
- // so reset them here
224
- u._id=t,u._rev=a,r(function(e,t,n){return e.put(t).then((function(e){return{updated:!0,rev:e.rev}}),(function(r){
225
- /* istanbul ignore next */
226
- if(409!==r.status)throw r;return le(e,t._id,n)}))}(e,u,n))}))}))}var de=function(e){return atob(e)},he=function(e){return btoa(e)};
227
- // Abstracts constructing a Blob object, so it also works in older
228
- // browsers that don't support the native Blob constructor (e.g.
229
- // old QtWebKit versions, Android < 4.4).
230
- function pe(e,t){
231
- /* global BlobBuilder,MSBlobBuilder,MozBlobBuilder,WebKitBlobBuilder */
232
- e=e||[],t=t||{};try{return new Blob(e,t)}catch(o){if("TypeError"!==o.name)throw o;for(var n=new("undefined"!=typeof BlobBuilder?BlobBuilder:"undefined"!=typeof MSBlobBuilder?MSBlobBuilder:"undefined"!=typeof MozBlobBuilder?MozBlobBuilder:WebKitBlobBuilder),r=0;r<e.length;r+=1)n.append(e[r]);return n.getBlob(t.type)}}
233
- // From http://stackoverflow.com/questions/14967647/ (continues on next line)
234
- // encode-decode-image-with-base64-breaks-image (2013-04-21)
235
- function ve(e){for(var t=e.length,n=new ArrayBuffer(t),r=new Uint8Array(n),o=0;o<t;o++)r[o]=e.charCodeAt(o);return n}function ye(e,t){return pe([ve(e)],{type:t})}function ge(e,t){return ye(de(e),t)}
236
- //Can't find original post, but this is close
237
- //http://stackoverflow.com/questions/6965107/ (continues on next line)
238
- //converting-between-strings-and-arraybuffers
239
- // shim for browsers that don't support it
240
- function _e(e,t){var n=new FileReader,r="function"==typeof n.readAsBinaryString;n.onloadend=function(e){var n=e.target.result||"";if(r)return t(n);t(function(e){for(var t="",n=new Uint8Array(e),r=n.byteLength,o=0;o<r;o++)t+=String.fromCharCode(n[o]);return t}(n))},r?n.readAsBinaryString(e):n.readAsArrayBuffer(e)}function me(e,t){_e(e,(function(e){t(e)}))}function be(e,t){me(e,(function(e){t(he(e))}))}
241
- // simplified API. universal browser support is assumed
242
- // this is not used in the browser
243
- var we=self.setImmediate||self.setTimeout;function ke(e,t,n,r,o){(n>0||r<t.size)&&(
244
- // only slice blob if we really need to
245
- t=function(e,t,n){return e.webkitSlice?e.webkitSlice(t,n):e.slice(t,n)}(t,n,r)),function(e,t){var n=new FileReader;n.onloadend=function(e){var n=e.target.result||new ArrayBuffer(0);t(n)},n.readAsArrayBuffer(e)}(t,(function(t){e.append(t),o()}))}function je(e,t,n,r,o){(n>0||r<t.length)&&(
246
- // only create a substring if we really need to
247
- t=t.substring(n,r)),e.appendBinary(t),o()}function Oe(e,t){var n="string"==typeof e,r=n?e.length:e.size,o=Math.min(32768,r),i=Math.ceil(r/o),s=0,a=n?new u:new u.ArrayBuffer,c=n?je:ke;function f(){we(d)}function l(){var e=function(e){return he(e)}(a.end(!0));t(e),a.destroy()}function d(){var t=s*o;s++,c(a,e,t,t+o,s<i?f:l)}d()}function Ae(e){return u.hash(e)}function qe(e,t){var n=w(e);return t?(delete n._rev_tree,Ae(JSON.stringify(n))):a.v4().replace(/-/g,"").toLowerCase()}var Se=a.v4;// mimic old import, only v4 is ever used elsewhere
248
- // We fetch all leafs of the revision tree, and sort them based on tree length
249
- // and whether they were deleted, undeleted documents with the longest revision
250
- // tree (most edits) win
251
- // The final sort algorithm is slightly documented in a sidebar here:
252
- // http://guide.couchdb.org/draft/conflicts.html
253
- function xe(e){for(var t,n,r,o,i=e.rev_tree.slice();o=i.pop();){var s=o.ids,a=s[2],u=o.pos;if(a.length)// non-leaf
254
- for(var c=0,f=a.length;c<f;c++)i.push({pos:u+1,ids:a[c]});else{var l=!!s[1].deleted,d=s[0];
255
- // sort by deleted, then pos, then id
256
- t&&!(r!==l?r:n!==u?n<u:t<d)||(t=d,n=u,r=l)}}return n+"-"+t}
257
- // Pretty much all below can be combined into a higher order function to
258
- // traverse revisions
259
- // The return value from the callback will be passed as context to all
260
- // children of that node
261
- function Ee(e,t){for(var n,r=e.slice();n=r.pop();)for(var o=n.pos,i=n.ids,s=i[2],a=t(0===s.length,o,i[0],n.ctx,i[1]),u=0,c=s.length;u<c;u++)r.push({pos:o+1,ids:s[u],ctx:a})}function Ce(e,t){return e.pos-t.pos}function Pe(e){var t=[];Ee(e,(function(e,n,r,o,i){e&&t.push({rev:n+"-"+r,pos:n,opts:i})})),t.sort(Ce).reverse();for(var n=0,r=t.length;n<r;n++)delete t[n].pos;return t}
262
- // returns revs of all conflicts that is leaves such that
263
- // 1. are not deleted and
264
- // 2. are different than winning revision
265
- function Le(e){for(var t=xe(e),n=Pe(e.rev_tree),r=[],o=0,i=n.length;o<i;o++){var s=n[o];s.rev===t||s.opts.deleted||r.push(s.rev)}return r}
266
- // compact a tree by marking its non-leafs as missing,
267
- // and return a list of revs to delete
268
- // build up a list of all the paths to the leafs in this revision tree
269
- function De(e){for(var t,n=[],r=e.slice();t=r.pop();){var o=t.pos,i=t.ids,s=i[0],a=i[1],u=i[2],c=0===u.length,f=t.history?t.history.slice():[];f.push({id:s,opts:a}),c&&n.push({pos:o+1-f.length,ids:f});for(var l=0,d=u.length;l<d;l++)r.push({pos:o+1,ids:u[l],history:f})}return n.reverse()}
270
- // for a better overview of what this is doing, read:
271
- function $e(e,t){return e.pos-t.pos}
272
- // classic binary search
273
- // assuming the arr is sorted, insert the item in the proper place
274
- function Ie(e,t,n){var r=function(e,t,n){for(var r,o=0,i=e.length;o<i;)n(e[r=o+i>>>1],t)<0?o=r+1:i=r;return o}(e,t,n);e.splice(r,0,t)}
275
- // Turn a path as a flat array into a tree with a single branch.
276
- // If any should be stemmed from the beginning of the array, that's passed
277
- // in as the second argument
278
- function Te(e,t){for(var n,r,o=t,i=e.length;o<i;o++){var s=e[o],a=[s.id,s.opts,[]];r?(r[2].push(a),r=a):n=r=a}return n}
279
- // compare the IDs of two trees
280
- function Be(e,t){return e[0]<t[0]?-1:1}
281
- // Merge two trees together
282
- // The roots of tree1 and tree2 must be the same revision
283
- function Me(e,t){for(var n=[{tree1:e,tree2:t}],r=!1;n.length>0;){var o=n.pop(),i=o.tree1,s=o.tree2;(i[1].status||s[1].status)&&(i[1].status="available"===i[1].status||"available"===s[1].status?"available":"missing");for(var a=0;a<s[2].length;a++)if(i[2][0]){for(var u=!1,c=0;c<i[2].length;c++)i[2][c][0]===s[2][a][0]&&(n.push({tree1:i[2][c],tree2:s[2][a]}),u=!0);u||(r="new_branch",Ie(i[2],s[2][a],Be))}else r="new_leaf",i[2][0]=s[2][a]}return{conflicts:r,tree:e}}function Re(e,t,n){var r,o=[],i=!1,s=!1;if(!e.length)return{tree:[t],conflicts:"new_leaf"};for(var a=0,u=e.length;a<u;a++){var c=e[a];if(c.pos===t.pos&&c.ids[0]===t.ids[0])
284
- // Paths start at the same position and have the same root, so they need
285
- // merged
286
- r=Me(c.ids,t.ids),o.push({pos:c.pos,ids:r.tree}),i=i||r.conflicts,s=!0;else if(!0!==n){
287
- // The paths start at a different position, take the earliest path and
288
- // traverse up until it as at the same point from root as the path we
289
- // want to merge. If the keys match we return the longer path with the
290
- // other merged After stemming we dont want to expand the trees
291
- var f=c.pos<t.pos?c:t,l=c.pos<t.pos?t:c,d=l.pos-f.pos,h=[],p=[];for(p.push({ids:f.ids,diff:d,parent:null,parentIdx:null});p.length>0;){var v=p.pop();if(0!==v.diff)for(var y=v.ids[2],g=0,_=y.length;g<_;g++)p.push({ids:y[g],diff:v.diff-1,parent:v.ids,parentIdx:g});else v.ids[0]===l.ids[0]&&h.push(v)}var m=h[0];m?(r=Me(m.ids,l.ids),m.parent[2][m.parentIdx]=r.tree,o.push({pos:f.pos,ids:f.ids}),i=i||r.conflicts,s=!0):o.push(c)}else o.push(c)}
292
- // We didnt find
293
- return s||o.push(t),o.sort($e),{tree:o,conflicts:i||"internal_node"}}
294
- // To ensure we dont grow the revision tree infinitely, we stem old revisions
295
- function Ue(e,t,n){var r=Re(e,t),o=function(e,t){for(
296
- // First we break out the tree into a complete list of root to leaf paths
297
- var n,r,o=De(e),i=0,s=o.length;i<s;i++){
298
- // Then for each path, we cut off the start of the path based on the
299
- // `depth` to stem to, and generate a new set of flat trees
300
- var a,u=o[i],c=u.ids;if(c.length>t){
301
- // only do the stemming work if we actually need to stem
302
- n||(n={});var f=c.length-t;a={pos:u.pos+f,ids:Te(c,f)};for(var l=0;l<f;l++){var d=u.pos+l+"-"+c[l].id;n[d]=!0}}else// no need to actually stem
303
- a={pos:u.pos,ids:Te(c,0)};
304
- // Then we remerge all those flat trees together, ensuring that we dont
305
- // connect trees that would go beyond the depth limit
306
- r=r?Re(r,a,!0).tree:[a]}
307
- // this is memory-heavy per Chrome profiler, avoid unless we actually stemmed
308
- return n&&Ee(r,(function(e,t,r){
309
- // some revisions may have been removed in a branch but not in another
310
- delete n[t+"-"+r]})),{tree:r,revs:n?Object.keys(n):[]}}(r.tree,n);return{tree:o.tree,stemmedRevs:o.revs,conflicts:r.conflicts}}
311
- // return true if a rev exists in the rev tree, false otherwise
312
- function Ne(e){return e.ids}
313
- // check if a specific revision of a doc has been deleted
314
- // - metadata: the metadata object from the doc store
315
- // - rev: (optional) the revision to check. defaults to winning revision
316
- function Fe(e,t){t||(t=xe(e));for(var n,r=t.substring(t.indexOf("-")+1),o=e.rev_tree.map(Ne);n=o.pop();){if(n[0]===r)return!!n[1].deleted;o=o.concat(n[2])}}function Ke(e){return/^_local/.test(e)}
317
- // returns the current leaf node for a given revision
318
- function Je(e,t,n){d.call(this);var r=this;this.db=e;var o=(t=t?w(t):{}).complete=k((function(t,n){var o,s;t?(s="error",("listenerCount"in(o=r)?o.listenerCount(s):d.listenerCount(o,s))>0&&r.emit("error",t)):r.emit("complete",n),r.removeAllListeners(),e.removeListener("destroyed",i)}));function i(){r.cancel()}n&&(r.on("complete",(function(e){n(null,e)})),r.on("error",n)),e.once("destroyed",i),t.onChange=function(e,t,n){
319
- /* istanbul ignore if */
320
- r.isCancelled||function(e,t,n,r){
321
- // isolate try/catches to avoid V8 deoptimizations
322
- try{e.emit("change",t,n,r)}catch(e){P("error",'Error in .on("change", function):',e)}}(r,e,t,n)};var s=new Promise((function(e,n){t.complete=function(t,r){t?n(t):e(r)}}));r.once("cancel",(function(){e.removeListener("destroyed",i),t.complete(null,{status:"cancelled"})})),this.then=s.then.bind(s),this.catch=s.catch.bind(s),this.then((function(e){o(null,e)}),o),e.taskqueue.isReady?r.validateChanges(t):e.taskqueue.addTask((function(e){e?t.complete(e):r.isCancelled?r.emit("cancel"):r.validateChanges(t)}))}function ze(e,t,n){var r=[{rev:e._rev}];"all_docs"===n.style&&(r=Pe(t.rev_tree).map((function(e){return{rev:e.rev}})));var o={id:t.id,changes:r,doc:e};return Fe(t,e._rev)&&(o.deleted=!0),n.conflicts&&(o.doc._conflicts=Le(t),o.doc._conflicts.length||delete o.doc._conflicts),o}
323
- /*
324
- * A generic pouch adapter
325
- */function Ve(e,t){return e<t?-1:e>t?1:0}
326
- // Wrapper for functions that call the bulkdocs api with a single doc,
327
- // if the first result is an error, return an error
328
- function Ge(e,t){return function(n,r){n||r[0]&&r[0].error?((n=n||r[0]).docId=t,e(n)):e(null,r.length?r[0]:r)}}
329
- // clean docs given to us by the user
330
- // compare two docs, first by _id then by _rev
331
- function Qe(e,t){var n=Ve(e._id,t._id);return 0!==n?n:Ve(e._revisions?e._revisions.start:0,t._revisions?t._revisions.start:0)}
332
- // for every node in a revision tree computes its distance from the closest
333
- // leaf
334
- // all compaction is done in a queue, to avoid attaching
335
- // too many listeners at once
336
- function We(e){var t=e._compactionQueue[0],n=t.opts,r=t.callback;e.get("_local/compaction").catch((function(){return!1})).then((function(t){t&&t.last_seq&&(n.last_seq=t.last_seq),e._compact(n,(function(t,n){
337
- /* istanbul ignore if */
338
- t?r(t):r(null,n),s((function(){e._compactionQueue.shift(),e._compactionQueue.length&&We(e)}))}))}))}function Ye(){
339
- // re-bind prototyped methods
340
- for(var e in d.call(this),Ye.prototype)"function"==typeof this[e]&&(this[e]=this[e].bind(this))}function He(){this.isReady=!1,this.failed=!1,this.queue=[]}function Xe(e,t){
341
- // In Node our test suite only tests this for PouchAlt unfortunately
342
- /* istanbul ignore if */
343
- if(!(this instanceof Xe))return new Xe(e,t);var n=this;if(t=t||{},e&&"object"==typeof e&&(e=(t=e).name,delete t.name),void 0===t.deterministic_revs&&(t.deterministic_revs=!0),this.__opts=t=w(t),n.auto_compaction=t.auto_compaction,n.prefix=Xe.prefix,"string"!=typeof e)throw new Error("Missing/invalid DB name");var r=function(e,t){var n=e.match(/([a-z-]*):\/\/(.*)/);if(n)
344
- // the http adapter expects the fully qualified name
345
- return{name:/https?/.test(n[1])?n[1]+"://"+n[2]:n[2],adapter:n[1]};var r=Xe.adapters,o=Xe.preferredAdapters,i=Xe.prefix,s=t.adapter;if(!s)// automatically determine adapter
346
- for(var a=0;a<o.length&&"idb"===(s=o[a])&&"websql"in r&&E()&&localStorage["_pouch__websqldb_"+i+e];++a)
347
- // log it, because this can be confusing during development
348
- P("log",'PouchDB is downgrading "'+e+'" to WebSQL to avoid data loss, because it was already opened with WebSQL.');var u=r[s];
349
- // if adapter is invalid, then an error will be thrown later
350
- return{name:u&&"use_prefix"in u&&!u.use_prefix?e:i+e,adapter:s}}
351
- // OK, so here's the deal. Consider this code:
352
- // var db1 = new PouchDB('foo');
353
- // var db2 = new PouchDB('foo');
354
- // db1.destroy();
355
- // ^ these two both need to emit 'destroyed' events,
356
- // as well as the PouchDB constructor itself.
357
- // So we have one db object (whichever one got destroy() called on it)
358
- // responsible for emitting the initial event, which then gets emitted
359
- // by the constructor, which then broadcasts it to any other dbs
360
- // that may have been created with the same name.
361
- ((t.prefix||"")+e,t);if(t.name=r.name,t.adapter=t.adapter||r.adapter,n.name=e,n._adapter=t.adapter,Xe.emit("debug",["adapter","Picked adapter: ",t.adapter]),!Xe.adapters[t.adapter]||!Xe.adapters[t.adapter].valid())throw new Error("Invalid Adapter: "+t.adapter);Ye.call(n),n.taskqueue=new He,n.adapter=t.adapter,Xe.adapters[t.adapter].call(n,t,(function(e){if(e)return n.taskqueue.fail(e);!function(e){function t(t){e.removeListener("closed",n),t||e.constructor.emit("destroyed",e.name)}function n(){e.removeListener("destroyed",t),e.constructor.emit("unref",e)}e.once("destroyed",t),e.once("closed",n),e.constructor.emit("ref",e)}(n),n.emit("created",n),Xe.emit("created",n.name),n.taskqueue.ready(n)}))}
362
- // AbortController was introduced quite a while after fetch and
363
- // isnt required for PouchDB to function so polyfill if needed
364
- l(Je,d),Je.prototype.cancel=function(){this.isCancelled=!0,this.db.taskqueue.isReady&&this.emit("cancel")},Je.prototype.validateChanges=function(e){var t=e.complete,n=this;
365
- /* istanbul ignore else */Xe._changesFilterPlugin?Xe._changesFilterPlugin.validate(e,(function(r){if(r)return t(r);n.doChanges(e)})):n.doChanges(e)},Je.prototype.doChanges=function(e){var t=this,n=e.complete;if("live"in(e=w(e))&&!("continuous"in e)&&(e.continuous=e.live),e.processChange=ze,"latest"===e.since&&(e.since="now"),e.since||(e.since=0),"now"!==e.since
366
- /* istanbul ignore else */){if(Xe._changesFilterPlugin){if(Xe._changesFilterPlugin.normalize(e),Xe._changesFilterPlugin.shouldFilter(this,e))return Xe._changesFilterPlugin.filter(this,e)}else["doc_ids","filter","selector","view"].forEach((function(t){t in e&&P("warn",'The "'+t+'" option was passed in to changes/replicate, but pouchdb-changes-filter plugin is not installed, so it was ignored. Please install the plugin to enable filtering.')}));"descending"in e||(e.descending=!1),
367
- // 0 and 1 should return 1 document
368
- e.limit=0===e.limit?1:e.limit,e.complete=n;var r=this.db._changes(e);
369
- /* istanbul ignore else */if(r&&"function"==typeof r.cancel){var o=t.cancel;t.cancel=f((function(e){r.cancel(),o.apply(this,e)}))}}else this.db.info().then((function(r){
370
- /* istanbul ignore if */
371
- t.isCancelled?n(null,{status:"cancelled"}):(e.since=r.update_seq,t.doChanges(e))}),n)},l(Ye,d),Ye.prototype.post=O("post",(function(e,t,n){if("function"==typeof t&&(n=t,t={}),"object"!=typeof e||Array.isArray(e))return n(H(G));this.bulkDocs({docs:[e]},t,Ge(n,e._id))})),Ye.prototype.put=O("put",(function(e,t,n){if("function"==typeof t&&(n=t,t={}),"object"!=typeof e||Array.isArray(e))return n(H(G));if(te(e._id),Ke(e._id)&&"function"==typeof this._putLocal)return e._deleted?this._removeLocal(e,n):this._putLocal(e,n);var r,o,i,s,a=this;function u(n){"function"==typeof a._put&&!1!==t.new_edits?a._put(e,t,n):a.bulkDocs({docs:[e]},t,Ge(n,e._id))}t.force&&e._rev?(o=(r=e._rev.split("-"))[1],i=parseInt(r[0],10)+1,s=qe(),e._revisions={start:i,ids:[s,o]},e._rev=i+"-"+s,t.new_edits=!1,u((function(t){var r=t?null:{ok:!0,id:e._id,rev:e._rev};n(t,r)}))):u(n)})),Ye.prototype.putAttachment=O("putAttachment",(function(e,t,n,r,o){var i=this;function s(e){var n="_rev"in e?parseInt(e._rev,10):0;return e._attachments=e._attachments||{},e._attachments[t]={content_type:o,data:r,revpos:++n},i.put(e)}return"function"==typeof o&&(o=r,r=n,n=null),
372
- // Lets fix in https://github.com/pouchdb/pouchdb/issues/3267
373
- /* istanbul ignore if */
374
- void 0===o&&(o=r,r=n,n=null),o||P("warn","Attachment",t,"on document",e,"is missing content_type"),i.get(e).then((function(e){if(e._rev!==n)throw H(M);return s(e)}),(function(t){
375
- // create new doc
376
- /* istanbul ignore else */
377
- if(t.reason===B.message)return s({_id:e});throw t}))})),Ye.prototype.removeAttachment=O("removeAttachment",(function(e,t,n,r){var o=this;o.get(e,(function(e,i){
378
- /* istanbul ignore if */
379
- if(e)r(e);else if(i._rev===n){
380
- /* istanbul ignore if */
381
- if(!i._attachments)return r();delete i._attachments[t],0===Object.keys(i._attachments).length&&delete i._attachments,o.put(i,r)}else r(H(M))}))})),Ye.prototype.remove=O("remove",(function(e,t,n,r){var o;"string"==typeof t?(
382
- // id, rev, opts, callback style
383
- o={_id:e,_rev:t},"function"==typeof n&&(r=n,n={})):(
384
- // doc, opts, callback style
385
- o=e,"function"==typeof t?(r=t,n={}):(r=n,n=t)),(n=n||{}).was_delete=!0;var i={_id:o._id,_rev:o._rev||n.rev,_deleted:!0};if(Ke(i._id)&&"function"==typeof this._removeLocal)return this._removeLocal(o,r);this.bulkDocs({docs:[i]},n,Ge(r,i._id))})),Ye.prototype.revsDiff=O("revsDiff",(function(e,t,n){"function"==typeof t&&(n=t,t={});var r=Object.keys(e);if(!r.length)return n(null,{});var o=0,s=new i;function a(e,t){s.has(e)||s.set(e,{missing:[]}),s.get(e).missing.push(t)}r.map((function(t){this._getRevisionTree(t,(function(i,u){if(i&&404===i.status&&"missing"===i.message)s.set(t,{missing:e[t]});else{if(i)
386
- /* istanbul ignore next */
387
- return n(i);!function(t,n){
388
- // Is this fast enough? Maybe we should switch to a set simulated by a map
389
- var r=e[t].slice(0);Ee(n,(function(e,n,o,i,s){var u=n+"-"+o,c=r.indexOf(u);-1!==c&&(r.splice(c,1),
390
- /* istanbul ignore if */
391
- "available"!==s.status&&a(t,u))})),
392
- // Traversing the tree is synchronous, so now `missingForId` contains
393
- // revisions that were not found in the tree
394
- r.forEach((function(e){a(t,e)}))}(t,u)}if(++o===r.length){
395
- // convert LazyMap to object
396
- var c={};return s.forEach((function(e,t){c[t]=e})),n(null,c)}}))}),this)})),
397
- // _bulk_get API for faster replication, as described in
398
- // https://github.com/apache/couchdb-chttpd/pull/33
399
- // At the "abstract" level, it will just run multiple get()s in
400
- // parallel, because this isn't much of a performance cost
401
- // for local databases (except the cost of multiple transactions, which is
402
- // small). The http adapter overrides this in order
403
- // to do a more efficient single HTTP request.
404
- Ye.prototype.bulkGet=O("bulkGet",(function(e,t){x(this,e,t)})),
405
- // compact one document and fire callback
406
- // by compacting we mean removing all revisions which
407
- // are further from the leaf in revision tree than max_height
408
- Ye.prototype.compactDocument=O("compactDocument",(function(e,t,n){var r=this;this._getRevisionTree(e,(function(o,i){
409
- /* istanbul ignore if */
410
- if(o)return n(o);var s=function(e){var t={},n=[];return Ee(e,(function(e,r,o,i){var s=r+"-"+o;return e&&(t[s]=0),void 0!==i&&n.push({from:i,to:s}),s})),n.reverse(),n.forEach((function(e){void 0===t[e.from]?t[e.from]=1+t[e.to]:t[e.from]=Math.min(t[e.from],1+t[e.to])})),t}(i),a=[],u=[];Object.keys(s).forEach((function(e){s[e]>t&&a.push(e)})),Ee(i,(function(e,t,n,r,o){var i=t+"-"+n;"available"===o.status&&-1!==a.indexOf(i)&&u.push(i)})),r._doCompaction(e,u,n)}))})),
411
- // compact the whole database using single document
412
- // compaction
413
- Ye.prototype.compact=O("compact",(function(e,t){"function"==typeof e&&(t=e,e={});var n=this;e=e||{},n._compactionQueue=n._compactionQueue||[],n._compactionQueue.push({opts:e,callback:t}),1===n._compactionQueue.length&&We(n)})),Ye.prototype._compact=function(e,t){var n=this,r={return_docs:!1,last_seq:e.last_seq||0},o=[];n.changes(r).on("change",(function(e){o.push(n.compactDocument(e.id,0))})).on("complete",(function(e){var r=e.last_seq;Promise.all(o).then((function(){return le(n,"_local/compaction",(function(e){return(!e.last_seq||e.last_seq<r)&&(e.last_seq=r,e)}))})).then((function(){t(null,{ok:!0})})).catch(t)})).on("error",t)},
414
- /* Begin api wrappers. Specific functionality to storage belongs in the
415
- _[method] */
416
- Ye.prototype.get=O("get",(function(e,t,n){if("function"==typeof t&&(n=t,t={}),"string"!=typeof e)return n(H(R));if(Ke(e)&&"function"==typeof this._getLocal)return this._getLocal(e,n);var r=[],o=this;function i(){var i=[],s=r.length;
417
- /* istanbul ignore if */if(!s)return n(null,i);
418
- // order with open_revs is unspecified
419
- r.forEach((function(r){o.get(e,{rev:r,revs:t.revs,latest:t.latest,attachments:t.attachments,binary:t.binary},(function(e,t){if(e)i.push({missing:r});else{for(
420
- // using latest=true can produce duplicates
421
- var o,a=0,u=i.length;a<u;a++)if(i[a].ok&&i[a].ok._rev===t._rev){o=!0;break}o||i.push({ok:t})}--s||n(null,i)}))}))}if(!t.open_revs)return this._get(e,t,(function(r,i){if(r)return r.docId=e,n(r);var s=i.doc,a=i.metadata,u=i.ctx;if(t.conflicts){var c=Le(a);c.length&&(s._conflicts=c)}if(Fe(a,s._rev)&&(s._deleted=!0),t.revs||t.revs_info){for(var f=s._rev.split("-"),l=parseInt(f[0],10),d=f[1],h=De(a.rev_tree),p=null,v=0;v<h.length;v++){var y=h[v],g=y.ids.map((function(e){return e.id})).indexOf(d);(g===l-1||!p&&-1!==g)&&(p=y)}
422
- /* istanbul ignore if */if(!p)return(r=new Error("invalid rev tree")).docId=e,n(r);var _=p.ids.map((function(e){return e.id})).indexOf(s._rev.split("-")[1])+1,m=p.ids.length-_;if(p.ids.splice(_,m),p.ids.reverse(),t.revs&&(s._revisions={start:p.pos+p.ids.length-1,ids:p.ids.map((function(e){return e.id}))}),t.revs_info){var b=p.pos+p.ids.length;s._revs_info=p.ids.map((function(e){return{rev:--b+"-"+e.id,status:e.opts.status}}))}}if(t.attachments&&s._attachments){var w=s._attachments,k=Object.keys(w).length;if(0===k)return n(null,s);Object.keys(w).forEach((function(e){this._getAttachment(s._id,e,w[e],{
423
- // Previously the revision handling was done in adapter.js
424
- // getAttachment, however since idb-next doesnt we need to
425
- // pass the rev through
426
- rev:s._rev,binary:t.binary,ctx:u},(function(t,r){var o=s._attachments[e];o.data=r,delete o.stub,delete o.length,--k||n(null,s)}))}),o)}else{if(s._attachments)for(var j in s._attachments)
427
- /* istanbul ignore else */
428
- s._attachments.hasOwnProperty(j)&&(s._attachments[j].stub=!0);n(null,s)}}));if("all"===t.open_revs)this._getRevisionTree(e,(function(e,t){
429
- /* istanbul ignore if */
430
- if(e)return n(e);r=Pe(t).map((function(e){return e.rev})),i()}));else{if(!Array.isArray(t.open_revs))return n(H(F,"function_clause"));r=t.open_revs;for(var s=0;s<r.length;s++){var a=r[s];
431
- // looks like it's the only thing couchdb checks
432
- if("string"!=typeof a||!/^\d+-/.test(a))return n(H(W))}i()}})),
433
- // TODO: I dont like this, it forces an extra read for every
434
- // attachment read and enforces a confusing api between
435
- // adapter.js and the adapter implementation
436
- Ye.prototype.getAttachment=O("getAttachment",(function(e,t,n,r){var o=this;n instanceof Function&&(r=n,n={}),this._get(e,n,(function(i,s){return i?r(i):s.doc._attachments&&s.doc._attachments[t]?(n.ctx=s.ctx,n.binary=!0,void o._getAttachment(e,t,s.doc._attachments[t],n,r)):r(H(B))}))})),Ye.prototype.allDocs=O("allDocs",(function(e,t){if("function"==typeof e&&(t=e,e={}),e.skip=void 0!==e.skip?e.skip:0,e.start_key&&(e.startkey=e.start_key),e.end_key&&(e.endkey=e.end_key),"keys"in e){if(!Array.isArray(e.keys))return t(new TypeError("options.keys must be an array"));var n=["startkey","endkey","key"].filter((function(t){return t in e}))[0];if(n)return void t(H(J,"Query parameter `"+n+"` is not compatible with multi-get"));if(!ne(this)&&(function(e){var t="limit"in e?e.keys.slice(e.skip,e.limit+e.skip):e.skip>0?e.keys.slice(e.skip):e.keys;e.keys=t,e.skip=0,delete e.limit,e.descending&&(t.reverse(),e.descending=!1)}(e),0===e.keys.length))return this._allDocs({limit:0},t)}return this._allDocs(e,t)})),Ye.prototype.changes=function(e,t){return"function"==typeof e&&(t=e,e={}),
437
- // By default set return_docs to false if the caller has opts.live = true,
438
- // this will prevent us from collecting the set of changes indefinitely
439
- // resulting in growing memory
440
- (e=e||{}).return_docs="return_docs"in e?e.return_docs:!e.live,new Je(this,e,t)},Ye.prototype.close=O("close",(function(e){return this._closed=!0,this.emit("closed"),this._close(e)})),Ye.prototype.info=O("info",(function(e){var t=this;this._info((function(n,r){if(n)return e(n);
441
- // assume we know better than the adapter, unless it informs us
442
- r.db_name=r.db_name||t.name,r.auto_compaction=!(!t.auto_compaction||ne(t)),r.adapter=t.adapter,e(null,r)}))})),Ye.prototype.id=O("id",(function(e){return this._id(e)})),
443
- /* istanbul ignore next */
444
- Ye.prototype.type=function(){return"function"==typeof this._type?this._type():this.adapter},Ye.prototype.bulkDocs=O("bulkDocs",(function(e,t,n){if("function"==typeof t&&(n=t,t={}),t=t||{},Array.isArray(e)&&(e={docs:e}),!e||!e.docs||!Array.isArray(e.docs))return n(H(T));for(var r=0;r<e.docs.length;++r)if("object"!=typeof e.docs[r]||Array.isArray(e.docs[r]))return n(H(G));var o;if(e.docs.forEach((function(e){e._attachments&&Object.keys(e._attachments).forEach((function(t){o=o||function(e){return"_"===e.charAt(0)&&e+" is not a valid attachment name, attachment names cannot start with '_'"}(t),e._attachments[t].content_type||P("warn","Attachment",t,"on document",e._id,"is missing content_type")}))})),o)return n(H(V,o));"new_edits"in t||(t.new_edits=!("new_edits"in e)||e.new_edits);var i=this;t.new_edits||ne(i)||
445
- // ensure revisions of the same doc are sorted, so that
446
- // the local adapter processes them correctly (#2935)
447
- e.docs.sort(Qe),function(e){for(var t=0;t<e.length;t++){var n=e[t];if(n._deleted)delete n._attachments;// ignore atts for deleted docs
448
- else if(n._attachments)for(
449
- // filter out extraneous keys from _attachments
450
- var r=Object.keys(n._attachments),o=0;o<r.length;o++){var i=r[o];n._attachments[i]=A(n._attachments[i],["data","digest","content_type","length","revpos","stub"])}}}(e.docs);
451
- // in the case of conflicts, we want to return the _ids to the user
452
- // however, the underlying adapter may destroy the docs array, so
453
- // create a copy here
454
- var s=e.docs.map((function(e){return e._id}));return this._bulkDocs(e,t,(function(e,r){if(e)return n(e);
455
- // add ids for error/conflict responses (not required for CouchDB)
456
- if(t.new_edits||(
457
- // this is what couch does when new_edits is false
458
- r=r.filter((function(e){return e.error}))),!ne(i))for(var o=0,a=r.length;o<a;o++)r[o].id=r[o].id||s[o];n(null,r)}))})),Ye.prototype.registerDependentDatabase=O("registerDependentDatabase",(function(e,t){var n=new this.constructor(e,this.__opts);le(this,"_local/_pouch_dependentDbs",(function(t){return t.dependentDbs=t.dependentDbs||{},!t.dependentDbs[e]&&(t.dependentDbs[e]=!0,t)})).then((function(){t(null,{db:n})})).catch(t)})),Ye.prototype.destroy=O("destroy",(function(e,t){"function"==typeof e&&(t=e,e={});var n=this,r=!("use_prefix"in n)||n.use_prefix;function o(){
459
- // call destroy method of the particular adaptor
460
- n._destroy(e,(function(e,r){if(e)return t(e);n._destroyed=!0,n.emit("destroyed"),t(null,r||{ok:!0})}))}if(ne(n))
461
- // no need to check for dependent DBs if it's a remote DB
462
- return o();n.get("_local/_pouch_dependentDbs",(function(e,i){if(e)
463
- /* istanbul ignore if */
464
- return 404!==e.status?t(e):o();var s=i.dependentDbs,a=n.constructor,u=Object.keys(s).map((function(e){
465
- // use_prefix is only false in the browser
466
- /* istanbul ignore next */
467
- var t=r?e.replace(new RegExp("^"+a.prefix),""):e;return new a(t,n.__opts).destroy()}));Promise.all(u).then(o,t)}))})),He.prototype.execute=function(){var e;if(this.failed)for(;e=this.queue.shift();)e(this.failed);else for(;e=this.queue.shift();)e()},He.prototype.fail=function(e){this.failed=e,this.execute()},He.prototype.ready=function(e){this.isReady=!0,this.db=e,this.execute()},He.prototype.addTask=function(e){this.queue.push(e),this.failed&&this.execute()},l(Xe,Ye);var Ze="undefined"!=typeof AbortController?AbortController:function(){return{abort:function(){}}},et=fetch,tt=Headers;Xe.adapters={},Xe.preferredAdapters=[],Xe.prefix="_pouch_";var nt=new d;
468
- // this would just be "return doc[field]", but fields
469
- // can be "deep" due to dot notation
470
- function rt(e,t){for(var n=e,r=0,o=t.length;r<o&&(n=n[t[r]]);r++);return n}
471
- // Converts a string in dot notation to an array of its components, with backslash escaping
472
- function ot(e){for(
473
- // fields may be deep (e.g. "foo.bar.baz"), so parse
474
- var t=[],n="",r=0,o=e.length;r<o;r++){var i=e[r];"."===i?r>0&&"\\"===e[r-1]?// escaped delimiter
475
- n=n.substring(0,n.length-1)+".":(// not escaped, so delimiter
476
- t.push(n),n=""):// normal character
477
- n+=i}return t.push(n),t}!function(e){Object.keys(d.prototype).forEach((function(t){"function"==typeof d.prototype[t]&&(e[t]=nt[t].bind(nt))}));
478
- // these are created in constructor.js, and allow us to notify each DB with
479
- // the same name that it was destroyed, via the constructor object
480
- var t=e._destructionListeners=new i;e.on("ref",(function(e){t.has(e.name)||t.set(e.name,[]),t.get(e.name).push(e)})),e.on("unref",(function(e){if(t.has(e.name)){var n=t.get(e.name),r=n.indexOf(e);r<0||(n.splice(r,1),n.length>1?
481
- /* istanbul ignore next */
482
- t.set(e.name,n):t.delete(e.name))}})),e.on("destroyed",(function(e){if(t.has(e)){var n=t.get(e);t.delete(e),n.forEach((function(e){e.emit("destroyed",!0)}))}}))}(Xe),Xe.adapter=function(e,t,n){
483
- /* istanbul ignore else */
484
- t.valid()&&(Xe.adapters[e]=t,n&&Xe.preferredAdapters.push(e))},Xe.plugin=function(e){if("function"==typeof e)// function style for plugins
485
- e(Xe);else{if("object"!=typeof e||0===Object.keys(e).length)throw new Error('Invalid plugin: got "'+e+'", expected an object or a function');Object.keys(e).forEach((function(t){// object style for plugins
486
- Xe.prototype[t]=e[t]}))}return this.__defaults&&(Xe.__defaults=$({},this.__defaults)),Xe},Xe.defaults=function(e){function t(e,n){if(!(this instanceof t))return new t(e,n);n=n||{},e&&"object"==typeof e&&(e=(n=e).name,delete n.name),n=$({},t.__defaults,n),Xe.call(this,e,n)}return l(t,Xe),t.preferredAdapters=Xe.preferredAdapters.slice(),Object.keys(Xe).forEach((function(e){e in t||(t[e]=Xe[e])})),
487
- // make default options transitive
488
- // https://github.com/pouchdb/pouchdb/issues/5922
489
- t.__defaults=$({},this.__defaults,e),t},Xe.fetch=function(e,t){return et(e,t)};var it=["$or","$nor","$not"];function st(e){return it.indexOf(e)>-1}function at(e){return Object.keys(e)[0]}
490
- // flatten an array of selectors joined by an $and operator
491
- function ut(e){
492
- // sort to ensure that e.g. if the user specified
493
- // $and: [{$gt: 'a'}, {$gt: 'b'}], then it's collapsed into
494
- // just {$gt: 'b'}
495
- var t={};return e.forEach((function(e){Object.keys(e).forEach((function(n){var r=e[n];if("object"!=typeof r&&(r={$eq:r}),st(n))t[n]=r instanceof Array?r.map((function(e){return ut([e])})):ut([r]);else{var o=t[n]=t[n]||{};Object.keys(r).forEach((function(e){var t=r[e];return"$gt"===e||"$gte"===e?
496
- // collapse logically equivalent gt/gte values
497
- function(e,t,n){void 0===n.$eq&&(// do nothing
498
- void 0!==n.$gte?"$gte"===e?t>n.$gte&&(// more specificity
499
- n.$gte=t):// operator === '$gt'
500
- t>=n.$gte&&(// more specificity
501
- delete n.$gte,n.$gt=t):void 0!==n.$gt?"$gte"===e?t>n.$gt&&(// more specificity
502
- delete n.$gt,n.$gte=t):// operator === '$gt'
503
- t>n.$gt&&(// more specificity
504
- n.$gt=t):n[e]=t)}
505
- // collapse logically equivalent lt/lte values
506
- (e,t,o):"$lt"===e||"$lte"===e?function(e,t,n){void 0===n.$eq&&(// do nothing
507
- void 0!==n.$lte?"$lte"===e?t<n.$lte&&(// more specificity
508
- n.$lte=t):// operator === '$gt'
509
- t<=n.$lte&&(// more specificity
510
- delete n.$lte,n.$lt=t):void 0!==n.$lt?"$lte"===e?t<n.$lt&&(// more specificity
511
- delete n.$lt,n.$lte=t):// operator === '$gt'
512
- t<n.$lt&&(// more specificity
513
- n.$lt=t):n[e]=t)}
514
- // combine $ne values into one array
515
- (e,t,o):"$ne"===e?function(e,t){"$ne"in t?
516
- // there are many things this could "not" be
517
- t.$ne.push(e):// doesn't exist yet
518
- t.$ne=[e]}
519
- // add $eq into the mix
520
- (t,o):"$eq"===e?function(e,t){
521
- // these all have less specificity than the $eq
522
- // TODO: check for user errors here
523
- delete t.$gt,delete t.$gte,delete t.$lt,delete t.$lte,delete t.$ne,t.$eq=e}
524
- //#7458: execute function mergeAndedSelectors on nested $and
525
- (t,o):void(o[e]=t)}))}}))})),t}function ct(e){for(var t in e){if(Array.isArray(e))for(var n in e)e[n].$and&&(e[n]=ut(e[n].$and));var r=e[t];"object"==typeof r&&ct(r)}return e}
526
- //#7458: determine id $and is present in selector (at any level)
527
- function ft(e,t){for(var n in e){"$and"===n&&(t=!0);var r=e[n];"object"==typeof r&&(t=ft(r,t))}return t}
528
- // normalize the selector
529
- function lt(e){var t=w(e),n=!1;
530
- //#7458: if $and is present in selector (at any level) merge nested $and
531
- ft(t,!1)&&("$and"in(t=ct(t))&&(t=ut(t.$and)),n=!0),["$or","$nor"].forEach((function(e){e in t&&
532
- // message each individual selector
533
- // e.g. {foo: 'bar'} becomes {foo: {$eq: 'bar'}}
534
- t[e].forEach((function(e){for(var t=Object.keys(e),n=0;n<t.length;n++){var r=t[n],o=e[r];"object"==typeof o&&null!==o||(e[r]={$eq:o})}}))})),"$not"in t&&(
535
- //This feels a little like forcing, but it will work for now,
536
- //I would like to come back to this and make the merging of selectors a little more generic
537
- t.$not=ut([t.$not]));for(var r=Object.keys(t),o=0;o<r.length;o++){var i=r[o],s=t[i];"object"!=typeof s||null===s?s={$eq:s}:"$ne"in s&&!n&&(
538
- // I put these in an array, since there may be more than one
539
- // but in the "mergeAnded" operation, I already take care of that
540
- s.$ne=[s.$ne]),t[i]=s}return t}// verified by -Number.MIN_VALUE
541
- // set to '_' for easier debugging
542
- function dt(e,t){if(e===t)return 0;e=ht(e),t=ht(t);var n=gt(e),r=gt(t);if(n-r!=0)return n-r;switch(typeof e){case"number":return e-t;case"boolean":return e<t?-1:1;case"string":return function(e,t){
543
- // See: https://github.com/daleharvey/pouchdb/issues/40
544
- // This is incompatible with the CouchDB implementation, but its the
545
- // best we can do for now
546
- return e===t?0:e>t?1:-1}(e,t)}return Array.isArray(e)?function(e,t){for(var n=Math.min(e.length,t.length),r=0;r<n;r++){var o=dt(e[r],t[r]);if(0!==o)return o}return e.length===t.length?0:e.length>t.length?1:-1}(e,t):function(e,t){for(var n=Object.keys(e),r=Object.keys(t),o=Math.min(n.length,r.length),i=0;i<o;i++){
547
- // First sort the keys
548
- var s=dt(n[i],r[i]);if(0!==s)return s;
549
- // if the keys are equal sort the values
550
- if(0!==(s=dt(e[n[i]],t[r[i]])))return s}return n.length===r.length?0:n.length>r.length?1:-1}
551
- // The collation is defined by erlangs ordered terms
552
- // the atoms null, true, false come first, then numbers, strings,
553
- // arrays, then objects
554
- // null/undefined/NaN/Infinity/-Infinity are all considered null
555
- (e,t)}
556
- // couch considers null/NaN/Infinity/-Infinity === undefined,
557
- // for the purposes of mapreduce indexes. also, dates get stringified.
558
- function ht(e){switch(typeof e){case"undefined":return null;case"number":return e===1/0||e===-1/0||isNaN(e)?null:e;case"object":var t=e;if(Array.isArray(e)){var n=e.length;e=new Array(n);for(var r=0;r<n;r++)e[r]=ht(t[r]);
559
- /* istanbul ignore next */}else{if(e instanceof Date)return e.toJSON();if(null!==e)for(var o in// generic object
560
- e={},t)if(t.hasOwnProperty(o)){var i=t[o];void 0!==i&&(e[o]=ht(i))}}}return e}
561
- // convert the given key to a string that would be appropriate
562
- // for lexical sorting, e.g. within a database, where the
563
- // sorting is the same given by the collate() function.
564
- function pt(e){return gt(e=ht(e))+""+function(e){if(null!==e)switch(typeof e){case"boolean":return e?1:0;case"number":
565
- // conversion:
566
- // x yyy zz...zz
567
- // x = 0 for negative, 1 for 0, 2 for positive
568
- // y = exponent (for negative numbers negated) moved so that it's >= 0
569
- // z = mantisse
570
- return function(e){if(0===e)return"1";
571
- // convert number to exponential format for easier and
572
- // more succinct string sorting
573
- var t,n,r=e.toExponential().split(/e\+?/),o=parseInt(r[1],10),i=e<0,s=i?"0":"2",a=(n=function(e,t,n){
574
- /* istanbul ignore next */
575
- for(var r="",o=3-e.length;r.length<o;)r+="0";return r}(t=((i?-o:o)- -324).toString()),n+t);s+=""+a;
576
- // then sort by the factor
577
- var u=Math.abs(parseFloat(r[0]));// [1..10)
578
- /* istanbul ignore next */i&&(// for negative reverse ordering
579
- u=10-u);var c=u.toFixed(20);
580
- // strip zeros from the end
581
- return s+""+c.replace(/\.?0+$/,"")}
582
- // create a comparator based on the sort object
583
- (e);case"string":
584
- // We've to be sure that key does not contain \u0000
585
- // Do order-preserving replacements:
586
- // 0 -> 1, 1
587
- // 1 -> 1, 2
588
- // 2 -> 2, 2
589
- /* eslint-disable no-control-regex */
590
- return e.replace(/\u0002/g,"").replace(/\u0001/g,"").replace(/\u0000/g,"");
591
- /* eslint-enable no-control-regex */case"object":var t=Array.isArray(e),n=t?e:Object.keys(e),r=-1,o=n.length,i="";if(t)for(;++r<o;)i+=pt(n[r]);else for(;++r<o;){var s=n[r];i+=pt(s)+pt(e[s])}return i}return""}(e)+"\0"}function vt(e,t){var n,r=t;if("1"===e[t])n=0,t++;else{var o="0"===e[t];t++;var i="",s=e.substring(t,t+3),a=parseInt(s,10)+-324;for(
592
- /* istanbul ignore next */
593
- o&&(a=-a),t+=3;;){var u=e[t];if("\0"===u)break;i+=u,t++}n=1===(i=i.split(".")).length?parseInt(i,10):parseFloat(i[0]+"."+i[1])
594
- /* istanbul ignore next */,o&&(n-=10
595
- /* istanbul ignore next */),0!==a&&(
596
- // parseFloat is more reliable than pow due to rounding errors
597
- // e.g. Number.MAX_VALUE would return Infinity if we did
598
- // num * Math.pow(10, magnitude);
599
- n=parseFloat(n+"e"+a))}return{num:n,length:t-r}}
600
- // move up the stack while parsing
601
- // this function moved outside of parseIndexableString for performance
602
- function yt(e,t){var n=e.pop();if(t.length){var r=t[t.length-1];n===r.element&&(
603
- // popping a meta-element, e.g. an object whose value is another object
604
- t.pop(),r=t[t.length-1]);var o=r.element,i=r.index;Array.isArray(o)?o.push(n):i===e.length-2?o[e.pop()]=n:e.push(n);// obj with key only
605
- }}function gt(e){var t=["boolean","number","string","object"].indexOf(typeof e);
606
- //false if -1 otherwise true, but fast!!!!1
607
- return~t?null===e?1:Array.isArray(e)?5:t<3?t+2:t+3:
608
- /* istanbul ignore next */
609
- Array.isArray(e)?5:void 0}function _t(e,t,n){return n.every((function(n){var r=t[n],o=ot(n),i=rt(e,o);return st(n)?function(e,t,n){return"$or"===e?t.some((function(e){return _t(n,e,Object.keys(e))})):"$not"===e?!_t(n,t,Object.keys(t)):!t.find((function(e){return _t(n,e,Object.keys(e))}))}(n,r,e):mt(r,e,o,i)}))}function mt(e,t,n,r){return!e||(
610
- // is matcher an object, if so continue recursion
611
- "object"==typeof e?Object.keys(e).every((function(o){var i=e[o];return function(e,t,n,r,o){if(!jt[e])throw new Error('unknown operator "'+e+'" - should be one of $eq, $lte, $lt, $gt, $gte, $exists, $ne, $in, $nin, $size, $mod, $regex, $elemMatch, $type, $allMatch or $all');return jt[e](t,n,r,o)}(o,t,i,n,r)})):e===r)}function bt(e){return null!=e}function wt(e){return void 0!==e}function kt(e,t){return t.some((function(t){return e instanceof Array?e.indexOf(t)>-1:e===t}))}var jt={$elemMatch:function(e,t,n,r){return!!Array.isArray(r)&&0!==r.length&&("object"==typeof r[0]?r.some((function(e){return _t(e,t,Object.keys(t))})):r.some((function(r){return mt(t,e,n,r)})))},$allMatch:function(e,t,n,r){return!!Array.isArray(r)&&
612
- /* istanbul ignore next */
613
- 0!==r.length&&("object"==typeof r[0]?r.every((function(e){return _t(e,t,Object.keys(t))})):r.every((function(r){return mt(t,e,n,r)})))},$eq:function(e,t,n,r){return wt(r)&&0===dt(r,t)},$gte:function(e,t,n,r){return wt(r)&&dt(r,t)>=0},$gt:function(e,t,n,r){return wt(r)&&dt(r,t)>0},$lte:function(e,t,n,r){return wt(r)&&dt(r,t)<=0},$lt:function(e,t,n,r){return wt(r)&&dt(r,t)<0},$exists:function(e,t,n,r){
614
- //a field that is null is still considered to exist
615
- return t?wt(r):!wt(r)},$mod:function(e,t,n,r){return bt(r)&&function(e,t){var n=t[0],r=t[1];if(0===n)throw new Error("Bad divisor, cannot divide by zero");if(parseInt(n,10)!==n)throw new Error("Divisor is not an integer");if(parseInt(r,10)!==r)throw new Error("Modulus is not an integer");return parseInt(e,10)===e&&e%n===r}(r,t)},$ne:function(e,t,n,r){return t.every((function(e){return 0!==dt(r,e)}))},$in:function(e,t,n,r){return bt(r)&&kt(r,t)},$nin:function(e,t,n,r){return bt(r)&&!kt(r,t)},$size:function(e,t,n,r){return bt(r)&&function(e,t){return e.length===t}(r,t)},$all:function(e,t,n,r){return Array.isArray(r)&&function(e,t){return t.every((function(t){return e.indexOf(t)>-1}))}(r,t)},$regex:function(e,t,n,r){return bt(r)&&function(e,t){return new RegExp(t).test(e)}(r,t)},$type:function(e,t,n,r){return function(e,t){switch(t){case"null":return null===e;case"boolean":return"boolean"==typeof e;case"number":return"number"==typeof e;case"string":return"string"==typeof e;case"array":return e instanceof Array;case"object":return"[object Object]"==={}.toString.call(e)}throw new Error(t+" not supported as a type.Please use one of object, string, array, number, boolean or null.")}(r,t)}};
616
- // return true if the given doc matches the supplied selector
617
- function Ot(e,t){if(e.selector&&e.filter&&"_selector"!==e.filter){var n="string"==typeof e.filter?e.filter:"function";return t(new Error('selector invalid for filter "'+n+'"'))}t()}function At(e){e.view&&!e.filter&&(e.filter="_view"),e.selector&&!e.filter&&(e.filter="_selector"),e.filter&&"string"==typeof e.filter&&("_view"===e.filter?e.view=oe(e.view):e.filter=oe(e.filter))}function qt(e,t){return t.filter&&"string"==typeof t.filter&&!t.doc_ids&&!ne(e.db)}function St(e,t){var n=t.complete;if("_view"===t.filter){if(!t.view||"string"!=typeof t.view){var r=H(V,"`view` filter parameter not found or invalid.");return n(r)}
618
- // fetch a view from a design doc, make it behave like a filter
619
- var o=re(t.view);e.db.get("_design/"+o[0],(function(r,i){
620
- /* istanbul ignore if */
621
- if(e.isCancelled)return n(null,{status:"cancelled"});
622
- /* istanbul ignore next */if(r)return n(X(r));var s=i&&i.views&&i.views[o[1]]&&i.views[o[1]].map;if(!s)return n(H(B,i.views?"missing json key: "+o[1]:"missing json key: views"));t.filter=fe(["return function(doc) {",' "use strict";'," var emitted = false;"," var emit = function (a, b) {"," emitted = true;"," };"," var view = "+s+";"," view(doc);"," if (emitted) {"," return true;"," }","};"].join("\n"),{}),e.doChanges(t)}))}else if(t.selector)t.filter=function(e){return function(e,t){
623
- /* istanbul ignore if */
624
- if("object"!=typeof t)
625
- // match the CouchDB error message
626
- throw new Error("Selector error: expected a JSON object");var n=function(e,t,n){if(e=e.filter((function(e){return _t(e.doc,t.selector,n)})),t.sort){
627
- // in-memory sort
628
- var r=function(e){function t(t){return e.map((function(e){var n=ot(at(e));return rt(t,n)}))}return function(e,n){var r,o,i=dt(t(e.doc),t(n.doc));return 0!==i?i:(r=e.doc._id)<(o=n.doc._id)?-1:r>o?1:0;
629
- // this is what mango seems to do
630
- }}(t.sort);e=e.sort(r),"string"!=typeof t.sort[0]&&"desc"===(o=t.sort[0])[at(o)]&&(e=e.reverse())}var o;if("limit"in t||"skip"in t){
631
- // have to do the limit in-memory
632
- var i=t.skip||0,s=("limit"in t?t.limit:e.length)+i;e=e.slice(i,s)}return e}([{doc:e}],{selector:t=lt(t)},Object.keys(t));return n&&1===n.length}(e,t.selector)},e.doChanges(t);else{
633
- // fetch a filter from a design doc
634
- var i=re(t.filter);e.db.get("_design/"+i[0],(function(r,o){
635
- /* istanbul ignore if */
636
- if(e.isCancelled)return n(null,{status:"cancelled"});
637
- /* istanbul ignore next */if(r)return n(X(r));var s=o&&o.filters&&o.filters[i[1]];if(!s)return n(H(B,o&&o.filters?"missing json key: "+i[1]:"missing json key: filters"));t.filter=fe('"use strict";\nreturn '+s+";",{}),e.doChanges(t)}))}}function xt(e){return e.reduce((function(e,t){return e[t]=!0,e}),{})}
638
- // List of top level reserved words for doc
639
- // TODO: remove from pouchdb-core (breaking)
640
- Xe.plugin((function(e){e._changesFilterPlugin={validate:Ot,normalize:At,shouldFilter:qt,filter:St}})),Xe.version="7.2.2";var Et=xt(["_id","_rev","_attachments","_deleted","_revisions","_revs_info","_conflicts","_deleted_conflicts","_local_seq","_rev_tree",
641
- //replication documents
642
- "_replication_id","_replication_state","_replication_state_time","_replication_state_reason","_replication_stats",
643
- // Specific to Couchbase Sync Gateway
644
- "_removed"]),Ct=xt(["_attachments",
645
- //replication documents
646
- "_replication_id","_replication_state","_replication_state_time","_replication_state_reason","_replication_stats"]);
647
- // List of reserved words that should end up the document
648
- function Pt(e){if(!/^\d+-/.test(e))return H(W);var t=e.indexOf("-"),n=e.substring(0,t),r=e.substring(t+1);return{prefix:parseInt(n,10),id:r}}
649
- // Preprocess documents, parse their revisions, assign an id and a
650
- // revision for new writes that are missing them, etc
651
- function Lt(e,t,n){var r,o,i;n||(n={deterministic_revs:!0});var s={status:"available"};if(e._deleted&&(s.deleted=!0),t)if(e._id||(e._id=Se()),o=qe(e,n.deterministic_revs),e._rev){if((i=Pt(e._rev)).error)return i;e._rev_tree=[{pos:i.prefix,ids:[i.id,{status:"missing"},[[o,s,[]]]]}],r=i.prefix+1}else e._rev_tree=[{pos:1,ids:[o,s,[]]}],r=1;else if(e._revisions&&(e._rev_tree=function(e,t){for(var n=e.start-e.ids.length+1,r=e.ids,o=[r[0],t,[]],i=1,s=r.length;i<s;i++)o=[r[i],{status:"missing"},[o]];return[{pos:n,ids:o}]}(e._revisions,s),r=e._revisions.start,o=e._revisions.ids[0]),!e._rev_tree){if((i=Pt(e._rev)).error)return i;r=i.prefix,o=i.id,e._rev_tree=[{pos:r,ids:[o,s,[]]}]}te(e._id),e._rev=r+"-"+o;var a={metadata:{},data:{}};for(var u in e)
652
- /* istanbul ignore else */
653
- if(Object.prototype.hasOwnProperty.call(e,u)){var c="_"===u[0];if(c&&!Et[u]){var f=H(z,u);throw f.message=z.message+": "+u,f}c&&!Ct[u]?a.metadata[u.slice(1)]=e[u]:a.data[u]=e[u]}return a}function Dt(e,t,n){if(e.stub)return n();"string"==typeof e.data?// input is a base64 string
654
- function(e,t,n){var r=function(e){try{return de(e)}catch(e){return{error:H(K,"Attachment is not a valid base64 string")}}}(e.data);if(r.error)return n(r.error);e.length=r.length,e.data="blob"===t?ye(r,e.content_type):"base64"===t?he(r):r,Oe(r,(function(t){e.digest="md5-"+t,n()}))}(e,t,n):// input is a blob
655
- function(e,t,n){Oe(e.data,(function(r){e.digest="md5-"+r,
656
- // size is for blobs (browser), length is for buffers (node)
657
- e.length=e.data.size||e.data.length||0,"binary"===t?me(e.data,(function(t){e.data=t,n()})):"base64"===t?be(e.data,(function(t){e.data=t,n()})):n()}))}(e,t,n)}function $t(e,t,n,r,o,s,a,u,c){
658
- // Default to 1000 locally
659
- e=e||1e3;var f=u.new_edits,l=new i,d=0,h=t.length;function p(){++d===h&&c&&c()}t.forEach((function(e,t){if(e._id&&Ke(e._id)){var r=e._deleted?"_removeLocal":"_putLocal";n[r](e,{ctx:o},(function(e,n){s[t]=e||n,p()}))}else{var i=e.metadata.id;l.has(i)?(h--,// duplicate
660
- l.get(i).push([e,t])):l.set(i,[[e,t]])}})),
661
- // in the case of new_edits, the user can provide multiple docs
662
- // with the same id. these need to be processed sequentially
663
- l.forEach((function(t,n){var o=0;function i(){++o<t.length?c():p()}function c(){var c=t[o],l=c[0],d=c[1];if(r.has(n))!function(e,t,n,r,o,i,s,a){if(function(e,t){for(var n,r=e.slice(),o=t.split("-"),i=parseInt(o[0],10),s=o[1];n=r.pop();){if(n.pos===i&&n.ids[0]===s)return!0;for(var a=n.ids[2],u=0,c=a.length;u<c;u++)r.push({pos:n.pos+1,ids:a[u]})}return!1}(t.rev_tree,n.metadata.rev)&&!a)return r[o]=n,i();
664
- // sometimes this is pre-calculated. historically not always
665
- var u=t.winningRev||xe(t),c="deleted"in t?t.deleted:Fe(t,u),f="deleted"in n.metadata?n.metadata.deleted:Fe(n.metadata),l=/^1-/.test(n.metadata.rev);if(c&&!f&&a&&l){var d=n.data;d._rev=u,d._id=n.metadata.id,n=Lt(d,a)}var h=Ue(t.rev_tree,n.metadata.rev_tree[0],e);if(a&&(c&&f&&"new_leaf"!==h.conflicts||!c&&"new_leaf"!==h.conflicts||c&&!f&&"new_branch"===h.conflicts)){var p=H(M);return r[o]=p,i()}var v=n.metadata.rev;n.metadata.rev_tree=h.tree,n.stemmedRevs=h.stemmedRevs||[],
666
- /* istanbul ignore else */
667
- t.rev_map&&(n.metadata.rev_map=t.rev_map);
668
- // recalculate
669
- var y=xe(n.metadata),g=Fe(n.metadata,y),_=c===g?0:c<g?-1:1;s(n,y,g,v===y?g:Fe(n.metadata,v),!0,_,o,i)}(e,r.get(n),l,s,d,i,a,f);else{
670
- // Ensure stemming applies to new writes as well
671
- var h=Ue([],l.metadata.rev_tree[0],e);l.metadata.rev_tree=h.tree,l.stemmedRevs=h.stemmedRevs||[],function(e,t,n){
672
- // Cant insert new deleted documents
673
- var r=xe(e.metadata),o=Fe(e.metadata,r);if("was_delete"in u&&o)return s[t]=H(B,"deleted"),n();
674
- // 4712 - detect whether a new document was inserted with a _rev
675
- var i=f&&function(e){return"missing"===e.metadata.rev_tree[0].ids[1].status}(e);if(i){var c=H(M);return s[t]=c,n()}a(e,r,o,o,!1,o?0:1,t,n)}(l,d,i)}}c()}))}
676
- // IndexedDB requires a versioned database structure, so we use the
677
- // version here to manage migrations.
678
- var It="document-store",Tt="by-sequence",Bt="attach-store",Mt="attach-seq-store",Rt="meta-store",Ut="local-store",Nt="detect-blob-support";
679
- // The object stores created for each database
680
- // DOC_STORE stores the document meta data, its revision history and state
681
- // Keyed by document id
682
- function Ft(e){try{return JSON.stringify(e)}catch(t){
683
- /* istanbul ignore next */
684
- return c.stringify(e)}}function Kt(e){return function(t){var n="unknown_error";t.target&&t.target.error&&(n=t.target.error.name||t.target.error.message),e(H(Q,n,t.type))}}
685
- // Unfortunately, the metadata has to be stringified
686
- // when it is put into the database, because otherwise
687
- // IndexedDB can throw errors for deeply-nested objects.
688
- // Originally we just used JSON.parse/JSON.stringify; now
689
- // we use this custom vuvuzela library that avoids recursion.
690
- // If we could do it all over again, we'd probably use a
691
- // format for the revision trees other than JSON.
692
- function Jt(e,t,n){return{data:Ft(e),winningRev:t,deletedOrLocal:n?"1":"0",seq:e.seq,// highest seq for this doc
693
- id:e.id}}function zt(e){if(!e)return null;var t=function(e){
694
- // This try/catch guards against stack overflow errors.
695
- // JSON.parse() is faster than vuvuzela.parse() but vuvuzela
696
- // cannot overflow.
697
- try{return JSON.parse(e)}catch(t){
698
- /* istanbul ignore next */
699
- return c.parse(e)}}(e.data);return t.winningRev=e.winningRev,t.deleted="1"===e.deletedOrLocal,t.seq=e.seq,t}
700
- // read the doc back out from the database. we don't store the
701
- // _id or _rev because we already have _doc_id_rev.
702
- function Vt(e){if(!e)return e;var t=e._doc_id_rev.lastIndexOf(":");return e._id=e._doc_id_rev.substring(0,t-1),e._rev=e._doc_id_rev.substring(t+1),delete e._doc_id_rev,e}
703
- // Read a blob from the database, encoding as necessary
704
- // and translating from base64 if the IDB doesn't support
705
- // native Blobs
706
- function Gt(e,t,n,r){n?// we have blob support
707
- r(e?"string"!=typeof e?e:ge(e,t):pe([""],{type:t})):// as base64 string
708
- e?"string"!=typeof e?// we have blob support
709
- _e(e,(function(e){r(he(e))})):// no blob support
710
- r(e):r("")}function Qt(e,t,n,r){var o=Object.keys(e._attachments||{});if(!o.length)return r&&r();var i=0;function s(){++i===o.length&&r&&r()}o.forEach((function(r){t.attachments&&t.include_docs?function(e,t){var r=e._attachments[t],o=r.digest;n.objectStore(Bt).get(o).onsuccess=function(e){r.body=e.target.result.body,s()}}(e,r):(e._attachments[r].stub=!0,s())}))}
711
- // IDB-specific postprocessing necessary because
712
- // we don't know whether we stored a true Blob or
713
- // a base64-encoded string, and if it's a Blob it
714
- // needs to be read outside of the transaction context
715
- function Wt(e,t){return Promise.all(e.map((function(e){if(e.doc&&e.doc._attachments){var n=Object.keys(e.doc._attachments);return Promise.all(n.map((function(n){var r=e.doc._attachments[n];if("body"in r){var o=r.body,i=r.content_type;return new Promise((function(s){Gt(o,i,t,(function(t){e.doc._attachments[n]=$(A(r,["digest","content_type"]),{data:t}),s()}))}))}})))}})))}function Yt(e,t,n){var r=[],o=n.objectStore(Tt),i=n.objectStore(Bt),s=n.objectStore(Mt),a=e.length;function u(){--a||r.length&&r.forEach((function(e){s.index("digestSeq").count(IDBKeyRange.bound(e+"::",e+"::￿",!1,!1)).onsuccess=function(t){t.target.result||
716
- // orphaned
717
- i.delete(e)}}))}e.forEach((function(e){var n=o.index("_doc_id_rev"),i=t+"::"+e;n.getKey(i).onsuccess=function(e){var t=e.target.result;if("number"!=typeof t)return u();o.delete(t),s.index("seq").openCursor(IDBKeyRange.only(t)).onsuccess=function(e){var t=e.target.result;if(t){var n=t.value.digestSeq.split("::")[0];r.push(n),s.delete(t.primaryKey),t.continue()}else// done
718
- u()}}}))}function Ht(e,t,n){try{return{txn:e.transaction(t,n)}}catch(e){return{error:e}}}var Xt=new C;function Zt(e,t,n,r,o,s){for(var a,u,c,f,l,d,h,p,v=t.docs,y=0,g=v.length;y<g;y++){var _=v[y];_._id&&Ke(_._id)||(_=v[y]=Lt(_,n.new_edits,e)).error&&!h&&(h=_)}if(h)return s(h);var m=!1,b=0,w=new Array(v.length),k=new i,j=!1,O=r._meta.blobSupport?"blob":"base64";function A(){m=!0,q()}function q(){p&&m&&(
719
- // caching the docCount saves a lot of time in allDocs() and
720
- // info(), which is why we go to all the trouble of doing this
721
- p.docCount+=b,d.put(p))}function S(){j||(Xt.notify(r._meta.name),s(null,w))}function x(e,t,n,r,o,i,s,a){e.metadata.winningRev=t,e.metadata.deleted=n;var u=e.data;if(u._id=e.metadata.id,u._rev=e.metadata.rev,r&&(u._deleted=!0),u._attachments&&Object.keys(u._attachments).length)return function(e,t,n,r,o,i){var s=e.data,a=0,u=Object.keys(s._attachments);function c(){a===u.length&&E(e,t,n,r,o,i)}function l(){a++,c()}u.forEach((function(n){var r=e.data._attachments[n];if(r.stub)a++,c();else{var o=r.data;delete r.data,r.revpos=parseInt(t,10),function(e,t,n){f.count(e).onsuccess=function(r){if(r.target.result)return n();// already exists
722
- var o={digest:e,body:t};f.put(o).onsuccess=n}}(r.digest,o,l)}}))}
723
- // map seqs to attachment digests, which
724
- // we will need later during compaction
725
- (e,t,n,o,s,a);b+=i,q(),E(e,t,n,o,s,a)}function E(e,t,n,o,i,s){var f=e.data,d=e.metadata;function h(i){var s=e.stemmedRevs||[];o&&r.auto_compaction&&(s=s.concat(function(e){var t=[];return Ee(e.rev_tree,(function(e,n,r,o,i){"available"!==i.status||e||(t.push(n+"-"+r),i.status="missing")})),t}(e.metadata))),s&&s.length&&Yt(s,e.metadata.id,a),d.seq=i.target.result;
726
- // Current _rev is calculated from _rev_tree on read
727
- // delete metadata.rev;
728
- var c=Jt(d,t,n);u.put(c).onsuccess=p}function p(){w[i]={ok:!0,id:d.id,rev:d.rev},k.set(e.metadata.id,e.metadata),function(e,t,n){var r=0,o=Object.keys(e.data._attachments||{});if(!o.length)return n();function i(){++r===o.length&&n()}function s(n){var r=e.data._attachments[n].digest,o=l.put({seq:t,digestSeq:r+"::"+t});o.onsuccess=i,o.onerror=function(e){
729
- // this callback is for a constaint error, which we ignore
730
- // because this docid/rev has already been associated with
731
- // the digest (e.g. when new_edits == false)
732
- e.preventDefault(),// avoid transaction abort
733
- e.stopPropagation(),// avoid transaction onerror
734
- i()}}for(var a=0;a<o.length;a++)s(o[a]);// do in parallel
735
- }(e,d.seq,s)}f._doc_id_rev=d.id+"::"+d.rev,delete f._id,delete f._rev;var v=c.put(f);v.onsuccess=h,v.onerror=function(e){
736
- // ConstraintError, need to update, not put (see #1638 for details)
737
- e.preventDefault(),// avoid transaction abort
738
- e.stopPropagation(),c.index("_doc_id_rev").getKey(f._doc_id_rev).onsuccess=function(e){c.put(f,e.target.result).onsuccess=h}}}!function(e,t,n){if(!e.length)return n();var r,o=0;function i(){o++,e.length===o&&(r?n(r):n())}e.forEach((function(e){var n=e.data&&e.data._attachments?Object.keys(e.data._attachments):[],o=0;if(!n.length)return i();function s(e){r=e,++o===n.length&&i()}for(var a in e.data._attachments)e.data._attachments.hasOwnProperty(a)&&Dt(e.data._attachments[a],t,s)}))}(v,O,(function(t){if(t)return s(t);!function(){var t=Ht(o,[It,Tt,Bt,Ut,Mt,Rt],"readwrite");if(t.error)return s(t.error);(a=t.txn).onabort=Kt(s),a.ontimeout=Kt(s),a.oncomplete=S,u=a.objectStore(It),c=a.objectStore(Tt),f=a.objectStore(Bt),l=a.objectStore(Mt),(d=a.objectStore(Rt)).get(Rt).onsuccess=function(e){p=e.target.result,q()},function(e){var t=[];if(v.forEach((function(e){e.data&&e.data._attachments&&Object.keys(e.data._attachments).forEach((function(n){var r=e.data._attachments[n];r.stub&&t.push(r.digest)}))})),!t.length)return e();var n,r=0;function o(){++r===t.length&&e(n)}t.forEach((function(e){!function(e,t){f.get(e).onsuccess=function(n){if(n.target.result)t();else{var r=H(Y,"unknown stub attachment with digest "+e);r.status=412,t(r)}}}(e,(function(e){e&&!n&&(n=e),o()}))}))}((function(t){if(t)return j=!0,s(t);!function(){if(v.length)for(var t=0,o=0,i=v.length;o<i;o++){var s=v[o];s._id&&Ke(s._id)?c():u.get(s.metadata.id).onsuccess=f}function c(){++t===v.length&&$t(e.revs_limit,v,r,k,a,w,x,n,A)}function f(e){var t=zt(e.target.result);t&&k.set(t.id,t),c()}}()}))}()}))}
739
- // Abstraction over IDBCursor and getAll()/getAllKeys() that allows us to batch our operations
740
- // while falling back to a normal IDBCursor operation on browsers that don't support getAll() or
741
- // getAllKeys(). This allows for a much faster implementation than just straight-up cursors, because
742
- // we're not processing each document one-at-a-time.
743
- function en(e,t,n,r,o){
744
- // Bail out of getAll()/getAllKeys() in the following cases:
745
- // 1) either method is unsupported - we need both
746
- // 2) batchSize is 1 (might as well use IDBCursor)
747
- // 3) descending – no real way to do this via getAll()/getAllKeys()
748
- var i,s,a;function u(e){s=e.target.result,i&&o(i,s,a)}function c(e){i=e.target.result,s&&o(i,s,a)}function f(e){var t=e.target.result;if(!t)// done
749
- return o();
750
- // regular IDBCursor acts like a batch where batch size is always 1
751
- o([t.key],[t.value],t)}-1===r&&(r=1e3),"function"==typeof e.getAll&&"function"==typeof e.getAllKeys&&r>1&&!n?(a={continue:function(){if(!i.length)// no more results
752
- return o();
753
- // fetch next batch, exclusive start
754
- var n,a=i[i.length-1];if(t&&t.upper)try{n=IDBKeyRange.bound(a,t.upper,!0,t.upperOpen)}catch(e){if("DataError"===e.name&&0===e.code)return o();// we're done, startkey and endkey are equal
755
- }else n=IDBKeyRange.lowerBound(a,!0);t=n,i=null,s=null,e.getAll(t,r).onsuccess=u,e.getAllKeys(t,r).onsuccess=c}},e.getAll(t,r).onsuccess=u,e.getAllKeys(t,r).onsuccess=c):n?e.openCursor(t,"prev").onsuccess=f:e.openCursor(t).onsuccess=f}
756
- // simple shim for objectStore.getAll(), falling back to IDBCursor
757
- function tn(e,t,n){var r,o,i="startkey"in e&&e.startkey,s="endkey"in e&&e.endkey,a="key"in e&&e.key,u="keys"in e&&e.keys,c=e.skip||0,f="number"==typeof e.limit?e.limit:-1,l=!1!==e.inclusive_end;if(!u&&(r=function(e,t,n,r,o){try{if(e&&t)return o?IDBKeyRange.bound(t,e,!n,!1):IDBKeyRange.bound(e,t,!1,!n);if(e)return o?IDBKeyRange.upperBound(e):IDBKeyRange.lowerBound(e);if(t)return o?IDBKeyRange.lowerBound(t,!n):IDBKeyRange.upperBound(t,!n);if(r)return IDBKeyRange.only(r)}catch(e){return{error:e}}return null}(i,s,l,a,e.descending),(o=r&&r.error)&&("DataError"!==o.name||0!==o.code)))
758
- // DataError with error code 0 indicates start is less than end, so
759
- // can just do an empty query. Else need to throw
760
- return n(H(Q,o.name,o.message));var d=[It,Tt,Rt];e.attachments&&d.push(Bt);var h=Ht(t,d,"readonly");if(h.error)return n(h.error);var p=h.txn;p.oncomplete=function(){e.attachments?Wt(w,e.binary).then(A):A()}
761
- // don't bother doing any requests if start > end or limit === 0
762
- ,p.onabort=Kt(n);var v,y,g=p.objectStore(It),_=p.objectStore(Tt),m=p.objectStore(Rt),b=_.index("_doc_id_rev"),w=[];function k(t,n){var r={id:n.id,key:n.id,value:{rev:t}};n.deleted?u&&(w.push(r),
763
- // deleted docs are okay with "keys" requests
764
- r.value.deleted=!0,r.doc=null):c--<=0&&(w.push(r),e.include_docs&&
765
- // if the user specifies include_docs=true, then we don't
766
- // want to block the main cursor while we're fetching the doc
767
- function(t,n,r){var o=t.id+"::"+r;b.get(o).onsuccess=function(r){if(n.doc=Vt(r.target.result)||{},e.conflicts){var o=Le(t);o.length&&(n.doc._conflicts=o)}Qt(n.doc,e,p)}}(n,r,t))}function j(e){for(var t=0,n=e.length;t<n&&w.length!==f;t++){var r=e[t];if(r.error&&u)
768
- // key was not found with "keys" requests
769
- w.push(r);else{var o=zt(r);k(o.winningRev,o)}}}function O(e,t,n){n&&(j(t),w.length<f&&n.continue())}function A(){var t={total_rows:v,offset:e.skip,rows:w};
770
- /* istanbul ignore if */e.update_seq&&void 0!==y&&(t.update_seq=y),n(null,t)}return m.get(Rt).onsuccess=function(e){v=e.target.result.docCount},
771
- /* istanbul ignore if */
772
- e.update_seq&&function(e,t){e.openCursor(null,"prev").onsuccess=function(e){var t=e.target.result,n=void 0;return t&&t.key&&(n=t.key),function(e){e.target.result&&e.target.result.length>0&&(y=e.target.result[0])}({target:{result:[n]}})}}(_),o||0===f?void 0:u?function(e,t,n){
773
- // It's not guaranted to be returned in right order
774
- var r=new Array(e.length),o=0;e.forEach((function(i,s){t.get(i).onsuccess=function(t){t.target.result?r[s]=t.target.result:r[s]={key:i,error:"not_found"},++o===e.length&&n(e,r,{})}}))}(e.keys,g,O):-1===f?function(e,t,n){if("function"!=typeof e.getAll){
775
- // fall back to cursors
776
- var r=[];e.openCursor(t).onsuccess=function(e){var t=e.target.result;t?(r.push(t.value),t.continue()):n({target:{result:r}})}}else
777
- // use native getAll
778
- e.getAll(t).onsuccess=n}(g,r,(function(t){var n=t.target.result;e.descending&&(n=n.reverse()),j(n)})):
779
- // else do a cursor
780
- // choose a batch size based on the skip, since we'll need to skip that many
781
- void en(g,r,e.descending,f+c,O)}
782
- // Blobs are not supported in all versions of IndexedDB, notably
783
- // Chrome <37 and Android <5. In those versions, storing a blob will throw.
784
- // Various other blob bugs exist in Chrome v37-42 (inclusive).
785
- // Detecting them is expensive and confusing to users, and Chrome 37-42
786
- // is at very low usage worldwide, so we do a hacky userAgent check instead.
787
- // content-type bug: https://code.google.com/p/chromium/issues/detail?id=408120
788
- // 404 bug: https://code.google.com/p/chromium/issues/detail?id=447916
789
- // FileReader bug: https://code.google.com/p/chromium/issues/detail?id=447836
790
- // This task queue ensures that IDB open calls are done in their own tick
791
- var nn=!1,rn=[];function on(){!nn&&rn.length&&(nn=!0,rn.shift()())}function sn(e,t,n,r){if((e=w(e)).continuous){var s=n+":"+Se();return Xt.addListener(n,s,t,e),Xt.notify(n),{cancel:function(){Xt.removeListener(n,s)}}}var a=e.doc_ids&&new o(e.doc_ids);e.since=e.since||0;var u=e.since,c="limit"in e?e.limit:-1;0===c&&(c=1);var f,l,d,h,p=[],v=0,y=Z(e),g=new i;function _(e,t,n,r){if(n.seq!==t)
792
- // some other seq is later
793
- return r();if(n.winningRev===e._rev)
794
- // this is the winning doc
795
- return r(n,e);
796
- // fetch winning doc in separate request
797
- var o=e._id+"::"+n.winningRev;h.get(o).onsuccess=function(e){r(n,Vt(e.target.result))}}function m(){e.complete(null,{results:p,last_seq:u})}var b=[It,Tt];e.attachments&&b.push(Bt);var k=Ht(r,b,"readonly");if(k.error)return e.complete(k.error);(f=k.txn).onabort=Kt(e.complete),f.oncomplete=function(){!e.continuous&&e.attachments?
798
- // cannot guarantee that postProcessing was already done,
799
- // so do it again
800
- Wt(p).then(m):m()},l=f.objectStore(Tt),d=f.objectStore(It),h=l.index("_doc_id_rev"),en(l,e.since&&!e.descending?IDBKeyRange.lowerBound(e.since,!0):null,e.descending,c,(function(t,n,r){if(r&&t.length){var o=new Array(t.length),i=new Array(t.length),s=0;n.forEach((function(n,u){!function(e,t,n){if(a&&!a.has(e._id))return n();var r=g.get(e._id);if(r)// cached
801
- return _(e,t,r,n);
802
- // metadata not cached, have to go fetch it
803
- d.get(e._id).onsuccess=function(o){r=zt(o.target.result),g.set(e._id,r),_(e,t,r,n)}}(Vt(n),t[u],(function(n,a){i[u]=n,o[u]=a,++s===t.length&&function(){for(var t=[],n=0,s=o.length;n<s&&v!==c;n++){var a=o[n];if(a){var u=i[n];t.push(l(u,a))}}Promise.all(t).then((function(t){for(var n=0,r=t.length;n<r;n++)t[n]&&e.onChange(t[n])})).catch(e.complete),v!==c&&r.continue()}
804
- // Fetch all metadatas/winningdocs from this batch in parallel, then process
805
- // them all only once all data has been collected. This is done in parallel
806
- // because it's faster than doing it one-at-a-time.
807
- ()}))}))}function l(t,n){var r=e.processChange(n,t,e);u=r.seq=t.seq;var o=y(r);return"object"==typeof o?Promise.reject(o):o?(v++,e.return_docs&&p.push(r),
808
- // process the attachment immediately
809
- // for the benefit of live listeners
810
- e.attachments&&e.include_docs?new Promise((function(t){Qt(n,e,f,(function(){Wt([r],e.binary).then((function(){t(r)}))}))})):Promise.resolve(r)):Promise.resolve()}}))}var an,un=new i,cn=new i;function fn(e,t){var n=this;!function(e,t,n){rn.push((function(){e((function(e,r){!function(e,t,n,r){try{e(t,n)}catch(t){
811
- // Shouldn't happen, but in some odd cases
812
- // IndexedDB implementations might throw a sync
813
- // error, in which case this will at least log it.
814
- r.emit("error",t)}}(t,e,r,n),nn=!1,s((function(){on()}))}))})),on()}((function(t){!function(e,t,n){var r=t.name,o=null;
815
- // called when creating a fresh new database
816
- // migration to version 2
817
- // unfortunately "deletedOrLocal" is a misnomer now that we no longer
818
- // store local docs in the main doc-store, but whaddyagonnado
819
- function i(e,t){var n=e.objectStore(It);n.createIndex("deletedOrLocal","deletedOrLocal",{unique:!1}),n.openCursor().onsuccess=function(e){var r=e.target.result;if(r){var o=r.value,i=Fe(o);o.deletedOrLocal=i?"1":"0",n.put(o),r.continue()}else t()}}
820
- // migration to version 3 (part 1)
821
- // migration to version 3 (part 2)
822
- function a(e,t){var n=e.objectStore(Ut),r=e.objectStore(It),o=e.objectStore(Tt);r.openCursor().onsuccess=function(e){var i=e.target.result;if(i){var s=i.value,a=s.id,u=Ke(a),c=xe(s);if(u){var f=a+"::"+c,l=a+"::",d=a+"::~",h=o.index("_doc_id_rev"),p=IDBKeyRange.bound(l,d,!1,!1),v=h.openCursor(p);
823
- // remove all seq entries
824
- // associated with this docId
825
- v.onsuccess=function(e){if(v=e.target.result){var t=v.value;t._doc_id_rev===f&&n.put(t),o.delete(v.primaryKey),v.continue()}else
826
- // done
827
- r.delete(i.primaryKey),i.continue()}}else i.continue()}else t&&t()}}
828
- // migration to version 4 (part 1)
829
- // migration to version 4 (part 2)
830
- function u(e,t){var n=e.objectStore(Tt),r=e.objectStore(Bt),o=e.objectStore(Mt);r.count().onsuccess=function(e){if(!e.target.result)return t();// done
831
- n.openCursor().onsuccess=function(e){var n=e.target.result;if(!n)return t();// done
832
- for(var r=n.value,i=n.primaryKey,s=Object.keys(r._attachments||{}),a={},u=0;u<s.length;u++)a[r._attachments[s[u]].digest]=!0;var c=Object.keys(a);for(u=0;u<c.length;u++){var f=c[u];o.put({seq:i,digestSeq:f+"::"+i})}n.continue()}}}
833
- // migration to version 5
834
- // Instead of relying on on-the-fly migration of metadata,
835
- // this brings the doc-store to its modern form:
836
- // - metadata.winningrev
837
- // - metadata.seq
838
- // - stringify the metadata when storing it
839
- function c(e){
840
- // ensure that every metadata has a winningRev and seq,
841
- // which was previously created on-the-fly but better to migrate
842
- var t=e.objectStore(Tt),n=e.objectStore(It);n.openCursor().onsuccess=function(e){var r=e.target.result;if(r){var o=function(e){return e.data?zt(e):(
843
- // old format, when we didn't store it stringified
844
- e.deleted="1"===e.deletedOrLocal,e)}(r.value);if(o.winningRev=o.winningRev||xe(o),o.seq)return i();!function(){
845
- // metadata.seq was added post-3.2.0, so if it's missing,
846
- // we need to fetch it manually
847
- var e=o.id+"::",n=o.id+"::￿",r=t.index("_doc_id_rev").openCursor(IDBKeyRange.bound(e,n)),s=0;r.onsuccess=function(e){var t=e.target.result;if(!t)return o.seq=s,i();var n=t.primaryKey;n>s&&(s=n),t.continue()}}()}function i(){var e=Jt(o,o.winningRev,o.deleted);n.put(e).onsuccess=function(){r.continue()}}}}e._meta=null,e._remote=!1,e.type=function(){return"idb"},e._id=j((function(t){t(null,e._meta.instanceId)})),e._bulkDocs=function(n,r,i){Zt(t,n,r,e,o,i)},
848
- // First we look up the metadata in the ids database, then we fetch the
849
- // current revision(s) from the by sequence store
850
- e._get=function(e,t,n){var r,i,s,a=t.ctx;if(!a){var u=Ht(o,[It,Tt,Bt],"readonly");if(u.error)return n(u.error);a=u.txn}function c(){n(s,{doc:r,metadata:i,ctx:a})}a.objectStore(It).get(e).onsuccess=function(e){
851
- // we can determine the result here if:
852
- // 1. there is no such document
853
- // 2. the document is deleted and we don't ask about specific rev
854
- // When we ask with opts.rev we expect the answer to be either
855
- // doc (possibly with _deleted=true) or missing error
856
- if(!(i=zt(e.target.result)))return s=H(B,"missing"),c();var n;if(t.rev)n=t.latest?function(e,t){for(var n,r=t.rev_tree.slice();n=r.pop();){var o=n.pos,i=n.ids,s=i[0],a=i[1],u=i[2],c=0===u.length,f=n.history?n.history.slice():[];if(f.push({id:s,pos:o,opts:a}),c)for(var l=0,d=f.length;l<d;l++){var h=f[l];if(h.pos+"-"+h.id===e)
857
- // return the rev of this leaf
858
- return o+"-"+s}for(var p=0,v=u.length;p<v;p++)r.push({pos:o+1,ids:u[p],history:f})}
859
- /* istanbul ignore next */throw new Error("Unable to resolve latest revision for id "+t.id+", rev "+e)}(t.rev,i):t.rev;else if(n=i.winningRev,Fe(i))return s=H(B,"deleted"),c();var o=a.objectStore(Tt),u=i.id+"::"+n;o.index("_doc_id_rev").get(u).onsuccess=function(e){if((r=e.target.result)&&(r=Vt(r)),!r)return s=H(B,"missing"),c();c()}}},e._getAttachment=function(e,t,n,r,i){var s;if(r.ctx)s=r.ctx;else{var a=Ht(o,[It,Tt,Bt],"readonly");if(a.error)return i(a.error);s=a.txn}var u=n.digest,c=n.content_type;s.objectStore(Bt).get(u).onsuccess=function(e){Gt(e.target.result.body,c,r.binary,(function(e){i(null,e)}))}},e._info=function(t){var n,r,i=Ht(o,[Rt,Tt],"readonly");if(i.error)return t(i.error);var s=i.txn;s.objectStore(Rt).get(Rt).onsuccess=function(e){r=e.target.result.docCount},s.objectStore(Tt).openCursor(null,"prev").onsuccess=function(e){var t=e.target.result;n=t?t.key:0},s.oncomplete=function(){t(null,{doc_count:r,update_seq:n,
860
- // for debugging
861
- idb_attachment_format:e._meta.blobSupport?"binary":"base64"})}},e._allDocs=function(e,t){tn(e,o,t)},e._changes=function(t){return sn(t,e,r,o)},e._close=function(e){
862
- // https://developer.mozilla.org/en-US/docs/IndexedDB/IDBDatabase#close
863
- // "Returns immediately and closes the connection in a separate thread..."
864
- o.close(),un.delete(r),e()},e._getRevisionTree=function(e,t){var n=Ht(o,[It],"readonly");if(n.error)return t(n.error);n.txn.objectStore(It).get(e).onsuccess=function(e){var n=zt(e.target.result);n?t(null,n.rev_tree):t(H(B))}},
865
- // This function removes revisions of document docId
866
- // which are listed in revs and sets this document
867
- // revision to to rev_tree
868
- e._doCompaction=function(e,t,n){var r=Ht(o,[It,Tt,Bt,Mt],"readwrite");if(r.error)return n(r.error);var i=r.txn;i.objectStore(It).get(e).onsuccess=function(n){var r=zt(n.target.result);Ee(r.rev_tree,(function(e,n,r,o,i){var s=n+"-"+r;-1!==t.indexOf(s)&&(i.status="missing")})),Yt(t,e,i);var o=r.winningRev,s=r.deleted;i.objectStore(It).put(Jt(r,o,s))},i.onabort=Kt(n),i.oncomplete=function(){n()}},e._getLocal=function(e,t){var n=Ht(o,[Ut],"readonly");if(n.error)return t(n.error);var r=n.txn.objectStore(Ut).get(e);r.onerror=Kt(t),r.onsuccess=function(e){var n=e.target.result;n?(delete n._doc_id_rev,// for backwards compat
869
- t(null,n)):t(H(B))}},e._putLocal=function(e,t,n){"function"==typeof t&&(n=t,t={}),delete e._revisions;// ignore this, trust the rev
870
- var r=e._rev,i=e._id;e._rev=r?"0-"+(parseInt(r.split("-")[1],10)+1):"0-1";var s,a=t.ctx;if(!a){var u=Ht(o,[Ut],"readwrite");if(u.error)return n(u.error);(a=u.txn).onerror=Kt(n),a.oncomplete=function(){s&&n(null,s)}}var c,f=a.objectStore(Ut);r?(c=f.get(i)).onsuccess=function(o){var i=o.target.result;i&&i._rev===r?f.put(e).onsuccess=function(){s={ok:!0,id:e._id,rev:e._rev},t.ctx&&// return immediately
871
- n(null,s)}:n(H(M))}:(// new doc
872
- (c=f.add(e)).onerror=function(e){
873
- // constraint error, already exists
874
- n(H(M)),e.preventDefault(),// avoid transaction abort
875
- e.stopPropagation()},c.onsuccess=function(){s={ok:!0,id:e._id,rev:e._rev},t.ctx&&// return immediately
876
- n(null,s)})},e._removeLocal=function(e,t,n){"function"==typeof t&&(n=t,t={});var r,i=t.ctx;if(!i){var s=Ht(o,[Ut],"readwrite");if(s.error)return n(s.error);(i=s.txn).oncomplete=function(){r&&n(null,r)}}var a=e._id,u=i.objectStore(Ut),c=u.get(a);c.onerror=Kt(n),c.onsuccess=function(o){var i=o.target.result;i&&i._rev===e._rev?(u.delete(a),r={ok:!0,id:a,rev:"0-0"},t.ctx&&// return immediately
877
- n(null,r)):n(H(B))}},e._destroy=function(e,t){Xt.removeAllListeners(r);
878
- //Close open request for "dbName" database to fix ie delay.
879
- var n=cn.get(r);n&&n.result&&(n.result.close(),un.delete(r));var o=indexedDB.deleteDatabase(r);o.onsuccess=function(){
880
- //Remove open request from the list.
881
- cn.delete(r),E()&&r in localStorage&&delete localStorage[r],t(null,{ok:!0})},o.onerror=Kt(t)};var f=un.get(r);if(f)return o=f.idb,e._meta=f.global,s((function(){n(null,e)}));var l=indexedDB.open(r,5);cn.set(r,l),l.onupgradeneeded=function(e){var t=e.target.result;if(e.oldVersion<1)return function(e){var t=e.createObjectStore(It,{keyPath:"id"});e.createObjectStore(Tt,{autoIncrement:!0}).createIndex("_doc_id_rev","_doc_id_rev",{unique:!0}),e.createObjectStore(Bt,{keyPath:"digest"}),e.createObjectStore(Rt,{keyPath:"id",autoIncrement:!1}),e.createObjectStore(Nt),
882
- // added in v2
883
- t.createIndex("deletedOrLocal","deletedOrLocal",{unique:!1}),
884
- // added in v3
885
- e.createObjectStore(Ut,{keyPath:"_id"});
886
- // added in v4
887
- var n=e.createObjectStore(Mt,{autoIncrement:!0});n.createIndex("seq","seq"),n.createIndex("digestSeq","digestSeq",{unique:!0})}(t);// new db, initial schema
888
- // do migrations
889
- var n=e.currentTarget.transaction;
890
- // these migrations have to be done in this function, before
891
- // control is returned to the event loop, because IndexedDB
892
- e.oldVersion<3&&function(e){e.createObjectStore(Ut,{keyPath:"_id"}).createIndex("_doc_id_rev","_doc_id_rev",{unique:!0})}(t),e.oldVersion<4&&function(e){var t=e.createObjectStore(Mt,{autoIncrement:!0});t.createIndex("seq","seq"),t.createIndex("digestSeq","digestSeq",{unique:!0})}(t);var r=[i,// v1 -> v2
893
- a,// v2 -> v3
894
- u,// v3 -> v4
895
- c],o=e.oldVersion;!function e(){var t=r[o-1];o++,t&&t(n,e)}()},l.onsuccess=function(t){(o=t.target.result).onversionchange=function(){o.close(),un.delete(r)},o.onabort=function(e){P("error","Database has a global failure",e.target.error),o.close(),un.delete(r)};
896
- // Do a few setup operations (in parallel as much as possible):
897
- // 1. Fetch meta doc
898
- // 2. Check blob support
899
- // 3. Calculate docCount
900
- // 4. Generate an instanceId if necessary
901
- // 5. Store docCount and instanceId on meta doc
902
- var i,s,a,u,c=o.transaction([Rt,Nt,It],"readwrite"),f=!1;function l(){void 0!==a&&f&&(e._meta={name:r,instanceId:u,blobSupport:a},un.set(r,{idb:o,global:e._meta}),n(null,e))}function d(){if(void 0!==s&&void 0!==i){var e=r+"_id";e in i?u=i[e]:i[e]=u=Se(),i.docCount=s,c.objectStore(Rt).put(i)}}
903
- // fetch or generate the instanceId
904
- c.objectStore(Rt).get(Rt).onsuccess=function(e){i=e.target.result||{id:Rt},d()},
905
- // countDocs
906
- function(e,t){e.objectStore(It).index("deletedOrLocal").count(IDBKeyRange.only("0")).onsuccess=function(e){!function(e){s=e,d()}(e.target.result)}}(c),
907
- // check blob support
908
- an||(
909
- // make sure blob support is only checked once
910
- an=function(e){return new Promise((function(t){var n=pe([""]),r=e.objectStore(Nt).put(n,"key");r.onsuccess=function(){var e=navigator.userAgent.match(/Chrome\/(\d+)/),n=navigator.userAgent.match(/Edge\//);
911
- // MS Edge pretends to be Chrome 42:
912
- // https://msdn.microsoft.com/en-us/library/hh869301%28v=vs.85%29.aspx
913
- t(n||!e||parseInt(e[1],10)>=43)},r.onerror=e.onabort=function(e){
914
- // If the transaction aborts now its due to not being able to
915
- // write to the database, likely due to the disk being full
916
- e.preventDefault(),e.stopPropagation(),t(!1)}})).catch((function(){return!1;// error, so assume unsupported
917
- }))}(c)),an.then((function(e){a=e,l()})),
918
- // only when the metadata put transaction has completed,
919
- // consider the setup done
920
- c.oncomplete=function(){f=!0,l()},c.onabort=Kt(n)},l.onerror=function(e){var t=e.target.error&&e.target.error.message;t?-1!==t.indexOf("stored database is a higher version")&&(t=new Error('This DB was created with the newer "indexeddb" adapter, but you are trying to open it with the older "idb" adapter')):t="Failed to open indexedDB, are you in private browsing mode?",P("error",t),n(H(Q,t))}}(n,e,t)}),t,n.constructor)}fn.valid=function(){
921
- // Following #7085 buggy idb versions (typically Safari < 10.1) are
922
- // considered valid.
923
- // On Firefox SecurityError is thrown while referencing indexedDB if cookies
924
- // are not allowed. `typeof indexedDB` also triggers the error.
925
- try{
926
- // some outdated implementations of IDB that appear on Samsung
927
- // and HTC Android devices <4.4 are missing IDBKeyRange
928
- return"undefined"!=typeof indexedDB&&"undefined"!=typeof IDBKeyRange}catch(e){return!1}};var ln=5e3,dn={};function hn(e){var t=e.doc||e.ok,n=t&&t._attachments;n&&Object.keys(n).forEach((function(e){var t=n[e];t.data=ge(t.data,t.content_type)}))}function pn(e){return/^_design/.test(e)?"_design/"+encodeURIComponent(e.slice(8)):/^_local/.test(e)?"_local/"+encodeURIComponent(e.slice(7)):encodeURIComponent(e)}function vn(e){return e._attachments&&Object.keys(e._attachments)?Promise.all(Object.keys(e._attachments).map((function(t){var n=e._attachments[t];if(n.data&&"string"!=typeof n.data)return new Promise((function(e){be(n.data,e)})).then((function(e){n.data=e}))}))):Promise.resolve()}
929
- // Get all the information you possibly can about the URI given by name and
930
- // return it as a suitable object.
931
- // Generate a URL with the host data given by opts and the given path
932
- function yn(e,t){return gn(e,e.db+"/"+t)}
933
- // Generate a URL with the host data given by opts and the given path
934
- function gn(e,t){
935
- // If the host already has a path, then we need to have a path delimiter
936
- // Otherwise, the path delimiter is the empty string
937
- var n=e.path?"/":"";
938
- // If the host already has a path, then we need to have a path delimiter
939
- // Otherwise, the path delimiter is the empty string
940
- return e.protocol+"://"+e.host+(e.port?":"+e.port:"")+"/"+e.path+n+t}function _n(e){return"?"+Object.keys(e).map((function(t){return t+"="+encodeURIComponent(e[t])})).join("&")}
941
- // Implements the PouchDB API for dealing with CouchDB instances over HTTP
942
- function mn(e,t){
943
- // The functions that will be publicly available for HttpPouch
944
- var r=this,o=function(e,t){
945
- // encode db name if opts.prefix is a url (#5574)
946
- if(function(e){if(!e.prefix)return!1;var t=ce(e.prefix).protocol;return"http"===t||"https"===t}(t)){var n=t.name.substr(t.prefix.length);
947
- // Ensure prefix has a trailing slash
948
- e=t.prefix.replace(/\/?$/,"/")+encodeURIComponent(n)}var r=ce(e);(r.user||r.password)&&(r.auth={username:r.user,password:r.password});
949
- // Split the path part of the URI into parts using '/' as the delimiter
950
- // after removing any leading '/' and any trailing '/'
951
- var o=r.path.replace(/(^\/|\/$)/g,"").split("/");return r.db=o.pop(),
952
- // Prevent double encoding of URI component
953
- -1===r.db.indexOf("%")&&(r.db=encodeURIComponent(r.db)),r.path=o.join("/"),r}(e.name,e),i=yn(o,"");e=w(e);var a,u=function(t,n){if((n=n||{}).headers=n.headers||new tt,n.credentials="include",e.auth||o.auth){var r=e.auth||o.auth,i=r.username+":"+r.password,s=he(unescape(encodeURIComponent(i)));n.headers.set("Authorization","Basic "+s)}var a=e.headers||{};return Object.keys(a).forEach((function(e){n.headers.append(e,a[e])})),
954
- /* istanbul ignore if */
955
- function(e){var t="undefined"!=typeof navigator&&navigator.userAgent?navigator.userAgent.toLowerCase():"",n=-1!==t.indexOf("msie"),r=-1!==t.indexOf("trident"),o=-1!==t.indexOf("edge"),i=!("method"in e)||"GET"===e.method;return(n||r||o)&&i}(n)&&(t+=(-1===t.indexOf("?")?"?":"&")+"_nonce="+Date.now()),(e.fetch||et)(t,n)};function c(e,t){return O(e,f((function(e){d().then((function(){return t.apply(this,e)})).catch((function(t){e.pop()(t)}))}))).bind(r)}function l(e,t,n){var r={};return(t=t||{}).headers=t.headers||new tt,t.headers.get("Content-Type")||t.headers.set("Content-Type","application/json"),t.headers.get("Accept")||t.headers.set("Accept","application/json"),u(e,t).then((function(e){return r.ok=e.ok,r.status=e.status,e.json()})).then((function(e){if(r.data=e,!r.ok){r.data.status=r.status;var t=X(r.data);if(n)return n(t);throw t}if(Array.isArray(r.data)&&(r.data=r.data.map((function(e){return e.error||e.missing?X(e):e}))),!n)return r;n(null,r.data)}))}function d(){return e.skip_setup?Promise.resolve():
956
- // If there is a setup in process or previous successful setup
957
- // done then we will use that
958
- // If previous setups have been rejected we will try again
959
- a||((a=l(i).catch((function(e){return e&&e.status&&404===e.status?(
960
- // Doesnt exist, create it
961
- D(404,"PouchDB is just detecting if the remote exists."),l(i,{method:"PUT"})):Promise.reject(e)})).catch((function(e){
962
- // If we try to create a database that already exists, skipped in
963
- // istanbul since its catching a race condition.
964
- /* istanbul ignore if */
965
- return!(!e||!e.status||412!==e.status)||Promise.reject(e)}))).catch((function(){a=null})),a)}function h(e){return e.split("/").map(encodeURIComponent).join("/")}
966
- // Get the attachment
967
- s((function(){t(null,r)})),r._remote=!0,
968
- /* istanbul ignore next */
969
- r.type=function(){return"http"},r.id=c("id",(function(e){u(gn(o,"")).then((function(e){return e.json()})).catch((function(){return{}})).then((function(t){
970
- // Bad response or missing `uuid` should not prevent ID generation.
971
- var n=t&&t.uuid?t.uuid+o.db:yn(o,"");e(null,n)}))})),
972
- // Sends a POST request to the host calling the couchdb _compact function
973
- // version: The version of CouchDB it is running
974
- r.compact=c("compact",(function(e,t){"function"==typeof e&&(t=e,e={}),e=w(e),l(yn(o,"_compact"),{method:"POST"}).then((function(){
975
- // Ping the http if it's finished compaction
976
- !function n(){r.info((function(r,o){
977
- // CouchDB may send a "compact_running:true" if it's
978
- // already compacting. PouchDB Server doesn't.
979
- /* istanbul ignore else */
980
- o&&!o.compact_running?t(null,{ok:!0}):setTimeout(n,e.interval||200)}))}()}))})),r.bulkGet=O("bulkGet",(function(e,t){var n=this;function r(t){var n={};e.revs&&(n.revs=!0),e.attachments&&(
981
- /* istanbul ignore next */n.attachments=!0),e.latest&&(n.latest=!0),l(yn(o,"_bulk_get"+_n(n)),{method:"POST",body:JSON.stringify({docs:e.docs})}).then((function(n){e.attachments&&e.binary&&n.data.results.forEach((function(e){e.docs.forEach(hn)})),t(null,n.data)})).catch(t)}
982
- /* istanbul ignore next */function i(){
983
- // avoid "url too long error" by splitting up into multiple requests
984
- var r=Math.ceil(e.docs.length/50),o=0,i=new Array(r);function s(e){return function(n,s){
985
- // err is impossible because shim returns a list of errs in that case
986
- i[e]=s.results,++o===r&&t(null,{results:ee(i)})}}for(var a=0;a<r;a++){var u=A(e,["revs","attachments","binary","latest"]);u.docs=e.docs.slice(50*a,Math.min(e.docs.length,50*(a+1))),x(n,u,s(a))}}
987
- // mark the whole database as either supporting or not supporting _bulk_get
988
- var s=gn(o,""),a=dn[s];
989
- /* istanbul ignore next */"boolean"!=typeof a?
990
- // check if this database supports _bulk_get
991
- r((function(e,n){e?(dn[s]=!1,D(e.status,"PouchDB is just detecting if the remote supports the _bulk_get API."),i()):(dn[s]=!0,t(null,n))})):a?r(t):i()})),
992
- // Calls GET on the host, which gets back a JSON string containing
993
- // couchdb: A welcome string
994
- // version: The version of CouchDB it is running
995
- r._info=function(e){d().then((function(){return u(yn(o,""))})).then((function(e){return e.json()})).then((function(t){t.host=yn(o,""),e(null,t)})).catch(e)},r.fetch=function(e,t){return d().then((function(){var n="/"===e.substring(0,1)?gn(o,e.substring(1)):yn(o,e);return u(n,t)}))},
996
- // Get the document with the given id from the database given by host.
997
- // The id could be solely the _id in the database, or it may be a
998
- // _design/ID or _local/ID path
999
- r.get=c("get",(function(e,t,n){
1000
- // If no options were given, set the callback to the second parameter
1001
- "function"==typeof t&&(n=t,t={});
1002
- // List of parameters to add to the GET request
1003
- var r={};function i(e){var n=e._attachments,r=n&&Object.keys(n);if(n&&r.length)
1004
- // This limits the number of parallel xhr requests to 5 any time
1005
- // to avoid issues with maximum browser request limits
1006
- // dead simple promise pool, inspired by https://github.com/timdp/es6-promise-pool
1007
- // but much smaller in code size. limits the number of concurrent promises that are executed
1008
- return function(e,t){return new Promise((function(t,n){var r,o=0,i=0,s=0,a=e.length;function u(){++s===a?
1009
- /* istanbul ignore if */
1010
- r?n(r):t():l()}function c(){o--,u()}
1011
- /* istanbul ignore next */function f(e){o--,r=r||e,u()}function l(){for(;o<5&&i<a;)o++,e[i++]().then(c,f)}l()}))}(r.map((function(r){return function(){
1012
- // we fetch these manually in separate XHRs, because
1013
- // Sync Gateway would normally send it back as multipart/mixed,
1014
- // which we cannot parse. Also, this is more efficient than
1015
- // receiving attachments as base64-encoded strings.
1016
- return function(r){var i=n[r],s=pn(e._id)+"/"+h(r)+"?rev="+e._rev;return u(yn(o,s)).then((function(e){return"buffer"in e?e.buffer():e.blob()})).then((function(e){if(t.binary){var n=Object.getOwnPropertyDescriptor(e.__proto__,"type");return n&&!n.set||(e.type=i.content_type),e}return new Promise((function(t){be(e,t)}))})).then((function(e){delete i.stub,delete i.length,i.data=e}))}(r)}})))}(t=w(t)).revs&&(r.revs=!0),t.revs_info&&(r.revs_info=!0),t.latest&&(r.latest=!0),t.open_revs&&("all"!==t.open_revs&&(t.open_revs=JSON.stringify(t.open_revs)),r.open_revs=t.open_revs),t.rev&&(r.rev=t.rev),t.conflicts&&(r.conflicts=t.conflicts
1017
- /* istanbul ignore if */),t.update_seq&&(r.update_seq=t.update_seq),e=pn(e),l(yn(o,e+_n(r))).then((function(e){return Promise.resolve().then((function(){if(t.attachments)return n=e.data,Array.isArray(n)?Promise.all(n.map((function(e){if(e.ok)return i(e.ok)}))):i(n);var n})).then((function(){n(null,e.data)}))})).catch((function(t){t.docId=e,n(t)}))})),
1018
- // Delete the document given by doc from the database given by host.
1019
- r.remove=c("remove",(function(e,t,n,r){var i;"string"==typeof t?(
1020
- // id, rev, opts, callback style
1021
- i={_id:e,_rev:t},"function"==typeof n&&(r=n,n={})):(
1022
- // doc, opts, callback style
1023
- i=e,"function"==typeof t?(r=t,n={}):(r=n,n=t));var s=i._rev||n.rev;l(yn(o,pn(i._id))+"?rev="+s,{method:"DELETE"},r).catch(r)})),r.getAttachment=c("getAttachment",(function(e,t,r,i){"function"==typeof r&&(i=r,r={});var s,a=r.rev?"?rev="+r.rev:"",c=yn(o,pn(e))+"/"+h(t)+a;u(c,{method:"GET"}).then((function(e){if(s=e.headers.get("content-type"),e.ok)return void 0===n||n.browser||"function"!=typeof e.buffer?e.blob():e.buffer();throw e})).then((function(e){
1024
- // TODO: also remove
1025
- void 0===n||n.browser||(e.type=s),i(null,e)})).catch((function(e){i(e)}))})),
1026
- // Remove the attachment given by the id and rev
1027
- r.removeAttachment=c("removeAttachment",(function(e,t,n,r){l(yn(o,pn(e)+"/"+h(t))+"?rev="+n,{method:"DELETE"},r).catch(r)})),
1028
- // Add the attachment given by blob and its contentType property
1029
- // to the document with the given id, the revision given by rev, and
1030
- // add it to the database given by host.
1031
- r.putAttachment=c("putAttachment",(function(e,t,n,r,i,s){"function"==typeof i&&(s=i,i=r,r=n,n=null);var a=pn(e)+"/"+h(t),u=yn(o,a);if(n&&(u+="?rev="+n),"string"==typeof r){
1032
- // input is assumed to be a base64 string
1033
- var c;try{c=de(r)}catch(e){return s(H(K,"Attachment is not a valid base64 string"))}r=c?ye(c,i):""}
1034
- // Add the attachment
1035
- l(u,{headers:new tt({"Content-Type":i}),method:"PUT",body:r},s).catch(s)})),
1036
- // Update/create multiple documents given by req in the database
1037
- // given by host.
1038
- r._bulkDocs=function(e,t,n){
1039
- // If new_edits=false then it prevents the database from creating
1040
- // new revision numbers for the documents. Instead it just uses
1041
- // the old ones. This is used in database replication.
1042
- e.new_edits=t.new_edits,d().then((function(){return Promise.all(e.docs.map(vn))})).then((function(){
1043
- // Update/create the documents
1044
- return l(yn(o,"_bulk_docs"),{method:"POST",body:JSON.stringify(e)},n)})).catch(n)},
1045
- // Update/create document
1046
- r._put=function(e,t,n){d().then((function(){return vn(e)})).then((function(){return l(yn(o,pn(e._id)),{method:"PUT",body:JSON.stringify(e)})})).then((function(e){n(null,e.data)})).catch((function(t){t.docId=e&&e._id,n(t)}))},
1047
- // Get a listing of the documents in the database given
1048
- // by host and ordered by increasing id.
1049
- r.allDocs=c("allDocs",(function(e,t){"function"==typeof e&&(t=e,e={});
1050
- // List of parameters to add to the GET request
1051
- var n,r={},i="GET";(e=w(e)).conflicts&&(r.conflicts=!0
1052
- /* istanbul ignore if */),e.update_seq&&(r.update_seq=!0),e.descending&&(r.descending=!0),e.include_docs&&(r.include_docs=!0),
1053
- // added in CouchDB 1.6.0
1054
- e.attachments&&(r.attachments=!0),e.key&&(r.key=JSON.stringify(e.key)),e.start_key&&(e.startkey=e.start_key),e.startkey&&(r.startkey=JSON.stringify(e.startkey)),e.end_key&&(e.endkey=e.end_key),e.endkey&&(r.endkey=JSON.stringify(e.endkey)),void 0!==e.inclusive_end&&(r.inclusive_end=!!e.inclusive_end),void 0!==e.limit&&(r.limit=e.limit),void 0!==e.skip&&(r.skip=e.skip);var s=_n(r);void 0!==e.keys&&(i="POST",n={keys:e.keys}),l(yn(o,"_all_docs"+s),{method:i,body:JSON.stringify(n)}).then((function(n){e.include_docs&&e.attachments&&e.binary&&n.data.rows.forEach(hn),t(null,n.data)})).catch(t)})),
1055
- // Get a list of changes made to documents in the database given by host.
1056
- // TODO According to the README, there should be two other methods here,
1057
- // api.changes.addListener and api.changes.removeListener.
1058
- r._changes=function(e){
1059
- // We internally page the results of a changes request, this means
1060
- // if there is a large set of changes to be returned we can start
1061
- // processing them quicker instead of waiting on the entire
1062
- // set of changes to return and attempting to process them at once
1063
- var t="batch_size"in e?e.batch_size:25;(e=w(e)).continuous&&!("heartbeat"in e)&&(e.heartbeat=1e4);var n="timeout"in e?e.timeout:3e4;
1064
- // ensure CHANGES_TIMEOUT_BUFFER applies
1065
- "timeout"in e&&e.timeout&&n-e.timeout<ln&&(n=e.timeout+ln
1066
- /* istanbul ignore if */),"heartbeat"in e&&e.heartbeat&&n-e.heartbeat<ln&&(n=e.heartbeat+ln);var r={};"timeout"in e&&e.timeout&&(r.timeout=e.timeout);var i=void 0!==e.limit&&e.limit,a=i;
1067
- // If opts.query_params exists, pass it through to the changes request.
1068
- // These parameters may be used by the filter on the source database.
1069
- if(e.style&&(r.style=e.style),(e.include_docs||e.filter&&"function"==typeof e.filter)&&(r.include_docs=!0),e.attachments&&(r.attachments=!0),e.continuous&&(r.feed="longpoll"),e.seq_interval&&(r.seq_interval=e.seq_interval),e.conflicts&&(r.conflicts=!0),e.descending&&(r.descending=!0
1070
- /* istanbul ignore if */),e.update_seq&&(r.update_seq=!0),"heartbeat"in e&&e.heartbeat&&(r.heartbeat=e.heartbeat),e.filter&&"string"==typeof e.filter&&(r.filter=e.filter),e.view&&"string"==typeof e.view&&(r.filter="_view",r.view=e.view),e.query_params&&"object"==typeof e.query_params)for(var u in e.query_params)
1071
- /* istanbul ignore else */
1072
- e.query_params.hasOwnProperty(u)&&(r[u]=e.query_params[u]);var c,f="GET";e.doc_ids?(
1073
- // set this automagically for the user; it's annoying that couchdb
1074
- // requires both a "filter" and a "doc_ids" param.
1075
- r.filter="_doc_ids",f="POST",c={doc_ids:e.doc_ids}):e.selector&&(
1076
- // set this automagically for the user, similar to above
1077
- r.filter="_selector",f="POST",c={selector:e.selector});var h,p=new Ze,v=function(n,s){if(!e.aborted){r.since=n,
1078
- // "since" can be any kind of json object in Cloudant/CouchDB 2.x
1079
- /* istanbul ignore next */
1080
- "object"==typeof r.since&&(r.since=JSON.stringify(r.since)),e.descending?i&&(r.limit=a):r.limit=!i||a>t?t:a;
1081
- // Set the options for the ajax call
1082
- var u=yn(o,"_changes"+_n(r)),v={signal:p.signal,method:f,body:JSON.stringify(c)};h=n,
1083
- /* istanbul ignore if */
1084
- e.aborted||
1085
- // Get the changes
1086
- d().then((function(){return l(u,v,s)})).catch(s)}},y={results:[]},g=function(n,r){if(!e.aborted){var o=0;
1087
- // If the result of the ajax call (res) contains changes (res.results)
1088
- if(r&&r.results){o=r.results.length,y.last_seq=r.last_seq;var u=null,c=null;
1089
- // Attach 'pending' property if server supports it (CouchDB 2.0+)
1090
- /* istanbul ignore if */"number"==typeof r.pending&&(u=r.pending),"string"!=typeof y.last_seq&&"number"!=typeof y.last_seq||(c=y.last_seq),e.query_params,r.results=r.results.filter((function(t){a--;var n=Z(e)(t);return n&&(e.include_docs&&e.attachments&&e.binary&&hn(t),e.return_docs&&y.results.push(t),e.onChange(t,u,c)),n}))}else if(n)
1091
- // In case of an error, stop listening for changes and call
1092
- // opts.complete
1093
- return e.aborted=!0,void e.complete(n);
1094
- // The changes feed may have timed out with no results
1095
- // if so reuse last update sequence
1096
- r&&r.last_seq&&(h=r.last_seq);var f=i&&a<=0||r&&o<t||e.descending;(!e.continuous||i&&a<=0)&&f?
1097
- // We're done, call the callback
1098
- e.complete(null,y):
1099
- // Queue a call to fetch again with the newest sequence number
1100
- s((function(){v(h,g)}))}};
1101
- // Return a method to cancel this method from processing any more
1102
- return v(e.since||0,g),{cancel:function(){e.aborted=!0,p.abort()}}},
1103
- // Given a set of document/revision IDs (given by req), tets the subset of
1104
- // those that do NOT correspond to revisions stored in the database.
1105
- // See http://wiki.apache.org/couchdb/HttpPostRevsDiff
1106
- r.revsDiff=c("revsDiff",(function(e,t,n){
1107
- // If no options were given, set the callback to be the second parameter
1108
- "function"==typeof t&&(n=t,t={}),
1109
- // Get the missing document/revision IDs
1110
- l(yn(o,"_revs_diff"),{method:"POST",body:JSON.stringify(e)},n).catch(n)})),r._close=function(e){e()},r._destroy=function(e,t){l(yn(o,""),{method:"DELETE"}).then((function(e){t(null,e)})).catch((function(e){
1111
- /* istanbul ignore if */
1112
- 404===e.status?t(null,{ok:!0}):t(e)}))}}
1113
- // HttpPouch is a valid adapter.
1114
- function bn(e){this.status=400,this.name="query_parse_error",this.message=e,this.error=!0;try{Error.captureStackTrace(this,bn)}catch(e){}}function wn(e){this.status=404,this.name="not_found",this.message=e,this.error=!0;try{Error.captureStackTrace(this,wn)}catch(e){}}function kn(e){this.status=500,this.name="invalid_value",this.message=e,this.error=!0;try{Error.captureStackTrace(this,kn)}catch(e){}}function jn(e,t){return t&&e.then((function(e){s((function(){t(null,e)}))}),(function(e){s((function(){t(e)}))})),e}function On(e,t){return function(){var n=arguments,r=this;return e.add((function(){return t.apply(r,n)}))}}
1115
- // uniq an array of strings, order not guaranteed
1116
- // similar to underscore/lodash _.uniq
1117
- function An(e){var t=new o(e),n=new Array(t.size),r=-1;return t.forEach((function(e){n[++r]=e})),n}function qn(e){var t=new Array(e.size),n=-1;return e.forEach((function(e,r){t[++n]=r})),t}function Sn(e){return new kn("builtin "+e+" function requires map values to be numbers or number arrays")}function xn(e){for(var t=0,n=0,r=e.length;n<r;n++){var o=e[n];if("number"!=typeof o){if(!Array.isArray(o))// not array/number
1118
- throw Sn("_sum");
1119
- // lists of numbers are also allowed, sum them separately
1120
- t="number"==typeof t?[t]:t;for(var i=0,s=o.length;i<s;i++){var a=o[i];if("number"!=typeof a)throw Sn("_sum");void 0===t[i]?t.push(a):t[i]+=a}}else"number"==typeof t?t+=o:// add number to array
1121
- t[0]+=o}return t}mn.valid=function(){return!0},l(bn,Error),l(wn,Error),l(kn,Error);var En=P.bind(null,"log"),Cn=Array.isArray,Pn=JSON.parse;function Ln(e,t){return fe("return ("+e.replace(/;\s*$/,"")+");",{emit:t,sum:xn,log:En,isArray:Cn,toJSON:Pn})}
1122
- /*
1123
- * Simple task queue to sequentialize actions. Assumes
1124
- * callbacks will eventually fire (once).
1125
- */function Dn(){this.promise=new Promise((function(e){e()}))}function $n(e){if(!e)return"undefined";// backwards compat for empty reduce
1126
- // for backwards compat with mapreduce, functions/strings are stringified
1127
- // as-is. everything else is JSON-stringified.
1128
- switch(typeof e){case"function":case"string":
1129
- // e.g. a mapreduce built-in _reduce function
1130
- return e.toString();default:
1131
- // e.g. a JSON object in the case of mango queries
1132
- return JSON.stringify(e)}}
1133
- /* create a string signature for a view so we can cache it and uniq it */function In(e,t,n,r,o,i){var s,a=function(e,t){
1134
- // the "undefined" part is for backwards compatibility
1135
- return $n(e)+$n(t)+"undefined"}(n,r);if(!o&&
1136
- // cache this to ensure we don't try to update the same view twice
1137
- (s=e._cachedViews=e._cachedViews||{})[a])return s[a];var u=e.info().then((function(u){var c=u.db_name+"-mrview-"+(o?"temp":Ae(a));
1138
- // save the view name in the source db so it can be cleaned up if necessary
1139
- // (e.g. when the _design doc is deleted, remove all associated view data)
1140
- return le(e,"_local/"+i,(function(e){e.views=e.views||{};var n=t;-1===n.indexOf("/")&&(n=t+"/"+t);var r=e.views[n]=e.views[n]||{};
1141
- /* istanbul ignore if */if(!r[c])return r[c]=!0,e})).then((function(){return e.registerDependentDatabase(c).then((function(t){var o=t.db;o.auto_compaction=!0;var i={name:c,db:o,sourceDB:e,adapter:e.adapter,mapFun:n,reduceFun:r};return i.db.get("_local/lastSeq").catch((function(e){
1142
- /* istanbul ignore if */
1143
- if(404!==e.status)throw e})).then((function(e){return i.seq=e?e.seq:0,s&&i.db.once("destroyed",(function(){delete s[a]})),i}))}))}))}));return s&&(s[a]=u),u}Dn.prototype.add=function(e){return this.promise=this.promise.catch((function(){
1144
- // just recover
1145
- })).then((function(){return e()})),this.promise},Dn.prototype.finish=function(){return this.promise};var Tn={},Bn=new Dn;function Mn(e){
1146
- // can be either 'ddocname/viewname' or just 'viewname'
1147
- // (where the ddoc name is the same)
1148
- return-1===e.indexOf("/")?[e,e]:e.split("/")}function Rn(e,t){try{e.emit("error",t)}catch(e){P("error","The user's map/reduce function threw an uncaught error.\nYou can debug this error by doing:\nmyDatabase.on('error', function (err) { debugger; });\nPlease double-check your map/reduce function."),P("error",t)
1149
- /**
1150
- * Returns an "abstract" mapreduce object of the form:
1151
- *
1152
- * {
1153
- * query: queryFun,
1154
- * viewCleanup: viewCleanupFun
1155
- * }
1156
- *
1157
- * Arguments are:
1158
- *
1159
- * localDoc: string
1160
- * This is for the local doc that gets saved in order to track the
1161
- * "dependent" DBs and clean them up for viewCleanup. It should be
1162
- * unique, so that indexer plugins don't collide with each other.
1163
- * mapper: function (mapFunDef, emit)
1164
- * Returns a map function based on the mapFunDef, which in the case of
1165
- * normal map/reduce is just the de-stringified function, but may be
1166
- * something else, such as an object in the case of pouchdb-find.
1167
- * reducer: function (reduceFunDef)
1168
- * Ditto, but for reducing. Modules don't have to support reducing
1169
- * (e.g. pouchdb-find).
1170
- * ddocValidator: function (ddoc, viewName)
1171
- * Throws an error if the ddoc or viewName is not valid.
1172
- * This could be a way to communicate to the user that the configuration for the
1173
- * indexer is invalid.
1174
- */}}var Un=function(e,t){return xn(t)},Nn=function(e,t){return t.length},Fn=function(e,t){return{sum:xn(t),min:Math.min.apply(null,t),max:Math.max.apply(null,t),count:t.length,sumsqr:
1175
- // no need to implement rereduce=true, because Pouch
1176
- // will never call it
1177
- function(e){for(var t=0,n=0,r=e.length;n<r;n++){var o=e[n];t+=o*o}return t}(t)}},Kn=function(e,t,n,r){function a(e,t,n){
1178
- // emit an event if there was an error thrown by a map function.
1179
- // putting try/catches in a single function also avoids deoptimizations.
1180
- try{t(n)}catch(t){Rn(e,t)}}function u(e,t,n,r,o){
1181
- // same as above, but returning the result or an error. there are two separate
1182
- // functions to avoid extra memory allocations since the tryCode() case is used
1183
- // for custom map functions (common) vs this function, which is only used for
1184
- // custom reduce functions (rare)
1185
- try{return{output:t(n,r,o)}}catch(t){return Rn(e,t),{error:t}}}function c(e,t){var n=dt(e.key,t.key);return 0!==n?n:dt(e.value,t.value)}function l(e,t,n){return n=n||0,"number"==typeof t?e.slice(n,t+n):n>0?e.slice(n):e}function d(e){var t=e.value;
1186
- // Users can explicitly specify a joined doc _id, or it
1187
- // defaults to the doc _id that emitted the key/value.
1188
- return t&&"object"==typeof t&&t._id||e.id}function h(e){return function(t){return e.include_docs&&e.attachments&&e.binary&&function(e){e.rows.forEach((function(e){var t=e.doc&&e.doc._attachments;t&&Object.keys(t).forEach((function(e){var n=t[e];t[e].data=ge(n.data,n.content_type)}))}))}(t),t}}function p(e,t,n,r){
1189
- // add an http param from opts to params, optionally json-encoded
1190
- var o=t[e];void 0!==o&&(r&&(o=encodeURIComponent(JSON.stringify(o))),n.push(e+"="+o))}function v(e){if(void 0!==e){var t=Number(e);
1191
- // prevents e.g. '1foo' or '1.1' being coerced to 1
1192
- return isNaN(t)||t!==parseInt(e,10)?e:t}}function y(e,t){var n=e.descending?"endkey":"startkey",r=e.descending?"startkey":"endkey";if(void 0!==e[n]&&void 0!==e[r]&&dt(e[n],e[r])>0)throw new bn("No rows can match your key range, reverse your start_key and end_key or set {descending : true}");if(t.reduce&&!1!==e.reduce){if(e.include_docs)throw new bn("{include_docs:true} is invalid for reduce");if(e.keys&&e.keys.length>1&&!e.group&&!e.group_level)throw new bn("Multi-key fetches for reduce views must use {group: true}")}["group_level","limit","skip"].forEach((function(t){var n=function(e){if(e){if("number"!=typeof e)return new bn('Invalid value for integer: "'+e+'"');if(e<0)return new bn('Invalid value for positive integer: "'+e+'"')}}(e[t]);if(n)throw n}))}function g(e){return function(t){
1193
- /* istanbul ignore else */
1194
- if(404===t.status)return e;throw t}}
1195
- // returns a promise for a list of docs to update, based on the input docId.
1196
- // the order doesn't matter, because post-3.2.0, bulkDocs
1197
- // is an atomic operation in all three adapters.
1198
- function _(e,t,n){var r="_local/doc_"+e,i={_id:r,keys:[]},s=n.get(e),a=s[0];return(function(e){
1199
- // only return true if the current change is 1-
1200
- // and there are no other leafs
1201
- return 1===e.length&&/^1-/.test(e[0].rev)}(s[1])?Promise.resolve(i):t.db.get(r).catch(g(i))).then((function(e){return function(e){return e.keys.length?t.db.allDocs({keys:e.keys,include_docs:!0}):Promise.resolve({rows:[]})}(e).then((function(t){return function(e,t){for(var n=[],r=new o,i=0,s=t.rows.length;i<s;i++){var u=t.rows[i].doc;if(u&&(n.push(u),r.add(u._id),u._deleted=!a.has(u._id),!u._deleted)){var c=a.get(u._id);"value"in c&&(u.value=c.value)}}var f=qn(a);return f.forEach((function(e){if(!r.has(e)){
1202
- // new doc
1203
- var t={_id:e},o=a.get(e);"value"in o&&(t.value=o.value),n.push(t)}})),e.keys=An(f.concat(e.keys)),n.push(e),n}(e,t)}))}))}
1204
- // updates all emitted key/value docs and metaDocs in the mrview database
1205
- // for the given batch of documents from the source database
1206
- function m(e){var t="string"==typeof e?e:e.name,n=Tn[t];return n||(n=Tn[t]=new Dn),n}function b(e){return On(m(e),(function(){return function(e){
1207
- // bind the emit function once
1208
- var t,n;var r=function(e,t){
1209
- // for temp_views one can use emit(doc, emit), see #38
1210
- if("function"==typeof e&&2===e.length){var n=e;return function(e){return n(e,t)}}return Ln(e.toString(),t)}(e.mapFun,(function(e,r){var o={id:n._id,key:ht(e)};
1211
- // Don't explicitly store the value unless it's defined and non-null.
1212
- // This saves on storage space, because often people don't use it.
1213
- null!=r&&(o.value=ht(r)),t.push(o)})),o=e.seq||0;function s(t,n){return function(){return function(e,t,n){var r="_local/lastSeq";return e.db.get(r).catch(g({_id:r,seq:0})).then((function(r){var o=qn(t);return Promise.all(o.map((function(n){return _(n,e,t)}))).then((function(t){var o=ee(t);
1214
- // write all docs in a single operation, update the seq once
1215
- return r.seq=n,o.push(r),e.db.bulkDocs({docs:o})}))}))}(e,t,n)}}var u=new Dn;function f(){return e.sourceDB.changes({return_docs:!0,conflicts:!0,include_docs:!0,style:"all_docs",since:o,limit:50}).then(l)}function l(e){var t=e.results;if(t.length){var n=d(t);if(u.add(s(n,o)),!(t.length<50))return f()}}function d(s){for(var u=new i,f=0,l=s.length;f<l;f++){var d=s[f];if("_"!==d.doc._id[0]){t=[],(n=d.doc)._deleted||a(e.sourceDB,r,n),t.sort(c);var p=h(t);u.set(d.doc._id,[p,d.changes])}o=d.seq}return u}function h(e){for(var t,n=new i,r=0,o=e.length;r<o;r++){var s=e[r],a=[s.key,s.id];r>0&&0===dt(s.key,t)&&a.push(r),n.set(pt(a),s),t=s.key}return n}return f().then((function(){return u.finish()})).then((function(){e.seq=o}))}(e)}))()}function w(e,t){return On(m(e),(function(){return function(e,t){var n,r=e.reduceFun&&!1!==t.reduce,o=t.skip||0;function s(t){return t.include_docs=!0,e.db.allDocs(t).then((function(e){return n=e.total_rows,e.rows.map((function(e){
1216
- // implicit migration - in older versions of PouchDB,
1217
- // we explicitly stored the doc as {id: ..., key: ..., value: ...}
1218
- // this is tested in a migration test
1219
- /* istanbul ignore next */
1220
- if("value"in e.doc&&"object"==typeof e.doc.value&&null!==e.doc.value){var t=Object.keys(e.doc.value).sort(),n=["id","key","value"];
1221
- // this detection method is not perfect, but it's unlikely the user
1222
- // emitted a value which was an object with these 3 exact keys
1223
- if(!(t<n||t>n))return e.doc.value}var r=function(e){
1224
- /*eslint no-constant-condition: ["error", { "checkLoops": false }]*/
1225
- for(var t=[],n=[],r=0;;){var o=e[r++];if("\0"!==o)switch(o){case"1":t.push(null);break;case"2":t.push("1"===e[r]),r++;break;case"3":var i=vt(e,r);t.push(i.num),r+=i.length;break;case"4":
1226
- /*eslint no-constant-condition: ["error", { "checkLoops": false }]*/
1227
- for(var s="";;){var a=e[r];if("\0"===a)break;s+=a,r++}
1228
- // perform the reverse of the order-preserving replacement
1229
- // algorithm (see above)
1230
- /* eslint-disable no-control-regex */s=s.replace(/\u0001\u0001/g,"\0").replace(/\u0001\u0002/g,"").replace(/\u0002\u0002/g,""),
1231
- /* eslint-enable no-control-regex */
1232
- t.push(s);break;case"5":var u={element:[],index:t.length};t.push(u.element),n.push(u);break;case"6":var c={element:{},index:t.length};t.push(c.element),n.push(c);break;
1233
- /* istanbul ignore next */default:throw new Error("bad collationIndex or unexpectedly reached end of input: "+o)}else{if(1===t.length)return t.pop();yt(t,n)}}}(e.doc._id);return{key:r[0],id:r[1],value:"value"in e.doc?e.doc.value:null}}))}))}function a(s){var a;if(a=r?function(e,t,n){0===n.group_level&&delete n.group_level;var r=n.group||n.group_level,o=function(e){var t=e.toString(),n=function(e){if(/^_sum/.test(e))return Un;if(/^_count/.test(e))return Nn;if(/^_stats/.test(e))return Fn;if(/^_/.test(e))throw new Error(e+" is not a supported reduce function.")}(t);return n||Ln(t)}(e.reduceFun),i=[],s=isNaN(n.group_level)?Number.POSITIVE_INFINITY:n.group_level;t.forEach((function(e){var t=i[i.length-1],n=r?e.key:null;if(
1234
- // only set group_level for array keys
1235
- r&&Array.isArray(n)&&(n=n.slice(0,s)),t&&0===dt(t.groupKey,n))return t.keys.push([e.key,e.id]),void t.values.push(e.value);i.push({keys:[[e.key,e.id]],values:[e.value],groupKey:n})})),t=[];for(var a=0,c=i.length;a<c;a++){var f=i[a],d=u(e.sourceDB,o,f.keys,f.values,!1);if(d.error&&d.error instanceof kn)
1236
- // CouchDB returns an error if a built-in errors out
1237
- throw d.error;t.push({
1238
- // CouchDB just sets the value to null if a non-built-in errors out
1239
- value:d.error?null:d.output,key:f.groupKey})}
1240
- // no total_rows/offset when reducing
1241
- return{rows:l(t,n.limit,n.skip)}}(e,s,t):{total_rows:n,offset:o,rows:s}
1242
- /* istanbul ignore if */,t.update_seq&&(a.update_seq=e.seq),t.include_docs){var c=An(s.map(d));return e.sourceDB.allDocs({keys:c,include_docs:!0,conflicts:t.conflicts,attachments:t.attachments,binary:t.binary}).then((function(e){var t=new i;return e.rows.forEach((function(e){t.set(e.id,e.doc)})),s.forEach((function(e){var n=d(e),r=t.get(n);r&&(e.doc=r)})),a}))}return a}if(void 0===t.keys||t.keys.length||(
1243
- // equivalent query
1244
- t.limit=0,delete t.keys),void 0!==t.keys){var c=t.keys.map((function(e){var n={startkey:pt([e]),endkey:pt([e,{}])};
1245
- /* istanbul ignore if */return t.update_seq&&(n.update_seq=!0),s(n)}));return Promise.all(c).then(ee).then(a)}// normal query, no 'keys'
1246
- var f,h,p={descending:t.descending};
1247
- /* istanbul ignore if */if(t.update_seq&&(p.update_seq=!0),"start_key"in t&&(f=t.start_key),"startkey"in t&&(f=t.startkey),"end_key"in t&&(h=t.end_key),"endkey"in t&&(h=t.endkey),void 0!==f&&(p.startkey=t.descending?pt([f,{}]):pt([f])),void 0!==h){var v=!1!==t.inclusive_end;t.descending&&(v=!v),p.endkey=pt(v?[h,{}]:[h])}if(void 0!==t.key){var y=pt([t.key]),g=pt([t.key,{}]);p.descending?(p.endkey=y,p.startkey=g):(p.startkey=y,p.endkey=g)}return r||("number"==typeof t.limit&&(p.limit=t.limit),p.skip=o),s(p).then(a)}(e,t)}))()}function k(t,n,r){
1248
- /* istanbul ignore next */
1249
- if("function"==typeof t._query)
1250
- // custom adapters can define their own api._query
1251
- // and override the default behavior
1252
- /* istanbul ignore next */
1253
- return function(e,t,n){return new Promise((function(r,o){e._query(t,n,(function(e,t){if(e)return o(e);r(t)}))}))}
1254
- // custom adapters can define their own api._viewCleanup
1255
- // and override the default behavior
1256
- /* istanbul ignore next */(t,n,r);if(ne(t))return function(e,t,n){
1257
- // List of parameters to add to the PUT request
1258
- var r,o,i,s=[],a="GET";
1259
- // If keys are supplied, issue a POST to circumvent GET query string limits
1260
- // see http://wiki.apache.org/couchdb/HTTP_view_API#Querying_Options
1261
- if(
1262
- // If opts.reduce exists and is defined, then add it to the list
1263
- // of parameters.
1264
- // If reduce=false then the results are that of only the map function
1265
- // not the final result of map and reduce.
1266
- p("reduce",n,s),p("include_docs",n,s),p("attachments",n,s),p("limit",n,s),p("descending",n,s),p("group",n,s),p("group_level",n,s),p("skip",n,s),p("stale",n,s),p("conflicts",n,s),p("startkey",n,s,!0),p("start_key",n,s,!0),p("endkey",n,s,!0),p("end_key",n,s,!0),p("inclusive_end",n,s),p("key",n,s,!0),p("update_seq",n,s),s=""===(
1267
- // Format the list of parameters into a valid URI query string
1268
- s=s.join("&"))?"":"?"+s,void 0!==n.keys){var u="keys="+encodeURIComponent(JSON.stringify(n.keys));
1269
- // according to http://stackoverflow.com/a/417184/680742,
1270
- // the de facto URL length limit is 2000 characters
1271
- u.length+s.length+1<=2e3?
1272
- // If the keys are short enough, do a GET. we do this to work around
1273
- // Safari not understanding 304s on POSTs (see pouchdb/pouchdb#1239)
1274
- s+=("?"===s[0]?"&":"?")+u:(a="POST","string"==typeof t?r={keys:n.keys}:// fun is {map : mapfun}, so append to this
1275
- t.keys=n.keys)}
1276
- // We are referencing a query defined in the design doc
1277
- if("string"==typeof t){var c=Mn(t);return e.fetch("_design/"+c[0]+"/_view/"+c[1]+s,{headers:new tt({"Content-Type":"application/json"}),method:a,body:JSON.stringify(r)}).then((function(e){return o=e.ok,i=e.status,e.json()})).then((function(e){if(!o)throw e.status=i,X(e);
1278
- // fail the entire request if the result contains an error
1279
- return e.rows.forEach((function(e){
1280
- /* istanbul ignore if */
1281
- if(e.value&&e.value.error&&"builtin_reduce_error"===e.value.error)throw new Error(e.reason)})),e})).then(h(n))}
1282
- // We are using a temporary view, terrible for performance, good for testing
1283
- return r=r||{},Object.keys(t).forEach((function(e){Array.isArray(t[e])?r[e]=t[e]:r[e]=t[e].toString()})),e.fetch("_temp_view"+s,{headers:new tt({"Content-Type":"application/json"}),method:"POST",body:JSON.stringify(r)}).then((function(e){return o=e.ok,i=e.status,e.json()})).then((function(e){if(!o)throw e.status=i,X(e);return e})).then(h(n))}(t,n,r);if("string"!=typeof n)
1284
- // temp_view
1285
- return y(r,n),Bn.add((function(){return In(
1286
- /* sourceDB */t,
1287
- /* viewName */"temp_view/temp_view",
1288
- /* mapFun */n.map,
1289
- /* reduceFun */n.reduce,
1290
- /* temporary */!0,
1291
- /* localDocName */e).then((function(e){return t=b(e).then((function(){return w(e,r)})),n=function(){return e.db.destroy()},t.then((function(e){return n().then((function(){return e}))}),(function(e){return n().then((function(){throw e}))}));
1292
- // Promise finally util similar to Q.finally
1293
- var t,n}))})),Bn.finish();
1294
- // persistent view
1295
- var o=n,i=Mn(o),a=i[0],u=i[1];return t.get("_design/"+a).then((function(n){var i=n.views&&n.views[u];if(!i)
1296
- // basic validator; it's assumed that every subclass would want this
1297
- throw new wn("ddoc "+n._id+" has no view named "+u);return function(e,t){var n=e.views&&e.views[t];if("string"!=typeof n.map)throw new wn("ddoc "+e._id+" has no string view named "+t+", instead found object of type: "+typeof n.map)}(n,u),y(r,i),In(
1298
- /* sourceDB */t,
1299
- /* viewName */o,
1300
- /* mapFun */i.map,
1301
- /* reduceFun */i.reduce,
1302
- /* temporary */!1,
1303
- /* localDocName */e).then((function(e){return"ok"===r.stale||"update_after"===r.stale?("update_after"===r.stale&&s((function(){b(e)})),w(e,r)):b(e).then((function(){return w(e,r)}))}))}))}var j;return{query:function(e,t,n){var r=this;"function"==typeof t&&(n=t,t={}),t=t?function(e){return e.group_level=v(e.group_level),e.limit=v(e.limit),e.skip=v(e.skip),e}(t):{},"function"==typeof e&&(e={map:e});var o=Promise.resolve().then((function(){return k(r,e,t)}));return jn(o,n),o},viewCleanup:(j=function(){var t=this;
1304
- /* istanbul ignore next */return"function"==typeof t._viewCleanup?function(e){return new Promise((function(t,n){e._viewCleanup((function(e,r){if(e)return n(e);t(r)}))}))}(t):ne(t)?function(e){return e.fetch("_view_cleanup",{headers:new tt({"Content-Type":"application/json"}),method:"POST"}).then((function(e){return e.json()}))}(t):function(t){return t.get("_local/"+e).then((function(e){var n=new i;Object.keys(e.views).forEach((function(e){var t=Mn(e),r="_design/"+t[0],i=t[1],s=n.get(r);s||(s=new o,n.set(r,s)),s.add(i)}));var r={keys:qn(n),include_docs:!0};return t.allDocs(r).then((function(r){var o={};r.rows.forEach((function(t){var r=t.key.substring(8);// cuts off '_design/'
1305
- n.get(t.key).forEach((function(n){var i=r+"/"+n;
1306
- /* istanbul ignore if */e.views[i]||(
1307
- // new format, without slashes, to support PouchDB 2.2.0
1308
- // migration test in pouchdb's browser.migration.js verifies this
1309
- i=n);var s=Object.keys(e.views[i]),a=t.doc&&t.doc.views&&t.doc.views[n];
1310
- // design doc deleted, or view function nonexistent
1311
- s.forEach((function(e){o[e]=o[e]||a}))}))}));var i=Object.keys(o).filter((function(e){return!o[e]})).map((function(e){return On(m(e),(function(){return new t.constructor(e,t.__opts).destroy()}))()}));return Promise.all(i).then((function(){return{ok:!0}}))}))}),g({ok:!0}))}(t)},f((function(e){var t=e.pop(),n=j.apply(this,e);return"function"==typeof t&&jn(n,t),n})))}}("mrviews"),Jn={query:function(e,t,n){return Kn.query.call(this,e,t,n)},viewCleanup:function(e){return Kn.viewCleanup.call(this,e)}};function zn(e){return/^1-/.test(e)}function Vn(e,t){var n=Object.keys(t._attachments);return Promise.all(n.map((function(n){return e.getAttachment(t._id,n,{rev:t._rev})})))}
1312
- // Fetch all the documents from the src as described in the "diffs",
1313
- // which is a mapping of docs IDs to revisions. If the state ever
1314
- // changes to "cancelled", then the returned promise will be rejected.
1315
- // Else it will be resolved with a list of fetched documents.
1316
- var Gn="pouchdb";function Qn(e,t,n,r,o){return e.get(t).catch((function(n){if(404===n.status)return"http"!==e.adapter&&"https"!==e.adapter||D(404,"PouchDB is just checking if a remote checkpoint exists."),{session_id:r,_id:t,history:[],replicator:Gn,version:1};throw n})).then((function(i){if(!o.cancelled&&i.last_seq!==n)
1317
- // Filter out current entry for this replication
1318
- return i.history=(i.history||[]).filter((function(e){return e.session_id!==r})),
1319
- // Add the latest checkpoint to history
1320
- i.history.unshift({last_seq:n,session_id:r}),
1321
- // Just take the last pieces in history, to
1322
- // avoid really big checkpoint docs.
1323
- // see comment on history size above
1324
- i.history=i.history.slice(0,5),i.version=1,i.replicator=Gn,i.session_id=r,i.last_seq=n,e.put(i).catch((function(i){if(409===i.status)
1325
- // retry; someone is trying to write a checkpoint simultaneously
1326
- return Qn(e,t,n,r,o);throw i}));
1327
- // if the checkpoint has not changed, do not update
1328
- }))}function Wn(e,t,n,r,o){this.src=e,this.target=t,this.id=n,this.returnValue=r,this.opts=o||{}}Wn.prototype.writeCheckpoint=function(e,t){var n=this;return this.updateTarget(e,t).then((function(){return n.updateSource(e,t)}))},Wn.prototype.updateTarget=function(e,t){return this.opts.writeTargetCheckpoint?Qn(this.target,this.id,e,t,this.returnValue):Promise.resolve(!0)},Wn.prototype.updateSource=function(e,t){if(this.opts.writeSourceCheckpoint){var n=this;return Qn(this.src,this.id,e,t,this.returnValue).catch((function(e){if(Zn(e))return n.opts.writeSourceCheckpoint=!1,!0;throw e}))}return Promise.resolve(!0)};var Yn={undefined:function(e,t){
1329
- // This is the previous comparison function
1330
- return 0===dt(e.last_seq,t.last_seq)?t.last_seq:0
1331
- /* istanbul ignore next */},1:function(e,t){
1332
- // This is the comparison function ported from CouchDB
1333
- // This checkpoint comparison is ported from CouchDBs source
1334
- // they come from here:
1335
- // https://github.com/apache/couchdb-couch-replicator/blob/master/src/couch_replicator.erl#L863-L906
1336
- return function(e,t){return e.session_id===t.session_id?{last_seq:e.last_seq,history:e.history}:Hn(e.history,t.history)}(t,e).last_seq}};function Hn(e,t){
1337
- // the erlang loop via function arguments is not so easy to repeat in JS
1338
- // therefore, doing this as recursion
1339
- var n=e[0],r=e.slice(1),o=t[0],i=t.slice(1);return n&&0!==t.length?
1340
- /* istanbul ignore if */
1341
- Xn(n.session_id,t)?{last_seq:n.last_seq,history:e}:Xn(o.session_id,r)?{last_seq:o.last_seq,history:i}:Hn(r,i):{last_seq:0,history:[]}}function Xn(e,t){var n=t[0],r=t.slice(1);return!(!e||0===t.length)&&(e===n.session_id||Xn(e,r))}function Zn(e){return"number"==typeof e.status&&4===Math.floor(e.status/100)}function er(e,t,n,r,o){var i,a,u,c=[],f={seq:0,changes:[],docs:[]},l=!1,d=!1,h=!1,p=0,v=n.continuous||n.live||!1,y=n.batch_size||100,g=n.batches_limit||10,_=!1,m=n.doc_ids,b=n.selector,k=[],j=Se();// list of batches to be processed
1342
- o=o||{ok:!0,start_time:(new Date).toISOString(),docs_read:0,docs_written:0,doc_write_failures:0,errors:[]};var O={};function A(){return u?Promise.resolve():
1343
- // Generate a unique id particular to this replication.
1344
- // Not guaranteed to align perfectly with CouchDB's rep ids.
1345
- function(e,t,n){var r=n.doc_ids?n.doc_ids.sort(dt):"",o=n.filter?n.filter.toString():"",i="",s="",a="";
1346
- // possibility for checkpoints to be lost here as behaviour of
1347
- // JSON.stringify is not stable (see #6226)
1348
- /* istanbul ignore if */return n.selector&&(a=JSON.stringify(n.selector)),n.filter&&n.query_params&&(i=JSON.stringify(function(e){return Object.keys(e).sort(dt).reduce((function(t,n){return t[n]=e[n],t}),{})}(n.query_params))),n.filter&&"_view"===n.filter&&(s=n.view.toString()),Promise.all([e.id(),t.id()]).then((function(e){var t=e[0]+e[1]+o+s+i+r+a;return new Promise((function(e){Oe(t,e)}))})).then((function(e){return"_local/"+e.replace(/\//g,".").replace(/\+/g,"_")}))}(e,t,n).then((function(o){a=o;var i;i=!1===n.checkpoint?{writeSourceCheckpoint:!1,writeTargetCheckpoint:!1}:"source"===n.checkpoint?{writeSourceCheckpoint:!0,writeTargetCheckpoint:!1}:"target"===n.checkpoint?{writeSourceCheckpoint:!1,writeTargetCheckpoint:!0}:{writeSourceCheckpoint:!0,writeTargetCheckpoint:!0},u=new Wn(e,t,a,r,i)}))}function q(){if(k=[],0!==i.docs.length){var e=i.docs,s={timeout:n.timeout};return t.bulkDocs({docs:e,new_edits:!1},s).then((function(t){
1349
- /* istanbul ignore if */
1350
- if(r.cancelled)throw D(),new Error("cancelled");
1351
- // `res` doesn't include full documents (which live in `docs`), so we create a map of
1352
- // (id -> error), and check for errors while iterating over `docs`
1353
- var n=Object.create(null);t.forEach((function(e){e.error&&(n[e.id]=e)}));var i=Object.keys(n).length;o.doc_write_failures+=i,o.docs_written+=e.length-i,e.forEach((function(e){var t=n[e._id];if(t){o.errors.push(t);
1354
- // Normalize error name. i.e. 'Unauthorized' -> 'unauthorized' (eg Sync Gateway)
1355
- var i=(t.name||"").toLowerCase();if("unauthorized"!==i&&"forbidden"!==i)throw t;r.emit("denied",w(t))}else k.push(e)}))}),(function(t){throw o.doc_write_failures+=e.length,t}))}}function S(){if(i.error)throw new Error("There was a problem getting docs.");o.last_seq=p=i.seq;var e=w(o);return k.length&&(e.docs=k,
1356
- // Attach 'pending' property if server supports it (CouchDB 2.0+)
1357
- /* istanbul ignore if */
1358
- "number"==typeof i.pending&&(e.pending=i.pending,delete i.pending),r.emit("change",e)),l=!0,u.writeCheckpoint(i.seq,j).then((function(){
1359
- /* istanbul ignore if */
1360
- if(l=!1,r.cancelled)throw D(),new Error("cancelled");i=void 0,B()})).catch((function(e){throw R(e),e}))}function x(){return function(e,t,n,r){n=w(n);// we do not need to modify this
1361
- var o=[],i=!0;function s(t){
1362
- // Optimization: fetch gen-1 docs and attachments in
1363
- // a single request using _all_docs
1364
- return e.allDocs({keys:t,include_docs:!0,conflicts:!0}).then((function(e){if(r.cancelled)throw new Error("cancelled");e.rows.forEach((function(e){var t;e.deleted||!e.doc||!zn(e.value.rev)||(t=e.doc)._attachments&&Object.keys(t._attachments).length>0||function(e){return e._conflicts&&e._conflicts.length>0}(e.doc)||(
1365
- // strip _conflicts array to appease CSG (#5793)
1366
- /* istanbul ignore if */
1367
- e.doc._conflicts&&delete e.doc._conflicts,
1368
- // the doc we got back from allDocs() is sufficient
1369
- o.push(e.doc),delete n[e.id])}))}))}return Promise.resolve().then((function(){
1370
- // filter out the generation 1 docs and get them
1371
- // leaving the non-generation one docs to be got otherwise
1372
- var e=Object.keys(n).filter((function(e){var t=n[e].missing;return 1===t.length&&zn(t[0])}));if(e.length>0)return s(e)})).then((function(){var s=function(e){var t=[];return Object.keys(e).forEach((function(n){e[n].missing.forEach((function(e){t.push({id:n,rev:e})}))})),{docs:t,revs:!0,latest:!0}}(n);if(s.docs.length)return e.bulkGet(s).then((function(n){
1373
- /* istanbul ignore if */
1374
- if(r.cancelled)throw new Error("cancelled");return Promise.all(n.results.map((function(n){return Promise.all(n.docs.map((function(n){var r=n.ok;return n.error&&(
1375
- // when AUTO_COMPACTION is set, docs can be returned which look
1376
- // like this: {"missing":"1-7c3ac256b693c462af8442f992b83696"}
1377
- i=!1),r&&r._attachments?function(e,t,n){var r=ne(t)&&!ne(e),o=Object.keys(n._attachments);return r?e.get(n._id).then((function(r){return Promise.all(o.map((function(o){return function(e,t,n){return!e._attachments||!e._attachments[n]||e._attachments[n].digest!==t._attachments[n].digest}(r,n,o)?t.getAttachment(n._id,o):e.getAttachment(r._id,o)})))})).catch((function(e){
1378
- /* istanbul ignore if */
1379
- if(404!==e.status)throw e;return Vn(t,n)})):Vn(t,n)}(t,e,r).then((function(e){var t=Object.keys(r._attachments);return e.forEach((function(e,n){var o=r._attachments[t[n]];delete o.stub,delete o.length,o.data=e})),r})):r})))}))).then((function(e){o=o.concat(ee(e).filter(Boolean))}))}))})).then((function(){return{ok:i,docs:o}}))}(e,t,i.diffs,r).then((function(e){i.error=!e.ok,e.docs.forEach((function(e){delete i.diffs[e._id],o.docs_read++,i.docs.push(e)}))}))}function E(){var e;r.cancelled||i||(0!==c.length?(i=c.shift(),(e={},i.changes.forEach((function(t){
1380
- // Couchbase Sync Gateway emits these, but we can ignore them
1381
- /* istanbul ignore if */
1382
- "_user/"!==t.id&&(e[t.id]=t.changes.map((function(e){return e.rev})))})),t.revsDiff(e).then((function(e){
1383
- /* istanbul ignore if */
1384
- if(r.cancelled)throw D(),new Error("cancelled");
1385
- // currentBatch.diffs elements are deleted as the documents are written
1386
- i.diffs=e}))).then(x).then(q).then(S).then(E).catch((function(e){P("batch processing terminated with error",e)}))):C(!0))}function C(e){0!==f.changes.length?(e||d||f.changes.length>=y)&&(c.push(f),f={seq:0,changes:[],docs:[]},"pending"!==r.state&&"stopped"!==r.state||(r.state="active",r.emit("active")),E()):0!==c.length||i||((v&&O.live||d)&&(r.state="pending",r.emit("paused")),d&&D())}function P(e,t){h||(t.message||(t.message=e),o.ok=!1,o.status="aborting",c=[],f={seq:0,changes:[],docs:[]},D(t))}function D(i){if(!(h||r.cancelled&&(o.status="cancelled",l)))if(o.status=o.status||"complete",o.end_time=(new Date).toISOString(),o.last_seq=p,h=!0,i){
1387
- // need to extend the error because Firefox considers ".result" read-only
1388
- (i=H(i)).result=o;
1389
- // Normalize error name. i.e. 'Unauthorized' -> 'unauthorized' (eg Sync Gateway)
1390
- var s=(i.name||"").toLowerCase();"unauthorized"===s||"forbidden"===s?(r.emit("error",i),r.removeAllListeners()):function(e,t,n,r){if(!1===e.retry)return t.emit("error",n),void t.removeAllListeners();
1391
- /* istanbul ignore if */if("function"!=typeof e.back_off_function&&(e.back_off_function=L),t.emit("requestError",n),"active"===t.state||"pending"===t.state){t.emit("paused",n),t.state="stopped";var o=function(){e.current_back_off=0};t.once("paused",(function(){t.removeListener("active",o)})),t.once("active",o)}e.current_back_off=e.current_back_off||0,e.current_back_off=e.back_off_function(e.current_back_off),setTimeout(r,e.current_back_off)}(n,r,i,(function(){er(e,t,n,r)}))}else r.emit("complete",o),r.removeAllListeners();
1392
- /* istanbul ignore if */}function $(e,t,o){
1393
- /* istanbul ignore if */
1394
- if(r.cancelled)return D();
1395
- // Attach 'pending' property if server supports it (CouchDB 2.0+)
1396
- /* istanbul ignore if */"number"==typeof t&&(f.pending=t),Z(n)(e)&&(f.seq=e.seq||o,f.changes.push(e),s((function(){C(0===c.length&&O.live)})))}function I(e){
1397
- /* istanbul ignore if */
1398
- if(_=!1,r.cancelled)return D();
1399
- // if no results were returned then we're done,
1400
- // else fetch more
1401
- if(e.results.length>0)O.since=e.results[e.results.length-1].seq,B(),C(!0);else{var t=function(){v?(O.live=!0,B()):d=!0,C(!0)};
1402
- // update the checkpoint so we start from the right seq next time
1403
- i||0!==e.results.length?t():(l=!0,u.writeCheckpoint(e.last_seq,j).then((function(){l=!1,o.last_seq=p=e.last_seq,t()})).catch(R))}}function T(e){
1404
- /* istanbul ignore if */
1405
- if(_=!1,r.cancelled)return D();P("changes rejected",e)}function B(){if(!_&&!d&&c.length<g){_=!0,r._changes&&(// remove old changes() and listeners
1406
- r.removeListener("cancel",r._abortChanges),r._changes.cancel()),r.once("cancel",o);var t=e.changes(O).on("change",$);t.then(i,i),t.then(I).catch(T),n.retry&&(
1407
- // save for later so we can cancel if necessary
1408
- r._changes=t,r._abortChanges=o)}function o(){t.cancel()}function i(){r.removeListener("cancel",o)}}function M(){A().then((function(){
1409
- /* istanbul ignore if */
1410
- if(!r.cancelled)return u.getCheckpoint().then((function(e){O={since:p=e,limit:y,batch_size:y,style:"all_docs",doc_ids:m,selector:b,return_docs:!0},n.filter&&("string"!=typeof n.filter?
1411
- // required for the client-side filter in onChange
1412
- O.include_docs=!0:// ddoc filter
1413
- O.filter=n.filter),"heartbeat"in n&&(O.heartbeat=n.heartbeat),"timeout"in n&&(O.timeout=n.timeout),n.query_params&&(O.query_params=n.query_params),n.view&&(O.view=n.view),B()}));D()})).catch((function(e){P("getCheckpoint rejected with ",e)}))}
1414
- /* istanbul ignore next */function R(e){l=!1,P("writeCheckpoint completed with error",e)}
1415
- /* istanbul ignore if */r.ready(e,t),r.cancelled?// cancelled immediately
1416
- D():(r._addedListeners||(r.once("cancel",D),"function"==typeof n.complete&&(r.once("error",n.complete),r.once("complete",(function(e){n.complete(null,e)}))),r._addedListeners=!0),void 0===n.since?M():A().then((function(){return l=!0,u.writeCheckpoint(n.since,j)})).then((function(){l=!1,
1417
- /* istanbul ignore if */
1418
- r.cancelled?D():(p=n.since,M())})).catch(R))}
1419
- // We create a basic promise so the caller can cancel the replication possibly
1420
- // before we have actually started listening to changes etc
1421
- function tr(){d.call(this),this.cancelled=!1,this.state="pending";var e=this,t=new Promise((function(t,n){e.once("complete",t),e.once("error",n)}));e.then=function(e,n){return t.then(e,n)},e.catch=function(e){return t.catch(e)},
1422
- // As we allow error handling via "error" event as well,
1423
- // put a stub in here so that rejecting never throws UnhandledError.
1424
- e.catch((function(){}))}function nr(e,t){var n=t.PouchConstructor;return"string"==typeof e?new n(e,t):e}function rr(e,t,n,r){if("function"==typeof n&&(r=n,n={}),void 0===n&&(n={}),n.doc_ids&&!Array.isArray(n.doc_ids))throw H(V,"`doc_ids` filter parameter is not a list.");n.complete=r,(n=w(n)).continuous=n.continuous||n.live,n.retry="retry"in n&&n.retry,
1425
- /*jshint validthis:true */
1426
- n.PouchConstructor=n.PouchConstructor||this;var o=new tr(n);return er(nr(e,n),nr(t,n),n,o),o}function or(e,t,n,r){return"function"==typeof n&&(r=n,n={}),void 0===n&&(n={}),
1427
- /*jshint validthis:true */
1428
- (n=w(n)).PouchConstructor=n.PouchConstructor||this,new ir(e=nr(e,n),t=nr(t,n),n,r)}function ir(e,t,n,r){var o=this;this.canceled=!1;var i=n.push?$({},n,n.push):n,s=n.pull?$({},n,n.pull):n;function a(e){o.emit("change",{direction:"pull",change:e})}function u(e){o.emit("change",{direction:"push",change:e})}function c(e){o.emit("denied",{direction:"push",doc:e})}function f(e){o.emit("denied",{direction:"pull",doc:e})}function l(){o.pushPaused=!0,
1429
- /* istanbul ignore if */
1430
- o.pullPaused&&o.emit("paused")}function d(){o.pullPaused=!0,
1431
- /* istanbul ignore if */
1432
- o.pushPaused&&o.emit("paused")}function h(){o.pushPaused=!1,
1433
- /* istanbul ignore if */
1434
- o.pullPaused&&o.emit("active",{direction:"push"})}function p(){o.pullPaused=!1,
1435
- /* istanbul ignore if */
1436
- o.pushPaused&&o.emit("active",{direction:"pull"})}this.push=rr(e,t,i),this.pull=rr(t,e,s),this.pushPaused=!0,this.pullPaused=!0;var v={};function y(e){// type is 'push' or 'pull'
1437
- return function(t,n){("change"===t&&(n===a||n===u)||"denied"===t&&(n===f||n===c)||"paused"===t&&(n===d||n===l)||"active"===t&&(n===p||n===h))&&(t in v||(v[t]={}),v[t][e]=!0,2===Object.keys(v[t]).length&&
1438
- // both push and pull have asked to be removed
1439
- o.removeAllListeners(t))}}function g(e,t,n){-1==e.listeners(t).indexOf(n)&&e.on(t,n)}n.live&&(this.push.on("complete",o.pull.cancel.bind(o.pull)),this.pull.on("complete",o.push.cancel.bind(o.push))),this.on("newListener",(function(e){"change"===e?(g(o.pull,"change",a),g(o.push,"change",u)):"denied"===e?(g(o.pull,"denied",f),g(o.push,"denied",c)):"active"===e?(g(o.pull,"active",p),g(o.push,"active",h)):"paused"===e&&(g(o.pull,"paused",d),g(o.push,"paused",l))})),this.on("removeListener",(function(e){"change"===e?(o.pull.removeListener("change",a),o.push.removeListener("change",u)):"denied"===e?(o.pull.removeListener("denied",f),o.push.removeListener("denied",c)):"active"===e?(o.pull.removeListener("active",p),o.push.removeListener("active",h)):"paused"===e&&(o.pull.removeListener("paused",d),o.push.removeListener("paused",l))})),this.pull.on("removeListener",y("pull")),this.push.on("removeListener",y("push"));var _=Promise.all([this.push,this.pull]).then((function(e){var t={push:e[0],pull:e[1]};return o.emit("complete",t),r&&r(null,t),o.removeAllListeners(),t}),(function(e){if(o.cancel(),r?
1440
- // if there's a callback, then the callback can receive
1441
- // the error event
1442
- r(e):
1443
- // if there's no callback, then we're safe to emit an error
1444
- // event, which would otherwise throw an unhandled error
1445
- // due to 'error' being a special event in EventEmitters
1446
- o.emit("error",e),o.removeAllListeners(),r)
1447
- // no sense throwing if we're already emitting an 'error' event
1448
- throw e}));this.then=function(e,t){return _.then(e,t)},this.catch=function(e){return _.catch(e)}}Wn.prototype.getCheckpoint=function(){var e=this;return e.opts&&e.opts.writeSourceCheckpoint&&!e.opts.writeTargetCheckpoint?e.src.get(e.id).then((function(e){return e.last_seq||0})).catch((function(e){
1449
- /* istanbul ignore if */
1450
- if(404!==e.status)throw e;return 0})):e.target.get(e.id).then((function(t){return e.opts&&e.opts.writeTargetCheckpoint&&!e.opts.writeSourceCheckpoint?t.last_seq||0:e.src.get(e.id).then((function(e){
1451
- // Since we can't migrate an old version doc to a new one
1452
- // (no session id), we just go with the lowest seq in this case
1453
- /* istanbul ignore if */
1454
- return t.version!==e.version?0:(n=t.version?t.version.toString():"undefined")in Yn?Yn[n](t,e):0
1455
- /* istanbul ignore next */;var n}),(function(n){if(404===n.status&&t.last_seq)return e.src.put({_id:e.id,last_seq:0}).then((function(){return 0}),(function(n){return Zn(n)?(e.opts.writeSourceCheckpoint=!1,t.last_seq):0
1456
- /* istanbul ignore next */}));throw n}))})).catch((function(e){if(404!==e.status)throw e;return 0}))},l(tr,d),tr.prototype.cancel=function(){this.cancelled=!0,this.state="cancelled",this.emit("cancel")},tr.prototype.ready=function(e,t){var n=this;function r(){n.cancel()}n._readyCalled||(n._readyCalled=!0,e.once("destroyed",r),t.once("destroyed",r),n.once("complete",(function(){e.removeListener("destroyed",r),t.removeListener("destroyed",r)})))},l(ir,d),ir.prototype.cancel=function(){this.canceled||(this.canceled=!0,this.push.cancel(),this.pull.cancel())},Xe.plugin((function(e){e.adapter("idb",fn,!0)})).plugin((function(e){e.adapter("http",mn,!1),e.adapter("https",mn,!1)})).plugin(Jn).plugin((function(e){e.replicate=rr,e.sync=or,Object.defineProperty(e.prototype,"replicate",{get:function(){var e=this;return void 0===this.replicateMethods&&(this.replicateMethods={from:function(t,n,r){return e.constructor.replicate(t,e,n,r)},to:function(t,n,r){return e.constructor.replicate(e,t,n,r)}}),this.replicateMethods}}),e.prototype.sync=function(e,t,n){return this.constructor.sync(this,e,t,n)}})),t.exports=Xe}).call(this)}).call(this,e("_process"))},{_process:12,argsarray:1,events:3,immediate:4,inherits:10,"spark-md5":13,uuid:15,vuvuzela:24}],12:[function(e,t,n){
1457
- // shim for using process in browser
1458
- var r,o,i=t.exports={};
1459
- // cached from whatever global is present so that test runners that stub it
1460
- // don't break things. But we need to wrap it in a try catch in case it is
1461
- // wrapped in strict mode code which doesn't define any globals. It's inside a
1462
- // function because try/catches deoptimize in certain engines.
1463
- function s(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function u(e){if(r===setTimeout)
1464
- //normal enviroments in sane situations
1465
- return setTimeout(e,0);
1466
- // if setTimeout wasn't available but was latter defined
1467
- if((r===s||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{
1468
- // when when somebody has screwed with setTimeout but no I.E. maddness
1469
- return r(e,0)}catch(t){try{
1470
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
1471
- return r.call(null,e,0)}catch(t){
1472
- // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error
1473
- return r.call(this,e,0)}}}!function(){try{r="function"==typeof setTimeout?setTimeout:s}catch(e){r=s}try{o="function"==typeof clearTimeout?clearTimeout:a}catch(e){o=a}}();var c,f=[],l=!1,d=-1;function h(){l&&c&&(l=!1,c.length?f=c.concat(f):d=-1,f.length&&p())}function p(){if(!l){var e=u(h);l=!0;for(var t=f.length;t;){for(c=f,f=[];++d<t;)c&&c[d].run();d=-1,t=f.length}c=null,l=!1,function(e){if(o===clearTimeout)
1474
- //normal enviroments in sane situations
1475
- return clearTimeout(e);
1476
- // if clearTimeout wasn't available but was latter defined
1477
- if((o===a||!o)&&clearTimeout)return o=clearTimeout,clearTimeout(e);try{
1478
- // when when somebody has screwed with setTimeout but no I.E. maddness
1479
- o(e)}catch(t){try{
1480
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
1481
- return o.call(null,e)}catch(t){
1482
- // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.
1483
- // Some versions of I.E. have different rules for clearTimeout vs setTimeout
1484
- return o.call(this,e)}}}(e)}}
1485
- // v8 likes predictible objects
1486
- function v(e,t){this.fun=e,this.array=t}function y(){}i.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];f.push(new v(e,t)),1!==f.length||l||u(p)},v.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",// empty string to avoid regexp issues
1487
- i.versions={},i.on=y,i.addListener=y,i.once=y,i.off=y,i.removeListener=y,i.removeAllListeners=y,i.emit=y,i.prependListener=y,i.prependOnceListener=y,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},{}],13:[function(e,t,n){!function(e){if("object"==typeof n)
1488
- // Node/CommonJS
1489
- t.exports=e();else{
1490
- // Browser globals (with support for web workers)
1491
- var r;try{r=window}catch(e){r=self}r.SparkMD5=e()}}((function(e){"use strict";
1492
- /*
1493
- * Fastest md5 implementation around (JKM md5).
1494
- * Credits: Joseph Myers
1495
- *
1496
- * @see http://www.myersdaily.org/joseph/javascript/md5-text.html
1497
- * @see http://jsperf.com/md5-shootout/7
1498
- */
1499
- /* this function is much faster,
1500
- so if possible we use it. Some IEs
1501
- are the only ones I know of that
1502
- need the idiotic second function,
1503
- generated by an if clause. */var t=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function n(e,t){var n=e[0],r=e[1],o=e[2],i=e[3];r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&o|~r&i)+t[0]-680876936|0)<<7|n>>>25)+r|0)&r|~n&o)+t[1]-389564586|0)<<12|i>>>20)+n|0)&n|~i&r)+t[2]+606105819|0)<<17|o>>>15)+i|0)&i|~o&n)+t[3]-1044525330|0)<<22|r>>>10)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&o|~r&i)+t[4]-176418897|0)<<7|n>>>25)+r|0)&r|~n&o)+t[5]+1200080426|0)<<12|i>>>20)+n|0)&n|~i&r)+t[6]-1473231341|0)<<17|o>>>15)+i|0)&i|~o&n)+t[7]-45705983|0)<<22|r>>>10)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&o|~r&i)+t[8]+1770035416|0)<<7|n>>>25)+r|0)&r|~n&o)+t[9]-1958414417|0)<<12|i>>>20)+n|0)&n|~i&r)+t[10]-42063|0)<<17|o>>>15)+i|0)&i|~o&n)+t[11]-1990404162|0)<<22|r>>>10)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&o|~r&i)+t[12]+1804603682|0)<<7|n>>>25)+r|0)&r|~n&o)+t[13]-40341101|0)<<12|i>>>20)+n|0)&n|~i&r)+t[14]-1502002290|0)<<17|o>>>15)+i|0)&i|~o&n)+t[15]+1236535329|0)<<22|r>>>10)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&i|o&~i)+t[1]-165796510|0)<<5|n>>>27)+r|0)&o|r&~o)+t[6]-1069501632|0)<<9|i>>>23)+n|0)&r|n&~r)+t[11]+643717713|0)<<14|o>>>18)+i|0)&n|i&~n)+t[0]-373897302|0)<<20|r>>>12)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&i|o&~i)+t[5]-701558691|0)<<5|n>>>27)+r|0)&o|r&~o)+t[10]+38016083|0)<<9|i>>>23)+n|0)&r|n&~r)+t[15]-660478335|0)<<14|o>>>18)+i|0)&n|i&~n)+t[4]-405537848|0)<<20|r>>>12)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&i|o&~i)+t[9]+568446438|0)<<5|n>>>27)+r|0)&o|r&~o)+t[14]-1019803690|0)<<9|i>>>23)+n|0)&r|n&~r)+t[3]-187363961|0)<<14|o>>>18)+i|0)&n|i&~n)+t[8]+1163531501|0)<<20|r>>>12)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&i|o&~i)+t[13]-1444681467|0)<<5|n>>>27)+r|0)&o|r&~o)+t[2]-51403784|0)<<9|i>>>23)+n|0)&r|n&~r)+t[7]+1735328473|0)<<14|o>>>18)+i|0)&n|i&~n)+t[12]-1926607734|0)<<20|r>>>12)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r^o^i)+t[5]-378558|0)<<4|n>>>28)+r|0)^r^o)+t[8]-2022574463|0)<<11|i>>>21)+n|0)^n^r)+t[11]+1839030562|0)<<16|o>>>16)+i|0)^i^n)+t[14]-35309556|0)<<23|r>>>9)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r^o^i)+t[1]-1530992060|0)<<4|n>>>28)+r|0)^r^o)+t[4]+1272893353|0)<<11|i>>>21)+n|0)^n^r)+t[7]-155497632|0)<<16|o>>>16)+i|0)^i^n)+t[10]-1094730640|0)<<23|r>>>9)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r^o^i)+t[13]+681279174|0)<<4|n>>>28)+r|0)^r^o)+t[0]-358537222|0)<<11|i>>>21)+n|0)^n^r)+t[3]-722521979|0)<<16|o>>>16)+i|0)^i^n)+t[6]+76029189|0)<<23|r>>>9)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r^o^i)+t[9]-640364487|0)<<4|n>>>28)+r|0)^r^o)+t[12]-421815835|0)<<11|i>>>21)+n|0)^n^r)+t[15]+530742520|0)<<16|o>>>16)+i|0)^i^n)+t[2]-995338651|0)<<23|r>>>9)+o|0,r=((r+=((i=((i+=(r^((n=((n+=(o^(r|~i))+t[0]-198630844|0)<<6|n>>>26)+r|0)|~o))+t[7]+1126891415|0)<<10|i>>>22)+n|0)^((o=((o+=(n^(i|~r))+t[14]-1416354905|0)<<15|o>>>17)+i|0)|~n))+t[5]-57434055|0)<<21|r>>>11)+o|0,r=((r+=((i=((i+=(r^((n=((n+=(o^(r|~i))+t[12]+1700485571|0)<<6|n>>>26)+r|0)|~o))+t[3]-1894986606|0)<<10|i>>>22)+n|0)^((o=((o+=(n^(i|~r))+t[10]-1051523|0)<<15|o>>>17)+i|0)|~n))+t[1]-2054922799|0)<<21|r>>>11)+o|0,r=((r+=((i=((i+=(r^((n=((n+=(o^(r|~i))+t[8]+1873313359|0)<<6|n>>>26)+r|0)|~o))+t[15]-30611744|0)<<10|i>>>22)+n|0)^((o=((o+=(n^(i|~r))+t[6]-1560198380|0)<<15|o>>>17)+i|0)|~n))+t[13]+1309151649|0)<<21|r>>>11)+o|0,r=((r+=((i=((i+=(r^((n=((n+=(o^(r|~i))+t[4]-145523070|0)<<6|n>>>26)+r|0)|~o))+t[11]-1120210379|0)<<10|i>>>22)+n|0)^((o=((o+=(n^(i|~r))+t[2]+718787259|0)<<15|o>>>17)+i|0)|~n))+t[9]-343485551|0)<<21|r>>>11)+o|0,e[0]=n+e[0]|0,e[1]=r+e[1]|0,e[2]=o+e[2]|0,e[3]=i+e[3]|0}function r(e){var t,n=[];/* Andy King said do it this way. */for(t=0;t<64;t+=4)n[t>>2]=e.charCodeAt(t)+(e.charCodeAt(t+1)<<8)+(e.charCodeAt(t+2)<<16)+(e.charCodeAt(t+3)<<24);return n}function o(e){var t,n=[];/* Andy King said do it this way. */for(t=0;t<64;t+=4)n[t>>2]=e[t]+(e[t+1]<<8)+(e[t+2]<<16)+(e[t+3]<<24);return n}function i(e){var t,o,i,s,a,u,c=e.length,f=[1732584193,-271733879,-1732584194,271733878];for(t=64;t<=c;t+=64)n(f,r(e.substring(t-64,t)));for(o=(e=e.substring(t-64)).length,i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],t=0;t<o;t+=1)i[t>>2]|=e.charCodeAt(t)<<(t%4<<3);if(i[t>>2]|=128<<(t%4<<3),t>55)for(n(f,i),t=0;t<16;t+=1)i[t]=0;
1504
- // Beware that the final length might not fit in 32 bits so we take care of that
1505
- return s=(s=8*c).toString(16).match(/(.*?)(.{0,8})$/),a=parseInt(s[2],16),u=parseInt(s[1],16)||0,i[14]=a,i[15]=u,n(f,i),f}function s(e){var n,r="";for(n=0;n<4;n+=1)r+=t[e>>8*n+4&15]+t[e>>8*n&15];return r}function a(e){var t;for(t=0;t<e.length;t+=1)e[t]=s(e[t]);return e.join("")}
1506
- // In some cases the fast add32 function cannot be used..
1507
- // ---------------------------------------------------
1508
- /**
1509
- * Helpers.
1510
- */function u(e){return/[\u0080-\uFFFF]/.test(e)&&(e=unescape(encodeURIComponent(e))),e}function c(e){var t,n=[],r=e.length;for(t=0;t<r-1;t+=2)n.push(parseInt(e.substr(t,2),16));return String.fromCharCode.apply(String,n)}
1511
- // ---------------------------------------------------
1512
- /**
1513
- * SparkMD5 OOP implementation.
1514
- *
1515
- * Use this class to perform an incremental md5, otherwise use the
1516
- * static methods instead.
1517
- */function f(){
1518
- // call reset to init the instance
1519
- this.reset()}
1520
- /**
1521
- * Appends a string.
1522
- * A conversion will be applied if an utf8 string is detected.
1523
- *
1524
- * @param {String} str The string to be appended
1525
- *
1526
- * @return {SparkMD5} The instance itself
1527
- */return a(i("hello")),
1528
- // ---------------------------------------------------
1529
- /**
1530
- * ArrayBuffer slice polyfill.
1531
- *
1532
- * @see https://github.com/ttaubert/node-arraybuffer-slice
1533
- */
1534
- "undefined"==typeof ArrayBuffer||ArrayBuffer.prototype.slice||function(){function t(e,t){return(e=0|e||0)<0?Math.max(e+t,0):Math.min(e,t)}ArrayBuffer.prototype.slice=function(n,r){var o,i,s,a,u=this.byteLength,c=t(n,u),f=u;return r!==e&&(f=t(r,u)),c>f?new ArrayBuffer(0):(o=f-c,i=new ArrayBuffer(o),s=new Uint8Array(i),a=new Uint8Array(this,c,o),s.set(a),i)}}(),f.prototype.append=function(e){
1535
- // Converts the string to utf8 bytes if necessary
1536
- // Then append as binary
1537
- return this.appendBinary(u(e)),this
1538
- /**
1539
- * Appends a binary string.
1540
- *
1541
- * @param {String} contents The binary string to be appended
1542
- *
1543
- * @return {SparkMD5} The instance itself
1544
- */},f.prototype.appendBinary=function(e){this._buff+=e,this._length+=e.length;var t,o=this._buff.length;for(t=64;t<=o;t+=64)n(this._hash,r(this._buff.substring(t-64,t)));return this._buff=this._buff.substring(t-64),this
1545
- /**
1546
- * Finishes the incremental computation, reseting the internal state and
1547
- * returning the result.
1548
- *
1549
- * @param {Boolean} raw True to get the raw string, false to get the hex string
1550
- *
1551
- * @return {String} The result
1552
- */},f.prototype.end=function(e){var t,n,r=this._buff,o=r.length,i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];for(t=0;t<o;t+=1)i[t>>2]|=r.charCodeAt(t)<<(t%4<<3);return this._finish(i,o),n=a(this._hash),e&&(n=c(n)),this.reset(),n
1553
- /**
1554
- * Resets the internal state of the computation.
1555
- *
1556
- * @return {SparkMD5} The instance itself
1557
- */},f.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this
1558
- /**
1559
- * Gets the internal state of the computation.
1560
- *
1561
- * @return {Object} The state
1562
- */},f.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},
1563
- /**
1564
- * Gets the internal state of the computation.
1565
- *
1566
- * @param {Object} state The state
1567
- *
1568
- * @return {SparkMD5} The instance itself
1569
- */
1570
- f.prototype.setState=function(e){return this._buff=e.buff,this._length=e.length,this._hash=e.hash,this
1571
- /**
1572
- * Releases memory used by the incremental buffer and other additional
1573
- * resources. If you plan to use the instance again, use reset instead.
1574
- */},f.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length
1575
- /**
1576
- * Finish the final calculation based on the tail.
1577
- *
1578
- * @param {Array} tail The tail (will be modified)
1579
- * @param {Number} length The length of the remaining buffer
1580
- */},f.prototype._finish=function(e,t){var r,o,i,s=t;if(e[s>>2]|=128<<(s%4<<3),s>55)for(n(this._hash,e),s=0;s<16;s+=1)e[s]=0;
1581
- // Do the final computation based on the tail and length
1582
- // Beware that the final length may not fit in 32 bits so we take care of that
1583
- r=(r=8*this._length).toString(16).match(/(.*?)(.{0,8})$/),o=parseInt(r[2],16),i=parseInt(r[1],16)||0,e[14]=o,e[15]=i,n(this._hash,e)},
1584
- /**
1585
- * Performs the md5 hash on a string.
1586
- * A conversion will be applied if utf8 string is detected.
1587
- *
1588
- * @param {String} str The string
1589
- * @param {Boolean} [raw] True to get the raw string, false to get the hex string
1590
- *
1591
- * @return {String} The result
1592
- */
1593
- f.hash=function(e,t){
1594
- // Converts the string to utf8 bytes if necessary
1595
- // Then compute it using the binary function
1596
- return f.hashBinary(u(e),t)},
1597
- /**
1598
- * Performs the md5 hash on a binary string.
1599
- *
1600
- * @param {String} content The binary string
1601
- * @param {Boolean} [raw] True to get the raw string, false to get the hex string
1602
- *
1603
- * @return {String} The result
1604
- */
1605
- f.hashBinary=function(e,t){var n=a(i(e));return t?c(n):n},
1606
- // ---------------------------------------------------
1607
- /**
1608
- * SparkMD5 OOP implementation for array buffers.
1609
- *
1610
- * Use this class to perform an incremental md5 ONLY for array buffers.
1611
- */
1612
- f.ArrayBuffer=function(){
1613
- // call reset to init the instance
1614
- this.reset()},
1615
- /**
1616
- * Appends an array buffer.
1617
- *
1618
- * @param {ArrayBuffer} arr The array to be appended
1619
- *
1620
- * @return {SparkMD5.ArrayBuffer} The instance itself
1621
- */
1622
- f.ArrayBuffer.prototype.append=function(e){var t,r,i,s,a=(r=this._buff.buffer,i=e,!0,(s=new Uint8Array(r.byteLength+i.byteLength)).set(new Uint8Array(r)),s.set(new Uint8Array(i),r.byteLength),s),u=a.length;for(this._length+=e.byteLength,t=64;t<=u;t+=64)n(this._hash,o(a.subarray(t-64,t)));return this._buff=t-64<u?new Uint8Array(a.buffer.slice(t-64)):new Uint8Array(0),this
1623
- /**
1624
- * Finishes the incremental computation, reseting the internal state and
1625
- * returning the result.
1626
- *
1627
- * @param {Boolean} raw True to get the raw string, false to get the hex string
1628
- *
1629
- * @return {String} The result
1630
- */},f.ArrayBuffer.prototype.end=function(e){var t,n,r=this._buff,o=r.length,i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];for(t=0;t<o;t+=1)i[t>>2]|=r[t]<<(t%4<<3);return this._finish(i,o),n=a(this._hash),e&&(n=c(n)),this.reset(),n
1631
- /**
1632
- * Resets the internal state of the computation.
1633
- *
1634
- * @return {SparkMD5.ArrayBuffer} The instance itself
1635
- */},f.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this
1636
- /**
1637
- * Gets the internal state of the computation.
1638
- *
1639
- * @return {Object} The state
1640
- */},f.ArrayBuffer.prototype.getState=function(){var e,t=f.prototype.getState.call(this);
1641
- // Convert buffer to a string
1642
- return t.buff=(e=t.buff,String.fromCharCode.apply(null,new Uint8Array(e))),t
1643
- /**
1644
- * Gets the internal state of the computation.
1645
- *
1646
- * @param {Object} state The state
1647
- *
1648
- * @return {SparkMD5.ArrayBuffer} The instance itself
1649
- */},f.ArrayBuffer.prototype.setState=function(e){
1650
- // Convert string to buffer
1651
- return e.buff=function(e,t){var n,r=e.length,o=new ArrayBuffer(r),i=new Uint8Array(o);for(n=0;n<r;n+=1)i[n]=e.charCodeAt(n);return i}(e.buff),f.prototype.setState.call(this,e)},f.ArrayBuffer.prototype.destroy=f.prototype.destroy,f.ArrayBuffer.prototype._finish=f.prototype._finish,
1652
- /**
1653
- * Performs the md5 hash on an array buffer.
1654
- *
1655
- * @param {ArrayBuffer} arr The array buffer
1656
- * @param {Boolean} [raw] True to get the raw string, false to get the hex one
1657
- *
1658
- * @return {String} The result
1659
- */
1660
- f.ArrayBuffer.hash=function(e,t){var r=a(function(e){var t,r,i,s,a,u,c=e.length,f=[1732584193,-271733879,-1732584194,271733878];for(t=64;t<=c;t+=64)n(f,o(e.subarray(t-64,t)));
1661
- // Not sure if it is a bug, however IE10 will always produce a sub array of length 1
1662
- // containing the last element of the parent array if the sub array specified starts
1663
- // beyond the length of the parent array - weird.
1664
- // https://connect.microsoft.com/IE/feedback/details/771452/typed-array-subarray-issue
1665
- for(r=(e=t-64<c?e.subarray(t-64):new Uint8Array(0)).length,i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],t=0;t<r;t+=1)i[t>>2]|=e[t]<<(t%4<<3);if(i[t>>2]|=128<<(t%4<<3),t>55)for(n(f,i),t=0;t<16;t+=1)i[t]=0;
1666
- // Beware that the final length might not fit in 32 bits so we take care of that
1667
- return s=(s=8*c).toString(16).match(/(.*?)(.{0,8})$/),a=parseInt(s[2],16),u=parseInt(s[1],16)||0,i[14]=a,i[15]=u,n(f,i),f}(new Uint8Array(e)));return t?c(r):r},f}))},{}],14:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;
1668
- /**
1669
- * Convert array of 16 byte values to UUID string format of the form:
1670
- * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
1671
- */
1672
- const r=[];for(let e=0;e<256;++e)r.push((e+256).toString(16).substr(1));n.default=function(e,t){const n=t||0,o=r;// Note: Be careful editing this code! It's been tuned for performance
1673
- // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
1674
- return(o[e[n+0]]+o[e[n+1]]+o[e[n+2]]+o[e[n+3]]+"-"+o[e[n+4]]+o[e[n+5]]+"-"+o[e[n+6]]+o[e[n+7]]+"-"+o[e[n+8]]+o[e[n+9]]+"-"+o[e[n+10]]+o[e[n+11]]+o[e[n+12]]+o[e[n+13]]+o[e[n+14]]+o[e[n+15]]).toLowerCase()}},{}],15:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"v1",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(n,"v3",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(n,"v4",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(n,"v5",{enumerable:!0,get:function(){return s.default}});var r=a(e("./v1.js")),o=a(e("./v3.js")),i=a(e("./v4.js")),s=a(e("./v5.js"));function a(e){return e&&e.__esModule?e:{default:e}}},{"./v1.js":19,"./v3.js":20,"./v4.js":22,"./v5.js":23}],16:[function(e,t,n){"use strict";
1675
- /**
1676
- * Calculate output length with padding and bit length
1677
- */function r(e){return 14+(e+64>>>9<<4)+1}
1678
- /*
1679
- * Calculate the MD5 of an array of little-endian words, and a bit length.
1680
- */
1681
- /*
1682
- * Add integers, wrapping at 2^32. This uses 16-bit operations internally
1683
- * to work around bugs in some JS interpreters.
1684
- */function o(e,t){const n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}
1685
- /*
1686
- * Bitwise rotate a 32-bit number to the left.
1687
- */
1688
- /*
1689
- * These functions implement the four basic operations the algorithm uses.
1690
- */function i(e,t,n,r,i,s){return o((a=o(o(t,e),o(r,s)))<<(u=i)|a>>>32-u,n);var a,u}function s(e,t,n,r,o,s,a){return i(t&n|~t&r,e,t,o,s,a)}function a(e,t,n,r,o,s,a){return i(t&r|n&~r,e,t,o,s,a)}function u(e,t,n,r,o,s,a){return i(t^n^r,e,t,o,s,a)}function c(e,t,n,r,o,s,a){return i(n^(t|~r),e,t,o,s,a)}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default=
1691
- /*
1692
- * Browser-compatible JavaScript MD5
1693
- *
1694
- * Modification of JavaScript MD5
1695
- * https://github.com/blueimp/JavaScript-MD5
1696
- *
1697
- * Copyright 2011, Sebastian Tschan
1698
- * https://blueimp.net
1699
- *
1700
- * Licensed under the MIT license:
1701
- * https://opensource.org/licenses/MIT
1702
- *
1703
- * Based on
1704
- * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
1705
- * Digest Algorithm, as defined in RFC 1321.
1706
- * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
1707
- * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
1708
- * Distributed under the BSD License
1709
- * See http://pajhome.org.uk/crypt/md5 for more info.
1710
- */
1711
- function(e){if("string"==typeof e){const t=unescape(encodeURIComponent(e));// UTF8 escape
1712
- e=new Uint8Array(t.length);for(let n=0;n<t.length;++n)e[n]=t.charCodeAt(n)}
1713
- /*
1714
- * Convert an array of little-endian words to an array of bytes
1715
- */return function(e){const t=[],n=32*e.length,r="0123456789abcdef";for(let o=0;o<n;o+=8){const n=e[o>>5]>>>o%32&255,i=parseInt(r.charAt(n>>>4&15)+r.charAt(15&n),16);t.push(i)}return t}(function(e,t){
1716
- /* append padding */
1717
- e[t>>5]|=128<<t%32,e[r(t)-1]=t;let n=1732584193,i=-271733879,f=-1732584194,l=271733878;for(let t=0;t<e.length;t+=16){const r=n,d=i,h=f,p=l;n=s(n,i,f,l,e[t],7,-680876936),l=s(l,n,i,f,e[t+1],12,-389564586),f=s(f,l,n,i,e[t+2],17,606105819),i=s(i,f,l,n,e[t+3],22,-1044525330),n=s(n,i,f,l,e[t+4],7,-176418897),l=s(l,n,i,f,e[t+5],12,1200080426),f=s(f,l,n,i,e[t+6],17,-1473231341),i=s(i,f,l,n,e[t+7],22,-45705983),n=s(n,i,f,l,e[t+8],7,1770035416),l=s(l,n,i,f,e[t+9],12,-1958414417),f=s(f,l,n,i,e[t+10],17,-42063),i=s(i,f,l,n,e[t+11],22,-1990404162),n=s(n,i,f,l,e[t+12],7,1804603682),l=s(l,n,i,f,e[t+13],12,-40341101),f=s(f,l,n,i,e[t+14],17,-1502002290),i=s(i,f,l,n,e[t+15],22,1236535329),n=a(n,i,f,l,e[t+1],5,-165796510),l=a(l,n,i,f,e[t+6],9,-1069501632),f=a(f,l,n,i,e[t+11],14,643717713),i=a(i,f,l,n,e[t],20,-373897302),n=a(n,i,f,l,e[t+5],5,-701558691),l=a(l,n,i,f,e[t+10],9,38016083),f=a(f,l,n,i,e[t+15],14,-660478335),i=a(i,f,l,n,e[t+4],20,-405537848),n=a(n,i,f,l,e[t+9],5,568446438),l=a(l,n,i,f,e[t+14],9,-1019803690),f=a(f,l,n,i,e[t+3],14,-187363961),i=a(i,f,l,n,e[t+8],20,1163531501),n=a(n,i,f,l,e[t+13],5,-1444681467),l=a(l,n,i,f,e[t+2],9,-51403784),f=a(f,l,n,i,e[t+7],14,1735328473),i=a(i,f,l,n,e[t+12],20,-1926607734),n=u(n,i,f,l,e[t+5],4,-378558),l=u(l,n,i,f,e[t+8],11,-2022574463),f=u(f,l,n,i,e[t+11],16,1839030562),i=u(i,f,l,n,e[t+14],23,-35309556),n=u(n,i,f,l,e[t+1],4,-1530992060),l=u(l,n,i,f,e[t+4],11,1272893353),f=u(f,l,n,i,e[t+7],16,-155497632),i=u(i,f,l,n,e[t+10],23,-1094730640),n=u(n,i,f,l,e[t+13],4,681279174),l=u(l,n,i,f,e[t],11,-358537222),f=u(f,l,n,i,e[t+3],16,-722521979),i=u(i,f,l,n,e[t+6],23,76029189),n=u(n,i,f,l,e[t+9],4,-640364487),l=u(l,n,i,f,e[t+12],11,-421815835),f=u(f,l,n,i,e[t+15],16,530742520),i=u(i,f,l,n,e[t+2],23,-995338651),n=c(n,i,f,l,e[t],6,-198630844),l=c(l,n,i,f,e[t+7],10,1126891415),f=c(f,l,n,i,e[t+14],15,-1416354905),i=c(i,f,l,n,e[t+5],21,-57434055),n=c(n,i,f,l,e[t+12],6,1700485571),l=c(l,n,i,f,e[t+3],10,-1894986606),f=c(f,l,n,i,e[t+10],15,-1051523),i=c(i,f,l,n,e[t+1],21,-2054922799),n=c(n,i,f,l,e[t+8],6,1873313359),l=c(l,n,i,f,e[t+15],10,-30611744),f=c(f,l,n,i,e[t+6],15,-1560198380),i=c(i,f,l,n,e[t+13],21,1309151649),n=c(n,i,f,l,e[t+4],6,-145523070),l=c(l,n,i,f,e[t+11],10,-1120210379),f=c(f,l,n,i,e[t+2],15,718787259),i=c(i,f,l,n,e[t+9],21,-343485551),n=o(n,r),i=o(i,d),f=o(f,h),l=o(l,p)}return[n,i,f,l]}
1718
- /*
1719
- * Convert an array bytes to an array of little-endian words
1720
- * Characters >255 have their high-byte silently ignored.
1721
- */(function(e){if(0===e.length)return[];const t=8*e.length,n=new Uint32Array(r(t));for(let r=0;r<t;r+=8)n[r>>5]|=(255&e[r/8])<<r%32;return n}(e),8*e.length))}},{}],17:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=function(){if(!r)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(o)};
1722
- // Unique ID creation requires a high quality random # generator. In the browser we therefore
1723
- // require the crypto API and do not support built-in fallback to lower quality random number
1724
- // generators (like Math.random()).
1725
- // getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also,
1726
- // find the complete implementation of crypto (msCrypto) on IE11.
1727
- const r="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),o=new Uint8Array(16)},{}],18:[function(e,t,n){"use strict";
1728
- // Adapted from Chris Veness' SHA1 code at
1729
- // http://www.movable-type.co.uk/scripts/sha1.html
1730
- function r(e,t,n,r){switch(e){case 0:return t&n^~t&r;case 1:case 3:return t^n^r;case 2:return t&n^t&r^n&r}}function o(e,t){return e<<t|e>>>32-t}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default=function(e){const t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){const t=unescape(encodeURIComponent(e));// UTF8 escape
1731
- e=[];for(let n=0;n<t.length;++n)e.push(t.charCodeAt(n))}e.push(128);const i=e.length/4+2,s=Math.ceil(i/16),a=new Array(s);for(let t=0;t<s;++t){const n=new Uint32Array(16);for(let r=0;r<16;++r)n[r]=e[64*t+4*r]<<24|e[64*t+4*r+1]<<16|e[64*t+4*r+2]<<8|e[64*t+4*r+3];a[t]=n}a[s-1][14]=8*(e.length-1)/Math.pow(2,32),a[s-1][14]=Math.floor(a[s-1][14]),a[s-1][15]=8*(e.length-1)&4294967295;for(let e=0;e<s;++e){const i=new Uint32Array(80);for(let t=0;t<16;++t)i[t]=a[e][t];for(let e=16;e<80;++e)i[e]=o(i[e-3]^i[e-8]^i[e-14]^i[e-16],1);let s=n[0],u=n[1],c=n[2],f=n[3],l=n[4];for(let e=0;e<80;++e){const n=Math.floor(e/20),a=o(s,5)+r(n,u,c,f)+l+t[n]+i[e]>>>0;l=f,f=c,c=o(u,30)>>>0,u=s,s=a}n[0]=n[0]+s>>>0,n[1]=n[1]+u>>>0,n[2]=n[2]+c>>>0,n[3]=n[3]+f>>>0,n[4]=n[4]+l>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}},{}],19:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=i(e("./rng.js")),o=i(e("./bytesToUuid.js"));function i(e){return e&&e.__esModule?e:{default:e}}
1732
- // **`v1()` - Generate time-based UUID**
1733
- // Inspired by https://github.com/LiosK/UUID.js
1734
- // and http://docs.python.org/library/uuid.html
1735
- let s,a,u=0,c=0;n.default=// See https://github.com/uuidjs/uuid for API details
1736
- function(e,t,n){let i=t&&n||0;const f=t||[];let l=(e=e||{}).node||s,d=void 0!==e.clockseq?e.clockseq:a;// node and clockseq need to be initialized to random values if they're not
1737
- // specified. We do this lazily to minimize issues related to insufficient
1738
- // system entropy. See #189
1739
- if(null==l||null==d){const t=e.random||(e.rng||r.default)();null==l&&(
1740
- // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
1741
- l=s=[1|t[0],t[1],t[2],t[3],t[4],t[5]]),null==d&&(
1742
- // Per 4.2.2, randomize (14 bit) clockseq
1743
- d=a=16383&(t[6]<<8|t[7]))}// UUID timestamps are 100 nano-second units since the Gregorian epoch,
1744
- // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
1745
- // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
1746
- // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
1747
- let h=void 0!==e.msecs?e.msecs:Date.now(),p=void 0!==e.nsecs?e.nsecs:c+1;// Per 4.2.1.2, use count of uuid's generated during the current clock
1748
- // cycle to simulate higher resolution clock
1749
- // Time since last uuid creation (in msecs)
1750
- const v=h-u+(p-c)/1e4;// Per 4.2.1.2, Bump clockseq on clock regression
1751
- // Per 4.2.1.2 Throw error if too many uuids are requested
1752
- if(v<0&&void 0===e.clockseq&&(d=d+1&16383),// Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
1753
- // time interval
1754
- (v<0||h>u)&&void 0===e.nsecs&&(p=0),p>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");u=h,c=p,a=d,// Per 4.1.4 - Convert from unix epoch to Gregorian epoch
1755
- h+=122192928e5;// `time_low`
1756
- const y=(1e4*(268435455&h)+p)%4294967296;f[i++]=y>>>24&255,f[i++]=y>>>16&255,f[i++]=y>>>8&255,f[i++]=255&y;// `time_mid`
1757
- const g=h/4294967296*1e4&268435455;f[i++]=g>>>8&255,f[i++]=255&g,// `time_high_and_version`
1758
- f[i++]=g>>>24&15|16,// include version
1759
- f[i++]=g>>>16&255,// `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
1760
- f[i++]=d>>>8|128,// `clock_seq_low`
1761
- f[i++]=255&d;// `node`
1762
- for(let e=0;e<6;++e)f[i+e]=l[e];return t||(0,o.default)(f)}},{"./bytesToUuid.js":14,"./rng.js":17}],20:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=i(e("./v35.js")),o=i(e("./md5.js"));function i(e){return e&&e.__esModule?e:{default:e}}var s=(0,r.default)("v3",48,o.default);n.default=s},{"./md5.js":16,"./v35.js":21}],21:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=function(e,t,n){function r(e,r,i,s){const a=i&&s||0;if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));// UTF8 escape
1763
- const t=[];for(let n=0;n<e.length;++n)t.push(e.charCodeAt(n));return t}(e)),"string"==typeof r&&(r=function(e){
1764
- // Note: We assume we're being passed a valid uuid string
1765
- const t=[];return e.replace(/[a-fA-F0-9]{2}/g,(function(e){t.push(parseInt(e,16))})),t}(r)),!Array.isArray(e))throw TypeError("value must be an array of bytes");if(!Array.isArray(r)||16!==r.length)throw TypeError("namespace must be uuid string or an Array of 16 byte values");// Per 4.3
1766
- const u=n(r.concat(e));if(u[6]=15&u[6]|t,u[8]=63&u[8]|128,i)for(let e=0;e<16;++e)i[a+e]=u[e];return i||(0,o.default)(u)}// Function#name is not settable on some platforms (#270)
1767
- try{r.name=e;// eslint-disable-next-line no-empty
1768
- }catch(e){}// For CommonJS default export support
1769
- return r.DNS=i,r.URL=s,r},n.URL=n.DNS=void 0;var r,o=(r=e("./bytesToUuid.js"))&&r.__esModule?r:{default:r};const i="6ba7b810-9dad-11d1-80b4-00c04fd430c8";n.DNS=i;const s="6ba7b811-9dad-11d1-80b4-00c04fd430c8";n.URL=s},{"./bytesToUuid.js":14}],22:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=i(e("./rng.js")),o=i(e("./bytesToUuid.js"));function i(e){return e&&e.__esModule?e:{default:e}}n.default=function(e,t,n){"string"==typeof e&&(t="binary"===e?new Uint8Array(16):null,e=null);const i=(e=e||{}).random||(e.rng||r.default)();// Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
1770
- // Copy bytes to buffer, if provided
1771
- if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){const e=n||0;for(let n=0;n<16;++n)t[e+n]=i[n];return t}return(0,o.default)(i)}},{"./bytesToUuid.js":14,"./rng.js":17}],23:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=i(e("./v35.js")),o=i(e("./sha1.js"));function i(e){return e&&e.__esModule?e:{default:e}}var s=(0,r.default)("v5",80,o.default);n.default=s},{"./sha1.js":18,"./v35.js":21}],24:[function(e,t,n){"use strict";
1772
- /**
1773
- * Stringify/parse functions that don't operate
1774
- * recursively, so they avoid call stack exceeded
1775
- * errors.
1776
- */
1777
- // Convenience function for the parse function.
1778
- // This pop function is basically copied from
1779
- // pouchCollate.parseIndexableString
1780
- function r(e,t,n){var r=n[n.length-1];e===r.element&&(
1781
- // popping a meta-element, e.g. an object whose value is another object
1782
- n.pop(),r=n[n.length-1]);var o=r.element,i=r.index;Array.isArray(o)?o.push(e):i===t.length-2?o[t.pop()]=e:t.push(e);// obj with key only
1783
- }n.stringify=function(e){var t=[];t.push({obj:e});for(var n,r,o,i,s,a,u,c,f,l,d="";n=t.pop();)if(r=n.obj,d+=n.prefix||"",o=n.val||"")d+=o;else if("object"!=typeof r)d+=void 0===r?null:JSON.stringify(r);else if(null===r)d+="null";else if(Array.isArray(r)){for(t.push({val:"]"}),i=r.length-1;i>=0;i--)s=0===i?"":",",t.push({obj:r[i],prefix:s});t.push({val:"["})}else{for(u in// object
1784
- a=[],r)r.hasOwnProperty(u)&&a.push(u);for(t.push({val:"}"}),i=a.length-1;i>=0;i--)f=r[c=a[i]],l=i>0?",":"",l+=JSON.stringify(c)+":",t.push({obj:f,prefix:l});t.push({val:"{"})}return d},n.parse=function(e){for(var t,n,o,i,s,a,u,c,f,l=[],d=[],h=0;;)if("}"!==(t=e[h++])&&"]"!==t&&void 0!==t)switch(t){case" ":case"\t":case"\n":case":":case",":break;case"n":h+=3,// 'ull'
1785
- r(null,l,d);break;case"t":h+=3,// 'rue'
1786
- r(!0,l,d);break;case"f":h+=4,// 'alse'
1787
- r(!1,l,d);break;case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"-":for(n="",h--;;){if(o=e[h++],!/[\d\.\-e\+]/.test(o)){h--;break}n+=o}r(parseFloat(n),l,d);break;case'"':for(i="",s=void 0,a=0;'"'!==(u=e[h++])||"\\"===s&&a%2==1;)i+=u,"\\"===(s=u)?a++:a=0;r(JSON.parse('"'+i+'"'),l,d);break;case"[":c={element:[],index:l.length},l.push(c.element),d.push(c);break;case"{":f={element:{},index:l.length},l.push(f.element),d.push(f);break;default:throw new Error("unexpectedly reached end of input: "+t)}else{if(1===l.length)return l.pop();r(l.pop(),l,d)}}},{}]},{},[11])(11)}));
1
+ !function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).PouchDB=e()}(function(){return function e(t,n,r){function o(s,a){if(!n[s]){if(!t[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(i)return i(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var f=n[s]={exports:{}};t[s][0].call(f.exports,function(e){return o(t[s][1][e]||e)},f,f.exports,e,t,n,r)}return n[s].exports}for(var i="function"==typeof require&&require,s=0;s<r.length;s++)o(r[s]);return o}({1:[function(e,t,n){"use strict";t.exports=function(e){return function(){var t=arguments.length;if(t){for(var n=[],r=-1;++r<t;)n[r]=arguments[r];return e.call(this,n)}return e.call(this,[])}}},{}],2:[function(e,t,n){},{}],3:[function(e,t,n){var r=Object.create||function(e){var t=function(){};return t.prototype=e,new t},o=Object.keys||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return n},i=Function.prototype.bind||function(e){var t=this;return function(){return t.apply(e,arguments)}};function s(){this._events&&Object.prototype.hasOwnProperty.call(this,"_events")||(this._events=r(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0}t.exports=s,s.EventEmitter=s,s.prototype._events=void 0,s.prototype._maxListeners=void 0;var a,u=10;try{var c={};Object.defineProperty&&Object.defineProperty(c,"x",{value:0}),a=0===c.x}catch(e){a=!1}function f(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function l(e,t,n,o){var i,s,a;if("function"!=typeof n)throw new TypeError('"listener" argument must be a function');if((s=e._events)?(s.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),s=e._events),a=s[t]):(s=e._events=r(null),e._eventsCount=0),a){if("function"==typeof a?a=s[t]=o?[n,a]:[a,n]:o?a.unshift(n):a.push(n),!a.warned&&(i=f(e))&&i>0&&a.length>i){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+' "'+String(t)+'" listeners added. Use emitter.setMaxListeners() to increase limit.');u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,"object"==typeof console&&console.warn&&console.warn("%s: %s",u.name,u.message)}}else a=s[t]=n,++e._eventsCount;return e}function d(){if(!this.fired)switch(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length){case 0:return this.listener.call(this.target);case 1:return this.listener.call(this.target,arguments[0]);case 2:return this.listener.call(this.target,arguments[0],arguments[1]);case 3:return this.listener.call(this.target,arguments[0],arguments[1],arguments[2]);default:for(var e=new Array(arguments.length),t=0;t<e.length;++t)e[t]=arguments[t];this.listener.apply(this.target,e)}}function h(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=i.call(d,r);return o.listener=n,r.wrapFn=o,o}function p(e,t,n){var r=e._events;if(!r)return[];var o=r[t];return o?"function"==typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(o):y(o,o.length):[]}function v(e){var t=this._events;if(t){var n=t[e];if("function"==typeof n)return 1;if(n)return n.length}return 0}function y(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}a?Object.defineProperty(s,"defaultMaxListeners",{enumerable:!0,get:function(){return u},set:function(e){if("number"!=typeof e||e<0||e!=e)throw new TypeError('"defaultMaxListeners" must be a positive number');u=e}}):s.defaultMaxListeners=u,s.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw new TypeError('"n" argument must be a positive number');return this._maxListeners=e,this},s.prototype.getMaxListeners=function(){return f(this)},s.prototype.emit=function(e){var t,n,r,o,i,s,a="error"===e;if(s=this._events)a=a&&null==s.error;else if(!a)return!1;if(a){if(arguments.length>1&&(t=arguments[1]),t instanceof Error)throw t;var u=new Error('Unhandled "error" event. ('+t+")");throw u.context=t,u}if(!(n=s[e]))return!1;var c="function"==typeof n;switch(r=arguments.length){case 1:!function(e,t,n){if(t)e.call(n);else for(var r=e.length,o=y(e,r),i=0;i<r;++i)o[i].call(n)}(n,c,this);break;case 2:!function(e,t,n,r){if(t)e.call(n,r);else for(var o=e.length,i=y(e,o),s=0;s<o;++s)i[s].call(n,r)}(n,c,this,arguments[1]);break;case 3:!function(e,t,n,r,o){if(t)e.call(n,r,o);else for(var i=e.length,s=y(e,i),a=0;a<i;++a)s[a].call(n,r,o)}(n,c,this,arguments[1],arguments[2]);break;case 4:!function(e,t,n,r,o,i){if(t)e.call(n,r,o,i);else for(var s=e.length,a=y(e,s),u=0;u<s;++u)a[u].call(n,r,o,i)}(n,c,this,arguments[1],arguments[2],arguments[3]);break;default:for(o=new Array(r-1),i=1;i<r;i++)o[i-1]=arguments[i];!function(e,t,n,r){if(t)e.apply(n,r);else for(var o=e.length,i=y(e,o),s=0;s<o;++s)i[s].apply(n,r)}(n,c,this,o)}return!0},s.prototype.addListener=function(e,t){return l(this,e,t,!1)},s.prototype.on=s.prototype.addListener,s.prototype.prependListener=function(e,t){return l(this,e,t,!0)},s.prototype.once=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.on(e,h(this,e,t)),this},s.prototype.prependOnceListener=function(e,t){if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');return this.prependListener(e,h(this,e,t)),this},s.prototype.removeListener=function(e,t){var n,o,i,s,a;if("function"!=typeof t)throw new TypeError('"listener" argument must be a function');if(!(o=this._events))return this;if(!(n=o[e]))return this;if(n===t||n.listener===t)0===--this._eventsCount?this._events=r(null):(delete o[e],o.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(i=-1,s=n.length-1;s>=0;s--)if(n[s]===t||n[s].listener===t){a=n[s].listener,i=s;break}if(i<0)return this;0===i?n.shift():function(e,t){for(var n=t,r=n+1,o=e.length;r<o;n+=1,r+=1)e[n]=e[r];e.pop()}(n,i),1===n.length&&(o[e]=n[0]),o.removeListener&&this.emit("removeListener",e,a||t)}return this},s.prototype.removeAllListeners=function(e){var t,n,i;if(!(n=this._events))return this;if(!n.removeListener)return 0===arguments.length?(this._events=r(null),this._eventsCount=0):n[e]&&(0===--this._eventsCount?this._events=r(null):delete n[e]),this;if(0===arguments.length){var s,a=o(n);for(i=0;i<a.length;++i)"removeListener"!==(s=a[i])&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=r(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(t)for(i=t.length-1;i>=0;i--)this.removeListener(e,t[i]);return this},s.prototype.listeners=function(e){return p(this,e,!0)},s.prototype.rawListeners=function(e){return p(this,e,!1)},s.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):v.call(e,t)},s.prototype.listenerCount=v,s.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]}},{}],4:[function(e,t,n){"use strict";var r,o,i,s=[e("./nextTick"),e("./queueMicrotask"),e("./mutation.js"),e("./messageChannel"),e("./stateChange"),e("./timeout")],a=-1,u=[],c=!1;function f(){r&&o&&(r=!1,o.length?u=o.concat(u):a=-1,u.length&&l())}function l(){if(!r){c=!1,r=!0;for(var e=u.length,t=setTimeout(f);e;){for(o=u,u=[];o&&++a<e;)o[a].run();a=-1,e=u.length}o=null,a=-1,r=!1,clearTimeout(t)}}for(var d=-1,h=s.length;++d<h;)if(s[d]&&s[d].test&&s[d].test()){i=s[d].install(l);break}function p(e,t){this.fun=e,this.array=t}p.prototype.run=function(){var e=this.fun,t=this.array;switch(t.length){case 0:return e();case 1:return e(t[0]);case 2:return e(t[0],t[1]);case 3:return e(t[0],t[1],t[2]);default:return e.apply(null,t)}},t.exports=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new p(e,t)),c||r||(c=!0,i())}},{"./messageChannel":5,"./mutation.js":6,"./nextTick":2,"./queueMicrotask":7,"./stateChange":8,"./timeout":9}],5:[function(e,t,n){(function(e){(function(){"use strict";n.test=function(){return!e.setImmediate&&void 0!==e.MessageChannel},n.install=function(t){var n=new e.MessageChannel;return n.port1.onmessage=t,function(){n.port2.postMessage(0)}}}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],6:[function(e,t,n){(function(e){(function(){"use strict";var t=e.MutationObserver||e.WebKitMutationObserver;n.test=function(){return t},n.install=function(n){var r=0,o=new t(n),i=e.document.createTextNode("");return o.observe(i,{characterData:!0}),function(){i.data=r=++r%2}}}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],7:[function(e,t,n){(function(e){(function(){"use strict";n.test=function(){return"function"==typeof e.queueMicrotask},n.install=function(t){return function(){e.queueMicrotask(t)}}}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],8:[function(e,t,n){(function(e){(function(){"use strict";n.test=function(){return"document"in e&&"onreadystatechange"in e.document.createElement("script")},n.install=function(t){return function(){var n=e.document.createElement("script");return n.onreadystatechange=function(){t(),n.onreadystatechange=null,n.parentNode.removeChild(n),n=null},e.document.documentElement.appendChild(n),t}}}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],9:[function(e,t,n){"use strict";n.test=function(){return!0},n.install=function(e){return function(){setTimeout(e,0)}}},{}],10:[function(e,t,n){"function"==typeof Object.create?t.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},{}],11:[function(e,t,n){(function(n){(function(){"use strict";function r(e){return e&&"object"==typeof e&&"default"in e?e.default:e}var o,i,s=r(e("immediate")),a=e("uuid"),u=r(e("spark-md5")),c=r(e("vuvuzela")),f=r(e("argsarray")),l=r(e("inherits")),d=r(e("events"));function h(e){return"$"+e}function p(e){return e.substring(1)}function v(){this._store={}}function y(e){if(this._store=new v,e&&Array.isArray(e))for(var t=0,n=e.length;t<n;t++)this.add(e[t])}v.prototype.get=function(e){var t=h(e);return this._store[t]},v.prototype.set=function(e,t){var n=h(e);return this._store[n]=t,!0},v.prototype.has=function(e){return h(e)in this._store},v.prototype.delete=function(e){var t=h(e),n=t in this._store;return delete this._store[t],n},v.prototype.forEach=function(e){for(var t=Object.keys(this._store),n=0,r=t.length;n<r;n++){var o=t[n];e(this._store[o],o=p(o))}},Object.defineProperty(v.prototype,"size",{get:function(){return Object.keys(this._store).length}}),y.prototype.add=function(e){return this._store.set(e,!0)},y.prototype.has=function(e){return this._store.has(e)},y.prototype.forEach=function(e){this._store.forEach(function(t,n){e(n)})},Object.defineProperty(y.prototype,"size",{get:function(){return this._store.size}}),function(){if("undefined"==typeof Symbol||"undefined"==typeof Map||"undefined"==typeof Set)return!1;var e=Object.getOwnPropertyDescriptor(Map,Symbol.species);return e&&"get"in e&&Map[Symbol.species]===Map}()?(o=Set,i=Map):(o=y,i=v);var g,_,m=Function.prototype.toString,b=m.call(Object);function w(e){var t,n,r;if(!e||"object"!=typeof e)return e;if(Array.isArray(e)){for(t=[],n=0,r=e.length;n<r;n++)t[n]=w(e[n]);return t}if(e instanceof Date)return e.toISOString();if(function(e){return"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer||"undefined"!=typeof Blob&&e instanceof Blob}(e))return function(e){if(e instanceof ArrayBuffer)return function(e){if("function"==typeof e.slice)return e.slice(0);var t=new ArrayBuffer(e.byteLength),n=new Uint8Array(t),r=new Uint8Array(e);return n.set(r),t}(e);var t=e.size,n=e.type;return"function"==typeof e.slice?e.slice(0,t,n):e.webkitSlice(0,t,n)}(e);if(!function(e){var t=Object.getPrototypeOf(e);if(null===t)return!0;var n=t.constructor;return"function"==typeof n&&n instanceof n&&m.call(n)==b}(e))return e;for(n in t={},e)if(Object.prototype.hasOwnProperty.call(e,n)){var o=w(e[n]);void 0!==o&&(t[n]=o)}return t}function k(e){var t=!1;return f(function(n){if(t)throw new Error("once called more than once");t=!0,e.apply(this,n)})}function j(e){return f(function(t){t=w(t);var n=this,r="function"==typeof t[t.length-1]&&t.pop(),o=new Promise(function(r,o){var i;try{var s=k(function(e,t){e?o(e):r(t)});t.push(s),(i=e.apply(n,t))&&"function"==typeof i.then&&r(i)}catch(e){o(e)}});return r&&o.then(function(e){r(null,e)},r),o})}function O(e,t){return j(f(function(n){if(this._closed)return Promise.reject(new Error("database is closed"));if(this._destroyed)return Promise.reject(new Error("database is destroyed"));var r=this;return function(e,t,n){if(e.constructor.listeners("debug").length){for(var r=["api",e.name,t],o=0;o<n.length-1;o++)r.push(n[o]);e.constructor.emit("debug",r);var i=n[n.length-1];n[n.length-1]=function(n,r){var o=["api",e.name,t];o=o.concat(n?["error",n]:["success",r]),e.constructor.emit("debug",o),i(n,r)}}}(r,e,n),this.taskqueue.isReady?t.apply(this,n):new Promise(function(t,o){r.taskqueue.addTask(function(i){i?o(i):t(r[e].apply(r,n))})})}))}function A(e,t){for(var n={},r=0,o=t.length;r<o;r++){var i=t[r];i in e&&(n[i]=e[i])}return n}function q(e){return e}function S(e){return[{ok:e}]}function x(e,t,n){var r=t.docs,o=new i;r.forEach(function(e){o.has(e.id)?o.get(e.id).push(e):o.set(e.id,[e])});var s=o.size,a=0,u=new Array(s);function c(){var e;++a===s&&(e=[],u.forEach(function(t){t.docs.forEach(function(n){e.push({id:t.id,docs:[n]})})}),n(null,{results:e}))}var f=[];o.forEach(function(e,t){f.push(t)});var l=0;!function n(){if(!(l>=f.length)){var r=Math.min(l+6,f.length),i=f.slice(l,r);!function(r,i){r.forEach(function(r,s){var a=i+s,f=o.get(r),l=A(f[0],["atts_since","attachments"]);l.open_revs=f.map(function(e){return e.rev}),l.open_revs=l.open_revs.filter(q);var d=q;0===l.open_revs.length&&(delete l.open_revs,d=S),["revs","attachments","binary","ajax","latest"].forEach(function(e){e in t&&(l[e]=t[e])}),e.get(r,l,function(e,t){var o,i,s;o=e?[{error:e}]:d(t),i=r,s=o,u[a]={id:i,docs:s},c(),n()})})}(i,l),l+=i.length}}()}try{localStorage.setItem("_pouch_check_localstorage",1),g=!!localStorage.getItem("_pouch_check_localstorage")}catch(e){g=!1}function E(){return g}function C(){d.call(this),this._listeners={},function(e){E()&&addEventListener("storage",function(t){e.emit(t.key)})}(this)}function P(e){if("undefined"!=typeof console&&"function"==typeof console[e]){var t=Array.prototype.slice.call(arguments,1);console[e].apply(console,t)}}function L(e){var t=0;return e||(t=2e3),function(e,t){var n=6e5;return e=parseInt(e,10)||0,(t=parseInt(t,10))!=t||t<=e?t=(e||1)<<1:t+=1,t>n&&(e=3e5,t=n),~~((t-e)*Math.random()+e)}(e,t)}function D(e,t){P("info","The above "+e+" is totally normal. "+t)}l(C,d),C.prototype.addListener=function(e,t,n,r){if(!this._listeners[t]){var o=this,i=!1;this._listeners[t]=a,this.on(e,a)}function a(){if(o._listeners[t])if(i)i="waiting";else{i=!0;var e=A(r,["style","include_docs","attachments","conflicts","filter","doc_ids","view","since","query_params","binary","return_docs"]);n.changes(e).on("change",function(e){e.seq>r.since&&!r.cancelled&&(r.since=e.seq,r.onChange(e))}).on("complete",function(){"waiting"===i&&s(a),i=!1}).on("error",function(){i=!1})}}},C.prototype.removeListener=function(e,t){t in this._listeners&&(d.prototype.removeListener.call(this,e,this._listeners[t]),delete this._listeners[t])},C.prototype.notifyLocalWindows=function(e){E()&&(localStorage[e]="a"===localStorage[e]?"b":"a")},C.prototype.notify=function(e){this.emit(e),this.notifyLocalWindows(e)},_="function"==typeof Object.assign?Object.assign:function(e){for(var t=Object(e),n=1;n<arguments.length;n++){var r=arguments[n];if(null!=r)for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t};var $=_;function I(e,t,n){Error.call(this,n),this.status=e,this.name=t,this.message=n,this.error=!0}l(I,Error),I.prototype.toString=function(){return JSON.stringify({status:this.status,name:this.name,message:this.message,reason:this.reason})},new I(401,"unauthorized","Name or password is incorrect.");var T=new I(400,"bad_request","Missing JSON list of 'docs'"),B=new I(404,"not_found","missing"),M=new I(409,"conflict","Document update conflict"),R=new I(400,"bad_request","_id field must contain a string"),U=new I(412,"missing_id","_id is required for puts"),N=new I(400,"bad_request","Only reserved document ids may start with underscore."),F=(new I(412,"precondition_failed","Database not open"),new I(500,"unknown_error","Database encountered an unknown error")),K=new I(500,"badarg","Some query argument is invalid"),J=(new I(400,"invalid_request","Request was invalid"),new I(400,"query_parse_error","Some query parameter is invalid")),z=new I(500,"doc_validation","Bad special document member"),V=new I(400,"bad_request","Something wrong with the request"),G=new I(400,"bad_request","Document must be a JSON object"),Q=(new I(404,"not_found","Database not found"),new I(500,"indexed_db_went_bad","unknown")),W=(new I(500,"web_sql_went_bad","unknown"),new I(500,"levelDB_went_went_bad","unknown"),new I(403,"forbidden","Forbidden by design doc validate_doc_update function"),new I(400,"bad_request","Invalid rev format")),Y=(new I(412,"file_exists","The database could not be created, the file already exists."),new I(412,"missing_stub","A pre-existing attachment stub wasn't found"));function H(e,t){function n(t){for(var n=Object.getOwnPropertyNames(e),r=0,o=n.length;r<o;r++)"function"!=typeof e[n[r]]&&(this[n[r]]=e[n[r]]);void 0!==t&&(this.reason=t)}return n.prototype=I.prototype,new n(t)}function X(e){if("object"!=typeof e){var t=e;(e=F).data=t}return"error"in e&&"conflict"===e.error&&(e.name="conflict",e.status=409),"name"in e||(e.name=e.error||"unknown"),"status"in e||(e.status=500),"message"in e||(e.message=e.message||e.reason),e}function Z(e){var t={},n=e.filter&&"function"==typeof e.filter;return t.query=e.query_params,function(r){r.doc||(r.doc={});var o=n&&function(e,t,n){try{return!e(t,n)}catch(e){var r="Filter function threw: "+e.toString();return H(V,r)}}(e.filter,r.doc,t);if("object"==typeof o)return o;if(o)return!1;if(e.include_docs){if(!e.attachments)for(var i in r.doc._attachments)r.doc._attachments.hasOwnProperty(i)&&(r.doc._attachments[i].stub=!0)}else delete r.doc;return!0}}function ee(e){for(var t=[],n=0,r=e.length;n<r;n++)t=t.concat(e[n]);return t}function te(e){var t;if(e?"string"!=typeof e?t=H(R):/^_/.test(e)&&!/^_(design|local)/.test(e)&&(t=H(N)):t=H(U),t)throw t}function ne(e){return"boolean"==typeof e._remote?e._remote:"function"==typeof e.type&&(P("warn","db.type() is deprecated and will be removed in a future version of PouchDB"),"http"===e.type())}function re(e){if(!e)return null;var t=e.split("/");return 2===t.length?t:1===t.length?[e,e]:null}function oe(e){var t=re(e);return t?t.join("/"):null}new I(413,"invalid_url","Provided URL is invalid");var ie=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],se="queryKey",ae=/(?:^|&)([^&=]*)=?([^&]*)/g,ue=/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/;function ce(e){for(var t=ue.exec(e),n={},r=14;r--;){var o=ie[r],i=t[r]||"",s=-1!==["user","password"].indexOf(o);n[o]=s?decodeURIComponent(i):i}return n[se]={},n[ie[12]].replace(ae,function(e,t,r){t&&(n[se][t]=r)}),n}function fe(e,t){var n=[],r=[];for(var o in t)t.hasOwnProperty(o)&&(n.push(o),r.push(t[o]));return n.push(e),Function.apply(null,n).apply(null,r)}function le(e,t,n){return new Promise(function(r,o){e.get(t,function(i,s){if(i){if(404!==i.status)return o(i);s={}}var a=s._rev,u=n(s);if(!u)return r({updated:!1,rev:a});u._id=t,u._rev=a,r(function(e,t,n){return e.put(t).then(function(e){return{updated:!0,rev:e.rev}},function(r){if(409!==r.status)throw r;return le(e,t._id,n)})}(e,u,n))})})}var de=function(e){return atob(e)},he=function(e){return btoa(e)};function pe(e,t){e=e||[],t=t||{};try{return new Blob(e,t)}catch(o){if("TypeError"!==o.name)throw o;for(var n=new("undefined"!=typeof BlobBuilder?BlobBuilder:"undefined"!=typeof MSBlobBuilder?MSBlobBuilder:"undefined"!=typeof MozBlobBuilder?MozBlobBuilder:WebKitBlobBuilder),r=0;r<e.length;r+=1)n.append(e[r]);return n.getBlob(t.type)}}function ve(e){for(var t=e.length,n=new ArrayBuffer(t),r=new Uint8Array(n),o=0;o<t;o++)r[o]=e.charCodeAt(o);return n}function ye(e,t){return pe([ve(e)],{type:t})}function ge(e,t){return ye(de(e),t)}function _e(e,t){var n=new FileReader,r="function"==typeof n.readAsBinaryString;n.onloadend=function(e){var n=e.target.result||"";if(r)return t(n);t(function(e){for(var t="",n=new Uint8Array(e),r=n.byteLength,o=0;o<r;o++)t+=String.fromCharCode(n[o]);return t}(n))},r?n.readAsBinaryString(e):n.readAsArrayBuffer(e)}function me(e,t){_e(e,function(e){t(e)})}function be(e,t){me(e,function(e){t(he(e))})}var we=self.setImmediate||self.setTimeout;function ke(e,t,n,r,o){(n>0||r<t.size)&&(t=function(e,t,n){return e.webkitSlice?e.webkitSlice(t,n):e.slice(t,n)}(t,n,r)),function(e,t){var n=new FileReader;n.onloadend=function(e){var n=e.target.result||new ArrayBuffer(0);t(n)},n.readAsArrayBuffer(e)}(t,function(t){e.append(t),o()})}function je(e,t,n,r,o){(n>0||r<t.length)&&(t=t.substring(n,r)),e.appendBinary(t),o()}function Oe(e,t){var n="string"==typeof e,r=n?e.length:e.size,o=Math.min(32768,r),i=Math.ceil(r/o),s=0,a=n?new u:new u.ArrayBuffer,c=n?je:ke;function f(){we(d)}function l(){var e=function(e){return he(e)}(a.end(!0));t(e),a.destroy()}function d(){var t=s*o;s++,c(a,e,t,t+o,s<i?f:l)}d()}function Ae(e){return u.hash(e)}function qe(e,t){var n=w(e);return t?(delete n._rev_tree,Ae(JSON.stringify(n))):a.v4().replace(/-/g,"").toLowerCase()}var Se=a.v4;function xe(e){for(var t,n,r,o,i=e.rev_tree.slice();o=i.pop();){var s=o.ids,a=s[2],u=o.pos;if(a.length)for(var c=0,f=a.length;c<f;c++)i.push({pos:u+1,ids:a[c]});else{var l=!!s[1].deleted,d=s[0];t&&!(r!==l?r:n!==u?n<u:t<d)||(t=d,n=u,r=l)}}return n+"-"+t}function Ee(e,t){for(var n,r=e.slice();n=r.pop();)for(var o=n.pos,i=n.ids,s=i[2],a=t(0===s.length,o,i[0],n.ctx,i[1]),u=0,c=s.length;u<c;u++)r.push({pos:o+1,ids:s[u],ctx:a})}function Ce(e,t){return e.pos-t.pos}function Pe(e){var t=[];Ee(e,function(e,n,r,o,i){e&&t.push({rev:n+"-"+r,pos:n,opts:i})}),t.sort(Ce).reverse();for(var n=0,r=t.length;n<r;n++)delete t[n].pos;return t}function Le(e){for(var t=xe(e),n=Pe(e.rev_tree),r=[],o=0,i=n.length;o<i;o++){var s=n[o];s.rev===t||s.opts.deleted||r.push(s.rev)}return r}function De(e){for(var t,n=[],r=e.slice();t=r.pop();){var o=t.pos,i=t.ids,s=i[0],a=i[1],u=i[2],c=0===u.length,f=t.history?t.history.slice():[];f.push({id:s,opts:a}),c&&n.push({pos:o+1-f.length,ids:f});for(var l=0,d=u.length;l<d;l++)r.push({pos:o+1,ids:u[l],history:f})}return n.reverse()}function $e(e,t){return e.pos-t.pos}function Ie(e,t,n){var r=function(e,t,n){for(var r,o=0,i=e.length;o<i;)n(e[r=o+i>>>1],t)<0?o=r+1:i=r;return o}(e,t,n);e.splice(r,0,t)}function Te(e,t){for(var n,r,o=t,i=e.length;o<i;o++){var s=e[o],a=[s.id,s.opts,[]];r?(r[2].push(a),r=a):n=r=a}return n}function Be(e,t){return e[0]<t[0]?-1:1}function Me(e,t){for(var n=[{tree1:e,tree2:t}],r=!1;n.length>0;){var o=n.pop(),i=o.tree1,s=o.tree2;(i[1].status||s[1].status)&&(i[1].status="available"===i[1].status||"available"===s[1].status?"available":"missing");for(var a=0;a<s[2].length;a++)if(i[2][0]){for(var u=!1,c=0;c<i[2].length;c++)i[2][c][0]===s[2][a][0]&&(n.push({tree1:i[2][c],tree2:s[2][a]}),u=!0);u||(r="new_branch",Ie(i[2],s[2][a],Be))}else r="new_leaf",i[2][0]=s[2][a]}return{conflicts:r,tree:e}}function Re(e,t,n){var r,o=[],i=!1,s=!1;if(!e.length)return{tree:[t],conflicts:"new_leaf"};for(var a=0,u=e.length;a<u;a++){var c=e[a];if(c.pos===t.pos&&c.ids[0]===t.ids[0])r=Me(c.ids,t.ids),o.push({pos:c.pos,ids:r.tree}),i=i||r.conflicts,s=!0;else if(!0!==n){var f=c.pos<t.pos?c:t,l=c.pos<t.pos?t:c,d=l.pos-f.pos,h=[],p=[];for(p.push({ids:f.ids,diff:d,parent:null,parentIdx:null});p.length>0;){var v=p.pop();if(0!==v.diff)for(var y=v.ids[2],g=0,_=y.length;g<_;g++)p.push({ids:y[g],diff:v.diff-1,parent:v.ids,parentIdx:g});else v.ids[0]===l.ids[0]&&h.push(v)}var m=h[0];m?(r=Me(m.ids,l.ids),m.parent[2][m.parentIdx]=r.tree,o.push({pos:f.pos,ids:f.ids}),i=i||r.conflicts,s=!0):o.push(c)}else o.push(c)}return s||o.push(t),o.sort($e),{tree:o,conflicts:i||"internal_node"}}function Ue(e,t,n){var r=Re(e,t),o=function(e,t){for(var n,r,o=De(e),i=0,s=o.length;i<s;i++){var a,u=o[i],c=u.ids;if(c.length>t){n||(n={});var f=c.length-t;a={pos:u.pos+f,ids:Te(c,f)};for(var l=0;l<f;l++){var d=u.pos+l+"-"+c[l].id;n[d]=!0}}else a={pos:u.pos,ids:Te(c,0)};r=r?Re(r,a,!0).tree:[a]}return n&&Ee(r,function(e,t,r){delete n[t+"-"+r]}),{tree:r,revs:n?Object.keys(n):[]}}(r.tree,n);return{tree:o.tree,stemmedRevs:o.revs,conflicts:r.conflicts}}function Ne(e){return e.ids}function Fe(e,t){t||(t=xe(e));for(var n,r=t.substring(t.indexOf("-")+1),o=e.rev_tree.map(Ne);n=o.pop();){if(n[0]===r)return!!n[1].deleted;o=o.concat(n[2])}}function Ke(e){return/^_local/.test(e)}function Je(e,t,n){d.call(this);var r=this;this.db=e;var o=(t=t?w(t):{}).complete=k(function(t,n){var o,s;t?(s="error",("listenerCount"in(o=r)?o.listenerCount(s):d.listenerCount(o,s))>0&&r.emit("error",t)):r.emit("complete",n),r.removeAllListeners(),e.removeListener("destroyed",i)});function i(){r.cancel()}n&&(r.on("complete",function(e){n(null,e)}),r.on("error",n)),e.once("destroyed",i),t.onChange=function(e,t,n){r.isCancelled||function(e,t,n,r){try{e.emit("change",t,n,r)}catch(e){P("error",'Error in .on("change", function):',e)}}(r,e,t,n)};var s=new Promise(function(e,n){t.complete=function(t,r){t?n(t):e(r)}});r.once("cancel",function(){e.removeListener("destroyed",i),t.complete(null,{status:"cancelled"})}),this.then=s.then.bind(s),this.catch=s.catch.bind(s),this.then(function(e){o(null,e)},o),e.taskqueue.isReady?r.validateChanges(t):e.taskqueue.addTask(function(e){e?t.complete(e):r.isCancelled?r.emit("cancel"):r.validateChanges(t)})}function ze(e,t,n){var r=[{rev:e._rev}];"all_docs"===n.style&&(r=Pe(t.rev_tree).map(function(e){return{rev:e.rev}}));var o={id:t.id,changes:r,doc:e};return Fe(t,e._rev)&&(o.deleted=!0),n.conflicts&&(o.doc._conflicts=Le(t),o.doc._conflicts.length||delete o.doc._conflicts),o}function Ve(e,t){return e<t?-1:e>t?1:0}function Ge(e,t){return function(n,r){n||r[0]&&r[0].error?((n=n||r[0]).docId=t,e(n)):e(null,r.length?r[0]:r)}}function Qe(e,t){var n=Ve(e._id,t._id);return 0!==n?n:Ve(e._revisions?e._revisions.start:0,t._revisions?t._revisions.start:0)}function We(e){var t=e._compactionQueue[0],n=t.opts,r=t.callback;e.get("_local/compaction").catch(function(){return!1}).then(function(t){t&&t.last_seq&&(n.last_seq=t.last_seq),e._compact(n,function(t,n){t?r(t):r(null,n),s(function(){e._compactionQueue.shift(),e._compactionQueue.length&&We(e)})})})}function Ye(){for(var e in d.call(this),Ye.prototype)"function"==typeof this[e]&&(this[e]=this[e].bind(this))}function He(){this.isReady=!1,this.failed=!1,this.queue=[]}function Xe(e,t){if(!(this instanceof Xe))return new Xe(e,t);var n=this;if(t=t||{},e&&"object"==typeof e&&(e=(t=e).name,delete t.name),void 0===t.deterministic_revs&&(t.deterministic_revs=!0),this.__opts=t=w(t),n.auto_compaction=t.auto_compaction,n.prefix=Xe.prefix,"string"!=typeof e)throw new Error("Missing/invalid DB name");var r=function(e,t){var n=e.match(/([a-z-]*):\/\/(.*)/);if(n)return{name:/https?/.test(n[1])?n[1]+"://"+n[2]:n[2],adapter:n[1]};var r=Xe.adapters,o=Xe.preferredAdapters,i=Xe.prefix,s=t.adapter;if(!s)for(var a=0;a<o.length&&"idb"===(s=o[a])&&"websql"in r&&E()&&localStorage["_pouch__websqldb_"+i+e];++a)P("log",'PouchDB is downgrading "'+e+'" to WebSQL to avoid data loss, because it was already opened with WebSQL.');var u=r[s];return{name:u&&"use_prefix"in u&&!u.use_prefix?e:i+e,adapter:s}}((t.prefix||"")+e,t);if(t.name=r.name,t.adapter=t.adapter||r.adapter,n.name=e,n._adapter=t.adapter,Xe.emit("debug",["adapter","Picked adapter: ",t.adapter]),!Xe.adapters[t.adapter]||!Xe.adapters[t.adapter].valid())throw new Error("Invalid Adapter: "+t.adapter);Ye.call(n),n.taskqueue=new He,n.adapter=t.adapter,Xe.adapters[t.adapter].call(n,t,function(e){if(e)return n.taskqueue.fail(e);!function(e){function t(t){e.removeListener("closed",n),t||e.constructor.emit("destroyed",e.name)}function n(){e.removeListener("destroyed",t),e.constructor.emit("unref",e)}e.once("destroyed",t),e.once("closed",n),e.constructor.emit("ref",e)}(n),n.emit("created",n),Xe.emit("created",n.name),n.taskqueue.ready(n)})}l(Je,d),Je.prototype.cancel=function(){this.isCancelled=!0,this.db.taskqueue.isReady&&this.emit("cancel")},Je.prototype.validateChanges=function(e){var t=e.complete,n=this;Xe._changesFilterPlugin?Xe._changesFilterPlugin.validate(e,function(r){if(r)return t(r);n.doChanges(e)}):n.doChanges(e)},Je.prototype.doChanges=function(e){var t=this,n=e.complete;if("live"in(e=w(e))&&!("continuous"in e)&&(e.continuous=e.live),e.processChange=ze,"latest"===e.since&&(e.since="now"),e.since||(e.since=0),"now"!==e.since){if(Xe._changesFilterPlugin){if(Xe._changesFilterPlugin.normalize(e),Xe._changesFilterPlugin.shouldFilter(this,e))return Xe._changesFilterPlugin.filter(this,e)}else["doc_ids","filter","selector","view"].forEach(function(t){t in e&&P("warn",'The "'+t+'" option was passed in to changes/replicate, but pouchdb-changes-filter plugin is not installed, so it was ignored. Please install the plugin to enable filtering.')});"descending"in e||(e.descending=!1),e.limit=0===e.limit?1:e.limit,e.complete=n;var r=this.db._changes(e);if(r&&"function"==typeof r.cancel){var o=t.cancel;t.cancel=f(function(e){r.cancel(),o.apply(this,e)})}}else this.db.info().then(function(r){t.isCancelled?n(null,{status:"cancelled"}):(e.since=r.update_seq,t.doChanges(e))},n)},l(Ye,d),Ye.prototype.post=O("post",function(e,t,n){if("function"==typeof t&&(n=t,t={}),"object"!=typeof e||Array.isArray(e))return n(H(G));this.bulkDocs({docs:[e]},t,Ge(n,e._id))}),Ye.prototype.put=O("put",function(e,t,n){if("function"==typeof t&&(n=t,t={}),"object"!=typeof e||Array.isArray(e))return n(H(G));if(te(e._id),Ke(e._id)&&"function"==typeof this._putLocal)return e._deleted?this._removeLocal(e,n):this._putLocal(e,n);var r,o,i,s,a=this;function u(n){"function"==typeof a._put&&!1!==t.new_edits?a._put(e,t,n):a.bulkDocs({docs:[e]},t,Ge(n,e._id))}t.force&&e._rev?(o=(r=e._rev.split("-"))[1],i=parseInt(r[0],10)+1,s=qe(),e._revisions={start:i,ids:[s,o]},e._rev=i+"-"+s,t.new_edits=!1,u(function(t){var r=t?null:{ok:!0,id:e._id,rev:e._rev};n(t,r)})):u(n)}),Ye.prototype.putAttachment=O("putAttachment",function(e,t,n,r,o){var i=this;function s(e){var n="_rev"in e?parseInt(e._rev,10):0;return e._attachments=e._attachments||{},e._attachments[t]={content_type:o,data:r,revpos:++n},i.put(e)}return"function"==typeof o&&(o=r,r=n,n=null),void 0===o&&(o=r,r=n,n=null),o||P("warn","Attachment",t,"on document",e,"is missing content_type"),i.get(e).then(function(e){if(e._rev!==n)throw H(M);return s(e)},function(t){if(t.reason===B.message)return s({_id:e});throw t})}),Ye.prototype.removeAttachment=O("removeAttachment",function(e,t,n,r){var o=this;o.get(e,function(e,i){if(e)r(e);else if(i._rev===n){if(!i._attachments)return r();delete i._attachments[t],0===Object.keys(i._attachments).length&&delete i._attachments,o.put(i,r)}else r(H(M))})}),Ye.prototype.remove=O("remove",function(e,t,n,r){var o;"string"==typeof t?(o={_id:e,_rev:t},"function"==typeof n&&(r=n,n={})):(o=e,"function"==typeof t?(r=t,n={}):(r=n,n=t)),(n=n||{}).was_delete=!0;var i={_id:o._id,_rev:o._rev||n.rev,_deleted:!0};if(Ke(i._id)&&"function"==typeof this._removeLocal)return this._removeLocal(o,r);this.bulkDocs({docs:[i]},n,Ge(r,i._id))}),Ye.prototype.revsDiff=O("revsDiff",function(e,t,n){"function"==typeof t&&(n=t,t={});var r=Object.keys(e);if(!r.length)return n(null,{});var o=0,s=new i;function a(e,t){s.has(e)||s.set(e,{missing:[]}),s.get(e).missing.push(t)}r.map(function(t){this._getRevisionTree(t,function(i,u){if(i&&404===i.status&&"missing"===i.message)s.set(t,{missing:e[t]});else{if(i)return n(i);!function(t,n){var r=e[t].slice(0);Ee(n,function(e,n,o,i,s){var u=n+"-"+o,c=r.indexOf(u);-1!==c&&(r.splice(c,1),"available"!==s.status&&a(t,u))}),r.forEach(function(e){a(t,e)})}(t,u)}if(++o===r.length){var c={};return s.forEach(function(e,t){c[t]=e}),n(null,c)}})},this)}),Ye.prototype.bulkGet=O("bulkGet",function(e,t){x(this,e,t)}),Ye.prototype.compactDocument=O("compactDocument",function(e,t,n){var r=this;this._getRevisionTree(e,function(o,i){if(o)return n(o);var s=function(e){var t={},n=[];return Ee(e,function(e,r,o,i){var s=r+"-"+o;return e&&(t[s]=0),void 0!==i&&n.push({from:i,to:s}),s}),n.reverse(),n.forEach(function(e){void 0===t[e.from]?t[e.from]=1+t[e.to]:t[e.from]=Math.min(t[e.from],1+t[e.to])}),t}(i),a=[],u=[];Object.keys(s).forEach(function(e){s[e]>t&&a.push(e)}),Ee(i,function(e,t,n,r,o){var i=t+"-"+n;"available"===o.status&&-1!==a.indexOf(i)&&u.push(i)}),r._doCompaction(e,u,n)})}),Ye.prototype.compact=O("compact",function(e,t){"function"==typeof e&&(t=e,e={});var n=this;e=e||{},n._compactionQueue=n._compactionQueue||[],n._compactionQueue.push({opts:e,callback:t}),1===n._compactionQueue.length&&We(n)}),Ye.prototype._compact=function(e,t){var n=this,r={return_docs:!1,last_seq:e.last_seq||0},o=[];n.changes(r).on("change",function(e){o.push(n.compactDocument(e.id,0))}).on("complete",function(e){var r=e.last_seq;Promise.all(o).then(function(){return le(n,"_local/compaction",function(e){return(!e.last_seq||e.last_seq<r)&&(e.last_seq=r,e)})}).then(function(){t(null,{ok:!0})}).catch(t)}).on("error",t)},Ye.prototype.get=O("get",function(e,t,n){if("function"==typeof t&&(n=t,t={}),"string"!=typeof e)return n(H(R));if(Ke(e)&&"function"==typeof this._getLocal)return this._getLocal(e,n);var r=[],o=this;function i(){var i=[],s=r.length;if(!s)return n(null,i);r.forEach(function(r){o.get(e,{rev:r,revs:t.revs,latest:t.latest,attachments:t.attachments,binary:t.binary},function(e,t){if(e)i.push({missing:r});else{for(var o,a=0,u=i.length;a<u;a++)if(i[a].ok&&i[a].ok._rev===t._rev){o=!0;break}o||i.push({ok:t})}--s||n(null,i)})})}if(!t.open_revs)return this._get(e,t,function(r,i){if(r)return r.docId=e,n(r);var s=i.doc,a=i.metadata,u=i.ctx;if(t.conflicts){var c=Le(a);c.length&&(s._conflicts=c)}if(Fe(a,s._rev)&&(s._deleted=!0),t.revs||t.revs_info){for(var f=s._rev.split("-"),l=parseInt(f[0],10),d=f[1],h=De(a.rev_tree),p=null,v=0;v<h.length;v++){var y=h[v],g=y.ids.map(function(e){return e.id}).indexOf(d);(g===l-1||!p&&-1!==g)&&(p=y)}if(!p)return(r=new Error("invalid rev tree")).docId=e,n(r);var _=p.ids.map(function(e){return e.id}).indexOf(s._rev.split("-")[1])+1,m=p.ids.length-_;if(p.ids.splice(_,m),p.ids.reverse(),t.revs&&(s._revisions={start:p.pos+p.ids.length-1,ids:p.ids.map(function(e){return e.id})}),t.revs_info){var b=p.pos+p.ids.length;s._revs_info=p.ids.map(function(e){return{rev:--b+"-"+e.id,status:e.opts.status}})}}if(t.attachments&&s._attachments){var w=s._attachments,k=Object.keys(w).length;if(0===k)return n(null,s);Object.keys(w).forEach(function(e){this._getAttachment(s._id,e,w[e],{rev:s._rev,binary:t.binary,ctx:u},function(t,r){var o=s._attachments[e];o.data=r,delete o.stub,delete o.length,--k||n(null,s)})},o)}else{if(s._attachments)for(var j in s._attachments)s._attachments.hasOwnProperty(j)&&(s._attachments[j].stub=!0);n(null,s)}});if("all"===t.open_revs)this._getRevisionTree(e,function(e,t){if(e)return n(e);r=Pe(t).map(function(e){return e.rev}),i()});else{if(!Array.isArray(t.open_revs))return n(H(F,"function_clause"));r=t.open_revs;for(var s=0;s<r.length;s++){var a=r[s];if("string"!=typeof a||!/^\d+-/.test(a))return n(H(W))}i()}}),Ye.prototype.getAttachment=O("getAttachment",function(e,t,n,r){var o=this;n instanceof Function&&(r=n,n={}),this._get(e,n,function(i,s){return i?r(i):s.doc._attachments&&s.doc._attachments[t]?(n.ctx=s.ctx,n.binary=!0,void o._getAttachment(e,t,s.doc._attachments[t],n,r)):r(H(B))})}),Ye.prototype.allDocs=O("allDocs",function(e,t){if("function"==typeof e&&(t=e,e={}),e.skip=void 0!==e.skip?e.skip:0,e.start_key&&(e.startkey=e.start_key),e.end_key&&(e.endkey=e.end_key),"keys"in e){if(!Array.isArray(e.keys))return t(new TypeError("options.keys must be an array"));var n=["startkey","endkey","key"].filter(function(t){return t in e})[0];if(n)return void t(H(J,"Query parameter `"+n+"` is not compatible with multi-get"));if(!ne(this)&&(function(e){var t="limit"in e?e.keys.slice(e.skip,e.limit+e.skip):e.skip>0?e.keys.slice(e.skip):e.keys;e.keys=t,e.skip=0,delete e.limit,e.descending&&(t.reverse(),e.descending=!1)}(e),0===e.keys.length))return this._allDocs({limit:0},t)}return this._allDocs(e,t)}),Ye.prototype.changes=function(e,t){return"function"==typeof e&&(t=e,e={}),(e=e||{}).return_docs="return_docs"in e?e.return_docs:!e.live,new Je(this,e,t)},Ye.prototype.close=O("close",function(e){return this._closed=!0,this.emit("closed"),this._close(e)}),Ye.prototype.info=O("info",function(e){var t=this;this._info(function(n,r){if(n)return e(n);r.db_name=r.db_name||t.name,r.auto_compaction=!(!t.auto_compaction||ne(t)),r.adapter=t.adapter,e(null,r)})}),Ye.prototype.id=O("id",function(e){return this._id(e)}),Ye.prototype.type=function(){return"function"==typeof this._type?this._type():this.adapter},Ye.prototype.bulkDocs=O("bulkDocs",function(e,t,n){if("function"==typeof t&&(n=t,t={}),t=t||{},Array.isArray(e)&&(e={docs:e}),!e||!e.docs||!Array.isArray(e.docs))return n(H(T));for(var r=0;r<e.docs.length;++r)if("object"!=typeof e.docs[r]||Array.isArray(e.docs[r]))return n(H(G));var o;if(e.docs.forEach(function(e){e._attachments&&Object.keys(e._attachments).forEach(function(t){o=o||function(e){return"_"===e.charAt(0)&&e+" is not a valid attachment name, attachment names cannot start with '_'"}(t),e._attachments[t].content_type||P("warn","Attachment",t,"on document",e._id,"is missing content_type")})}),o)return n(H(V,o));"new_edits"in t||(t.new_edits=!("new_edits"in e)||e.new_edits);var i=this;t.new_edits||ne(i)||e.docs.sort(Qe),function(e){for(var t=0;t<e.length;t++){var n=e[t];if(n._deleted)delete n._attachments;else if(n._attachments)for(var r=Object.keys(n._attachments),o=0;o<r.length;o++){var i=r[o];n._attachments[i]=A(n._attachments[i],["data","digest","content_type","length","revpos","stub"])}}}(e.docs);var s=e.docs.map(function(e){return e._id});return this._bulkDocs(e,t,function(e,r){if(e)return n(e);if(t.new_edits||(r=r.filter(function(e){return e.error})),!ne(i))for(var o=0,a=r.length;o<a;o++)r[o].id=r[o].id||s[o];n(null,r)})}),Ye.prototype.registerDependentDatabase=O("registerDependentDatabase",function(e,t){var n=new this.constructor(e,this.__opts);le(this,"_local/_pouch_dependentDbs",function(t){return t.dependentDbs=t.dependentDbs||{},!t.dependentDbs[e]&&(t.dependentDbs[e]=!0,t)}).then(function(){t(null,{db:n})}).catch(t)}),Ye.prototype.destroy=O("destroy",function(e,t){"function"==typeof e&&(t=e,e={});var n=this,r=!("use_prefix"in n)||n.use_prefix;function o(){n._destroy(e,function(e,r){if(e)return t(e);n._destroyed=!0,n.emit("destroyed"),t(null,r||{ok:!0})})}if(ne(n))return o();n.get("_local/_pouch_dependentDbs",function(e,i){if(e)return 404!==e.status?t(e):o();var s=i.dependentDbs,a=n.constructor,u=Object.keys(s).map(function(e){var t=r?e.replace(new RegExp("^"+a.prefix),""):e;return new a(t,n.__opts).destroy()});Promise.all(u).then(o,t)})}),He.prototype.execute=function(){var e;if(this.failed)for(;e=this.queue.shift();)e(this.failed);else for(;e=this.queue.shift();)e()},He.prototype.fail=function(e){this.failed=e,this.execute()},He.prototype.ready=function(e){this.isReady=!0,this.db=e,this.execute()},He.prototype.addTask=function(e){this.queue.push(e),this.failed&&this.execute()},l(Xe,Ye);var Ze="undefined"!=typeof AbortController?AbortController:function(){return{abort:function(){}}},et=fetch,tt=Headers;Xe.adapters={},Xe.preferredAdapters=[],Xe.prefix="_pouch_";var nt=new d;function rt(e,t){for(var n=e,r=0,o=t.length;r<o&&(n=n[t[r]]);r++);return n}function ot(e){for(var t=[],n="",r=0,o=e.length;r<o;r++){var i=e[r];"."===i?r>0&&"\\"===e[r-1]?n=n.substring(0,n.length-1)+".":(t.push(n),n=""):n+=i}return t.push(n),t}!function(e){Object.keys(d.prototype).forEach(function(t){"function"==typeof d.prototype[t]&&(e[t]=nt[t].bind(nt))});var t=e._destructionListeners=new i;e.on("ref",function(e){t.has(e.name)||t.set(e.name,[]),t.get(e.name).push(e)}),e.on("unref",function(e){if(t.has(e.name)){var n=t.get(e.name),r=n.indexOf(e);r<0||(n.splice(r,1),n.length>1?t.set(e.name,n):t.delete(e.name))}}),e.on("destroyed",function(e){if(t.has(e)){var n=t.get(e);t.delete(e),n.forEach(function(e){e.emit("destroyed",!0)})}})}(Xe),Xe.adapter=function(e,t,n){t.valid()&&(Xe.adapters[e]=t,n&&Xe.preferredAdapters.push(e))},Xe.plugin=function(e){if("function"==typeof e)e(Xe);else{if("object"!=typeof e||0===Object.keys(e).length)throw new Error('Invalid plugin: got "'+e+'", expected an object or a function');Object.keys(e).forEach(function(t){Xe.prototype[t]=e[t]})}return this.__defaults&&(Xe.__defaults=$({},this.__defaults)),Xe},Xe.defaults=function(e){function t(e,n){if(!(this instanceof t))return new t(e,n);n=n||{},e&&"object"==typeof e&&(e=(n=e).name,delete n.name),n=$({},t.__defaults,n),Xe.call(this,e,n)}return l(t,Xe),t.preferredAdapters=Xe.preferredAdapters.slice(),Object.keys(Xe).forEach(function(e){e in t||(t[e]=Xe[e])}),t.__defaults=$({},this.__defaults,e),t},Xe.fetch=function(e,t){return et(e,t)};var it=["$or","$nor","$not"];function st(e){return it.indexOf(e)>-1}function at(e){return Object.keys(e)[0]}function ut(e){var t={};return e.forEach(function(e){Object.keys(e).forEach(function(n){var r=e[n];if("object"!=typeof r&&(r={$eq:r}),st(n))t[n]=r instanceof Array?r.map(function(e){return ut([e])}):ut([r]);else{var o=t[n]=t[n]||{};Object.keys(r).forEach(function(e){var t=r[e];return"$gt"===e||"$gte"===e?function(e,t,n){void 0===n.$eq&&(void 0!==n.$gte?"$gte"===e?t>n.$gte&&(n.$gte=t):t>=n.$gte&&(delete n.$gte,n.$gt=t):void 0!==n.$gt?"$gte"===e?t>n.$gt&&(delete n.$gt,n.$gte=t):t>n.$gt&&(n.$gt=t):n[e]=t)}(e,t,o):"$lt"===e||"$lte"===e?function(e,t,n){void 0===n.$eq&&(void 0!==n.$lte?"$lte"===e?t<n.$lte&&(n.$lte=t):t<=n.$lte&&(delete n.$lte,n.$lt=t):void 0!==n.$lt?"$lte"===e?t<n.$lt&&(delete n.$lt,n.$lte=t):t<n.$lt&&(n.$lt=t):n[e]=t)}(e,t,o):"$ne"===e?function(e,t){"$ne"in t?t.$ne.push(e):t.$ne=[e]}(t,o):"$eq"===e?function(e,t){delete t.$gt,delete t.$gte,delete t.$lt,delete t.$lte,delete t.$ne,t.$eq=e}(t,o):void(o[e]=t)})}})}),t}function ct(e){for(var t in e){if(Array.isArray(e))for(var n in e)e[n].$and&&(e[n]=ut(e[n].$and));var r=e[t];"object"==typeof r&&ct(r)}return e}function ft(e,t){for(var n in e){"$and"===n&&(t=!0);var r=e[n];"object"==typeof r&&(t=ft(r,t))}return t}function lt(e){var t=w(e),n=!1;ft(t,!1)&&("$and"in(t=ct(t))&&(t=ut(t.$and)),n=!0),["$or","$nor"].forEach(function(e){e in t&&t[e].forEach(function(e){for(var t=Object.keys(e),n=0;n<t.length;n++){var r=t[n],o=e[r];"object"==typeof o&&null!==o||(e[r]={$eq:o})}})}),"$not"in t&&(t.$not=ut([t.$not]));for(var r=Object.keys(t),o=0;o<r.length;o++){var i=r[o],s=t[i];"object"!=typeof s||null===s?s={$eq:s}:"$ne"in s&&!n&&(s.$ne=[s.$ne]),t[i]=s}return t}function dt(e,t){if(e===t)return 0;e=ht(e),t=ht(t);var n=gt(e),r=gt(t);if(n-r!==0)return n-r;switch(typeof e){case"number":return e-t;case"boolean":return e<t?-1:1;case"string":return function(e,t){return e===t?0:e>t?1:-1}(e,t)}return Array.isArray(e)?function(e,t){for(var n=Math.min(e.length,t.length),r=0;r<n;r++){var o=dt(e[r],t[r]);if(0!==o)return o}return e.length===t.length?0:e.length>t.length?1:-1}(e,t):function(e,t){for(var n=Object.keys(e),r=Object.keys(t),o=Math.min(n.length,r.length),i=0;i<o;i++){var s=dt(n[i],r[i]);if(0!==s)return s;if(0!==(s=dt(e[n[i]],t[r[i]])))return s}return n.length===r.length?0:n.length>r.length?1:-1}(e,t)}function ht(e){switch(typeof e){case"undefined":return null;case"number":return e===1/0||e===-1/0||isNaN(e)?null:e;case"object":var t=e;if(Array.isArray(e)){var n=e.length;e=new Array(n);for(var r=0;r<n;r++)e[r]=ht(t[r])}else{if(e instanceof Date)return e.toJSON();if(null!==e)for(var o in e={},t)if(t.hasOwnProperty(o)){var i=t[o];void 0!==i&&(e[o]=ht(i))}}}return e}function pt(e){return gt(e=ht(e))+""+function(e){if(null!==e)switch(typeof e){case"boolean":return e?1:0;case"number":return function(e){if(0===e)return"1";var t,n=e.toExponential().split(/e\+?/),r=parseInt(n[1],10),o=e<0,i=o?"0":"2",s=function(e,t){for(var n="",r=3-e.length;n.length<r;)n+=t;return n}(t=((o?-r:r)- -324).toString(),"0")+t;i+=""+s;var a=Math.abs(parseFloat(n[0]));o&&(a=10-a);var u=a.toFixed(20);return i+""+u.replace(/\.?0+$/,"")}(e);case"string":return e.replace(/\u0002/g,"").replace(/\u0001/g,"").replace(/\u0000/g,"");case"object":var t=Array.isArray(e),n=t?e:Object.keys(e),r=-1,o=n.length,i="";if(t)for(;++r<o;)i+=pt(n[r]);else for(;++r<o;){var s=n[r];i+=pt(s)+pt(e[s])}return i}return""}(e)+"\0"}function vt(e,t){var n,r=t;if("1"===e[t])n=0,t++;else{var o="0"===e[t];t++;var i="",s=e.substring(t,t+3),a=parseInt(s,10)+-324;for(o&&(a=-a),t+=3;;){var u=e[t];if("\0"===u)break;i+=u,t++}n=1===(i=i.split(".")).length?parseInt(i,10):parseFloat(i[0]+"."+i[1]),o&&(n-=10),0!==a&&(n=parseFloat(n+"e"+a))}return{num:n,length:t-r}}function yt(e,t){var n=e.pop();if(t.length){var r=t[t.length-1];n===r.element&&(t.pop(),r=t[t.length-1]);var o=r.element,i=r.index;Array.isArray(o)?o.push(n):i===e.length-2?o[e.pop()]=n:e.push(n)}}function gt(e){var t=["boolean","number","string","object"].indexOf(typeof e);return~t?null===e?1:Array.isArray(e)?5:t<3?t+2:t+3:Array.isArray(e)?5:void 0}function _t(e,t,n){return n.every(function(n){var r=t[n],o=ot(n),i=rt(e,o);return st(n)?function(e,t,n){return"$or"===e?t.some(function(e){return _t(n,e,Object.keys(e))}):"$not"===e?!_t(n,t,Object.keys(t)):!t.find(function(e){return _t(n,e,Object.keys(e))})}(n,r,e):mt(r,e,o,i)})}function mt(e,t,n,r){return!e||("object"==typeof e?Object.keys(e).every(function(o){var i=e[o];return function(e,t,n,r,o){if(!jt[e])throw new Error('unknown operator "'+e+'" - should be one of $eq, $lte, $lt, $gt, $gte, $exists, $ne, $in, $nin, $size, $mod, $regex, $elemMatch, $type, $allMatch or $all');return jt[e](t,n,r,o)}(o,t,i,n,r)}):e===r)}function bt(e){return null!=e}function wt(e){return void 0!==e}function kt(e,t){return t.some(function(t){return e instanceof Array?e.indexOf(t)>-1:e===t})}var jt={$elemMatch:function(e,t,n,r){return!!Array.isArray(r)&&0!==r.length&&("object"==typeof r[0]?r.some(function(e){return _t(e,t,Object.keys(t))}):r.some(function(r){return mt(t,e,n,r)}))},$allMatch:function(e,t,n,r){return!!Array.isArray(r)&&0!==r.length&&("object"==typeof r[0]?r.every(function(e){return _t(e,t,Object.keys(t))}):r.every(function(r){return mt(t,e,n,r)}))},$eq:function(e,t,n,r){return wt(r)&&0===dt(r,t)},$gte:function(e,t,n,r){return wt(r)&&dt(r,t)>=0},$gt:function(e,t,n,r){return wt(r)&&dt(r,t)>0},$lte:function(e,t,n,r){return wt(r)&&dt(r,t)<=0},$lt:function(e,t,n,r){return wt(r)&&dt(r,t)<0},$exists:function(e,t,n,r){return t?wt(r):!wt(r)},$mod:function(e,t,n,r){return bt(r)&&function(e,t){var n=t[0],r=t[1];if(0===n)throw new Error("Bad divisor, cannot divide by zero");if(parseInt(n,10)!==n)throw new Error("Divisor is not an integer");if(parseInt(r,10)!==r)throw new Error("Modulus is not an integer");return parseInt(e,10)===e&&e%n===r}(r,t)},$ne:function(e,t,n,r){return t.every(function(e){return 0!==dt(r,e)})},$in:function(e,t,n,r){return bt(r)&&kt(r,t)},$nin:function(e,t,n,r){return bt(r)&&!kt(r,t)},$size:function(e,t,n,r){return bt(r)&&function(e,t){return e.length===t}(r,t)},$all:function(e,t,n,r){return Array.isArray(r)&&function(e,t){return t.every(function(t){return e.indexOf(t)>-1})}(r,t)},$regex:function(e,t,n,r){return bt(r)&&function(e,t){return new RegExp(t).test(e)}(r,t)},$type:function(e,t,n,r){return function(e,t){switch(t){case"null":return null===e;case"boolean":return"boolean"==typeof e;case"number":return"number"==typeof e;case"string":return"string"==typeof e;case"array":return e instanceof Array;case"object":return"[object Object]"==={}.toString.call(e)}throw new Error(t+" not supported as a type.Please use one of object, string, array, number, boolean or null.")}(r,t)}};function Ot(e,t){if(e.selector&&e.filter&&"_selector"!==e.filter){var n="string"==typeof e.filter?e.filter:"function";return t(new Error('selector invalid for filter "'+n+'"'))}t()}function At(e){e.view&&!e.filter&&(e.filter="_view"),e.selector&&!e.filter&&(e.filter="_selector"),e.filter&&"string"==typeof e.filter&&("_view"===e.filter?e.view=oe(e.view):e.filter=oe(e.filter))}function qt(e,t){return t.filter&&"string"==typeof t.filter&&!t.doc_ids&&!ne(e.db)}function St(e,t){var n=t.complete;if("_view"===t.filter){if(!t.view||"string"!=typeof t.view){var r=H(V,"`view` filter parameter not found or invalid.");return n(r)}var o=re(t.view);e.db.get("_design/"+o[0],function(r,i){if(e.isCancelled)return n(null,{status:"cancelled"});if(r)return n(X(r));var s=i&&i.views&&i.views[o[1]]&&i.views[o[1]].map;if(!s)return n(H(B,i.views?"missing json key: "+o[1]:"missing json key: views"));t.filter=fe(["return function(doc) {",' "use strict";'," var emitted = false;"," var emit = function (a, b) {"," emitted = true;"," };"," var view = "+s+";"," view(doc);"," if (emitted) {"," return true;"," }","};"].join("\n"),{}),e.doChanges(t)})}else if(t.selector)t.filter=function(e){return function(e,t){if("object"!=typeof t)throw new Error("Selector error: expected a JSON object");var n=function(e,t,n){if(e=e.filter(function(e){return _t(e.doc,t.selector,n)}),t.sort){var r=function(e){function t(t){return e.map(function(e){var n=ot(at(e));return rt(t,n)})}return function(e,n){var r,o,i=dt(t(e.doc),t(n.doc));return 0!==i?i:(r=e.doc._id)<(o=n.doc._id)?-1:r>o?1:0}}(t.sort);e=e.sort(r),"string"!=typeof t.sort[0]&&"desc"===(o=t.sort[0])[at(o)]&&(e=e.reverse())}var o;if("limit"in t||"skip"in t){var i=t.skip||0,s=("limit"in t?t.limit:e.length)+i;e=e.slice(i,s)}return e}([{doc:e}],{selector:t=lt(t)},Object.keys(t));return n&&1===n.length}(e,t.selector)},e.doChanges(t);else{var i=re(t.filter);e.db.get("_design/"+i[0],function(r,o){if(e.isCancelled)return n(null,{status:"cancelled"});if(r)return n(X(r));var s=o&&o.filters&&o.filters[i[1]];if(!s)return n(H(B,o&&o.filters?"missing json key: "+i[1]:"missing json key: filters"));t.filter=fe('"use strict";\nreturn '+s+";",{}),e.doChanges(t)})}}function xt(e){return e.reduce(function(e,t){return e[t]=!0,e},{})}Xe.plugin(function(e){e._changesFilterPlugin={validate:Ot,normalize:At,shouldFilter:qt,filter:St}}),Xe.version="7.2.2";var Et=xt(["_id","_rev","_attachments","_deleted","_revisions","_revs_info","_conflicts","_deleted_conflicts","_local_seq","_rev_tree","_replication_id","_replication_state","_replication_state_time","_replication_state_reason","_replication_stats","_removed"]),Ct=xt(["_attachments","_replication_id","_replication_state","_replication_state_time","_replication_state_reason","_replication_stats"]);function Pt(e){if(!/^\d+-/.test(e))return H(W);var t=e.indexOf("-"),n=e.substring(0,t),r=e.substring(t+1);return{prefix:parseInt(n,10),id:r}}function Lt(e,t,n){var r,o,i;n||(n={deterministic_revs:!0});var s={status:"available"};if(e._deleted&&(s.deleted=!0),t)if(e._id||(e._id=Se()),o=qe(e,n.deterministic_revs),e._rev){if((i=Pt(e._rev)).error)return i;e._rev_tree=[{pos:i.prefix,ids:[i.id,{status:"missing"},[[o,s,[]]]]}],r=i.prefix+1}else e._rev_tree=[{pos:1,ids:[o,s,[]]}],r=1;else if(e._revisions&&(e._rev_tree=function(e,t){for(var n=e.start-e.ids.length+1,r=e.ids,o=[r[0],t,[]],i=1,s=r.length;i<s;i++)o=[r[i],{status:"missing"},[o]];return[{pos:n,ids:o}]}(e._revisions,s),r=e._revisions.start,o=e._revisions.ids[0]),!e._rev_tree){if((i=Pt(e._rev)).error)return i;r=i.prefix,o=i.id,e._rev_tree=[{pos:r,ids:[o,s,[]]}]}te(e._id),e._rev=r+"-"+o;var a={metadata:{},data:{}};for(var u in e)if(Object.prototype.hasOwnProperty.call(e,u)){var c="_"===u[0];if(c&&!Et[u]){var f=H(z,u);throw f.message=z.message+": "+u,f}c&&!Ct[u]?a.metadata[u.slice(1)]=e[u]:a.data[u]=e[u]}return a}function Dt(e,t,n){if(e.stub)return n();"string"==typeof e.data?function(e,t,n){var r=function(e){try{return de(e)}catch(e){return{error:H(K,"Attachment is not a valid base64 string")}}}(e.data);if(r.error)return n(r.error);e.length=r.length,e.data="blob"===t?ye(r,e.content_type):"base64"===t?he(r):r,Oe(r,function(t){e.digest="md5-"+t,n()})}(e,t,n):function(e,t,n){Oe(e.data,function(r){e.digest="md5-"+r,e.length=e.data.size||e.data.length||0,"binary"===t?me(e.data,function(t){e.data=t,n()}):"base64"===t?be(e.data,function(t){e.data=t,n()}):n()})}(e,t,n)}function $t(e,t,n,r,o,s,a,u,c){e=e||1e3;var f=u.new_edits,l=new i,d=0,h=t.length;function p(){++d===h&&c&&c()}t.forEach(function(e,t){if(e._id&&Ke(e._id)){var r=e._deleted?"_removeLocal":"_putLocal";n[r](e,{ctx:o},function(e,n){s[t]=e||n,p()})}else{var i=e.metadata.id;l.has(i)?(h--,l.get(i).push([e,t])):l.set(i,[[e,t]])}}),l.forEach(function(t,n){var o=0;function i(){++o<t.length?c():p()}function c(){var c=t[o],l=c[0],d=c[1];if(r.has(n))!function(e,t,n,r,o,i,s,a){if(function(e,t){for(var n,r=e.slice(),o=t.split("-"),i=parseInt(o[0],10),s=o[1];n=r.pop();){if(n.pos===i&&n.ids[0]===s)return!0;for(var a=n.ids[2],u=0,c=a.length;u<c;u++)r.push({pos:n.pos+1,ids:a[u]})}return!1}(t.rev_tree,n.metadata.rev)&&!a)return r[o]=n,i();var u=t.winningRev||xe(t),c="deleted"in t?t.deleted:Fe(t,u),f="deleted"in n.metadata?n.metadata.deleted:Fe(n.metadata),l=/^1-/.test(n.metadata.rev);if(c&&!f&&a&&l){var d=n.data;d._rev=u,d._id=n.metadata.id,n=Lt(d,a)}var h=Ue(t.rev_tree,n.metadata.rev_tree[0],e);if(a&&(c&&f&&"new_leaf"!==h.conflicts||!c&&"new_leaf"!==h.conflicts||c&&!f&&"new_branch"===h.conflicts)){var p=H(M);return r[o]=p,i()}var v=n.metadata.rev;n.metadata.rev_tree=h.tree,n.stemmedRevs=h.stemmedRevs||[],t.rev_map&&(n.metadata.rev_map=t.rev_map);var y=xe(n.metadata),g=Fe(n.metadata,y),_=c===g?0:c<g?-1:1;s(n,y,g,v===y?g:Fe(n.metadata,v),!0,_,o,i)}(e,r.get(n),l,s,d,i,a,f);else{var h=Ue([],l.metadata.rev_tree[0],e);l.metadata.rev_tree=h.tree,l.stemmedRevs=h.stemmedRevs||[],function(e,t,n){var r=xe(e.metadata),o=Fe(e.metadata,r);if("was_delete"in u&&o)return s[t]=H(B,"deleted"),n();if(f&&function(e){return"missing"===e.metadata.rev_tree[0].ids[1].status}(e)){var i=H(M);return s[t]=i,n()}a(e,r,o,o,!1,o?0:1,t,n)}(l,d,i)}}c()})}var It="document-store",Tt="by-sequence",Bt="attach-store",Mt="attach-seq-store",Rt="meta-store",Ut="local-store",Nt="detect-blob-support";function Ft(e){try{return JSON.stringify(e)}catch(t){return c.stringify(e)}}function Kt(e){return function(t){var n="unknown_error";t.target&&t.target.error&&(n=t.target.error.name||t.target.error.message),e(H(Q,n,t.type))}}function Jt(e,t,n){return{data:Ft(e),winningRev:t,deletedOrLocal:n?"1":"0",seq:e.seq,id:e.id}}function zt(e){if(!e)return null;var t=function(e){try{return JSON.parse(e)}catch(t){return c.parse(e)}}(e.data);return t.winningRev=e.winningRev,t.deleted="1"===e.deletedOrLocal,t.seq=e.seq,t}function Vt(e){if(!e)return e;var t=e._doc_id_rev.lastIndexOf(":");return e._id=e._doc_id_rev.substring(0,t-1),e._rev=e._doc_id_rev.substring(t+1),delete e._doc_id_rev,e}function Gt(e,t,n,r){n?r(e?"string"!=typeof e?e:ge(e,t):pe([""],{type:t})):e?"string"!=typeof e?_e(e,function(e){r(he(e))}):r(e):r("")}function Qt(e,t,n,r){var o=Object.keys(e._attachments||{});if(!o.length)return r&&r();var i=0;function s(){++i===o.length&&r&&r()}o.forEach(function(r){t.attachments&&t.include_docs?function(e,t){var r=e._attachments[t],o=r.digest;n.objectStore(Bt).get(o).onsuccess=function(e){r.body=e.target.result.body,s()}}(e,r):(e._attachments[r].stub=!0,s())})}function Wt(e,t){return Promise.all(e.map(function(e){if(e.doc&&e.doc._attachments){var n=Object.keys(e.doc._attachments);return Promise.all(n.map(function(n){var r=e.doc._attachments[n];if("body"in r){var o=r.body,i=r.content_type;return new Promise(function(s){Gt(o,i,t,function(t){e.doc._attachments[n]=$(A(r,["digest","content_type"]),{data:t}),s()})})}}))}}))}function Yt(e,t,n){var r=[],o=n.objectStore(Tt),i=n.objectStore(Bt),s=n.objectStore(Mt),a=e.length;function u(){--a||r.length&&r.forEach(function(e){s.index("digestSeq").count(IDBKeyRange.bound(e+"::",e+"::￿",!1,!1)).onsuccess=function(t){t.target.result||i.delete(e)}})}e.forEach(function(e){var n=o.index("_doc_id_rev"),i=t+"::"+e;n.getKey(i).onsuccess=function(e){var t=e.target.result;if("number"!=typeof t)return u();o.delete(t),s.index("seq").openCursor(IDBKeyRange.only(t)).onsuccess=function(e){var t=e.target.result;if(t){var n=t.value.digestSeq.split("::")[0];r.push(n),s.delete(t.primaryKey),t.continue()}else u()}}})}function Ht(e,t,n){try{return{txn:e.transaction(t,n)}}catch(e){return{error:e}}}var Xt=new C;function Zt(e,t,n,r,o,s){for(var a,u,c,f,l,d,h,p,v=t.docs,y=0,g=v.length;y<g;y++){var _=v[y];_._id&&Ke(_._id)||(_=v[y]=Lt(_,n.new_edits,e)).error&&!h&&(h=_)}if(h)return s(h);var m=!1,b=0,w=new Array(v.length),k=new i,j=!1,O=r._meta.blobSupport?"blob":"base64";function A(){m=!0,q()}function q(){p&&m&&(p.docCount+=b,d.put(p))}function S(){j||(Xt.notify(r._meta.name),s(null,w))}function x(e,t,n,r,o,i,s,a){e.metadata.winningRev=t,e.metadata.deleted=n;var u=e.data;if(u._id=e.metadata.id,u._rev=e.metadata.rev,r&&(u._deleted=!0),u._attachments&&Object.keys(u._attachments).length)return function(e,t,n,r,o,i){var s=e.data,a=0,u=Object.keys(s._attachments);function c(){a===u.length&&E(e,t,n,r,o,i)}function l(){a++,c()}u.forEach(function(n){var r=e.data._attachments[n];if(r.stub)a++,c();else{var o=r.data;delete r.data,r.revpos=parseInt(t,10),function(e,t,n){f.count(e).onsuccess=function(r){if(r.target.result)return n();var o={digest:e,body:t};f.put(o).onsuccess=n}}(r.digest,o,l)}})}(e,t,n,o,s,a);b+=i,q(),E(e,t,n,o,s,a)}function E(e,t,n,o,i,s){var f=e.data,d=e.metadata;function h(i){var s=e.stemmedRevs||[];o&&r.auto_compaction&&(s=s.concat(function(e){var t=[];return Ee(e.rev_tree,function(e,n,r,o,i){"available"!==i.status||e||(t.push(n+"-"+r),i.status="missing")}),t}(e.metadata))),s&&s.length&&Yt(s,e.metadata.id,a),d.seq=i.target.result;var c=Jt(d,t,n);u.put(c).onsuccess=p}function p(){w[i]={ok:!0,id:d.id,rev:d.rev},k.set(e.metadata.id,e.metadata),function(e,t,n){var r=0,o=Object.keys(e.data._attachments||{});if(!o.length)return n();function i(){++r===o.length&&n()}function s(n){var r=e.data._attachments[n].digest,o=l.put({seq:t,digestSeq:r+"::"+t});o.onsuccess=i,o.onerror=function(e){e.preventDefault(),e.stopPropagation(),i()}}for(var a=0;a<o.length;a++)s(o[a])}(e,d.seq,s)}f._doc_id_rev=d.id+"::"+d.rev,delete f._id,delete f._rev;var v=c.put(f);v.onsuccess=h,v.onerror=function(e){e.preventDefault(),e.stopPropagation(),c.index("_doc_id_rev").getKey(f._doc_id_rev).onsuccess=function(e){c.put(f,e.target.result).onsuccess=h}}}!function(e,t,n){if(!e.length)return n();var r,o=0;function i(){o++,e.length===o&&(r?n(r):n())}e.forEach(function(e){var n=e.data&&e.data._attachments?Object.keys(e.data._attachments):[],o=0;if(!n.length)return i();function s(e){r=e,++o===n.length&&i()}for(var a in e.data._attachments)e.data._attachments.hasOwnProperty(a)&&Dt(e.data._attachments[a],t,s)})}(v,O,function(t){if(t)return s(t);!function(){var t=Ht(o,[It,Tt,Bt,Ut,Mt,Rt],"readwrite");if(t.error)return s(t.error);(a=t.txn).onabort=Kt(s),a.ontimeout=Kt(s),a.oncomplete=S,u=a.objectStore(It),c=a.objectStore(Tt),f=a.objectStore(Bt),l=a.objectStore(Mt),(d=a.objectStore(Rt)).get(Rt).onsuccess=function(e){p=e.target.result,q()},function(e){var t=[];if(v.forEach(function(e){e.data&&e.data._attachments&&Object.keys(e.data._attachments).forEach(function(n){var r=e.data._attachments[n];r.stub&&t.push(r.digest)})}),!t.length)return e();var n,r=0;function o(){++r===t.length&&e(n)}t.forEach(function(e){!function(e,t){f.get(e).onsuccess=function(n){if(n.target.result)t();else{var r=H(Y,"unknown stub attachment with digest "+e);r.status=412,t(r)}}}(e,function(e){e&&!n&&(n=e),o()})})}(function(t){if(t)return j=!0,s(t);!function(){if(v.length)for(var t=0,o=0,i=v.length;o<i;o++){var s=v[o];s._id&&Ke(s._id)?c():u.get(s.metadata.id).onsuccess=f}function c(){++t===v.length&&$t(e.revs_limit,v,r,k,a,w,x,n,A)}function f(e){var t=zt(e.target.result);t&&k.set(t.id,t),c()}}()})}()})}function en(e,t,n,r,o){var i,s,a;function u(e){s=e.target.result,i&&o(i,s,a)}function c(e){i=e.target.result,s&&o(i,s,a)}function f(e){var t=e.target.result;if(!t)return o();o([t.key],[t.value],t)}-1===r&&(r=1e3),"function"==typeof e.getAll&&"function"==typeof e.getAllKeys&&r>1&&!n?(a={continue:function(){if(!i.length)return o();var n,a=i[i.length-1];if(t&&t.upper)try{n=IDBKeyRange.bound(a,t.upper,!0,t.upperOpen)}catch(e){if("DataError"===e.name&&0===e.code)return o()}else n=IDBKeyRange.lowerBound(a,!0);t=n,i=null,s=null,e.getAll(t,r).onsuccess=u,e.getAllKeys(t,r).onsuccess=c}},e.getAll(t,r).onsuccess=u,e.getAllKeys(t,r).onsuccess=c):n?e.openCursor(t,"prev").onsuccess=f:e.openCursor(t).onsuccess=f}function tn(e,t,n){var r,o,i="startkey"in e&&e.startkey,s="endkey"in e&&e.endkey,a="key"in e&&e.key,u="keys"in e&&e.keys,c=e.skip||0,f="number"==typeof e.limit?e.limit:-1,l=!1!==e.inclusive_end;if(!u&&(r=function(e,t,n,r,o){try{if(e&&t)return o?IDBKeyRange.bound(t,e,!n,!1):IDBKeyRange.bound(e,t,!1,!n);if(e)return o?IDBKeyRange.upperBound(e):IDBKeyRange.lowerBound(e);if(t)return o?IDBKeyRange.lowerBound(t,!n):IDBKeyRange.upperBound(t,!n);if(r)return IDBKeyRange.only(r)}catch(e){return{error:e}}return null}(i,s,l,a,e.descending),(o=r&&r.error)&&("DataError"!==o.name||0!==o.code)))return n(H(Q,o.name,o.message));var d=[It,Tt,Rt];e.attachments&&d.push(Bt);var h=Ht(t,d,"readonly");if(h.error)return n(h.error);var p=h.txn;p.oncomplete=function(){e.attachments?Wt(w,e.binary).then(A):A()},p.onabort=Kt(n);var v,y,g=p.objectStore(It),_=p.objectStore(Tt),m=p.objectStore(Rt),b=_.index("_doc_id_rev"),w=[];function k(t,n){var r={id:n.id,key:n.id,value:{rev:t}};n.deleted?u&&(w.push(r),r.value.deleted=!0,r.doc=null):c--<=0&&(w.push(r),e.include_docs&&function(t,n,r){var o=t.id+"::"+r;b.get(o).onsuccess=function(r){if(n.doc=Vt(r.target.result)||{},e.conflicts){var o=Le(t);o.length&&(n.doc._conflicts=o)}Qt(n.doc,e,p)}}(n,r,t))}function j(e){for(var t=0,n=e.length;t<n&&w.length!==f;t++){var r=e[t];if(r.error&&u)w.push(r);else{var o=zt(r);k(o.winningRev,o)}}}function O(e,t,n){n&&(j(t),w.length<f&&n.continue())}function A(){var t={total_rows:v,offset:e.skip,rows:w};e.update_seq&&void 0!==y&&(t.update_seq=y),n(null,t)}return m.get(Rt).onsuccess=function(e){v=e.target.result.docCount},e.update_seq&&function(e){e.openCursor(null,"prev").onsuccess=function(e){var t=e.target.result,n=void 0;return t&&t.key&&(n=t.key),function(e){e.target.result&&e.target.result.length>0&&(y=e.target.result[0])}({target:{result:[n]}})}}(_),o||0===f?void 0:u?function(e,t,n){var r=new Array(e.length),o=0;e.forEach(function(i,s){t.get(i).onsuccess=function(t){t.target.result?r[s]=t.target.result:r[s]={key:i,error:"not_found"},++o===e.length&&n(e,r,{})}})}(e.keys,g,O):-1===f?function(e,t,n){if("function"!=typeof e.getAll){var r=[];e.openCursor(t).onsuccess=function(e){var t=e.target.result;t?(r.push(t.value),t.continue()):n({target:{result:r}})}}else e.getAll(t).onsuccess=n}(g,r,function(t){var n=t.target.result;e.descending&&(n=n.reverse()),j(n)}):void en(g,r,e.descending,f+c,O)}var nn=!1,rn=[];function on(){!nn&&rn.length&&(nn=!0,rn.shift()())}function sn(e,t,n,r){if((e=w(e)).continuous){var s=n+":"+Se();return Xt.addListener(n,s,t,e),Xt.notify(n),{cancel:function(){Xt.removeListener(n,s)}}}var a=e.doc_ids&&new o(e.doc_ids);e.since=e.since||0;var u=e.since,c="limit"in e?e.limit:-1;0===c&&(c=1);var f,l,d,h,p=[],v=0,y=Z(e),g=new i;function _(e,t,n,r){if(n.seq!==t)return r();if(n.winningRev===e._rev)return r(n,e);var o=e._id+"::"+n.winningRev;h.get(o).onsuccess=function(e){r(n,Vt(e.target.result))}}function m(){e.complete(null,{results:p,last_seq:u})}var b=[It,Tt];e.attachments&&b.push(Bt);var k=Ht(r,b,"readonly");if(k.error)return e.complete(k.error);(f=k.txn).onabort=Kt(e.complete),f.oncomplete=function(){!e.continuous&&e.attachments?Wt(p).then(m):m()},l=f.objectStore(Tt),d=f.objectStore(It),h=l.index("_doc_id_rev"),en(l,e.since&&!e.descending?IDBKeyRange.lowerBound(e.since,!0):null,e.descending,c,function(t,n,r){if(r&&t.length){var o=new Array(t.length),i=new Array(t.length),s=0;n.forEach(function(n,u){!function(e,t,n){if(a&&!a.has(e._id))return n();var r=g.get(e._id);if(r)return _(e,t,r,n);d.get(e._id).onsuccess=function(o){r=zt(o.target.result),g.set(e._id,r),_(e,t,r,n)}}(Vt(n),t[u],function(n,a){i[u]=n,o[u]=a,++s===t.length&&function(){for(var t=[],n=0,s=o.length;n<s&&v!==c;n++){var a=o[n];if(a){var u=i[n];t.push(l(u,a))}}Promise.all(t).then(function(t){for(var n=0,r=t.length;n<r;n++)t[n]&&e.onChange(t[n])}).catch(e.complete),v!==c&&r.continue()}()})})}function l(t,n){var r=e.processChange(n,t,e);u=r.seq=t.seq;var o=y(r);return"object"==typeof o?Promise.reject(o):o?(v++,e.return_docs&&p.push(r),e.attachments&&e.include_docs?new Promise(function(t){Qt(n,e,f,function(){Wt([r],e.binary).then(function(){t(r)})})}):Promise.resolve(r)):Promise.resolve()}})}var an,un=new i,cn=new i;function fn(e,t){var n=this;!function(e,t,n){rn.push(function(){e(function(e,r){!function(e,t,n,r){try{e(t,n)}catch(t){r.emit("error",t)}}(t,e,r,n),nn=!1,s(function(){on()})})}),on()}(function(t){!function(e,t,n){var r=t.name,o=null;function i(e,t){var n=e.objectStore(It);n.createIndex("deletedOrLocal","deletedOrLocal",{unique:!1}),n.openCursor().onsuccess=function(e){var r=e.target.result;if(r){var o=r.value,i=Fe(o);o.deletedOrLocal=i?"1":"0",n.put(o),r.continue()}else t()}}function a(e,t){var n=e.objectStore(Ut),r=e.objectStore(It),o=e.objectStore(Tt);r.openCursor().onsuccess=function(e){var i=e.target.result;if(i){var s=i.value,a=s.id,u=Ke(a),c=xe(s);if(u){var f=a+"::"+c,l=a+"::",d=a+"::~",h=o.index("_doc_id_rev"),p=IDBKeyRange.bound(l,d,!1,!1),v=h.openCursor(p);v.onsuccess=function(e){if(v=e.target.result){var t=v.value;t._doc_id_rev===f&&n.put(t),o.delete(v.primaryKey),v.continue()}else r.delete(i.primaryKey),i.continue()}}else i.continue()}else t&&t()}}function u(e,t){var n=e.objectStore(Tt),r=e.objectStore(Bt),o=e.objectStore(Mt);r.count().onsuccess=function(e){if(!e.target.result)return t();n.openCursor().onsuccess=function(e){var n=e.target.result;if(!n)return t();for(var r=n.value,i=n.primaryKey,s=Object.keys(r._attachments||{}),a={},u=0;u<s.length;u++)a[r._attachments[s[u]].digest]=!0;var c=Object.keys(a);for(u=0;u<c.length;u++){var f=c[u];o.put({seq:i,digestSeq:f+"::"+i})}n.continue()}}}function c(e){var t=e.objectStore(Tt),n=e.objectStore(It);n.openCursor().onsuccess=function(e){var r=e.target.result;if(r){var o=function(e){return e.data?zt(e):(e.deleted="1"===e.deletedOrLocal,e)}(r.value);if(o.winningRev=o.winningRev||xe(o),o.seq)return i();!function(){var e=o.id+"::",n=o.id+"::￿",r=t.index("_doc_id_rev").openCursor(IDBKeyRange.bound(e,n)),s=0;r.onsuccess=function(e){var t=e.target.result;if(!t)return o.seq=s,i();var n=t.primaryKey;n>s&&(s=n),t.continue()}}()}function i(){var e=Jt(o,o.winningRev,o.deleted);n.put(e).onsuccess=function(){r.continue()}}}}e._meta=null,e._remote=!1,e.type=function(){return"idb"},e._id=j(function(t){t(null,e._meta.instanceId)}),e._bulkDocs=function(n,r,i){Zt(t,n,r,e,o,i)},e._get=function(e,t,n){var r,i,s,a=t.ctx;if(!a){var u=Ht(o,[It,Tt,Bt],"readonly");if(u.error)return n(u.error);a=u.txn}function c(){n(s,{doc:r,metadata:i,ctx:a})}a.objectStore(It).get(e).onsuccess=function(e){if(!(i=zt(e.target.result)))return s=H(B,"missing"),c();var n;if(t.rev)n=t.latest?function(e,t){for(var n,r=t.rev_tree.slice();n=r.pop();){var o=n.pos,i=n.ids,s=i[0],a=i[1],u=i[2],c=0===u.length,f=n.history?n.history.slice():[];if(f.push({id:s,pos:o,opts:a}),c)for(var l=0,d=f.length;l<d;l++){var h=f[l];if(h.pos+"-"+h.id===e)return o+"-"+s}for(var p=0,v=u.length;p<v;p++)r.push({pos:o+1,ids:u[p],history:f})}throw new Error("Unable to resolve latest revision for id "+t.id+", rev "+e)}(t.rev,i):t.rev;else if(n=i.winningRev,Fe(i))return s=H(B,"deleted"),c();var o=a.objectStore(Tt),u=i.id+"::"+n;o.index("_doc_id_rev").get(u).onsuccess=function(e){if((r=e.target.result)&&(r=Vt(r)),!r)return s=H(B,"missing"),c();c()}}},e._getAttachment=function(e,t,n,r,i){var s;if(r.ctx)s=r.ctx;else{var a=Ht(o,[It,Tt,Bt],"readonly");if(a.error)return i(a.error);s=a.txn}var u=n.digest,c=n.content_type;s.objectStore(Bt).get(u).onsuccess=function(e){Gt(e.target.result.body,c,r.binary,function(e){i(null,e)})}},e._info=function(t){var n,r,i=Ht(o,[Rt,Tt],"readonly");if(i.error)return t(i.error);var s=i.txn;s.objectStore(Rt).get(Rt).onsuccess=function(e){r=e.target.result.docCount},s.objectStore(Tt).openCursor(null,"prev").onsuccess=function(e){var t=e.target.result;n=t?t.key:0},s.oncomplete=function(){t(null,{doc_count:r,update_seq:n,idb_attachment_format:e._meta.blobSupport?"binary":"base64"})}},e._allDocs=function(e,t){tn(e,o,t)},e._changes=function(t){return sn(t,e,r,o)},e._close=function(e){o.close(),un.delete(r),e()},e._getRevisionTree=function(e,t){var n=Ht(o,[It],"readonly");if(n.error)return t(n.error);n.txn.objectStore(It).get(e).onsuccess=function(e){var n=zt(e.target.result);n?t(null,n.rev_tree):t(H(B))}},e._doCompaction=function(e,t,n){var r=Ht(o,[It,Tt,Bt,Mt],"readwrite");if(r.error)return n(r.error);var i=r.txn;i.objectStore(It).get(e).onsuccess=function(n){var r=zt(n.target.result);Ee(r.rev_tree,function(e,n,r,o,i){var s=n+"-"+r;-1!==t.indexOf(s)&&(i.status="missing")}),Yt(t,e,i);var o=r.winningRev,s=r.deleted;i.objectStore(It).put(Jt(r,o,s))},i.onabort=Kt(n),i.oncomplete=function(){n()}},e._getLocal=function(e,t){var n=Ht(o,[Ut],"readonly");if(n.error)return t(n.error);var r=n.txn.objectStore(Ut).get(e);r.onerror=Kt(t),r.onsuccess=function(e){var n=e.target.result;n?(delete n._doc_id_rev,t(null,n)):t(H(B))}},e._putLocal=function(e,t,n){"function"==typeof t&&(n=t,t={}),delete e._revisions;var r=e._rev,i=e._id;e._rev=r?"0-"+(parseInt(r.split("-")[1],10)+1):"0-1";var s,a=t.ctx;if(!a){var u=Ht(o,[Ut],"readwrite");if(u.error)return n(u.error);(a=u.txn).onerror=Kt(n),a.oncomplete=function(){s&&n(null,s)}}var c,f=a.objectStore(Ut);r?(c=f.get(i)).onsuccess=function(o){var i=o.target.result;i&&i._rev===r?f.put(e).onsuccess=function(){s={ok:!0,id:e._id,rev:e._rev},t.ctx&&n(null,s)}:n(H(M))}:((c=f.add(e)).onerror=function(e){n(H(M)),e.preventDefault(),e.stopPropagation()},c.onsuccess=function(){s={ok:!0,id:e._id,rev:e._rev},t.ctx&&n(null,s)})},e._removeLocal=function(e,t,n){"function"==typeof t&&(n=t,t={});var r,i=t.ctx;if(!i){var s=Ht(o,[Ut],"readwrite");if(s.error)return n(s.error);(i=s.txn).oncomplete=function(){r&&n(null,r)}}var a=e._id,u=i.objectStore(Ut),c=u.get(a);c.onerror=Kt(n),c.onsuccess=function(o){var i=o.target.result;i&&i._rev===e._rev?(u.delete(a),r={ok:!0,id:a,rev:"0-0"},t.ctx&&n(null,r)):n(H(B))}},e._destroy=function(e,t){Xt.removeAllListeners(r);var n=cn.get(r);n&&n.result&&(n.result.close(),un.delete(r));var o=indexedDB.deleteDatabase(r);o.onsuccess=function(){cn.delete(r),E()&&r in localStorage&&delete localStorage[r],t(null,{ok:!0})},o.onerror=Kt(t)};var f=un.get(r);if(f)return o=f.idb,e._meta=f.global,s(function(){n(null,e)});var l=indexedDB.open(r,5);cn.set(r,l),l.onupgradeneeded=function(e){var t=e.target.result;if(e.oldVersion<1)return function(e){var t=e.createObjectStore(It,{keyPath:"id"});e.createObjectStore(Tt,{autoIncrement:!0}).createIndex("_doc_id_rev","_doc_id_rev",{unique:!0}),e.createObjectStore(Bt,{keyPath:"digest"}),e.createObjectStore(Rt,{keyPath:"id",autoIncrement:!1}),e.createObjectStore(Nt),t.createIndex("deletedOrLocal","deletedOrLocal",{unique:!1}),e.createObjectStore(Ut,{keyPath:"_id"});var n=e.createObjectStore(Mt,{autoIncrement:!0});n.createIndex("seq","seq"),n.createIndex("digestSeq","digestSeq",{unique:!0})}(t);var n=e.currentTarget.transaction;e.oldVersion<3&&function(e){e.createObjectStore(Ut,{keyPath:"_id"}).createIndex("_doc_id_rev","_doc_id_rev",{unique:!0})}(t),e.oldVersion<4&&function(e){var t=e.createObjectStore(Mt,{autoIncrement:!0});t.createIndex("seq","seq"),t.createIndex("digestSeq","digestSeq",{unique:!0})}(t);var r=[i,a,u,c],o=e.oldVersion;!function e(){var t=r[o-1];o++,t&&t(n,e)}()},l.onsuccess=function(t){(o=t.target.result).onversionchange=function(){o.close(),un.delete(r)},o.onabort=function(e){P("error","Database has a global failure",e.target.error),o.close(),un.delete(r)};var i,s,a,u,c=o.transaction([Rt,Nt,It],"readwrite"),f=!1;function l(){void 0!==a&&f&&(e._meta={name:r,instanceId:u,blobSupport:a},un.set(r,{idb:o,global:e._meta}),n(null,e))}function d(){if(void 0!==s&&void 0!==i){var e=r+"_id";e in i?u=i[e]:i[e]=u=Se(),i.docCount=s,c.objectStore(Rt).put(i)}}c.objectStore(Rt).get(Rt).onsuccess=function(e){i=e.target.result||{id:Rt},d()},function(e){e.objectStore(It).index("deletedOrLocal").count(IDBKeyRange.only("0")).onsuccess=function(e){!function(e){s=e,d()}(e.target.result)}}(c),an||(an=function(e){return new Promise(function(t){var n=pe([""]),r=e.objectStore(Nt).put(n,"key");r.onsuccess=function(){var e=navigator.userAgent.match(/Chrome\/(\d+)/),n=navigator.userAgent.match(/Edge\//);t(n||!e||parseInt(e[1],10)>=43)},r.onerror=e.onabort=function(e){e.preventDefault(),e.stopPropagation(),t(!1)}}).catch(function(){return!1})}(c)),an.then(function(e){a=e,l()}),c.oncomplete=function(){f=!0,l()},c.onabort=Kt(n)},l.onerror=function(e){var t=e.target.error&&e.target.error.message;t?-1!==t.indexOf("stored database is a higher version")&&(t=new Error('This DB was created with the newer "indexeddb" adapter, but you are trying to open it with the older "idb" adapter')):t="Failed to open indexedDB, are you in private browsing mode?",P("error",t),n(H(Q,t))}}(n,e,t)},t,n.constructor)}fn.valid=function(){try{return"undefined"!=typeof indexedDB&&"undefined"!=typeof IDBKeyRange}catch(e){return!1}};var ln=5e3,dn={};function hn(e){var t=e.doc||e.ok,n=t&&t._attachments;n&&Object.keys(n).forEach(function(e){var t=n[e];t.data=ge(t.data,t.content_type)})}function pn(e){return/^_design/.test(e)?"_design/"+encodeURIComponent(e.slice(8)):/^_local/.test(e)?"_local/"+encodeURIComponent(e.slice(7)):encodeURIComponent(e)}function vn(e){return e._attachments&&Object.keys(e._attachments)?Promise.all(Object.keys(e._attachments).map(function(t){var n=e._attachments[t];if(n.data&&"string"!=typeof n.data)return new Promise(function(e){be(n.data,e)}).then(function(e){n.data=e})})):Promise.resolve()}function yn(e,t){return gn(e,e.db+"/"+t)}function gn(e,t){var n=e.path?"/":"";return e.protocol+"://"+e.host+(e.port?":"+e.port:"")+"/"+e.path+n+t}function _n(e){return"?"+Object.keys(e).map(function(t){return t+"="+encodeURIComponent(e[t])}).join("&")}function mn(e,t){var r=this,o=function(e,t){if(function(e){if(!e.prefix)return!1;var t=ce(e.prefix).protocol;return"http"===t||"https"===t}(t)){var n=t.name.substr(t.prefix.length);e=t.prefix.replace(/\/?$/,"/")+encodeURIComponent(n)}var r=ce(e);(r.user||r.password)&&(r.auth={username:r.user,password:r.password});var o=r.path.replace(/(^\/|\/$)/g,"").split("/");return r.db=o.pop(),-1===r.db.indexOf("%")&&(r.db=encodeURIComponent(r.db)),r.path=o.join("/"),r}(e.name,e),i=yn(o,"");e=w(e);var a,u=function(t,n){if((n=n||{}).headers=n.headers||new tt,n.credentials="include",e.auth||o.auth){var r=e.auth||o.auth,i=r.username+":"+r.password,s=he(unescape(encodeURIComponent(i)));n.headers.set("Authorization","Basic "+s)}var a=e.headers||{};return Object.keys(a).forEach(function(e){n.headers.append(e,a[e])}),function(e){var t="undefined"!=typeof navigator&&navigator.userAgent?navigator.userAgent.toLowerCase():"",n=-1!==t.indexOf("msie"),r=-1!==t.indexOf("trident"),o=-1!==t.indexOf("edge"),i=!("method"in e)||"GET"===e.method;return(n||r||o)&&i}(n)&&(t+=(-1===t.indexOf("?")?"?":"&")+"_nonce="+Date.now()),(e.fetch||et)(t,n)};function c(e,t){return O(e,f(function(e){d().then(function(){return t.apply(this,e)}).catch(function(t){e.pop()(t)})})).bind(r)}function l(e,t,n){var r={};return(t=t||{}).headers=t.headers||new tt,t.headers.get("Content-Type")||t.headers.set("Content-Type","application/json"),t.headers.get("Accept")||t.headers.set("Accept","application/json"),u(e,t).then(function(e){return r.ok=e.ok,r.status=e.status,e.json()}).then(function(e){if(r.data=e,!r.ok){r.data.status=r.status;var t=X(r.data);if(n)return n(t);throw t}if(Array.isArray(r.data)&&(r.data=r.data.map(function(e){return e.error||e.missing?X(e):e})),!n)return r;n(null,r.data)})}function d(){return e.skip_setup?Promise.resolve():a||((a=l(i).catch(function(e){return e&&e.status&&404===e.status?(D(404,"PouchDB is just detecting if the remote exists."),l(i,{method:"PUT"})):Promise.reject(e)}).catch(function(e){return!(!e||!e.status||412!==e.status)||Promise.reject(e)})).catch(function(){a=null}),a)}function h(e){return e.split("/").map(encodeURIComponent).join("/")}s(function(){t(null,r)}),r._remote=!0,r.type=function(){return"http"},r.id=c("id",function(e){u(gn(o,"")).then(function(e){return e.json()}).catch(function(){return{}}).then(function(t){var n=t&&t.uuid?t.uuid+o.db:yn(o,"");e(null,n)})}),r.compact=c("compact",function(e,t){"function"==typeof e&&(t=e,e={}),e=w(e),l(yn(o,"_compact"),{method:"POST"}).then(function(){!function n(){r.info(function(r,o){o&&!o.compact_running?t(null,{ok:!0}):setTimeout(n,e.interval||200)})}()})}),r.bulkGet=O("bulkGet",function(e,t){var n=this;function r(t){var n={};e.revs&&(n.revs=!0),e.attachments&&(n.attachments=!0),e.latest&&(n.latest=!0),l(yn(o,"_bulk_get"+_n(n)),{method:"POST",body:JSON.stringify({docs:e.docs})}).then(function(n){e.attachments&&e.binary&&n.data.results.forEach(function(e){e.docs.forEach(hn)}),t(null,n.data)}).catch(t)}function i(){var r=Math.ceil(e.docs.length/50),o=0,i=new Array(r);function s(e){return function(n,s){i[e]=s.results,++o===r&&t(null,{results:ee(i)})}}for(var a=0;a<r;a++){var u=A(e,["revs","attachments","binary","latest"]);u.docs=e.docs.slice(50*a,Math.min(e.docs.length,50*(a+1))),x(n,u,s(a))}}var s=gn(o,""),a=dn[s];"boolean"!=typeof a?r(function(e,n){e?(dn[s]=!1,D(e.status,"PouchDB is just detecting if the remote supports the _bulk_get API."),i()):(dn[s]=!0,t(null,n))}):a?r(t):i()}),r._info=function(e){d().then(function(){return u(yn(o,""))}).then(function(e){return e.json()}).then(function(t){t.host=yn(o,""),e(null,t)}).catch(e)},r.fetch=function(e,t){return d().then(function(){var n="/"===e.substring(0,1)?gn(o,e.substring(1)):yn(o,e);return u(n,t)})},r.get=c("get",function(e,t,n){"function"==typeof t&&(n=t,t={});var r={};function i(e){var n=e._attachments,r=n&&Object.keys(n);if(n&&r.length)return function(e){return new Promise(function(t,n){var r,o=0,i=0,s=0,a=e.length;function u(){o++,e[i++]().then(f,l)}function c(){++s===a?r?n(r):t():d()}function f(){o--,c()}function l(e){o--,r=r||e,c()}function d(){for(;o<5&&i<a;)u()}d()})}(r.map(function(r){return function(){return function(r){var i=n[r],s=pn(e._id)+"/"+h(r)+"?rev="+e._rev;return u(yn(o,s)).then(function(e){return"buffer"in e?e.buffer():e.blob()}).then(function(e){if(t.binary){var n=Object.getOwnPropertyDescriptor(e.__proto__,"type");return n&&!n.set||(e.type=i.content_type),e}return new Promise(function(t){be(e,t)})}).then(function(e){delete i.stub,delete i.length,i.data=e})}(r)}}))}(t=w(t)).revs&&(r.revs=!0),t.revs_info&&(r.revs_info=!0),t.latest&&(r.latest=!0),t.open_revs&&("all"!==t.open_revs&&(t.open_revs=JSON.stringify(t.open_revs)),r.open_revs=t.open_revs),t.rev&&(r.rev=t.rev),t.conflicts&&(r.conflicts=t.conflicts),t.update_seq&&(r.update_seq=t.update_seq),e=pn(e),l(yn(o,e+_n(r))).then(function(e){return Promise.resolve().then(function(){if(t.attachments)return n=e.data,Array.isArray(n)?Promise.all(n.map(function(e){if(e.ok)return i(e.ok)})):i(n);var n}).then(function(){n(null,e.data)})}).catch(function(t){t.docId=e,n(t)})}),r.remove=c("remove",function(e,t,n,r){var i;"string"==typeof t?(i={_id:e,_rev:t},"function"==typeof n&&(r=n,n={})):(i=e,"function"==typeof t?(r=t,n={}):(r=n,n=t));var s=i._rev||n.rev;l(yn(o,pn(i._id))+"?rev="+s,{method:"DELETE"},r).catch(r)}),r.getAttachment=c("getAttachment",function(e,t,r,i){"function"==typeof r&&(i=r,r={});var s,a=r.rev?"?rev="+r.rev:"",c=yn(o,pn(e))+"/"+h(t)+a;u(c,{method:"GET"}).then(function(e){if(s=e.headers.get("content-type"),e.ok)return void 0===n||n.browser||"function"!=typeof e.buffer?e.blob():e.buffer();throw e}).then(function(e){void 0===n||n.browser||(e.type=s),i(null,e)}).catch(function(e){i(e)})}),r.removeAttachment=c("removeAttachment",function(e,t,n,r){l(yn(o,pn(e)+"/"+h(t))+"?rev="+n,{method:"DELETE"},r).catch(r)}),r.putAttachment=c("putAttachment",function(e,t,n,r,i,s){"function"==typeof i&&(s=i,i=r,r=n,n=null);var a=pn(e)+"/"+h(t),u=yn(o,a);if(n&&(u+="?rev="+n),"string"==typeof r){var c;try{c=de(r)}catch(e){return s(H(K,"Attachment is not a valid base64 string"))}r=c?ye(c,i):""}l(u,{headers:new tt({"Content-Type":i}),method:"PUT",body:r},s).catch(s)}),r._bulkDocs=function(e,t,n){e.new_edits=t.new_edits,d().then(function(){return Promise.all(e.docs.map(vn))}).then(function(){return l(yn(o,"_bulk_docs"),{method:"POST",body:JSON.stringify(e)},n)}).catch(n)},r._put=function(e,t,n){d().then(function(){return vn(e)}).then(function(){return l(yn(o,pn(e._id)),{method:"PUT",body:JSON.stringify(e)})}).then(function(e){n(null,e.data)}).catch(function(t){t.docId=e&&e._id,n(t)})},r.allDocs=c("allDocs",function(e,t){"function"==typeof e&&(t=e,e={});var n,r={},i="GET";(e=w(e)).conflicts&&(r.conflicts=!0),e.update_seq&&(r.update_seq=!0),e.descending&&(r.descending=!0),e.include_docs&&(r.include_docs=!0),e.attachments&&(r.attachments=!0),e.key&&(r.key=JSON.stringify(e.key)),e.start_key&&(e.startkey=e.start_key),e.startkey&&(r.startkey=JSON.stringify(e.startkey)),e.end_key&&(e.endkey=e.end_key),e.endkey&&(r.endkey=JSON.stringify(e.endkey)),void 0!==e.inclusive_end&&(r.inclusive_end=!!e.inclusive_end),void 0!==e.limit&&(r.limit=e.limit),void 0!==e.skip&&(r.skip=e.skip);var s=_n(r);void 0!==e.keys&&(i="POST",n={keys:e.keys}),l(yn(o,"_all_docs"+s),{method:i,body:JSON.stringify(n)}).then(function(n){e.include_docs&&e.attachments&&e.binary&&n.data.rows.forEach(hn),t(null,n.data)}).catch(t)}),r._changes=function(e){var t="batch_size"in e?e.batch_size:25;(e=w(e)).continuous&&!("heartbeat"in e)&&(e.heartbeat=1e4);var n="timeout"in e?e.timeout:3e4;"timeout"in e&&e.timeout&&n-e.timeout<ln&&(n=e.timeout+ln),"heartbeat"in e&&e.heartbeat&&n-e.heartbeat<ln&&(n=e.heartbeat+ln);var r={};"timeout"in e&&e.timeout&&(r.timeout=e.timeout);var i=void 0!==e.limit&&e.limit,a=i;if(e.style&&(r.style=e.style),(e.include_docs||e.filter&&"function"==typeof e.filter)&&(r.include_docs=!0),e.attachments&&(r.attachments=!0),e.continuous&&(r.feed="longpoll"),e.seq_interval&&(r.seq_interval=e.seq_interval),e.conflicts&&(r.conflicts=!0),e.descending&&(r.descending=!0),e.update_seq&&(r.update_seq=!0),"heartbeat"in e&&e.heartbeat&&(r.heartbeat=e.heartbeat),e.filter&&"string"==typeof e.filter&&(r.filter=e.filter),e.view&&"string"==typeof e.view&&(r.filter="_view",r.view=e.view),e.query_params&&"object"==typeof e.query_params)for(var u in e.query_params)e.query_params.hasOwnProperty(u)&&(r[u]=e.query_params[u]);var c,f="GET";e.doc_ids?(r.filter="_doc_ids",f="POST",c={doc_ids:e.doc_ids}):e.selector&&(r.filter="_selector",f="POST",c={selector:e.selector});var h,p=new Ze,v=function(n,s){if(!e.aborted){r.since=n,"object"==typeof r.since&&(r.since=JSON.stringify(r.since)),e.descending?i&&(r.limit=a):r.limit=!i||a>t?t:a;var u=yn(o,"_changes"+_n(r)),v={signal:p.signal,method:f,body:JSON.stringify(c)};h=n,e.aborted||d().then(function(){return l(u,v,s)}).catch(s)}},y={results:[]},g=function(n,r){if(!e.aborted){var o=0;if(r&&r.results){o=r.results.length,y.last_seq=r.last_seq;var u=null,c=null;"number"==typeof r.pending&&(u=r.pending),"string"!=typeof y.last_seq&&"number"!=typeof y.last_seq||(c=y.last_seq),e.query_params,r.results=r.results.filter(function(t){a--;var n=Z(e)(t);return n&&(e.include_docs&&e.attachments&&e.binary&&hn(t),e.return_docs&&y.results.push(t),e.onChange(t,u,c)),n})}else if(n)return e.aborted=!0,void e.complete(n);r&&r.last_seq&&(h=r.last_seq);var f=i&&a<=0||r&&o<t||e.descending;(!e.continuous||i&&a<=0)&&f?e.complete(null,y):s(function(){v(h,g)})}};return v(e.since||0,g),{cancel:function(){e.aborted=!0,p.abort()}}},r.revsDiff=c("revsDiff",function(e,t,n){"function"==typeof t&&(n=t,t={}),l(yn(o,"_revs_diff"),{method:"POST",body:JSON.stringify(e)},n).catch(n)}),r._close=function(e){e()},r._destroy=function(e,t){l(yn(o,""),{method:"DELETE"}).then(function(e){t(null,e)}).catch(function(e){404===e.status?t(null,{ok:!0}):t(e)})}}function bn(e){this.status=400,this.name="query_parse_error",this.message=e,this.error=!0;try{Error.captureStackTrace(this,bn)}catch(e){}}function wn(e){this.status=404,this.name="not_found",this.message=e,this.error=!0;try{Error.captureStackTrace(this,wn)}catch(e){}}function kn(e){this.status=500,this.name="invalid_value",this.message=e,this.error=!0;try{Error.captureStackTrace(this,kn)}catch(e){}}function jn(e,t){return t&&e.then(function(e){s(function(){t(null,e)})},function(e){s(function(){t(e)})}),e}function On(e,t){return function(){var n=arguments,r=this;return e.add(function(){return t.apply(r,n)})}}function An(e){var t=new o(e),n=new Array(t.size),r=-1;return t.forEach(function(e){n[++r]=e}),n}function qn(e){var t=new Array(e.size),n=-1;return e.forEach(function(e,r){t[++n]=r}),t}function Sn(e){return new kn("builtin "+e+" function requires map values to be numbers or number arrays")}function xn(e){for(var t=0,n=0,r=e.length;n<r;n++){var o=e[n];if("number"!=typeof o){if(!Array.isArray(o))throw Sn("_sum");t="number"==typeof t?[t]:t;for(var i=0,s=o.length;i<s;i++){var a=o[i];if("number"!=typeof a)throw Sn("_sum");void 0===t[i]?t.push(a):t[i]+=a}}else"number"==typeof t?t+=o:t[0]+=o}return t}mn.valid=function(){return!0},l(bn,Error),l(wn,Error),l(kn,Error);var En=P.bind(null,"log"),Cn=Array.isArray,Pn=JSON.parse;function Ln(e,t){return fe("return ("+e.replace(/;\s*$/,"")+");",{emit:t,sum:xn,log:En,isArray:Cn,toJSON:Pn})}function Dn(){this.promise=new Promise(function(e){e()})}function $n(e){if(!e)return"undefined";switch(typeof e){case"function":case"string":return e.toString();default:return JSON.stringify(e)}}function In(e,t,n,r,o,i){var s,a=function(e,t){return $n(e)+$n(t)+"undefined"}(n,r);if(!o&&(s=e._cachedViews=e._cachedViews||{})[a])return s[a];var u=e.info().then(function(u){var c=u.db_name+"-mrview-"+(o?"temp":Ae(a));return le(e,"_local/"+i,function(e){e.views=e.views||{};var n=t;-1===n.indexOf("/")&&(n=t+"/"+t);var r=e.views[n]=e.views[n]||{};if(!r[c])return r[c]=!0,e}).then(function(){return e.registerDependentDatabase(c).then(function(t){var o=t.db;o.auto_compaction=!0;var i={name:c,db:o,sourceDB:e,adapter:e.adapter,mapFun:n,reduceFun:r};return i.db.get("_local/lastSeq").catch(function(e){if(404!==e.status)throw e}).then(function(e){return i.seq=e?e.seq:0,s&&i.db.once("destroyed",function(){delete s[a]}),i})})})});return s&&(s[a]=u),u}Dn.prototype.add=function(e){return this.promise=this.promise.catch(function(){}).then(function(){return e()}),this.promise},Dn.prototype.finish=function(){return this.promise};var Tn={},Bn=new Dn;function Mn(e){return-1===e.indexOf("/")?[e,e]:e.split("/")}function Rn(e,t){try{e.emit("error",t)}catch(e){P("error","The user's map/reduce function threw an uncaught error.\nYou can debug this error by doing:\nmyDatabase.on('error', function (err) { debugger; });\nPlease double-check your map/reduce function."),P("error",t)}}var Un=function(e,t){return xn(t)},Nn=function(e,t){return t.length},Fn=function(e,t){return{sum:xn(t),min:Math.min.apply(null,t),max:Math.max.apply(null,t),count:t.length,sumsqr:function(e){for(var t=0,n=0,r=e.length;n<r;n++){var o=e[n];t+=o*o}return t}(t)}},Kn=function(e){function t(e,t,n){try{t(n)}catch(t){Rn(e,t)}}function n(e,t,n,r,o){try{return{output:t(n,r,o)}}catch(t){return Rn(e,t),{error:t}}}function r(e,t){var n=dt(e.key,t.key);return 0!==n?n:dt(e.value,t.value)}function a(e,t,n){return n=n||0,"number"==typeof t?e.slice(n,t+n):n>0?e.slice(n):e}function u(e){var t=e.value;return t&&"object"==typeof t&&t._id||e.id}function c(e){return function(t){return e.include_docs&&e.attachments&&e.binary&&function(e){e.rows.forEach(function(e){var t=e.doc&&e.doc._attachments;t&&Object.keys(t).forEach(function(e){var n=t[e];t[e].data=ge(n.data,n.content_type)})})}(t),t}}function l(e,t,n,r){var o=t[e];void 0!==o&&(r&&(o=encodeURIComponent(JSON.stringify(o))),n.push(e+"="+o))}function d(e){if(void 0!==e){var t=Number(e);return isNaN(t)||t!==parseInt(e,10)?e:t}}function h(e,t){var n=e.descending?"endkey":"startkey",r=e.descending?"startkey":"endkey";if(void 0!==e[n]&&void 0!==e[r]&&dt(e[n],e[r])>0)throw new bn("No rows can match your key range, reverse your start_key and end_key or set {descending : true}");if(t.reduce&&!1!==e.reduce){if(e.include_docs)throw new bn("{include_docs:true} is invalid for reduce");if(e.keys&&e.keys.length>1&&!e.group&&!e.group_level)throw new bn("Multi-key fetches for reduce views must use {group: true}")}["group_level","limit","skip"].forEach(function(t){var n=function(e){if(e){if("number"!=typeof e)return new bn('Invalid value for integer: "'+e+'"');if(e<0)return new bn('Invalid value for positive integer: "'+e+'"')}}(e[t]);if(n)throw n})}function p(e){return function(t){if(404===t.status)return e;throw t}}function v(e,t,n){var r="_local/doc_"+e,i={_id:r,keys:[]},s=n.get(e),a=s[0];return(function(e){return 1===e.length&&/^1-/.test(e[0].rev)}(s[1])?Promise.resolve(i):t.db.get(r).catch(p(i))).then(function(e){return function(e){return e.keys.length?t.db.allDocs({keys:e.keys,include_docs:!0}):Promise.resolve({rows:[]})}(e).then(function(t){return function(e,t){for(var n=[],r=new o,i=0,s=t.rows.length;i<s;i++){var u=t.rows[i].doc;if(u&&(n.push(u),r.add(u._id),u._deleted=!a.has(u._id),!u._deleted)){var c=a.get(u._id);"value"in c&&(u.value=c.value)}}var f=qn(a);return f.forEach(function(e){if(!r.has(e)){var t={_id:e},o=a.get(e);"value"in o&&(t.value=o.value),n.push(t)}}),e.keys=An(f.concat(e.keys)),n.push(e),n}(e,t)})})}function y(e){var t="string"==typeof e?e:e.name,n=Tn[t];return n||(n=Tn[t]=new Dn),n}function g(e){return On(y(e),function(){return function(e){var n,o;var s=function(e,t){if("function"==typeof e&&2===e.length){var n=e;return function(e){return n(e,t)}}return Ln(e.toString(),t)}(e.mapFun,function(e,t){var r={id:o._id,key:ht(e)};null!=t&&(r.value=ht(t)),n.push(r)}),a=e.seq||0;function u(t,n){return function(){return function(e,t,n){var r="_local/lastSeq";return e.db.get(r).catch(p({_id:r,seq:0})).then(function(r){var o=qn(t);return Promise.all(o.map(function(n){return v(n,e,t)})).then(function(t){var o=ee(t);return r.seq=n,o.push(r),e.db.bulkDocs({docs:o})})})}(e,t,n)}}var c=new Dn;function f(){return e.sourceDB.changes({return_docs:!0,conflicts:!0,include_docs:!0,style:"all_docs",since:a,limit:50}).then(l)}function l(e){var t=e.results;if(t.length){var n=d(t);if(c.add(u(n,a)),!(t.length<50))return f()}}function d(u){for(var c=new i,f=0,l=u.length;f<l;f++){var d=u[f];if("_"!==d.doc._id[0]){n=[],(o=d.doc)._deleted||t(e.sourceDB,s,o),n.sort(r);var p=h(n);c.set(d.doc._id,[p,d.changes])}a=d.seq}return c}function h(e){for(var t,n=new i,r=0,o=e.length;r<o;r++){var s=e[r],a=[s.key,s.id];r>0&&0===dt(s.key,t)&&a.push(r),n.set(pt(a),s),t=s.key}return n}return f().then(function(){return c.finish()}).then(function(){e.seq=a})}(e)})()}function _(e,t){return On(y(e),function(){return function(e,t){var r,o=e.reduceFun&&!1!==t.reduce,s=t.skip||0;function c(t){return t.include_docs=!0,e.db.allDocs(t).then(function(e){return r=e.total_rows,e.rows.map(function(e){if("value"in e.doc&&"object"==typeof e.doc.value&&null!==e.doc.value){var t=Object.keys(e.doc.value).sort(),n=["id","key","value"];if(!(t<n||t>n))return e.doc.value}var r=function(e){for(var t=[],n=[],r=0;;){var o=e[r++];if("\0"!==o)switch(o){case"1":t.push(null);break;case"2":t.push("1"===e[r]),r++;break;case"3":var i=vt(e,r);t.push(i.num),r+=i.length;break;case"4":for(var s="";;){var a=e[r];if("\0"===a)break;s+=a,r++}s=s.replace(/\u0001\u0001/g,"\0").replace(/\u0001\u0002/g,"").replace(/\u0002\u0002/g,""),t.push(s);break;case"5":var u={element:[],index:t.length};t.push(u.element),n.push(u);break;case"6":var c={element:{},index:t.length};t.push(c.element),n.push(c);break;default:throw new Error("bad collationIndex or unexpectedly reached end of input: "+o)}else{if(1===t.length)return t.pop();yt(t,n)}}}(e.doc._id);return{key:r[0],id:r[1],value:"value"in e.doc?e.doc.value:null}})})}function f(c){var f;if(f=o?function(e,t,r){0===r.group_level&&delete r.group_level;var o=r.group||r.group_level,i=function(e){var t=e.toString(),n=function(e){if(/^_sum/.test(e))return Un;if(/^_count/.test(e))return Nn;if(/^_stats/.test(e))return Fn;if(/^_/.test(e))throw new Error(e+" is not a supported reduce function.")}(t);return n||Ln(t)}(e.reduceFun),s=[],u=isNaN(r.group_level)?Number.POSITIVE_INFINITY:r.group_level;t.forEach(function(e){var t=s[s.length-1],n=o?e.key:null;if(o&&Array.isArray(n)&&(n=n.slice(0,u)),t&&0===dt(t.groupKey,n))return t.keys.push([e.key,e.id]),void t.values.push(e.value);s.push({keys:[[e.key,e.id]],values:[e.value],groupKey:n})}),t=[];for(var c=0,f=s.length;c<f;c++){var l=s[c],d=n(e.sourceDB,i,l.keys,l.values,!1);if(d.error&&d.error instanceof kn)throw d.error;t.push({value:d.error?null:d.output,key:l.groupKey})}return{rows:a(t,r.limit,r.skip)}}(e,c,t):{total_rows:r,offset:s,rows:c},t.update_seq&&(f.update_seq=e.seq),t.include_docs){var l=An(c.map(u));return e.sourceDB.allDocs({keys:l,include_docs:!0,conflicts:t.conflicts,attachments:t.attachments,binary:t.binary}).then(function(e){var t=new i;return e.rows.forEach(function(e){t.set(e.id,e.doc)}),c.forEach(function(e){var n=u(e),r=t.get(n);r&&(e.doc=r)}),f})}return f}if(void 0===t.keys||t.keys.length||(t.limit=0,delete t.keys),void 0!==t.keys){var l=t.keys.map(function(e){var n={startkey:pt([e]),endkey:pt([e,{}])};return t.update_seq&&(n.update_seq=!0),c(n)});return Promise.all(l).then(ee).then(f)}var d,h,p={descending:t.descending};if(t.update_seq&&(p.update_seq=!0),"start_key"in t&&(d=t.start_key),"startkey"in t&&(d=t.startkey),"end_key"in t&&(h=t.end_key),"endkey"in t&&(h=t.endkey),void 0!==d&&(p.startkey=t.descending?pt([d,{}]):pt([d])),void 0!==h){var v=!1!==t.inclusive_end;t.descending&&(v=!v),p.endkey=pt(v?[h,{}]:[h])}if(void 0!==t.key){var y=pt([t.key]),g=pt([t.key,{}]);p.descending?(p.endkey=y,p.startkey=g):(p.startkey=y,p.endkey=g)}return o||("number"==typeof t.limit&&(p.limit=t.limit),p.skip=s),c(p).then(f)}(e,t)})()}function m(t,n,r){if("function"==typeof t._query)return function(e,t,n){return new Promise(function(r,o){e._query(t,n,function(e,t){if(e)return o(e);r(t)})})}(t,n,r);if(ne(t))return function(e,t,n){var r,o,i,s=[],a="GET";if(l("reduce",n,s),l("include_docs",n,s),l("attachments",n,s),l("limit",n,s),l("descending",n,s),l("group",n,s),l("group_level",n,s),l("skip",n,s),l("stale",n,s),l("conflicts",n,s),l("startkey",n,s,!0),l("start_key",n,s,!0),l("endkey",n,s,!0),l("end_key",n,s,!0),l("inclusive_end",n,s),l("key",n,s,!0),l("update_seq",n,s),s=""===(s=s.join("&"))?"":"?"+s,void 0!==n.keys){var u="keys="+encodeURIComponent(JSON.stringify(n.keys));u.length+s.length+1<=2e3?s+=("?"===s[0]?"&":"?")+u:(a="POST","string"==typeof t?r={keys:n.keys}:t.keys=n.keys)}if("string"==typeof t){var f=Mn(t);return e.fetch("_design/"+f[0]+"/_view/"+f[1]+s,{headers:new tt({"Content-Type":"application/json"}),method:a,body:JSON.stringify(r)}).then(function(e){return o=e.ok,i=e.status,e.json()}).then(function(e){if(!o)throw e.status=i,X(e);return e.rows.forEach(function(e){if(e.value&&e.value.error&&"builtin_reduce_error"===e.value.error)throw new Error(e.reason)}),e}).then(c(n))}return r=r||{},Object.keys(t).forEach(function(e){Array.isArray(t[e])?r[e]=t[e]:r[e]=t[e].toString()}),e.fetch("_temp_view"+s,{headers:new tt({"Content-Type":"application/json"}),method:"POST",body:JSON.stringify(r)}).then(function(e){return o=e.ok,i=e.status,e.json()}).then(function(e){if(!o)throw e.status=i,X(e);return e}).then(c(n))}(t,n,r);if("string"!=typeof n)return h(r,n),Bn.add(function(){return In(t,"temp_view/temp_view",n.map,n.reduce,!0,e).then(function(e){return t=g(e).then(function(){return _(e,r)}),n=function(){return e.db.destroy()},t.then(function(e){return n().then(function(){return e})},function(e){return n().then(function(){throw e})});var t,n})}),Bn.finish();var o=n,i=Mn(o),a=i[0],u=i[1];return t.get("_design/"+a).then(function(n){var i=n.views&&n.views[u];if(!i)throw new wn("ddoc "+n._id+" has no view named "+u);return function(e,t){var n=e.views&&e.views[t];if("string"!=typeof n.map)throw new wn("ddoc "+e._id+" has no string view named "+t+", instead found object of type: "+typeof n.map)}(n,u),h(r,i),In(t,o,i.map,i.reduce,!1,e).then(function(e){return"ok"===r.stale||"update_after"===r.stale?("update_after"===r.stale&&s(function(){g(e)}),_(e,r)):g(e).then(function(){return _(e,r)})})})}var b;return{query:function(e,t,n){var r=this;"function"==typeof t&&(n=t,t={}),t=t?function(e){return e.group_level=d(e.group_level),e.limit=d(e.limit),e.skip=d(e.skip),e}(t):{},"function"==typeof e&&(e={map:e});var o=Promise.resolve().then(function(){return m(r,e,t)});return jn(o,n),o},viewCleanup:(b=function(){var t=this;return"function"==typeof t._viewCleanup?function(e){return new Promise(function(t,n){e._viewCleanup(function(e,r){if(e)return n(e);t(r)})})}(t):ne(t)?function(e){return e.fetch("_view_cleanup",{headers:new tt({"Content-Type":"application/json"}),method:"POST"}).then(function(e){return e.json()})}(t):function(t){return t.get("_local/"+e).then(function(e){var n=new i;Object.keys(e.views).forEach(function(e){var t=Mn(e),r="_design/"+t[0],i=t[1],s=n.get(r);s||(s=new o,n.set(r,s)),s.add(i)});var r={keys:qn(n),include_docs:!0};return t.allDocs(r).then(function(r){var o={};r.rows.forEach(function(t){var r=t.key.substring(8);n.get(t.key).forEach(function(n){var i=r+"/"+n;e.views[i]||(i=n);var s=Object.keys(e.views[i]),a=t.doc&&t.doc.views&&t.doc.views[n];s.forEach(function(e){o[e]=o[e]||a})})});var i=Object.keys(o).filter(function(e){return!o[e]}).map(function(e){return On(y(e),function(){return new t.constructor(e,t.__opts).destroy()})()});return Promise.all(i).then(function(){return{ok:!0}})})},p({ok:!0}))}(t)},f(function(e){var t=e.pop(),n=b.apply(this,e);return"function"==typeof t&&jn(n,t),n}))}}("mrviews"),Jn={query:function(e,t,n){return Kn.query.call(this,e,t,n)},viewCleanup:function(e){return Kn.viewCleanup.call(this,e)}};function zn(e){return/^1-/.test(e)}function Vn(e,t){var n=Object.keys(t._attachments);return Promise.all(n.map(function(n){return e.getAttachment(t._id,n,{rev:t._rev})}))}var Gn="pouchdb";function Qn(e,t,n,r,o){return e.get(t).catch(function(n){if(404===n.status)return"http"!==e.adapter&&"https"!==e.adapter||D(404,"PouchDB is just checking if a remote checkpoint exists."),{session_id:r,_id:t,history:[],replicator:Gn,version:1};throw n}).then(function(i){if(!o.cancelled&&i.last_seq!==n)return i.history=(i.history||[]).filter(function(e){return e.session_id!==r}),i.history.unshift({last_seq:n,session_id:r}),i.history=i.history.slice(0,5),i.version=1,i.replicator=Gn,i.session_id=r,i.last_seq=n,e.put(i).catch(function(i){if(409===i.status)return Qn(e,t,n,r,o);throw i})})}function Wn(e,t,n,r,o){this.src=e,this.target=t,this.id=n,this.returnValue=r,this.opts=o||{}}Wn.prototype.writeCheckpoint=function(e,t){var n=this;return this.updateTarget(e,t).then(function(){return n.updateSource(e,t)})},Wn.prototype.updateTarget=function(e,t){return this.opts.writeTargetCheckpoint?Qn(this.target,this.id,e,t,this.returnValue):Promise.resolve(!0)},Wn.prototype.updateSource=function(e,t){if(this.opts.writeSourceCheckpoint){var n=this;return Qn(this.src,this.id,e,t,this.returnValue).catch(function(e){if(Zn(e))return n.opts.writeSourceCheckpoint=!1,!0;throw e})}return Promise.resolve(!0)};var Yn={undefined:function(e,t){return 0===dt(e.last_seq,t.last_seq)?t.last_seq:0},1:function(e,t){return function(e,t){return e.session_id===t.session_id?{last_seq:e.last_seq,history:e.history}:Hn(e.history,t.history)}(t,e).last_seq}};function Hn(e,t){var n=e[0],r=e.slice(1),o=t[0],i=t.slice(1);return n&&0!==t.length?Xn(n.session_id,t)?{last_seq:n.last_seq,history:e}:Xn(o.session_id,r)?{last_seq:o.last_seq,history:i}:Hn(r,i):{last_seq:0,history:[]}}function Xn(e,t){var n=t[0],r=t.slice(1);return!(!e||0===t.length)&&(e===n.session_id||Xn(e,r))}function Zn(e){return"number"==typeof e.status&&4===Math.floor(e.status/100)}function er(e,t,n,r,o){var i,a,u,c=[],f={seq:0,changes:[],docs:[]},l=!1,d=!1,h=!1,p=0,v=n.continuous||n.live||!1,y=n.batch_size||100,g=n.batches_limit||10,_=!1,m=n.doc_ids,b=n.selector,k=[],j=Se();o=o||{ok:!0,start_time:(new Date).toISOString(),docs_read:0,docs_written:0,doc_write_failures:0,errors:[]};var O={};function A(){return u?Promise.resolve():function(e,t,n){var r=n.doc_ids?n.doc_ids.sort(dt):"",o=n.filter?n.filter.toString():"",i="",s="",a="";return n.selector&&(a=JSON.stringify(n.selector)),n.filter&&n.query_params&&(i=JSON.stringify(function(e){return Object.keys(e).sort(dt).reduce(function(t,n){return t[n]=e[n],t},{})}(n.query_params))),n.filter&&"_view"===n.filter&&(s=n.view.toString()),Promise.all([e.id(),t.id()]).then(function(e){var t=e[0]+e[1]+o+s+i+r+a;return new Promise(function(e){Oe(t,e)})}).then(function(e){return"_local/"+e.replace(/\//g,".").replace(/\+/g,"_")})}(e,t,n).then(function(o){a=o;var i;i=!1===n.checkpoint?{writeSourceCheckpoint:!1,writeTargetCheckpoint:!1}:"source"===n.checkpoint?{writeSourceCheckpoint:!0,writeTargetCheckpoint:!1}:"target"===n.checkpoint?{writeSourceCheckpoint:!1,writeTargetCheckpoint:!0}:{writeSourceCheckpoint:!0,writeTargetCheckpoint:!0},u=new Wn(e,t,a,r,i)})}function q(){if(k=[],0!==i.docs.length){var e=i.docs,s={timeout:n.timeout};return t.bulkDocs({docs:e,new_edits:!1},s).then(function(t){if(r.cancelled)throw D(),new Error("cancelled");var n=Object.create(null);t.forEach(function(e){e.error&&(n[e.id]=e)});var i=Object.keys(n).length;o.doc_write_failures+=i,o.docs_written+=e.length-i,e.forEach(function(e){var t=n[e._id];if(t){o.errors.push(t);var i=(t.name||"").toLowerCase();if("unauthorized"!==i&&"forbidden"!==i)throw t;r.emit("denied",w(t))}else k.push(e)})},function(t){throw o.doc_write_failures+=e.length,t})}}function S(){if(i.error)throw new Error("There was a problem getting docs.");o.last_seq=p=i.seq;var e=w(o);return k.length&&(e.docs=k,"number"==typeof i.pending&&(e.pending=i.pending,delete i.pending),r.emit("change",e)),l=!0,u.writeCheckpoint(i.seq,j).then(function(){if(l=!1,r.cancelled)throw D(),new Error("cancelled");i=void 0,B()}).catch(function(e){throw R(e),e})}function x(){return function(e,t,n,r){n=w(n);var o=[],i=!0;function s(t){return e.allDocs({keys:t,include_docs:!0,conflicts:!0}).then(function(e){if(r.cancelled)throw new Error("cancelled");e.rows.forEach(function(e){var t;e.deleted||!e.doc||!zn(e.value.rev)||(t=e.doc)._attachments&&Object.keys(t._attachments).length>0||function(e){return e._conflicts&&e._conflicts.length>0}(e.doc)||(e.doc._conflicts&&delete e.doc._conflicts,o.push(e.doc),delete n[e.id])})})}return Promise.resolve().then(function(){var e=Object.keys(n).filter(function(e){var t=n[e].missing;return 1===t.length&&zn(t[0])});if(e.length>0)return s(e)}).then(function(){var s=function(e){var t=[];return Object.keys(e).forEach(function(n){e[n].missing.forEach(function(e){t.push({id:n,rev:e})})}),{docs:t,revs:!0,latest:!0}}(n);if(s.docs.length)return e.bulkGet(s).then(function(n){if(r.cancelled)throw new Error("cancelled");return Promise.all(n.results.map(function(n){return Promise.all(n.docs.map(function(n){var r=n.ok;return n.error&&(i=!1),r&&r._attachments?function(e,t,n){var r=ne(t)&&!ne(e),o=Object.keys(n._attachments);return r?e.get(n._id).then(function(r){return Promise.all(o.map(function(o){return function(e,t,n){return!e._attachments||!e._attachments[n]||e._attachments[n].digest!==t._attachments[n].digest}(r,n,o)?t.getAttachment(n._id,o):e.getAttachment(r._id,o)}))}).catch(function(e){if(404!==e.status)throw e;return Vn(t,n)}):Vn(t,n)}(t,e,r).then(function(e){var t=Object.keys(r._attachments);return e.forEach(function(e,n){var o=r._attachments[t[n]];delete o.stub,delete o.length,o.data=e}),r}):r}))})).then(function(e){o=o.concat(ee(e).filter(Boolean))})})}).then(function(){return{ok:i,docs:o}})}(e,t,i.diffs,r).then(function(e){i.error=!e.ok,e.docs.forEach(function(e){delete i.diffs[e._id],o.docs_read++,i.docs.push(e)})})}function E(){var e;r.cancelled||i||(0!==c.length?(i=c.shift(),(e={},i.changes.forEach(function(t){"_user/"!==t.id&&(e[t.id]=t.changes.map(function(e){return e.rev}))}),t.revsDiff(e).then(function(e){if(r.cancelled)throw D(),new Error("cancelled");i.diffs=e})).then(x).then(q).then(S).then(E).catch(function(e){P("batch processing terminated with error",e)})):C(!0))}function C(e){0!==f.changes.length?(e||d||f.changes.length>=y)&&(c.push(f),f={seq:0,changes:[],docs:[]},"pending"!==r.state&&"stopped"!==r.state||(r.state="active",r.emit("active")),E()):0!==c.length||i||((v&&O.live||d)&&(r.state="pending",r.emit("paused")),d&&D())}function P(e,t){h||(t.message||(t.message=e),o.ok=!1,o.status="aborting",c=[],f={seq:0,changes:[],docs:[]},D(t))}function D(i){if(!(h||r.cancelled&&(o.status="cancelled",l)))if(o.status=o.status||"complete",o.end_time=(new Date).toISOString(),o.last_seq=p,h=!0,i){(i=H(i)).result=o;var s=(i.name||"").toLowerCase();"unauthorized"===s||"forbidden"===s?(r.emit("error",i),r.removeAllListeners()):function(e,t,n,r){if(!1===e.retry)return t.emit("error",n),void t.removeAllListeners();if("function"!=typeof e.back_off_function&&(e.back_off_function=L),t.emit("requestError",n),"active"===t.state||"pending"===t.state){t.emit("paused",n),t.state="stopped";var o=function(){e.current_back_off=0};t.once("paused",function(){t.removeListener("active",o)}),t.once("active",o)}e.current_back_off=e.current_back_off||0,e.current_back_off=e.back_off_function(e.current_back_off),setTimeout(r,e.current_back_off)}(n,r,i,function(){er(e,t,n,r)})}else r.emit("complete",o),r.removeAllListeners()}function $(e,t,o){if(r.cancelled)return D();"number"==typeof t&&(f.pending=t),Z(n)(e)&&(f.seq=e.seq||o,f.changes.push(e),s(function(){C(0===c.length&&O.live)}))}function I(e){if(_=!1,r.cancelled)return D();if(e.results.length>0)O.since=e.results[e.results.length-1].seq,B(),C(!0);else{var t=function(){v?(O.live=!0,B()):d=!0,C(!0)};i||0!==e.results.length?t():(l=!0,u.writeCheckpoint(e.last_seq,j).then(function(){l=!1,o.last_seq=p=e.last_seq,t()}).catch(R))}}function T(e){if(_=!1,r.cancelled)return D();P("changes rejected",e)}function B(){if(!_&&!d&&c.length<g){_=!0,r._changes&&(r.removeListener("cancel",r._abortChanges),r._changes.cancel()),r.once("cancel",o);var t=e.changes(O).on("change",$);t.then(i,i),t.then(I).catch(T),n.retry&&(r._changes=t,r._abortChanges=o)}function o(){t.cancel()}function i(){r.removeListener("cancel",o)}}function M(){A().then(function(){if(!r.cancelled)return u.getCheckpoint().then(function(e){O={since:p=e,limit:y,batch_size:y,style:"all_docs",doc_ids:m,selector:b,return_docs:!0},n.filter&&("string"!=typeof n.filter?O.include_docs=!0:O.filter=n.filter),"heartbeat"in n&&(O.heartbeat=n.heartbeat),"timeout"in n&&(O.timeout=n.timeout),n.query_params&&(O.query_params=n.query_params),n.view&&(O.view=n.view),B()});D()}).catch(function(e){P("getCheckpoint rejected with ",e)})}function R(e){l=!1,P("writeCheckpoint completed with error",e)}r.ready(e,t),r.cancelled?D():(r._addedListeners||(r.once("cancel",D),"function"==typeof n.complete&&(r.once("error",n.complete),r.once("complete",function(e){n.complete(null,e)})),r._addedListeners=!0),void 0===n.since?M():A().then(function(){return l=!0,u.writeCheckpoint(n.since,j)}).then(function(){l=!1,r.cancelled?D():(p=n.since,M())}).catch(R))}function tr(){d.call(this),this.cancelled=!1,this.state="pending";var e=this,t=new Promise(function(t,n){e.once("complete",t),e.once("error",n)});e.then=function(e,n){return t.then(e,n)},e.catch=function(e){return t.catch(e)},e.catch(function(){})}function nr(e,t){var n=t.PouchConstructor;return"string"==typeof e?new n(e,t):e}function rr(e,t,n,r){if("function"==typeof n&&(r=n,n={}),void 0===n&&(n={}),n.doc_ids&&!Array.isArray(n.doc_ids))throw H(V,"`doc_ids` filter parameter is not a list.");n.complete=r,(n=w(n)).continuous=n.continuous||n.live,n.retry="retry"in n&&n.retry,n.PouchConstructor=n.PouchConstructor||this;var o=new tr(n);return er(nr(e,n),nr(t,n),n,o),o}function or(e,t,n,r){return"function"==typeof n&&(r=n,n={}),void 0===n&&(n={}),(n=w(n)).PouchConstructor=n.PouchConstructor||this,new ir(e=nr(e,n),t=nr(t,n),n,r)}function ir(e,t,n,r){var o=this;this.canceled=!1;var i=n.push?$({},n,n.push):n,s=n.pull?$({},n,n.pull):n;function a(e){o.emit("change",{direction:"pull",change:e})}function u(e){o.emit("change",{direction:"push",change:e})}function c(e){o.emit("denied",{direction:"push",doc:e})}function f(e){o.emit("denied",{direction:"pull",doc:e})}function l(){o.pushPaused=!0,o.pullPaused&&o.emit("paused")}function d(){o.pullPaused=!0,o.pushPaused&&o.emit("paused")}function h(){o.pushPaused=!1,o.pullPaused&&o.emit("active",{direction:"push"})}function p(){o.pullPaused=!1,o.pushPaused&&o.emit("active",{direction:"pull"})}this.push=rr(e,t,i),this.pull=rr(t,e,s),this.pushPaused=!0,this.pullPaused=!0;var v={};function y(e){return function(t,n){("change"===t&&(n===a||n===u)||"denied"===t&&(n===f||n===c)||"paused"===t&&(n===d||n===l)||"active"===t&&(n===p||n===h))&&(t in v||(v[t]={}),v[t][e]=!0,2===Object.keys(v[t]).length&&o.removeAllListeners(t))}}function g(e,t,n){-1==e.listeners(t).indexOf(n)&&e.on(t,n)}n.live&&(this.push.on("complete",o.pull.cancel.bind(o.pull)),this.pull.on("complete",o.push.cancel.bind(o.push))),this.on("newListener",function(e){"change"===e?(g(o.pull,"change",a),g(o.push,"change",u)):"denied"===e?(g(o.pull,"denied",f),g(o.push,"denied",c)):"active"===e?(g(o.pull,"active",p),g(o.push,"active",h)):"paused"===e&&(g(o.pull,"paused",d),g(o.push,"paused",l))}),this.on("removeListener",function(e){"change"===e?(o.pull.removeListener("change",a),o.push.removeListener("change",u)):"denied"===e?(o.pull.removeListener("denied",f),o.push.removeListener("denied",c)):"active"===e?(o.pull.removeListener("active",p),o.push.removeListener("active",h)):"paused"===e&&(o.pull.removeListener("paused",d),o.push.removeListener("paused",l))}),this.pull.on("removeListener",y("pull")),this.push.on("removeListener",y("push"));var _=Promise.all([this.push,this.pull]).then(function(e){var t={push:e[0],pull:e[1]};return o.emit("complete",t),r&&r(null,t),o.removeAllListeners(),t},function(e){if(o.cancel(),r?r(e):o.emit("error",e),o.removeAllListeners(),r)throw e});this.then=function(e,t){return _.then(e,t)},this.catch=function(e){return _.catch(e)}}Wn.prototype.getCheckpoint=function(){var e=this;return e.opts&&e.opts.writeSourceCheckpoint&&!e.opts.writeTargetCheckpoint?e.src.get(e.id).then(function(e){return e.last_seq||0}).catch(function(e){if(404!==e.status)throw e;return 0}):e.target.get(e.id).then(function(t){return e.opts&&e.opts.writeTargetCheckpoint&&!e.opts.writeSourceCheckpoint?t.last_seq||0:e.src.get(e.id).then(function(e){return t.version!==e.version?0:(n=t.version?t.version.toString():"undefined")in Yn?Yn[n](t,e):0;var n},function(n){if(404===n.status&&t.last_seq)return e.src.put({_id:e.id,last_seq:0}).then(function(){return 0},function(n){return Zn(n)?(e.opts.writeSourceCheckpoint=!1,t.last_seq):0});throw n})}).catch(function(e){if(404!==e.status)throw e;return 0})},l(tr,d),tr.prototype.cancel=function(){this.cancelled=!0,this.state="cancelled",this.emit("cancel")},tr.prototype.ready=function(e,t){var n=this;function r(){n.cancel()}n._readyCalled||(n._readyCalled=!0,e.once("destroyed",r),t.once("destroyed",r),n.once("complete",function(){e.removeListener("destroyed",r),t.removeListener("destroyed",r)}))},l(ir,d),ir.prototype.cancel=function(){this.canceled||(this.canceled=!0,this.push.cancel(),this.pull.cancel())},Xe.plugin(function(e){e.adapter("idb",fn,!0)}).plugin(function(e){e.adapter("http",mn,!1),e.adapter("https",mn,!1)}).plugin(Jn).plugin(function(e){e.replicate=rr,e.sync=or,Object.defineProperty(e.prototype,"replicate",{get:function(){var e=this;return void 0===this.replicateMethods&&(this.replicateMethods={from:function(t,n,r){return e.constructor.replicate(t,e,n,r)},to:function(t,n,r){return e.constructor.replicate(e,t,n,r)}}),this.replicateMethods}}),e.prototype.sync=function(e,t,n){return this.constructor.sync(this,e,t,n)}}),t.exports=Xe}).call(this)}).call(this,e("_process"))},{_process:22,argsarray:1,events:3,immediate:4,inherits:10,"spark-md5":23,uuid:13,vuvuzela:24}],12:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;const r=[];for(let e=0;e<256;++e)r.push((e+256).toString(16).substr(1));n.default=function(e,t){const n=t||0,o=r;return(o[e[n+0]]+o[e[n+1]]+o[e[n+2]]+o[e[n+3]]+"-"+o[e[n+4]]+o[e[n+5]]+"-"+o[e[n+6]]+o[e[n+7]]+"-"+o[e[n+8]]+o[e[n+9]]+"-"+o[e[n+10]]+o[e[n+11]]+o[e[n+12]]+o[e[n+13]]+o[e[n+14]]+o[e[n+15]]).toLowerCase()}},{}],13:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"v1",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(n,"v3",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(n,"v4",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(n,"v5",{enumerable:!0,get:function(){return s.default}});var r=a(e("./v1.js")),o=a(e("./v3.js")),i=a(e("./v4.js")),s=a(e("./v5.js"));function a(e){return e&&e.__esModule?e:{default:e}}},{"./v1.js":17,"./v3.js":18,"./v4.js":20,"./v5.js":21}],14:[function(e,t,n){"use strict";function r(e){return 14+(e+64>>>9<<4)+1}function o(e,t){const n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function i(e,t,n,r,i,s){return o((a=o(o(t,e),o(r,s)))<<(u=i)|a>>>32-u,n);var a,u}function s(e,t,n,r,o,s,a){return i(t&n|~t&r,e,t,o,s,a)}function a(e,t,n,r,o,s,a){return i(t&r|n&~r,e,t,o,s,a)}function u(e,t,n,r,o,s,a){return i(t^n^r,e,t,o,s,a)}function c(e,t,n,r,o,s,a){return i(n^(t|~r),e,t,o,s,a)}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default=function(e){if("string"==typeof e){const t=unescape(encodeURIComponent(e));e=new Uint8Array(t.length);for(let n=0;n<t.length;++n)e[n]=t.charCodeAt(n)}return function(e){const t=[],n=32*e.length,r="0123456789abcdef";for(let o=0;o<n;o+=8){const n=e[o>>5]>>>o%32&255,i=parseInt(r.charAt(n>>>4&15)+r.charAt(15&n),16);t.push(i)}return t}(function(e,t){e[t>>5]|=128<<t%32,e[r(t)-1]=t;let n=1732584193,i=-271733879,f=-1732584194,l=271733878;for(let t=0;t<e.length;t+=16){const r=n,d=i,h=f,p=l;n=s(n,i,f,l,e[t],7,-680876936),l=s(l,n,i,f,e[t+1],12,-389564586),f=s(f,l,n,i,e[t+2],17,606105819),i=s(i,f,l,n,e[t+3],22,-1044525330),n=s(n,i,f,l,e[t+4],7,-176418897),l=s(l,n,i,f,e[t+5],12,1200080426),f=s(f,l,n,i,e[t+6],17,-1473231341),i=s(i,f,l,n,e[t+7],22,-45705983),n=s(n,i,f,l,e[t+8],7,1770035416),l=s(l,n,i,f,e[t+9],12,-1958414417),f=s(f,l,n,i,e[t+10],17,-42063),i=s(i,f,l,n,e[t+11],22,-1990404162),n=s(n,i,f,l,e[t+12],7,1804603682),l=s(l,n,i,f,e[t+13],12,-40341101),f=s(f,l,n,i,e[t+14],17,-1502002290),i=s(i,f,l,n,e[t+15],22,1236535329),n=a(n,i,f,l,e[t+1],5,-165796510),l=a(l,n,i,f,e[t+6],9,-1069501632),f=a(f,l,n,i,e[t+11],14,643717713),i=a(i,f,l,n,e[t],20,-373897302),n=a(n,i,f,l,e[t+5],5,-701558691),l=a(l,n,i,f,e[t+10],9,38016083),f=a(f,l,n,i,e[t+15],14,-660478335),i=a(i,f,l,n,e[t+4],20,-405537848),n=a(n,i,f,l,e[t+9],5,568446438),l=a(l,n,i,f,e[t+14],9,-1019803690),f=a(f,l,n,i,e[t+3],14,-187363961),i=a(i,f,l,n,e[t+8],20,1163531501),n=a(n,i,f,l,e[t+13],5,-1444681467),l=a(l,n,i,f,e[t+2],9,-51403784),f=a(f,l,n,i,e[t+7],14,1735328473),i=a(i,f,l,n,e[t+12],20,-1926607734),n=u(n,i,f,l,e[t+5],4,-378558),l=u(l,n,i,f,e[t+8],11,-2022574463),f=u(f,l,n,i,e[t+11],16,1839030562),i=u(i,f,l,n,e[t+14],23,-35309556),n=u(n,i,f,l,e[t+1],4,-1530992060),l=u(l,n,i,f,e[t+4],11,1272893353),f=u(f,l,n,i,e[t+7],16,-155497632),i=u(i,f,l,n,e[t+10],23,-1094730640),n=u(n,i,f,l,e[t+13],4,681279174),l=u(l,n,i,f,e[t],11,-358537222),f=u(f,l,n,i,e[t+3],16,-722521979),i=u(i,f,l,n,e[t+6],23,76029189),n=u(n,i,f,l,e[t+9],4,-640364487),l=u(l,n,i,f,e[t+12],11,-421815835),f=u(f,l,n,i,e[t+15],16,530742520),i=u(i,f,l,n,e[t+2],23,-995338651),n=c(n,i,f,l,e[t],6,-198630844),l=c(l,n,i,f,e[t+7],10,1126891415),f=c(f,l,n,i,e[t+14],15,-1416354905),i=c(i,f,l,n,e[t+5],21,-57434055),n=c(n,i,f,l,e[t+12],6,1700485571),l=c(l,n,i,f,e[t+3],10,-1894986606),f=c(f,l,n,i,e[t+10],15,-1051523),i=c(i,f,l,n,e[t+1],21,-2054922799),n=c(n,i,f,l,e[t+8],6,1873313359),l=c(l,n,i,f,e[t+15],10,-30611744),f=c(f,l,n,i,e[t+6],15,-1560198380),i=c(i,f,l,n,e[t+13],21,1309151649),n=c(n,i,f,l,e[t+4],6,-145523070),l=c(l,n,i,f,e[t+11],10,-1120210379),f=c(f,l,n,i,e[t+2],15,718787259),i=c(i,f,l,n,e[t+9],21,-343485551),n=o(n,r),i=o(i,d),f=o(f,h),l=o(l,p)}return[n,i,f,l]}(function(e){if(0===e.length)return[];const t=8*e.length,n=new Uint32Array(r(t));for(let r=0;r<t;r+=8)n[r>>5]|=(255&e[r/8])<<r%32;return n}(e),8*e.length))}},{}],15:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=function(){if(!r)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(o)};const r="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),o=new Uint8Array(16)},{}],16:[function(e,t,n){"use strict";function r(e,t,n,r){switch(e){case 0:return t&n^~t&r;case 1:case 3:return t^n^r;case 2:return t&n^t&r^n&r}}function o(e,t){return e<<t|e>>>32-t}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default=function(e){const t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){const t=unescape(encodeURIComponent(e));e=[];for(let n=0;n<t.length;++n)e.push(t.charCodeAt(n))}e.push(128);const i=e.length/4+2,s=Math.ceil(i/16),a=new Array(s);for(let t=0;t<s;++t){const n=new Uint32Array(16);for(let r=0;r<16;++r)n[r]=e[64*t+4*r]<<24|e[64*t+4*r+1]<<16|e[64*t+4*r+2]<<8|e[64*t+4*r+3];a[t]=n}a[s-1][14]=8*(e.length-1)/Math.pow(2,32),a[s-1][14]=Math.floor(a[s-1][14]),a[s-1][15]=8*(e.length-1)&4294967295;for(let e=0;e<s;++e){const i=new Uint32Array(80);for(let t=0;t<16;++t)i[t]=a[e][t];for(let e=16;e<80;++e)i[e]=o(i[e-3]^i[e-8]^i[e-14]^i[e-16],1);let s=n[0],u=n[1],c=n[2],f=n[3],l=n[4];for(let e=0;e<80;++e){const n=Math.floor(e/20),a=o(s,5)+r(n,u,c,f)+l+t[n]+i[e]>>>0;l=f,f=c,c=o(u,30)>>>0,u=s,s=a}n[0]=n[0]+s>>>0,n[1]=n[1]+u>>>0,n[2]=n[2]+c>>>0,n[3]=n[3]+f>>>0,n[4]=n[4]+l>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}},{}],17:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=i(e("./rng.js")),o=i(e("./bytesToUuid.js"));function i(e){return e&&e.__esModule?e:{default:e}}let s,a,u=0,c=0;n.default=function(e,t,n){let i=t&&n||0;const f=t||[];let l=(e=e||{}).node||s,d=void 0!==e.clockseq?e.clockseq:a;if(null==l||null==d){const t=e.random||(e.rng||r.default)();null==l&&(l=s=[1|t[0],t[1],t[2],t[3],t[4],t[5]]),null==d&&(d=a=16383&(t[6]<<8|t[7]))}let h=void 0!==e.msecs?e.msecs:Date.now(),p=void 0!==e.nsecs?e.nsecs:c+1;const v=h-u+(p-c)/1e4;if(v<0&&void 0===e.clockseq&&(d=d+1&16383),(v<0||h>u)&&void 0===e.nsecs&&(p=0),p>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");u=h,c=p,a=d,h+=122192928e5;const y=(1e4*(268435455&h)+p)%4294967296;f[i++]=y>>>24&255,f[i++]=y>>>16&255,f[i++]=y>>>8&255,f[i++]=255&y;const g=h/4294967296*1e4&268435455;f[i++]=g>>>8&255,f[i++]=255&g,f[i++]=g>>>24&15|16,f[i++]=g>>>16&255,f[i++]=d>>>8|128,f[i++]=255&d;for(let e=0;e<6;++e)f[i+e]=l[e];return t||(0,o.default)(f)}},{"./bytesToUuid.js":12,"./rng.js":15}],18:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=i(e("./v35.js")),o=i(e("./md5.js"));function i(e){return e&&e.__esModule?e:{default:e}}var s=(0,r.default)("v3",48,o.default);n.default=s},{"./md5.js":14,"./v35.js":19}],19:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=function(e,t,n){function r(e,r,i,s){const a=i&&s||0;if("string"==typeof e&&(e=function(e){e=unescape(encodeURIComponent(e));const t=[];for(let n=0;n<e.length;++n)t.push(e.charCodeAt(n));return t}(e)),"string"==typeof r&&(r=function(e){const t=[];return e.replace(/[a-fA-F0-9]{2}/g,function(e){t.push(parseInt(e,16))}),t}(r)),!Array.isArray(e))throw TypeError("value must be an array of bytes");if(!Array.isArray(r)||16!==r.length)throw TypeError("namespace must be uuid string or an Array of 16 byte values");const u=n(r.concat(e));if(u[6]=15&u[6]|t,u[8]=63&u[8]|128,i)for(let e=0;e<16;++e)i[a+e]=u[e];return i||(0,o.default)(u)}try{r.name=e}catch(e){}return r.DNS=i,r.URL=s,r},n.URL=n.DNS=void 0;var r,o=(r=e("./bytesToUuid.js"))&&r.__esModule?r:{default:r};const i="6ba7b810-9dad-11d1-80b4-00c04fd430c8";n.DNS=i;const s="6ba7b811-9dad-11d1-80b4-00c04fd430c8";n.URL=s},{"./bytesToUuid.js":12}],20:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=i(e("./rng.js")),o=i(e("./bytesToUuid.js"));function i(e){return e&&e.__esModule?e:{default:e}}n.default=function(e,t,n){"string"==typeof e&&(t="binary"===e?new Uint8Array(16):null,e=null);const i=(e=e||{}).random||(e.rng||r.default)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){const e=n||0;for(let n=0;n<16;++n)t[e+n]=i[n];return t}return(0,o.default)(i)}},{"./bytesToUuid.js":12,"./rng.js":15}],21:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=i(e("./v35.js")),o=i(e("./sha1.js"));function i(e){return e&&e.__esModule?e:{default:e}}var s=(0,r.default)("v5",80,o.default);n.default=s},{"./sha1.js":16,"./v35.js":19}],22:[function(e,t,n){var r,o,i=t.exports={};function s(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function u(e){if(r===setTimeout)return setTimeout(e,0);if((r===s||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r="function"==typeof setTimeout?setTimeout:s}catch(e){r=s}try{o="function"==typeof clearTimeout?clearTimeout:a}catch(e){o=a}}();var c,f=[],l=!1,d=-1;function h(){l&&c&&(l=!1,c.length?f=c.concat(f):d=-1,f.length&&p())}function p(){if(!l){var e=u(h);l=!0;for(var t=f.length;t;){for(c=f,f=[];++d<t;)c&&c[d].run();d=-1,t=f.length}c=null,l=!1,function(e){if(o===clearTimeout)return clearTimeout(e);if((o===a||!o)&&clearTimeout)return o=clearTimeout,clearTimeout(e);try{return o(e)}catch(t){try{return o.call(null,e)}catch(t){return o.call(this,e)}}}(e)}}function v(e,t){this.fun=e,this.array=t}function y(){}i.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];f.push(new v(e,t)),1!==f.length||l||u(p)},v.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=y,i.addListener=y,i.once=y,i.off=y,i.removeListener=y,i.removeAllListeners=y,i.emit=y,i.prependListener=y,i.prependOnceListener=y,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},{}],23:[function(e,t,n){!function(e){if("object"==typeof n)t.exports=e();else{var r;try{r=window}catch(e){r=self}r.SparkMD5=e()}}(function(e){"use strict";var t=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function n(e,t){var n=e[0],r=e[1],o=e[2],i=e[3];r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&o|~r&i)+t[0]-680876936|0)<<7|n>>>25)+r|0)&r|~n&o)+t[1]-389564586|0)<<12|i>>>20)+n|0)&n|~i&r)+t[2]+606105819|0)<<17|o>>>15)+i|0)&i|~o&n)+t[3]-1044525330|0)<<22|r>>>10)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&o|~r&i)+t[4]-176418897|0)<<7|n>>>25)+r|0)&r|~n&o)+t[5]+1200080426|0)<<12|i>>>20)+n|0)&n|~i&r)+t[6]-1473231341|0)<<17|o>>>15)+i|0)&i|~o&n)+t[7]-45705983|0)<<22|r>>>10)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&o|~r&i)+t[8]+1770035416|0)<<7|n>>>25)+r|0)&r|~n&o)+t[9]-1958414417|0)<<12|i>>>20)+n|0)&n|~i&r)+t[10]-42063|0)<<17|o>>>15)+i|0)&i|~o&n)+t[11]-1990404162|0)<<22|r>>>10)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&o|~r&i)+t[12]+1804603682|0)<<7|n>>>25)+r|0)&r|~n&o)+t[13]-40341101|0)<<12|i>>>20)+n|0)&n|~i&r)+t[14]-1502002290|0)<<17|o>>>15)+i|0)&i|~o&n)+t[15]+1236535329|0)<<22|r>>>10)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&i|o&~i)+t[1]-165796510|0)<<5|n>>>27)+r|0)&o|r&~o)+t[6]-1069501632|0)<<9|i>>>23)+n|0)&r|n&~r)+t[11]+643717713|0)<<14|o>>>18)+i|0)&n|i&~n)+t[0]-373897302|0)<<20|r>>>12)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&i|o&~i)+t[5]-701558691|0)<<5|n>>>27)+r|0)&o|r&~o)+t[10]+38016083|0)<<9|i>>>23)+n|0)&r|n&~r)+t[15]-660478335|0)<<14|o>>>18)+i|0)&n|i&~n)+t[4]-405537848|0)<<20|r>>>12)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&i|o&~i)+t[9]+568446438|0)<<5|n>>>27)+r|0)&o|r&~o)+t[14]-1019803690|0)<<9|i>>>23)+n|0)&r|n&~r)+t[3]-187363961|0)<<14|o>>>18)+i|0)&n|i&~n)+t[8]+1163531501|0)<<20|r>>>12)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r&i|o&~i)+t[13]-1444681467|0)<<5|n>>>27)+r|0)&o|r&~o)+t[2]-51403784|0)<<9|i>>>23)+n|0)&r|n&~r)+t[7]+1735328473|0)<<14|o>>>18)+i|0)&n|i&~n)+t[12]-1926607734|0)<<20|r>>>12)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r^o^i)+t[5]-378558|0)<<4|n>>>28)+r|0)^r^o)+t[8]-2022574463|0)<<11|i>>>21)+n|0)^n^r)+t[11]+1839030562|0)<<16|o>>>16)+i|0)^i^n)+t[14]-35309556|0)<<23|r>>>9)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r^o^i)+t[1]-1530992060|0)<<4|n>>>28)+r|0)^r^o)+t[4]+1272893353|0)<<11|i>>>21)+n|0)^n^r)+t[7]-155497632|0)<<16|o>>>16)+i|0)^i^n)+t[10]-1094730640|0)<<23|r>>>9)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r^o^i)+t[13]+681279174|0)<<4|n>>>28)+r|0)^r^o)+t[0]-358537222|0)<<11|i>>>21)+n|0)^n^r)+t[3]-722521979|0)<<16|o>>>16)+i|0)^i^n)+t[6]+76029189|0)<<23|r>>>9)+o|0,r=((r+=((o=((o+=((i=((i+=((n=((n+=(r^o^i)+t[9]-640364487|0)<<4|n>>>28)+r|0)^r^o)+t[12]-421815835|0)<<11|i>>>21)+n|0)^n^r)+t[15]+530742520|0)<<16|o>>>16)+i|0)^i^n)+t[2]-995338651|0)<<23|r>>>9)+o|0,r=((r+=((i=((i+=(r^((n=((n+=(o^(r|~i))+t[0]-198630844|0)<<6|n>>>26)+r|0)|~o))+t[7]+1126891415|0)<<10|i>>>22)+n|0)^((o=((o+=(n^(i|~r))+t[14]-1416354905|0)<<15|o>>>17)+i|0)|~n))+t[5]-57434055|0)<<21|r>>>11)+o|0,r=((r+=((i=((i+=(r^((n=((n+=(o^(r|~i))+t[12]+1700485571|0)<<6|n>>>26)+r|0)|~o))+t[3]-1894986606|0)<<10|i>>>22)+n|0)^((o=((o+=(n^(i|~r))+t[10]-1051523|0)<<15|o>>>17)+i|0)|~n))+t[1]-2054922799|0)<<21|r>>>11)+o|0,r=((r+=((i=((i+=(r^((n=((n+=(o^(r|~i))+t[8]+1873313359|0)<<6|n>>>26)+r|0)|~o))+t[15]-30611744|0)<<10|i>>>22)+n|0)^((o=((o+=(n^(i|~r))+t[6]-1560198380|0)<<15|o>>>17)+i|0)|~n))+t[13]+1309151649|0)<<21|r>>>11)+o|0,r=((r+=((i=((i+=(r^((n=((n+=(o^(r|~i))+t[4]-145523070|0)<<6|n>>>26)+r|0)|~o))+t[11]-1120210379|0)<<10|i>>>22)+n|0)^((o=((o+=(n^(i|~r))+t[2]+718787259|0)<<15|o>>>17)+i|0)|~n))+t[9]-343485551|0)<<21|r>>>11)+o|0,e[0]=n+e[0]|0,e[1]=r+e[1]|0,e[2]=o+e[2]|0,e[3]=i+e[3]|0}function r(e){var t,n=[];for(t=0;t<64;t+=4)n[t>>2]=e.charCodeAt(t)+(e.charCodeAt(t+1)<<8)+(e.charCodeAt(t+2)<<16)+(e.charCodeAt(t+3)<<24);return n}function o(e){var t,n=[];for(t=0;t<64;t+=4)n[t>>2]=e[t]+(e[t+1]<<8)+(e[t+2]<<16)+(e[t+3]<<24);return n}function i(e){var t,o,i,s,a,u,c=e.length,f=[1732584193,-271733879,-1732584194,271733878];for(t=64;t<=c;t+=64)n(f,r(e.substring(t-64,t)));for(o=(e=e.substring(t-64)).length,i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],t=0;t<o;t+=1)i[t>>2]|=e.charCodeAt(t)<<(t%4<<3);if(i[t>>2]|=128<<(t%4<<3),t>55)for(n(f,i),t=0;t<16;t+=1)i[t]=0;return s=(s=8*c).toString(16).match(/(.*?)(.{0,8})$/),a=parseInt(s[2],16),u=parseInt(s[1],16)||0,i[14]=a,i[15]=u,n(f,i),f}function s(e){var n,r="";for(n=0;n<4;n+=1)r+=t[e>>8*n+4&15]+t[e>>8*n&15];return r}function a(e){var t;for(t=0;t<e.length;t+=1)e[t]=s(e[t]);return e.join("")}function u(e){return/[\u0080-\uFFFF]/.test(e)&&(e=unescape(encodeURIComponent(e))),e}function c(e){var t,n=[],r=e.length;for(t=0;t<r-1;t+=2)n.push(parseInt(e.substr(t,2),16));return String.fromCharCode.apply(String,n)}function f(){this.reset()}return a(i("hello")),"undefined"==typeof ArrayBuffer||ArrayBuffer.prototype.slice||function(){function t(e,t){return(e=0|e||0)<0?Math.max(e+t,0):Math.min(e,t)}ArrayBuffer.prototype.slice=function(n,r){var o,i,s,a,u=this.byteLength,c=t(n,u),f=u;return r!==e&&(f=t(r,u)),c>f?new ArrayBuffer(0):(o=f-c,i=new ArrayBuffer(o),s=new Uint8Array(i),a=new Uint8Array(this,c,o),s.set(a),i)}}(),f.prototype.append=function(e){return this.appendBinary(u(e)),this},f.prototype.appendBinary=function(e){this._buff+=e,this._length+=e.length;var t,o=this._buff.length;for(t=64;t<=o;t+=64)n(this._hash,r(this._buff.substring(t-64,t)));return this._buff=this._buff.substring(t-64),this},f.prototype.end=function(e){var t,n,r=this._buff,o=r.length,i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];for(t=0;t<o;t+=1)i[t>>2]|=r.charCodeAt(t)<<(t%4<<3);return this._finish(i,o),n=a(this._hash),e&&(n=c(n)),this.reset(),n},f.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},f.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},f.prototype.setState=function(e){return this._buff=e.buff,this._length=e.length,this._hash=e.hash,this},f.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},f.prototype._finish=function(e,t){var r,o,i,s=t;if(e[s>>2]|=128<<(s%4<<3),s>55)for(n(this._hash,e),s=0;s<16;s+=1)e[s]=0;r=(r=8*this._length).toString(16).match(/(.*?)(.{0,8})$/),o=parseInt(r[2],16),i=parseInt(r[1],16)||0,e[14]=o,e[15]=i,n(this._hash,e)},f.hash=function(e,t){return f.hashBinary(u(e),t)},f.hashBinary=function(e,t){var n=a(i(e));return t?c(n):n},f.ArrayBuffer=function(){this.reset()},f.ArrayBuffer.prototype.append=function(e){var t,r,i,s,a=(r=this._buff.buffer,i=e,(s=new Uint8Array(r.byteLength+i.byteLength)).set(new Uint8Array(r)),s.set(new Uint8Array(i),r.byteLength),s),u=a.length;for(this._length+=e.byteLength,t=64;t<=u;t+=64)n(this._hash,o(a.subarray(t-64,t)));return this._buff=t-64<u?new Uint8Array(a.buffer.slice(t-64)):new Uint8Array(0),this},f.ArrayBuffer.prototype.end=function(e){var t,n,r=this._buff,o=r.length,i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];for(t=0;t<o;t+=1)i[t>>2]|=r[t]<<(t%4<<3);return this._finish(i,o),n=a(this._hash),e&&(n=c(n)),this.reset(),n},f.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},f.ArrayBuffer.prototype.getState=function(){var e,t=f.prototype.getState.call(this);return t.buff=(e=t.buff,String.fromCharCode.apply(null,new Uint8Array(e))),t},f.ArrayBuffer.prototype.setState=function(e){return e.buff=function(e){var t,n=e.length,r=new ArrayBuffer(n),o=new Uint8Array(r);for(t=0;t<n;t+=1)o[t]=e.charCodeAt(t);return o}(e.buff),f.prototype.setState.call(this,e)},f.ArrayBuffer.prototype.destroy=f.prototype.destroy,f.ArrayBuffer.prototype._finish=f.prototype._finish,f.ArrayBuffer.hash=function(e,t){var r=a(function(e){var t,r,i,s,a,u,c=e.length,f=[1732584193,-271733879,-1732584194,271733878];for(t=64;t<=c;t+=64)n(f,o(e.subarray(t-64,t)));for(r=(e=t-64<c?e.subarray(t-64):new Uint8Array(0)).length,i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],t=0;t<r;t+=1)i[t>>2]|=e[t]<<(t%4<<3);if(i[t>>2]|=128<<(t%4<<3),t>55)for(n(f,i),t=0;t<16;t+=1)i[t]=0;return s=(s=8*c).toString(16).match(/(.*?)(.{0,8})$/),a=parseInt(s[2],16),u=parseInt(s[1],16)||0,i[14]=a,i[15]=u,n(f,i),f}(new Uint8Array(e)));return t?c(r):r},f})},{}],24:[function(e,t,n){"use strict";function r(e,t,n){var r=n[n.length-1];e===r.element&&(n.pop(),r=n[n.length-1]);var o=r.element,i=r.index;Array.isArray(o)?o.push(e):i===t.length-2?o[t.pop()]=e:t.push(e)}n.stringify=function(e){var t=[];t.push({obj:e});for(var n,r,o,i,s,a,u,c,f,l,d="";n=t.pop();)if(r=n.obj,d+=n.prefix||"",o=n.val||"")d+=o;else if("object"!=typeof r)d+=void 0===r?null:JSON.stringify(r);else if(null===r)d+="null";else if(Array.isArray(r)){for(t.push({val:"]"}),i=r.length-1;i>=0;i--)s=0===i?"":",",t.push({obj:r[i],prefix:s});t.push({val:"["})}else{for(u in a=[],r)r.hasOwnProperty(u)&&a.push(u);for(t.push({val:"}"}),i=a.length-1;i>=0;i--)f=r[c=a[i]],l=i>0?",":"",l+=JSON.stringify(c)+":",t.push({obj:f,prefix:l});t.push({val:"{"})}return d},n.parse=function(e){for(var t,n,o,i,s,a,u,c,f,l=[],d=[],h=0;;)if("}"!==(t=e[h++])&&"]"!==t&&void 0!==t)switch(t){case" ":case"\t":case"\n":case":":case",":break;case"n":h+=3,r(null,l,d);break;case"t":h+=3,r(!0,l,d);break;case"f":h+=4,r(!1,l,d);break;case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"-":for(n="",h--;;){if(o=e[h++],!/[\d\.\-e\+]/.test(o)){h--;break}n+=o}r(parseFloat(n),l,d);break;case'"':for(i="",s=void 0,a=0;'"'!==(u=e[h++])||"\\"===s&&a%2==1;)i+=u,"\\"===(s=u)?a++:a=0;r(JSON.parse('"'+i+'"'),l,d);break;case"[":c={element:[],index:l.length},l.push(c.element),d.push(c);break;case"{":f={element:{},index:l.length},l.push(f.element),d.push(f);break;default:throw new Error("unexpectedly reached end of input: "+t)}else{if(1===l.length)return l.pop();r(l.pop(),l,d)}}},{}]},{},[11])(11)});