@cxbox-ui/core 1.37.2-alpha.1 → 1.37.2-alpha.3
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/cxbox-ui-core.cjs.development.js +38 -36
- package/dist/cxbox-ui-core.cjs.production.min.js +1 -1
- package/dist/cxbox-ui-core.esm.js +13 -11
- package/dist/cxbox-ui-core.modern.development.js +13 -11
- package/dist/cxbox-ui-core.modern.js +13 -11
- package/dist/cxbox-ui-core.modern.production.min.js +1 -1
- package/dist/epics/screen/apiErrorEpic.d.ts +0 -1
- package/dist/interfaces/widget.d.ts +2 -1
- package/package.json +1 -1
|
@@ -376,12 +376,14 @@ __export(interfaces_exports, {
|
|
|
376
376
|
OperationPostInvokeConfirmType: function () { return OperationPostInvokeConfirmType; },
|
|
377
377
|
OperationPostInvokeType: function () { return OperationPostInvokeType; },
|
|
378
378
|
OperationPreInvokeType: function () { return OperationPreInvokeType; },
|
|
379
|
-
OperationTypeCrud: function () { return
|
|
379
|
+
OperationTypeCrud: function () { return import_schema5.OperationTypeCrud; },
|
|
380
380
|
PaginationMode: function () { return PaginationMode; },
|
|
381
381
|
PendingValidationFailsFormat: function () { return PendingValidationFailsFormat; },
|
|
382
382
|
PopupWidgetTypes: function () { return PopupWidgetTypes; },
|
|
383
|
+
PositionTypes: function () { return import_schema4.PositionTypes; },
|
|
383
384
|
RouteType: function () { return RouteType; },
|
|
384
385
|
TableLikeWidgetTypes: function () { return TableLikeWidgetTypes; },
|
|
386
|
+
WidgetTypes: function () { return import_schema4.WidgetTypes; },
|
|
385
387
|
coreOperations: function () { return coreOperations; },
|
|
386
388
|
isCustomWidget: function () { return isCustomWidget; },
|
|
387
389
|
isCustomWidgetConfiguration: function () { return isCustomWidgetConfiguration; },
|
|
@@ -424,6 +426,7 @@ var ApplicationErrorType = /* @__PURE__ */ (function (ApplicationErrorType2) {
|
|
|
424
426
|
})(ApplicationErrorType || {});
|
|
425
427
|
// src/interfaces/widget.ts
|
|
426
428
|
var import_schema3 = require("@cxbox-ui/schema");
|
|
429
|
+
var import_schema4 = require("@cxbox-ui/schema");
|
|
427
430
|
var TableLikeWidgetTypes = [
|
|
428
431
|
import_schema3.WidgetTypes.List,
|
|
429
432
|
import_schema3.WidgetTypes.DataGrid,
|
|
@@ -448,14 +451,14 @@ var PaginationMode = /* @__PURE__ */ (function (PaginationMode2) {
|
|
|
448
451
|
return PaginationMode2;
|
|
449
452
|
})(PaginationMode || {});
|
|
450
453
|
// src/interfaces/operation.ts
|
|
451
|
-
var
|
|
454
|
+
var import_schema5 = require("@cxbox-ui/schema");
|
|
452
455
|
var coreOperations = [
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
456
|
+
import_schema5.OperationTypeCrud.create,
|
|
457
|
+
import_schema5.OperationTypeCrud.save,
|
|
458
|
+
import_schema5.OperationTypeCrud.delete,
|
|
459
|
+
import_schema5.OperationTypeCrud.associate,
|
|
460
|
+
import_schema5.OperationTypeCrud.cancelCreate,
|
|
461
|
+
import_schema5.OperationTypeCrud.fileUpload
|
|
459
462
|
];
|
|
460
463
|
function isOperationGroup(operation) {
|
|
461
464
|
return Array.isArray(operation.actions);
|
|
@@ -1020,7 +1023,7 @@ var createRouterReducerBuilderManager = function (initialState) { return new Red
|
|
|
1020
1023
|
}
|
|
1021
1024
|
}); };
|
|
1022
1025
|
// src/reducers/screen.ts
|
|
1023
|
-
var
|
|
1026
|
+
var import_schema6 = require("@cxbox-ui/schema");
|
|
1024
1027
|
var initialScreenState = {
|
|
1025
1028
|
screenName: "",
|
|
1026
1029
|
bo: { activeBcName: "", bc: {} },
|
|
@@ -1030,7 +1033,7 @@ var initialScreenState = {
|
|
|
1030
1033
|
filters: {},
|
|
1031
1034
|
sorters: {}
|
|
1032
1035
|
};
|
|
1033
|
-
var operationsHandledLocally = [
|
|
1036
|
+
var operationsHandledLocally = [import_schema6.OperationTypeCrud.associate, import_schema6.OperationTypeCrud.fileUpload];
|
|
1034
1037
|
var createScreenReducerBuilderManager = function (initialState) { return new ReducerBuilderManager().addCase(selectScreen, function (state, action) {
|
|
1035
1038
|
var bcDictionary = {};
|
|
1036
1039
|
var bcSorters = {};
|
|
@@ -1203,7 +1206,7 @@ var createSessionReducerBuilderManager = function (initialState) { return new Re
|
|
|
1203
1206
|
state.notifications = state.notifications.filter(function (notification) { return !closingKeys.includes(notification.key); });
|
|
1204
1207
|
}); };
|
|
1205
1208
|
// src/reducers/view.ts
|
|
1206
|
-
var
|
|
1209
|
+
var import_schema7 = require("@cxbox-ui/schema");
|
|
1207
1210
|
var initialViewState = {
|
|
1208
1211
|
id: void 0,
|
|
1209
1212
|
name: null,
|
|
@@ -1238,7 +1241,7 @@ var createViewReducerBuilderManager = function (initialState) { return new Reduc
|
|
|
1238
1241
|
}
|
|
1239
1242
|
state.infiniteWidgets = Array.from(new Set(infiniteWidgets));
|
|
1240
1243
|
}).addCase(sendOperation, function (state, action) {
|
|
1241
|
-
if (action.payload.operationType ===
|
|
1244
|
+
if (action.payload.operationType === import_schema7.OperationTypeCrud.create) {
|
|
1242
1245
|
state.metaInProgress[action.payload.bcName] = true;
|
|
1243
1246
|
}
|
|
1244
1247
|
}).addCase(bcFetchRowMetaSuccess, function (state, action) {
|
|
@@ -1494,7 +1497,6 @@ __export(epics_exports, {
|
|
|
1494
1497
|
httpError500Epic: function () { return httpError500Epic; },
|
|
1495
1498
|
httpErrorDefaultEpic: function () { return httpErrorDefaultEpic; },
|
|
1496
1499
|
inlinePickListFetchDataEpic: function () { return inlinePickListFetchDataEpic; },
|
|
1497
|
-
knownHttpErrors: function () { return knownHttpErrors; },
|
|
1498
1500
|
loginByAnotherRoleEpic: function () { return loginByAnotherRoleEpic; },
|
|
1499
1501
|
loginDoneEpic: function () { return loginDoneEpic; },
|
|
1500
1502
|
loginDoneSessionEpic: function () { return loginDoneSessionEpic; },
|
|
@@ -1601,12 +1603,12 @@ var sendOperationEpic = function (action$, state$, _a) {
|
|
|
1601
1603
|
};
|
|
1602
1604
|
// src/epics/view/showAssocPopupEpic.ts
|
|
1603
1605
|
var import_rxjs3 = require("rxjs");
|
|
1604
|
-
var
|
|
1606
|
+
var import_schema8 = require("@cxbox-ui/schema");
|
|
1605
1607
|
var showAssocPopupEpic = function (action$, state$) { return action$.pipe((0, import_rxjs3.filter)(showViewPopup.match), (0, import_rxjs3.filter)(function (action) { return !!(action.payload.calleeBCName && action.payload.associateFieldKey); }), (0, import_rxjs3.mergeMap)(function (action) {
|
|
1606
1608
|
var _a, _b, _c, _d;
|
|
1607
1609
|
var _e = action.payload, bcName = _e.bcName, calleeBCName = _e.calleeBCName;
|
|
1608
1610
|
var state = state$.value;
|
|
1609
|
-
var assocWidget = state.view.widgets.find(function (widget) { return widget.bcName === bcName && widget.type ===
|
|
1611
|
+
var assocWidget = state.view.widgets.find(function (widget) { return widget.bcName === bcName && widget.type === import_schema8.WidgetTypes.AssocListPopup; });
|
|
1610
1612
|
var calleeCursor = (_a = state.screen.bo.bc[calleeBCName]) === null || _a === void 0 ? void 0 : _a.cursor;
|
|
1611
1613
|
var calleePendingChanges = (_b = state.view.pendingDataChanges[calleeBCName]) === null || _b === void 0 ? void 0 : _b[calleeCursor];
|
|
1612
1614
|
var assocFieldKey = action.payload.associateFieldKey;
|
|
@@ -1644,7 +1646,7 @@ var showAssocPopupEpic = function (action$, state$) { return action$.pipe((0, im
|
|
|
1644
1646
|
})); };
|
|
1645
1647
|
// src/epics/view/fileUploadConfirmEpic.ts
|
|
1646
1648
|
var import_rxjs4 = require("rxjs");
|
|
1647
|
-
var
|
|
1649
|
+
var import_schema9 = require("@cxbox-ui/schema");
|
|
1648
1650
|
var fileUploadConfirmEpic = function (action$, state$, _a) {
|
|
1649
1651
|
var api = _a.api;
|
|
1650
1652
|
return action$.pipe((0, import_rxjs4.filter)(bulkUploadFiles.match), (0, import_rxjs4.mergeMap)(function (action) {
|
|
@@ -1661,7 +1663,7 @@ var fileUploadConfirmEpic = function (action$, state$, _a) {
|
|
|
1661
1663
|
var preInvoke = response.preInvoke;
|
|
1662
1664
|
return (0, import_rxjs4.concat).apply(void 0, __spreadArray([(0, import_rxjs4.of)(sendOperationSuccess({ bcName: bcName, cursor: null })),
|
|
1663
1665
|
(0, import_rxjs4.of)(bcForceUpdate({ bcName: bcName })),
|
|
1664
|
-
(0, import_rxjs4.of)(closeViewPopup(null))], postOperationRoutine(widgetName, postInvoke, preInvoke,
|
|
1666
|
+
(0, import_rxjs4.of)(closeViewPopup(null))], postOperationRoutine(widgetName, postInvoke, preInvoke, import_schema9.OperationTypeCrud.save, bcName), false));
|
|
1665
1667
|
}));
|
|
1666
1668
|
}));
|
|
1667
1669
|
};
|
|
@@ -1686,15 +1688,15 @@ var selectTableCellInitEpic = function (action$, state$) { return action$.pipe((
|
|
|
1686
1688
|
})); };
|
|
1687
1689
|
// src/epics/view/showFileUploadPopupEpic.ts
|
|
1688
1690
|
var import_rxjs6 = require("rxjs");
|
|
1689
|
-
var
|
|
1690
|
-
var showFileUploadPopupEpic = function (action$, state$) { return action$.pipe((0, import_rxjs6.filter)(sendOperation.match), (0, import_rxjs6.filter)(function (action) { return matchOperationRole(
|
|
1691
|
+
var import_schema10 = require("@cxbox-ui/schema");
|
|
1692
|
+
var showFileUploadPopupEpic = function (action$, state$) { return action$.pipe((0, import_rxjs6.filter)(sendOperation.match), (0, import_rxjs6.filter)(function (action) { return matchOperationRole(import_schema10.OperationTypeCrud.fileUpload, action.payload, state$.value); }), (0, import_rxjs6.mergeMap)(function (action) {
|
|
1691
1693
|
var _a;
|
|
1692
1694
|
return (0, import_rxjs6.concat)((0, import_rxjs6.of)(bcChangeCursors({ cursorsMap: (_a = {}, _a[action.payload.bcName] = null, _a) })), (0, import_rxjs6.of)(showFileUploadPopup({ widgetName: action.payload.widgetName })));
|
|
1693
1695
|
})); };
|
|
1694
1696
|
// src/epics/view/sendOperationAssociateEpic.ts
|
|
1695
1697
|
var import_rxjs7 = require("rxjs");
|
|
1696
|
-
var
|
|
1697
|
-
var sendOperationAssociateEpic = function (action$, state$) { return action$.pipe((0, import_rxjs7.filter)(sendOperation.match), (0, import_rxjs7.filter)(function (action) { return matchOperationRole(
|
|
1698
|
+
var import_schema11 = require("@cxbox-ui/schema");
|
|
1699
|
+
var sendOperationAssociateEpic = function (action$, state$) { return action$.pipe((0, import_rxjs7.filter)(sendOperation.match), (0, import_rxjs7.filter)(function (action) { return matchOperationRole(import_schema11.OperationTypeCrud.associate, action.payload, state$.value); }), (0, import_rxjs7.map)(function (action) {
|
|
1698
1700
|
return showViewPopup({
|
|
1699
1701
|
// TODO: 2.0.0 bcKey and bcName will be removed in favor `widgetName`
|
|
1700
1702
|
bcName: action.payload.bcKey ? "".concat(action.payload.bcKey) : "".concat(action.payload.bcName, "Assoc"),
|
|
@@ -1705,7 +1707,7 @@ var sendOperationAssociateEpic = function (action$, state$) { return action$.pip
|
|
|
1705
1707
|
})); };
|
|
1706
1708
|
// src/epics/view/getRowMetaByForceActiveEpic.ts
|
|
1707
1709
|
var import_rxjs8 = require("rxjs");
|
|
1708
|
-
var
|
|
1710
|
+
var import_schema12 = require("@cxbox-ui/schema");
|
|
1709
1711
|
var import_toolkit2 = require("@reduxjs/toolkit");
|
|
1710
1712
|
var getRowMetaByForceActiveEpic = function (action$, state$, _a) {
|
|
1711
1713
|
var api = _a.api;
|
|
@@ -1716,12 +1718,12 @@ var getRowMetaByForceActiveEpic = function (action$, state$, _a) {
|
|
|
1716
1718
|
var _e = action.payload, bcName = _e.bcName, cursor = _e.cursor, disableRetry = _e.disableRetry;
|
|
1717
1719
|
var isBcHierarchy = state.view.widgets.some(function (widget) {
|
|
1718
1720
|
var _a, _b;
|
|
1719
|
-
return widget.bcName === bcName && widget.type ===
|
|
1721
|
+
return widget.bcName === bcName && widget.type === import_schema12.WidgetTypes.AssocListPopup && (((_a = widget.options) === null || _a === void 0 ? void 0 : _a.hierarchySameBc) || ((_b = widget.options) === null || _b === void 0 ? void 0 : _b.hierarchyFull));
|
|
1720
1722
|
});
|
|
1721
1723
|
if (isBcHierarchy) {
|
|
1722
1724
|
return import_rxjs8.EMPTY;
|
|
1723
1725
|
}
|
|
1724
|
-
var isPickListPopup = state.view.widgets.find(function (item) { var _a; return item.name === ((_a = state.view.popupData) === null || _a === void 0 ? void 0 : _a.widgetName) && [
|
|
1726
|
+
var isPickListPopup = state.view.widgets.find(function (item) { var _a; return item.name === ((_a = state.view.popupData) === null || _a === void 0 ? void 0 : _a.widgetName) && [import_schema12.WidgetTypes.PickListPopup, import_schema12.WidgetTypes.FlatTreePopup].includes(item.type); });
|
|
1725
1727
|
var bcUrl = buildBcUrl(bcName, true);
|
|
1726
1728
|
var pendingChanges = state.view.pendingDataChanges[bcName][cursor];
|
|
1727
1729
|
var handledForceActive = ((_a = state.view.handledForceActive[bcName]) === null || _a === void 0 ? void 0 : _a[cursor]) || {};
|
|
@@ -1972,7 +1974,6 @@ var userDrillDownChangeCursorsEpic = function (action$, state$) { return action$
|
|
|
1972
1974
|
// src/epics/screen/apiErrorEpic.ts
|
|
1973
1975
|
var import_axios = __toESM(require("axios"));
|
|
1974
1976
|
var import_rxjs21 = require("rxjs");
|
|
1975
|
-
var knownHttpErrors = [401, 409, 418, 500];
|
|
1976
1977
|
var apiErrorEpic = function (action$) { return action$.pipe((0, import_rxjs21.filter)(apiError.match), (0, import_rxjs21.mergeMap)(function (action) {
|
|
1977
1978
|
var _a = action.payload, error = _a.error, callContext = _a.callContext;
|
|
1978
1979
|
if (error.response) {
|
|
@@ -2066,7 +2067,8 @@ var httpError500Epic = function (action$, state$) { return action$.pipe((0, impo
|
|
|
2066
2067
|
})); };
|
|
2067
2068
|
// src/epics/screen/httpErrorDefaultEpic.ts
|
|
2068
2069
|
var import_rxjs27 = require("rxjs");
|
|
2069
|
-
var
|
|
2070
|
+
var knownHttpErrors = [401, 409, 418, 500];
|
|
2071
|
+
var httpErrorDefaultEpic = function (action$, state$) { return action$.pipe((0, import_rxjs27.filter)(httpError.match), (0, import_rxjs27.filter)(function (action) { return !knownHttpErrors.includes(action.payload.statusCode); }), (0, import_rxjs27.map)(function (action) {
|
|
2070
2072
|
var businessError = {
|
|
2071
2073
|
type: 0 /* BusinessError */,
|
|
2072
2074
|
code: action.payload.error.response.status,
|
|
@@ -2220,10 +2222,10 @@ var import_rxjs35 = require("rxjs");
|
|
|
2220
2222
|
var refreshMetaAndReloadPageEpic = function (action$, state$) { return action$.pipe((0, import_rxjs35.filter)(refreshMetaAndReloadPage.match), (0, import_rxjs35.switchMap)(function () { return (0, import_rxjs35.concat)((0, import_rxjs35.of)(refreshMeta(null)), action$.pipe((0, import_rxjs35.filter)(loginDone.match), (0, import_rxjs35.take)(1), (0, import_rxjs35.tap)(function () { return location.reload(); }), (0, import_rxjs35.switchMap)(function () { return import_rxjs35.EMPTY; }))); })); };
|
|
2221
2223
|
// src/epics/data/bcNewDataEpic.ts
|
|
2222
2224
|
var import_rxjs36 = require("rxjs");
|
|
2223
|
-
var
|
|
2225
|
+
var import_schema13 = require("@cxbox-ui/schema");
|
|
2224
2226
|
var bcNewDataEpic = function (action$, state$, _a) {
|
|
2225
2227
|
var api = _a.api;
|
|
2226
|
-
return action$.pipe((0, import_rxjs36.filter)(sendOperation.match), (0, import_rxjs36.filter)(function (action) { return matchOperationRole(
|
|
2228
|
+
return action$.pipe((0, import_rxjs36.filter)(sendOperation.match), (0, import_rxjs36.filter)(function (action) { return matchOperationRole(import_schema13.OperationTypeCrud.create, action.payload, state$.value); }), (0, import_rxjs36.mergeMap)(function (action) {
|
|
2227
2229
|
var state = state$.value;
|
|
2228
2230
|
var bcName = action.payload.bcName;
|
|
2229
2231
|
var bcUrl = buildBcUrl(bcName);
|
|
@@ -2303,7 +2305,7 @@ var bcLoadMoreEpic = function (action$, state$, _a) {
|
|
|
2303
2305
|
var import_rxjs39 = require("rxjs");
|
|
2304
2306
|
var bcSaveDataEpic = function (action$, state$, _a) {
|
|
2305
2307
|
var api = _a.api;
|
|
2306
|
-
return action$.pipe((0, import_rxjs39.filter)(sendOperation.match), (0, import_rxjs39.filter)(function (action) { return matchOperationRole(
|
|
2308
|
+
return action$.pipe((0, import_rxjs39.filter)(sendOperation.match), (0, import_rxjs39.filter)(function (action) { return matchOperationRole(import_schema5.OperationTypeCrud.save, action.payload, state$.value); }), (0, import_rxjs39.mergeMap)(function (action) {
|
|
2307
2309
|
var _a, _b, _c;
|
|
2308
2310
|
var state = state$.value;
|
|
2309
2311
|
var bcName = action.payload.bcName;
|
|
@@ -2400,7 +2402,7 @@ var selectViewEpic = function (action$, state$) { return action$.pipe((0, import
|
|
|
2400
2402
|
})); };
|
|
2401
2403
|
// src/epics/data/bcFetchDataEpic.ts
|
|
2402
2404
|
var import_rxjs41 = require("rxjs");
|
|
2403
|
-
var
|
|
2405
|
+
var import_schema14 = require("@cxbox-ui/schema");
|
|
2404
2406
|
var import_toolkit5 = require("@reduxjs/toolkit");
|
|
2405
2407
|
var bcFetchDataEpic = function (action$, state$, _a) {
|
|
2406
2408
|
var api = _a.api;
|
|
@@ -2462,11 +2464,11 @@ var bcFetchDataEpic = function (action$, state$, _a) {
|
|
|
2462
2464
|
return [import_rxjs41.EMPTY];
|
|
2463
2465
|
}
|
|
2464
2466
|
var anyHierarchyWidget = widgets.find(function (item) {
|
|
2465
|
-
return item.bcName === widget.bcName && item.type ===
|
|
2467
|
+
return item.bcName === widget.bcName && item.type === import_schema14.WidgetTypes.AssocListPopup && isHierarchyWidget(item);
|
|
2466
2468
|
});
|
|
2467
2469
|
var fullHierarchyWidget = state.view.widgets.find(function (item) {
|
|
2468
2470
|
var _a;
|
|
2469
|
-
return item.bcName === widget.bcName && item.type ===
|
|
2471
|
+
return item.bcName === widget.bcName && item.type === import_schema14.WidgetTypes.AssocListPopup && ((_a = item.options) === null || _a === void 0 ? void 0 : _a.hierarchyFull);
|
|
2470
2472
|
});
|
|
2471
2473
|
var limitBySelfCursor = (_c = state.router.bcPath) === null || _c === void 0 ? void 0 : _c.includes("".concat(bcName, "/").concat(cursor));
|
|
2472
2474
|
var bcUrl = buildBcUrl(bcName, limitBySelfCursor);
|
|
@@ -2542,10 +2544,10 @@ function isHierarchyWidget(widget) {
|
|
|
2542
2544
|
}
|
|
2543
2545
|
// src/epics/data/bcDeleteDataEpic.ts
|
|
2544
2546
|
var import_rxjs42 = require("rxjs");
|
|
2545
|
-
var
|
|
2547
|
+
var import_schema15 = require("@cxbox-ui/schema");
|
|
2546
2548
|
var bcDeleteDataEpic = function (action$, store$, _a) {
|
|
2547
2549
|
var api = _a.api;
|
|
2548
|
-
return action$.pipe((0, import_rxjs42.filter)(sendOperation.match), (0, import_rxjs42.filter)(function (action) { return matchOperationRole(
|
|
2550
|
+
return action$.pipe((0, import_rxjs42.filter)(sendOperation.match), (0, import_rxjs42.filter)(function (action) { return matchOperationRole(import_schema15.OperationTypeCrud.delete, action.payload, store$.value); }), (0, import_rxjs42.mergeMap)(function (action) {
|
|
2549
2551
|
var widgetName = action.payload.widgetName;
|
|
2550
2552
|
var state = store$.value;
|
|
2551
2553
|
var bcName = action.payload.bcName;
|
|
@@ -2650,12 +2652,12 @@ var changeAssociationEpic = function (action$, state$) { return action$.pipe((0,
|
|
|
2650
2652
|
})); };
|
|
2651
2653
|
// src/epics/data/bcCancelCreateDataEpic.ts
|
|
2652
2654
|
var import_rxjs45 = require("rxjs");
|
|
2653
|
-
var
|
|
2655
|
+
var import_schema16 = require("@cxbox-ui/schema");
|
|
2654
2656
|
var import_toolkit6 = require("@reduxjs/toolkit");
|
|
2655
2657
|
var actionTypesMatcher = (0, import_toolkit6.isAnyOf)(sendOperation);
|
|
2656
2658
|
var bcCancelCreateDataEpic = function (action$, state$, _a) {
|
|
2657
2659
|
var api = _a.api;
|
|
2658
|
-
return action$.pipe((0, import_rxjs45.filter)(actionTypesMatcher), (0, import_rxjs45.filter)(function (action) { return matchOperationRole(
|
|
2660
|
+
return action$.pipe((0, import_rxjs45.filter)(actionTypesMatcher), (0, import_rxjs45.filter)(function (action) { return matchOperationRole(import_schema16.OperationTypeCrud.cancelCreate, action.payload, state$.value); }), (0, import_rxjs45.mergeMap)(function (action) {
|
|
2659
2661
|
var _a;
|
|
2660
2662
|
var _b, _c;
|
|
2661
2663
|
var state = state$.value;
|