indexeddbshim 16.1.0 → 17.0.0

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 (75) hide show
  1. package/README.md +3 -3
  2. package/badges/licenses-badge-dev.svg +1 -1
  3. package/badges/licenses-badge.svg +1 -1
  4. package/dist/CFG.d.ts.map +1 -1
  5. package/dist/DOMException.d.ts.map +1 -1
  6. package/dist/DOMStringList.d.ts.map +1 -1
  7. package/dist/IDBCursor.d.ts +3 -1
  8. package/dist/IDBCursor.d.ts.map +1 -1
  9. package/dist/IDBDatabase.d.ts +2 -1
  10. package/dist/IDBDatabase.d.ts.map +1 -1
  11. package/dist/IDBFactory.d.ts +2 -1
  12. package/dist/IDBFactory.d.ts.map +1 -1
  13. package/dist/IDBIndex.d.ts +2 -1
  14. package/dist/IDBIndex.d.ts.map +1 -1
  15. package/dist/IDBKeyRange.d.ts +1 -1
  16. package/dist/IDBKeyRange.d.ts.map +1 -1
  17. package/dist/IDBObjectStore.d.ts +2 -1
  18. package/dist/IDBObjectStore.d.ts.map +1 -1
  19. package/dist/IDBRequest.d.ts +5 -3
  20. package/dist/IDBRequest.d.ts.map +1 -1
  21. package/dist/IDBTransaction.d.ts +2 -1
  22. package/dist/IDBTransaction.d.ts.map +1 -1
  23. package/dist/Key.d.ts.map +1 -1
  24. package/dist/Sca.d.ts.map +1 -1
  25. package/dist/UnicodeIdentifiers.d.ts.map +1 -1
  26. package/dist/browser-noninvasive.d.ts.map +1 -1
  27. package/dist/indexeddbshim-Key.js +1844 -1669
  28. package/dist/indexeddbshim-Key.js.map +1 -1
  29. package/dist/indexeddbshim-Key.min.js +2 -2
  30. package/dist/indexeddbshim-Key.min.js.map +1 -1
  31. package/dist/indexeddbshim-UnicodeIdentifiers-node.cjs +972 -1076
  32. package/dist/indexeddbshim-UnicodeIdentifiers-node.cjs.map +1 -1
  33. package/dist/indexeddbshim-UnicodeIdentifiers.js +2704 -2034
  34. package/dist/indexeddbshim-UnicodeIdentifiers.js.map +1 -1
  35. package/dist/indexeddbshim-UnicodeIdentifiers.min.js +9 -2
  36. package/dist/indexeddbshim-UnicodeIdentifiers.min.js.map +1 -1
  37. package/dist/indexeddbshim-node.cjs +972 -1076
  38. package/dist/indexeddbshim-node.cjs.map +1 -1
  39. package/dist/indexeddbshim-noninvasive.js +2703 -2033
  40. package/dist/indexeddbshim-noninvasive.js.map +1 -1
  41. package/dist/indexeddbshim-noninvasive.min.js +9 -2
  42. package/dist/indexeddbshim-noninvasive.min.js.map +1 -1
  43. package/dist/indexeddbshim.js +2676 -2014
  44. package/dist/indexeddbshim.js.map +1 -1
  45. package/dist/indexeddbshim.min.js +9 -2
  46. package/dist/indexeddbshim.min.js.map +1 -1
  47. package/dist/node-UnicodeIdentifiers.d.ts +2 -2
  48. package/dist/node-UnicodeIdentifiers.d.ts.map +1 -1
  49. package/dist/node.d.ts +2 -2
  50. package/dist/node.d.ts.map +1 -1
  51. package/dist/util.d.ts.map +1 -1
  52. package/package.json +111 -103
  53. package/src/CFG.js +2 -3
  54. package/src/DOMException.js +11 -9
  55. package/src/DOMStringList.js +8 -3
  56. package/src/Event.js +2 -0
  57. package/src/IDBCursor.js +16 -9
  58. package/src/IDBDatabase.js +9 -6
  59. package/src/IDBFactory.js +21 -14
  60. package/src/IDBIndex.js +82 -77
  61. package/src/IDBKeyRange.js +42 -35
  62. package/src/IDBObjectStore.js +83 -77
  63. package/src/IDBRequest.js +28 -15
  64. package/src/IDBTransaction.js +8 -4
  65. package/src/IDBVersionChangeEvent.js +2 -0
  66. package/src/Key.js +18 -12
  67. package/src/Sca.js +2 -1
  68. package/src/UnicodeIdentifiers.js +2 -2
  69. package/src/browser-UnicodeIdentifiers.js +0 -1
  70. package/src/browser-noninvasive.js +0 -1
  71. package/src/browser.js +0 -1
  72. package/src/node-UnicodeIdentifiers.js +1 -1
  73. package/src/node.js +1 -1
  74. package/src/setGlobalVars.js +13 -13
  75. package/src/util.js +13 -12
@@ -1,3 +1,3 @@
1
- /*! indexeddbshim - v16.1.0 - 9/1/2025 */
2
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).IDBKeyUtils={})}(this,(function(e){"use strict";const t={},r={};function n(e,t){return new DOMException.prototype.constructor(t,e||"DOMException")}["DEBUG","cacheDatabaseInstances","autoName","fullIDLSupport","checkOrigin","cursorPreloadPackSize","UnicodeIDStart","UnicodeIDContinue","registerSCA","avoidAutoShim","win","DEFAULT_DB_SIZE","useSQLiteIndexes","fs","addNonIDBGlobals","replaceNonIDBGlobals","escapeDatabaseName","unescapeDatabaseName","databaseCharacterEscapeList","databaseNameLengthLimit","escapeNFDForDatabaseNames","addSQLiteExtension",["memoryDatabase",e=>{if(!/^(?::memory:|file::memory:(\?[^#]*)?(#.*)?)?$/u.test(e))throw new TypeError('`memoryDatabase` must be the empty string, ":memory:", or a "file::memory:[?queryString][#hash] URL".')}],"deleteDatabaseFiles","databaseBasePath","sysDatabaseBasePath","sqlBusyTimeout","sqlTrace","sqlProfile","createIndexes"].forEach((e=>{let n;Array.isArray(e)&&([e,n]=e),Object.defineProperty(r,e,{get:()=>t[e],set(r){n&&n(r),t[e]=r}})}));const o={IndexSizeError:1,HierarchyRequestError:3,WrongDocumentError:4,InvalidCharacterError:5,NoModificationAllowedError:7,NotFoundError:8,NotSupportedError:9,InUseAttributeError:10,InvalidStateError:11,SyntaxError:12,InvalidModificationError:13,NamespaceError:14,InvalidAccessError:15,TypeMismatchError:17,SecurityError:18,NetworkError:19,AbortError:20,URLMismatchError:21,QuotaExceededError:22,TimeoutError:23,InvalidNodeTypeError:24,DataCloneError:25,EncodingError:0,NotReadableError:0,UnknownError:0,ConstraintError:0,DataError:0,TransactionInactiveError:0,ReadOnlyError:0,VersionError:0,OperationError:0,NotAllowedError:0},i={INDEX_SIZE_ERR:1,DOMSTRING_SIZE_ERR:2,HIERARCHY_REQUEST_ERR:3,WRONG_DOCUMENT_ERR:4,INVALID_CHARACTER_ERR:5,NO_DATA_ALLOWED_ERR:6,NO_MODIFICATION_ALLOWED_ERR:7,NOT_FOUND_ERR:8,NOT_SUPPORTED_ERR:9,INUSE_ATTRIBUTE_ERR:10,INVALID_STATE_ERR:11,SYNTAX_ERR:12,INVALID_MODIFICATION_ERR:13,NAMESPACE_ERR:14,INVALID_ACCESS_ERR:15,VALIDATION_ERR:16,TYPE_MISMATCH_ERR:17,SECURITY_ERR:18,NETWORK_ERR:19,ABORT_ERR:20,URL_MISMATCH_ERR:21,QUOTA_EXCEEDED_ERR:22,TIMEOUT_ERR:23,INVALID_NODE_TYPE_ERR:24,DATA_CLONE_ERR:25};const a=function(){function e(e,t){this[Symbol.toStringTag]="DOMException",this._code=t in o?o[t]:i[t]||0,this._name=t||"Error",this._message=void 0===e?"":""+e,Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,writable:!0,value:this._code}),void 0!==t&&Object.defineProperty(this,"name",{configurable:!0,enumerable:!0,writable:!0,value:this._name}),void 0!==e&&Object.defineProperty(this,"message",{configurable:!0,enumerable:!1,writable:!0,value:this._message})}const t=function(){};return t.prototype=Object.create(Error.prototype),["name","message"].forEach((r=>{Object.defineProperty(t.prototype,r,{enumerable:!0,get(){if(!(this instanceof e||this instanceof t||this instanceof Error))throw new TypeError("Illegal invocation");return this["name"===r?"_name":"_message"]}})})),Object.defineProperty(t.prototype,"code",{configurable:!0,enumerable:!0,get(){throw new TypeError("Illegal invocation")}}),e.prototype=new t,e.prototype[Symbol.toStringTag]="DOMExceptionPrototype",Object.defineProperty(e,"prototype",{writable:!1}),Object.keys(o).forEach((t=>{Object.defineProperty(e.prototype,t,{enumerable:!0,configurable:!1,value:o[t]}),Object.defineProperty(e,t,{enumerable:!0,configurable:!1,value:o[t]})})),Object.keys(i).forEach((t=>{Object.defineProperty(e.prototype,t,{enumerable:!0,configurable:!1,value:i[t]}),Object.defineProperty(e,t,{enumerable:!0,configurable:!1,value:i[t]})})),Object.defineProperty(e.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:e}),e}();function u(e,t,n){if(r.DEBUG){const r=n&&"object"==typeof n&&n.message?n.message:n,o="function"==typeof console.error?"error":"log";console[o](e+": "+t+". "+(r||"")),console.trace&&console.trace()}}let c,s=!1;try{c=n("test name","test message"),(l=c)&&"object"==typeof l&&"string"==typeof l.name&&"test name"===c.name&&"test message"===c.message&&(s=!0)}catch(e){}var l;const f=s?function(e,t,r){return u(e,t,r),n(e,t)}:function(e,t,r){return u(e,t,r),function(e,t){return new a(t,e)}(e,t)};function y(e){return function(e){return e.replaceAll(/([\uD800-\uDBFF])(?![\uDC00-\uDFFF])|(^|[^\uD800-\uDBFF])([\uDC00-\uDFFF])/gu,(function(e,t,r,n){return t?"^2"+t.codePointAt().toString(16).padStart(4,"0"):(r||"")+"^3"+n.codePointAt().toString(16).padStart(4,"0")}))}(e.replaceAll("^","^^").replaceAll("\0","^0"))}function d(e){return null!==e&&"object"==typeof e}function p(e){return null==e}function E(e,t){const n=L(e),o=L(t),i=n>o?1:n===o?0:-1;if(r.DEBUG){let r=F(n),i=F(o);"object"==typeof e&&(e=JSON.stringify(e),r=JSON.stringify(r)),"object"==typeof t&&(t=JSON.stringify(t),i=JSON.stringify(i)),r!==e&&console.warn(e+" was incorrectly encoded as "+r),i!==t&&console.warn(t+" was incorrectly encoded as "+i)}return i}const b={invalid:100,number:200,date:300,string:400,binary:500,array:600},m=Object.keys(b);m.forEach((e=>{b[e]=String.fromCodePoint(b[e])}));const g=m.reduce(((e,t)=>(e[b[t]]=t,e)),{}),h=["negativeInfinity","bigNegative","smallNegative","smallPositive","bigPositive","positiveInfinity"],v={invalid:{encode:()=>b.invalid+"-",decode(){}},number:{encode(e){let t=e===Number.MIN_VALUE?"0."+"0".repeat(214)+"2":Math.abs(e).toString(32);const r=t.indexOf(".");t=-1!==r?t.replace(".",""):t;const n=t.search(/[^0]/u);let o,i,a;return t=t.slice(n),Number.isFinite(Number(e))?e<0?e>-1?(o=h.indexOf("smallNegative"),i=N(n),a=O(I(t))):(o=h.indexOf("bigNegative"),i=O(N(-1!==r?r:t.length)),a=O(I(t))):e<1?(o=h.indexOf("smallPositive"),i=O(N(n)),a=I(t)):(o=h.indexOf("bigPositive"),i=N(-1!==r?r:t.length),a=I(t)):(i=D(2),a=D(11),o=h.indexOf(e>0?"positiveInfinity":"negativeInfinity")),b.number+"-"+o+i+a},decode(e){const t=Number(e.slice(2,3));let r=e.slice(3,5),n=e.slice(5,16);switch(h[t]){case"negativeInfinity":return Number.NEGATIVE_INFINITY;case"positiveInfinity":return Number.POSITIVE_INFINITY;case"bigPositive":return _(n,r);case"smallPositive":return r=A(O(r)),_(n,r);case"smallNegative":return r=A(r),n=O(n),-_(n,r);case"bigNegative":return r=O(r),n=O(n),-_(n,r);default:throw new Error("Invalid number.")}}},string:{encode:(e,t)=>(t&&(e=e.replaceAll(/(.)/gu,"-$1")+" "),b.string+"-"+e),decode:(e,t)=>(e=e.slice(2),t&&(e=e.slice(0,-1).replaceAll(/-(.)/gu,"$1")),e)},array:{encode(e){const t=[];for(const[r,n]of e.entries()){const e=L(n,!0);t[r]=e}return t.push(b.invalid+"-"),b.array+"-"+JSON.stringify(t)},decode(e){const t=JSON.parse(e.slice(2));t.pop();for(let e=0;e<t.length;e++){const r=F(t[e],!0);t[e]=r}return t}},date:{encode:e=>b.date+"-"+e.toJSON(),decode:e=>new Date(e.slice(2))},binary:{encode:e=>b.binary+"-"+(e.byteLength?[...S(e)].map((e=>String(e).padStart(3,"0"))):""),decode(e){const t=e.slice(2),r=t.length?t.split(",").map((e=>Number.parseInt(e))):[],n=new ArrayBuffer(r.length);return new Uint8Array(n).set(r),n}}};function N(e){const t=e.toString(32);return 1===t.length?"0"+t:t}function I(e){return(e+D(11)).slice(0,11)}function O(e){let t="";for(const r of e)t+=(31-Number.parseInt(r,32)).toString(32);return t}function _(e,t){const r=Number.parseInt(t,32);if(r<0)return R(Number.parseInt(e,32)*32**(r-10));if(r<11){const t=e.slice(0,r),n=Number.parseInt(t,32),o=e.slice(r);return R(n+Number.parseInt(o,32)*32**(r-11))}const n=e+D(r-11);return Number.parseInt(n,32)}function R(e,t=16){return Number.parseFloat(e.toPrecision(t))}function D(e){return"0".repeat(e)}function A(e){return"-"+e}function w(e){if(Array.isArray(e))return"array";if(function(e){return d(e)&&"getDate"in e&&"function"==typeof e.getDate}(e))return"date";if(function(e){return d(e)&&"byteLength"in e&&"number"==typeof e.byteLength&&("slice"in e&&"function"==typeof e.slice||"getFloat64"in e&&"function"==typeof e.getFloat64)}(e))return"binary";const t=typeof e;return["string","number"].includes(t)?t:"invalid"}function T(e,t){return P(e,t,!1,!0)}function S(e){let t=0,r=0;if(ArrayBuffer.isView(e)){if(void 0===e.buffer)throw new TypeError("Could not copy the bytes held by a buffer source as the buffer was undefined.");t=e.byteOffset,r=e.byteLength}else r=e.byteLength;return new Uint8Array("buffer"in e&&e.buffer||e,t,r)}function P(e,t,r,n){if((t=t||[]).includes(e))return{type:"array",invalid:!0,message:"An array key cannot be circular"};const o=w(e),i={type:o,value:e};switch(o){case"number":return Number.isNaN(e)?{type:"NaN",invalid:!0}:Object.is(e,-0)?{type:o,value:0}:i;case"string":return i;case"binary":return{type:"binary",value:S(e)};case"array":{const i=e,a=i.length;t.push(e);const u=[];for(let e=0;e<a;e++){if(!r&&!Object.hasOwn(i,e))return{type:o,invalid:!0,message:"Does not have own index property"};try{const a=P(i[e],t,!1,n);if(a.invalid){if(r)continue;return{type:o,invalid:!0,message:"Bad array entry value-to-key conversion"}}(!r||!n&&u.every((e=>0!==E(e,a.value)))||n&&u.every((e=>0!==E(e,a))))&&u.push(n?a:a.value)}catch(e){if(!r)throw e}}return{type:o,value:u}}case"date":{const t=e;return Number.isNaN(t.getTime())?{type:o,invalid:!0,message:"Not a valid date"}:n?{type:o,value:t.getTime()}:{type:o,value:new Date(t)}}default:{const t=null===e?"null":typeof e;return{type:t,invalid:!0,message:"Not a valid key; type "+t}}}}function M(e,t){return P(e,null,!0,t)}function U(e,t,r,n){const o=C(e,t);return o.failure?o:r?M(o.value,n):P(o.value,null,!1,n)}function C(e,t,r,n){if(Array.isArray(t)){const r=[];return t.some((t=>{const n=C(e,t);return!!n.failure||(r.push(n.value),!1)}))?{failure:!0}:{value:r}}if(""===t)return{value:e};return t.split(".").some((t=>{if("length"!==t||"string"!=typeof e&&!Array.isArray(e))if(function(e){return d(e)&&"size"in e&&"number"==typeof e.size&&"slice"in e&&"function"==typeof e.slice&&!("lastModified"in e)}(e))switch(t){case"size":case"type":e=e[t]}else{if(!function(e){return d(e)&&"name"in e&&"string"==typeof e.name&&"slice"in e&&"function"==typeof e.slice&&"lastModified"in e}(e))return!d(e)||!Object.hasOwn(e,t)||void 0===(e=e[t]);switch(t){case"name":case"lastModified":e=e[t];break;case"lastModifiedDate":e=new Date(e.lastModified)}}else e=e.length;return!1}))?{failure:!0}:{value:e}}function j(e,t,r){let n=void 0===t.lower,o=void 0===t.upper;const i=L(e,!0),a=r?t.__lowerCached:L(t.lower,!0),u=r?t.__upperCached:L(t.upper,!0);return!n&&(t.lowerOpen&&null!==i&&null!==a&&i>a||!t.lowerOpen&&(!i&&!a||null!==i&&null!==a&&i>=a))&&(n=!0),!o&&(t.upperOpen&&null!==i&&null!==u&&i<u||!t.upperOpen&&(!i&&!u||null!==i&&null!==u&&i<=u))&&(o=!0),n&&o}function L(e,t){return void 0===e?null:v[w(e)].encode(e,t)}function F(e,t){if("string"==typeof e)return v[g[e.slice(0,1)]].decode(e,t)}const x=9007199254740992;function V(e,t,r,n){e.executeSql('SELECT "currNum" FROM __sys__ WHERE "name" = ?',[y(t.__currentName)],(function(e,t){1!==t.rows.length?r(1):r(t.rows.item(0).currNum)}),(function(e,t){return n(f("DataError","Could not get the auto increment value for key",t)),!1}))}function B(e,t,n,o,i){const a='UPDATE __sys__ SET "currNum" = ? WHERE "name" = ?',u=[n,y(t.__currentName)];r.DEBUG&&console.log(a,u),e.executeSql(a,u,(function(){o(n)}),(function(e,t){return i(f("UnknownError","Could not set the auto increment value for key",t)),!1}))}function K(e,t,r,n,o){return B(e,t,r=r===x?r+2:r+1,n,o)}e.assignCurrentNumber=B,e.checkKeyCouldBeInjectedIntoValue=function(e,t){const r=t.split(".");r.pop();for(const t of r){if(!d(e))return!1;if(!Object.hasOwn(e,t))return!0;e=e[t]}return d(e)},e.convertKeyToValue=function e(t){const{type:r,value:n}=t;switch(r){case"number":case"string":return n;case"array":{const t=[],r=n.length;let o=0;for(;o<r;){const r=e(n[o]);t[o]=r,o++}return t}case"date":return new Date(n);case"binary":{const e=n.length,t=new ArrayBuffer(e);return new Uint8Array(t,n.byteOffset||0,n.byteLength).set(n),t}default:throw new Error("Bad key")}},e.convertValueToKey=T,e.convertValueToKeyRethrowingAndIfInvalid=function(e,t){const r=T(e,t);if(r.invalid)throw f("DataError",r.message||"Not a valid key; type: "+r.type);return r},e.convertValueToKeyValueDecoded=P,e.convertValueToMultiEntryKey=function(e){return P(e,null,!0,!0)},e.convertValueToMultiEntryKeyDecoded=M,e.decode=F,e.encode=L,e.evaluateKeyPathOnValue=function(e,t,r){return C(e,t)},e.extractKeyFromValueUsingKeyPath=function(e,t,r){return U(e,t,r,!0)},e.extractKeyValueDecodedFromValueUsingKeyPath=U,e.findMultiEntryMatches=function e(t,r){const n=[];if(Array.isArray(t))for(let o of t){if(Array.isArray(o)){if(r&&r.lower===r.upper)continue;if(1!==o.length){e(o,r).length>0&&n.push(o);continue}o=o[0]}(p(r)||j(o,r,!0))&&n.push(o)}else(p(r)||j(t,r,!0))&&n.push(t);return n},e.generateKeyForStore=function(e,t,r,n){V(e,t,(function(o){o>x?r("failure"):K(e,t,o,(function(){r(null,o,o)}),n)}),n)},e.injectKeyIntoValueUsingKeyPath=function(e,t,r){const n=r.split("."),o=n.pop();n.forEach((t=>{Object.hasOwn(e,t)||(e[t]={}),e=e[t]})),e[o]=t},e.isKeyInRange=j,e.isMultiEntryMatch=function(e,t){return"array"===g[t.slice(0,1)]?t.indexOf(e)>1:t===e},e.possiblyUpdateKeyGenerator=function(e,t,r,n,o){"number"!=typeof r||r<1?n():V(e,t,(function(i){const a=Math.floor(Math.min(r,x));a>=i?K(e,t,a,(function(){n(i)}),o):n()}),o)},e.roundTrip=function(e,t){return F(L(e,t),t)}}));
1
+ /*! indexeddbshim - v17.0.0 - 7/28/2026 */
2
+ !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).IDBKeyUtils={})}(this,function(e){"use strict";function r(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=Array(r);t<r;t++)n[t]=e[t];return n}function t(e,r){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!t){if(Array.isArray(e)||(t=i(e))||r){t&&(e=t);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,u=!0,c=!1;return{s:function(){t=t.call(e)},n:function(){var e=t.next();return u=e.done,e},e:function(e){c=!0,a=e},f:function(){try{u||null==t.return||t.return()}finally{if(c)throw a}}}}function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||function(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,o,a,i,u=[],c=!0,l=!1;try{if(a=(t=t.call(e)).next,0===r);else for(;!(c=(n=a.call(t)).done)&&(u.push(n.value),u.length!==r);c=!0);}catch(e){l=!0,o=e}finally{try{if(!c&&null!=t.return&&(i=t.return(),Object(i)!==i))return}finally{if(l)throw o}}return u}}(e,r)||i(e,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e){return function(e){if(Array.isArray(e))return r(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||i(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a(e)}function i(e,t){if(e){if("string"==typeof e)return r(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}var u={},c={};function l(e,r){return new DOMException.prototype.constructor(r,e||"DOMException")}["DEBUG","cacheDatabaseInstances","autoName","fullIDLSupport","checkOrigin","cursorPreloadPackSize","UnicodeIDStart","UnicodeIDContinue","registerSCA","avoidAutoShim","win","DEFAULT_DB_SIZE","useSQLiteIndexes","fs","addNonIDBGlobals","replaceNonIDBGlobals","escapeDatabaseName","unescapeDatabaseName","databaseCharacterEscapeList","databaseNameLengthLimit","escapeNFDForDatabaseNames","addSQLiteExtension",["memoryDatabase",function(e){if(!/^(?::memory:|file::memory:(\?(?:[\0-"\$-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?(#(?:[\0-\t\x0B\f\x0E-\u2027\u202A-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?)?$/.test(e))throw new TypeError('`memoryDatabase` must be the empty string, ":memory:", or a "file::memory:[?queryString][#hash] URL".')}],"deleteDatabaseFiles","databaseBasePath","sysDatabaseBasePath","sqlBusyTimeout","sqlTrace","sqlProfile","createIndexes"].forEach(function(e){var r;if(Array.isArray(e)){var t=n(e,2);e=t[0],r=t[1]}Object.defineProperty(c,e,{get:function(){return u[e]},set:function(t){r&&r(t),u[e]=t}})});var s={IndexSizeError:1,HierarchyRequestError:3,WrongDocumentError:4,InvalidCharacterError:5,NoModificationAllowedError:7,NotFoundError:8,NotSupportedError:9,InUseAttributeError:10,InvalidStateError:11,SyntaxError:12,InvalidModificationError:13,NamespaceError:14,InvalidAccessError:15,TypeMismatchError:17,SecurityError:18,NetworkError:19,AbortError:20,URLMismatchError:21,QuotaExceededError:22,TimeoutError:23,InvalidNodeTypeError:24,DataCloneError:25,EncodingError:0,NotReadableError:0,UnknownError:0,ConstraintError:0,DataError:0,TransactionInactiveError:0,ReadOnlyError:0,VersionError:0,OperationError:0,NotAllowedError:0},f={INDEX_SIZE_ERR:1,DOMSTRING_SIZE_ERR:2,HIERARCHY_REQUEST_ERR:3,WRONG_DOCUMENT_ERR:4,INVALID_CHARACTER_ERR:5,NO_DATA_ALLOWED_ERR:6,NO_MODIFICATION_ALLOWED_ERR:7,NOT_FOUND_ERR:8,NOT_SUPPORTED_ERR:9,INUSE_ATTRIBUTE_ERR:10,INVALID_STATE_ERR:11,SYNTAX_ERR:12,INVALID_MODIFICATION_ERR:13,NAMESPACE_ERR:14,INVALID_ACCESS_ERR:15,VALIDATION_ERR:16,TYPE_MISMATCH_ERR:17,SECURITY_ERR:18,NETWORK_ERR:19,ABORT_ERR:20,URL_MISMATCH_ERR:21,QUOTA_EXCEEDED_ERR:22,TIMEOUT_ERR:23,INVALID_NODE_TYPE_ERR:24,DATA_CLONE_ERR:25};var y=function(){function e(e,r){this[Symbol.toStringTag]="DOMException",this._code=Object.hasOwn(s,r)?s[r]:f[r]||0,this._name=r||"Error",this._message=void 0===e?"":""+e,Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,writable:!0,value:this._code}),void 0!==r&&Object.defineProperty(this,"name",{configurable:!0,enumerable:!0,writable:!0,value:this._name}),void 0!==e&&Object.defineProperty(this,"message",{configurable:!0,enumerable:!1,writable:!0,value:this._message})}var r=function(){};return r.prototype=Object.create(Error.prototype),["name","message"].forEach(function(t){Object.defineProperty(r.prototype,t,{enumerable:!0,get:function(){if(!(this instanceof e||this instanceof r||this instanceof Error))throw new TypeError("Illegal invocation");return this["name"===t?"_name":"_message"]}})}),Object.defineProperty(r.prototype,"code",{configurable:!0,enumerable:!0,get:function(){throw new TypeError("Illegal invocation")}}),e.prototype=new r,e.prototype[Symbol.toStringTag]="DOMExceptionPrototype",Object.defineProperty(e,"prototype",{writable:!1}),Object.keys(s).forEach(function(r){Object.defineProperty(e.prototype,r,{enumerable:!0,configurable:!1,value:s[r]}),Object.defineProperty(e,r,{enumerable:!0,configurable:!1,value:s[r]})}),Object.keys(f).forEach(function(r){Object.defineProperty(e.prototype,r,{enumerable:!0,configurable:!1,value:f[r]}),Object.defineProperty(e,r,{enumerable:!0,configurable:!1,value:f[r]})}),Object.defineProperty(e.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:e}),e}();function d(e,r,t){if(c.DEBUG){var n=t&&"object"===a(t)&&t.message?t.message:t,o="function"==typeof console.error?"error":"log";console[o](e+": "+r+". "+(n||"")),console.trace&&console.trace()}}var p,v,b=!1;try{p=l("test name","test message"),(v=p)&&"object"===a(v)&&"string"==typeof v.name&&"test name"===p.name&&"test message"===p.message&&(b=!0)}catch(e){}var m=b?function(e,r,t){return d(e,r,t),l(e,r)}:function(e,r,t){return d(e,r,t),function(e,r){return new y(r,e)}(e,r)};function F(e){return function(e){return e.replaceAll(/((?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])))(?!(?:(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]))|(^|(?:[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]))((?:(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]))/g,function(e,r,t,n){return r?"^2"+r.codePointAt().toString(16).padStart(4,"0"):(t||"")+"^3"+n.codePointAt().toString(16).padStart(4,"0")})}(e.replaceAll("^","^^").replaceAll("\0","^0"))}function D(e){return null!==e&&"object"===a(e)}function E(e){return null==e}function h(e,r){var t=k(e),n=k(r),o=t>n?1:t===n?0:-1;if(c.DEBUG){var i=G(t),u=G(n);"object"===a(e)&&(e=JSON.stringify(e),i=JSON.stringify(i)),"object"===a(r)&&(r=JSON.stringify(r),u=JSON.stringify(u)),i!==e&&console.warn(e+" was incorrectly encoded as "+i),u!==r&&console.warn(r+" was incorrectly encoded as "+u)}return o}var g={invalid:100,number:200,date:300,string:400,binary:500,array:600},N=Object.keys(g);N.forEach(function(e){g[e]=String.fromCodePoint(g[e])});var O=N.reduce(function(e,r){return e[g[r]]=r,e},{}),A=["negativeInfinity","bigNegative","smallNegative","smallPositive","bigPositive","positiveInfinity"],I={invalid:{encode:function(){return g.invalid+"-"},decode:function(){}},number:{encode:function(e){var r,t,n,o=e===Number.MIN_VALUE?"0."+"0".repeat(214)+"2":Math.abs(e).toString(32),a=o.indexOf("."),i=(o=-1!==a?o.replace(".",""):o).search(/(?:[\0-\/1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/);return o=o.slice(i),Number.isFinite(Number(e))?e<0?(e>-1?(r=A.indexOf("smallNegative"),t=w(i)):(r=A.indexOf("bigNegative"),t=_(w(-1!==a?a:o.length))),n=_(R(o))):e<1?(r=A.indexOf("smallPositive"),t=_(w(i)),n=R(o)):(r=A.indexOf("bigPositive"),t=w(-1!==a?a:o.length),n=R(o)):(t=C(2),n=C(11),r=A.indexOf(e>0?"positiveInfinity":"negativeInfinity")),g.number+"-"+r+t+n},decode:function(e){var r=Number(e.slice(2,3)),t=e.slice(3,5),n=e.slice(5,16);switch(A[r]){case"negativeInfinity":return-1/0;case"positiveInfinity":return 1/0;case"bigPositive":return S(n,t);case"smallPositive":return S(n,t=B(_(t)));case"smallNegative":return t=B(t),-S(n=_(n),t);case"bigNegative":return t=_(t),-S(n=_(n),t);default:throw new Error("Invalid number.")}}},string:{encode:function(e,r){return r&&(e=e.replaceAll(/((?:[\0-\t\x0B\f\x0E-\u2027\u202A-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]))/g,"-$1")+" "),g.string+"-"+e},decode:function(e,r){return e=e.slice(2),r&&(e=e.slice(0,-1).replaceAll(/-((?:[\0-\t\x0B\f\x0E-\u2027\u202A-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]))/g,"$1")),e}},array:{encode:function(e){var r,o=[],a=t(e.entries());try{for(a.s();!(r=a.n()).done;){var i=n(r.value,2),u=i[0],c=k(i[1],!0);o[u]=c}}catch(e){a.e(e)}finally{a.f()}return o.push(g.invalid+"-"),g.array+"-"+JSON.stringify(o)},decode:function(e){var r=JSON.parse(e.slice(2));r.pop();for(var t=0;t<r.length;t++){var n=G(r[t],!0);r[t]=n}return r}},date:{encode:function(e){return g.date+"-"+e.toJSON()},decode:function(e){return new Date(e.slice(2))}},binary:{encode:function(e){return g.binary+"-"+(e.byteLength?o(j(e)).map(function(e){return String(e).padStart(3,"0")}):"")},decode:function(e){var r=e.slice(2),t=r.length?r.split(",").map(Number):[],n=new ArrayBuffer(t.length);return new Uint8Array(n).set(t),n}}};function w(e){var r=e.toString(32);return 1===r.length?"0"+r:r}function R(e){return(e+C(11)).slice(0,11)}function _(e){var r,n="",o=t(e);try{for(o.s();!(r=o.n()).done;){var a=r.value;n+=(31-Number.parseInt(a,32)).toString(32)}}catch(e){o.e(e)}finally{o.f()}return n}function S(e,r){var t=Number.parseInt(r,32);if(t<0)return T(Number.parseInt(e,32)*Math.pow(32,t-10));if(t<11){var n=e.slice(0,t),o=Number.parseInt(n,32),a=e.slice(t);return T(o+Number.parseInt(a,32)*Math.pow(32,t-11))}var i=e+C(t-11);return Number.parseInt(i,32)}function T(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:16;return Number(e.toPrecision(r))}function C(e){return"0".repeat(e)}function B(e){return"-"+e}function P(e){if(Array.isArray(e))return"array";if(function(e){return D(e)&&"getDate"in e&&"function"==typeof e.getDate}(e))return"date";if(function(e){return D(e)&&"byteLength"in e&&"number"==typeof e.byteLength&&("slice"in e&&"function"==typeof e.slice||"getFloat64"in e&&"function"==typeof e.getFloat64)}(e))return"binary";var r=a(e);return["string","number"].includes(r)?r:"invalid"}function M(e,r){return x(e,r,!1,!0)}function j(e){var r,t=0;if(ArrayBuffer.isView(e)){if(void 0===e.buffer)throw new TypeError("Could not copy the bytes held by a buffer source as the buffer was undefined.");t=e.byteOffset,r=e.byteLength}else r=e.byteLength;return new Uint8Array("buffer"in e&&e.buffer||e,t,r)}function x(e,r,t,n){if(r||(r=[]),r.includes(e))return{type:"array",invalid:!0,message:"An array key cannot be circular"};var o=P(e),i={type:o,value:e};switch(o){case"number":return Number.isNaN(e)?{type:"NaN",invalid:!0}:Object.is(e,-0)?{type:o,value:0}:i;case"string":return i;case"binary":return{type:"binary",value:j(e)};case"array":var u=e,c=u.length;r.push(e);for(var l,s=[],f=function(){if(!t&&!Object.hasOwn(u,y))return{v:{type:o,invalid:!0,message:"Does not have own index property"}};try{var e=x(u[y],r,!1,n);if(e.invalid)return t?0:{v:{type:o,invalid:!0,message:"Bad array entry value-to-key conversion"}};(!t||!n&&s.every(function(r){return 0!==h(r,e.value)})||n&&s.every(function(r){return 0!==h(r,e)}))&&s.push(n?e:e.value)}catch(e){if(!t)throw e}},y=0;y<c;y++)if(0!==(l=f())&&l)return l.v;return{type:o,value:s};case"date":var d=e;return Number.isNaN(d.getTime())?{type:o,invalid:!0,message:"Not a valid date"}:n?{type:o,value:d.getTime()}:{type:o,value:new Date(d)};default:var p=null===e?"null":a(e);return{type:p,invalid:!0,message:"Not a valid key; type "+p}}}function U(e,r){return x(e,null,!0,r)}function L(e,r,t,n){var o=V(e,r);return o.failure?o:t?U(o.value,n):x(o.value,null,!1,n)}function V(e,r,t,n){if(Array.isArray(r)){var o=[];return r.some(function(r){var t=V(e,r);return!!t.failure||(o.push(t.value),!1)})?{failure:!0}:{value:o}}return""===r?{value:e}:r.split(".").some(function(r){if("length"!==r||"string"!=typeof e&&!Array.isArray(e))if(function(e){return D(e)&&"size"in e&&"number"==typeof e.size&&"slice"in e&&"function"==typeof e.slice&&!("lastModified"in e)}(e))switch(r){case"size":case"type":e=e[r]}else{if(!function(e){return D(e)&&"name"in e&&"string"==typeof e.name&&"slice"in e&&"function"==typeof e.slice&&"lastModified"in e}(e))return!D(e)||!Object.hasOwn(e,r)||void 0===(e=e[r]);switch(r){case"name":case"lastModified":e=e[r];break;case"lastModifiedDate":e=new Date(e.lastModified)}}else e=e.length;return!1})?{failure:!0}:{value:e}}function K(e,r,t){var n=void 0===r.lower,o=void 0===r.upper,a=k(e,!0),i=t?r.__lowerCached:k(r.lower,!0),u=t?r.__upperCached:k(r.upper,!0);return!n&&(r.lowerOpen&&null!==a&&null!==i&&a>i||!r.lowerOpen&&(!a&&!i||null!==a&&null!==i&&a>=i))&&(n=!0),!o&&(r.upperOpen&&null!==a&&null!==u&&a<u||!r.upperOpen&&(!a&&!u||null!==a&&null!==u&&a<=u))&&(o=!0),n&&o}function k(e,r){return void 0===e?null:I[P(e)].encode(e,r)}function G(e,r){if("string"==typeof e)return I[O[e.slice(0,1)]].decode(e,r)}var H=9007199254740992;function q(e,r,t,n){e.executeSql('SELECT "currNum" FROM __sys__ WHERE "name" = ?',[F(r.__currentName)],function(e,r){1!==r.rows.length?t(1):t(r.rows.item(0).currNum)},function(e,r){return n(m("DataError","Could not get the auto increment value for key",r)),!1})}function J(e,r,t,n,o){var a='UPDATE __sys__ SET "currNum" = ? WHERE "name" = ?',i=[t,F(r.__currentName)];c.DEBUG&&console.log(a,i),e.executeSql(a,i,function(){n(t)},function(e,r){return o(m("UnknownError","Could not set the auto increment value for key",r)),!1})}function W(e,r,t,n,o){return J(e,r,t=1+(t===H?t+1:t),n,o)}e.assignCurrentNumber=J,e.checkKeyCouldBeInjectedIntoValue=function(e,r){var n=r.split(".");n.pop();var o,a=t(n);try{for(a.s();!(o=a.n()).done;){var i=o.value;if(!D(e))return!1;if(!Object.hasOwn(e,i))return!0;e=e[i]}}catch(e){a.e(e)}finally{a.f()}return D(e)},e.convertKeyToValue=function e(r){var t=r.type,n=r.value;switch(t){case"number":case"string":return n;case"array":for(var o=[],a=n.length,i=0;i<a;){var u=e(n[i]);o[i]=u,i++}return o;case"date":return new Date(n);case"binary":var c=n.length,l=new ArrayBuffer(c);return new Uint8Array(l,n.byteOffset||0,n.byteLength).set(n),l;default:throw new Error("Bad key")}},e.convertValueToKey=M,e.convertValueToKeyRethrowingAndIfInvalid=function(e,r){var t=M(e,r);if(t.invalid)throw m("DataError",t.message||"Not a valid key; type: "+t.type);return t},e.convertValueToKeyValueDecoded=x,e.convertValueToMultiEntryKey=function(e){return x(e,null,!0,!0)},e.convertValueToMultiEntryKeyDecoded=U,e.decode=G,e.encode=k,e.evaluateKeyPathOnValue=function(e,r,t){return V(e,r)},e.extractKeyFromValueUsingKeyPath=function(e,r,t){return L(e,r,t,!0)},e.extractKeyValueDecodedFromValueUsingKeyPath=L,e.findMultiEntryMatches=function e(r,n){var o=[];if(Array.isArray(r)){var a,i=t(r);try{for(i.s();!(a=i.n()).done;){var u=a.value;if(Array.isArray(u)){if(n&&n.lower===n.upper)continue;if(1!==u.length){e(u,n).length>0&&o.push(u);continue}u=u[0]}(E(n)||K(u,n,!0))&&o.push(u)}}catch(e){i.e(e)}finally{i.f()}}else(E(n)||K(r,n,!0))&&o.push(r);return o},e.generateKeyForStore=function(e,r,t,n){q(e,r,function(o){o>H?t("failure"):W(e,r,o,function(){t(null,o,o)},n)},n)},e.injectKeyIntoValueUsingKeyPath=function(e,r,t){var n=t.split("."),o=n.pop();n.forEach(function(r){Object.hasOwn(e,r)||(e[r]={}),e=e[r]}),e[o]=r},e.isKeyInRange=K,e.isMultiEntryMatch=function(e,r){return"array"===O[r.slice(0,1)]?r.indexOf(e)>1:r===e},e.possiblyUpdateKeyGenerator=function(e,r,t,n,o){"number"!=typeof t||t<1?n():q(e,r,function(a){var i=Math.floor(Math.min(t,H));i>=a?W(e,r,i,function(){n(a)},o):n()},o)},e.roundTrip=function(e,r){return G(k(e,r),r)}});
3
3
  //# sourceMappingURL=indexeddbshim-Key.min.js.map