@qrvey/utils 1.16.0-19 → 1.16.0-20
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.
|
@@ -130,7 +130,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
|
|
|
130
130
|
colorPickerDisplayed: true,
|
|
131
131
|
displayed: true,
|
|
132
132
|
enabled: true,
|
|
133
|
-
icon: "fp-global",
|
|
133
|
+
icon: "q-icon-fp-global",
|
|
134
134
|
iconsDisplayed: true,
|
|
135
135
|
interaction: {
|
|
136
136
|
createDisplayed: true,
|
|
@@ -153,7 +153,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
|
|
|
153
153
|
colorPickerDisplayed: true,
|
|
154
154
|
displayed: true,
|
|
155
155
|
enabled: true,
|
|
156
|
-
icon: "fp-page",
|
|
156
|
+
icon: "q-icon-fp-page",
|
|
157
157
|
iconsDisplayed: true,
|
|
158
158
|
interaction: {
|
|
159
159
|
createDisplayed: true,
|
|
@@ -176,7 +176,30 @@ exports.FILTER_SETTINGS_DEFAULT = {
|
|
|
176
176
|
colorPickerDisplayed: true,
|
|
177
177
|
displayed: true,
|
|
178
178
|
enabled: true,
|
|
179
|
-
icon: "fp-tab",
|
|
179
|
+
icon: "q-icon-fp-tab",
|
|
180
|
+
iconsDisplayed: true,
|
|
181
|
+
interaction: {
|
|
182
|
+
createDisplayed: true,
|
|
183
|
+
createEnabled: true,
|
|
184
|
+
deleteDisplayed: true,
|
|
185
|
+
deleteEnabled: true,
|
|
186
|
+
editDisplayed: true,
|
|
187
|
+
editEnabled: true,
|
|
188
|
+
enableDisplayed: true,
|
|
189
|
+
enableEnabled: true,
|
|
190
|
+
},
|
|
191
|
+
label: undefined,
|
|
192
|
+
readonly: false,
|
|
193
|
+
},
|
|
194
|
+
[FILTER_SCOPE_1.FILTER_SCOPE.CONTAINER]: {
|
|
195
|
+
canCollapse: true,
|
|
196
|
+
collapsed: false,
|
|
197
|
+
color: "#F472F2",
|
|
198
|
+
colorized: true,
|
|
199
|
+
colorPickerDisplayed: true,
|
|
200
|
+
displayed: true,
|
|
201
|
+
enabled: true,
|
|
202
|
+
icon: "new-q-icon-an-rectangle",
|
|
180
203
|
iconsDisplayed: true,
|
|
181
204
|
interaction: {
|
|
182
205
|
createDisplayed: true,
|
|
@@ -199,7 +222,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
|
|
|
199
222
|
colorPickerDisplayed: true,
|
|
200
223
|
displayed: true,
|
|
201
224
|
enabled: true,
|
|
202
|
-
icon: "fp-chart",
|
|
225
|
+
icon: "q-icon-fp-chart",
|
|
203
226
|
iconsDisplayed: true,
|
|
204
227
|
interaction: {
|
|
205
228
|
createDisplayed: true,
|
|
@@ -222,7 +245,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
|
|
|
222
245
|
colorPickerDisplayed: true,
|
|
223
246
|
displayed: true,
|
|
224
247
|
enabled: true,
|
|
225
|
-
icon: "fp-global",
|
|
248
|
+
icon: "q-icon-fp-global",
|
|
226
249
|
iconsDisplayed: true,
|
|
227
250
|
interaction: {
|
|
228
251
|
createDisplayed: true,
|
|
@@ -245,7 +268,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
|
|
|
245
268
|
colorPickerDisplayed: true,
|
|
246
269
|
displayed: true,
|
|
247
270
|
enabled: true,
|
|
248
|
-
icon: "ico_workflows",
|
|
271
|
+
icon: "q-icon-ico_workflows",
|
|
249
272
|
iconsDisplayed: true,
|
|
250
273
|
interaction: {
|
|
251
274
|
createDisplayed: true,
|
|
@@ -127,7 +127,7 @@ export const FILTER_SETTINGS_DEFAULT = {
|
|
|
127
127
|
colorPickerDisplayed: true,
|
|
128
128
|
displayed: true,
|
|
129
129
|
enabled: true,
|
|
130
|
-
icon: "fp-global",
|
|
130
|
+
icon: "q-icon-fp-global",
|
|
131
131
|
iconsDisplayed: true,
|
|
132
132
|
interaction: {
|
|
133
133
|
createDisplayed: true,
|
|
@@ -150,7 +150,7 @@ export const FILTER_SETTINGS_DEFAULT = {
|
|
|
150
150
|
colorPickerDisplayed: true,
|
|
151
151
|
displayed: true,
|
|
152
152
|
enabled: true,
|
|
153
|
-
icon: "fp-page",
|
|
153
|
+
icon: "q-icon-fp-page",
|
|
154
154
|
iconsDisplayed: true,
|
|
155
155
|
interaction: {
|
|
156
156
|
createDisplayed: true,
|
|
@@ -173,7 +173,30 @@ export const FILTER_SETTINGS_DEFAULT = {
|
|
|
173
173
|
colorPickerDisplayed: true,
|
|
174
174
|
displayed: true,
|
|
175
175
|
enabled: true,
|
|
176
|
-
icon: "fp-tab",
|
|
176
|
+
icon: "q-icon-fp-tab",
|
|
177
|
+
iconsDisplayed: true,
|
|
178
|
+
interaction: {
|
|
179
|
+
createDisplayed: true,
|
|
180
|
+
createEnabled: true,
|
|
181
|
+
deleteDisplayed: true,
|
|
182
|
+
deleteEnabled: true,
|
|
183
|
+
editDisplayed: true,
|
|
184
|
+
editEnabled: true,
|
|
185
|
+
enableDisplayed: true,
|
|
186
|
+
enableEnabled: true,
|
|
187
|
+
},
|
|
188
|
+
label: undefined,
|
|
189
|
+
readonly: false,
|
|
190
|
+
},
|
|
191
|
+
[FILTER_SCOPE.CONTAINER]: {
|
|
192
|
+
canCollapse: true,
|
|
193
|
+
collapsed: false,
|
|
194
|
+
color: "#F472F2",
|
|
195
|
+
colorized: true,
|
|
196
|
+
colorPickerDisplayed: true,
|
|
197
|
+
displayed: true,
|
|
198
|
+
enabled: true,
|
|
199
|
+
icon: "new-q-icon-an-rectangle",
|
|
177
200
|
iconsDisplayed: true,
|
|
178
201
|
interaction: {
|
|
179
202
|
createDisplayed: true,
|
|
@@ -196,7 +219,7 @@ export const FILTER_SETTINGS_DEFAULT = {
|
|
|
196
219
|
colorPickerDisplayed: true,
|
|
197
220
|
displayed: true,
|
|
198
221
|
enabled: true,
|
|
199
|
-
icon: "fp-chart",
|
|
222
|
+
icon: "q-icon-fp-chart",
|
|
200
223
|
iconsDisplayed: true,
|
|
201
224
|
interaction: {
|
|
202
225
|
createDisplayed: true,
|
|
@@ -219,7 +242,7 @@ export const FILTER_SETTINGS_DEFAULT = {
|
|
|
219
242
|
colorPickerDisplayed: true,
|
|
220
243
|
displayed: true,
|
|
221
244
|
enabled: true,
|
|
222
|
-
icon: "fp-global",
|
|
245
|
+
icon: "q-icon-fp-global",
|
|
223
246
|
iconsDisplayed: true,
|
|
224
247
|
interaction: {
|
|
225
248
|
createDisplayed: true,
|
|
@@ -242,7 +265,7 @@ export const FILTER_SETTINGS_DEFAULT = {
|
|
|
242
265
|
colorPickerDisplayed: true,
|
|
243
266
|
displayed: true,
|
|
244
267
|
enabled: true,
|
|
245
|
-
icon: "ico_workflows",
|
|
268
|
+
icon: "q-icon-ico_workflows",
|
|
246
269
|
iconsDisplayed: true,
|
|
247
270
|
interaction: {
|
|
248
271
|
createDisplayed: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qrvey/utils",
|
|
3
|
-
"version": "1.16.0-
|
|
3
|
+
"version": "1.16.0-20",
|
|
4
4
|
"description": "Helper, Utils for all Qrvey Projects",
|
|
5
5
|
"homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"compodoc.server": "./node_modules/.bin/compodoc -p ./tsconfig.doc.json -s --port=4400",
|
|
12
12
|
"lint": "eslint . --quiet --exit-on-fatal-error --ext .ts,.js",
|
|
13
13
|
"lint.dev": "eslint . --debug --ext .ts,.tsx",
|
|
14
|
-
"prepare": "husky
|
|
14
|
+
"prepare": "husky",
|
|
15
15
|
"publishing.beta.1": "node ./scripts/publishing --np-new-version=$npm_config_np_new_version --np-any-branch=$npm_config_np_any_branch --np-tag=$npm_config_np_tag",
|
|
16
16
|
"publishing": "node ./scripts/clean-build && np $npm_config_np_new_version --any-branch --tag=$npm_config_np_tag --no-yarn",
|
|
17
17
|
"publishing.win": "node ./scripts/clean-build && np %npm_config_np_new_version% --any-branch --tag=%npm_config_np_tag%",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"author": "Qrvey Inc",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"engines": {
|
|
26
|
-
"node": ">=
|
|
26
|
+
"node": ">=20"
|
|
27
27
|
},
|
|
28
28
|
"exports": {
|
|
29
29
|
"import": "./dist/index.js",
|