webdav.client 5.21.5819 → 5.21.5850

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 (208) hide show
  1. package/Help/ClassReference/Create.html +3184 -0
  2. package/Help/ClassReference/ITHit.Environment.html +3119 -0
  3. package/Help/ClassReference/ITHit.LogLevel.html +3356 -0
  4. package/Help/ClassReference/ITHit.Logger.html +3539 -0
  5. package/Help/ClassReference/ITHit.WebDAV.Client.AsyncResult.html +3254 -0
  6. package/Help/ClassReference/ITHit.WebDAV.Client.BrowserExtension.html +3651 -0
  7. package/Help/ClassReference/ITHit.WebDAV.Client.CancellableResult.html +3420 -0
  8. package/Help/ClassReference/ITHit.WebDAV.Client.DavConstants.html +4526 -0
  9. package/Help/ClassReference/ITHit.WebDAV.Client.Depth.html +3193 -0
  10. package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +4949 -0
  11. package/Help/ClassReference/ITHit.WebDAV.Client.Encoder.html +3164 -0
  12. package/Help/ClassReference/ITHit.WebDAV.Client.Error.html +3164 -0
  13. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.BadRequestException.html +3260 -0
  14. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ConflictException.html +3260 -0
  15. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html +3260 -0
  16. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ForbiddenException.html +3260 -0
  17. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Error.html +3127 -0
  18. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Multistatus.html +3078 -0
  19. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse.html +3078 -0
  20. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus.html +3130 -0
  21. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse.html +3078 -0
  22. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html +3260 -0
  23. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.IntegrationException.html +3070 -0
  24. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.LockedException.html +3260 -0
  25. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html +3260 -0
  26. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotFoundException.html +3260 -0
  27. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotImplementedException.html +3260 -0
  28. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage.html +3180 -0
  29. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html +3260 -0
  30. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html +3305 -0
  31. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyException.html +3305 -0
  32. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html +3305 -0
  33. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html +3305 -0
  34. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html +3260 -0
  35. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html +3260 -0
  36. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html +3260 -0
  37. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavException.html +3076 -0
  38. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html +3260 -0
  39. package/Help/ClassReference/ITHit.WebDAV.Client.Features.html +3581 -0
  40. package/Help/ClassReference/ITHit.WebDAV.Client.File.html +10763 -0
  41. package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +12711 -0
  42. package/Help/ClassReference/ITHit.WebDAV.Client.GEditInfo.html +3164 -0
  43. package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +9606 -0
  44. package/Help/ClassReference/ITHit.WebDAV.Client.HttpStatus.html +5185 -0
  45. package/Help/ClassReference/ITHit.WebDAV.Client.LockInfo.html +3299 -0
  46. package/Help/ClassReference/ITHit.WebDAV.Client.LockScope.html +3131 -0
  47. package/Help/ClassReference/ITHit.WebDAV.Client.LockUriTokenPair.html +3164 -0
  48. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CancelUpload.html +3072 -0
  49. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CopyMove.html +3125 -0
  50. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Delete.html +3072 -0
  51. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ErrorResponse.html +3126 -0
  52. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.GoAsync.html +3205 -0
  53. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.html +3079 -0
  54. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Head.html +3072 -0
  55. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.HttpMethod.html +3140 -0
  56. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.Go.html +3241 -0
  57. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.GoAsync.html +3259 -0
  58. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.html +3082 -0
  59. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.Go.html +3241 -0
  60. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync.html +3259 -0
  61. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.html +3082 -0
  62. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Mkcol.html +3072 -0
  63. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.MultiResponse.html +3126 -0
  64. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Options.html +3123 -0
  65. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propfind.html +3125 -0
  66. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Proppatch.html +3072 -0
  67. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propstat.html +3108 -0
  68. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Put.html +3072 -0
  69. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Report.html +3136 -0
  70. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Response.html +3126 -0
  71. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ResponseFactory.html +3070 -0
  72. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Search.html +3072 -0
  73. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.SingleResponse.html +3117 -0
  74. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Undelete.html +3066 -0
  75. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Unlock.html +3072 -0
  76. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.UpdateToVersion.html +3072 -0
  77. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.VersionControl.html +3072 -0
  78. package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +3476 -0
  79. package/Help/ClassReference/ITHit.WebDAV.Client.Multistatus.html +3164 -0
  80. package/Help/ClassReference/ITHit.WebDAV.Client.MultistatusResponse.html +3209 -0
  81. package/Help/ClassReference/ITHit.WebDAV.Client.OptionsInfo.html +3119 -0
  82. package/Help/ClassReference/ITHit.WebDAV.Client.OrderProperty.html +3330 -0
  83. package/Help/ClassReference/ITHit.WebDAV.Client.PageResults.html +3164 -0
  84. package/Help/ClassReference/ITHit.WebDAV.Client.Property.html +3387 -0
  85. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyList.html +3423 -0
  86. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyMultistatusResponse.html +3260 -0
  87. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyName.html +3342 -0
  88. package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +4035 -0
  89. package/Help/ClassReference/ITHit.WebDAV.Client.RequestProgress.html +3344 -0
  90. package/Help/ClassReference/ITHit.WebDAV.Client.ResourceType.html +3131 -0
  91. package/Help/ClassReference/ITHit.WebDAV.Client.ResumableUpload.html +3640 -0
  92. package/Help/ClassReference/ITHit.WebDAV.Client.SPSManager.html +3328 -0
  93. package/Help/ClassReference/ITHit.WebDAV.Client.SearchQuery.html +3344 -0
  94. package/Help/ClassReference/ITHit.WebDAV.Client.Source.html +3164 -0
  95. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.DocManager.MsOfficeEditExtensions.html +3066 -0
  96. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CopyMove.html +3066 -0
  97. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFile.html +3066 -0
  98. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFolder.html +3066 -0
  99. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Delete.html +3066 -0
  100. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetFolderItems.html +3066 -0
  101. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetHeadRequests.html +3066 -0
  102. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemByFolder.html +3066 -0
  103. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemBySession.html +3066 -0
  104. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetParent.html +3066 -0
  105. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.ItemExists.html +3066 -0
  106. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.MicrosoftOfficeDiscovery.html +3066 -0
  107. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.NameCheck.html +3066 -0
  108. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Progress.html +3066 -0
  109. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Refresh.html +3066 -0
  110. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Search.html +3066 -0
  111. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.SupportedFeatures.html +3066 -0
  112. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.GetProperties.html +3066 -0
  113. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.UpdateProperties.html +3066 -0
  114. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.CheckSupport.html +3066 -0
  115. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Etag.html +3066 -0
  116. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.GetLocks.html +3066 -0
  117. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Lock.html +3066 -0
  118. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.RefreshLock.html +3066 -0
  119. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.GetVersions.html +3066 -0
  120. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ManageVersions.html +3066 -0
  121. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.PutUnderVersion.html +3066 -0
  122. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ReadContent.html +3066 -0
  123. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.WebDavSession.Events.html +3066 -0
  124. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.AutoUploader.html +3128 -0
  125. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Map.html +3288 -0
  126. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Pair.html +3162 -0
  127. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ContentWriter.html +3316 -0
  128. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.DropZone.html +3170 -0
  129. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.html +3070 -0
  130. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html +3160 -0
  131. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.Input.html +3170 -0
  132. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.DropZoneCollection.html +3511 -0
  133. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html +3260 -0
  134. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BaseEvent.html +3066 -0
  135. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html +3400 -0
  136. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.Error.html +3076 -0
  137. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.EventName.html +3217 -0
  138. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html +3076 -0
  139. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.QueueChanged.html +3072 -0
  140. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.StateChanged.html +3076 -0
  141. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadError.html +3529 -0
  142. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html +3516 -0
  143. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FSEntry.html +3197 -0
  144. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FileSpan.html +3181 -0
  145. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.Group.html +3136 -0
  146. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.GroupManager.html +3181 -0
  147. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.InputCollection.html +3511 -0
  148. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ItemSettings.html +3066 -0
  149. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.Generator.html +3260 -0
  150. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.PathCache.html +3068 -0
  151. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Progress.html +3344 -0
  152. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.ProgressTracker.html +3119 -0
  153. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadDiff.html +3161 -0
  154. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadProvider.html +3207 -0
  155. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Queue.html +3980 -0
  156. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ServerItem.html +3136 -0
  157. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Settings.html +3218 -0
  158. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.State.html +3401 -0
  159. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.BaseState.html +3066 -0
  160. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CanceledState.html +3072 -0
  161. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CompletedState.html +3072 -0
  162. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.Factory.html +3070 -0
  163. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.PausedState.html +3072 -0
  164. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.QueuedState.html +3072 -0
  165. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.ResumeState.html +3072 -0
  166. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.SkippedState.html +3072 -0
  167. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.UploadingState.html +3072 -0
  168. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadItem.html +6299 -0
  169. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadLocation.html +3136 -0
  170. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Uploader.html +3471 -0
  171. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +4661 -0
  172. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrl.html +3154 -0
  173. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder.html +3119 -0
  174. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html +3235 -0
  175. package/Help/ClassReference/ITHit.WebDAV.Client.UploadProgressInfo.html +3254 -0
  176. package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +4707 -0
  177. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavRequest.html +3070 -0
  178. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavResponse.html +3070 -0
  179. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +5383 -0
  180. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavUtil.html +3070 -0
  181. package/Help/ClassReference/fonts/glyphicons-halflings-regular.eot +0 -0
  182. package/Help/ClassReference/fonts/glyphicons-halflings-regular.svg +229 -0
  183. package/Help/ClassReference/fonts/glyphicons-halflings-regular.ttf +0 -0
  184. package/Help/ClassReference/fonts/glyphicons-halflings-regular.woff +0 -0
  185. package/Help/ClassReference/global.html +9143 -0
  186. package/Help/ClassReference/index.html +3786 -0
  187. package/Help/ClassReference/scripts/bootstrap.min.js +7 -0
  188. package/Help/ClassReference/scripts/jquery.min.js +6 -0
  189. package/Help/ClassReference/scripts/jquery.min.map +1 -0
  190. package/Help/ClassReference/scripts/linenumber.js +29 -0
  191. package/Help/ClassReference/scripts/main.js +110 -0
  192. package/Help/ClassReference/scripts/prettify/Apache-License-2.0.txt +202 -0
  193. package/Help/ClassReference/scripts/prettify/lang-css.js +2 -0
  194. package/Help/ClassReference/scripts/prettify/prettify.js +28 -0
  195. package/Help/ClassReference/scripts/underscore-min.js +6 -0
  196. package/Help/ClassReference/scripts/underscore-min.map +1 -0
  197. package/Help/ClassReference/styles/bootstrap.min.css +7 -0
  198. package/Help/ClassReference/styles/jaguar.css +469 -0
  199. package/Help/ClassReference/styles/prettify-jsdoc.css +111 -0
  200. package/Help/ClassReference/styles/prettify-tomorrow.css +132 -0
  201. package/ITHitWebDAVClient.js +2 -2
  202. package/Plugins/ITHitEditDocumentOpener.deb +0 -0
  203. package/Plugins/ITHitEditDocumentOpener.msi +0 -0
  204. package/Plugins/ITHitEditDocumentOpener.pkg +0 -0
  205. package/Plugins/ITHitEditDocumentOpener.rpm +0 -0
  206. package/index.d.ts +4082 -0
  207. package/index.js +1 -1
  208. package/package.json +2 -2
@@ -0,0 +1,469 @@
1
+ html,
2
+ body {
3
+ font: 1em "jaf-bernino-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
4
+ background-color: #fff;
5
+ }
6
+ ul,
7
+ ol {
8
+ margin: 0;
9
+ padding: 0;
10
+ }
11
+ li {
12
+ list-style-type: none;
13
+ }
14
+ #wrap {
15
+ position: relative;
16
+ }
17
+ ::-webkit-scrollbar {
18
+ width: 8px;
19
+ background-color: transparent;
20
+ }
21
+ ::-webkit-scrollbar-thumb {
22
+ background-color: gray;
23
+ border-radius: 4px;
24
+ }
25
+ .navigation {
26
+ position: fixed;
27
+ float: left;
28
+ width: 350px;
29
+ height: 100%;
30
+ background-color: #1a1a1a;
31
+ padding: 0 10px;
32
+ z-index: 1030;
33
+ }
34
+ @media (max-width: 768px) {
35
+ .navigation {
36
+ height: initial !important;
37
+ width: 100%;
38
+ }
39
+ }
40
+ .navigation .navigation-header {
41
+ display: flex;
42
+ flex-wrap: wrap;
43
+ justify-content: space-between;
44
+ }
45
+ .navigation .navbar-toggle {
46
+ border-color: rgba(255, 255, 255, 0.5);
47
+ }
48
+ .navigation .navbar-toggle .icon-bar {
49
+ background-color: white;
50
+ }
51
+ .navigation .navbar-collapse {
52
+ max-height: initial;
53
+ padding-left: 0;
54
+ padding-right: 0;
55
+ }
56
+ .navigation .applicationName {
57
+ margin: 15px 0 0 0;
58
+ font: bold 15px Helvetica;
59
+ }
60
+ .navigation .applicationName,
61
+ .navigation .applicationName a {
62
+ color: #fff;
63
+ }
64
+ .navigation .search {
65
+ padding: 10px 0;
66
+ }
67
+ .navigation .search input {
68
+ background-color: #333;
69
+ color: #fff;
70
+ border-color: #555;
71
+ }
72
+ .navigation .list {
73
+ padding: 5px 0px 5px 5px;
74
+ position: relative;
75
+ overflow: auto;
76
+ width: 100%;
77
+ }
78
+ .navigation .tree-item .tree-icon {
79
+ display: inline-block;
80
+ padding-left: 21px;
81
+ background-position: 0 -1px;
82
+ background-repeat: no-repeat;
83
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA6klEQVR4Xq2TTYqDQBCF30ArLt0pepn2Mh7EY7hzPWt3AXOSgIsWXcW1f508QjEMBNNiPqiWhlePLqvqx1qLMygeZVny0yiltO/7kHjeQZZlwTRNErxfAWR5nr8Mtm1r0jTVSZLAha7rtDGmoQkN6KijKMK6rnCB2rZttZTARJrAFckRA8zzzMARRC8l0ADjOH408jwPYRj+vZhtLIrC1nVtq6qyn6CGWuY8+V8CXW937EKN6IkYsL8gl98SeyilqH3/D4IggAPy2vNd+N4ccLaNMTqOY7jQ973sA2QXMs72MAyHlom5p9f5Abs97D+FdaFVAAAAAElFTkSuQmCC);
84
+ }
85
+ .navigation .tree-item.tree-closed .tree-icon {
86
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABNklEQVR4Xq1TvWqEQBBeQUWsrPVlvDopgk24JqX4Gj5BCiutQjg40oiBYGtaH0TBzkrBv819e+yibIQLl4FhZnfmG78ZZxVKKblHVJgkSWAKVVVdXdcJ18uZAaZpIsMwcMX5+xI4+L5/LbAsS+E4jmvb9k0E6rp2q6oqUISghSiKaFmWG83znGZZBoUvxYEBljGY55nRXEvf98TzPOanaSrFgREzGMeR6VoAmBfhS3F+VtcJbdtuEsdFfA19M1/TNGJZFjBbBphu13Xk6flFFBjmq33wjuIu+3gnpmkCI7eAqgDti2ALlRlA0lMiAI9Hn9mvs7jDbiD39xkYhiHAbB6rIaJvLpztf/yF/T1QFIV8vr1y2rt7wDYxCIIiDEMax/FNilxggOVv4YDdbprmT48Jsbuf8w8MP0OmQcG1yQAAAABJRU5ErkJggg==);
87
+ }
88
+ .navigation .tree-item.tree-closed > .list {
89
+ display: none;
90
+ }
91
+ .navigation li.item {
92
+ padding: 8px 0;
93
+ border-top: 1px solid #333;
94
+ }
95
+ .navigation li.item,
96
+ .navigation li.item a {
97
+ color: #bbb;
98
+ }
99
+ .navigation li.item a:hover {
100
+ color: #fff;
101
+ }
102
+ .navigation li.item a.highlight,
103
+ .navigation li.item .title a.highlight {
104
+ background-color: #fff000;
105
+ color: #000;
106
+ }
107
+ .navigation li.item .title {
108
+ cursor: pointer;
109
+ position: relative;
110
+ display: block;
111
+ font-size: 12px;
112
+ }
113
+ .navigation li.item .title,
114
+ .navigation li.item .title a {
115
+ color: #e1e1e1;
116
+ }
117
+ .navigation li.item .title a:hover {
118
+ color: #fff;
119
+ }
120
+ .navigation li.item .title .static {
121
+ display: block;
122
+ border-radius: 3px;
123
+ background-color: #779c34;
124
+ color: #000;
125
+ font-size: 12px;
126
+ padding: 2px 4px;
127
+ float: right;
128
+ }
129
+ .navigation li.item .subtitle {
130
+ margin: 10px 0 3px 0;
131
+ color: #779c34;
132
+ display: block;
133
+ }
134
+ .navigation li.item ul > li {
135
+ font-size: 12px;
136
+ padding-left: 8px;
137
+ margin-top: 2px;
138
+ }
139
+ .navigation li.item .itemMembers {
140
+ display: none;
141
+ padding-left: 10px;
142
+ }
143
+ .navigation li.item .itemMembers li {
144
+ padding-left: 0;
145
+ }
146
+ .navigation li.item.currentItem > .title a {
147
+ color: #ee7d7d;
148
+ }
149
+ .main {
150
+ padding: 20px 20px;
151
+ }
152
+ @media (min-width: 768px) {
153
+ .main {
154
+ margin-left: 350px;
155
+ }
156
+ }
157
+ @media (max-width: 768px) {
158
+ .main {
159
+ padding-top: 70px;
160
+ }
161
+ }
162
+ .main .page-title {
163
+ display: none;
164
+ }
165
+ .main h1 {
166
+ font-weight: bold;
167
+ font-size: 1.6em;
168
+ margin: 0;
169
+ }
170
+ .main h2 {
171
+ font-weight: bold;
172
+ font-size: 1.5em;
173
+ margin: 0;
174
+ }
175
+ .main h3 {
176
+ font-weight: bold;
177
+ font-size: 12px;
178
+ margin: 5px 0;
179
+ }
180
+ .main h4 {
181
+ font-weight: bold;
182
+ font-size: 1em;
183
+ }
184
+ .main h5 {
185
+ font-weight: bold;
186
+ font-size: 12px;
187
+ }
188
+ .main dd {
189
+ font-size: 12px;
190
+ }
191
+ .main h4.name span.type-signature {
192
+ display: inline-block;
193
+ border-radius: 3px;
194
+ background-color: #eee;
195
+ color: #000;
196
+ font-size: 0.7em;
197
+ padding: 2px 4px;
198
+ }
199
+ .main h4.name span.type {
200
+ margin-left: 5px;
201
+ }
202
+ .main h4.name span.glyphicon {
203
+ display: inline-block;
204
+ vertical-align: middle;
205
+ color: #e1e1e1;
206
+ margin-left: 7px;
207
+ }
208
+ .main h4.name span.returnType {
209
+ margin-left: 3px;
210
+ background-color: transparent !important;
211
+ color: gray !important;
212
+ }
213
+ .main span.static {
214
+ display: inline-block;
215
+ border-radius: 3px;
216
+ background-color: #779c34 !important;
217
+ color: #fff;
218
+ font-size: 0.7em;
219
+ padding: 2px 4px;
220
+ margin-right: 8px;
221
+ }
222
+ .main span.number {
223
+ background-color: gray !important;
224
+ }
225
+ .main span.string {
226
+ background-color: gray !important;
227
+ }
228
+ .main span.object {
229
+ background-color: #2a6496 !important;
230
+ }
231
+ .main span.array {
232
+ background-color: #2a6496 !important;
233
+ }
234
+ .main span.boolean {
235
+ background-color: #ee7d7d !important;
236
+ }
237
+ .main .subsection-title {
238
+ font-size: 14px;
239
+ margin-top: 30px;
240
+ color: #779c34;
241
+ }
242
+ .main .description {
243
+ margin-top: 10px;
244
+ font-size: 13px;
245
+ }
246
+ .main .description p {
247
+ font-size: 13px;
248
+ }
249
+ .main .tag-source {
250
+ font-size: 12px;
251
+ }
252
+ .main dt.tag-source {
253
+ margin-top: 5px;
254
+ }
255
+ .main dt.tag-todo {
256
+ font-size: 10px;
257
+ display: inline-block;
258
+ background-color: #2a6496;
259
+ color: #fff;
260
+ padding: 2px 4px;
261
+ border-radius: 5px;
262
+ }
263
+ .main .type-signature {
264
+ font-size: 12px;
265
+ }
266
+ .main .tag-deprecated {
267
+ display: inline-block;
268
+ padding-left: 10px;
269
+ }
270
+ .main .important {
271
+ background-color: #ee7d7d;
272
+ color: #fff;
273
+ padding: 2px 4px;
274
+ border-radius: 5px;
275
+ }
276
+ .main .nameContainer {
277
+ position: relative;
278
+ margin-top: 20px;
279
+ padding-top: 5px;
280
+ border-top: 1px solid #e1e1e1;
281
+ }
282
+ .main .nameContainer .inherited {
283
+ display: inline-block;
284
+ border-radius: 3px;
285
+ background-color: #888 !important;
286
+ font-size: 0.7em;
287
+ padding: 2px 4px;
288
+ margin-right: 5px;
289
+ }
290
+ .main .nameContainer .inherited a {
291
+ color: #fff;
292
+ }
293
+ .main .nameContainer .tag-source {
294
+ position: absolute;
295
+ top: 17px;
296
+ right: 0;
297
+ font-size: 10px;
298
+ }
299
+ .main .nameContainer .tag-source a {
300
+ color: gray;
301
+ }
302
+ .main .nameContainer.inherited {
303
+ color: gray;
304
+ }
305
+ .main .nameContainer h4 {
306
+ margin-right: 150px;
307
+ line-height: 1.3;
308
+ }
309
+ @media (max-width: 768px) {
310
+ .main .nameContainer h4 {
311
+ margin-right: 10px;
312
+ overflow-wrap: anywhere;
313
+ }
314
+ }
315
+ .main .nameContainer h4 .signature {
316
+ font-size: 13px;
317
+ font-weight: normal;
318
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
319
+ }
320
+ .main pre {
321
+ font-size: 11px;
322
+ }
323
+ .main table {
324
+ width: 100%;
325
+ margin-bottom: 15px;
326
+ }
327
+ .main table th {
328
+ padding: 3px 3px;
329
+ }
330
+ .main table td {
331
+ vertical-align: top;
332
+ padding: 5px 3px;
333
+ }
334
+ .main table .name {
335
+ width: 110px;
336
+ }
337
+ .main table .type {
338
+ width: 60px;
339
+ color: #aaa;
340
+ font-size: 11px;
341
+ }
342
+ .main table .param-type {
343
+ word-wrap: normal;
344
+ white-space: nowrap;
345
+ }
346
+ @media (max-width: 768px) {
347
+ .main table .param-type {
348
+ display: inline-block;
349
+ max-width: 200px;
350
+ white-space: normal;
351
+ overflow-wrap: break-word;
352
+ }
353
+ }
354
+ @media (max-width: 480px) {
355
+ .main table .param-type {
356
+ max-width: 120px;
357
+ }
358
+ }
359
+ .main table .attributes {
360
+ width: 80px;
361
+ color: #aaa;
362
+ font-size: 11px;
363
+ }
364
+ .main table .description {
365
+ font-size: 12px;
366
+ }
367
+ .main table .description p {
368
+ margin: 0;
369
+ }
370
+ .main table .optional {
371
+ float: left;
372
+ border-radius: 3px;
373
+ background-color: #ddd !important;
374
+ font-size: 0.7em;
375
+ padding: 2px 4px;
376
+ margin-right: 5px;
377
+ color: gray;
378
+ }
379
+ .main .readme p {
380
+ margin-top: 15px;
381
+ line-height: 1.2;
382
+ font-size: 0.85em;
383
+ }
384
+ .main .readme h1 {
385
+ font-size: 1.7em;
386
+ }
387
+ .main .readme h2 {
388
+ margin-top: 30px;
389
+ margin-bottom: 10px;
390
+ padding-bottom: 10px;
391
+ border-bottom: 1px solid #e1e1e1;
392
+ }
393
+ .main .readme li {
394
+ font-size: 0.9em;
395
+ margin-bottom: 10px;
396
+ }
397
+ .main article ol,
398
+ .main article ul {
399
+ margin-left: 25px;
400
+ }
401
+ @media (max-width: 768px) {
402
+ .main article ol > li a,
403
+ .main article ul > li a {
404
+ overflow-wrap: anywhere;
405
+ }
406
+ }
407
+ .main article ol > li {
408
+ list-style-type: decimal;
409
+ margin-bottom: 5px;
410
+ }
411
+ .main article ul > li {
412
+ margin-bottom: 5px;
413
+ list-style-type: disc;
414
+ }
415
+ .main table.class-tree {
416
+ width: 100%;
417
+ font-size: 12px;
418
+ }
419
+ .main table.class-tree .bull {
420
+ position: relative;
421
+ display: inline-block;
422
+ top: -1px;
423
+ font-size: 9px;
424
+ color: #4a4a4a;
425
+ padding-right: 1px;
426
+ }
427
+ .main table.class-tree .description {
428
+ color: #4a4a4a;
429
+ }
430
+ .main table.class-tree,
431
+ .main table.class-tree td,
432
+ .main table.class-tree th {
433
+ padding: 0;
434
+ margin: 0;
435
+ }
436
+ .main table.class-tree tr:hover {
437
+ background-color: #eee;
438
+ }
439
+ .main table.class-tree td,
440
+ .main table.class-tree th {
441
+ padding: 6px 0;
442
+ }
443
+ .main table.class-tree th .title {
444
+ display: inline-block;
445
+ }
446
+ .main table.class-tree td div {
447
+ word-wrap: normal;
448
+ white-space: nowrap;
449
+ text-overflow: ellipsis;
450
+ overflow: hidden;
451
+ }
452
+ .main .class-description {
453
+ margin-top: 10px;
454
+ font-size: 13px;
455
+ }
456
+ .main ul.nav.nav-tabs {
457
+ margin-left: 0;
458
+ }
459
+ .main ul.nav.nav-tabs > li {
460
+ margin-bottom: 0;
461
+ }
462
+ footer {
463
+ margin: 15px 0;
464
+ padding-top: 15px;
465
+ border-top: 1px solid #e1e1e1;
466
+ font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
467
+ font-size: 0.8em;
468
+ color: gray;
469
+ }
@@ -0,0 +1,111 @@
1
+ /* JSDoc prettify.js theme */
2
+
3
+ /* plain text */
4
+ .pln {
5
+ color: #000000;
6
+ font-weight: normal;
7
+ font-style: normal;
8
+ }
9
+
10
+ /* string content */
11
+ .str {
12
+ color: #006400;
13
+ font-weight: normal;
14
+ font-style: normal;
15
+ }
16
+
17
+ /* a keyword */
18
+ .kwd {
19
+ color: #000000;
20
+ font-weight: bold;
21
+ font-style: normal;
22
+ }
23
+
24
+ /* a comment */
25
+ .com {
26
+ font-weight: normal;
27
+ font-style: italic;
28
+ }
29
+
30
+ /* a type name */
31
+ .typ {
32
+ color: #000000;
33
+ font-weight: normal;
34
+ font-style: normal;
35
+ }
36
+
37
+ /* a literal value */
38
+ .lit {
39
+ color: #006400;
40
+ font-weight: normal;
41
+ font-style: normal;
42
+ }
43
+
44
+ /* punctuation */
45
+ .pun {
46
+ color: #000000;
47
+ font-weight: bold;
48
+ font-style: normal;
49
+ }
50
+
51
+ /* lisp open bracket */
52
+ .opn {
53
+ color: #000000;
54
+ font-weight: bold;
55
+ font-style: normal;
56
+ }
57
+
58
+ /* lisp close bracket */
59
+ .clo {
60
+ color: #000000;
61
+ font-weight: bold;
62
+ font-style: normal;
63
+ }
64
+
65
+ /* a markup tag name */
66
+ .tag {
67
+ color: #006400;
68
+ font-weight: normal;
69
+ font-style: normal;
70
+ }
71
+
72
+ /* a markup attribute name */
73
+ .atn {
74
+ color: #006400;
75
+ font-weight: normal;
76
+ font-style: normal;
77
+ }
78
+
79
+ /* a markup attribute value */
80
+ .atv {
81
+ color: #006400;
82
+ font-weight: normal;
83
+ font-style: normal;
84
+ }
85
+
86
+ /* a declaration */
87
+ .dec {
88
+ color: #000000;
89
+ font-weight: bold;
90
+ font-style: normal;
91
+ }
92
+
93
+ /* a variable name */
94
+ .var {
95
+ color: #000000;
96
+ font-weight: normal;
97
+ font-style: normal;
98
+ }
99
+
100
+ /* a function name */
101
+ .fun {
102
+ color: #000000;
103
+ font-weight: bold;
104
+ font-style: normal;
105
+ }
106
+
107
+ /* Specify class=linenums on a pre to get line numbering */
108
+ ol.linenums {
109
+ margin-top: 0;
110
+ margin-bottom: 0;
111
+ }
@@ -0,0 +1,132 @@
1
+ /* Tomorrow Theme */
2
+ /* Original theme - https://github.com/chriskempson/tomorrow-theme */
3
+ /* Pretty printing styles. Used with prettify.js. */
4
+ /* SPAN elements with the classes below are added by prettyprint. */
5
+ /* plain text */
6
+ .pln {
7
+ color: #4d4d4c; }
8
+
9
+ @media screen {
10
+ /* string content */
11
+ .str {
12
+ color: #718c00; }
13
+
14
+ /* a keyword */
15
+ .kwd {
16
+ color: #8959a8; }
17
+
18
+ /* a comment */
19
+ .com {
20
+ color: #8e908c; }
21
+
22
+ /* a type name */
23
+ .typ {
24
+ color: #4271ae; }
25
+
26
+ /* a literal value */
27
+ .lit {
28
+ color: #f5871f; }
29
+
30
+ /* punctuation */
31
+ .pun {
32
+ color: #4d4d4c; }
33
+
34
+ /* lisp open bracket */
35
+ .opn {
36
+ color: #4d4d4c; }
37
+
38
+ /* lisp close bracket */
39
+ .clo {
40
+ color: #4d4d4c; }
41
+
42
+ /* a markup tag name */
43
+ .tag {
44
+ color: #c82829; }
45
+
46
+ /* a markup attribute name */
47
+ .atn {
48
+ color: #f5871f; }
49
+
50
+ /* a markup attribute value */
51
+ .atv {
52
+ color: #3e999f; }
53
+
54
+ /* a declaration */
55
+ .dec {
56
+ color: #f5871f; }
57
+
58
+ /* a variable name */
59
+ .var {
60
+ color: #c82829; }
61
+
62
+ /* a function name */
63
+ .fun {
64
+ color: #4271ae; } }
65
+ /* Use higher contrast and text-weight for printable form. */
66
+ @media print, projection {
67
+ .str {
68
+ color: #060; }
69
+
70
+ .kwd {
71
+ color: #006;
72
+ font-weight: bold; }
73
+
74
+ .com {
75
+ color: #600;
76
+ font-style: italic; }
77
+
78
+ .typ {
79
+ color: #404;
80
+ font-weight: bold; }
81
+
82
+ .lit {
83
+ color: #044; }
84
+
85
+ .pun, .opn, .clo {
86
+ color: #440; }
87
+
88
+ .tag {
89
+ color: #006;
90
+ font-weight: bold; }
91
+
92
+ .atn {
93
+ color: #404; }
94
+
95
+ .atv {
96
+ color: #060; } }
97
+ /* Style */
98
+ /*
99
+ pre.prettyprint {
100
+ background: white;
101
+ font-family: Menlo, Monaco, Consolas, monospace;
102
+ font-size: 12px;
103
+ line-height: 1.5;
104
+ border: 1px solid #ccc;
105
+ padding: 10px; }
106
+ */
107
+
108
+ /* Specify class=linenums on a pre to get line numbering */
109
+ ol.linenums {
110
+ margin-top: 0;
111
+ margin-bottom: 0; }
112
+
113
+ /* IE indents via margin-left */
114
+ li.L0,
115
+ li.L1,
116
+ li.L2,
117
+ li.L3,
118
+ li.L4,
119
+ li.L5,
120
+ li.L6,
121
+ li.L7,
122
+ li.L8,
123
+ li.L9 {
124
+ /* */ }
125
+
126
+ /* Alternate shading for lines */
127
+ li.L1,
128
+ li.L3,
129
+ li.L5,
130
+ li.L7,
131
+ li.L9 {
132
+ /* */ }