@qrvey/utils 1.13.0-4 → 1.13.0-5
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.
|
@@ -235,5 +235,28 @@ exports.FILTER_SETTINGS_DEFAULT = {
|
|
|
235
235
|
label: undefined,
|
|
236
236
|
readonly: false,
|
|
237
237
|
},
|
|
238
|
+
[FILTER_SCOPE_1.FILTER_SCOPE.FLOW]: {
|
|
239
|
+
canCollapse: true,
|
|
240
|
+
collapsed: false,
|
|
241
|
+
color: "#C0C0C0",
|
|
242
|
+
colorized: true,
|
|
243
|
+
colorPickerDisplayed: true,
|
|
244
|
+
displayed: true,
|
|
245
|
+
enabled: true,
|
|
246
|
+
icon: "ico_workflows",
|
|
247
|
+
iconsDisplayed: true,
|
|
248
|
+
interaction: {
|
|
249
|
+
createDisplayed: true,
|
|
250
|
+
createEnabled: true,
|
|
251
|
+
deleteDisplayed: true,
|
|
252
|
+
deleteEnabled: true,
|
|
253
|
+
editDisplayed: true,
|
|
254
|
+
editEnabled: true,
|
|
255
|
+
enableDisplayed: true,
|
|
256
|
+
enableEnabled: true,
|
|
257
|
+
},
|
|
258
|
+
label: undefined,
|
|
259
|
+
readonly: false,
|
|
260
|
+
},
|
|
238
261
|
},
|
|
239
262
|
};
|
|
@@ -232,5 +232,28 @@ export const FILTER_SETTINGS_DEFAULT = {
|
|
|
232
232
|
label: undefined,
|
|
233
233
|
readonly: false,
|
|
234
234
|
},
|
|
235
|
+
[FILTER_SCOPE.FLOW]: {
|
|
236
|
+
canCollapse: true,
|
|
237
|
+
collapsed: false,
|
|
238
|
+
color: "#C0C0C0",
|
|
239
|
+
colorized: true,
|
|
240
|
+
colorPickerDisplayed: true,
|
|
241
|
+
displayed: true,
|
|
242
|
+
enabled: true,
|
|
243
|
+
icon: "ico_workflows",
|
|
244
|
+
iconsDisplayed: true,
|
|
245
|
+
interaction: {
|
|
246
|
+
createDisplayed: true,
|
|
247
|
+
createEnabled: true,
|
|
248
|
+
deleteDisplayed: true,
|
|
249
|
+
deleteEnabled: true,
|
|
250
|
+
editDisplayed: true,
|
|
251
|
+
editEnabled: true,
|
|
252
|
+
enableDisplayed: true,
|
|
253
|
+
enableEnabled: true,
|
|
254
|
+
},
|
|
255
|
+
label: undefined,
|
|
256
|
+
readonly: false,
|
|
257
|
+
},
|
|
235
258
|
},
|
|
236
259
|
};
|