@appcorp/app-corp-vista 0.3.49 → 0.3.51
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.
|
@@ -121,6 +121,9 @@ var VistaTableBodyV1 = function (_a) {
|
|
|
121
121
|
((_e = (_d = row[key === null || key === void 0 ? void 0 : key[0]]) === null || _d === void 0 ? void 0 : _d.key) === null || _e === void 0 ? void 0 : _e[1]) ||
|
|
122
122
|
((_f = row[option1aKey]) === null || _f === void 0 ? void 0 : _f[option2aKey]) ||
|
|
123
123
|
((_g = row[option1bKey]) === null || _g === void 0 ? void 0 : _g[option2bKey]);
|
|
124
|
+
if (expression) {
|
|
125
|
+
computedValue = expression(computedValue, row);
|
|
126
|
+
}
|
|
124
127
|
}
|
|
125
128
|
else if (Array.isArray(key) &&
|
|
126
129
|
componentType === vista_table_type_1.VISTA_TABLE_CELL_TYPE.MULTIPLE_TEXT_LINES) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/app-corp-vista",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.51",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",
|
|
6
6
|
"build:next": "next build",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@react-jvectormap/core": "^1.0.4",
|
|
44
44
|
"@react-jvectormap/world": "^1.1.2",
|
|
45
45
|
"@react-pakistan/react-icon-collection": "^3.5.0",
|
|
46
|
-
"@react-pakistan/util-functions": "^1.24.
|
|
46
|
+
"@react-pakistan/util-functions": "^1.24.81",
|
|
47
47
|
"@remixicon/react": "^4.6.0",
|
|
48
48
|
"@storybook/addon-docs": "^10.0.2",
|
|
49
49
|
"@storybook/addon-links": "^10.0.2",
|