@rxap/config 18.1.0-dev.0 → 18.1.1-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -1
  3. package/compodoc/changelog.html +511 -0
  4. package/compodoc/dependencies.html +201 -0
  5. package/compodoc/fonts/ionicons.eot +0 -0
  6. package/compodoc/fonts/ionicons.svg +2090 -0
  7. package/compodoc/fonts/ionicons.ttf +0 -0
  8. package/compodoc/fonts/ionicons.woff +0 -0
  9. package/compodoc/fonts/ionicons.woff2 +0 -0
  10. package/compodoc/fonts/roboto-v15-latin-300.eot +0 -0
  11. package/compodoc/fonts/roboto-v15-latin-300.svg +314 -0
  12. package/compodoc/fonts/roboto-v15-latin-300.ttf +0 -0
  13. package/compodoc/fonts/roboto-v15-latin-300.woff +0 -0
  14. package/compodoc/fonts/roboto-v15-latin-300.woff2 +0 -0
  15. package/compodoc/fonts/roboto-v15-latin-700.eot +0 -0
  16. package/compodoc/fonts/roboto-v15-latin-700.svg +310 -0
  17. package/compodoc/fonts/roboto-v15-latin-700.ttf +0 -0
  18. package/compodoc/fonts/roboto-v15-latin-700.woff +0 -0
  19. package/compodoc/fonts/roboto-v15-latin-700.woff2 +0 -0
  20. package/compodoc/fonts/roboto-v15-latin-italic.eot +0 -0
  21. package/compodoc/fonts/roboto-v15-latin-italic.svg +323 -0
  22. package/compodoc/fonts/roboto-v15-latin-italic.ttf +0 -0
  23. package/compodoc/fonts/roboto-v15-latin-italic.woff +0 -0
  24. package/compodoc/fonts/roboto-v15-latin-italic.woff2 +0 -0
  25. package/compodoc/fonts/roboto-v15-latin-regular.eot +0 -0
  26. package/compodoc/fonts/roboto-v15-latin-regular.svg +308 -0
  27. package/compodoc/fonts/roboto-v15-latin-regular.ttf +0 -0
  28. package/compodoc/fonts/roboto-v15-latin-regular.woff +0 -0
  29. package/compodoc/fonts/roboto-v15-latin-regular.woff2 +0 -0
  30. package/compodoc/graph/dependencies.svg +24 -0
  31. package/compodoc/images/compodoc-vectorise-inverted.png +0 -0
  32. package/compodoc/images/compodoc-vectorise-inverted.svg +201 -0
  33. package/compodoc/images/compodoc-vectorise.png +0 -0
  34. package/compodoc/images/compodoc-vectorise.svg +201 -0
  35. package/compodoc/images/favicon.ico +0 -0
  36. package/compodoc/index.html +193 -0
  37. package/compodoc/injectables/ConfigLoaderService.html +551 -0
  38. package/compodoc/injectables/ConfigService.html +1951 -0
  39. package/compodoc/injectables/ConfigTestingService.html +706 -0
  40. package/compodoc/interfaces/ConfigLoadOptions.html +802 -0
  41. package/compodoc/js/compodoc.js +14 -0
  42. package/compodoc/js/lazy-load-graphs.js +44 -0
  43. package/compodoc/js/libs/EventDispatcher.js +5 -0
  44. package/compodoc/js/libs/bootstrap-native.js +2 -0
  45. package/compodoc/js/libs/clipboard.min.js +7 -0
  46. package/compodoc/js/libs/custom-elements-es5-adapter.js +15 -0
  47. package/compodoc/js/libs/custom-elements.min.js +38 -0
  48. package/compodoc/js/libs/d3.v3.min.js +2 -0
  49. package/compodoc/js/libs/deep-iterator.js +2 -0
  50. package/compodoc/js/libs/es6-shim.min.js +12 -0
  51. package/compodoc/js/libs/htmlparser.js +23 -0
  52. package/compodoc/js/libs/innersvg.js +9 -0
  53. package/compodoc/js/libs/lit-html.js +1 -0
  54. package/compodoc/js/libs/prism.js +46 -0
  55. package/compodoc/js/libs/promise.min.js +6 -0
  56. package/compodoc/js/libs/svg-pan-zoom.min.js +3 -0
  57. package/compodoc/js/libs/tablesort.min.js +6 -0
  58. package/compodoc/js/libs/tablesort.number.min.js +6 -0
  59. package/compodoc/js/libs/vis.min.js +47 -0
  60. package/compodoc/js/libs/zepto.min.js +2 -0
  61. package/compodoc/js/menu-wc.js +120 -0
  62. package/compodoc/js/menu-wc_es5.js +40 -0
  63. package/compodoc/js/menu.js +270 -0
  64. package/compodoc/js/routes.js +301 -0
  65. package/compodoc/js/search/lunr.min.js +6 -0
  66. package/compodoc/js/search/search-lunr.js +67 -0
  67. package/compodoc/js/search/search.js +283 -0
  68. package/compodoc/js/search/search_index.js +4 -0
  69. package/compodoc/js/sourceCode.js +58 -0
  70. package/compodoc/js/svg-pan-zoom.controls.js +53 -0
  71. package/compodoc/js/tabs.js +21 -0
  72. package/compodoc/js/tree.js +147 -0
  73. package/compodoc/license.html +731 -0
  74. package/compodoc/miscellaneous/functions.html +258 -0
  75. package/compodoc/miscellaneous/typealiases.html +313 -0
  76. package/compodoc/miscellaneous/variables.html +221 -0
  77. package/compodoc/modules.html +183 -0
  78. package/compodoc/overview.html +201 -0
  79. package/compodoc/properties.html +197 -0
  80. package/compodoc/styles/bootstrap-card.css +219 -0
  81. package/compodoc/styles/bootstrap.min.css +6 -0
  82. package/compodoc/styles/compodoc.css +1124 -0
  83. package/compodoc/styles/dark.css +121 -0
  84. package/compodoc/styles/ionicons.min.css +11 -0
  85. package/compodoc/styles/laravel.css +113 -0
  86. package/compodoc/styles/material.css +131 -0
  87. package/compodoc/styles/original.css +51 -0
  88. package/compodoc/styles/postmark.css +238 -0
  89. package/compodoc/styles/prism.css +301 -0
  90. package/compodoc/styles/readthedocs.css +117 -0
  91. package/compodoc/styles/reset.css +129 -0
  92. package/compodoc/styles/stripe.css +106 -0
  93. package/compodoc/styles/style.css +7 -0
  94. package/compodoc/styles/tablesort.css +33 -0
  95. package/compodoc/styles/vagrant.css +130 -0
  96. package/docs/.nojekyll +1 -0
  97. package/docs/assets/highlight.css +43 -0
  98. package/docs/assets/icons.js +15 -0
  99. package/docs/assets/icons.svg +1 -0
  100. package/docs/assets/main.js +59 -0
  101. package/docs/assets/navigation.js +1 -0
  102. package/docs/assets/search.js +1 -0
  103. package/docs/assets/style.css +1412 -0
  104. package/docs/classes/ConfigLoaderService.html +6 -0
  105. package/docs/classes/ConfigService.html +28 -0
  106. package/docs/classes/ConfigTestingService.html +8 -0
  107. package/docs/documentation.json +3854 -0
  108. package/docs/functions/ProvideConfig.html +1 -0
  109. package/docs/hierarchy.html +1 -0
  110. package/docs/index.html +19 -0
  111. package/docs/interfaces/ConfigLoadOptions.html +7 -0
  112. package/docs/modules.html +12 -0
  113. package/docs/types/AnySchema.html +1 -0
  114. package/docs/types/Join.html +1 -0
  115. package/docs/types/Leaves.html +1 -0
  116. package/docs/types/NoInferType.html +1 -0
  117. package/docs/types/Paths.html +1 -0
  118. package/docs/variables/RXAP_CONFIG.html +1 -0
  119. package/package.json +6 -6
@@ -0,0 +1,283 @@
1
+ (function (compodoc) {
2
+ var usePushState = typeof history.pushState !== 'undefined',
3
+ // DOM Elements
4
+ $body = $('body'),
5
+ $searchResults,
6
+ $searchInput,
7
+ $searchList,
8
+ $searchTitle,
9
+ $searchResultsCount,
10
+ $searchQuery,
11
+ $mainContainer,
12
+ $xsMenu;
13
+
14
+ // Throttle search
15
+ function throttle(fn, wait) {
16
+ var timeout;
17
+
18
+ return function () {
19
+ var ctx = this,
20
+ args = arguments;
21
+ if (!timeout) {
22
+ timeout = setTimeout(function () {
23
+ timeout = undefined;
24
+ fn.apply(ctx, args);
25
+ }, wait);
26
+ }
27
+ };
28
+ }
29
+
30
+ function displayResults(res) {
31
+ var noResults = res.count == 0;
32
+ var groups = {};
33
+ $searchResults.toggleClass('no-results', noResults);
34
+
35
+ // Clear old results
36
+ $searchList.empty();
37
+
38
+ // Display title for research
39
+ $searchResultsCount.text(res.count);
40
+ $searchQuery.text(res.query);
41
+
42
+ // Group result by context
43
+ res.results.forEach(function (res) {
44
+ var context = res.title.split(' - ')[0];
45
+ if (typeof groups[context] === 'undefined') {
46
+ groups[context] = {
47
+ results: [res]
48
+ };
49
+ } else {
50
+ groups[context].results.push(res);
51
+ }
52
+ });
53
+
54
+ var sortedGroups = Object.keys(groups).sort();
55
+
56
+ for (var i = 0; i < sortedGroups.length; i++) {
57
+ var property = sortedGroups[i];
58
+
59
+ var $li = $('<li>', {
60
+ class: 'search-results-group'
61
+ });
62
+ var finalPropertyLabel = '';
63
+ var propertyLabels = property.split('-');
64
+
65
+ if (
66
+ propertyLabels.length === 2 &&
67
+ propertyLabels[0] !== 'miscellaneous' &&
68
+ propertyLabels[0] !== 'additional'
69
+ ) {
70
+ finalPropertyLabel =
71
+ propertyLabels[0].charAt(0).toUpperCase() +
72
+ propertyLabels[0].substring(1) +
73
+ ' - ' +
74
+ propertyLabels[1].charAt(0).toUpperCase() +
75
+ propertyLabels[1].substring(1) +
76
+ ' (' +
77
+ groups[property].results.length +
78
+ ')';
79
+ } else if (propertyLabels[0] === 'additional') {
80
+ finalPropertyLabel =
81
+ 'Additional pages' + ' (' + groups[property].results.length + ')';
82
+ } else {
83
+ finalPropertyLabel =
84
+ propertyLabels[0].charAt(0).toUpperCase() +
85
+ propertyLabels[0].substring(1) +
86
+ ' (' +
87
+ groups[property].results.length +
88
+ ')';
89
+ }
90
+ var $groupTitle = $('<h3>', {
91
+ text: finalPropertyLabel
92
+ });
93
+ $groupTitle.appendTo($li);
94
+
95
+ var $ulResults = $('<ul>', {
96
+ class: 'search-results-list'
97
+ });
98
+
99
+ groups[property].results.forEach(function (res) {
100
+ var link = '';
101
+ var $liResult = $('<li>', {
102
+ class: 'search-results-item'
103
+ });
104
+ switch (COMPODOC_CURRENT_PAGE_DEPTH) {
105
+ case 0:
106
+ link = './';
107
+ break;
108
+ case 1:
109
+ case 2:
110
+ case 3:
111
+ case 4:
112
+ case 5:
113
+ link = '../'.repeat(COMPODOC_CURRENT_PAGE_DEPTH);
114
+ break;
115
+ }
116
+ var finalResLabel =
117
+ res.title.split(' - ')[1].charAt(0).toUpperCase() +
118
+ res.title.split(' - ')[1].substring(1);
119
+ var $link = $('<a>', {
120
+ href: link + res.url,
121
+ text: finalResLabel
122
+ });
123
+ $link.appendTo($liResult);
124
+ $liResult.appendTo($ulResults);
125
+ });
126
+ $ulResults.appendTo($li);
127
+
128
+ $li.appendTo($searchList);
129
+ }
130
+ }
131
+
132
+ function launchSearch(q) {
133
+ $body.addClass('with-search');
134
+
135
+ if ($xsMenu.css('display') === 'block') {
136
+ $mainContainer.css('height', 'calc(100% - 100px)');
137
+ $mainContainer.css('margin-top', '100px');
138
+ }
139
+
140
+ throttle(
141
+ compodoc.search.query(q, 0, MAX_SEARCH_RESULTS).then(function (results) {
142
+ displayResults(results);
143
+ }),
144
+ 1000
145
+ );
146
+ }
147
+
148
+ function closeSearch() {
149
+ $body.removeClass('with-search');
150
+ if ($xsMenu.css('display') === 'block') {
151
+ $mainContainer.css('height', 'calc(100% - 50px)');
152
+ }
153
+ }
154
+
155
+ function bindMenuButton() {
156
+ document.getElementById('btn-menu').addEventListener('click', function () {
157
+ if ($xsMenu.css('display') === 'none') {
158
+ $body.removeClass('with-search');
159
+ $mainContainer.css('height', 'calc(100% - 50px)');
160
+ }
161
+ $.each($searchInputs, function (index, item) {
162
+ var item = $(item);
163
+ item.val('');
164
+ });
165
+ });
166
+ }
167
+
168
+ function bindSearch() {
169
+ // Bind DOM
170
+ $searchInputs = $('#book-search-input input');
171
+
172
+ $searchResults = $('.search-results');
173
+ $searchList = $searchResults.find('.search-results-list');
174
+ $searchTitle = $searchResults.find('.search-results-title');
175
+ $searchResultsCount = $searchTitle.find('.search-results-count');
176
+ $searchQuery = $searchTitle.find('.search-query');
177
+ $mainContainer = $('.container-fluid');
178
+ $xsMenu = $('.xs-menu');
179
+
180
+ // Launch query based on input content
181
+ function handleUpdate(item) {
182
+ var q = item.val();
183
+
184
+ if (q.length == 0) {
185
+ closeSearch();
186
+ window.location.href = window.location.href.replace(window.location.search, '');
187
+ } else {
188
+ launchSearch(q);
189
+ }
190
+ }
191
+
192
+ // Detect true content change in search input
193
+ var propertyChangeUnbound = false;
194
+
195
+ $.each($searchInputs, function (index, item) {
196
+ var item = $(item);
197
+ // HTML5 (IE9 & others)
198
+ item.on('input', function (e) {
199
+ // Unbind propertychange event for IE9+
200
+ if (!propertyChangeUnbound) {
201
+ $(this).unbind('propertychange');
202
+ propertyChangeUnbound = true;
203
+ }
204
+
205
+ handleUpdate($(this));
206
+ });
207
+ // Workaround for IE < 9
208
+ item.on('propertychange', function (e) {
209
+ if (e.originalEvent.propertyName == 'value') {
210
+ handleUpdate($(this));
211
+ }
212
+ });
213
+ // Push to history on blur
214
+ item.on('blur', function (e) {
215
+ // Update history state
216
+ if (usePushState) {
217
+ var uri = updateQueryString('q', $(this).val());
218
+ if ($(this).val() !== '') {
219
+ history.pushState({ path: uri }, null, uri);
220
+ }
221
+ }
222
+ });
223
+ });
224
+ }
225
+
226
+ function launchSearchFromQueryString() {
227
+ var q = getParameterByName('q');
228
+ if (q && q.length > 0) {
229
+ // Update search inputs
230
+ $.each($searchInputs, function (index, item) {
231
+ var item = $(item);
232
+ item.val(q);
233
+ });
234
+ // Launch search
235
+ launchSearch(q);
236
+ }
237
+ }
238
+
239
+ compodoc.addEventListener(compodoc.EVENTS.SEARCH_READY, function (event) {
240
+ bindSearch();
241
+
242
+ bindMenuButton();
243
+
244
+ launchSearchFromQueryString();
245
+ });
246
+
247
+ function getParameterByName(name) {
248
+ var url = window.location.href;
249
+ name = name.replace(/[\[\]]/g, '\\$&');
250
+ var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)', 'i'),
251
+ results = regex.exec(url);
252
+ if (!results) return null;
253
+ if (!results[2]) return '';
254
+ return decodeURIComponent(results[2].replace(/\+/g, ' '));
255
+ }
256
+
257
+ function updateQueryString(key, value) {
258
+ value = encodeURIComponent(value);
259
+
260
+ var url = window.location.href;
261
+ var re = new RegExp('([?&])' + key + '=.*?(&|#|$)(.*)', 'gi'),
262
+ hash;
263
+
264
+ if (re.test(url)) {
265
+ if (typeof value !== 'undefined' && value !== null)
266
+ return url.replace(re, '$1' + key + '=' + value + '$2$3');
267
+ else {
268
+ hash = url.split('#');
269
+ url = hash[0].replace(re, '$1$3').replace(/(&|\?)$/, '');
270
+ if (typeof hash[1] !== 'undefined' && hash[1] !== null) url += '#' + hash[1];
271
+ return url;
272
+ }
273
+ } else {
274
+ if (typeof value !== 'undefined' && value !== null) {
275
+ var separator = url.indexOf('?') !== -1 ? '&' : '?';
276
+ hash = url.split('#');
277
+ url = hash[0] + separator + key + '=' + value;
278
+ if (typeof hash[1] !== 'undefined' && hash[1] !== null) url += '#' + hash[1];
279
+ return url;
280
+ } else return url;
281
+ }
282
+ }
283
+ })(compodoc);