@creatio/base 0.813.0 → 0.814.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/CHANGELOG.md +2 -0
- package/esm2020/lib/internal/enums/index.mjs +2 -1
- package/esm2020/lib/internal/enums/platform-apis.enum.mjs +11 -0
- package/esm2020/lib/public/enums/data-schema-type.enum.mjs +2 -1
- package/esm2020/lib/public/esq/data-model/enums/admin-unit-role-sources.enum.mjs +36 -0
- package/esm2020/lib/public/esq/data-model/enums/index.mjs +2 -2
- package/esm2020/lib/public/esq/data-model/queries/entity-schema-query.mjs +3 -2
- package/esm2020/lib/public/models/request/request-registration-config.model.mjs +1 -1
- package/esm2020/lib/public/services/model/data-source-parameter.mjs +2 -1
- package/fesm2015/creatio-base.mjs +56 -7
- package/fesm2015/creatio-base.mjs.map +1 -1
- package/fesm2020/creatio-base.mjs +56 -6
- package/fesm2020/creatio-base.mjs.map +1 -1
- package/index.d.ts +54 -1
- package/package.json +1 -1
|
@@ -82,6 +82,17 @@ var LookupMode;
|
|
|
82
82
|
LookupMode["SelectionWindow"] = "SelectionWindow";
|
|
83
83
|
})(LookupMode || (LookupMode = {}));
|
|
84
84
|
|
|
85
|
+
/**
|
|
86
|
+
* Available platform APIs
|
|
87
|
+
*/
|
|
88
|
+
var ɵPlatformAPIs;
|
|
89
|
+
(function (ɵPlatformAPIs) {
|
|
90
|
+
/**
|
|
91
|
+
* Selection metadata API.
|
|
92
|
+
*/
|
|
93
|
+
ɵPlatformAPIs["Selection"] = "selection";
|
|
94
|
+
})(ɵPlatformAPIs || (ɵPlatformAPIs = {}));
|
|
95
|
+
|
|
85
96
|
var ɵDataValueType;
|
|
86
97
|
(function (ɵDataValueType) {
|
|
87
98
|
ɵDataValueType[ɵDataValueType["Guid"] = 0] = "Guid";
|
|
@@ -173,6 +184,7 @@ var ɵDataSchemaType;
|
|
|
173
184
|
(function (ɵDataSchemaType) {
|
|
174
185
|
ɵDataSchemaType["Entity"] = "Entity";
|
|
175
186
|
ɵDataSchemaType["ClientUnit"] = "ClientUnit";
|
|
187
|
+
ɵDataSchemaType["Intent"] = "Intent";
|
|
176
188
|
})(ɵDataSchemaType || (ɵDataSchemaType = {}));
|
|
177
189
|
|
|
178
190
|
/**
|
|
@@ -195,11 +207,41 @@ var ɵModelInPageAction;
|
|
|
195
207
|
ɵModelInPageAction["Copy"] = "copy";
|
|
196
208
|
})(ɵModelInPageAction || (ɵModelInPageAction = {}));
|
|
197
209
|
|
|
198
|
-
var
|
|
199
|
-
(function (
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
210
|
+
var eAdminUnitRoleSources;
|
|
211
|
+
(function (eAdminUnitRoleSources) {
|
|
212
|
+
/**
|
|
213
|
+
* Empty value.
|
|
214
|
+
*/
|
|
215
|
+
eAdminUnitRoleSources[eAdminUnitRoleSources["None"] = 0] = "None";
|
|
216
|
+
/**
|
|
217
|
+
* Self.
|
|
218
|
+
*/
|
|
219
|
+
eAdminUnitRoleSources[eAdminUnitRoleSources["Self"] = 1] = "Self";
|
|
220
|
+
/**
|
|
221
|
+
* Explicit entry into role.
|
|
222
|
+
*/
|
|
223
|
+
eAdminUnitRoleSources[eAdminUnitRoleSources["ExplicitEntry"] = 2] = "ExplicitEntry";
|
|
224
|
+
/**
|
|
225
|
+
* Delegated role.
|
|
226
|
+
*/
|
|
227
|
+
eAdminUnitRoleSources[eAdminUnitRoleSources["Delegated"] = 4] = "Delegated";
|
|
228
|
+
/**
|
|
229
|
+
* Gets functional role from organizational role.
|
|
230
|
+
*/
|
|
231
|
+
eAdminUnitRoleSources[eAdminUnitRoleSources["FuncRoleFromOrgRole"] = 8] = "FuncRoleFromOrgRole";
|
|
232
|
+
/**
|
|
233
|
+
* Gets role up hierarchy from role.
|
|
234
|
+
*/
|
|
235
|
+
eAdminUnitRoleSources[eAdminUnitRoleSources["UpHierarchy"] = 16] = "UpHierarchy";
|
|
236
|
+
/**
|
|
237
|
+
* Gets role as a manager.
|
|
238
|
+
*/
|
|
239
|
+
eAdminUnitRoleSources[eAdminUnitRoleSources["AsManager"] = 32] = "AsManager";
|
|
240
|
+
/**
|
|
241
|
+
* Gets all roles.
|
|
242
|
+
*/
|
|
243
|
+
eAdminUnitRoleSources[eAdminUnitRoleSources["All"] = 63] = "All";
|
|
244
|
+
})(eAdminUnitRoleSources || (eAdminUnitRoleSources = {}));
|
|
203
245
|
|
|
204
246
|
var ɵAggregationEvalType;
|
|
205
247
|
(function (ɵAggregationEvalType) {
|
|
@@ -304,6 +346,12 @@ var ɵFunctionType;
|
|
|
304
346
|
ɵFunctionType[ɵFunctionType["DateDiff"] = 7] = "DateDiff";
|
|
305
347
|
})(ɵFunctionType || (ɵFunctionType = {}));
|
|
306
348
|
|
|
349
|
+
var ɵLogicalOperatorType;
|
|
350
|
+
(function (ɵLogicalOperatorType) {
|
|
351
|
+
ɵLogicalOperatorType[ɵLogicalOperatorType["And"] = 0] = "And";
|
|
352
|
+
ɵLogicalOperatorType[ɵLogicalOperatorType["Or"] = 1] = "Or";
|
|
353
|
+
})(ɵLogicalOperatorType || (ɵLogicalOperatorType = {}));
|
|
354
|
+
|
|
307
355
|
var ɵOrderDirection;
|
|
308
356
|
(function (ɵOrderDirection) {
|
|
309
357
|
ɵOrderDirection[ɵOrderDirection["None"] = 0] = "None";
|
|
@@ -2028,6 +2076,7 @@ class ɵEntitySchemaQuery extends ɵBaseFilterableQuery {
|
|
|
2028
2076
|
ignoreDisplayValues: false,
|
|
2029
2077
|
rowCount: this.rowCount,
|
|
2030
2078
|
rowsOffset: this.rowsOffset,
|
|
2079
|
+
adminUnitRoleSources: this.adminUnitRoleSources,
|
|
2031
2080
|
isPageable: this._getIsPageable(),
|
|
2032
2081
|
conditionalValues: this.conditionalValues ? this.conditionalValues : null,
|
|
2033
2082
|
isHierarchical: false,
|
|
@@ -2274,6 +2323,7 @@ class ɵBaseRequest {
|
|
|
2274
2323
|
var ɵModelParameterType;
|
|
2275
2324
|
(function (ɵModelParameterType) {
|
|
2276
2325
|
ɵModelParameterType["PrimaryColumnValue"] = "primaryColumnValue";
|
|
2326
|
+
ɵModelParameterType["ColumnValue"] = "columnValue";
|
|
2277
2327
|
ɵModelParameterType["Filter"] = "filter";
|
|
2278
2328
|
ɵModelParameterType["PrimaryDisplayValueFilter"] = "primaryDisplayValueFilter";
|
|
2279
2329
|
ɵModelParameterType["Empty"] = "empty";
|
|
@@ -2307,5 +2357,5 @@ class ɵSchemaViewMaskRequest extends ɵBaseRequest {
|
|
|
2307
2357
|
* Generated bundle index. Do not edit.
|
|
2308
2358
|
*/
|
|
2309
2359
|
|
|
2310
|
-
export { LookupMode, ɵAggregationEvalType, ɵAggregationFunction, ɵAggregationFunctionColumn, ɵAggregationFunctionExpression, ɵAggregationSubQueryColumn, ɵAggregationSubQueryExpression, ɵAggregationType, ɵArgumentEmptyException, ɵArgumentFunctionExpression, ɵArgumentOutOfRangeException, ɵArithmeticExpression, ɵArithmeticOperation, ɵArithmeticQueryColumn, ɵBaseExpression, ɵBaseExpressionParser, ɵBaseFilter, ɵBaseFilterParser, ɵBaseFilterableQuery, ɵBaseQuery, ɵBaseQueryColumn, ɵBaseRequest, ɵBetweenFilter, ɵColumnExpression, ɵCompareFilter, ɵComparisonType, ɵDEFAULT_COLUMN_PLAIN_OBJ, ɵDEFAULT_FILTER_PLAIN_OBJ, ɵDataSchemaAttributeType, ɵDataSchemaAttributeUsageType, ɵDataSchemaType, ɵDataSourceScope, ɵDataValueType, ɵDatePartFunctionColumn, ɵDatePartFunctionExpression, ɵDatePartType, ɵDefaultValueSource, ɵDeleteQuery, ɵEMPTY_GUID, ɵEXPRESSION_TYPE_MOCK, ɵEntityQueryColumn, ɵEntitySchemaQuery, ɵExistsFilter, ɵExpressionMock, ɵExpressionParser, ɵExpressionResolver, ɵExpressionType, ɵFilterGroup, ɵFilterMock, ɵFilterParser, ɵFilterResolver, ɵFilterType, ɵFunctionExpression, ɵFunctionType, ɵInFilter, ɵInsertQuery, ɵIsNullFilter, ɵItemNotFoundException, ɵLengthFunctionColumn, ɵLengthFunctionExpression, ɵLogicalOperatorType, ɵMacrosFunctionColumn, ɵMacrosFunctionExpression, ɵModelInPageAction, ɵModelParameterType, ɵNextHandlerAlreadySpecifiedException, ɵOrderDirection, ɵParameterExpression, ɵParameterQueryColumn, ɵQueryMacrosType, ɵQueryOperationType, ɵSchemaViewMaskRequest, ɵSchemaViewMaskRequestAction, ɵSelectLocalizationQuery, ɵSingleFilter, ɵSubQueryColumn, ɵSubQueryExpression, ɵUpdateQuery, ɵValidationUtilities, ɵWindowFunctionColumn, ɵWindowFunctionExpression, ɵencodeDate, ɵgenerateGuid, ɵgetColumnPlainObj, ɵgetFilterPlainObj, ɵisEmptyGuid, ɵisGuid, ɵparserMock, ɵtoLocalISOString };
|
|
2360
|
+
export { LookupMode, eAdminUnitRoleSources, ɵAggregationEvalType, ɵAggregationFunction, ɵAggregationFunctionColumn, ɵAggregationFunctionExpression, ɵAggregationSubQueryColumn, ɵAggregationSubQueryExpression, ɵAggregationType, ɵArgumentEmptyException, ɵArgumentFunctionExpression, ɵArgumentOutOfRangeException, ɵArithmeticExpression, ɵArithmeticOperation, ɵArithmeticQueryColumn, ɵBaseExpression, ɵBaseExpressionParser, ɵBaseFilter, ɵBaseFilterParser, ɵBaseFilterableQuery, ɵBaseQuery, ɵBaseQueryColumn, ɵBaseRequest, ɵBetweenFilter, ɵColumnExpression, ɵCompareFilter, ɵComparisonType, ɵDEFAULT_COLUMN_PLAIN_OBJ, ɵDEFAULT_FILTER_PLAIN_OBJ, ɵDataSchemaAttributeType, ɵDataSchemaAttributeUsageType, ɵDataSchemaType, ɵDataSourceScope, ɵDataValueType, ɵDatePartFunctionColumn, ɵDatePartFunctionExpression, ɵDatePartType, ɵDefaultValueSource, ɵDeleteQuery, ɵEMPTY_GUID, ɵEXPRESSION_TYPE_MOCK, ɵEntityQueryColumn, ɵEntitySchemaQuery, ɵExistsFilter, ɵExpressionMock, ɵExpressionParser, ɵExpressionResolver, ɵExpressionType, ɵFilterGroup, ɵFilterMock, ɵFilterParser, ɵFilterResolver, ɵFilterType, ɵFunctionExpression, ɵFunctionType, ɵInFilter, ɵInsertQuery, ɵIsNullFilter, ɵItemNotFoundException, ɵLengthFunctionColumn, ɵLengthFunctionExpression, ɵLogicalOperatorType, ɵMacrosFunctionColumn, ɵMacrosFunctionExpression, ɵModelInPageAction, ɵModelParameterType, ɵNextHandlerAlreadySpecifiedException, ɵOrderDirection, ɵParameterExpression, ɵParameterQueryColumn, ɵPlatformAPIs, ɵQueryMacrosType, ɵQueryOperationType, ɵSchemaViewMaskRequest, ɵSchemaViewMaskRequestAction, ɵSelectLocalizationQuery, ɵSingleFilter, ɵSubQueryColumn, ɵSubQueryExpression, ɵUpdateQuery, ɵValidationUtilities, ɵWindowFunctionColumn, ɵWindowFunctionExpression, ɵencodeDate, ɵgenerateGuid, ɵgetColumnPlainObj, ɵgetFilterPlainObj, ɵisEmptyGuid, ɵisGuid, ɵparserMock, ɵtoLocalISOString };
|
|
2311
2361
|
//# sourceMappingURL=creatio-base.mjs.map
|