webdav.client 5.21.6101 → 5.21.6102

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 (210) hide show
  1. package/Help/ClassReference/Create.html +1809 -0
  2. package/Help/ClassReference/ITHit.Environment.html +1739 -0
  3. package/Help/ClassReference/ITHit.LogLevel.html +1985 -0
  4. package/Help/ClassReference/ITHit.Logger.html +2170 -0
  5. package/Help/ClassReference/ITHit.WebDAV.Client.AsyncResult.html +1877 -0
  6. package/Help/ClassReference/ITHit.WebDAV.Client.BrowserExtension.html +2282 -0
  7. package/Help/ClassReference/ITHit.WebDAV.Client.CancellableResult.html +2049 -0
  8. package/Help/ClassReference/ITHit.WebDAV.Client.DavConstants.html +3181 -0
  9. package/Help/ClassReference/ITHit.WebDAV.Client.Depth.html +1815 -0
  10. package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +3600 -0
  11. package/Help/ClassReference/ITHit.WebDAV.Client.Encoder.html +1785 -0
  12. package/Help/ClassReference/ITHit.WebDAV.Client.Error.html +1785 -0
  13. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.BadRequestException.html +1883 -0
  14. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ConflictException.html +1883 -0
  15. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html +1883 -0
  16. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ForbiddenException.html +1883 -0
  17. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Error.html +1753 -0
  18. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Multistatus.html +1703 -0
  19. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse.html +1703 -0
  20. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus.html +1755 -0
  21. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse.html +1703 -0
  22. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html +1883 -0
  23. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.IntegrationException.html +1689 -0
  24. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.LockedException.html +1883 -0
  25. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html +1883 -0
  26. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotFoundException.html +1883 -0
  27. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotImplementedException.html +1883 -0
  28. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage.html +1805 -0
  29. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html +1883 -0
  30. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html +1929 -0
  31. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyException.html +1929 -0
  32. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html +1929 -0
  33. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html +1929 -0
  34. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html +1883 -0
  35. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html +1883 -0
  36. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html +1883 -0
  37. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavException.html +1695 -0
  38. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html +1883 -0
  39. package/Help/ClassReference/ITHit.WebDAV.Client.Features.html +2215 -0
  40. package/Help/ClassReference/ITHit.WebDAV.Client.File.html +9490 -0
  41. package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +11459 -0
  42. package/Help/ClassReference/ITHit.WebDAV.Client.GEditInfo.html +1785 -0
  43. package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +8324 -0
  44. package/Help/ClassReference/ITHit.WebDAV.Client.HttpStatus.html +3861 -0
  45. package/Help/ClassReference/ITHit.WebDAV.Client.LockInfo.html +1923 -0
  46. package/Help/ClassReference/ITHit.WebDAV.Client.LockScope.html +1755 -0
  47. package/Help/ClassReference/ITHit.WebDAV.Client.LockUriTokenPair.html +1785 -0
  48. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CancelUpload.html +1691 -0
  49. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CopyMove.html +1745 -0
  50. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Delete.html +1691 -0
  51. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ErrorResponse.html +1751 -0
  52. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.GoAsync.html +1830 -0
  53. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.html +1698 -0
  54. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Head.html +1691 -0
  55. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.HttpMethod.html +1765 -0
  56. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.Go.html +1866 -0
  57. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.GoAsync.html +1884 -0
  58. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.html +1701 -0
  59. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.Go.html +1866 -0
  60. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync.html +1884 -0
  61. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.html +1701 -0
  62. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Mkcol.html +1691 -0
  63. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.MultiResponse.html +1751 -0
  64. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Options.html +1748 -0
  65. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propfind.html +1745 -0
  66. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Proppatch.html +1691 -0
  67. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propstat.html +1733 -0
  68. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Put.html +1691 -0
  69. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Report.html +1761 -0
  70. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Response.html +1751 -0
  71. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ResponseFactory.html +1689 -0
  72. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Search.html +1691 -0
  73. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.SingleResponse.html +1742 -0
  74. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Undelete.html +1685 -0
  75. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Unlock.html +1691 -0
  76. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.UpdateToVersion.html +1691 -0
  77. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.VersionControl.html +1691 -0
  78. package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +2103 -0
  79. package/Help/ClassReference/ITHit.WebDAV.Client.Multistatus.html +1785 -0
  80. package/Help/ClassReference/ITHit.WebDAV.Client.MultistatusResponse.html +1831 -0
  81. package/Help/ClassReference/ITHit.WebDAV.Client.OptionsInfo.html +1739 -0
  82. package/Help/ClassReference/ITHit.WebDAV.Client.OrderProperty.html +1960 -0
  83. package/Help/ClassReference/ITHit.WebDAV.Client.PageResults.html +1785 -0
  84. package/Help/ClassReference/ITHit.WebDAV.Client.Property.html +2017 -0
  85. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyList.html +2048 -0
  86. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyMultistatusResponse.html +1883 -0
  87. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyName.html +1972 -0
  88. package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +2673 -0
  89. package/Help/ClassReference/ITHit.WebDAV.Client.RequestProgress.html +1969 -0
  90. package/Help/ClassReference/ITHit.WebDAV.Client.ResourceType.html +1755 -0
  91. package/Help/ClassReference/ITHit.WebDAV.Client.ResumableUpload.html +2271 -0
  92. package/Help/ClassReference/ITHit.WebDAV.Client.SPSManager.html +1951 -0
  93. package/Help/ClassReference/ITHit.WebDAV.Client.SearchQuery.html +1974 -0
  94. package/Help/ClassReference/ITHit.WebDAV.Client.Source.html +1785 -0
  95. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.DocManager.MsOfficeEditExtensions.html +1685 -0
  96. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CopyMove.html +1685 -0
  97. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFile.html +1685 -0
  98. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFolder.html +1685 -0
  99. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Delete.html +1685 -0
  100. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetFolderItems.html +1685 -0
  101. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetHeadRequests.html +1685 -0
  102. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemByFolder.html +1685 -0
  103. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemBySession.html +1685 -0
  104. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetParent.html +1685 -0
  105. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.ItemExists.html +1685 -0
  106. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.MicrosoftOfficeDiscovery.html +1685 -0
  107. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.NameCheck.html +1685 -0
  108. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Progress.html +1685 -0
  109. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Refresh.html +1685 -0
  110. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Search.html +1685 -0
  111. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.SupportedFeatures.html +1685 -0
  112. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.GetProperties.html +1685 -0
  113. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.UpdateProperties.html +1685 -0
  114. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.CheckSupport.html +1685 -0
  115. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Etag.html +1685 -0
  116. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.GetLocks.html +1685 -0
  117. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Lock.html +1685 -0
  118. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.RefreshLock.html +1685 -0
  119. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.GetVersions.html +1685 -0
  120. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ManageVersions.html +1685 -0
  121. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.PutUnderVersion.html +1685 -0
  122. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ReadContent.html +1685 -0
  123. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.WebDavSession.Events.html +1685 -0
  124. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.AutoUploader.html +1753 -0
  125. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Map.html +1916 -0
  126. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Pair.html +1787 -0
  127. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ContentWriter.html +1945 -0
  128. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.DropZone.html +1791 -0
  129. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.html +1689 -0
  130. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html +1781 -0
  131. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.Input.html +1791 -0
  132. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.DropZoneCollection.html +2140 -0
  133. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html +1884 -0
  134. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BaseEvent.html +1685 -0
  135. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html +2030 -0
  136. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.Error.html +1695 -0
  137. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.EventName.html +1843 -0
  138. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html +1791 -0
  139. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.QueueChanged.html +1787 -0
  140. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.StateChanged.html +1791 -0
  141. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadError.html +2174 -0
  142. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html +2150 -0
  143. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FSEntry.html +1823 -0
  144. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FileSpan.html +1806 -0
  145. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.Group.html +1761 -0
  146. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.GroupManager.html +1803 -0
  147. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.InputCollection.html +2140 -0
  148. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ItemSettings.html +1685 -0
  149. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.Generator.html +1888 -0
  150. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.PathCache.html +1693 -0
  151. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Progress.html +1969 -0
  152. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.ProgressTracker.html +1744 -0
  153. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadDiff.html +1786 -0
  154. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadProvider.html +1832 -0
  155. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Queue.html +2618 -0
  156. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ServerItem.html +1761 -0
  157. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Settings.html +1840 -0
  158. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.State.html +2031 -0
  159. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.BaseState.html +1685 -0
  160. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CanceledState.html +1691 -0
  161. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CompletedState.html +1691 -0
  162. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.Factory.html +1689 -0
  163. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.PausedState.html +1691 -0
  164. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.QueuedState.html +1691 -0
  165. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.ResumeState.html +1691 -0
  166. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.SkippedState.html +1691 -0
  167. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.UploadingState.html +1691 -0
  168. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadItem.html +5087 -0
  169. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadLocation.html +1761 -0
  170. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Uploader.html +2106 -0
  171. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +3304 -0
  172. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrl.html +1779 -0
  173. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder.html +1744 -0
  174. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html +1863 -0
  175. package/Help/ClassReference/ITHit.WebDAV.Client.UploadProgressInfo.html +1877 -0
  176. package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +3357 -0
  177. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavRequest.html +1689 -0
  178. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavResponse.html +1689 -0
  179. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +4046 -0
  180. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavUtil.html +1689 -0
  181. package/Help/ClassReference/data/search.json +1 -0
  182. package/Help/ClassReference/fonts/Inconsolata-Regular.ttf +0 -0
  183. package/Help/ClassReference/fonts/OpenSans-Regular.ttf +0 -0
  184. package/Help/ClassReference/fonts/WorkSans-Bold.ttf +0 -0
  185. package/Help/ClassReference/global.html +7914 -0
  186. package/Help/ClassReference/index.html +2408 -0
  187. package/Help/ClassReference/scripts/core.js +710 -0
  188. package/Help/ClassReference/scripts/core.min.js +23 -0
  189. package/Help/ClassReference/scripts/resize.js +90 -0
  190. package/Help/ClassReference/scripts/search.js +265 -0
  191. package/Help/ClassReference/scripts/search.min.js +6 -0
  192. package/Help/ClassReference/scripts/third-party/Apache-License-2.0.txt +202 -0
  193. package/Help/ClassReference/scripts/third-party/fuse.js +9 -0
  194. package/Help/ClassReference/scripts/third-party/hljs-line-num-original.js +369 -0
  195. package/Help/ClassReference/scripts/third-party/hljs-line-num.js +1 -0
  196. package/Help/ClassReference/scripts/third-party/hljs-original.js +5171 -0
  197. package/Help/ClassReference/scripts/third-party/hljs.js +1 -0
  198. package/Help/ClassReference/scripts/third-party/jquery.min.js +6 -0
  199. package/Help/ClassReference/scripts/third-party/popper.js +5 -0
  200. package/Help/ClassReference/scripts/third-party/tippy.js +1 -0
  201. package/Help/ClassReference/scripts/third-party/tocbot.js +683 -0
  202. package/Help/ClassReference/scripts/third-party/tocbot.min.js +1 -0
  203. package/Help/ClassReference/styles/clean-jsdoc-theme-base.css +1053 -0
  204. package/Help/ClassReference/styles/clean-jsdoc-theme-dark.css +418 -0
  205. package/Help/ClassReference/styles/clean-jsdoc-theme-light.css +399 -0
  206. package/Help/ClassReference/styles/clean-jsdoc-theme.min.css +1 -0
  207. package/ITHitWebDAVClient.js +2 -2
  208. package/index.d.ts +1 -1
  209. package/index.js +1 -1
  210. package/package.json +1 -1
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
3
+ *
4
+ * Copyright (c) 2021 Kiro Risk (http://kiro.me)
5
+ * All Rights Reserved. Apache Software License 2.0
6
+ *
7
+ * http://www.apache.org/licenses/LICENSE-2.0
8
+ */
9
+ var e,t;e=this,t=function(){"use strict";function e(t){return(e="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})(t)}function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){i(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&u(e,t)}function s(e){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function u(e,t){return(u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function h(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=s(e);if(t){var i=s(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return h(this,n)}}function l(e){return function(e){if(Array.isArray(e))return d(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return d(e,t);var n=Object.prototype.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)?d(e,t):void 0}}(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 d(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function v(e){return Array.isArray?Array.isArray(e):"[object Array]"===b(e)}function g(e){return"string"==typeof e}function y(e){return"number"==typeof e}function p(e){return!0===e||!1===e||function(e){return m(e)&&null!==e}(e)&&"[object Boolean]"==b(e)}function m(t){return"object"===e(t)}function k(e){return null!=e}function M(e){return!e.trim().length}function b(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}var x=function(e){return"Invalid value for key ".concat(e)},L=function(e){return"Pattern length exceeds max of ".concat(e,".")},S=Object.prototype.hasOwnProperty,w=function(){function e(n){var r=this;t(this,e),this._keys=[],this._keyMap={};var i=0;n.forEach((function(e){var t=_(e);i+=t.weight,r._keys.push(t),r._keyMap[t.id]=t,i+=t.weight})),this._keys.forEach((function(e){e.weight/=i}))}return r(e,[{key:"get",value:function(e){return this._keyMap[e]}},{key:"keys",value:function(){return this._keys}},{key:"toJSON",value:function(){return JSON.stringify(this._keys)}}]),e}();function _(e){var t=null,n=null,r=null,i=1;if(g(e)||v(e))r=e,t=O(e),n=j(e);else{if(!S.call(e,"name"))throw new Error(function(e){return"Missing ".concat(e," property in key")}("name"));var o=e.name;if(r=o,S.call(e,"weight")&&(i=e.weight)<=0)throw new Error(function(e){return"Property 'weight' in key '".concat(e,"' must be a positive integer")}(o));t=O(o),n=j(o)}return{path:t,id:n,weight:i,src:r}}function O(e){return v(e)?e:e.split(".")}function j(e){return v(e)?e.join("."):e}var A=c({},{isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:function(e,t){return e.score===t.score?e.idx<t.idx?-1:1:e.score<t.score?-1:1}},{},{includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},{},{location:0,threshold:.6,distance:100},{},{useExtendedSearch:!1,getFn:function(e,t){var n=[],r=!1;return function e(t,i,o){if(k(t))if(i[o]){var c=t[i[o]];if(!k(c))return;if(o===i.length-1&&(g(c)||y(c)||p(c)))n.push(function(e){return null==e?"":function(e){if("string"==typeof e)return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(e)}(c));else if(v(c)){r=!0;for(var a=0,s=c.length;a<s;a+=1)e(c[a],i,o+1)}else i.length&&e(c,i,o+1)}else n.push(t)}(e,g(t)?t.split("."):t,0),r?n:n[0]},ignoreLocation:!1,ignoreFieldNorm:!1}),I=/[^ ]+/g;function C(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:3,t=new Map,n=Math.pow(10,e);return{get:function(e){var r=e.match(I).length;if(t.has(r))return t.get(r);var i=1/Math.sqrt(r),o=parseFloat(Math.round(i*n)/n);return t.set(r,o),o},clear:function(){t.clear()}}}var E=function(){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=n.getFn,i=void 0===r?A.getFn:r;t(this,e),this.norm=C(3),this.getFn=i,this.isCreated=!1,this.setIndexRecords()}return r(e,[{key:"setSources",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.docs=e}},{key:"setIndexRecords",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.records=e}},{key:"setKeys",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.keys=t,this._keysMap={},t.forEach((function(t,n){e._keysMap[t.id]=n}))}},{key:"create",value:function(){var e=this;!this.isCreated&&this.docs.length&&(this.isCreated=!0,g(this.docs[0])?this.docs.forEach((function(t,n){e._addString(t,n)})):this.docs.forEach((function(t,n){e._addObject(t,n)})),this.norm.clear())}},{key:"add",value:function(e){var t=this.size();g(e)?this._addString(e,t):this._addObject(e,t)}},{key:"removeAt",value:function(e){this.records.splice(e,1);for(var t=e,n=this.size();t<n;t+=1)this.records[t].i-=1}},{key:"getValueForItemAtKeyId",value:function(e,t){return e[this._keysMap[t]]}},{key:"size",value:function(){return this.records.length}},{key:"_addString",value:function(e,t){if(k(e)&&!M(e)){var n={v:e,i:t,n:this.norm.get(e)};this.records.push(n)}}},{key:"_addObject",value:function(e,t){var n=this,r={i:t,$:{}};this.keys.forEach((function(t,i){var o=n.getFn(e,t.path);if(k(o))if(v(o))!function(){for(var e=[],t=[{nestedArrIndex:-1,value:o}];t.length;){var c=t.pop(),a=c.nestedArrIndex,s=c.value;if(k(s))if(g(s)&&!M(s)){var u={v:s,i:a,n:n.norm.get(s)};e.push(u)}else v(s)&&s.forEach((function(e,n){t.push({nestedArrIndex:n,value:e})}))}r.$[i]=e}();else if(!M(o)){var c={v:o,n:n.norm.get(o)};r.$[i]=c}})),this.records.push(r)}},{key:"toJSON",value:function(){return{keys:this.keys,records:this.records}}}]),e}();function $(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.getFn,i=void 0===r?A.getFn:r,o=new E({getFn:i});return o.setKeys(e.map(_)),o.setSources(t),o.create(),o}function R(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.errors,r=void 0===n?0:n,i=t.currentLocation,o=void 0===i?0:i,c=t.expectedLocation,a=void 0===c?0:c,s=t.distance,u=void 0===s?A.distance:s,h=t.ignoreLocation,f=void 0===h?A.ignoreLocation:h,l=r/e.length;if(f)return l;var d=Math.abs(a-o);return u?l+d/u:d?1:l}function F(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:A.minMatchCharLength,n=[],r=-1,i=-1,o=0,c=e.length;o<c;o+=1){var a=e[o];a&&-1===r?r=o:a||-1===r||((i=o-1)-r+1>=t&&n.push([r,i]),r=-1)}return e[o-1]&&o-r>=t&&n.push([r,o-1]),n}function P(e){for(var t={},n=0,r=e.length;n<r;n+=1){var i=e.charAt(n);t[i]=(t[i]||0)|1<<r-n-1}return t}var N=function(){function e(n){var r=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=i.location,c=void 0===o?A.location:o,a=i.threshold,s=void 0===a?A.threshold:a,u=i.distance,h=void 0===u?A.distance:u,f=i.includeMatches,l=void 0===f?A.includeMatches:f,d=i.findAllMatches,v=void 0===d?A.findAllMatches:d,g=i.minMatchCharLength,y=void 0===g?A.minMatchCharLength:g,p=i.isCaseSensitive,m=void 0===p?A.isCaseSensitive:p,k=i.ignoreLocation,M=void 0===k?A.ignoreLocation:k;if(t(this,e),this.options={location:c,threshold:s,distance:h,includeMatches:l,findAllMatches:v,minMatchCharLength:y,isCaseSensitive:m,ignoreLocation:M},this.pattern=m?n:n.toLowerCase(),this.chunks=[],this.pattern.length){var b=function(e,t){r.chunks.push({pattern:e,alphabet:P(e),startIndex:t})},x=this.pattern.length;if(x>32){for(var L=0,S=x%32,w=x-S;L<w;)b(this.pattern.substr(L,32),L),L+=32;if(S){var _=x-32;b(this.pattern.substr(_),_)}}else b(this.pattern,0)}}return r(e,[{key:"searchIn",value:function(e){var t=this.options,n=t.isCaseSensitive,r=t.includeMatches;if(n||(e=e.toLowerCase()),this.pattern===e){var i={isMatch:!0,score:0};return r&&(i.indices=[[0,e.length-1]]),i}var o=this.options,c=o.location,a=o.distance,s=o.threshold,u=o.findAllMatches,h=o.minMatchCharLength,f=o.ignoreLocation,d=[],v=0,g=!1;this.chunks.forEach((function(t){var n=t.pattern,i=t.alphabet,o=t.startIndex,y=function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=r.location,o=void 0===i?A.location:i,c=r.distance,a=void 0===c?A.distance:c,s=r.threshold,u=void 0===s?A.threshold:s,h=r.findAllMatches,f=void 0===h?A.findAllMatches:h,l=r.minMatchCharLength,d=void 0===l?A.minMatchCharLength:l,v=r.includeMatches,g=void 0===v?A.includeMatches:v,y=r.ignoreLocation,p=void 0===y?A.ignoreLocation:y;if(t.length>32)throw new Error(L(32));for(var m,k=t.length,M=e.length,b=Math.max(0,Math.min(o,M)),x=u,S=b,w=d>1||g,_=w?Array(M):[];(m=e.indexOf(t,S))>-1;){var O=R(t,{currentLocation:m,expectedLocation:b,distance:a,ignoreLocation:p});if(x=Math.min(O,x),S=m+k,w)for(var j=0;j<k;)_[m+j]=1,j+=1}S=-1;for(var I=[],C=1,E=k+M,$=1<<k-1,P=0;P<k;P+=1){for(var N=0,D=E;N<D;){var z=R(t,{errors:P,currentLocation:b+D,expectedLocation:b,distance:a,ignoreLocation:p});z<=x?N=D:E=D,D=Math.floor((E-N)/2+N)}E=D;var K=Math.max(1,b-D+1),q=f?M:Math.min(b+D,M)+k,W=Array(q+2);W[q+1]=(1<<P)-1;for(var J=q;J>=K;J-=1){var T=J-1,U=n[e.charAt(T)];if(w&&(_[T]=+!!U),W[J]=(W[J+1]<<1|1)&U,P&&(W[J]|=(I[J+1]|I[J])<<1|1|I[J+1]),W[J]&$&&(C=R(t,{errors:P,currentLocation:T,expectedLocation:b,distance:a,ignoreLocation:p}))<=x){if(x=C,(S=T)<=b)break;K=Math.max(1,2*b-S)}}var V=R(t,{errors:P+1,currentLocation:b,expectedLocation:b,distance:a,ignoreLocation:p});if(V>x)break;I=W}var B={isMatch:S>=0,score:Math.max(.001,C)};if(w){var G=F(_,d);G.length?g&&(B.indices=G):B.isMatch=!1}return B}(e,n,i,{location:c+o,distance:a,threshold:s,findAllMatches:u,minMatchCharLength:h,includeMatches:r,ignoreLocation:f}),p=y.isMatch,m=y.score,k=y.indices;p&&(g=!0),v+=m,p&&k&&(d=[].concat(l(d),l(k)))}));var y={isMatch:g,score:g?v/this.chunks.length:1};return g&&r&&(y.indices=d),y}}]),e}(),D=function(){function e(n){t(this,e),this.pattern=n}return r(e,[{key:"search",value:function(){}}],[{key:"isMultiMatch",value:function(e){return z(e,this.multiRegex)}},{key:"isSingleMatch",value:function(e){return z(e,this.singleRegex)}}]),e}();function z(e,t){var n=e.match(t);return n?n[1]:null}var K=function(e){a(i,e);var n=f(i);function i(e){return t(this,i),n.call(this,e)}return r(i,[{key:"search",value:function(e){var t=e===this.pattern;return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}],[{key:"type",get:function(){return"exact"}},{key:"multiRegex",get:function(){return/^="(.*)"$/}},{key:"singleRegex",get:function(){return/^=(.*)$/}}]),i}(D),q=function(e){a(i,e);var n=f(i);function i(e){return t(this,i),n.call(this,e)}return r(i,[{key:"search",value:function(e){var t=-1===e.indexOf(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-exact"}},{key:"multiRegex",get:function(){return/^!"(.*)"$/}},{key:"singleRegex",get:function(){return/^!(.*)$/}}]),i}(D),W=function(e){a(i,e);var n=f(i);function i(e){return t(this,i),n.call(this,e)}return r(i,[{key:"search",value:function(e){var t=e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}],[{key:"type",get:function(){return"prefix-exact"}},{key:"multiRegex",get:function(){return/^\^"(.*)"$/}},{key:"singleRegex",get:function(){return/^\^(.*)$/}}]),i}(D),J=function(e){a(i,e);var n=f(i);function i(e){return t(this,i),n.call(this,e)}return r(i,[{key:"search",value:function(e){var t=!e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-prefix-exact"}},{key:"multiRegex",get:function(){return/^!\^"(.*)"$/}},{key:"singleRegex",get:function(){return/^!\^(.*)$/}}]),i}(D),T=function(e){a(i,e);var n=f(i);function i(e){return t(this,i),n.call(this,e)}return r(i,[{key:"search",value:function(e){var t=e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[e.length-this.pattern.length,e.length-1]}}}],[{key:"type",get:function(){return"suffix-exact"}},{key:"multiRegex",get:function(){return/^"(.*)"\$$/}},{key:"singleRegex",get:function(){return/^(.*)\$$/}}]),i}(D),U=function(e){a(i,e);var n=f(i);function i(e){return t(this,i),n.call(this,e)}return r(i,[{key:"search",value:function(e){var t=!e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-suffix-exact"}},{key:"multiRegex",get:function(){return/^!"(.*)"\$$/}},{key:"singleRegex",get:function(){return/^!(.*)\$$/}}]),i}(D),V=function(e){a(i,e);var n=f(i);function i(e){var r,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=o.location,a=void 0===c?A.location:c,s=o.threshold,u=void 0===s?A.threshold:s,h=o.distance,f=void 0===h?A.distance:h,l=o.includeMatches,d=void 0===l?A.includeMatches:l,v=o.findAllMatches,g=void 0===v?A.findAllMatches:v,y=o.minMatchCharLength,p=void 0===y?A.minMatchCharLength:y,m=o.isCaseSensitive,k=void 0===m?A.isCaseSensitive:m,M=o.ignoreLocation,b=void 0===M?A.ignoreLocation:M;return t(this,i),(r=n.call(this,e))._bitapSearch=new N(e,{location:a,threshold:u,distance:f,includeMatches:d,findAllMatches:g,minMatchCharLength:p,isCaseSensitive:k,ignoreLocation:b}),r}return r(i,[{key:"search",value:function(e){return this._bitapSearch.searchIn(e)}}],[{key:"type",get:function(){return"fuzzy"}},{key:"multiRegex",get:function(){return/^"(.*)"$/}},{key:"singleRegex",get:function(){return/^(.*)$/}}]),i}(D),B=function(e){a(i,e);var n=f(i);function i(e){return t(this,i),n.call(this,e)}return r(i,[{key:"search",value:function(e){for(var t,n=0,r=[],i=this.pattern.length;(t=e.indexOf(this.pattern,n))>-1;)n=t+i,r.push([t,n-1]);var o=!!r.length;return{isMatch:o,score:o?0:1,indices:r}}}],[{key:"type",get:function(){return"include"}},{key:"multiRegex",get:function(){return/^'"(.*)"$/}},{key:"singleRegex",get:function(){return/^'(.*)$/}}]),i}(D),G=[K,B,W,J,U,T,q,V],H=G.length,Q=/ +(?=([^\"]*\"[^\"]*\")*[^\"]*$)/;function X(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.split("|").map((function(e){for(var n=e.trim().split(Q).filter((function(e){return e&&!!e.trim()})),r=[],i=0,o=n.length;i<o;i+=1){for(var c=n[i],a=!1,s=-1;!a&&++s<H;){var u=G[s],h=u.isMultiMatch(c);h&&(r.push(new u(h,t)),a=!0)}if(!a)for(s=-1;++s<H;){var f=G[s],l=f.isSingleMatch(c);if(l){r.push(new f(l,t));break}}}return r}))}var Y=new Set([V.type,B.type]),Z=function(){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=r.isCaseSensitive,o=void 0===i?A.isCaseSensitive:i,c=r.includeMatches,a=void 0===c?A.includeMatches:c,s=r.minMatchCharLength,u=void 0===s?A.minMatchCharLength:s,h=r.ignoreLocation,f=void 0===h?A.ignoreLocation:h,l=r.findAllMatches,d=void 0===l?A.findAllMatches:l,v=r.location,g=void 0===v?A.location:v,y=r.threshold,p=void 0===y?A.threshold:y,m=r.distance,k=void 0===m?A.distance:m;t(this,e),this.query=null,this.options={isCaseSensitive:o,includeMatches:a,minMatchCharLength:u,findAllMatches:d,ignoreLocation:f,location:g,threshold:p,distance:k},this.pattern=o?n:n.toLowerCase(),this.query=X(this.pattern,this.options)}return r(e,[{key:"searchIn",value:function(e){var t=this.query;if(!t)return{isMatch:!1,score:1};var n=this.options,r=n.includeMatches;e=n.isCaseSensitive?e:e.toLowerCase();for(var i=0,o=[],c=0,a=0,s=t.length;a<s;a+=1){var u=t[a];o.length=0,i=0;for(var h=0,f=u.length;h<f;h+=1){var d=u[h],v=d.search(e),g=v.isMatch,y=v.indices,p=v.score;if(!g){c=0,i=0,o.length=0;break}if(i+=1,c+=p,r){var m=d.constructor.type;Y.has(m)?o=[].concat(l(o),l(y)):o.push(y)}}if(i){var k={isMatch:!0,score:c/i};return r&&(k.indices=o),k}}return{isMatch:!1,score:1}}}],[{key:"condition",value:function(e,t){return t.useExtendedSearch}}]),e}(),ee=[];function te(e,t){for(var n=0,r=ee.length;n<r;n+=1){var i=ee[n];if(i.condition(e,t))return new i(e,t)}return new N(e,t)}var ne="$and",re="$or",ie="$path",oe="$val",ce=function(e){return!(!e[ne]&&!e[re])},ae=function(e){return!!e[ie]},se=function(e){return!v(e)&&m(e)&&!ce(e)},ue=function(e){return i({},ne,Object.keys(e).map((function(t){return i({},t,e[t])})))};function he(e,t){var n=t.ignoreFieldNorm,r=void 0===n?A.ignoreFieldNorm:n;e.forEach((function(e){var t=1;e.matches.forEach((function(e){var n=e.key,i=e.norm,o=e.score,c=n?n.weight:null;t*=Math.pow(0===o&&c?Number.EPSILON:o,(c||1)*(r?1:i))})),e.score=t}))}function fe(e,t){var n=e.matches;t.matches=[],k(n)&&n.forEach((function(e){if(k(e.indices)&&e.indices.length){var n={indices:e.indices,value:e.value};e.key&&(n.key=e.key.src),e.idx>-1&&(n.refIndex=e.idx),t.matches.push(n)}}))}function le(e,t){t.score=e.score}function de(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.includeMatches,i=void 0===r?A.includeMatches:r,o=n.includeScore,c=void 0===o?A.includeScore:o,a=[];return i&&a.push(fe),c&&a.push(le),e.map((function(e){var n=e.idx,r={item:t[n],refIndex:n};return a.length&&a.forEach((function(t){t(e,r)})),r}))}var ve=function(){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0;t(this,e),this.options=c({},A,{},r),this.options.useExtendedSearch,this._keyStore=new w(this.options.keys),this.setCollection(n,i)}return r(e,[{key:"setCollection",value:function(e,t){if(this._docs=e,t&&!(t instanceof E))throw new Error("Incorrect 'index' type");this._myIndex=t||$(this.options.keys,this._docs,{getFn:this.options.getFn})}},{key:"add",value:function(e){k(e)&&(this._docs.push(e),this._myIndex.add(e))}},{key:"remove",value:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return!1},t=[],n=0,r=this._docs.length;n<r;n+=1){var i=this._docs[n];e(i,n)&&(this.removeAt(n),n-=1,r-=1,t.push(i))}return t}},{key:"removeAt",value:function(e){this._docs.splice(e,1),this._myIndex.removeAt(e)}},{key:"getIndex",value:function(){return this._myIndex}},{key:"search",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.limit,r=void 0===n?-1:n,i=this.options,o=i.includeMatches,c=i.includeScore,a=i.shouldSort,s=i.sortFn,u=i.ignoreFieldNorm,h=g(e)?g(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return he(h,{ignoreFieldNorm:u}),a&&h.sort(s),y(r)&&r>-1&&(h=h.slice(0,r)),de(h,this._docs,{includeMatches:o,includeScore:c})}},{key:"_searchStringList",value:function(e){var t=te(e,this.options),n=this._myIndex.records,r=[];return n.forEach((function(e){var n=e.v,i=e.i,o=e.n;if(k(n)){var c=t.searchIn(n),a=c.isMatch,s=c.score,u=c.indices;a&&r.push({item:n,idx:i,matches:[{score:s,value:n,norm:o,indices:u}]})}})),r}},{key:"_searchLogical",value:function(e){var t=this,n=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.auto,i=void 0===r||r,o=function e(n){var r=Object.keys(n),o=ae(n);if(!o&&r.length>1&&!ce(n))return e(ue(n));if(se(n)){var c=o?n[ie]:r[0],a=o?n[oe]:n[c];if(!g(a))throw new Error(x(c));var s={keyId:j(c),pattern:a};return i&&(s.searcher=te(a,t)),s}var u={children:[],operator:r[0]};return r.forEach((function(t){var r=n[t];v(r)&&r.forEach((function(t){u.children.push(e(t))}))})),u};return ce(e)||(e=ue(e)),o(e)}(e,this.options),r=this._myIndex.records,i={},o=[];return r.forEach((function(e){var r=e.$,c=e.i;if(k(r)){var a=function e(n,r,i){if(!n.children){var o=n.keyId,c=n.searcher,a=t._findMatches({key:t._keyStore.get(o),value:t._myIndex.getValueForItemAtKeyId(r,o),searcher:c});return a&&a.length?[{idx:i,item:r,matches:a}]:[]}switch(n.operator){case ne:for(var s=[],u=0,h=n.children.length;u<h;u+=1){var f=e(n.children[u],r,i);if(!f.length)return[];s.push.apply(s,l(f))}return s;case re:for(var d=[],v=0,g=n.children.length;v<g;v+=1){var y=e(n.children[v],r,i);if(y.length){d.push.apply(d,l(y));break}}return d}}(n,r,c);a.length&&(i[c]||(i[c]={idx:c,item:r,matches:[]},o.push(i[c])),a.forEach((function(e){var t,n=e.matches;(t=i[c].matches).push.apply(t,l(n))})))}})),o}},{key:"_searchObjectList",value:function(e){var t=this,n=te(e,this.options),r=this._myIndex,i=r.keys,o=r.records,c=[];return o.forEach((function(e){var r=e.$,o=e.i;if(k(r)){var a=[];i.forEach((function(e,i){a.push.apply(a,l(t._findMatches({key:e,value:r[i],searcher:n})))})),a.length&&c.push({idx:o,item:r,matches:a})}})),c}},{key:"_findMatches",value:function(e){var t=e.key,n=e.value,r=e.searcher;if(!k(n))return[];var i=[];if(v(n))n.forEach((function(e){var n=e.v,o=e.i,c=e.n;if(k(n)){var a=r.searchIn(n),s=a.isMatch,u=a.score,h=a.indices;s&&i.push({score:u,key:t,value:n,idx:o,norm:c,indices:h})}}));else{var o=n.v,c=n.n,a=r.searchIn(o),s=a.isMatch,u=a.score,h=a.indices;s&&i.push({score:u,key:t,value:o,norm:c,indices:h})}return i}}]),e}();return ve.version="6.4.6",ve.createIndex=$,ve.parseIndex=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.getFn,r=void 0===n?A.getFn:n,i=e.keys,o=e.records,c=new E({getFn:r});return c.setKeys(i),c.setIndexRecords(o),c},ve.config=A,function(){ee.push.apply(ee,arguments)}(Z),ve},"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).Fuse=t();
@@ -0,0 +1,369 @@
1
+ // jshint multistr:true
2
+
3
+ (function (w, d) {
4
+ 'use strict';
5
+
6
+ var TABLE_NAME = 'hljs-ln',
7
+ LINE_NAME = 'hljs-ln-line',
8
+ CODE_BLOCK_NAME = 'hljs-ln-code',
9
+ NUMBERS_BLOCK_NAME = 'hljs-ln-numbers',
10
+ NUMBER_LINE_NAME = 'hljs-ln-n',
11
+ DATA_ATTR_NAME = 'data-line-number',
12
+ BREAK_LINE_REGEXP = /\r\n|\r|\n/g;
13
+
14
+ if (w.hljs) {
15
+ w.hljs.initLineNumbersOnLoad = initLineNumbersOnLoad;
16
+ w.hljs.lineNumbersBlock = lineNumbersBlock;
17
+ w.hljs.lineNumbersValue = lineNumbersValue;
18
+
19
+ addStyles();
20
+ } else {
21
+ w.console.error('highlight.js not detected!');
22
+ }
23
+
24
+ function isHljsLnCodeDescendant(domElt) {
25
+ var curElt = domElt;
26
+ while (curElt) {
27
+ if (curElt.className && curElt.className.indexOf('hljs-ln-code') !== -1) {
28
+ return true;
29
+ }
30
+ curElt = curElt.parentNode;
31
+ }
32
+ return false;
33
+ }
34
+
35
+ function getHljsLnTable(hljsLnDomElt) {
36
+ var curElt = hljsLnDomElt;
37
+ while (curElt.nodeName !== 'TABLE') {
38
+ curElt = curElt.parentNode;
39
+ }
40
+ return curElt;
41
+ }
42
+
43
+ // Function to workaround a copy issue with Microsoft Edge.
44
+ // Due to hljs-ln wrapping the lines of code inside a <table> element,
45
+ // itself wrapped inside a <pre> element, window.getSelection().toString()
46
+ // does not contain any line breaks. So we need to get them back using the
47
+ // rendered code in the DOM as reference.
48
+ function edgeGetSelectedCodeLines(selection) {
49
+ // current selected text without line breaks
50
+ var selectionText = selection.toString();
51
+
52
+ // get the <td> element wrapping the first line of selected code
53
+ var tdAnchor = selection.anchorNode;
54
+ while (tdAnchor.nodeName !== 'TD') {
55
+ tdAnchor = tdAnchor.parentNode;
56
+ }
57
+
58
+ // get the <td> element wrapping the last line of selected code
59
+ var tdFocus = selection.focusNode;
60
+ while (tdFocus.nodeName !== 'TD') {
61
+ tdFocus = tdFocus.parentNode;
62
+ }
63
+
64
+ // extract line numbers
65
+ var firstLineNumber = parseInt(tdAnchor.dataset.lineNumber);
66
+ var lastLineNumber = parseInt(tdFocus.dataset.lineNumber);
67
+
68
+ // multi-lines copied case
69
+ if (firstLineNumber != lastLineNumber) {
70
+
71
+ var firstLineText = tdAnchor.textContent;
72
+ var lastLineText = tdFocus.textContent;
73
+
74
+ // if the selection was made backward, swap values
75
+ if (firstLineNumber > lastLineNumber) {
76
+ var tmp = firstLineNumber;
77
+ firstLineNumber = lastLineNumber;
78
+ lastLineNumber = tmp;
79
+ tmp = firstLineText;
80
+ firstLineText = lastLineText;
81
+ lastLineText = tmp;
82
+ }
83
+
84
+ // discard not copied characters in first line
85
+ while (selectionText.indexOf(firstLineText) !== 0) {
86
+ firstLineText = firstLineText.slice(1);
87
+ }
88
+
89
+ // discard not copied characters in last line
90
+ while (selectionText.lastIndexOf(lastLineText) === -1) {
91
+ lastLineText = lastLineText.slice(0, -1);
92
+ }
93
+
94
+ // reconstruct and return the real copied text
95
+ var selectedText = firstLineText;
96
+ var hljsLnTable = getHljsLnTable(tdAnchor);
97
+ for (var i = firstLineNumber + 1 ; i < lastLineNumber ; ++i) {
98
+ var codeLineSel = format('.{0}[{1}="{2}"]', [CODE_BLOCK_NAME, DATA_ATTR_NAME, i]);
99
+ var codeLineElt = hljsLnTable.querySelector(codeLineSel);
100
+ selectedText += '\n' + codeLineElt.textContent;
101
+ }
102
+ selectedText += '\n' + lastLineText;
103
+ return selectedText;
104
+ // single copied line case
105
+ } else {
106
+ return selectionText;
107
+ }
108
+ }
109
+
110
+ // ensure consistent code copy/paste behavior across all browsers
111
+ // (see https://github.com/wcoder/highlightjs-line-numbers.js/issues/51)
112
+ document.addEventListener('copy', function(e) {
113
+ // get current selection
114
+ var selection = window.getSelection();
115
+ // override behavior when one wants to copy line of codes
116
+ if (isHljsLnCodeDescendant(selection.anchorNode)) {
117
+ var selectionText;
118
+ // workaround an issue with Microsoft Edge as copied line breaks
119
+ // are removed otherwise from the selection string
120
+ if (window.navigator.userAgent.indexOf('Edge') !== -1) {
121
+ selectionText = edgeGetSelectedCodeLines(selection);
122
+ } else {
123
+ // other browsers can directly use the selection string
124
+ selectionText = selection.toString();
125
+ }
126
+ e.clipboardData.setData(
127
+ 'text/plain',
128
+ selectionText
129
+ .replace(/(^\t)/gm, '')
130
+ );
131
+ e.preventDefault();
132
+ }
133
+ });
134
+
135
+ function addStyles () {
136
+ var css = d.createElement('style');
137
+ css.type = 'text/css';
138
+ css.innerHTML = format(
139
+ '.{0}{border-collapse:collapse}' +
140
+ '.{0} td{padding:0}' +
141
+ '.{1}:before{content:attr({2})}',
142
+ [
143
+ TABLE_NAME,
144
+ NUMBER_LINE_NAME,
145
+ DATA_ATTR_NAME
146
+ ]);
147
+ d.getElementsByTagName('head')[0].appendChild(css);
148
+ }
149
+
150
+ function initLineNumbersOnLoad (options) {
151
+ if (d.readyState === 'interactive' || d.readyState === 'complete') {
152
+ documentReady(options);
153
+ } else {
154
+ w.addEventListener('DOMContentLoaded', function () {
155
+ documentReady(options);
156
+ });
157
+ }
158
+ }
159
+
160
+ function documentReady (options) {
161
+ try {
162
+ var blocks = d.querySelectorAll('code.hljs,code.nohighlight');
163
+
164
+ for (var i in blocks) {
165
+ if (blocks.hasOwnProperty(i)) {
166
+ if (!isPluginDisabledForBlock(blocks[i])) {
167
+ lineNumbersBlock(blocks[i], options);
168
+ }
169
+ }
170
+ }
171
+ } catch (e) {
172
+ w.console.error('LineNumbers error: ', e);
173
+ }
174
+ }
175
+
176
+ function isPluginDisabledForBlock(element) {
177
+ return element.classList.contains('nohljsln');
178
+ }
179
+
180
+ function lineNumbersBlock (element, options) {
181
+ if (typeof element !== 'object') return;
182
+
183
+ async(function () {
184
+ element.innerHTML = lineNumbersInternal(element, options);
185
+ });
186
+ }
187
+
188
+ function lineNumbersValue (value, options) {
189
+ if (typeof value !== 'string') return;
190
+
191
+ var element = document.createElement('code')
192
+ element.innerHTML = value
193
+
194
+ return lineNumbersInternal(element, options);
195
+ }
196
+
197
+ function lineNumbersInternal (element, options) {
198
+
199
+ var internalOptions = mapOptions(element, options);
200
+
201
+ duplicateMultilineNodes(element);
202
+
203
+ return addLineNumbersBlockFor(element.innerHTML, internalOptions);
204
+ }
205
+
206
+ function addLineNumbersBlockFor (inputHtml, options) {
207
+ var lines = getLines(inputHtml);
208
+
209
+ // if last line contains only carriage return remove it
210
+ if (lines[lines.length-1].trim() === '') {
211
+ lines.pop();
212
+ }
213
+
214
+ if (lines.length > 1 || options.singleLine) {
215
+ var html = '';
216
+
217
+ for (var i = 0, l = lines.length; i < l; i++) {
218
+ html += format(
219
+ '<tr>' +
220
+ '<td class="{0} {1}" {3}="{5}">' +
221
+ '</td>' +
222
+ '<td class="{0} {4}" {3}="{5}">' +
223
+ '{6}' +
224
+ '</td>' +
225
+ '</tr>',
226
+ [
227
+ LINE_NAME,
228
+ NUMBERS_BLOCK_NAME,
229
+ NUMBER_LINE_NAME,
230
+ DATA_ATTR_NAME,
231
+ CODE_BLOCK_NAME,
232
+ i + options.startFrom,
233
+ lines[i].length > 0 ? lines[i] : ' '
234
+ ]);
235
+ }
236
+
237
+ return format('<table class="{0}">{1}</table>', [ TABLE_NAME, html ]);
238
+ }
239
+
240
+ return inputHtml;
241
+ }
242
+
243
+ /**
244
+ * @param {HTMLElement} element Code block.
245
+ * @param {Object} options External API options.
246
+ * @returns {Object} Internal API options.
247
+ */
248
+ function mapOptions (element, options) {
249
+ options = options || {};
250
+ return {
251
+ singleLine: getSingleLineOption(options),
252
+ startFrom: getStartFromOption(element, options)
253
+ };
254
+ }
255
+
256
+ function getSingleLineOption (options) {
257
+ var defaultValue = false;
258
+ if (!!options.singleLine) {
259
+ return options.singleLine;
260
+ }
261
+ return defaultValue;
262
+ }
263
+
264
+ function getStartFromOption (element, options) {
265
+ var defaultValue = 1;
266
+ var startFrom = defaultValue;
267
+
268
+ if (isFinite(options.startFrom)) {
269
+ startFrom = options.startFrom;
270
+ }
271
+
272
+ // can be overridden because local option is priority
273
+ var value = getAttribute(element, 'data-ln-start-from');
274
+ if (value !== null) {
275
+ startFrom = toNumber(value, defaultValue);
276
+ }
277
+
278
+ return startFrom;
279
+ }
280
+
281
+ /**
282
+ * Recursive method for fix multi-line elements implementation in highlight.js
283
+ * Doing deep passage on child nodes.
284
+ * @param {HTMLElement} element
285
+ */
286
+ function duplicateMultilineNodes (element) {
287
+ var nodes = element.childNodes;
288
+ for (var node in nodes) {
289
+ if (nodes.hasOwnProperty(node)) {
290
+ var child = nodes[node];
291
+ if (getLinesCount(child.textContent) > 0) {
292
+ if (child.childNodes.length > 0) {
293
+ duplicateMultilineNodes(child);
294
+ } else {
295
+ duplicateMultilineNode(child.parentNode);
296
+ }
297
+ }
298
+ }
299
+ }
300
+ }
301
+
302
+ /**
303
+ * Method for fix multi-line elements implementation in highlight.js
304
+ * @param {HTMLElement} element
305
+ */
306
+ function duplicateMultilineNode (element) {
307
+ var className = element.className;
308
+
309
+ if ( ! /hljs-/.test(className)) return;
310
+
311
+ var lines = getLines(element.innerHTML);
312
+
313
+ for (var i = 0, result = ''; i < lines.length; i++) {
314
+ var lineText = lines[i].length > 0 ? lines[i] : ' ';
315
+ result += format('<span class="{0}">{1}</span>\n', [ className, lineText ]);
316
+ }
317
+
318
+ element.innerHTML = result.trim();
319
+ }
320
+
321
+ function getLines (text) {
322
+ if (text.length === 0) return [];
323
+ return text.split(BREAK_LINE_REGEXP);
324
+ }
325
+
326
+ function getLinesCount (text) {
327
+ return (text.trim().match(BREAK_LINE_REGEXP) || []).length;
328
+ }
329
+
330
+ ///
331
+ /// HELPERS
332
+ ///
333
+
334
+ function async (func) {
335
+ w.setTimeout(func, 0);
336
+ }
337
+
338
+ /**
339
+ * {@link https://wcoder.github.io/notes/string-format-for-string-formating-in-javascript}
340
+ * @param {string} format
341
+ * @param {array} args
342
+ */
343
+ function format (format, args) {
344
+ return format.replace(/\{(\d+)\}/g, function(m, n){
345
+ return args[n] !== undefined ? args[n] : m;
346
+ });
347
+ }
348
+
349
+ /**
350
+ * @param {HTMLElement} element Code block.
351
+ * @param {String} attrName Attribute name.
352
+ * @returns {String} Attribute value or empty.
353
+ */
354
+ function getAttribute (element, attrName) {
355
+ return element.hasAttribute(attrName) ? element.getAttribute(attrName) : null;
356
+ }
357
+
358
+ /**
359
+ * @param {String} str Source string.
360
+ * @param {Number} fallback Fallback value.
361
+ * @returns Parsed number or fallback value.
362
+ */
363
+ function toNumber (str, fallback) {
364
+ if (!str) return fallback;
365
+ var number = Number(str);
366
+ return isFinite(number) ? number : fallback;
367
+ }
368
+
369
+ }(window, document));
@@ -0,0 +1 @@
1
+ !function(r,o){"use strict";var e,l="hljs-ln",s="hljs-ln-line",f="hljs-ln-code",c="hljs-ln-numbers",u="hljs-ln-n",h="data-line-number",n=/\r\n|\r|\n/g;function t(e){for(var n=e.toString(),t=e.anchorNode;"TD"!==t.nodeName;)t=t.parentNode;for(var r=e.focusNode;"TD"!==r.nodeName;)r=r.parentNode;var e=parseInt(t.dataset.lineNumber),o=parseInt(r.dataset.lineNumber);if(e==o)return n;var a,i=t.textContent,l=r.textContent;for(o<e&&(a=e,e=o,o=a,a=i,i=l,l=a);0!==n.indexOf(i);)i=i.slice(1);for(;-1===n.lastIndexOf(l);)l=l.slice(0,-1);for(var s=i,c=function(e){for(var n=e;"TABLE"!==n.nodeName;)n=n.parentNode;return n}(t),u=e+1;u<o;++u){var d=v('.{0}[{1}="{2}"]',[f,h,u]);s+="\n"+c.querySelector(d).textContent}return s+="\n"+l}function a(e){try{var n,t=o.querySelectorAll("code.hljs,code.nohighlight");for(n in t)!t.hasOwnProperty(n)||t[n].classList.contains("nohljsln")||i(t[n],e)}catch(e){r.console.error("LineNumbers error: ",e)}}function i(e,n){"object"==typeof e&&r.setTimeout(function(){e.innerHTML=d(e,n)},0)}function d(e,n){var n={singleLine:function(e){return e.singleLine||!1}(n=(n=n)||{}),startFrom:function(e,n){var t=1;isFinite(n.startFrom)&&(t=n.startFrom);n=function(e,n){return e.hasAttribute(n)?e.getAttribute(n):null}(e,"data-ln-start-from");null!==n&&(t=function(e,n){if(!e)return n;e=Number(e);return isFinite(e)?e:n}(n,1));return t}(e,n)},e=(!function e(n){var t=n.childNodes;for(var r in t)!t.hasOwnProperty(r)||0<p((r=t[r]).textContent)&&(0<r.childNodes.length?e(r):m(r.parentNode))}(e),e.innerHTML),t=n,r=g(e);if(""===r[r.length-1].trim()&&r.pop(),1<r.length||t.singleLine){for(var o="",a=0,i=r.length;a<i;a++)o+=v('<tr><td class="{0} {1}" {3}="{5}"></td><td class="{0} {4}" {3}="{5}">{6}</td></tr>',[s,c,u,h,f,a+t.startFrom,0<r[a].length?r[a]:" "]);return v('<table class="{0}">{1}</table>',[l,o])}return e}function m(e){var n=e.className;if(/hljs-/.test(n)){for(var t=g(e.innerHTML),r=0,o="";r<t.length;r++)o+=v('<span class="{0}">{1}</span>\n',[n,0<t[r].length?t[r]:" "]);e.innerHTML=o.trim()}}function g(e){return 0===e.length?[]:e.split(n)}function p(e){return(e.trim().match(n)||[]).length}function v(e,t){return e.replace(/\{(\d+)\}/g,function(e,n){return void 0!==t[n]?t[n]:e})}r.hljs?(r.hljs.initLineNumbersOnLoad=function(e){"interactive"===o.readyState||"complete"===o.readyState?a(e):r.addEventListener("DOMContentLoaded",function(){a(e)})},r.hljs.lineNumbersBlock=i,r.hljs.lineNumbersValue=function(e,n){var t;if("string"==typeof e)return(t=document.createElement("code")).innerHTML=e,d(t,n)},(e=o.createElement("style")).type="text/css",e.innerHTML=v(".{0}{border-collapse:collapse}.{0} td{padding:0}.{1}:before{content:attr({2})}",[l,u,h]),o.getElementsByTagName("head")[0].appendChild(e)):r.console.error("highlight.js not detected!"),document.addEventListener("copy",function(e){var n=window.getSelection();!function(e){for(var n=e;n;){if(n.className&&-1!==n.className.indexOf("hljs-ln-code"))return 1;n=n.parentNode}}(n.anchorNode)||(n=-1!==window.navigator.userAgent.indexOf("Edge")?t(n):n.toString(),e.clipboardData.setData("text/plain",n.replace(/(^\t)/gm,"")),e.preventDefault())})}(window,document);