@digipair/engine 0.121.14 → 0.121.16
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/index.cjs.js
CHANGED
|
@@ -166,7 +166,7 @@ const executePins = async (settingsOrigin, context = {})=>{
|
|
|
166
166
|
if (!pins) {
|
|
167
167
|
throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
|
|
168
168
|
}
|
|
169
|
-
const result = await pins(settings.
|
|
169
|
+
const result = await pins(settings._properties ?? settings.properties, settings.pins, context);
|
|
170
170
|
_config.LOGGER('INFO', context.__PATH__, `execute:${settings.library}:${settings.element}:end`, context, result);
|
|
171
171
|
return result;
|
|
172
172
|
};
|
package/dist/index.esm.js
CHANGED
|
@@ -22861,14 +22861,14 @@ function indent(str, spaces) {
|
|
|
22861
22861
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
22862
22862
|
// match is required
|
|
22863
22863
|
if (!match) {
|
|
22864
|
-
return
|
|
22864
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
22865
22865
|
v: nextMatch1
|
|
22866
22866
|
};
|
|
22867
22867
|
}
|
|
22868
22868
|
var token = match.token, offset = match.offset;
|
|
22869
22869
|
i1 += offset;
|
|
22870
22870
|
if (token === ' ') {
|
|
22871
|
-
return
|
|
22871
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
22872
22872
|
}
|
|
22873
22873
|
tokens1 = _to_consumable_array$4(tokens1).concat([
|
|
22874
22874
|
token
|
|
@@ -22887,7 +22887,7 @@ function indent(str, spaces) {
|
|
|
22887
22887
|
if (contextKeys.some(function(el) {
|
|
22888
22888
|
return el.startsWith(name);
|
|
22889
22889
|
})) {
|
|
22890
|
-
return
|
|
22890
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
22891
22891
|
}
|
|
22892
22892
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22893
22893
|
return el === name;
|
|
@@ -22906,9 +22906,9 @@ function indent(str, spaces) {
|
|
|
22906
22906
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22907
22907
|
return el.startsWith(name);
|
|
22908
22908
|
})) {
|
|
22909
|
-
return
|
|
22909
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
22910
22910
|
}
|
|
22911
|
-
return
|
|
22911
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
22912
22912
|
v: nextMatch1
|
|
22913
22913
|
};
|
|
22914
22914
|
};
|
|
@@ -44855,7 +44855,7 @@ const executePins = async (settingsOrigin, context = {})=>{
|
|
|
44855
44855
|
if (!pins) {
|
|
44856
44856
|
throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
|
|
44857
44857
|
}
|
|
44858
|
-
const result = await pins(settings.
|
|
44858
|
+
const result = await pins(settings._properties ?? settings.properties, settings.pins, context);
|
|
44859
44859
|
_config.LOGGER('INFO', context.__PATH__, `execute:${settings.library}:${settings.element}:end`, context, result);
|
|
44860
44860
|
return result;
|
|
44861
44861
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pins-settings.interface.d.ts","sourceRoot":"","sources":["../../../src/lib/pins-settings.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,
|
|
1
|
+
{"version":3,"file":"pins-settings.interface.d.ts","sourceRoot":"","sources":["../../../src/lib/pins-settings.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;IAChD,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;IAChD,UAAU,CAAC,EAAE;QACX,EAAE,CAAC,EAAE,OAAO,CAAC;QACb,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;KACd,CAAC;IACF,IAAI,CAAC,EAAE,YAAY,EAAE,CAAC;IACtB,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,EAAE,CAAA;KAAE,CAAC;CAC5C"}
|