@crystaldesign/diva-archive 26.3.0-rc.11 → 26.3.0-rc.13
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/build/esm/index.js +3 -5
- package/package.json +3 -3
package/build/esm/index.js
CHANGED
|
@@ -825,9 +825,9 @@ function deleteAction(_ref9) {
|
|
|
825
825
|
function triggerSendEmail(_ref11) {
|
|
826
826
|
var sendEmail = _ref11.sendEmail;
|
|
827
827
|
_ref11.t;
|
|
828
|
-
var action = _ref11.action
|
|
829
|
-
|
|
830
|
-
user = _ref11.user,
|
|
828
|
+
var action = _ref11.action;
|
|
829
|
+
_ref11.organization;
|
|
830
|
+
var user = _ref11.user,
|
|
831
831
|
item = _ref11.item,
|
|
832
832
|
callback = _ref11.callback;
|
|
833
833
|
var to;
|
|
@@ -843,8 +843,6 @@ function triggerSendEmail(_ref11) {
|
|
|
843
843
|
return getMailAddress(item.ClientEmail, required);
|
|
844
844
|
} else if (mail == 'SELLER') {
|
|
845
845
|
return getMailAddress(item.SalespersonEmail, required);
|
|
846
|
-
} else if (mail == 'ORGANIZATION') {
|
|
847
|
-
return getMailAddress(organization === null || organization === void 0 ? void 0 : organization.email, required);
|
|
848
846
|
} else if (mail == 'USER') {
|
|
849
847
|
return getMailAddress(user === null || user === void 0 ? void 0 : user.mainEmail, required);
|
|
850
848
|
} else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-archive",
|
|
3
|
-
"version": "26.3.0-rc.
|
|
3
|
+
"version": "26.3.0-rc.13",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^6.5.0",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"react-dom": "^18.3.1"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@crystaldesign/grid": "26.3.0-rc.
|
|
18
|
+
"@crystaldesign/grid": "26.3.0-rc.13",
|
|
19
19
|
"flat": "^5.0.2"
|
|
20
20
|
},
|
|
21
21
|
"module": "build/esm/index.js",
|
|
22
22
|
"types": "./build/types/archive/src/index.d.ts",
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "cfdceef9b2c0ec13c406fd247dc62de58fb75e43"
|
|
24
24
|
}
|