@arquimedes.co/eureka-forms 1.9.114 → 1.9.116

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.
@@ -30,7 +30,7 @@ function ListMapperElement(_a) {
30
30
  } }) })), _jsxs("div", __assign({ className: styles.contentContainer, style: {
31
31
  width: (size.blockSize + size.spacingSize) *
32
32
  ((_c = (_b = step.style) === null || _b === void 0 ? void 0 : _b.size) !== null && _c !== void 0 ? _c : size.blockNum - 1),
33
- } }, { children: [name && (_jsxs("div", __assign({ className: styles.title, style: { color: formStyle.textColor } }, { children: [(name || loading) && (_jsx("label", __assign({ className: styles.titleLbl }, { children: loading ? ' ' : name + ':' }))), step.deletable !== false && (_jsx("div", __assign({ className: !editable || postview
33
+ } }, { children: [name && (_jsxs("div", __assign({ className: styles.title, style: { color: formStyle.textColor } }, { children: [(name || loading) && (_jsx("label", __assign({ className: styles.titleLbl }, { children: loading ? 'Cargando...' : name + ':' }))), step.deletable !== false && (_jsx("div", __assign({ className: !editable || postview
34
34
  ? styles.disabledDeleteBtn
35
35
  : styles.deleteBtn, style: { color: formStyle.textColor }, onClick: function () {
36
36
  if (editable && !postview) {
@@ -19,7 +19,7 @@ function PillMapperElement(_a) {
19
19
  var name = calcName
20
20
  ? calcName(element)
21
21
  : step.unitLabel
22
- ? step.unitLabel + ' ' + (num + 1).toString()
22
+ ? step.unitLabel + ' ' + (num + 1)
23
23
  : '';
24
24
  var renderElement = function () {
25
25
  var _a, _b;
@@ -28,7 +28,7 @@ function PillMapperElement(_a) {
28
28
  : styles.container }, { children: _jsxs("div", __assign({ className: styles.contentContainer, style: {
29
29
  width: (size.blockSize + size.spacingSize) *
30
30
  ((_b = (_a = step.style) === null || _a === void 0 ? void 0 : _a.size) !== null && _b !== void 0 ? _b : size.blockNum - 1),
31
- } }, { children: [_jsx("div", __assign({ className: styles.titleLbl, style: { color: formStyle.textColor } }, { children: loading ? '' : name })), _jsxs("div", __assign({ className: styles.btnsContainer }, { children: [renderElementButtons === null || renderElementButtons === void 0 ? void 0 : renderElementButtons(element, num), step.deletable !== false && (_jsx("div", __assign({ className: !editable || postview
31
+ } }, { children: [name && (_jsx("div", __assign({ className: styles.titleLbl, style: { color: formStyle.textColor } }, { children: loading ? 'Cargando...' : name + ':' }))), _jsxs("div", __assign({ className: styles.btnsContainer }, { children: [renderElementButtons === null || renderElementButtons === void 0 ? void 0 : renderElementButtons(element, num), step.deletable !== false && (_jsx("div", __assign({ className: !editable || postview
32
32
  ? styles.disabledDeleteBtn
33
33
  : styles.deleteBtn, style: { color: formStyle.textColor }, onClick: function () {
34
34
  if (editable && !postview) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version": "1.9.114",
4
+ "version": "1.9.116",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",