manifesto.js 4.2.21 → 4.2.23

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 (194) hide show
  1. package/README.md +4 -3
  2. package/dist-commonjs/AnnotationBody.d.ts +2 -0
  3. package/dist-commonjs/AnnotationBody.js +6 -0
  4. package/dist-commonjs/AnnotationBody.js.map +1 -1
  5. package/dist-commonjs/AnnotationList.js.map +1 -1
  6. package/dist-commonjs/Canvas.d.ts +2 -1
  7. package/dist-commonjs/Canvas.js +24 -6
  8. package/dist-commonjs/Canvas.js.map +1 -1
  9. package/dist-commonjs/Collection.js +8 -1
  10. package/dist-commonjs/Collection.js.map +1 -1
  11. package/dist-commonjs/Duration.js.map +1 -1
  12. package/dist-commonjs/IIIFResource.js +1 -1
  13. package/dist-commonjs/IIIFResource.js.map +1 -1
  14. package/dist-commonjs/Manifest.js +9 -3
  15. package/dist-commonjs/Manifest.js.map +1 -1
  16. package/dist-commonjs/PropertyValue.js.map +1 -1
  17. package/dist-commonjs/Range.js +8 -1
  18. package/dist-commonjs/Range.js.map +1 -1
  19. package/dist-commonjs/Sequence.js +8 -1
  20. package/dist-commonjs/Sequence.js.map +1 -1
  21. package/dist-commonjs/Serialisation.js.map +1 -1
  22. package/dist-commonjs/Utils.d.ts +1 -1
  23. package/dist-commonjs/Utils.js.map +1 -1
  24. package/dist-esmodule/Annotation.js +1 -1
  25. package/dist-esmodule/Annotation.js.map +1 -1
  26. package/dist-esmodule/AnnotationBody.d.ts +2 -0
  27. package/dist-esmodule/AnnotationBody.js +6 -0
  28. package/dist-esmodule/AnnotationBody.js.map +1 -1
  29. package/dist-esmodule/AnnotationList.js +1 -1
  30. package/dist-esmodule/AnnotationList.js.map +1 -1
  31. package/dist-esmodule/Canvas.d.ts +2 -1
  32. package/dist-esmodule/Canvas.js +26 -8
  33. package/dist-esmodule/Canvas.js.map +1 -1
  34. package/dist-esmodule/Collection.js +10 -3
  35. package/dist-esmodule/Collection.js.map +1 -1
  36. package/dist-esmodule/Duration.js.map +1 -1
  37. package/dist-esmodule/IIIFResource.js +3 -3
  38. package/dist-esmodule/IIIFResource.js.map +1 -1
  39. package/dist-esmodule/Manifest.js +11 -5
  40. package/dist-esmodule/Manifest.js.map +1 -1
  41. package/dist-esmodule/ManifestResource.js +2 -2
  42. package/dist-esmodule/ManifestResource.js.map +1 -1
  43. package/dist-esmodule/PropertyValue.js.map +1 -1
  44. package/dist-esmodule/Range.js +10 -3
  45. package/dist-esmodule/Range.js.map +1 -1
  46. package/dist-esmodule/Resource.js +1 -1
  47. package/dist-esmodule/Resource.js.map +1 -1
  48. package/dist-esmodule/Sequence.js +9 -2
  49. package/dist-esmodule/Sequence.js.map +1 -1
  50. package/dist-esmodule/Serialisation.js +1 -1
  51. package/dist-esmodule/Serialisation.js.map +1 -1
  52. package/dist-esmodule/Utils.d.ts +1 -1
  53. package/dist-esmodule/Utils.js +3 -3
  54. package/dist-esmodule/Utils.js.map +1 -1
  55. package/dist-umd/manifesto.js +1 -1
  56. package/dist-var/manifesto.js +1 -1
  57. package/docs/assets/hierarchy.js +1 -0
  58. package/docs/assets/highlight.css +64 -0
  59. package/docs/assets/icons.js +18 -0
  60. package/docs/assets/icons.svg +1 -0
  61. package/docs/assets/main.js +60 -0
  62. package/docs/assets/navigation.js +1 -0
  63. package/docs/assets/search.js +1 -0
  64. package/docs/assets/style.css +1633 -0
  65. package/docs/classes/Annotation.html +29 -0
  66. package/docs/classes/AnnotationBody.html +30 -0
  67. package/docs/classes/AnnotationList.html +13 -0
  68. package/docs/classes/AnnotationPage.html +25 -0
  69. package/docs/classes/Canvas.html +53 -0
  70. package/docs/classes/Collection.html +55 -0
  71. package/docs/classes/Deserialiser.html +10 -0
  72. package/docs/classes/Duration.html +5 -0
  73. package/docs/classes/IIIFResource.html +41 -0
  74. package/docs/classes/JSONLDResource.html +6 -0
  75. package/docs/classes/LabelValuePair.html +12 -0
  76. package/docs/classes/LanguageMap.html +199 -0
  77. package/docs/classes/LocalizedValue.html +21 -0
  78. package/docs/classes/Manifest.html +58 -0
  79. package/docs/classes/ManifestResource.html +24 -0
  80. package/docs/classes/PropertyValue.html +216 -0
  81. package/docs/classes/Range.html +37 -0
  82. package/docs/classes/Rendering.html +25 -0
  83. package/docs/classes/Resource.html +32 -0
  84. package/docs/classes/Sequence.html +48 -0
  85. package/docs/classes/Service.html +32 -0
  86. package/docs/classes/Size.html +4 -0
  87. package/docs/classes/Thumb.html +10 -0
  88. package/docs/classes/Thumbnail.html +32 -0
  89. package/docs/classes/TreeNode.html +14 -0
  90. package/docs/classes/Utils.html +39 -0
  91. package/docs/enums/ManifestType.html +4 -0
  92. package/docs/enums/StatusCode.html +5 -0
  93. package/docs/enums/TreeNodeType.html +4 -0
  94. package/docs/hierarchy.html +1 -0
  95. package/docs/index.html +22 -274
  96. package/docs/interfaces/IAccessToken.html +6 -0
  97. package/docs/interfaces/IExternalImageResourceData.html +8 -0
  98. package/docs/interfaces/IExternalResource.html +22 -0
  99. package/docs/interfaces/IExternalResourceData.html +6 -0
  100. package/docs/interfaces/IExternalResourceOptions.html +2 -0
  101. package/docs/interfaces/IManifestoOptions.html +7 -0
  102. package/docs/modules.html +1 -0
  103. package/docs/variables/loadManifest.html +1 -0
  104. package/docs/variables/parseManifest.html +1 -0
  105. package/eslint.config.cjs +25 -0
  106. package/package.json +24 -20
  107. package/pkg-tests/node-umd.js +3 -0
  108. package/test/fixtures/manifests.js +2 -1
  109. package/test/fixtures/pres3-annotations-embedded.json +66 -0
  110. package/test/index.js +1 -0
  111. package/test/tests/pres3-annotations-embedded.js +55 -0
  112. package/tsconfig.docs.json +13 -0
  113. package/types/index.d.ts +4 -1
  114. package/docs/assets/css/main.css +0 -865
  115. package/docs/assets/css/main.css.map +0 -7
  116. package/docs/assets/images/icons.png +0 -0
  117. package/docs/assets/images/icons@2x.png +0 -0
  118. package/docs/assets/images/widgets.png +0 -0
  119. package/docs/assets/images/widgets@2x.png +0 -0
  120. package/docs/assets/js/main.js +0 -5
  121. package/docs/assets/js/search.js +0 -3
  122. package/docs/classes/_annotation_.annotation.html +0 -809
  123. package/docs/classes/_annotationbody_.annotationbody.html +0 -788
  124. package/docs/classes/_annotationlist_.annotationlist.html +0 -443
  125. package/docs/classes/_annotationpage_.annotationpage.html +0 -719
  126. package/docs/classes/_canvas_.canvas.html +0 -1049
  127. package/docs/classes/_collection_.collection.html +0 -1286
  128. package/docs/classes/_duration_.duration.html +0 -284
  129. package/docs/classes/_iiifresource_.iiifresource.html +0 -995
  130. package/docs/classes/_jsonldresource_.jsonldresource.html +0 -309
  131. package/docs/classes/_labelvaluepair_.labelvaluepair.html +0 -417
  132. package/docs/classes/_language_.language.html +0 -255
  133. package/docs/classes/_languagemap_.languagemap.html +0 -2050
  134. package/docs/classes/_manifest_.manifest.html +0 -1482
  135. package/docs/classes/_manifestresource_.manifestresource.html +0 -710
  136. package/docs/classes/_range_.range.html +0 -1004
  137. package/docs/classes/_rendering_.rendering.html +0 -719
  138. package/docs/classes/_resource_.resource.html +0 -876
  139. package/docs/classes/_sequence_.sequence.html +0 -1308
  140. package/docs/classes/_serialisation_.deserialiser.html +0 -438
  141. package/docs/classes/_service_.service.html +0 -884
  142. package/docs/classes/_size_.size.html +0 -255
  143. package/docs/classes/_thumb_.thumb.html +0 -325
  144. package/docs/classes/_thumbnail_.thumbnail.html +0 -876
  145. package/docs/classes/_treenode_.treenode.html +0 -437
  146. package/docs/classes/_utils_.utils.html +0 -2045
  147. package/docs/enums/_manifesttype_.manifesttype.html +0 -223
  148. package/docs/enums/_statuscode_.statuscode.html +0 -237
  149. package/docs/enums/_treenodetype_.treenodetype.html +0 -223
  150. package/docs/globals.html +0 -300
  151. package/docs/interfaces/_iaccesstoken_.iaccesstoken.html +0 -259
  152. package/docs/interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html +0 -282
  153. package/docs/interfaces/_iexternalresource_.iexternalresource.html +0 -518
  154. package/docs/interfaces/_iexternalresourcedata_.iexternalresourcedata.html +0 -250
  155. package/docs/interfaces/_iexternalresourceoptions_.iexternalresourceoptions.html +0 -203
  156. package/docs/interfaces/_imanifestooptions_.imanifestooptions.html +0 -273
  157. package/docs/modules/_annotation_.html +0 -170
  158. package/docs/modules/_annotationbody_.html +0 -170
  159. package/docs/modules/_annotationlist_.html +0 -170
  160. package/docs/modules/_annotationpage_.html +0 -170
  161. package/docs/modules/_canvas_.html +0 -170
  162. package/docs/modules/_collection_.html +0 -170
  163. package/docs/modules/_duration_.html +0 -170
  164. package/docs/modules/_iaccesstoken_.html +0 -170
  165. package/docs/modules/_iexternalimageresourcedata_.html +0 -170
  166. package/docs/modules/_iexternalresource_.html +0 -170
  167. package/docs/modules/_iexternalresourcedata_.html +0 -170
  168. package/docs/modules/_iexternalresourceoptions_.html +0 -170
  169. package/docs/modules/_iiifresource_.html +0 -170
  170. package/docs/modules/_imanifestooptions_.html +0 -170
  171. package/docs/modules/_index_.__global.html +0 -180
  172. package/docs/modules/_index_.__global.manifesto.html +0 -245
  173. package/docs/modules/_index_.html +0 -240
  174. package/docs/modules/_jsonldresource_.html +0 -170
  175. package/docs/modules/_labelvaluepair_.html +0 -170
  176. package/docs/modules/_language_.html +0 -170
  177. package/docs/modules/_languagemap_.html +0 -170
  178. package/docs/modules/_manifest_.html +0 -170
  179. package/docs/modules/_manifestresource_.html +0 -170
  180. package/docs/modules/_manifesttype_.html +0 -170
  181. package/docs/modules/_range_.html +0 -170
  182. package/docs/modules/_rendering_.html +0 -170
  183. package/docs/modules/_resource_.html +0 -170
  184. package/docs/modules/_sequence_.html +0 -170
  185. package/docs/modules/_serialisation_.html +0 -170
  186. package/docs/modules/_service_.html +0 -170
  187. package/docs/modules/_size_.html +0 -170
  188. package/docs/modules/_statuscode_.html +0 -170
  189. package/docs/modules/_thumb_.html +0 -170
  190. package/docs/modules/_thumbnail_.html +0 -170
  191. package/docs/modules/_treenode_.html +0 -170
  192. package/docs/modules/_treenodetype_.html +0 -170
  193. package/docs/modules/_utils_.html +0 -220
  194. package/tslint.json +0 -40
@@ -1,223 +0,0 @@
1
- <!doctype html>
2
- <html class="default no-js">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>ManifestType | manifesto</title>
7
- <meta name="description" content="">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <link rel="stylesheet" href="../assets/css/main.css">
10
- </head>
11
- <body>
12
- <header>
13
- <div class="tsd-page-toolbar">
14
- <div class="container">
15
- <div class="table-wrap">
16
- <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
17
- <div class="field">
18
- <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
19
- <input id="tsd-search-field" type="text" />
20
- </div>
21
- <ul class="results">
22
- <li class="state loading">Preparing search index...</li>
23
- <li class="state failure">The search index is not available</li>
24
- </ul>
25
- <a href="../index.html" class="title">manifesto</a>
26
- </div>
27
- <div class="table-cell" id="tsd-widgets">
28
- <div id="tsd-filter">
29
- <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
30
- <div class="tsd-filter-group">
31
- <div class="tsd-select" id="tsd-filter-visibility">
32
- <span class="tsd-select-label">All</span>
33
- <ul class="tsd-select-list">
34
- <li data-value="public">Public</li>
35
- <li data-value="protected">Public/Protected</li>
36
- <li data-value="private" class="selected">All</li>
37
- </ul>
38
- </div>
39
- <input type="checkbox" id="tsd-filter-inherited" checked />
40
- <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
41
- <input type="checkbox" id="tsd-filter-externals" checked />
42
- <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
43
- <input type="checkbox" id="tsd-filter-only-exported" />
44
- <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
45
- </div>
46
- </div>
47
- <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
48
- </div>
49
- </div>
50
- </div>
51
- </div>
52
- <div class="tsd-page-title">
53
- <div class="container">
54
- <ul class="tsd-breadcrumb">
55
- <li>
56
- <a href="../globals.html">Globals</a>
57
- </li>
58
- <li>
59
- <a href="../modules/_manifesttype_.html">&quot;ManifestType&quot;</a>
60
- </li>
61
- <li>
62
- <a href="_manifesttype_.manifesttype.html">ManifestType</a>
63
- </li>
64
- </ul>
65
- <h1>Enumeration ManifestType</h1>
66
- </div>
67
- </div>
68
- </header>
69
- <div class="container container-main">
70
- <div class="row">
71
- <div class="col-8 col-content">
72
- <section class="tsd-panel-group tsd-index-group">
73
- <h2>Index</h2>
74
- <section class="tsd-panel tsd-index-panel">
75
- <div class="tsd-index-content">
76
- <section class="tsd-index-section ">
77
- <h3>Enumeration members</h3>
78
- <ul class="tsd-index-list">
79
- <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_manifesttype_.manifesttype.html#empty" class="tsd-kind-icon">EMPTY</a></li>
80
- <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_manifesttype_.manifesttype.html#manuscript" class="tsd-kind-icon">MANUSCRIPT</a></li>
81
- <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_manifesttype_.manifesttype.html#monograph" class="tsd-kind-icon">MONOGRAPH</a></li>
82
- </ul>
83
- </section>
84
- </div>
85
- </section>
86
- </section>
87
- <section class="tsd-panel-group tsd-member-group ">
88
- <h2>Enumeration members</h2>
89
- <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
90
- <a name="empty" class="tsd-anchor"></a>
91
- <h3>EMPTY</h3>
92
- <div class="tsd-signature tsd-kind-icon">EMPTY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;&quot;</span></div>
93
- <aside class="tsd-sources">
94
- <ul>
95
- <li>Defined in <a href="https://github.com/edsilv/manifesto/blob/b83b754/src/ManifestType.ts#L2">ManifestType.ts:2</a></li>
96
- </ul>
97
- </aside>
98
- </section>
99
- <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
100
- <a name="manuscript" class="tsd-anchor"></a>
101
- <h3>MANUSCRIPT</h3>
102
- <div class="tsd-signature tsd-kind-icon">MANUSCRIPT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;manuscript&quot;</span></div>
103
- <aside class="tsd-sources">
104
- <ul>
105
- <li>Defined in <a href="https://github.com/edsilv/manifesto/blob/b83b754/src/ManifestType.ts#L3">ManifestType.ts:3</a></li>
106
- </ul>
107
- </aside>
108
- </section>
109
- <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
110
- <a name="monograph" class="tsd-anchor"></a>
111
- <h3>MONOGRAPH</h3>
112
- <div class="tsd-signature tsd-kind-icon">MONOGRAPH<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;monograph&quot;</span></div>
113
- <aside class="tsd-sources">
114
- <ul>
115
- <li>Defined in <a href="https://github.com/edsilv/manifesto/blob/b83b754/src/ManifestType.ts#L4">ManifestType.ts:4</a></li>
116
- </ul>
117
- </aside>
118
- </section>
119
- </section>
120
- </div>
121
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
122
- <nav class="tsd-navigation primary">
123
- <ul>
124
- <li class="globals ">
125
- <a href="../globals.html"><em>Globals</em></a>
126
- </li>
127
- <li class="current tsd-kind-external-module">
128
- <a href="../modules/_manifesttype_.html">"<wbr>Manifest<wbr>Type"</a>
129
- </li>
130
- </ul>
131
- </nav>
132
- <nav class="tsd-navigation secondary menu-sticky">
133
- <ul class="before-current">
134
- </ul>
135
- <ul class="current">
136
- <li class="current tsd-kind-enum tsd-parent-kind-external-module">
137
- <a href="_manifesttype_.manifesttype.html" class="tsd-kind-icon">Manifest<wbr>Type</a>
138
- <ul>
139
- <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
140
- <a href="_manifesttype_.manifesttype.html#empty" class="tsd-kind-icon">EMPTY</a>
141
- </li>
142
- <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
143
- <a href="_manifesttype_.manifesttype.html#manuscript" class="tsd-kind-icon">MANUSCRIPT</a>
144
- </li>
145
- <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
146
- <a href="_manifesttype_.manifesttype.html#monograph" class="tsd-kind-icon">MONOGRAPH</a>
147
- </li>
148
- </ul>
149
- </li>
150
- </ul>
151
- <ul class="after-current">
152
- </ul>
153
- </nav>
154
- </div>
155
- </div>
156
- </div>
157
- <footer class="with-border-bottom">
158
- <div class="container">
159
- <h2>Legend</h2>
160
- <div class="tsd-legend-group">
161
- <ul class="tsd-legend">
162
- <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
163
- <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
164
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
165
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
166
- <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
167
- <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
168
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
169
- </ul>
170
- <ul class="tsd-legend">
171
- <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
172
- <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
173
- <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
174
- <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
175
- </ul>
176
- <ul class="tsd-legend">
177
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
178
- <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
179
- <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
180
- <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
181
- <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
182
- <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
183
- </ul>
184
- <ul class="tsd-legend">
185
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
186
- <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
187
- <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
188
- <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
189
- <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
190
- <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
191
- <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
192
- </ul>
193
- <ul class="tsd-legend">
194
- <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
195
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
196
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
197
- <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
198
- </ul>
199
- <ul class="tsd-legend">
200
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
201
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
202
- <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
203
- </ul>
204
- <ul class="tsd-legend">
205
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
206
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
207
- <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
208
- </ul>
209
- <ul class="tsd-legend">
210
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
211
- <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
212
- </ul>
213
- </div>
214
- </div>
215
- </footer>
216
- <div class="container tsd-generator">
217
- <p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
218
- </div>
219
- <div class="overlay"></div>
220
- <script src="../assets/js/main.js"></script>
221
- <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
222
- </body>
223
- </html>
@@ -1,237 +0,0 @@
1
- <!doctype html>
2
- <html class="default no-js">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>StatusCode | manifesto</title>
7
- <meta name="description" content="">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <link rel="stylesheet" href="../assets/css/main.css">
10
- </head>
11
- <body>
12
- <header>
13
- <div class="tsd-page-toolbar">
14
- <div class="container">
15
- <div class="table-wrap">
16
- <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
17
- <div class="field">
18
- <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
19
- <input id="tsd-search-field" type="text" />
20
- </div>
21
- <ul class="results">
22
- <li class="state loading">Preparing search index...</li>
23
- <li class="state failure">The search index is not available</li>
24
- </ul>
25
- <a href="../index.html" class="title">manifesto</a>
26
- </div>
27
- <div class="table-cell" id="tsd-widgets">
28
- <div id="tsd-filter">
29
- <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
30
- <div class="tsd-filter-group">
31
- <div class="tsd-select" id="tsd-filter-visibility">
32
- <span class="tsd-select-label">All</span>
33
- <ul class="tsd-select-list">
34
- <li data-value="public">Public</li>
35
- <li data-value="protected">Public/Protected</li>
36
- <li data-value="private" class="selected">All</li>
37
- </ul>
38
- </div>
39
- <input type="checkbox" id="tsd-filter-inherited" checked />
40
- <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
41
- <input type="checkbox" id="tsd-filter-externals" checked />
42
- <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
43
- <input type="checkbox" id="tsd-filter-only-exported" />
44
- <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
45
- </div>
46
- </div>
47
- <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
48
- </div>
49
- </div>
50
- </div>
51
- </div>
52
- <div class="tsd-page-title">
53
- <div class="container">
54
- <ul class="tsd-breadcrumb">
55
- <li>
56
- <a href="../globals.html">Globals</a>
57
- </li>
58
- <li>
59
- <a href="../modules/_statuscode_.html">&quot;StatusCode&quot;</a>
60
- </li>
61
- <li>
62
- <a href="_statuscode_.statuscode.html">StatusCode</a>
63
- </li>
64
- </ul>
65
- <h1>Enumeration StatusCode</h1>
66
- </div>
67
- </div>
68
- </header>
69
- <div class="container container-main">
70
- <div class="row">
71
- <div class="col-8 col-content">
72
- <section class="tsd-panel-group tsd-index-group">
73
- <h2>Index</h2>
74
- <section class="tsd-panel tsd-index-panel">
75
- <div class="tsd-index-content">
76
- <section class="tsd-index-section ">
77
- <h3>Enumeration members</h3>
78
- <ul class="tsd-index-list">
79
- <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_statuscode_.statuscode.html#authorization_failed" class="tsd-kind-icon">AUTHORIZATION_<wbr>FAILED</a></li>
80
- <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_statuscode_.statuscode.html#forbidden" class="tsd-kind-icon">FORBIDDEN</a></li>
81
- <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_statuscode_.statuscode.html#internal_server_error" class="tsd-kind-icon">INTERNAL_<wbr>SERVER_<wbr>ERROR</a></li>
82
- <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="_statuscode_.statuscode.html#restricted" class="tsd-kind-icon">RESTRICTED</a></li>
83
- </ul>
84
- </section>
85
- </div>
86
- </section>
87
- </section>
88
- <section class="tsd-panel-group tsd-member-group ">
89
- <h2>Enumeration members</h2>
90
- <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
91
- <a name="authorization_failed" class="tsd-anchor"></a>
92
- <h3>AUTHORIZATION_<wbr>FAILED</h3>
93
- <div class="tsd-signature tsd-kind-icon">AUTHORIZATION_<wbr>FAILED<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;1</span></div>
94
- <aside class="tsd-sources">
95
- <ul>
96
- <li>Defined in <a href="https://github.com/edsilv/manifesto/blob/b83b754/src/StatusCode.ts#L2">StatusCode.ts:2</a></li>
97
- </ul>
98
- </aside>
99
- </section>
100
- <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
101
- <a name="forbidden" class="tsd-anchor"></a>
102
- <h3>FORBIDDEN</h3>
103
- <div class="tsd-signature tsd-kind-icon">FORBIDDEN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;2</span></div>
104
- <aside class="tsd-sources">
105
- <ul>
106
- <li>Defined in <a href="https://github.com/edsilv/manifesto/blob/b83b754/src/StatusCode.ts#L3">StatusCode.ts:3</a></li>
107
- </ul>
108
- </aside>
109
- </section>
110
- <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
111
- <a name="internal_server_error" class="tsd-anchor"></a>
112
- <h3>INTERNAL_<wbr>SERVER_<wbr>ERROR</h3>
113
- <div class="tsd-signature tsd-kind-icon">INTERNAL_<wbr>SERVER_<wbr>ERROR<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;3</span></div>
114
- <aside class="tsd-sources">
115
- <ul>
116
- <li>Defined in <a href="https://github.com/edsilv/manifesto/blob/b83b754/src/StatusCode.ts#L4">StatusCode.ts:4</a></li>
117
- </ul>
118
- </aside>
119
- </section>
120
- <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
121
- <a name="restricted" class="tsd-anchor"></a>
122
- <h3>RESTRICTED</h3>
123
- <div class="tsd-signature tsd-kind-icon">RESTRICTED<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;4</span></div>
124
- <aside class="tsd-sources">
125
- <ul>
126
- <li>Defined in <a href="https://github.com/edsilv/manifesto/blob/b83b754/src/StatusCode.ts#L5">StatusCode.ts:5</a></li>
127
- </ul>
128
- </aside>
129
- </section>
130
- </section>
131
- </div>
132
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
133
- <nav class="tsd-navigation primary">
134
- <ul>
135
- <li class="globals ">
136
- <a href="../globals.html"><em>Globals</em></a>
137
- </li>
138
- <li class="current tsd-kind-external-module">
139
- <a href="../modules/_statuscode_.html">"<wbr>Status<wbr>Code"</a>
140
- </li>
141
- </ul>
142
- </nav>
143
- <nav class="tsd-navigation secondary menu-sticky">
144
- <ul class="before-current">
145
- </ul>
146
- <ul class="current">
147
- <li class="current tsd-kind-enum tsd-parent-kind-external-module">
148
- <a href="_statuscode_.statuscode.html" class="tsd-kind-icon">Status<wbr>Code</a>
149
- <ul>
150
- <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
151
- <a href="_statuscode_.statuscode.html#authorization_failed" class="tsd-kind-icon">AUTHORIZATION_<wbr>FAILED</a>
152
- </li>
153
- <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
154
- <a href="_statuscode_.statuscode.html#forbidden" class="tsd-kind-icon">FORBIDDEN</a>
155
- </li>
156
- <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
157
- <a href="_statuscode_.statuscode.html#internal_server_error" class="tsd-kind-icon">INTERNAL_<wbr>SERVER_<wbr>ERROR</a>
158
- </li>
159
- <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
160
- <a href="_statuscode_.statuscode.html#restricted" class="tsd-kind-icon">RESTRICTED</a>
161
- </li>
162
- </ul>
163
- </li>
164
- </ul>
165
- <ul class="after-current">
166
- </ul>
167
- </nav>
168
- </div>
169
- </div>
170
- </div>
171
- <footer class="with-border-bottom">
172
- <div class="container">
173
- <h2>Legend</h2>
174
- <div class="tsd-legend-group">
175
- <ul class="tsd-legend">
176
- <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
177
- <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
178
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
179
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
180
- <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
181
- <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
182
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
183
- </ul>
184
- <ul class="tsd-legend">
185
- <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
186
- <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
187
- <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
188
- <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
189
- </ul>
190
- <ul class="tsd-legend">
191
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
192
- <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
193
- <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
194
- <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
195
- <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
196
- <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
197
- </ul>
198
- <ul class="tsd-legend">
199
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
200
- <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
201
- <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
202
- <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
203
- <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
204
- <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
205
- <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
206
- </ul>
207
- <ul class="tsd-legend">
208
- <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
209
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
210
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
211
- <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
212
- </ul>
213
- <ul class="tsd-legend">
214
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
215
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
216
- <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
217
- </ul>
218
- <ul class="tsd-legend">
219
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
220
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
221
- <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
222
- </ul>
223
- <ul class="tsd-legend">
224
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
225
- <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
226
- </ul>
227
- </div>
228
- </div>
229
- </footer>
230
- <div class="container tsd-generator">
231
- <p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
232
- </div>
233
- <div class="overlay"></div>
234
- <script src="../assets/js/main.js"></script>
235
- <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
236
- </body>
237
- </html>