jsf.js_next_gen 1.0.0-beta-2 → 1.0.0-beta-5
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.
- package/dist/docs/.nojekyll +1 -0
- package/dist/docs/assets/highlight.css +22 -0
- package/dist/docs/assets/main.js +54 -0
- package/dist/docs/assets/search.js +1 -0
- package/dist/docs/assets/style.css +1225 -0
- package/dist/docs/assets/widgets.png +0 -0
- package/dist/docs/assets/widgets@2x.png +0 -0
- package/dist/docs/functions/jsf.ajax.addOnError.html +84 -0
- package/dist/docs/functions/jsf.ajax.addOnEvent.html +74 -0
- package/dist/docs/functions/jsf.ajax.request.html +74 -0
- package/dist/docs/functions/jsf.ajax.response.html +69 -0
- package/dist/docs/functions/jsf.getClientWindow.html +65 -0
- package/dist/docs/functions/jsf.getProjectStage.html +69 -0
- package/dist/docs/functions/jsf.getViewState.html +68 -0
- package/dist/docs/functions/jsf.push.close.html +63 -0
- package/dist/docs/functions/jsf.push.init.html +81 -0
- package/dist/docs/functions/jsf.push.open.html +63 -0
- package/dist/docs/functions/jsf.util.chain.html +69 -0
- package/dist/docs/functions/myfaces.ab.html +78 -0
- package/dist/docs/index.html +173 -0
- package/dist/docs/modules/jsf.ajax.html +59 -0
- package/dist/docs/modules/jsf.html +71 -0
- package/dist/docs/modules/jsf.push.html +57 -0
- package/dist/docs/modules/jsf.util.html +53 -0
- package/dist/docs/modules/myfaces.html +52 -0
- package/dist/docs/modules.html +48 -0
- package/dist/docs/variables/jsf.implversion.html +57 -0
- package/dist/docs/variables/jsf.separatorchar.html +54 -0
- package/dist/docs/variables/jsf.specversion.html +52 -0
- package/dist/window/jsf-development.js +1 -1
- package/dist/window/jsf-development.js.map +1 -1
- package/dist/window/jsf.js +1 -1
- package/dist/window/jsf.js.br +0 -0
- package/dist/window/jsf.js.gz +0 -0
- package/dist/window/jsf.js.map +1 -1
- package/dist/window/tmp +0 -0
- package/package.json +5 -3
- package/src/main/typescript/tsconfig-typedoc.json +20 -0
- package/src/test/resources/jsf-development.js +450 -3672
- package/src/test/resources/jsf.js +1 -1
- package/src/test/resources/jsf.js.br +0 -0
- package/src/test/resources/jsf.js.gz +0 -0
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base=".">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">jsf.js_next_gen</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<h2>jsf.js_next_gen</h2></div>
|
|
13
|
+
<div class="tsd-panel tsd-typography">
|
|
14
|
+
<a href="#🚀-scratchpad-for-the-typescript-based-reimplementation-of-jsf-js" id="🚀-scratchpad-for-the-typescript-based-reimplementation-of-jsf-js" style="color: inherit; text-decoration: none;">
|
|
15
|
+
<h1>🚀 Scratchpad for the typescript based reimplementation of jsf js</h1>
|
|
16
|
+
</a>
|
|
17
|
+
|
|
18
|
+
<a href="#what-is-this" id="what-is-this" style="color: inherit; text-decoration: none;">
|
|
19
|
+
<h2>What is this?</h2>
|
|
20
|
+
</a>
|
|
21
|
+
<p>This project is a work in progress for a next gen typescript based
|
|
22
|
+
reimplementation of jsf.js</p>
|
|
23
|
+
<p>The main goal is maintainability. It omits legacy browsers
|
|
24
|
+
with IE11 being the future the baseline for the moment.</p>
|
|
25
|
+
<p>It uses functional constructs on micro scale
|
|
26
|
+
to keep the maintainability and uses
|
|
27
|
+
my own <a href="https://github.com/werpu/mona-dish/">mona-dish</a> project as core framework base, to avoid
|
|
28
|
+
unnecessary colliding dependencies.</p>
|
|
29
|
+
<p>I might roll in MonaDish in the future
|
|
30
|
+
via npm, but for now simply having it in the codebase suffices
|
|
31
|
+
and prevents collisions with other frameworks.</p>
|
|
32
|
+
<p>But it still uses classes modules and inheritance
|
|
33
|
+
for code structuring.
|
|
34
|
+
The reason for this is, I do not like the one function for all
|
|
35
|
+
approach, Webpack can take care of the packaging.</p>
|
|
36
|
+
<p>Having smaller code parts makes it easier to test certain
|
|
37
|
+
aspects of the implementation.</p>
|
|
38
|
+
<p>Also one additional aspect of the new implementation it has a proper
|
|
39
|
+
test coverage via unit tests.</p>
|
|
40
|
+
<p>This was also severely lacking in my old implementation
|
|
41
|
+
where I just ran a set of 20 integration tests on macro scale.</p>
|
|
42
|
+
|
|
43
|
+
<a href="#status" id="status" style="color: inherit; text-decoration: none;">
|
|
44
|
+
<h2>Status</h2>
|
|
45
|
+
</a>
|
|
46
|
+
<p>ATM I am function complete, and the code
|
|
47
|
+
can be tested (alpha stage)
|
|
48
|
+
I probably will make a release before 2020.</p>
|
|
49
|
+
|
|
50
|
+
<a href="#usage" id="usage" style="color: inherit; text-decoration: none;">
|
|
51
|
+
<h2>Usage</h2>
|
|
52
|
+
</a>
|
|
53
|
+
<p>It still is a work in progress, but for testing purposes
|
|
54
|
+
it can be used (check the dist directory for builds, I consider
|
|
55
|
+
stable enough for testing, or your own builds)</p>
|
|
56
|
+
|
|
57
|
+
<a href="#build" id="build" style="color: inherit; text-decoration: none;">
|
|
58
|
+
<h2>build</h2>
|
|
59
|
+
</a>
|
|
60
|
+
<p>Make sure python 3.x is installed (needed by some build dependencies)</p>
|
|
61
|
+
|
|
62
|
+
<a href="#general-build" id="general-build" style="color: inherit; text-decoration: none;">
|
|
63
|
+
<h3>General build</h3>
|
|
64
|
+
</a>
|
|
65
|
+
<p>run </p>
|
|
66
|
+
<ul>
|
|
67
|
+
<li>npm install</li>
|
|
68
|
+
</ul>
|
|
69
|
+
|
|
70
|
+
<a href="#on-windows" id="on-windows" style="color: inherit; text-decoration: none;">
|
|
71
|
+
<h4>On Windows</h4>
|
|
72
|
+
</a>
|
|
73
|
+
<p>if not done yet</p>
|
|
74
|
+
<ul>
|
|
75
|
+
<li>npm install --global --production windows-build-tools</li>
|
|
76
|
+
</ul>
|
|
77
|
+
<p>run</p>
|
|
78
|
+
<ul>
|
|
79
|
+
<li>npm install</li>
|
|
80
|
+
</ul>
|
|
81
|
+
|
|
82
|
+
<a href="#tests" id="tests" style="color: inherit; text-decoration: none;">
|
|
83
|
+
<h3>Tests</h3>
|
|
84
|
+
</a>
|
|
85
|
+
<p>run</p>
|
|
86
|
+
<ul>
|
|
87
|
+
<li>npm test</li>
|
|
88
|
+
</ul>
|
|
89
|
+
|
|
90
|
+
<a href="#test-coverage" id="test-coverage" style="color: inherit; text-decoration: none;">
|
|
91
|
+
<h3>Test Coverage</h3>
|
|
92
|
+
</a>
|
|
93
|
+
<ul>
|
|
94
|
+
<li>npm coverage</li>
|
|
95
|
+
</ul>
|
|
96
|
+
|
|
97
|
+
<a href="#changelist-compared-to-the-original-implementation" id="changelist-compared-to-the-original-implementation" style="color: inherit; text-decoration: none;">
|
|
98
|
+
<h3>Changelist compared to the original implementation</h3>
|
|
99
|
+
</a>
|
|
100
|
+
<ul>
|
|
101
|
+
<li><p><em>no_portlet_env</em> is no more
|
|
102
|
+
the configuration parameter 'no_portlet_env' has become obsolete with
|
|
103
|
+
jsf 2.3 which introduced a proper namespaced viewstate handling
|
|
104
|
+
so it is gone now</p>
|
|
105
|
+
</li>
|
|
106
|
+
<li><p>pps disabled for the moment</p>
|
|
107
|
+
</li>
|
|
108
|
+
</ul>
|
|
109
|
+
<p>we had a special pps handling introduced in myfaces, a feature
|
|
110
|
+
probably never used (you basically could reduce the parameters
|
|
111
|
+
sent down by sending a list of pps ids). I have disabled it for the time being.
|
|
112
|
+
The code still is in there for the moment, but will be dropped
|
|
113
|
+
if no demand arises to enable it again.</p>
|
|
114
|
+
<ul>
|
|
115
|
+
<li>legacy browsers</li>
|
|
116
|
+
</ul>
|
|
117
|
+
<p>In order to improve the maintainability I have dropped a lot
|
|
118
|
+
of shim and legacy code which was needed to support old browsers.
|
|
119
|
+
Since our main aim is long term maintainability there is a clear cut.
|
|
120
|
+
The lowest supported browser for the moment is Internet Explorer 11
|
|
121
|
+
older browsers are now cut off. This should suffice for most if
|
|
122
|
+
not all important environments. If you still use an older browser than
|
|
123
|
+
IE11 you still can revert to the old codebase for the time being
|
|
124
|
+
(final cutoff point probably will come within the next few years)</p>
|
|
125
|
+
<p>IE11 might be cut off in the future, depending on the business requirements
|
|
126
|
+
by the myfaces users</p>
|
|
127
|
+
<ul>
|
|
128
|
+
<li>performance</li>
|
|
129
|
+
</ul>
|
|
130
|
+
<p>Given that we now have faster browsers and end user devices in the mobile
|
|
131
|
+
area than 10 years ago, my main focus was maintainability.
|
|
132
|
+
Maintainability and readability now comes before performance. So I sacrificed some
|
|
133
|
+
of the performance to achieve it.
|
|
134
|
+
Given that the most critical performance hits do not happen in the ajax area
|
|
135
|
+
this is a sacrifice I can live with for the time being.</p>
|
|
136
|
+
<ul>
|
|
137
|
+
<li>Client side i18n</li>
|
|
138
|
+
</ul>
|
|
139
|
+
<p>The client side i18n error message translations have become more
|
|
140
|
+
of a liability than a feature.
|
|
141
|
+
For the time being all client side errors are reported in english.
|
|
142
|
+
I can reintroduce them, if there is a real demand.
|
|
143
|
+
But the size and maintainability tradeoff compared to what they
|
|
144
|
+
bring was not worth it to keep them anymore.</p>
|
|
145
|
+
</div></div>
|
|
146
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
147
|
+
<div class="tsd-navigation settings">
|
|
148
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
149
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
150
|
+
<div class="tsd-accordion-details">
|
|
151
|
+
<div class="tsd-filter-visibility">
|
|
152
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
153
|
+
<ul id="tsd-filter-options">
|
|
154
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
155
|
+
<div class="tsd-theme-toggle">
|
|
156
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
157
|
+
<nav class="tsd-navigation primary">
|
|
158
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
159
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
160
|
+
<div class="tsd-accordion-details">
|
|
161
|
+
<ul>
|
|
162
|
+
<li class="current selected"><a href="modules.html">jsf.js_<wbr/>next_<wbr/>gen</a>
|
|
163
|
+
<ul>
|
|
164
|
+
<li class="tsd-kind-namespace"><a href="modules/jsf.html">jsf</a>
|
|
165
|
+
<ul>
|
|
166
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="modules/jsf.ajax.html">ajax</a></li>
|
|
167
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="modules/jsf.push.html">push</a></li>
|
|
168
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="modules/jsf.util.html">util</a></li></ul></li>
|
|
169
|
+
<li class="tsd-kind-namespace"><a href="modules/myfaces.html">myfaces</a></li></ul></li></ul></div></details></nav>
|
|
170
|
+
<nav class="tsd-navigation secondary menu-sticky"></nav></div></div>
|
|
171
|
+
<div class="container tsd-generator">
|
|
172
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
173
|
+
<div class="overlay"></div><script src="assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ajax | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">jsf.js_next_gen</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">jsf.js_next_gen</a></li>
|
|
14
|
+
<li><a href="jsf.html">jsf</a></li>
|
|
15
|
+
<li><a href="jsf.ajax.html">ajax</a></li></ul>
|
|
16
|
+
<h1>Namespace ajax</h1></div>
|
|
17
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
18
|
+
<section class="tsd-panel tsd-index-panel">
|
|
19
|
+
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
20
|
+
<section class="tsd-index-section">
|
|
21
|
+
<h3 class="tsd-index-heading">Functions</h3>
|
|
22
|
+
<div class="tsd-index-list"><a href="../functions/jsf.ajax.addOnError.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>add<wbr/>On<wbr/>Error</span></a>
|
|
23
|
+
<a href="../functions/jsf.ajax.addOnEvent.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>add<wbr/>On<wbr/>Event</span></a>
|
|
24
|
+
<a href="../functions/jsf.ajax.request.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>request</span></a>
|
|
25
|
+
<a href="../functions/jsf.ajax.response.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>response</span></a>
|
|
26
|
+
</div></section></section></section></div>
|
|
27
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
28
|
+
<div class="tsd-navigation settings">
|
|
29
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
30
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
31
|
+
<div class="tsd-accordion-details">
|
|
32
|
+
<div class="tsd-filter-visibility">
|
|
33
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
34
|
+
<ul id="tsd-filter-options">
|
|
35
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
36
|
+
<div class="tsd-theme-toggle">
|
|
37
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
38
|
+
<nav class="tsd-navigation primary">
|
|
39
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
40
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
41
|
+
<div class="tsd-accordion-details">
|
|
42
|
+
<ul>
|
|
43
|
+
<li class="current"><a href="../modules.html">jsf.js_<wbr/>next_<wbr/>gen</a>
|
|
44
|
+
<ul>
|
|
45
|
+
<li class="current tsd-kind-namespace"><a href="jsf.html">jsf</a>
|
|
46
|
+
<ul>
|
|
47
|
+
<li class="current selected tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.ajax.html">ajax</a></li>
|
|
48
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.push.html">push</a></li>
|
|
49
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.util.html">util</a></li></ul></li>
|
|
50
|
+
<li class="tsd-kind-namespace"><a href="myfaces.html">myfaces</a></li></ul></li></ul></div></details></nav>
|
|
51
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
52
|
+
<ul>
|
|
53
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.ajax.addOnError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>add<wbr/>On<wbr/>Error</a></li>
|
|
54
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.ajax.addOnEvent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>add<wbr/>On<wbr/>Event</a></li>
|
|
55
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.ajax.request.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>request</a></li>
|
|
56
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.ajax.response.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>response</a></li></ul></nav></div></div>
|
|
57
|
+
<div class="container tsd-generator">
|
|
58
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
59
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>jsf | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">jsf.js_next_gen</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">jsf.js_next_gen</a></li>
|
|
14
|
+
<li><a href="jsf.html">jsf</a></li></ul>
|
|
15
|
+
<h1>Namespace jsf</h1></div>
|
|
16
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
17
|
+
<section class="tsd-panel tsd-index-panel">
|
|
18
|
+
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
19
|
+
<section class="tsd-index-section">
|
|
20
|
+
<h3 class="tsd-index-heading">Namespaces</h3>
|
|
21
|
+
<div class="tsd-index-list"><a href="jsf.ajax.html" class="tsd-index-link tsd-kind-namespace tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>ajax</span></a>
|
|
22
|
+
<a href="jsf.push.html" class="tsd-index-link tsd-kind-namespace tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>push</span></a>
|
|
23
|
+
<a href="jsf.util.html" class="tsd-index-link tsd-kind-namespace tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>util</span></a>
|
|
24
|
+
</div></section>
|
|
25
|
+
<section class="tsd-index-section">
|
|
26
|
+
<h3 class="tsd-index-heading">Variables</h3>
|
|
27
|
+
<div class="tsd-index-list"><a href="../variables/jsf.implversion.html" class="tsd-index-link tsd-kind-variable tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg><span>implversion</span></a>
|
|
28
|
+
<a href="../variables/jsf.separatorchar.html" class="tsd-index-link tsd-kind-variable tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>separatorchar</span></a>
|
|
29
|
+
<a href="../variables/jsf.specversion.html" class="tsd-index-link tsd-kind-variable tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>specversion</span></a>
|
|
30
|
+
</div></section>
|
|
31
|
+
<section class="tsd-index-section">
|
|
32
|
+
<h3 class="tsd-index-heading">Functions</h3>
|
|
33
|
+
<div class="tsd-index-list"><a href="../functions/jsf.getClientWindow.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>get<wbr/>Client<wbr/>Window</span></a>
|
|
34
|
+
<a href="../functions/jsf.getProjectStage.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>Project<wbr/>Stage</span></a>
|
|
35
|
+
<a href="../functions/jsf.getViewState.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>View<wbr/>State</span></a>
|
|
36
|
+
</div></section></section></section></div>
|
|
37
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
38
|
+
<div class="tsd-navigation settings">
|
|
39
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
40
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
41
|
+
<div class="tsd-accordion-details">
|
|
42
|
+
<div class="tsd-filter-visibility">
|
|
43
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
44
|
+
<ul id="tsd-filter-options">
|
|
45
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
46
|
+
<div class="tsd-theme-toggle">
|
|
47
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
48
|
+
<nav class="tsd-navigation primary">
|
|
49
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
50
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
51
|
+
<div class="tsd-accordion-details">
|
|
52
|
+
<ul>
|
|
53
|
+
<li class="current"><a href="../modules.html">jsf.js_<wbr/>next_<wbr/>gen</a>
|
|
54
|
+
<ul>
|
|
55
|
+
<li class="current selected tsd-kind-namespace"><a href="jsf.html">jsf</a>
|
|
56
|
+
<ul>
|
|
57
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.ajax.html">ajax</a></li>
|
|
58
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.push.html">push</a></li>
|
|
59
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.util.html">util</a></li></ul></li>
|
|
60
|
+
<li class="tsd-kind-namespace"><a href="myfaces.html">myfaces</a></li></ul></li></ul></div></details></nav>
|
|
61
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
62
|
+
<ul>
|
|
63
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/jsf.implversion.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>implversion</a></li>
|
|
64
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/jsf.separatorchar.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>separatorchar</a></li>
|
|
65
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="../variables/jsf.specversion.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>specversion</a></li>
|
|
66
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.getClientWindow.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Client<wbr/>Window</a></li>
|
|
67
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.getProjectStage.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Project<wbr/>Stage</a></li>
|
|
68
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.getViewState.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>View<wbr/>State</a></li></ul></nav></div></div>
|
|
69
|
+
<div class="container tsd-generator">
|
|
70
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
71
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>push | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">jsf.js_next_gen</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">jsf.js_next_gen</a></li>
|
|
14
|
+
<li><a href="jsf.html">jsf</a></li>
|
|
15
|
+
<li><a href="jsf.push.html">push</a></li></ul>
|
|
16
|
+
<h1>Namespace push</h1></div>
|
|
17
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
18
|
+
<section class="tsd-panel tsd-index-panel">
|
|
19
|
+
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
20
|
+
<section class="tsd-index-section">
|
|
21
|
+
<h3 class="tsd-index-heading">Functions</h3>
|
|
22
|
+
<div class="tsd-index-list"><a href="../functions/jsf.push.close.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>close</span></a>
|
|
23
|
+
<a href="../functions/jsf.push.init.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>init</span></a>
|
|
24
|
+
<a href="../functions/jsf.push.open.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>open</span></a>
|
|
25
|
+
</div></section></section></section></div>
|
|
26
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
27
|
+
<div class="tsd-navigation settings">
|
|
28
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
29
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
30
|
+
<div class="tsd-accordion-details">
|
|
31
|
+
<div class="tsd-filter-visibility">
|
|
32
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
33
|
+
<ul id="tsd-filter-options">
|
|
34
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
35
|
+
<div class="tsd-theme-toggle">
|
|
36
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
37
|
+
<nav class="tsd-navigation primary">
|
|
38
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
39
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
40
|
+
<div class="tsd-accordion-details">
|
|
41
|
+
<ul>
|
|
42
|
+
<li class="current"><a href="../modules.html">jsf.js_<wbr/>next_<wbr/>gen</a>
|
|
43
|
+
<ul>
|
|
44
|
+
<li class="current tsd-kind-namespace"><a href="jsf.html">jsf</a>
|
|
45
|
+
<ul>
|
|
46
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.ajax.html">ajax</a></li>
|
|
47
|
+
<li class="current selected tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.push.html">push</a></li>
|
|
48
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.util.html">util</a></li></ul></li>
|
|
49
|
+
<li class="tsd-kind-namespace"><a href="myfaces.html">myfaces</a></li></ul></li></ul></div></details></nav>
|
|
50
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
51
|
+
<ul>
|
|
52
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.push.close.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>close</a></li>
|
|
53
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.push.init.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>init</a></li>
|
|
54
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.push.open.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>open</a></li></ul></nav></div></div>
|
|
55
|
+
<div class="container tsd-generator">
|
|
56
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
57
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>util | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">jsf.js_next_gen</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">jsf.js_next_gen</a></li>
|
|
14
|
+
<li><a href="jsf.html">jsf</a></li>
|
|
15
|
+
<li><a href="jsf.util.html">util</a></li></ul>
|
|
16
|
+
<h1>Namespace util</h1></div>
|
|
17
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
18
|
+
<section class="tsd-panel tsd-index-panel">
|
|
19
|
+
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
20
|
+
<section class="tsd-index-section">
|
|
21
|
+
<h3 class="tsd-index-heading">Functions</h3>
|
|
22
|
+
<div class="tsd-index-list"><a href="../functions/jsf.util.chain.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>chain</span></a>
|
|
23
|
+
</div></section></section></section></div>
|
|
24
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
25
|
+
<div class="tsd-navigation settings">
|
|
26
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
27
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
28
|
+
<div class="tsd-accordion-details">
|
|
29
|
+
<div class="tsd-filter-visibility">
|
|
30
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
31
|
+
<ul id="tsd-filter-options">
|
|
32
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
33
|
+
<div class="tsd-theme-toggle">
|
|
34
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
35
|
+
<nav class="tsd-navigation primary">
|
|
36
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
37
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
38
|
+
<div class="tsd-accordion-details">
|
|
39
|
+
<ul>
|
|
40
|
+
<li class="current"><a href="../modules.html">jsf.js_<wbr/>next_<wbr/>gen</a>
|
|
41
|
+
<ul>
|
|
42
|
+
<li class="current tsd-kind-namespace"><a href="jsf.html">jsf</a>
|
|
43
|
+
<ul>
|
|
44
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.ajax.html">ajax</a></li>
|
|
45
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.push.html">push</a></li>
|
|
46
|
+
<li class="current selected tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.util.html">util</a></li></ul></li>
|
|
47
|
+
<li class="tsd-kind-namespace"><a href="myfaces.html">myfaces</a></li></ul></li></ul></div></details></nav>
|
|
48
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
49
|
+
<ul>
|
|
50
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/jsf.util.chain.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>chain</a></li></ul></nav></div></div>
|
|
51
|
+
<div class="container tsd-generator">
|
|
52
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
53
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>myfaces | jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">jsf.js_next_gen</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<ul class="tsd-breadcrumb">
|
|
13
|
+
<li><a href="../modules.html">jsf.js_next_gen</a></li>
|
|
14
|
+
<li><a href="myfaces.html">myfaces</a></li></ul>
|
|
15
|
+
<h1>Namespace myfaces</h1></div>
|
|
16
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
17
|
+
<section class="tsd-panel tsd-index-panel">
|
|
18
|
+
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
19
|
+
<section class="tsd-index-section">
|
|
20
|
+
<h3 class="tsd-index-heading">Functions</h3>
|
|
21
|
+
<div class="tsd-index-list"><a href="../functions/myfaces.ab.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>ab</span></a>
|
|
22
|
+
</div></section></section></section></div>
|
|
23
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
24
|
+
<div class="tsd-navigation settings">
|
|
25
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
26
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
27
|
+
<div class="tsd-accordion-details">
|
|
28
|
+
<div class="tsd-filter-visibility">
|
|
29
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
30
|
+
<ul id="tsd-filter-options">
|
|
31
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
32
|
+
<div class="tsd-theme-toggle">
|
|
33
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
34
|
+
<nav class="tsd-navigation primary">
|
|
35
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
36
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
37
|
+
<div class="tsd-accordion-details">
|
|
38
|
+
<ul>
|
|
39
|
+
<li class="current"><a href="../modules.html">jsf.js_<wbr/>next_<wbr/>gen</a>
|
|
40
|
+
<ul>
|
|
41
|
+
<li class="tsd-kind-namespace"><a href="jsf.html">jsf</a>
|
|
42
|
+
<ul>
|
|
43
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.ajax.html">ajax</a></li>
|
|
44
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.push.html">push</a></li>
|
|
45
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="jsf.util.html">util</a></li></ul></li>
|
|
46
|
+
<li class="current selected tsd-kind-namespace"><a href="myfaces.html">myfaces</a></li></ul></li></ul></div></details></nav>
|
|
47
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
48
|
+
<ul>
|
|
49
|
+
<li class="tsd-kind-function tsd-parent-kind-namespace"><a href="../functions/myfaces.ab.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ab</a></li></ul></nav></div></div>
|
|
50
|
+
<div class="container tsd-generator">
|
|
51
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
52
|
+
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>jsf.js_next_gen</title><meta name="description" content="Documentation for jsf.js_next_gen"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container">
|
|
3
|
+
<div class="table-cell" id="tsd-search" data-base=".">
|
|
4
|
+
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
+
<ul class="results">
|
|
6
|
+
<li class="state loading">Preparing search index...</li>
|
|
7
|
+
<li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">jsf.js_next_gen</a></div>
|
|
8
|
+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
9
|
+
<div class="container container-main">
|
|
10
|
+
<div class="col-8 col-content">
|
|
11
|
+
<div class="tsd-page-title">
|
|
12
|
+
<h2>jsf.js_next_gen</h2></div>
|
|
13
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
14
|
+
<section class="tsd-panel tsd-index-panel">
|
|
15
|
+
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
16
|
+
<section class="tsd-index-section">
|
|
17
|
+
<h3 class="tsd-index-heading">Namespaces</h3>
|
|
18
|
+
<div class="tsd-index-list"><a href="modules/jsf.html" class="tsd-index-link tsd-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>jsf</span></a>
|
|
19
|
+
<a href="modules/myfaces.html" class="tsd-index-link tsd-kind-namespace"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>myfaces</span></a>
|
|
20
|
+
</div></section></section></section></div>
|
|
21
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
22
|
+
<div class="tsd-navigation settings">
|
|
23
|
+
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
24
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
25
|
+
<div class="tsd-accordion-details">
|
|
26
|
+
<div class="tsd-filter-visibility">
|
|
27
|
+
<h4 class="uppercase">Member Visibility</h4><form>
|
|
28
|
+
<ul id="tsd-filter-options">
|
|
29
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
30
|
+
<div class="tsd-theme-toggle">
|
|
31
|
+
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
32
|
+
<nav class="tsd-navigation primary">
|
|
33
|
+
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
34
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
35
|
+
<div class="tsd-accordion-details">
|
|
36
|
+
<ul>
|
|
37
|
+
<li class="current selected"><a href="modules.html">jsf.js_<wbr/>next_<wbr/>gen</a>
|
|
38
|
+
<ul>
|
|
39
|
+
<li class="tsd-kind-namespace"><a href="modules/jsf.html">jsf</a>
|
|
40
|
+
<ul>
|
|
41
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="modules/jsf.ajax.html">ajax</a></li>
|
|
42
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="modules/jsf.push.html">push</a></li>
|
|
43
|
+
<li class="tsd-kind-namespace tsd-parent-kind-namespace"><a href="modules/jsf.util.html">util</a></li></ul></li>
|
|
44
|
+
<li class="tsd-kind-namespace"><a href="modules/myfaces.html">myfaces</a></li></ul></li></ul></div></details></nav>
|
|
45
|
+
<nav class="tsd-navigation secondary menu-sticky"></nav></div></div>
|
|
46
|
+
<div class="container tsd-generator">
|
|
47
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
48
|
+
<div class="overlay"></div><script src="assets/main.js"></script></body></html>
|