@kontur.candy/generator 4.253.0-trash.0 → 4.254.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.
- package/dist/index.js +24 -23
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34487,7 +34487,7 @@ function highlight(code, options = {}) {
|
|
|
34487
34487
|
|
|
34488
34488
|
"use strict";
|
|
34489
34489
|
|
|
34490
|
-
const escapeStringRegexp = __webpack_require__(/*! escape-string-regexp */ "./node_modules
|
|
34490
|
+
const escapeStringRegexp = __webpack_require__(/*! escape-string-regexp */ "./node_modules/escape-string-regexp/index.js");
|
|
34491
34491
|
const ansiStyles = __webpack_require__(/*! ansi-styles */ "./node_modules/ansi-styles/index.js");
|
|
34492
34492
|
const stdoutColor = (__webpack_require__(/*! supports-color */ "./node_modules/@babel/highlight/node_modules/supports-color/index.js").stdout);
|
|
34493
34493
|
|
|
@@ -34855,28 +34855,6 @@ module.exports = (chalk, tmp) => {
|
|
|
34855
34855
|
};
|
|
34856
34856
|
|
|
34857
34857
|
|
|
34858
|
-
/***/ }),
|
|
34859
|
-
|
|
34860
|
-
/***/ "./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js":
|
|
34861
|
-
/*!**********************************************************************************!*\
|
|
34862
|
-
!*** ./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js ***!
|
|
34863
|
-
\**********************************************************************************/
|
|
34864
|
-
/***/ ((module) => {
|
|
34865
|
-
|
|
34866
|
-
"use strict";
|
|
34867
|
-
|
|
34868
|
-
|
|
34869
|
-
var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
|
|
34870
|
-
|
|
34871
|
-
module.exports = function (str) {
|
|
34872
|
-
if (typeof str !== 'string') {
|
|
34873
|
-
throw new TypeError('Expected a string');
|
|
34874
|
-
}
|
|
34875
|
-
|
|
34876
|
-
return str.replace(matchOperatorsRe, '\\$&');
|
|
34877
|
-
};
|
|
34878
|
-
|
|
34879
|
-
|
|
34880
34858
|
/***/ }),
|
|
34881
34859
|
|
|
34882
34860
|
/***/ "./node_modules/@babel/highlight/node_modules/has-flag/index.js":
|
|
@@ -147077,6 +147055,7 @@ class HeaderPanelConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_
|
|
|
147077
147055
|
const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("HeaderPanel");
|
|
147078
147056
|
markupBuilder.appendChild(context.convertChildNodes(node.children));
|
|
147079
147057
|
markupBuilder.prop(x => x.onBackButtonClick).set(context.generateHelperFunctionExpression(node, "onBackButtonClick", node.onBackButtonClick));
|
|
147058
|
+
markupBuilder.prop(x => x.bindingPath).set(node.getFullPath());
|
|
147080
147059
|
markupBuilder.prop(x => x.backButtonHint).set(node.backButtonHint);
|
|
147081
147060
|
return markupBuilder.buildConverterResult();
|
|
147082
147061
|
}
|
|
@@ -194812,6 +194791,28 @@ module.exports = {
|
|
|
194812
194791
|
"17.0": "96"
|
|
194813
194792
|
};
|
|
194814
194793
|
|
|
194794
|
+
/***/ }),
|
|
194795
|
+
|
|
194796
|
+
/***/ "./node_modules/escape-string-regexp/index.js":
|
|
194797
|
+
/*!****************************************************!*\
|
|
194798
|
+
!*** ./node_modules/escape-string-regexp/index.js ***!
|
|
194799
|
+
\****************************************************/
|
|
194800
|
+
/***/ ((module) => {
|
|
194801
|
+
|
|
194802
|
+
"use strict";
|
|
194803
|
+
|
|
194804
|
+
|
|
194805
|
+
var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
|
|
194806
|
+
|
|
194807
|
+
module.exports = function (str) {
|
|
194808
|
+
if (typeof str !== 'string') {
|
|
194809
|
+
throw new TypeError('Expected a string');
|
|
194810
|
+
}
|
|
194811
|
+
|
|
194812
|
+
return str.replace(matchOperatorsRe, '\\$&');
|
|
194813
|
+
};
|
|
194814
|
+
|
|
194815
|
+
|
|
194815
194816
|
/***/ }),
|
|
194816
194817
|
|
|
194817
194818
|
/***/ "./node_modules/fbjs/lib/areEqual.js":
|