@genesislcap/pbc-notify-ui 1.0.30 → 1.0.32
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/dts/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/inbox-base/inbox-base.d.ts +9 -9
- package/dist/dts/components/foundation-inbox/inbox-base/inbox-base.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/inbox.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.d.ts +12 -11
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.d.ts +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.types.d.ts +4 -12
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.types.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.d.ts +14 -9
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.d.ts +1 -6
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-management.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.d.ts +29 -0
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.d.ts.map +1 -0
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.d.ts +3 -0
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.d.ts.map +1 -0
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.d.ts +13 -7
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.template.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.types.d.ts +1 -8
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.types.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-management.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.utils.d.ts +42 -0
- package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.utils.d.ts.map +1 -0
- package/dist/dts/components/foundation-notification-dashboard/styles/condition-builder.styles.d.ts.map +1 -0
- package/dist/dts/components/foundation-notification-dashboard/styles/dynamic-rule.styles.d.ts +3 -0
- package/dist/dts/components/foundation-notification-dashboard/styles/dynamic-rule.styles.d.ts.map +1 -0
- package/dist/dts/components/foundation-notification-dashboard/types/logical-operator.d.ts +4 -0
- package/dist/dts/components/foundation-notification-dashboard/types/logical-operator.d.ts.map +1 -1
- package/dist/dts/notify.types.d.ts +60 -0
- package/dist/dts/notify.types.d.ts.map +1 -0
- package/dist/dts/services/inbox.service.d.ts.map +1 -1
- package/dist/esm/components/components.js +2 -2
- package/dist/esm/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.js +3 -3
- package/dist/esm/components/foundation-inbox/inbox-base/inbox-base.js +10 -12
- package/dist/esm/components/foundation-inbox/inbox.template.js +1 -2
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.js +84 -60
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.template.js +42 -28
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.types.js +5 -4
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.js +99 -101
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.template.js +30 -30
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.types.js +0 -7
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-management.js +3 -5
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.js +169 -0
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-condition-builder/template-condition-builder.template.js +66 -0
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.js +106 -116
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.template.js +27 -31
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-management.js +3 -5
- package/dist/esm/components/foundation-notification-dashboard/notification-dashboard.utils.js +259 -0
- package/dist/esm/components/foundation-notification-dashboard/{components/templates/template-dialog/condition-builder → styles}/condition-builder.styles.js +6 -6
- package/dist/esm/components/foundation-notification-dashboard/{components/templates/template-dialog/template-dialog.styles.js → styles/dynamic-rule.styles.js} +57 -16
- package/dist/esm/components/foundation-notification-dashboard/types/logical-operator.js +4 -0
- package/dist/esm/notify.types.js +70 -0
- package/dist/esm/services/inbox.service.js +1 -5
- package/package.json +1 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.styles.d.ts +0 -2
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.styles.d.ts.map +0 -1
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.styles.d.ts +0 -2
- package/dist/dts/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.styles.d.ts.map +0 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.d.ts +0 -32
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.d.ts.map +0 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.styles.d.ts.map +0 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.template.d.ts +0 -3
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.template.d.ts.map +0 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.styles.d.ts +0 -2
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.styles.d.ts.map +0 -1
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.utils.d.ts +0 -41
- package/dist/dts/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.utils.d.ts.map +0 -1
- package/dist/dts/components/foundation-notification-dashboard/styles/rules-and-templates.styles.d.ts +0 -2
- package/dist/dts/components/foundation-notification-dashboard/styles/rules-and-templates.styles.d.ts.map +0 -1
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.styles.js +0 -53
- package/dist/esm/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.styles.js +0 -95
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.js +0 -179
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.template.js +0 -42
- package/dist/esm/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.utils.js +0 -119
- package/dist/esm/components/foundation-notification-dashboard/styles/rules-and-templates.styles.js +0 -17
- /package/dist/dts/components/foundation-notification-dashboard/{components/templates/template-dialog/condition-builder → styles}/condition-builder.styles.d.ts +0 -0
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
var _a;
|
|
2
|
+
import { __decorate } from "tslib";
|
|
3
|
+
import { showNotification } from '@genesislcap/foundation-notifications';
|
|
4
|
+
import { UUID } from '@genesislcap/foundation-utils';
|
|
5
|
+
import { EmptyValue, ExpressionType, LogicalOperator, ParamSourceType, ParamType, RightCriteria, nullAndBlankLogicalOperatorValues, } from '../../notify.types';
|
|
6
|
+
import { logger } from '../../utils';
|
|
7
|
+
export class UUIDGenerator {
|
|
8
|
+
}
|
|
9
|
+
_a = UUIDGenerator;
|
|
10
|
+
UUIDGenerator.createUUID = () => _a.uuid.createId();
|
|
11
|
+
__decorate([
|
|
12
|
+
UUID
|
|
13
|
+
], UUIDGenerator, "uuid", void 0);
|
|
14
|
+
export const isEmpty = (value) => value == null || (typeof value === 'string' && value.trim().length === 0);
|
|
15
|
+
// #region Rules and Templates
|
|
16
|
+
class ConditionUtils {
|
|
17
|
+
static transformLogicalOperator(logicalOperator) {
|
|
18
|
+
switch (logicalOperator) {
|
|
19
|
+
case LogicalOperator.NULL:
|
|
20
|
+
case LogicalOperator.BLANK:
|
|
21
|
+
return LogicalOperator.EQUALS;
|
|
22
|
+
case LogicalOperator.NOT_NULL:
|
|
23
|
+
case LogicalOperator.NOT_BLANK:
|
|
24
|
+
return LogicalOperator.NOT_EQUALS;
|
|
25
|
+
default:
|
|
26
|
+
return logicalOperator;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
static buildLogicalOperator(condition) {
|
|
30
|
+
if (condition.RIGHT.TYPE === EmptyValue.NULL) {
|
|
31
|
+
return condition.OPERATION === LogicalOperator.EQUALS
|
|
32
|
+
? LogicalOperator.NULL
|
|
33
|
+
: LogicalOperator.NOT_NULL;
|
|
34
|
+
}
|
|
35
|
+
else if (condition.RIGHT.VALUE === EmptyValue.BLANK) {
|
|
36
|
+
return condition.OPERATION === LogicalOperator.EQUALS
|
|
37
|
+
? LogicalOperator.BLANK
|
|
38
|
+
: LogicalOperator.NOT_BLANK;
|
|
39
|
+
}
|
|
40
|
+
else {
|
|
41
|
+
return condition.OPERATION;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
static getRightExpression(condition, parameters) {
|
|
45
|
+
// 1. Check LOGICAL_OPERATOR for null values
|
|
46
|
+
if (condition.LOGICAL_OPERATOR === LogicalOperator.NULL ||
|
|
47
|
+
condition.LOGICAL_OPERATOR === LogicalOperator.NOT_NULL) {
|
|
48
|
+
return {
|
|
49
|
+
TYPE: EmptyValue.NULL,
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
// 2. Check LOGICAL_OPERATOR for blank values
|
|
53
|
+
if (condition.LOGICAL_OPERATOR === LogicalOperator.BLANK ||
|
|
54
|
+
condition.LOGICAL_OPERATOR === LogicalOperator.NOT_BLANK) {
|
|
55
|
+
return {
|
|
56
|
+
TYPE: 'STRING',
|
|
57
|
+
VALUE: ConditionUtils.handleNullOrBlankLogicalOperator(condition.LOGICAL_OPERATOR),
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
// 3. Handle by RIGHT_CRITERIA
|
|
61
|
+
switch (condition.RIGHT_CRITERIA) {
|
|
62
|
+
case 'USER_ENTRY':
|
|
63
|
+
return {
|
|
64
|
+
TYPE: 'PLACEHOLDER',
|
|
65
|
+
KEY: parameters.find((parameter) => parameter.UUID === condition.RIGHT_VALUE).PARAM_NAME,
|
|
66
|
+
};
|
|
67
|
+
case 'FIELD': // Only for Rules
|
|
68
|
+
return {
|
|
69
|
+
TYPE: 'FIELD',
|
|
70
|
+
NAME: condition.RIGHT_VALUE,
|
|
71
|
+
};
|
|
72
|
+
case 'VALUE':
|
|
73
|
+
switch (condition.LEFT_VALUE.FIELD_TYPE) {
|
|
74
|
+
case 'BOOLEAN':
|
|
75
|
+
return {
|
|
76
|
+
TYPE: 'BOOLEAN',
|
|
77
|
+
VALUE: condition.RIGHT_VALUE,
|
|
78
|
+
};
|
|
79
|
+
case 'STRING':
|
|
80
|
+
case 'ENUM':
|
|
81
|
+
return {
|
|
82
|
+
TYPE: 'STRING',
|
|
83
|
+
VALUE: condition.RIGHT_VALUE,
|
|
84
|
+
};
|
|
85
|
+
case 'INT':
|
|
86
|
+
case 'SHORT':
|
|
87
|
+
case 'DOUBLE':
|
|
88
|
+
case 'LONG':
|
|
89
|
+
case 'BIGDECIMAL':
|
|
90
|
+
return {
|
|
91
|
+
TYPE: 'NUMBER',
|
|
92
|
+
VALUE: condition.RIGHT_VALUE,
|
|
93
|
+
};
|
|
94
|
+
default:
|
|
95
|
+
return {
|
|
96
|
+
TYPE: 'FIELD',
|
|
97
|
+
NAME: condition.RIGHT_VALUE,
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
default:
|
|
101
|
+
logger.error(`Unexpected RIGHT_CRITERIA: ${condition.RIGHT_CRITERIA}`);
|
|
102
|
+
return {};
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
static handleNullOrBlankLogicalOperator(logicalOperator) {
|
|
106
|
+
switch (logicalOperator) {
|
|
107
|
+
case LogicalOperator.NULL:
|
|
108
|
+
case LogicalOperator.NOT_NULL:
|
|
109
|
+
return EmptyValue.NULL;
|
|
110
|
+
case LogicalOperator.BLANK:
|
|
111
|
+
case LogicalOperator.NOT_BLANK:
|
|
112
|
+
return EmptyValue.BLANK;
|
|
113
|
+
default:
|
|
114
|
+
logger.error(`Unexpected LogicalOperator: ${logicalOperator}`);
|
|
115
|
+
break;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
export class DynamicRuleUtils {
|
|
120
|
+
static createConditions(conditions, parameters) {
|
|
121
|
+
return conditions.map((condition) => ({
|
|
122
|
+
LEFT: {
|
|
123
|
+
TYPE: 'FIELD', // TODO: Use ParamType
|
|
124
|
+
NAME: condition.LEFT_VALUE.FIELD_NAME,
|
|
125
|
+
},
|
|
126
|
+
OPERATION: ConditionUtils.transformLogicalOperator(condition.LOGICAL_OPERATOR),
|
|
127
|
+
RIGHT: ConditionUtils.getRightExpression(condition, parameters),
|
|
128
|
+
}));
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
DynamicRuleUtils.createEmptyCondition = () => ({
|
|
132
|
+
ID: null,
|
|
133
|
+
LEFT_VALUE: null,
|
|
134
|
+
LOGICAL_OPERATOR: LogicalOperator.EQUALS,
|
|
135
|
+
RIGHT_CRITERIA: RightCriteria.VALUE,
|
|
136
|
+
RIGHT_VALUE: null,
|
|
137
|
+
});
|
|
138
|
+
DynamicRuleUtils.createAssignment = (field, value) => ({
|
|
139
|
+
FIELD: {
|
|
140
|
+
TYPE: 'FIELD',
|
|
141
|
+
NAME: field,
|
|
142
|
+
},
|
|
143
|
+
VALUE: {
|
|
144
|
+
TYPE: 'STRING',
|
|
145
|
+
VALUE: value,
|
|
146
|
+
},
|
|
147
|
+
});
|
|
148
|
+
DynamicRuleUtils.getAssignmentValue = (assignments, field) => assignments.find((assignment) => assignment.FIELD.NAME === field).VALUE.VALUE;
|
|
149
|
+
export class TemplateUtils {
|
|
150
|
+
static getParameters(parameters) {
|
|
151
|
+
if (!parameters) {
|
|
152
|
+
return [];
|
|
153
|
+
}
|
|
154
|
+
return Object.keys(parameters).map((key) => ({
|
|
155
|
+
UUID: UUIDGenerator.createUUID(),
|
|
156
|
+
PARAM_NAME: parameters[key].PARAM_NAME,
|
|
157
|
+
PARAM_LABEL: parameters[key].PARAM_LABEL,
|
|
158
|
+
PARAM_TYPE: parameters[key].PARAM_TYPE,
|
|
159
|
+
PARAM_SOURCE_TYPE: parameters[key].PARAM_SOURCE_TYPE,
|
|
160
|
+
PARAM_SOURCE: parameters[key].PARAM_SOURCE,
|
|
161
|
+
}));
|
|
162
|
+
}
|
|
163
|
+
static buildRightValue(logicalOperator, condition, parameters) {
|
|
164
|
+
var _b;
|
|
165
|
+
// Is Null or Blank
|
|
166
|
+
if (nullAndBlankLogicalOperatorValues.includes(logicalOperator)) {
|
|
167
|
+
return EmptyValue.BLANK;
|
|
168
|
+
}
|
|
169
|
+
// Find parameter name by key
|
|
170
|
+
if (condition.RIGHT.TYPE === ExpressionType.PLACEHOLDER) {
|
|
171
|
+
return parameters.find((parameter) => parameter.PARAM_NAME === condition.RIGHT.KEY).UUID;
|
|
172
|
+
}
|
|
173
|
+
// If value is null, then NAME is filled
|
|
174
|
+
return (_b = condition.RIGHT.VALUE) !== null && _b !== void 0 ? _b : condition.RIGHT.NAME;
|
|
175
|
+
}
|
|
176
|
+
static getConditions(conditions, parameters) {
|
|
177
|
+
return conditions.map((condition) => {
|
|
178
|
+
var _b;
|
|
179
|
+
const logicalOperator = ConditionUtils.buildLogicalOperator(condition);
|
|
180
|
+
return {
|
|
181
|
+
ID: UUIDGenerator.createUUID(),
|
|
182
|
+
LEFT_VALUE: (_b = condition.LEFT.VALUE) !== null && _b !== void 0 ? _b : condition.LEFT.NAME,
|
|
183
|
+
LOGICAL_OPERATOR: logicalOperator,
|
|
184
|
+
RIGHT_CRITERIA: condition.RIGHT.TYPE === ExpressionType.PLACEHOLDER
|
|
185
|
+
? RightCriteria.USER_ENTRY
|
|
186
|
+
: RightCriteria.VALUE,
|
|
187
|
+
RIGHT_VALUE: this.buildRightValue(logicalOperator, condition, parameters),
|
|
188
|
+
};
|
|
189
|
+
});
|
|
190
|
+
}
|
|
191
|
+
static createParameterDetails(parameters) {
|
|
192
|
+
if (!parameters || parameters.length === 0) {
|
|
193
|
+
return {};
|
|
194
|
+
}
|
|
195
|
+
const map = {};
|
|
196
|
+
parameters.forEach((parameter) => {
|
|
197
|
+
var _b;
|
|
198
|
+
map[parameter.PARAM_NAME] = {
|
|
199
|
+
PARAM_LABEL: parameter.PARAM_LABEL,
|
|
200
|
+
PARAM_TYPE: parameter.PARAM_TYPE,
|
|
201
|
+
PARAM_SOURCE_TYPE: parameter.PARAM_SOURCE_TYPE,
|
|
202
|
+
PARAM_SOURCE: (_b = parameter.PARAM_SOURCE) !== null && _b !== void 0 ? _b : '',
|
|
203
|
+
PARAM_OPERATOR: 'EQUALS', // TODO: Remove
|
|
204
|
+
};
|
|
205
|
+
});
|
|
206
|
+
return map;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
TemplateUtils.createEmptyParameter = () => ({
|
|
210
|
+
UUID: UUIDGenerator.createUUID(),
|
|
211
|
+
PARAM_NAME: null,
|
|
212
|
+
PARAM_LABEL: null,
|
|
213
|
+
PARAM_TYPE: ParamType.STRING,
|
|
214
|
+
PARAM_SOURCE_TYPE: ParamSourceType.USER_TEXT,
|
|
215
|
+
PARAM_SOURCE: null,
|
|
216
|
+
});
|
|
217
|
+
export class RuleUtils {
|
|
218
|
+
static buildRightValue(logicalOperator, condition) {
|
|
219
|
+
var _b;
|
|
220
|
+
// Is Null or Blank
|
|
221
|
+
if (nullAndBlankLogicalOperatorValues.includes(logicalOperator)) {
|
|
222
|
+
return EmptyValue.BLANK;
|
|
223
|
+
}
|
|
224
|
+
// Get KEY
|
|
225
|
+
if (condition.RIGHT.TYPE === ExpressionType.PLACEHOLDER) {
|
|
226
|
+
return condition.RIGHT.KEY;
|
|
227
|
+
}
|
|
228
|
+
// If value is null, then NAME is filled
|
|
229
|
+
return (_b = condition.RIGHT.VALUE) !== null && _b !== void 0 ? _b : condition.RIGHT.NAME;
|
|
230
|
+
}
|
|
231
|
+
static getConditions(conditions) {
|
|
232
|
+
return conditions.map((condition) => {
|
|
233
|
+
var _b;
|
|
234
|
+
const logicalOperator = ConditionUtils.buildLogicalOperator(condition);
|
|
235
|
+
return {
|
|
236
|
+
ID: UUIDGenerator.createUUID(),
|
|
237
|
+
LEFT_VALUE: (_b = condition.LEFT.VALUE) !== null && _b !== void 0 ? _b : condition.LEFT.NAME,
|
|
238
|
+
LOGICAL_OPERATOR: logicalOperator,
|
|
239
|
+
RIGHT_CRITERIA: condition.RIGHT.TYPE === 'FIELD' ? 'FIELD' : 'VALUE',
|
|
240
|
+
RIGHT_VALUE: this.buildRightValue(logicalOperator, condition),
|
|
241
|
+
};
|
|
242
|
+
});
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
// #endregion
|
|
246
|
+
// #region Screen
|
|
247
|
+
export function showNotificationError(error) {
|
|
248
|
+
var _b, _c;
|
|
249
|
+
showNotification({
|
|
250
|
+
title: (_b = error[0]) === null || _b === void 0 ? void 0 : _b.CODE,
|
|
251
|
+
body: (_c = error[0]) === null || _c === void 0 ? void 0 : _c.TEXT,
|
|
252
|
+
config: {
|
|
253
|
+
snackbar: {
|
|
254
|
+
type: 'error',
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
}, 'zero');
|
|
258
|
+
}
|
|
259
|
+
// #endregion
|
|
@@ -12,11 +12,6 @@ export const ConditionBuilderStyles = css `
|
|
|
12
12
|
|
|
13
13
|
.delete {
|
|
14
14
|
margin: 0;
|
|
15
|
-
background-color: var(--neutral-layer-1);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.delete:hover {
|
|
19
|
-
background-color: color-mix(in srgb, var(--neutral-foreground-rest), transparent 89%);
|
|
20
15
|
}
|
|
21
16
|
|
|
22
17
|
zero-text-field {
|
|
@@ -35,12 +30,17 @@ export const ConditionBuilderStyles = css `
|
|
|
35
30
|
width: 160px;
|
|
36
31
|
}
|
|
37
32
|
|
|
33
|
+
.logical-operator-null-and-blank {
|
|
34
|
+
width: 100%;
|
|
35
|
+
}
|
|
36
|
+
|
|
38
37
|
zero-select.right-criteria::part(control) {
|
|
39
38
|
width: 135px;
|
|
40
39
|
}
|
|
41
40
|
|
|
42
|
-
zero-select.right-criteria-
|
|
41
|
+
zero-select.right-criteria-select {
|
|
43
42
|
width: 100%;
|
|
43
|
+
min-width: 0;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
zero-select::part(listbox) {
|
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
import { css } from '@microsoft/fast-element';
|
|
2
|
+
export const DynamicRuleManagementStyles = css `
|
|
3
|
+
.container {
|
|
4
|
+
display: flex;
|
|
5
|
+
height: 100%;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.header {
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: row-reverse;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.grid {
|
|
15
|
+
height: 100%;
|
|
16
|
+
}
|
|
17
|
+
`;
|
|
18
|
+
// #region Dialog
|
|
2
19
|
const modalWidthPx = 940;
|
|
3
20
|
const top = css `
|
|
4
21
|
zero-modal::part(top) {
|
|
@@ -7,7 +24,7 @@ const top = css `
|
|
|
7
24
|
margin: 0;
|
|
8
25
|
}
|
|
9
26
|
|
|
10
|
-
.
|
|
27
|
+
.dialog-top {
|
|
11
28
|
font-weight: bold;
|
|
12
29
|
align-self: center;
|
|
13
30
|
}
|
|
@@ -19,11 +36,41 @@ const bottom = css `
|
|
|
19
36
|
margin: 0;
|
|
20
37
|
}
|
|
21
38
|
|
|
22
|
-
.
|
|
39
|
+
.dialog-bottom {
|
|
23
40
|
display: flex;
|
|
24
41
|
}
|
|
25
42
|
`;
|
|
26
|
-
|
|
43
|
+
const textField = css `
|
|
44
|
+
zero-text-field {
|
|
45
|
+
display: flex;
|
|
46
|
+
flex-direction: column;
|
|
47
|
+
gap: calc(var(--design-unit) * 2px);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
zero-text-field::part(label) {
|
|
51
|
+
margin: 0;
|
|
52
|
+
color: var(--neutral-foreground-rest);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
zero-text-field::part(label)::after {
|
|
56
|
+
content: '*';
|
|
57
|
+
}
|
|
58
|
+
`;
|
|
59
|
+
const select = css `
|
|
60
|
+
zero-select,
|
|
61
|
+
zero-multiselect::part(root) {
|
|
62
|
+
min-width: 0;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
zero-select::part(listbox) {
|
|
66
|
+
max-height: 160px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
zero-multiselect {
|
|
70
|
+
max-height: 40px;
|
|
71
|
+
}
|
|
72
|
+
`;
|
|
73
|
+
export const DynamicRuleDialogStyles = css `
|
|
27
74
|
${top}
|
|
28
75
|
${bottom}
|
|
29
76
|
|
|
@@ -33,7 +80,7 @@ export const TemplateDialogStyles = css `
|
|
|
33
80
|
border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
|
|
34
81
|
}
|
|
35
82
|
|
|
36
|
-
.
|
|
83
|
+
.dialog-content {
|
|
37
84
|
display: flex;
|
|
38
85
|
flex-direction: column;
|
|
39
86
|
width: ${String(modalWidthPx)}px;
|
|
@@ -55,8 +102,7 @@ export const TemplateDialogStyles = css `
|
|
|
55
102
|
gap: calc(var(--design-unit) * 2px);
|
|
56
103
|
}
|
|
57
104
|
|
|
58
|
-
.
|
|
59
|
-
.conditions {
|
|
105
|
+
.items {
|
|
60
106
|
border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
|
|
61
107
|
border-radius: calc(var(--control-corner-radius) * 1px);
|
|
62
108
|
display: flex;
|
|
@@ -64,25 +110,19 @@ export const TemplateDialogStyles = css `
|
|
|
64
110
|
flex-direction: column;
|
|
65
111
|
}
|
|
66
112
|
|
|
67
|
-
.
|
|
68
|
-
.condition {
|
|
113
|
+
.item {
|
|
69
114
|
gap: 0;
|
|
70
115
|
flex-direction: column;
|
|
71
116
|
margin-bottom: 0;
|
|
72
117
|
}
|
|
73
118
|
|
|
119
|
+
${textField}
|
|
120
|
+
${select}
|
|
121
|
+
|
|
74
122
|
zero-button {
|
|
75
123
|
margin: 0;
|
|
76
124
|
}
|
|
77
125
|
|
|
78
|
-
zero-select {
|
|
79
|
-
min-width: 0;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
zero-select::part(listbox) {
|
|
83
|
-
max-height: 160px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
126
|
.horizontal {
|
|
87
127
|
flex-direction: row;
|
|
88
128
|
}
|
|
@@ -95,3 +135,4 @@ export const TemplateDialogStyles = css `
|
|
|
95
135
|
min-width: revert-layer;
|
|
96
136
|
}
|
|
97
137
|
`;
|
|
138
|
+
// #endregion
|
|
@@ -2,6 +2,10 @@ export const LOGICAL_OPERATOR_EQUALS = 'EQUALS';
|
|
|
2
2
|
export const LOGICAL_OPERATOR_NOT_EQUALS = 'NOT_EQUALS';
|
|
3
3
|
export const LOGICAL_OPERATOR_GREATER_THAN = 'GREATER_THAN';
|
|
4
4
|
export const LOGICAL_OPERATOR_LESS_THAN = 'LESS_THAN';
|
|
5
|
+
export const LOGICAL_OPERATOR_NULL = 'NULL';
|
|
6
|
+
export const LOGICAL_OPERATOR_NOT_NULL = 'NOT_NULL';
|
|
7
|
+
export const LOGICAL_OPERATOR_BLANK = 'BLANK_NULL';
|
|
8
|
+
export const LOGICAL_OPERATOR_NOT_BLANK = 'NOT_BLANK';
|
|
5
9
|
export const ALL_LOGICAL_OPERATORS = [
|
|
6
10
|
LOGICAL_OPERATOR_EQUALS,
|
|
7
11
|
LOGICAL_OPERATOR_NOT_EQUALS,
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// #region Enums
|
|
2
|
+
export var LogicalOperator;
|
|
3
|
+
(function (LogicalOperator) {
|
|
4
|
+
LogicalOperator["EQUALS"] = "EQUALS";
|
|
5
|
+
LogicalOperator["NOT_EQUALS"] = "NOT_EQUALS";
|
|
6
|
+
LogicalOperator["GREATER_THAN"] = "GREATER_THAN";
|
|
7
|
+
LogicalOperator["LESS_THAN"] = "LESS_THAN";
|
|
8
|
+
LogicalOperator["NULL"] = "NULL";
|
|
9
|
+
LogicalOperator["NOT_NULL"] = "NOT_NULL";
|
|
10
|
+
LogicalOperator["BLANK"] = "BLANK";
|
|
11
|
+
LogicalOperator["NOT_BLANK"] = "NOT_BLANK";
|
|
12
|
+
})(LogicalOperator || (LogicalOperator = {}));
|
|
13
|
+
export const nullAndBlankLogicalOperatorValues = [
|
|
14
|
+
LogicalOperator.NULL,
|
|
15
|
+
LogicalOperator.NOT_NULL,
|
|
16
|
+
LogicalOperator.BLANK,
|
|
17
|
+
LogicalOperator.NOT_BLANK,
|
|
18
|
+
];
|
|
19
|
+
export var RightCriteria;
|
|
20
|
+
(function (RightCriteria) {
|
|
21
|
+
RightCriteria["VALUE"] = "VALUE";
|
|
22
|
+
RightCriteria["USER_ENTRY"] = "USER_ENTRY";
|
|
23
|
+
})(RightCriteria || (RightCriteria = {}));
|
|
24
|
+
export var ParamType;
|
|
25
|
+
(function (ParamType) {
|
|
26
|
+
// FIELD = 'FIELD',
|
|
27
|
+
ParamType["STRING"] = "STRING";
|
|
28
|
+
// BOOLEAN = 'BOOLEAN',
|
|
29
|
+
ParamType["NUMBER"] = "NUMBER";
|
|
30
|
+
})(ParamType || (ParamType = {}));
|
|
31
|
+
export var ParamSourceType;
|
|
32
|
+
(function (ParamSourceType) {
|
|
33
|
+
ParamSourceType["USER_TEXT"] = "USER_TEXT";
|
|
34
|
+
ParamSourceType["DEFINED_GROUP"] = "DEFINED_GROUP";
|
|
35
|
+
ParamSourceType["REQ_REP"] = "REQ_REP";
|
|
36
|
+
})(ParamSourceType || (ParamSourceType = {}));
|
|
37
|
+
export var Severity;
|
|
38
|
+
(function (Severity) {
|
|
39
|
+
Severity["INFORMATION"] = "INFORMATION";
|
|
40
|
+
Severity["CRITICAL"] = "CRITICAL";
|
|
41
|
+
Severity["SERIOUS"] = "SERIOUS";
|
|
42
|
+
Severity["WARNING"] = "WARNING";
|
|
43
|
+
})(Severity || (Severity = {}));
|
|
44
|
+
export var ExpressionType;
|
|
45
|
+
(function (ExpressionType) {
|
|
46
|
+
ExpressionType["FIELD"] = "FIELD";
|
|
47
|
+
ExpressionType["NUMBER"] = "NUMBER";
|
|
48
|
+
ExpressionType["STRING"] = "STRING";
|
|
49
|
+
ExpressionType["PLACEHOLDER"] = "PLACEHOLDER";
|
|
50
|
+
})(ExpressionType || (ExpressionType = {}));
|
|
51
|
+
export var Assignment;
|
|
52
|
+
(function (Assignment) {
|
|
53
|
+
Assignment["HEADER"] = "HEADER";
|
|
54
|
+
Assignment["BODY"] = "BODY";
|
|
55
|
+
Assignment["NOTIFY_SEVERITY"] = "NOTIFY_SEVERITY";
|
|
56
|
+
Assignment["TOPIC"] = "TOPIC";
|
|
57
|
+
})(Assignment || (Assignment = {}));
|
|
58
|
+
export var UpdateType;
|
|
59
|
+
(function (UpdateType) {
|
|
60
|
+
UpdateType["INSERT"] = "INSERT";
|
|
61
|
+
UpdateType["MODIFY"] = "MODIFY";
|
|
62
|
+
UpdateType["DELETE"] = "DELETE";
|
|
63
|
+
})(UpdateType || (UpdateType = {}));
|
|
64
|
+
export const defaultUpdateType = [UpdateType.INSERT];
|
|
65
|
+
export var EmptyValue;
|
|
66
|
+
(function (EmptyValue) {
|
|
67
|
+
EmptyValue["BLANK"] = "";
|
|
68
|
+
EmptyValue["NULL"] = "NULL";
|
|
69
|
+
})(EmptyValue || (EmptyValue = {}));
|
|
70
|
+
// #endregion
|
|
@@ -8,11 +8,7 @@ class FoundationInboxServiceImpl {
|
|
|
8
8
|
this.store = {
|
|
9
9
|
items: [],
|
|
10
10
|
};
|
|
11
|
-
this.modifyAlert = (alert, details) => {
|
|
12
|
-
var _a;
|
|
13
|
-
return ((_a = alert.DETAILS) === null || _a === void 0 ? void 0 : _a.ROW_REF) === (details === null || details === void 0 ? void 0 : details.DETAILS.ROW_REF)
|
|
14
|
-
? Object.assign(Object.assign({}, alert), details) : alert;
|
|
15
|
-
};
|
|
11
|
+
this.modifyAlert = (alert, details) => { var _a; return ((_a = alert.DETAILS) === null || _a === void 0 ? void 0 : _a.ROW_REF) === (details === null || details === void 0 ? void 0 : details.DETAILS.ROW_REF) ? Object.assign(Object.assign({}, alert), details) : alert; };
|
|
16
12
|
}
|
|
17
13
|
getStream() {
|
|
18
14
|
return this.connect.stream('ALL_NOTIFY_ALERT_RECORDS', (result) => {
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rule-condition-builder.styles.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-condition-builder/rule-condition-builder.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,iDAmDlC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rule-dialog.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/foundation-notification-dashboard/components/rules/rule-dialog/rule-dialog.styles.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,gBAAgB,iDAqE5B,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { FASTElement } from '@microsoft/fast-element';
|
|
2
|
-
import { Field, SystemService } from '../../../../../../services/system.service';
|
|
3
|
-
import { ConditionBuilderEntity, ParameterBuilderEntity } from '../template-dialog.types';
|
|
4
|
-
export declare class ConditionBuilder extends FASTElement {
|
|
5
|
-
systemService: SystemService;
|
|
6
|
-
condition: ConditionBuilderEntity;
|
|
7
|
-
resource: string;
|
|
8
|
-
parameters: Array<ParameterBuilderEntity>;
|
|
9
|
-
leftValueItems: Array<Field>;
|
|
10
|
-
leftValue: any;
|
|
11
|
-
logicalOperator: string;
|
|
12
|
-
rightCriteria: string;
|
|
13
|
-
rightValueText: string;
|
|
14
|
-
rightValueUserEntry: string;
|
|
15
|
-
rightValueItems: Array<any>;
|
|
16
|
-
rightValueItemsProperty: any;
|
|
17
|
-
connectedCallback(): Promise<void>;
|
|
18
|
-
disconnectedCallback(): void;
|
|
19
|
-
createRightValueItems(): void;
|
|
20
|
-
resourceChanged(): Promise<void>;
|
|
21
|
-
parametersChanged(): void;
|
|
22
|
-
conditionChanged(): Promise<void>;
|
|
23
|
-
assignLeftValue(): void;
|
|
24
|
-
assignRightValue(): void;
|
|
25
|
-
leftValueChanged(): void;
|
|
26
|
-
logicalOperatorChanged(): void;
|
|
27
|
-
rightCriteriaChanged(): void;
|
|
28
|
-
rightValueTextChanged(): void;
|
|
29
|
-
rightValueUserEntryChanged(): void;
|
|
30
|
-
deleteCondition(): void;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=condition-builder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"condition-builder.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAyC,MAAM,yBAAyB,CAAC;AAC7F,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAEjF,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAM1F,qBAKa,gBAAiB,SAAQ,WAAW;IAChC,aAAa,EAAE,aAAa,CAAC;IAEtC,SAAS,EAAE,sBAAsB,CAAC;IAElC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IAEpC,cAAc,EAAE,KAAK,CAAC,KAAK,CAAC,CAAM;IAClC,SAAS,EAAE,GAAG,CAAC;IAEf,eAAe,EAAE,MAAM,CAAC;IAExB,aAAa,EAAE,MAAM,CAAwB;IAC7C,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAE5B,eAAe,EAAE,KAAK,CAAC,GAAG,CAAC,CAAM;IAEjC,uBAAuB,EAAE,GAAG,CAAM;IAExC,iBAAiB;IAoBvB,oBAAoB;IAIpB,qBAAqB;IAYf,eAAe;IAMrB,iBAAiB;IAOX,gBAAgB;IAYtB,eAAe;IAWf,gBAAgB;IAShB,gBAAgB;IAOhB,sBAAsB;IAOtB,oBAAoB;IAepB,qBAAqB;IAOrB,0BAA0B;IAO1B,eAAe;CAGhB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"condition-builder.styles.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,iDA+ClC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"condition-builder.template.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/templates/template-dialog/condition-builder/condition-builder.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAsB,MAAM,yBAAyB,CAAC;AAU3E,eAAO,MAAM,wBAAwB,EAAE,YAoDtC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"template-dialog.styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.styles.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,oBAAoB,iDAuEhC,CAAC"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { ParameterBuilderEntity, ConditionBuilderEntity } from './template-dialog.types';
|
|
2
|
-
export declare class UUIDGenerator {
|
|
3
|
-
private static uuid;
|
|
4
|
-
static createUuid(): string;
|
|
5
|
-
}
|
|
6
|
-
export declare function createEmptyCondition(): ConditionBuilderEntity;
|
|
7
|
-
export declare function createEmptyParameter(): ParameterBuilderEntity;
|
|
8
|
-
export declare function createAssignment(field: string, value: string): {
|
|
9
|
-
FIELD: {
|
|
10
|
-
TYPE: string;
|
|
11
|
-
NAME: string;
|
|
12
|
-
};
|
|
13
|
-
VALUE: {
|
|
14
|
-
TYPE: string;
|
|
15
|
-
VALUE: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export declare function getAssignmentValue(assignments: any[], field: string): string;
|
|
19
|
-
export declare function createConditions(conditions: ConditionBuilderEntity[], parameters?: any): any;
|
|
20
|
-
export declare function getLeftExpression(condition: ConditionBuilderEntity): {
|
|
21
|
-
TYPE: string;
|
|
22
|
-
NAME: any;
|
|
23
|
-
};
|
|
24
|
-
export declare function getRightExpression(condition: ConditionBuilderEntity, parameters?: any): {
|
|
25
|
-
TYPE: string;
|
|
26
|
-
KEY: any;
|
|
27
|
-
NAME?: undefined;
|
|
28
|
-
VALUE?: undefined;
|
|
29
|
-
} | {
|
|
30
|
-
TYPE: string;
|
|
31
|
-
NAME: string;
|
|
32
|
-
KEY?: undefined;
|
|
33
|
-
VALUE?: undefined;
|
|
34
|
-
} | {
|
|
35
|
-
TYPE: string;
|
|
36
|
-
VALUE: string;
|
|
37
|
-
KEY?: undefined;
|
|
38
|
-
NAME?: undefined;
|
|
39
|
-
};
|
|
40
|
-
export declare function createParameterDetails(parameters: any): {};
|
|
41
|
-
//# sourceMappingURL=template-dialog.utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"template-dialog.utils.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/foundation-notification-dashboard/components/templates/template-dialog/template-dialog.utils.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAEzF,qBAAa,aAAa;IAClB,OAAO,CAAC,MAAM,CAAC,IAAI,CAAO;IAEhC,MAAM,CAAC,UAAU,IAAI,MAAM;CAG5B;AAED,wBAAgB,oBAAoB,IAAI,sBAAsB,CAQ7D;AAED,wBAAgB,oBAAoB,IAAI,sBAAsB,CAS7D;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;;;;;;;;;EAW5D;AAED,wBAAgB,kBAAkB,CAAC,WAAW,EAAE,GAAG,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAE5E;AAED,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,sBAAsB,EAAE,EAAE,UAAU,CAAC,KAAA,GAAG,GAAG,CAQvF;AAED,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,sBAAsB;;;EAKlE;AAED,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,sBAAsB,EAAE,UAAU,CAAC,KAAA;;;;;;;;;;;;;;;EAyChF;AAED,wBAAgB,sBAAsB,CAAC,UAAU,KAAA,MAYhD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rules-and-templates.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/foundation-notification-dashboard/styles/rules-and-templates.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,iDAenC,CAAC"}
|