@react-native-firebase/app 23.8.3 → 23.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (422) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/android/src/reactnative/java/io/invertase/firebase/app/ReactNativeFirebaseVersion.java +1 -1
  3. package/dist/module/internal/NativeFirebaseError.js +7 -7
  4. package/dist/module/internal/NativeFirebaseError.js.map +1 -1
  5. package/dist/module/version.js +1 -1
  6. package/dist/typescript/lib/FirebaseApp.d.ts.map +1 -0
  7. package/dist/typescript/lib/common/Base64.d.ts.map +1 -0
  8. package/dist/typescript/lib/common/MutatableParams.d.ts.map +1 -0
  9. package/dist/typescript/lib/common/ReferenceBase.d.ts.map +1 -0
  10. package/dist/typescript/lib/common/deeps.d.ts.map +1 -0
  11. package/dist/typescript/lib/common/id.d.ts.map +1 -0
  12. package/dist/typescript/lib/common/index.d.ts.map +1 -0
  13. package/dist/typescript/lib/common/path.d.ts.map +1 -0
  14. package/dist/typescript/lib/common/promise.d.ts.map +1 -0
  15. package/dist/typescript/lib/common/serialize.d.ts.map +1 -0
  16. package/dist/typescript/lib/common/unitTestUtils.d.ts.map +1 -0
  17. package/dist/typescript/lib/common/validate.d.ts.map +1 -0
  18. package/dist/typescript/lib/index.d.ts.map +1 -0
  19. package/dist/typescript/lib/internal/FirebaseModule.d.ts.map +1 -0
  20. package/dist/typescript/lib/internal/NativeFirebaseError.d.ts.map +1 -0
  21. package/dist/typescript/lib/internal/NativeModules.d.ts.map +1 -0
  22. package/dist/typescript/lib/internal/RNFBNativeEventEmitter.d.ts.map +1 -0
  23. package/dist/typescript/lib/internal/SharedEventEmitter.d.ts.map +1 -0
  24. package/dist/typescript/lib/internal/asyncStorage.d.ts.map +1 -0
  25. package/dist/typescript/lib/internal/constants.d.ts.map +1 -0
  26. package/dist/typescript/lib/internal/index.d.ts.map +1 -0
  27. package/dist/typescript/lib/internal/logger.d.ts.map +1 -0
  28. package/dist/typescript/lib/internal/nativeModule.android.d.ts.map +1 -0
  29. package/dist/typescript/lib/internal/nativeModule.d.ts.map +1 -0
  30. package/dist/typescript/lib/internal/nativeModule.ios.d.ts.map +1 -0
  31. package/dist/typescript/lib/internal/nativeModuleAndroidIos.d.ts.map +1 -0
  32. package/dist/typescript/lib/internal/nativeModuleWeb.d.ts.map +1 -0
  33. package/dist/typescript/lib/internal/nullSerialization.d.ts.map +1 -0
  34. package/dist/typescript/lib/internal/registry/app.d.ts.map +1 -0
  35. package/dist/typescript/lib/internal/registry/namespace.d.ts.map +1 -0
  36. package/dist/typescript/lib/internal/registry/nativeModule.d.ts.map +1 -0
  37. package/dist/typescript/lib/internal/web/RNFBAppModule.d.ts.map +1 -0
  38. package/dist/typescript/lib/internal/web/firebaseApp.d.ts.map +1 -0
  39. package/dist/typescript/lib/internal/web/firebaseAppCheck.d.ts.map +1 -0
  40. package/dist/typescript/lib/internal/web/firebaseAuth.d.ts.map +1 -0
  41. package/dist/typescript/lib/internal/web/firebaseDatabase.d.ts.map +1 -0
  42. package/dist/typescript/lib/internal/web/firebaseFirestore.d.ts.map +1 -0
  43. package/dist/typescript/lib/internal/web/firebaseFunctions.d.ts.map +1 -0
  44. package/dist/typescript/lib/internal/web/firebaseInstallations.d.ts.map +1 -0
  45. package/dist/typescript/lib/internal/web/firebaseRemoteConfig.d.ts.map +1 -0
  46. package/dist/typescript/lib/internal/web/firebaseStorage.d.ts.map +1 -0
  47. package/dist/typescript/lib/internal/web/utils.d.ts.map +1 -0
  48. package/dist/typescript/{commonjs/lib → lib}/modular.d.ts +1 -1
  49. package/dist/typescript/lib/modular.d.ts.map +1 -0
  50. package/dist/typescript/lib/namespaced.d.ts.map +1 -0
  51. package/dist/typescript/lib/types/app.d.ts.map +1 -0
  52. package/dist/typescript/{module/lib → lib}/types/internal.d.ts +1 -1
  53. package/dist/typescript/lib/types/internal.d.ts.map +1 -0
  54. package/dist/typescript/lib/utils/UtilsStatics.d.ts.map +1 -0
  55. package/dist/typescript/lib/utils/index.d.ts.map +1 -0
  56. package/dist/typescript/lib/version.d.ts +2 -0
  57. package/dist/typescript/lib/version.d.ts.map +1 -0
  58. package/ios/RNFBApp/RNFBVersion.m +1 -1
  59. package/lib/internal/NativeFirebaseError.ts +7 -7
  60. package/lib/types/internal.ts +1 -1
  61. package/lib/version.ts +1 -1
  62. package/package.json +20 -57
  63. package/dist/commonjs/FirebaseApp.js +0 -85
  64. package/dist/commonjs/FirebaseApp.js.map +0 -1
  65. package/dist/commonjs/common/Base64.js +0 -106
  66. package/dist/commonjs/common/Base64.js.map +0 -1
  67. package/dist/commonjs/common/MutatableParams.js +0 -50
  68. package/dist/commonjs/common/MutatableParams.js.map +0 -1
  69. package/dist/commonjs/common/ReferenceBase.js +0 -49
  70. package/dist/commonjs/common/ReferenceBase.js.map +0 -1
  71. package/dist/commonjs/common/deeps.js +0 -82
  72. package/dist/commonjs/common/deeps.js.map +0 -1
  73. package/dist/commonjs/common/id.js +0 -88
  74. package/dist/commonjs/common/id.js.map +0 -1
  75. package/dist/commonjs/common/index.js +0 -799
  76. package/dist/commonjs/common/index.js.map +0 -1
  77. package/dist/commonjs/common/path.js +0 -133
  78. package/dist/commonjs/common/path.js.map +0 -1
  79. package/dist/commonjs/common/promise.js +0 -65
  80. package/dist/commonjs/common/promise.js.map +0 -1
  81. package/dist/commonjs/common/serialize.js +0 -48
  82. package/dist/commonjs/common/serialize.js.map +0 -1
  83. package/dist/commonjs/common/unitTestUtils.js +0 -54
  84. package/dist/commonjs/common/unitTestUtils.js.map +0 -1
  85. package/dist/commonjs/common/validate.js +0 -236
  86. package/dist/commonjs/common/validate.js.map +0 -1
  87. package/dist/commonjs/index.js +0 -42
  88. package/dist/commonjs/index.js.map +0 -1
  89. package/dist/commonjs/internal/FirebaseModule.js +0 -63
  90. package/dist/commonjs/internal/FirebaseModule.js.map +0 -1
  91. package/dist/commonjs/internal/NativeFirebaseError.js +0 -92
  92. package/dist/commonjs/internal/NativeFirebaseError.js.map +0 -1
  93. package/dist/commonjs/internal/NativeModules.js +0 -6
  94. package/dist/commonjs/internal/NativeModules.js.map +0 -1
  95. package/dist/commonjs/internal/RNFBNativeEventEmitter.js +0 -118
  96. package/dist/commonjs/internal/RNFBNativeEventEmitter.js.map +0 -1
  97. package/dist/commonjs/internal/SharedEventEmitter.js +0 -26
  98. package/dist/commonjs/internal/SharedEventEmitter.js.map +0 -1
  99. package/dist/commonjs/internal/asyncStorage.js +0 -83
  100. package/dist/commonjs/internal/asyncStorage.js.map +0 -1
  101. package/dist/commonjs/internal/constants.js +0 -27
  102. package/dist/commonjs/internal/constants.js.map +0 -1
  103. package/dist/commonjs/internal/index.js +0 -109
  104. package/dist/commonjs/internal/index.js.map +0 -1
  105. package/dist/commonjs/internal/logger.js +0 -256
  106. package/dist/commonjs/internal/logger.js.map +0 -1
  107. package/dist/commonjs/internal/nativeModule.android.js +0 -19
  108. package/dist/commonjs/internal/nativeModule.android.js.map +0 -1
  109. package/dist/commonjs/internal/nativeModule.ios.js +0 -19
  110. package/dist/commonjs/internal/nativeModule.ios.js.map +0 -1
  111. package/dist/commonjs/internal/nativeModule.js +0 -19
  112. package/dist/commonjs/internal/nativeModule.js.map +0 -1
  113. package/dist/commonjs/internal/nativeModuleAndroidIos.js +0 -51
  114. package/dist/commonjs/internal/nativeModuleAndroidIos.js.map +0 -1
  115. package/dist/commonjs/internal/nativeModuleWeb.js +0 -52
  116. package/dist/commonjs/internal/nativeModuleWeb.js.map +0 -1
  117. package/dist/commonjs/internal/nullSerialization.js +0 -162
  118. package/dist/commonjs/internal/nullSerialization.js.map +0 -1
  119. package/dist/commonjs/internal/registry/app.js +0 -238
  120. package/dist/commonjs/internal/registry/app.js.map +0 -1
  121. package/dist/commonjs/internal/registry/namespace.js +0 -269
  122. package/dist/commonjs/internal/registry/namespace.js.map +0 -1
  123. package/dist/commonjs/internal/registry/nativeModule.js +0 -224
  124. package/dist/commonjs/internal/registry/nativeModule.js.map +0 -1
  125. package/dist/commonjs/internal/web/RNFBAppModule.js +0 -273
  126. package/dist/commonjs/internal/web/RNFBAppModule.js.map +0 -1
  127. package/dist/commonjs/internal/web/firebaseApp.js +0 -17
  128. package/dist/commonjs/internal/web/firebaseApp.js.map +0 -1
  129. package/dist/commonjs/internal/web/firebaseAppCheck.js +0 -36
  130. package/dist/commonjs/internal/web/firebaseAppCheck.js.map +0 -1
  131. package/dist/commonjs/internal/web/firebaseAuth.js +0 -28
  132. package/dist/commonjs/internal/web/firebaseAuth.js.map +0 -1
  133. package/dist/commonjs/internal/web/firebaseDatabase.js +0 -28
  134. package/dist/commonjs/internal/web/firebaseDatabase.js.map +0 -1
  135. package/dist/commonjs/internal/web/firebaseFirestore.js +0 -28
  136. package/dist/commonjs/internal/web/firebaseFirestore.js.map +0 -1
  137. package/dist/commonjs/internal/web/firebaseFunctions.js +0 -28
  138. package/dist/commonjs/internal/web/firebaseFunctions.js.map +0 -1
  139. package/dist/commonjs/internal/web/firebaseInstallations.js +0 -36
  140. package/dist/commonjs/internal/web/firebaseInstallations.js.map +0 -1
  141. package/dist/commonjs/internal/web/firebaseRemoteConfig.js +0 -36
  142. package/dist/commonjs/internal/web/firebaseRemoteConfig.js.map +0 -1
  143. package/dist/commonjs/internal/web/firebaseStorage.js +0 -28
  144. package/dist/commonjs/internal/web/firebaseStorage.js.map +0 -1
  145. package/dist/commonjs/internal/web/memidb/FDBCursor.js +0 -479
  146. package/dist/commonjs/internal/web/memidb/FDBCursor.js.map +0 -1
  147. package/dist/commonjs/internal/web/memidb/FDBCursorWithValue.js +0 -19
  148. package/dist/commonjs/internal/web/memidb/FDBCursorWithValue.js.map +0 -1
  149. package/dist/commonjs/internal/web/memidb/FDBDatabase.js +0 -163
  150. package/dist/commonjs/internal/web/memidb/FDBDatabase.js.map +0 -1
  151. package/dist/commonjs/internal/web/memidb/FDBFactory.js +0 -264
  152. package/dist/commonjs/internal/web/memidb/FDBFactory.js.map +0 -1
  153. package/dist/commonjs/internal/web/memidb/FDBIndex.js +0 -191
  154. package/dist/commonjs/internal/web/memidb/FDBIndex.js.map +0 -1
  155. package/dist/commonjs/internal/web/memidb/FDBKeyRange.js +0 -78
  156. package/dist/commonjs/internal/web/memidb/FDBKeyRange.js.map +0 -1
  157. package/dist/commonjs/internal/web/memidb/FDBObjectStore.js +0 -383
  158. package/dist/commonjs/internal/web/memidb/FDBObjectStore.js.map +0 -1
  159. package/dist/commonjs/internal/web/memidb/FDBOpenDBRequest.js +0 -17
  160. package/dist/commonjs/internal/web/memidb/FDBOpenDBRequest.js.map +0 -1
  161. package/dist/commonjs/internal/web/memidb/FDBRequest.js +0 -41
  162. package/dist/commonjs/internal/web/memidb/FDBRequest.js.map +0 -1
  163. package/dist/commonjs/internal/web/memidb/FDBTransaction.js +0 -221
  164. package/dist/commonjs/internal/web/memidb/FDBTransaction.js.map +0 -1
  165. package/dist/commonjs/internal/web/memidb/FDBVersionChangeEvent.js +0 -20
  166. package/dist/commonjs/internal/web/memidb/FDBVersionChangeEvent.js.map +0 -1
  167. package/dist/commonjs/internal/web/memidb/LICENSE +0 -208
  168. package/dist/commonjs/internal/web/memidb/index.js +0 -45
  169. package/dist/commonjs/internal/web/memidb/index.js.map +0 -1
  170. package/dist/commonjs/internal/web/memidb/lib/Database.js +0 -38
  171. package/dist/commonjs/internal/web/memidb/lib/Database.js.map +0 -1
  172. package/dist/commonjs/internal/web/memidb/lib/FakeDOMStringList.js +0 -78
  173. package/dist/commonjs/internal/web/memidb/lib/FakeDOMStringList.js.map +0 -1
  174. package/dist/commonjs/internal/web/memidb/lib/FakeEvent.js +0 -45
  175. package/dist/commonjs/internal/web/memidb/lib/FakeEvent.js.map +0 -1
  176. package/dist/commonjs/internal/web/memidb/lib/FakeEventTarget.js +0 -111
  177. package/dist/commonjs/internal/web/memidb/lib/FakeEventTarget.js.map +0 -1
  178. package/dist/commonjs/internal/web/memidb/lib/Index.js +0 -164
  179. package/dist/commonjs/internal/web/memidb/lib/Index.js.map +0 -1
  180. package/dist/commonjs/internal/web/memidb/lib/KeyGenerator.js +0 -29
  181. package/dist/commonjs/internal/web/memidb/lib/KeyGenerator.js.map +0 -1
  182. package/dist/commonjs/internal/web/memidb/lib/ObjectStore.js +0 -180
  183. package/dist/commonjs/internal/web/memidb/lib/ObjectStore.js.map +0 -1
  184. package/dist/commonjs/internal/web/memidb/lib/RecordStore.js +0 -141
  185. package/dist/commonjs/internal/web/memidb/lib/RecordStore.js.map +0 -1
  186. package/dist/commonjs/internal/web/memidb/lib/binarySearch.js +0 -86
  187. package/dist/commonjs/internal/web/memidb/lib/binarySearch.js.map +0 -1
  188. package/dist/commonjs/internal/web/memidb/lib/canInjectKey.js +0 -30
  189. package/dist/commonjs/internal/web/memidb/lib/canInjectKey.js.map +0 -1
  190. package/dist/commonjs/internal/web/memidb/lib/cmp.js +0 -85
  191. package/dist/commonjs/internal/web/memidb/lib/cmp.js.map +0 -1
  192. package/dist/commonjs/internal/web/memidb/lib/enforceRange.js +0 -20
  193. package/dist/commonjs/internal/web/memidb/lib/enforceRange.js.map +0 -1
  194. package/dist/commonjs/internal/web/memidb/lib/errors.js +0 -95
  195. package/dist/commonjs/internal/web/memidb/lib/errors.js.map +0 -1
  196. package/dist/commonjs/internal/web/memidb/lib/extractKey.js +0 -46
  197. package/dist/commonjs/internal/web/memidb/lib/extractKey.js.map +0 -1
  198. package/dist/commonjs/internal/web/memidb/lib/scheduling.js +0 -37
  199. package/dist/commonjs/internal/web/memidb/lib/scheduling.js.map +0 -1
  200. package/dist/commonjs/internal/web/memidb/lib/types.js +0 -6
  201. package/dist/commonjs/internal/web/memidb/lib/types.js.map +0 -1
  202. package/dist/commonjs/internal/web/memidb/lib/validateKeyPath.js +0 -51
  203. package/dist/commonjs/internal/web/memidb/lib/validateKeyPath.js.map +0 -1
  204. package/dist/commonjs/internal/web/memidb/lib/valueToKey.js +0 -62
  205. package/dist/commonjs/internal/web/memidb/lib/valueToKey.js.map +0 -1
  206. package/dist/commonjs/internal/web/memidb/lib/valueToKeyRange.js +0 -26
  207. package/dist/commonjs/internal/web/memidb/lib/valueToKeyRange.js.map +0 -1
  208. package/dist/commonjs/internal/web/structuredClone/index.js +0 -239
  209. package/dist/commonjs/internal/web/structuredClone/index.js.map +0 -1
  210. package/dist/commonjs/internal/web/utils.js +0 -59
  211. package/dist/commonjs/internal/web/utils.js.map +0 -1
  212. package/dist/commonjs/modular.js +0 -190
  213. package/dist/commonjs/modular.js.map +0 -1
  214. package/dist/commonjs/namespaced.js +0 -35
  215. package/dist/commonjs/namespaced.js.map +0 -1
  216. package/dist/commonjs/package.json +0 -1
  217. package/dist/commonjs/types/app.js +0 -139
  218. package/dist/commonjs/types/app.js.map +0 -1
  219. package/dist/commonjs/types/internal.js +0 -6
  220. package/dist/commonjs/types/internal.js.map +0 -1
  221. package/dist/commonjs/utils/UtilsStatics.js +0 -59
  222. package/dist/commonjs/utils/UtilsStatics.js.map +0 -1
  223. package/dist/commonjs/utils/index.js +0 -94
  224. package/dist/commonjs/utils/index.js.map +0 -1
  225. package/dist/commonjs/version.js +0 -9
  226. package/dist/commonjs/version.js.map +0 -1
  227. package/dist/typescript/commonjs/lib/FirebaseApp.d.ts.map +0 -1
  228. package/dist/typescript/commonjs/lib/common/Base64.d.ts.map +0 -1
  229. package/dist/typescript/commonjs/lib/common/MutatableParams.d.ts.map +0 -1
  230. package/dist/typescript/commonjs/lib/common/ReferenceBase.d.ts.map +0 -1
  231. package/dist/typescript/commonjs/lib/common/deeps.d.ts.map +0 -1
  232. package/dist/typescript/commonjs/lib/common/id.d.ts.map +0 -1
  233. package/dist/typescript/commonjs/lib/common/index.d.ts.map +0 -1
  234. package/dist/typescript/commonjs/lib/common/path.d.ts.map +0 -1
  235. package/dist/typescript/commonjs/lib/common/promise.d.ts.map +0 -1
  236. package/dist/typescript/commonjs/lib/common/serialize.d.ts.map +0 -1
  237. package/dist/typescript/commonjs/lib/common/unitTestUtils.d.ts.map +0 -1
  238. package/dist/typescript/commonjs/lib/common/validate.d.ts.map +0 -1
  239. package/dist/typescript/commonjs/lib/index.d.ts.map +0 -1
  240. package/dist/typescript/commonjs/lib/internal/FirebaseModule.d.ts.map +0 -1
  241. package/dist/typescript/commonjs/lib/internal/NativeFirebaseError.d.ts.map +0 -1
  242. package/dist/typescript/commonjs/lib/internal/NativeModules.d.ts.map +0 -1
  243. package/dist/typescript/commonjs/lib/internal/RNFBNativeEventEmitter.d.ts.map +0 -1
  244. package/dist/typescript/commonjs/lib/internal/SharedEventEmitter.d.ts.map +0 -1
  245. package/dist/typescript/commonjs/lib/internal/asyncStorage.d.ts.map +0 -1
  246. package/dist/typescript/commonjs/lib/internal/constants.d.ts.map +0 -1
  247. package/dist/typescript/commonjs/lib/internal/index.d.ts.map +0 -1
  248. package/dist/typescript/commonjs/lib/internal/logger.d.ts.map +0 -1
  249. package/dist/typescript/commonjs/lib/internal/nativeModule.android.d.ts.map +0 -1
  250. package/dist/typescript/commonjs/lib/internal/nativeModule.d.ts.map +0 -1
  251. package/dist/typescript/commonjs/lib/internal/nativeModule.ios.d.ts.map +0 -1
  252. package/dist/typescript/commonjs/lib/internal/nativeModuleAndroidIos.d.ts.map +0 -1
  253. package/dist/typescript/commonjs/lib/internal/nativeModuleWeb.d.ts.map +0 -1
  254. package/dist/typescript/commonjs/lib/internal/nullSerialization.d.ts.map +0 -1
  255. package/dist/typescript/commonjs/lib/internal/registry/app.d.ts.map +0 -1
  256. package/dist/typescript/commonjs/lib/internal/registry/namespace.d.ts.map +0 -1
  257. package/dist/typescript/commonjs/lib/internal/registry/nativeModule.d.ts.map +0 -1
  258. package/dist/typescript/commonjs/lib/internal/web/RNFBAppModule.d.ts.map +0 -1
  259. package/dist/typescript/commonjs/lib/internal/web/firebaseApp.d.ts.map +0 -1
  260. package/dist/typescript/commonjs/lib/internal/web/firebaseAppCheck.d.ts.map +0 -1
  261. package/dist/typescript/commonjs/lib/internal/web/firebaseAuth.d.ts.map +0 -1
  262. package/dist/typescript/commonjs/lib/internal/web/firebaseDatabase.d.ts.map +0 -1
  263. package/dist/typescript/commonjs/lib/internal/web/firebaseFirestore.d.ts.map +0 -1
  264. package/dist/typescript/commonjs/lib/internal/web/firebaseFunctions.d.ts.map +0 -1
  265. package/dist/typescript/commonjs/lib/internal/web/firebaseInstallations.d.ts.map +0 -1
  266. package/dist/typescript/commonjs/lib/internal/web/firebaseRemoteConfig.d.ts.map +0 -1
  267. package/dist/typescript/commonjs/lib/internal/web/firebaseStorage.d.ts.map +0 -1
  268. package/dist/typescript/commonjs/lib/internal/web/utils.d.ts.map +0 -1
  269. package/dist/typescript/commonjs/lib/modular.d.ts.map +0 -1
  270. package/dist/typescript/commonjs/lib/namespaced.d.ts.map +0 -1
  271. package/dist/typescript/commonjs/lib/types/app.d.ts.map +0 -1
  272. package/dist/typescript/commonjs/lib/types/internal.d.ts +0 -101
  273. package/dist/typescript/commonjs/lib/types/internal.d.ts.map +0 -1
  274. package/dist/typescript/commonjs/lib/utils/UtilsStatics.d.ts.map +0 -1
  275. package/dist/typescript/commonjs/lib/utils/index.d.ts.map +0 -1
  276. package/dist/typescript/commonjs/lib/version.d.ts +0 -2
  277. package/dist/typescript/commonjs/lib/version.d.ts.map +0 -1
  278. package/dist/typescript/commonjs/package.json +0 -1
  279. package/dist/typescript/module/lib/FirebaseApp.d.ts +0 -21
  280. package/dist/typescript/module/lib/FirebaseApp.d.ts.map +0 -1
  281. package/dist/typescript/module/lib/common/Base64.d.ts +0 -23
  282. package/dist/typescript/module/lib/common/Base64.d.ts.map +0 -1
  283. package/dist/typescript/module/lib/common/MutatableParams.d.ts +0 -10
  284. package/dist/typescript/module/lib/common/MutatableParams.d.ts.map +0 -1
  285. package/dist/typescript/module/lib/common/ReferenceBase.d.ts +0 -12
  286. package/dist/typescript/module/lib/common/ReferenceBase.d.ts.map +0 -1
  287. package/dist/typescript/module/lib/common/deeps.d.ts +0 -19
  288. package/dist/typescript/module/lib/common/deeps.d.ts.map +0 -1
  289. package/dist/typescript/module/lib/common/id.d.ts +0 -12
  290. package/dist/typescript/module/lib/common/id.d.ts.map +0 -1
  291. package/dist/typescript/module/lib/common/index.d.ts +0 -33
  292. package/dist/typescript/module/lib/common/index.d.ts.map +0 -1
  293. package/dist/typescript/module/lib/common/path.d.ts +0 -51
  294. package/dist/typescript/module/lib/common/path.d.ts.map +0 -1
  295. package/dist/typescript/module/lib/common/promise.d.ts +0 -12
  296. package/dist/typescript/module/lib/common/promise.d.ts.map +0 -1
  297. package/dist/typescript/module/lib/common/serialize.d.ts +0 -4
  298. package/dist/typescript/module/lib/common/serialize.d.ts.map +0 -1
  299. package/dist/typescript/module/lib/common/unitTestUtils.d.ts +0 -4
  300. package/dist/typescript/module/lib/common/unitTestUtils.d.ts.map +0 -1
  301. package/dist/typescript/module/lib/common/validate.d.ts +0 -100
  302. package/dist/typescript/module/lib/common/validate.d.ts.map +0 -1
  303. package/dist/typescript/module/lib/index.d.ts +0 -4
  304. package/dist/typescript/module/lib/index.d.ts.map +0 -1
  305. package/dist/typescript/module/lib/internal/FirebaseModule.d.ts +0 -17
  306. package/dist/typescript/module/lib/internal/FirebaseModule.d.ts.map +0 -1
  307. package/dist/typescript/module/lib/internal/NativeFirebaseError.d.ts +0 -20
  308. package/dist/typescript/module/lib/internal/NativeFirebaseError.d.ts.map +0 -1
  309. package/dist/typescript/module/lib/internal/NativeModules.d.ts +0 -83
  310. package/dist/typescript/module/lib/internal/NativeModules.d.ts.map +0 -1
  311. package/dist/typescript/module/lib/internal/RNFBNativeEventEmitter.d.ts +0 -13
  312. package/dist/typescript/module/lib/internal/RNFBNativeEventEmitter.d.ts.map +0 -1
  313. package/dist/typescript/module/lib/internal/SharedEventEmitter.d.ts +0 -4
  314. package/dist/typescript/module/lib/internal/SharedEventEmitter.d.ts.map +0 -1
  315. package/dist/typescript/module/lib/internal/asyncStorage.d.ts +0 -10
  316. package/dist/typescript/module/lib/internal/asyncStorage.d.ts.map +0 -1
  317. package/dist/typescript/module/lib/internal/constants.d.ts +0 -5
  318. package/dist/typescript/module/lib/internal/constants.d.ts.map +0 -1
  319. package/dist/typescript/module/lib/internal/index.d.ts +0 -12
  320. package/dist/typescript/module/lib/internal/index.d.ts.map +0 -1
  321. package/dist/typescript/module/lib/internal/logger.d.ts +0 -83
  322. package/dist/typescript/module/lib/internal/logger.d.ts.map +0 -1
  323. package/dist/typescript/module/lib/internal/nativeModule.android.d.ts +0 -3
  324. package/dist/typescript/module/lib/internal/nativeModule.android.d.ts.map +0 -1
  325. package/dist/typescript/module/lib/internal/nativeModule.d.ts +0 -3
  326. package/dist/typescript/module/lib/internal/nativeModule.d.ts.map +0 -1
  327. package/dist/typescript/module/lib/internal/nativeModule.ios.d.ts +0 -3
  328. package/dist/typescript/module/lib/internal/nativeModule.ios.d.ts.map +0 -1
  329. package/dist/typescript/module/lib/internal/nativeModuleAndroidIos.d.ts +0 -10
  330. package/dist/typescript/module/lib/internal/nativeModuleAndroidIos.d.ts.map +0 -1
  331. package/dist/typescript/module/lib/internal/nativeModuleWeb.d.ts +0 -3
  332. package/dist/typescript/module/lib/internal/nativeModuleWeb.d.ts.map +0 -1
  333. package/dist/typescript/module/lib/internal/nullSerialization.d.ts +0 -16
  334. package/dist/typescript/module/lib/internal/nullSerialization.d.ts.map +0 -1
  335. package/dist/typescript/module/lib/internal/registry/app.d.ts +0 -47
  336. package/dist/typescript/module/lib/internal/registry/app.d.ts.map +0 -1
  337. package/dist/typescript/module/lib/internal/registry/namespace.d.ts +0 -26
  338. package/dist/typescript/module/lib/internal/registry/namespace.d.ts.map +0 -1
  339. package/dist/typescript/module/lib/internal/registry/nativeModule.d.ts +0 -17
  340. package/dist/typescript/module/lib/internal/registry/nativeModule.d.ts.map +0 -1
  341. package/dist/typescript/module/lib/internal/web/RNFBAppModule.d.ts +0 -139
  342. package/dist/typescript/module/lib/internal/web/RNFBAppModule.d.ts.map +0 -1
  343. package/dist/typescript/module/lib/internal/web/firebaseApp.d.ts +0 -2
  344. package/dist/typescript/module/lib/internal/web/firebaseApp.d.ts.map +0 -1
  345. package/dist/typescript/module/lib/internal/web/firebaseAppCheck.d.ts +0 -5
  346. package/dist/typescript/module/lib/internal/web/firebaseAppCheck.d.ts.map +0 -1
  347. package/dist/typescript/module/lib/internal/web/firebaseAuth.d.ts +0 -3
  348. package/dist/typescript/module/lib/internal/web/firebaseAuth.d.ts.map +0 -1
  349. package/dist/typescript/module/lib/internal/web/firebaseDatabase.d.ts +0 -3
  350. package/dist/typescript/module/lib/internal/web/firebaseDatabase.d.ts.map +0 -1
  351. package/dist/typescript/module/lib/internal/web/firebaseFirestore.d.ts +0 -3
  352. package/dist/typescript/module/lib/internal/web/firebaseFirestore.d.ts.map +0 -1
  353. package/dist/typescript/module/lib/internal/web/firebaseFunctions.d.ts +0 -3
  354. package/dist/typescript/module/lib/internal/web/firebaseFunctions.d.ts.map +0 -1
  355. package/dist/typescript/module/lib/internal/web/firebaseInstallations.d.ts +0 -5
  356. package/dist/typescript/module/lib/internal/web/firebaseInstallations.d.ts.map +0 -1
  357. package/dist/typescript/module/lib/internal/web/firebaseRemoteConfig.d.ts +0 -5
  358. package/dist/typescript/module/lib/internal/web/firebaseRemoteConfig.d.ts.map +0 -1
  359. package/dist/typescript/module/lib/internal/web/firebaseStorage.d.ts +0 -3
  360. package/dist/typescript/module/lib/internal/web/firebaseStorage.d.ts.map +0 -1
  361. package/dist/typescript/module/lib/internal/web/utils.d.ts +0 -13
  362. package/dist/typescript/module/lib/internal/web/utils.d.ts.map +0 -1
  363. package/dist/typescript/module/lib/modular.d.ts +0 -95
  364. package/dist/typescript/module/lib/modular.d.ts.map +0 -1
  365. package/dist/typescript/module/lib/namespaced.d.ts +0 -5
  366. package/dist/typescript/module/lib/namespaced.d.ts.map +0 -1
  367. package/dist/typescript/module/lib/types/app.d.ts +0 -561
  368. package/dist/typescript/module/lib/types/app.d.ts.map +0 -1
  369. package/dist/typescript/module/lib/types/internal.d.ts.map +0 -1
  370. package/dist/typescript/module/lib/utils/UtilsStatics.d.ts +0 -4
  371. package/dist/typescript/module/lib/utils/UtilsStatics.d.ts.map +0 -1
  372. package/dist/typescript/module/lib/utils/index.d.ts +0 -4
  373. package/dist/typescript/module/lib/utils/index.d.ts.map +0 -1
  374. package/dist/typescript/module/lib/version.d.ts +0 -2
  375. package/dist/typescript/module/lib/version.d.ts.map +0 -1
  376. /package/dist/typescript/{commonjs/lib → lib}/FirebaseApp.d.ts +0 -0
  377. /package/dist/typescript/{commonjs/lib → lib}/common/Base64.d.ts +0 -0
  378. /package/dist/typescript/{commonjs/lib → lib}/common/MutatableParams.d.ts +0 -0
  379. /package/dist/typescript/{commonjs/lib → lib}/common/ReferenceBase.d.ts +0 -0
  380. /package/dist/typescript/{commonjs/lib → lib}/common/deeps.d.ts +0 -0
  381. /package/dist/typescript/{commonjs/lib → lib}/common/id.d.ts +0 -0
  382. /package/dist/typescript/{commonjs/lib → lib}/common/index.d.ts +0 -0
  383. /package/dist/typescript/{commonjs/lib → lib}/common/path.d.ts +0 -0
  384. /package/dist/typescript/{commonjs/lib → lib}/common/promise.d.ts +0 -0
  385. /package/dist/typescript/{commonjs/lib → lib}/common/serialize.d.ts +0 -0
  386. /package/dist/typescript/{commonjs/lib → lib}/common/unitTestUtils.d.ts +0 -0
  387. /package/dist/typescript/{commonjs/lib → lib}/common/validate.d.ts +0 -0
  388. /package/dist/typescript/{commonjs/lib → lib}/index.d.ts +0 -0
  389. /package/dist/typescript/{commonjs/lib → lib}/internal/FirebaseModule.d.ts +0 -0
  390. /package/dist/typescript/{commonjs/lib → lib}/internal/NativeFirebaseError.d.ts +0 -0
  391. /package/dist/typescript/{commonjs/lib → lib}/internal/NativeModules.d.ts +0 -0
  392. /package/dist/typescript/{commonjs/lib → lib}/internal/RNFBNativeEventEmitter.d.ts +0 -0
  393. /package/dist/typescript/{commonjs/lib → lib}/internal/SharedEventEmitter.d.ts +0 -0
  394. /package/dist/typescript/{commonjs/lib → lib}/internal/asyncStorage.d.ts +0 -0
  395. /package/dist/typescript/{commonjs/lib → lib}/internal/constants.d.ts +0 -0
  396. /package/dist/typescript/{commonjs/lib → lib}/internal/index.d.ts +0 -0
  397. /package/dist/typescript/{commonjs/lib → lib}/internal/logger.d.ts +0 -0
  398. /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModule.android.d.ts +0 -0
  399. /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModule.d.ts +0 -0
  400. /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModule.ios.d.ts +0 -0
  401. /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModuleAndroidIos.d.ts +0 -0
  402. /package/dist/typescript/{commonjs/lib → lib}/internal/nativeModuleWeb.d.ts +0 -0
  403. /package/dist/typescript/{commonjs/lib → lib}/internal/nullSerialization.d.ts +0 -0
  404. /package/dist/typescript/{commonjs/lib → lib}/internal/registry/app.d.ts +0 -0
  405. /package/dist/typescript/{commonjs/lib → lib}/internal/registry/namespace.d.ts +0 -0
  406. /package/dist/typescript/{commonjs/lib → lib}/internal/registry/nativeModule.d.ts +0 -0
  407. /package/dist/typescript/{commonjs/lib → lib}/internal/web/RNFBAppModule.d.ts +0 -0
  408. /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseApp.d.ts +0 -0
  409. /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseAppCheck.d.ts +0 -0
  410. /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseAuth.d.ts +0 -0
  411. /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseDatabase.d.ts +0 -0
  412. /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseFirestore.d.ts +0 -0
  413. /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseFunctions.d.ts +0 -0
  414. /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseInstallations.d.ts +0 -0
  415. /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseRemoteConfig.d.ts +0 -0
  416. /package/dist/typescript/{commonjs/lib → lib}/internal/web/firebaseStorage.d.ts +0 -0
  417. /package/dist/typescript/{commonjs/lib → lib}/internal/web/utils.d.ts +0 -0
  418. /package/dist/typescript/{commonjs/lib → lib}/namespaced.d.ts +0 -0
  419. /package/dist/typescript/{commonjs/lib → lib}/types/app.d.ts +0 -0
  420. /package/dist/typescript/{commonjs/lib → lib}/utils/UtilsStatics.d.ts +0 -0
  421. /package/dist/typescript/{commonjs/lib → lib}/utils/index.d.ts +0 -0
  422. /package/dist/typescript/{module/package.json → package.json} +0 -0
@@ -1,191 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _FDBCursor = _interopRequireDefault(require("./FDBCursor.js"));
8
- var _FDBCursorWithValue = _interopRequireDefault(require("./FDBCursorWithValue.js"));
9
- var _FDBKeyRange = _interopRequireDefault(require("./FDBKeyRange.js"));
10
- var _FDBRequest = _interopRequireDefault(require("./FDBRequest.js"));
11
- var _enforceRange = _interopRequireDefault(require("./lib/enforceRange.js"));
12
- var _errors = require("./lib/errors.js");
13
- var _FakeDOMStringList = _interopRequireDefault(require("./lib/FakeDOMStringList.js"));
14
- var _valueToKey = _interopRequireDefault(require("./lib/valueToKey.js"));
15
- var _valueToKeyRange = _interopRequireDefault(require("./lib/valueToKeyRange.js"));
16
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
17
- const confirmActiveTransaction = index => {
18
- if (index._rawIndex.deleted || index.objectStore._rawObjectStore.deleted) {
19
- throw new _errors.InvalidStateError();
20
- }
21
- if (index.objectStore.transaction._state !== 'active') {
22
- throw new _errors.TransactionInactiveError();
23
- }
24
- };
25
-
26
- // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#idl-def-IDBIndex
27
- class FDBIndex {
28
- constructor(objectStore, rawIndex) {
29
- this._rawIndex = rawIndex;
30
- this._name = rawIndex.name;
31
- this.objectStore = objectStore;
32
- this.keyPath = rawIndex.keyPath;
33
- this.multiEntry = rawIndex.multiEntry;
34
- this.unique = rawIndex.unique;
35
- }
36
- get name() {
37
- return this._name;
38
- }
39
-
40
- // https://w3c.github.io/IndexedDB/#dom-idbindex-name
41
- set name(name) {
42
- const transaction = this.objectStore.transaction;
43
- if (!transaction.db._runningVersionchangeTransaction) {
44
- throw new _errors.InvalidStateError();
45
- }
46
- if (transaction._state !== 'active') {
47
- throw new _errors.TransactionInactiveError();
48
- }
49
- if (this._rawIndex.deleted || this.objectStore._rawObjectStore.deleted) {
50
- throw new _errors.InvalidStateError();
51
- }
52
- name = String(name);
53
- if (name === this._name) {
54
- return;
55
- }
56
- if (this.objectStore.indexNames.contains(name)) {
57
- throw new _errors.ConstraintError();
58
- }
59
- const oldName = this._name;
60
- const oldIndexNames = [...this.objectStore.indexNames];
61
- this._name = name;
62
- this._rawIndex.name = name;
63
- this.objectStore._indexesCache.delete(oldName);
64
- this.objectStore._indexesCache.set(name, this);
65
- this.objectStore._rawObjectStore.rawIndexes.delete(oldName);
66
- this.objectStore._rawObjectStore.rawIndexes.set(name, this._rawIndex);
67
- this.objectStore.indexNames = new _FakeDOMStringList.default(...Array.from(this.objectStore._rawObjectStore.rawIndexes.keys()).filter(indexName => {
68
- const index = this.objectStore._rawObjectStore.rawIndexes.get(indexName);
69
- return index && !index.deleted;
70
- }).sort());
71
- transaction._rollbackLog.push(() => {
72
- this._name = oldName;
73
- this._rawIndex.name = oldName;
74
- this.objectStore._indexesCache.delete(name);
75
- this.objectStore._indexesCache.set(oldName, this);
76
- this.objectStore._rawObjectStore.rawIndexes.delete(name);
77
- this.objectStore._rawObjectStore.rawIndexes.set(oldName, this._rawIndex);
78
- this.objectStore.indexNames = new _FakeDOMStringList.default(...oldIndexNames);
79
- });
80
- }
81
-
82
- // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBIndex-openCursor-IDBRequest-any-range-IDBCursorDirection-direction
83
- openCursor(range, direction) {
84
- confirmActiveTransaction(this);
85
- if (range === null) {
86
- range = undefined;
87
- }
88
- if (range !== undefined && !(range instanceof _FDBKeyRange.default)) {
89
- range = _FDBKeyRange.default.only((0, _valueToKey.default)(range));
90
- }
91
- const request = new _FDBRequest.default();
92
- request.source = this;
93
- request.transaction = this.objectStore.transaction;
94
- const cursor = new _FDBCursorWithValue.default(this, range, direction, request);
95
- return this.objectStore.transaction._execRequestAsync({
96
- operation: cursor._iterate.bind(cursor),
97
- request,
98
- source: this
99
- });
100
- }
101
-
102
- // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBIndex-openKeyCursor-IDBRequest-any-range-IDBCursorDirection-direction
103
- openKeyCursor(range, direction) {
104
- confirmActiveTransaction(this);
105
- if (range === null) {
106
- range = undefined;
107
- }
108
- if (range !== undefined && !(range instanceof _FDBKeyRange.default)) {
109
- range = _FDBKeyRange.default.only((0, _valueToKey.default)(range));
110
- }
111
- const request = new _FDBRequest.default();
112
- request.source = this;
113
- request.transaction = this.objectStore.transaction;
114
- const cursor = new _FDBCursor.default(this, range, direction, request, true);
115
- return this.objectStore.transaction._execRequestAsync({
116
- operation: cursor._iterate.bind(cursor),
117
- request,
118
- source: this
119
- });
120
- }
121
- get(key) {
122
- confirmActiveTransaction(this);
123
- if (!(key instanceof _FDBKeyRange.default)) {
124
- key = (0, _valueToKey.default)(key);
125
- }
126
- return this.objectStore.transaction._execRequestAsync({
127
- operation: this._rawIndex.getValue.bind(this._rawIndex, key),
128
- source: this
129
- });
130
- }
131
-
132
- // http://w3c.github.io/IndexedDB/#dom-idbindex-getall
133
- getAll(query, count) {
134
- if (arguments.length > 1 && count !== undefined) {
135
- count = (0, _enforceRange.default)(count, 'unsigned long');
136
- }
137
- confirmActiveTransaction(this);
138
- const range = (0, _valueToKeyRange.default)(query);
139
- return this.objectStore.transaction._execRequestAsync({
140
- operation: this._rawIndex.getAllValues.bind(this._rawIndex, range, count),
141
- source: this
142
- });
143
- }
144
-
145
- // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBIndex-getKey-IDBRequest-any-key
146
- getKey(key) {
147
- confirmActiveTransaction(this);
148
- if (!(key instanceof _FDBKeyRange.default)) {
149
- key = (0, _valueToKey.default)(key);
150
- }
151
- return this.objectStore.transaction._execRequestAsync({
152
- operation: this._rawIndex.getKey.bind(this._rawIndex, key),
153
- source: this
154
- });
155
- }
156
-
157
- // http://w3c.github.io/IndexedDB/#dom-idbindex-getallkeys
158
- getAllKeys(query, count) {
159
- if (arguments.length > 1 && count !== undefined) {
160
- count = (0, _enforceRange.default)(count, 'unsigned long');
161
- }
162
- confirmActiveTransaction(this);
163
- const range = (0, _valueToKeyRange.default)(query);
164
- return this.objectStore.transaction._execRequestAsync({
165
- operation: this._rawIndex.getAllKeys.bind(this._rawIndex, range, count),
166
- source: this
167
- });
168
- }
169
-
170
- // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBIndex-count-IDBRequest-any-key
171
- count(key) {
172
- confirmActiveTransaction(this);
173
- if (key === null) {
174
- key = undefined;
175
- }
176
- if (key !== undefined && !(key instanceof _FDBKeyRange.default)) {
177
- key = _FDBKeyRange.default.only((0, _valueToKey.default)(key));
178
- }
179
- return this.objectStore.transaction._execRequestAsync({
180
- operation: () => {
181
- return this._rawIndex.count(key);
182
- },
183
- source: this
184
- });
185
- }
186
- toString() {
187
- return '[object IDBIndex]';
188
- }
189
- }
190
- var _default = exports.default = FDBIndex;
191
- //# sourceMappingURL=FDBIndex.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_FDBCursor","_interopRequireDefault","require","_FDBCursorWithValue","_FDBKeyRange","_FDBRequest","_enforceRange","_errors","_FakeDOMStringList","_valueToKey","_valueToKeyRange","e","__esModule","default","confirmActiveTransaction","index","_rawIndex","deleted","objectStore","_rawObjectStore","InvalidStateError","transaction","_state","TransactionInactiveError","FDBIndex","constructor","rawIndex","_name","name","keyPath","multiEntry","unique","db","_runningVersionchangeTransaction","String","indexNames","contains","ConstraintError","oldName","oldIndexNames","_indexesCache","delete","set","rawIndexes","FakeDOMStringList","Array","from","keys","filter","indexName","get","sort","_rollbackLog","push","openCursor","range","direction","undefined","FDBKeyRange","only","valueToKey","request","FDBRequest","source","cursor","FDBCursorWithValue","_execRequestAsync","operation","_iterate","bind","openKeyCursor","FDBCursor","key","getValue","getAll","query","count","arguments","length","enforceRange","valueToKeyRange","getAllValues","getKey","getAllKeys","toString","_default","exports"],"sourceRoot":"../../../../../lib","sources":["internal/web/memidb/FDBIndex.js"],"mappings":"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","ignoreList":[]}
@@ -1,78 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _cmp = _interopRequireDefault(require("./lib/cmp.js"));
8
- var _errors = require("./lib/errors.js");
9
- var _valueToKey = _interopRequireDefault(require("./lib/valueToKey.js"));
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
- // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#range-concept
12
- class FDBKeyRange {
13
- static only(value) {
14
- if (arguments.length === 0) {
15
- throw new TypeError();
16
- }
17
- value = (0, _valueToKey.default)(value);
18
- return new FDBKeyRange(value, value, false, false);
19
- }
20
- static lowerBound(lower, open = false) {
21
- if (arguments.length === 0) {
22
- throw new TypeError();
23
- }
24
- lower = (0, _valueToKey.default)(lower);
25
- return new FDBKeyRange(lower, undefined, open, true);
26
- }
27
- static upperBound(upper, open = false) {
28
- if (arguments.length === 0) {
29
- throw new TypeError();
30
- }
31
- upper = (0, _valueToKey.default)(upper);
32
- return new FDBKeyRange(undefined, upper, true, open);
33
- }
34
- static bound(lower, upper, lowerOpen = false, upperOpen = false) {
35
- if (arguments.length < 2) {
36
- throw new TypeError();
37
- }
38
- const cmpResult = (0, _cmp.default)(lower, upper);
39
- if (cmpResult === 1 || cmpResult === 0 && (lowerOpen || upperOpen)) {
40
- throw new _errors.DataError();
41
- }
42
- lower = (0, _valueToKey.default)(lower);
43
- upper = (0, _valueToKey.default)(upper);
44
- return new FDBKeyRange(lower, upper, lowerOpen, upperOpen);
45
- }
46
- constructor(lower, upper, lowerOpen, upperOpen) {
47
- this.lower = lower;
48
- this.upper = upper;
49
- this.lowerOpen = lowerOpen;
50
- this.upperOpen = upperOpen;
51
- }
52
-
53
- // https://w3c.github.io/IndexedDB/#dom-idbkeyrange-includes
54
- includes(key) {
55
- if (arguments.length === 0) {
56
- throw new TypeError();
57
- }
58
- key = (0, _valueToKey.default)(key);
59
- if (this.lower !== undefined) {
60
- const cmpResult = (0, _cmp.default)(this.lower, key);
61
- if (cmpResult === 1 || cmpResult === 0 && this.lowerOpen) {
62
- return false;
63
- }
64
- }
65
- if (this.upper !== undefined) {
66
- const cmpResult = (0, _cmp.default)(this.upper, key);
67
- if (cmpResult === -1 || cmpResult === 0 && this.upperOpen) {
68
- return false;
69
- }
70
- }
71
- return true;
72
- }
73
- toString() {
74
- return '[object IDBKeyRange]';
75
- }
76
- }
77
- var _default = exports.default = FDBKeyRange;
78
- //# sourceMappingURL=FDBKeyRange.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_cmp","_interopRequireDefault","require","_errors","_valueToKey","e","__esModule","default","FDBKeyRange","only","value","arguments","length","TypeError","valueToKey","lowerBound","lower","open","undefined","upperBound","upper","bound","lowerOpen","upperOpen","cmpResult","cmp","DataError","constructor","includes","key","toString","_default","exports"],"sourceRoot":"../../../../../lib","sources":["internal/web/memidb/FDBKeyRange.js"],"mappings":";;;;;;AAAA,IAAAA,IAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAH,sBAAA,CAAAC,OAAA;AAA6C,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE7C;AACA,MAAMG,WAAW,CAAC;EAChB,OAAOC,IAAIA,CAACC,KAAK,EAAE;IACjB,IAAIC,SAAS,CAACC,MAAM,KAAK,CAAC,EAAE;MAC1B,MAAM,IAAIC,SAAS,CAAC,CAAC;IACvB;IACAH,KAAK,GAAG,IAAAI,mBAAU,EAACJ,KAAK,CAAC;IACzB,OAAO,IAAIF,WAAW,CAACE,KAAK,EAAEA,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;EACpD;EACA,OAAOK,UAAUA,CAACC,KAAK,EAAEC,IAAI,GAAG,KAAK,EAAE;IACrC,IAAIN,SAAS,CAACC,MAAM,KAAK,CAAC,EAAE;MAC1B,MAAM,IAAIC,SAAS,CAAC,CAAC;IACvB;IACAG,KAAK,GAAG,IAAAF,mBAAU,EAACE,KAAK,CAAC;IACzB,OAAO,IAAIR,WAAW,CAACQ,KAAK,EAAEE,SAAS,EAAED,IAAI,EAAE,IAAI,CAAC;EACtD;EACA,OAAOE,UAAUA,CAACC,KAAK,EAAEH,IAAI,GAAG,KAAK,EAAE;IACrC,IAAIN,SAAS,CAACC,MAAM,KAAK,CAAC,EAAE;MAC1B,MAAM,IAAIC,SAAS,CAAC,CAAC;IACvB;IACAO,KAAK,GAAG,IAAAN,mBAAU,EAACM,KAAK,CAAC;IACzB,OAAO,IAAIZ,WAAW,CAACU,SAAS,EAAEE,KAAK,EAAE,IAAI,EAAEH,IAAI,CAAC;EACtD;EACA,OAAOI,KAAKA,CAACL,KAAK,EAAEI,KAAK,EAAEE,SAAS,GAAG,KAAK,EAAEC,SAAS,GAAG,KAAK,EAAE;IAC/D,IAAIZ,SAAS,CAACC,MAAM,GAAG,CAAC,EAAE;MACxB,MAAM,IAAIC,SAAS,CAAC,CAAC;IACvB;IACA,MAAMW,SAAS,GAAG,IAAAC,YAAG,EAACT,KAAK,EAAEI,KAAK,CAAC;IACnC,IAAII,SAAS,KAAK,CAAC,IAAKA,SAAS,KAAK,CAAC,KAAKF,SAAS,IAAIC,SAAS,CAAE,EAAE;MACpE,MAAM,IAAIG,iBAAS,CAAC,CAAC;IACvB;IACAV,KAAK,GAAG,IAAAF,mBAAU,EAACE,KAAK,CAAC;IACzBI,KAAK,GAAG,IAAAN,mBAAU,EAACM,KAAK,CAAC;IACzB,OAAO,IAAIZ,WAAW,CAACQ,KAAK,EAAEI,KAAK,EAAEE,SAAS,EAAEC,SAAS,CAAC;EAC5D;EACAI,WAAWA,CAACX,KAAK,EAAEI,KAAK,EAAEE,SAAS,EAAEC,SAAS,EAAE;IAC9C,IAAI,CAACP,KAAK,GAAGA,KAAK;IAClB,IAAI,CAACI,KAAK,GAAGA,KAAK;IAClB,IAAI,CAACE,SAAS,GAAGA,SAAS;IAC1B,IAAI,CAACC,SAAS,GAAGA,SAAS;EAC5B;;EAEA;EACAK,QAAQA,CAACC,GAAG,EAAE;IACZ,IAAIlB,SAAS,CAACC,MAAM,KAAK,CAAC,EAAE;MAC1B,MAAM,IAAIC,SAAS,CAAC,CAAC;IACvB;IACAgB,GAAG,GAAG,IAAAf,mBAAU,EAACe,GAAG,CAAC;IACrB,IAAI,IAAI,CAACb,KAAK,KAAKE,SAAS,EAAE;MAC5B,MAAMM,SAAS,GAAG,IAAAC,YAAG,EAAC,IAAI,CAACT,KAAK,EAAEa,GAAG,CAAC;MACtC,IAAIL,SAAS,KAAK,CAAC,IAAKA,SAAS,KAAK,CAAC,IAAI,IAAI,CAACF,SAAU,EAAE;QAC1D,OAAO,KAAK;MACd;IACF;IACA,IAAI,IAAI,CAACF,KAAK,KAAKF,SAAS,EAAE;MAC5B,MAAMM,SAAS,GAAG,IAAAC,YAAG,EAAC,IAAI,CAACL,KAAK,EAAES,GAAG,CAAC;MACtC,IAAIL,SAAS,KAAK,CAAC,CAAC,IAAKA,SAAS,KAAK,CAAC,IAAI,IAAI,CAACD,SAAU,EAAE;QAC3D,OAAO,KAAK;MACd;IACF;IACA,OAAO,IAAI;EACb;EACAO,QAAQA,CAAA,EAAG;IACT,OAAO,sBAAsB;EAC/B;AACF;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAzB,OAAA,GACcC,WAAW","ignoreList":[]}
@@ -1,383 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _FDBCursor = _interopRequireDefault(require("./FDBCursor.js"));
8
- var _FDBCursorWithValue = _interopRequireDefault(require("./FDBCursorWithValue.js"));
9
- var _FDBIndex = _interopRequireDefault(require("./FDBIndex.js"));
10
- var _FDBKeyRange = _interopRequireDefault(require("./FDBKeyRange.js"));
11
- var _FDBRequest = _interopRequireDefault(require("./FDBRequest.js"));
12
- var _canInjectKey = _interopRequireDefault(require("./lib/canInjectKey.js"));
13
- var _enforceRange = _interopRequireDefault(require("./lib/enforceRange.js"));
14
- var _errors = require("./lib/errors.js");
15
- var _extractKey = _interopRequireDefault(require("./lib/extractKey.js"));
16
- var _FakeDOMStringList = _interopRequireDefault(require("./lib/FakeDOMStringList.js"));
17
- var _Index = _interopRequireDefault(require("./lib/Index.js"));
18
- var _validateKeyPath = _interopRequireDefault(require("./lib/validateKeyPath.js"));
19
- var _valueToKey = _interopRequireDefault(require("./lib/valueToKey.js"));
20
- var _valueToKeyRange = _interopRequireDefault(require("./lib/valueToKeyRange.js"));
21
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
22
- const confirmActiveTransaction = objectStore => {
23
- if (objectStore._rawObjectStore.deleted) {
24
- throw new _errors.InvalidStateError();
25
- }
26
- if (objectStore.transaction._state !== 'active') {
27
- throw new _errors.TransactionInactiveError();
28
- }
29
- };
30
- const buildRecordAddPut = (objectStore, value, key) => {
31
- confirmActiveTransaction(objectStore);
32
- if (objectStore.transaction.mode === 'readonly') {
33
- throw new _errors.ReadOnlyError();
34
- }
35
- if (objectStore.keyPath !== null) {
36
- if (key !== undefined) {
37
- throw new _errors.DataError();
38
- }
39
- }
40
- const clone = structuredClone(value);
41
- if (objectStore.keyPath !== null) {
42
- const tempKey = (0, _extractKey.default)(objectStore.keyPath, clone);
43
- if (tempKey !== undefined) {
44
- (0, _valueToKey.default)(tempKey);
45
- } else {
46
- if (!objectStore._rawObjectStore.keyGenerator) {
47
- throw new _errors.DataError();
48
- } else if (!(0, _canInjectKey.default)(objectStore.keyPath, clone)) {
49
- throw new _errors.DataError();
50
- }
51
- }
52
- }
53
- if (objectStore.keyPath === null && objectStore._rawObjectStore.keyGenerator === null && key === undefined) {
54
- throw new _errors.DataError();
55
- }
56
- if (key !== undefined) {
57
- key = (0, _valueToKey.default)(key);
58
- }
59
- return {
60
- key,
61
- value: clone
62
- };
63
- };
64
-
65
- // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#object-store
66
- class FDBObjectStore {
67
- _indexesCache = new Map();
68
- constructor(transaction, rawObjectStore) {
69
- this._rawObjectStore = rawObjectStore;
70
- this._name = rawObjectStore.name;
71
- this.keyPath = rawObjectStore.keyPath;
72
- this.autoIncrement = rawObjectStore.autoIncrement;
73
- this.transaction = transaction;
74
- this.indexNames = new _FakeDOMStringList.default(...Array.from(rawObjectStore.rawIndexes.keys()).sort());
75
- }
76
- get name() {
77
- return this._name;
78
- }
79
-
80
- // http://w3c.github.io/IndexedDB/#dom-idbobjectstore-name
81
- set name(name) {
82
- const transaction = this.transaction;
83
- if (!transaction.db._runningVersionchangeTransaction) {
84
- throw new _errors.InvalidStateError();
85
- }
86
- confirmActiveTransaction(this);
87
- name = String(name);
88
- if (name === this._name) {
89
- return;
90
- }
91
- if (this._rawObjectStore.rawDatabase.rawObjectStores.has(name)) {
92
- throw new _errors.ConstraintError();
93
- }
94
- const oldName = this._name;
95
- const oldObjectStoreNames = [...transaction.db.objectStoreNames];
96
- this._name = name;
97
- this._rawObjectStore.name = name;
98
- this.transaction._objectStoresCache.delete(oldName);
99
- this.transaction._objectStoresCache.set(name, this);
100
- this._rawObjectStore.rawDatabase.rawObjectStores.delete(oldName);
101
- this._rawObjectStore.rawDatabase.rawObjectStores.set(name, this._rawObjectStore);
102
- transaction.db.objectStoreNames = new _FakeDOMStringList.default(...Array.from(this._rawObjectStore.rawDatabase.rawObjectStores.keys()).filter(objectStoreName => {
103
- const objectStore = this._rawObjectStore.rawDatabase.rawObjectStores.get(objectStoreName);
104
- return objectStore && !objectStore.deleted;
105
- }).sort());
106
- const oldScope = new Set(transaction._scope);
107
- const oldTransactionObjectStoreNames = [...transaction.objectStoreNames];
108
- this.transaction._scope.delete(oldName);
109
- transaction._scope.add(name);
110
- transaction.objectStoreNames = new _FakeDOMStringList.default(...Array.from(transaction._scope).sort());
111
- transaction._rollbackLog.push(() => {
112
- this._name = oldName;
113
- this._rawObjectStore.name = oldName;
114
- this.transaction._objectStoresCache.delete(name);
115
- this.transaction._objectStoresCache.set(oldName, this);
116
- this._rawObjectStore.rawDatabase.rawObjectStores.delete(name);
117
- this._rawObjectStore.rawDatabase.rawObjectStores.set(oldName, this._rawObjectStore);
118
- transaction.db.objectStoreNames = new _FakeDOMStringList.default(...oldObjectStoreNames);
119
- transaction._scope = oldScope;
120
- transaction.objectStoreNames = new _FakeDOMStringList.default(...oldTransactionObjectStoreNames);
121
- });
122
- }
123
- put(value, key) {
124
- if (arguments.length === 0) {
125
- throw new TypeError();
126
- }
127
- const record = buildRecordAddPut(this, value, key);
128
- return this.transaction._execRequestAsync({
129
- operation: this._rawObjectStore.storeRecord.bind(this._rawObjectStore, record, false, this.transaction._rollbackLog),
130
- source: this
131
- });
132
- }
133
- add(value, key) {
134
- if (arguments.length === 0) {
135
- throw new TypeError();
136
- }
137
- const record = buildRecordAddPut(this, value, key);
138
- return this.transaction._execRequestAsync({
139
- operation: this._rawObjectStore.storeRecord.bind(this._rawObjectStore, record, true, this.transaction._rollbackLog),
140
- source: this
141
- });
142
- }
143
- delete(key) {
144
- if (arguments.length === 0) {
145
- throw new TypeError();
146
- }
147
- confirmActiveTransaction(this);
148
- if (this.transaction.mode === 'readonly') {
149
- throw new _errors.ReadOnlyError();
150
- }
151
- if (!(key instanceof _FDBKeyRange.default)) {
152
- key = (0, _valueToKey.default)(key);
153
- }
154
- return this.transaction._execRequestAsync({
155
- operation: this._rawObjectStore.deleteRecord.bind(this._rawObjectStore, key, this.transaction._rollbackLog),
156
- source: this
157
- });
158
- }
159
- get(key) {
160
- if (arguments.length === 0) {
161
- throw new TypeError();
162
- }
163
- confirmActiveTransaction(this);
164
- if (!(key instanceof _FDBKeyRange.default)) {
165
- key = (0, _valueToKey.default)(key);
166
- }
167
- return this.transaction._execRequestAsync({
168
- operation: this._rawObjectStore.getValue.bind(this._rawObjectStore, key),
169
- source: this
170
- });
171
- }
172
-
173
- // http://w3c.github.io/IndexedDB/#dom-idbobjectstore-getall
174
- getAll(query, count) {
175
- if (arguments.length > 1 && count !== undefined) {
176
- count = (0, _enforceRange.default)(count, 'unsigned long');
177
- }
178
- confirmActiveTransaction(this);
179
- const range = (0, _valueToKeyRange.default)(query);
180
- return this.transaction._execRequestAsync({
181
- operation: this._rawObjectStore.getAllValues.bind(this._rawObjectStore, range, count),
182
- source: this
183
- });
184
- }
185
-
186
- // http://w3c.github.io/IndexedDB/#dom-idbobjectstore-getkey
187
- getKey(key) {
188
- if (arguments.length === 0) {
189
- throw new TypeError();
190
- }
191
- confirmActiveTransaction(this);
192
- if (!(key instanceof _FDBKeyRange.default)) {
193
- key = (0, _valueToKey.default)(key);
194
- }
195
- return this.transaction._execRequestAsync({
196
- operation: this._rawObjectStore.getKey.bind(this._rawObjectStore, key),
197
- source: this
198
- });
199
- }
200
-
201
- // http://w3c.github.io/IndexedDB/#dom-idbobjectstore-getallkeys
202
- getAllKeys(query, count) {
203
- if (arguments.length > 1 && count !== undefined) {
204
- count = (0, _enforceRange.default)(count, 'unsigned long');
205
- }
206
- confirmActiveTransaction(this);
207
- const range = (0, _valueToKeyRange.default)(query);
208
- return this.transaction._execRequestAsync({
209
- operation: this._rawObjectStore.getAllKeys.bind(this._rawObjectStore, range, count),
210
- source: this
211
- });
212
- }
213
- clear() {
214
- confirmActiveTransaction(this);
215
- if (this.transaction.mode === 'readonly') {
216
- throw new _errors.ReadOnlyError();
217
- }
218
- return this.transaction._execRequestAsync({
219
- operation: this._rawObjectStore.clear.bind(this._rawObjectStore, this.transaction._rollbackLog),
220
- source: this
221
- });
222
- }
223
- openCursor(range, direction) {
224
- confirmActiveTransaction(this);
225
- if (range === null) {
226
- range = undefined;
227
- }
228
- if (range !== undefined && !(range instanceof _FDBKeyRange.default)) {
229
- range = _FDBKeyRange.default.only((0, _valueToKey.default)(range));
230
- }
231
- const request = new _FDBRequest.default();
232
- request.source = this;
233
- request.transaction = this.transaction;
234
- const cursor = new _FDBCursorWithValue.default(this, range, direction, request);
235
- return this.transaction._execRequestAsync({
236
- operation: cursor._iterate.bind(cursor),
237
- request,
238
- source: this
239
- });
240
- }
241
- openKeyCursor(range, direction) {
242
- confirmActiveTransaction(this);
243
- if (range === null) {
244
- range = undefined;
245
- }
246
- if (range !== undefined && !(range instanceof _FDBKeyRange.default)) {
247
- range = _FDBKeyRange.default.only((0, _valueToKey.default)(range));
248
- }
249
- const request = new _FDBRequest.default();
250
- request.source = this;
251
- request.transaction = this.transaction;
252
- const cursor = new _FDBCursor.default(this, range, direction, request, true);
253
- return this.transaction._execRequestAsync({
254
- operation: cursor._iterate.bind(cursor),
255
- request,
256
- source: this
257
- });
258
- }
259
-
260
- // tslint:-next-line max-line-length
261
- // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBObjectStore-createIndex-IDBIndex-DOMString-name-DOMString-sequence-DOMString--keyPath-IDBIndexParameters-optionalParameters
262
- createIndex(name, keyPath, optionalParameters = {}) {
263
- if (arguments.length < 2) {
264
- throw new TypeError();
265
- }
266
- const multiEntry = optionalParameters.multiEntry !== undefined ? optionalParameters.multiEntry : false;
267
- const unique = optionalParameters.unique !== undefined ? optionalParameters.unique : false;
268
- if (this.transaction.mode !== 'versionchange') {
269
- throw new _errors.InvalidStateError();
270
- }
271
- confirmActiveTransaction(this);
272
- if (this.indexNames.contains(name)) {
273
- throw new _errors.ConstraintError();
274
- }
275
- (0, _validateKeyPath.default)(keyPath);
276
- if (Array.isArray(keyPath) && multiEntry) {
277
- throw new _errors.InvalidAccessError();
278
- }
279
-
280
- // The index that is requested to be created can contain constraints on the data allowed in the index's
281
- // referenced object store, such as requiring uniqueness of the values referenced by the index's keyPath. If the
282
- // referenced object store already contains data which violates these constraints, this MUST NOT cause the
283
- // implementation of createIndex to throw an exception or affect what it returns. The implementation MUST still
284
- // create and return an IDBIndex object. Instead the implementation must queue up an operation to abort the
285
- // "versionchange" transaction which was used for the createIndex call.
286
-
287
- const indexNames = [...this.indexNames];
288
- this.transaction._rollbackLog.push(() => {
289
- const index2 = this._rawObjectStore.rawIndexes.get(name);
290
- if (index2) {
291
- index2.deleted = true;
292
- }
293
- this.indexNames = new _FakeDOMStringList.default(...indexNames);
294
- this._rawObjectStore.rawIndexes.delete(name);
295
- });
296
- const index = new _Index.default(this._rawObjectStore, name, keyPath, multiEntry, unique);
297
- this.indexNames._push(name);
298
- this.indexNames._sort();
299
- this._rawObjectStore.rawIndexes.set(name, index);
300
- index.initialize(this.transaction); // This is async by design
301
-
302
- return new _FDBIndex.default(this, index);
303
- }
304
-
305
- // https://w3c.github.io/IndexedDB/#dom-idbobjectstore-index
306
- index(name) {
307
- if (arguments.length === 0) {
308
- throw new TypeError();
309
- }
310
- if (this._rawObjectStore.deleted || this.transaction._state === 'finished') {
311
- throw new _errors.InvalidStateError();
312
- }
313
- const index = this._indexesCache.get(name);
314
- if (index !== undefined) {
315
- return index;
316
- }
317
- const rawIndex = this._rawObjectStore.rawIndexes.get(name);
318
- if (!this.indexNames.contains(name) || rawIndex === undefined) {
319
- throw new _errors.NotFoundError();
320
- }
321
- const index2 = new _FDBIndex.default(this, rawIndex);
322
- this._indexesCache.set(name, index2);
323
- return index2;
324
- }
325
- deleteIndex(name) {
326
- if (arguments.length === 0) {
327
- throw new TypeError();
328
- }
329
- if (this.transaction.mode !== 'versionchange') {
330
- throw new _errors.InvalidStateError();
331
- }
332
- confirmActiveTransaction(this);
333
- const rawIndex = this._rawObjectStore.rawIndexes.get(name);
334
- if (rawIndex === undefined) {
335
- throw new _errors.NotFoundError();
336
- }
337
- this.transaction._rollbackLog.push(() => {
338
- rawIndex.deleted = false;
339
- this._rawObjectStore.rawIndexes.set(name, rawIndex);
340
- this.indexNames._push(name);
341
- this.indexNames._sort();
342
- });
343
- this.indexNames = new _FakeDOMStringList.default(...Array.from(this.indexNames).filter(indexName => {
344
- return indexName !== name;
345
- }));
346
- rawIndex.deleted = true; // Not sure if this is supposed to happen synchronously
347
-
348
- this.transaction._execRequestAsync({
349
- operation: () => {
350
- const rawIndex2 = this._rawObjectStore.rawIndexes.get(name);
351
-
352
- // Hack in case another index is given this name before this async request is processed. It'd be better
353
- // to have a real unique ID for each index.
354
- if (rawIndex === rawIndex2) {
355
- this._rawObjectStore.rawIndexes.delete(name);
356
- }
357
- },
358
- source: this
359
- });
360
- }
361
-
362
- // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBObjectStore-count-IDBRequest-any-key
363
- count(key) {
364
- confirmActiveTransaction(this);
365
- if (key === null) {
366
- key = undefined;
367
- }
368
- if (key !== undefined && !(key instanceof _FDBKeyRange.default)) {
369
- key = _FDBKeyRange.default.only((0, _valueToKey.default)(key));
370
- }
371
- return this.transaction._execRequestAsync({
372
- operation: () => {
373
- return this._rawObjectStore.count(key);
374
- },
375
- source: this
376
- });
377
- }
378
- toString() {
379
- return '[object IDBObjectStore]';
380
- }
381
- }
382
- var _default = exports.default = FDBObjectStore;
383
- //# sourceMappingURL=FDBObjectStore.js.map