jsf.js_next_gen 4.0.0-beta-8 → 4.0.0-beta-9
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/variables/faces.separatorchar.html +1 -1
- package/dist/window/faces-development.js +3 -1
- package/dist/window/faces-development.js.br +0 -0
- package/dist/window/faces-development.js.gz +0 -0
- package/dist/window/faces-development.js.map +1 -1
- package/dist/window/faces.js +1 -1
- package/dist/window/faces.js.br +0 -0
- package/dist/window/faces.js.gz +0 -0
- package/dist/window/faces.js.map +1 -1
- package/dist/window/jsf-development.js +3 -1
- package/dist/window/jsf-development.js.br +0 -0
- package/dist/window/jsf-development.js.gz +0 -0
- 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/package.json +1 -1
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<li><a href="../modules/faces.html">faces</a></li>
|
|
15
15
|
<li><a href="faces.separatorchar.html">separatorchar</a></li></ul>
|
|
16
16
|
<h1>Variable separatorchar</h1></div>
|
|
17
|
-
<div class="tsd-signature">separatorchar<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">
|
|
17
|
+
<div class="tsd-signature">separatorchar<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
18
18
|
<div class="tsd-comment tsd-typography"><p>SeparatorChar as defined by facesContext.getNamingContainerSeparatorChar()</p>
|
|
19
19
|
</div></div>
|
|
20
20
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
@@ -3465,7 +3465,9 @@ var faces;
|
|
|
3465
3465
|
function getSeparatorChar() {
|
|
3466
3466
|
const sep = '#{facesContext.namingContainerSeparatorChar}';
|
|
3467
3467
|
//We now enable standalone mode, the separator char was not mapped we make a fallback to 2.3 behavior
|
|
3468
|
-
|
|
3468
|
+
//the idea is that the separator char is provided from the underlying container, but if not then we
|
|
3469
|
+
//will perform a fallback (aka 2.3 has the url fallback behavior)
|
|
3470
|
+
return (sep.match(/\#\{facesContext.namingContainerSeparatorChar\}/gi)) ? AjaxImpl_1.Implementation.getSeparatorChar() : sep;
|
|
3469
3471
|
}
|
|
3470
3472
|
let ajax;
|
|
3471
3473
|
(function (ajax) {
|
|
Binary file
|
|
Binary file
|