@digipair/skill-keycloak 0.66.4 → 0.66.6
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/index.cjs.js +1 -1
- package/index.esm.js +6 -6
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -16635,7 +16635,7 @@ let KeycloakService = class KeycloakService {
|
|
|
16635
16635
|
<body style="${styleBody}">
|
|
16636
16636
|
<script type="module">
|
|
16637
16637
|
import '${url}/js/keycloak.js';
|
|
16638
|
-
import { config, executePinsList, generateElementFromPins } from '${baseUrl}/@digipair/engine@${engineVersion}/index.esm.js';
|
|
16638
|
+
import { config, executePinsList, generateElementFromPins, applyTemplate } from '${baseUrl}/@digipair/engine@${engineVersion}/index.esm.js';
|
|
16639
16639
|
|
|
16640
16640
|
const serverUrl = '${factoryUrl}';
|
|
16641
16641
|
const keycloakService = ${this.skillKeycloak};
|
package/index.esm.js
CHANGED
|
@@ -23907,14 +23907,14 @@ function indent(str, spaces) {
|
|
|
23907
23907
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
23908
23908
|
// match is required
|
|
23909
23909
|
if (!match) {
|
|
23910
|
-
return
|
|
23910
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
23911
23911
|
v: nextMatch1
|
|
23912
23912
|
};
|
|
23913
23913
|
}
|
|
23914
23914
|
var token = match.token, offset = match.offset;
|
|
23915
23915
|
i1 += offset;
|
|
23916
23916
|
if (token === " ") {
|
|
23917
|
-
return
|
|
23917
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
23918
23918
|
}
|
|
23919
23919
|
tokens1 = _to_consumable_array$3(tokens1).concat([
|
|
23920
23920
|
token
|
|
@@ -23933,7 +23933,7 @@ function indent(str, spaces) {
|
|
|
23933
23933
|
if (contextKeys.some(function(el) {
|
|
23934
23934
|
return el.startsWith(name);
|
|
23935
23935
|
})) {
|
|
23936
|
-
return
|
|
23936
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
23937
23937
|
}
|
|
23938
23938
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23939
23939
|
return el === name;
|
|
@@ -23952,9 +23952,9 @@ function indent(str, spaces) {
|
|
|
23952
23952
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23953
23953
|
return el.startsWith(name);
|
|
23954
23954
|
})) {
|
|
23955
|
-
return
|
|
23955
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
23956
23956
|
}
|
|
23957
|
-
return
|
|
23957
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
23958
23958
|
v: nextMatch1
|
|
23959
23959
|
};
|
|
23960
23960
|
};
|
|
@@ -44662,7 +44662,7 @@ let KeycloakService = class KeycloakService {
|
|
|
44662
44662
|
<body style="${styleBody}">
|
|
44663
44663
|
<script type="module">
|
|
44664
44664
|
import '${url}/js/keycloak.js';
|
|
44665
|
-
import { config, executePinsList, generateElementFromPins } from '${baseUrl}/@digipair/engine@${engineVersion}/index.esm.js';
|
|
44665
|
+
import { config, executePinsList, generateElementFromPins, applyTemplate } from '${baseUrl}/@digipair/engine@${engineVersion}/index.esm.js';
|
|
44666
44666
|
|
|
44667
44667
|
const serverUrl = '${factoryUrl}';
|
|
44668
44668
|
const keycloakService = ${this.skillKeycloak};
|