@qrvey/utils 1.11.0-7 → 1.11.0-8

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.
@@ -103,7 +103,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
103
103
  color: "#C0C0C0",
104
104
  colorized: true,
105
105
  colorPickerDisplayed: true,
106
- displayed: false,
106
+ displayed: true,
107
107
  enabled: true,
108
108
  icon: "fp-global",
109
109
  iconsDisplayed: true,
@@ -126,7 +126,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
126
126
  color: "#4FA6DA",
127
127
  colorized: true,
128
128
  colorPickerDisplayed: true,
129
- displayed: false,
129
+ displayed: true,
130
130
  enabled: true,
131
131
  icon: "fp-global",
132
132
  iconsDisplayed: true,
@@ -149,7 +149,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
149
149
  color: "#7DC58C",
150
150
  colorized: true,
151
151
  colorPickerDisplayed: true,
152
- displayed: false,
152
+ displayed: true,
153
153
  enabled: true,
154
154
  icon: "fp-page",
155
155
  iconsDisplayed: true,
@@ -172,7 +172,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
172
172
  color: "#E6773D",
173
173
  colorized: true,
174
174
  colorPickerDisplayed: true,
175
- displayed: false,
175
+ displayed: true,
176
176
  enabled: true,
177
177
  icon: "fp-tab",
178
178
  iconsDisplayed: true,
@@ -195,7 +195,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
195
195
  color: "#FFB75D",
196
196
  colorized: true,
197
197
  colorPickerDisplayed: true,
198
- displayed: false,
198
+ displayed: true,
199
199
  enabled: true,
200
200
  icon: "fp-chart",
201
201
  iconsDisplayed: true,
@@ -218,7 +218,7 @@ exports.FILTER_SETTINGS_DEFAULT = {
218
218
  color: "#C0C0C0",
219
219
  colorized: true,
220
220
  colorPickerDisplayed: true,
221
- displayed: false,
221
+ displayed: true,
222
222
  enabled: true,
223
223
  icon: "fp-global",
224
224
  iconsDisplayed: true,
@@ -12,6 +12,7 @@ export interface II18nChartBuilderLineStyleOptions {
12
12
  type_straight: string;
13
13
  type_monotone: string;
14
14
  type_cardinal: string;
15
+ type_smooth: string;
15
16
  type_step_before: string;
16
17
  type_step_after: string;
17
18
  fill: string;
@@ -140,6 +140,7 @@ exports.I18N_CHART_BUILDER_STYLE_OPTIONS = {
140
140
  type_straight: "Straight",
141
141
  type_monotone: "Monotone",
142
142
  type_cardinal: "Cardinal",
143
+ type_smooth: "Smooth",
143
144
  type_step_before: "Step Before",
144
145
  type_step_after: "Step After",
145
146
  fill: "Fill",
@@ -100,7 +100,7 @@ export const FILTER_SETTINGS_DEFAULT = {
100
100
  color: "#C0C0C0",
101
101
  colorized: true,
102
102
  colorPickerDisplayed: true,
103
- displayed: false,
103
+ displayed: true,
104
104
  enabled: true,
105
105
  icon: "fp-global",
106
106
  iconsDisplayed: true,
@@ -123,7 +123,7 @@ export const FILTER_SETTINGS_DEFAULT = {
123
123
  color: "#4FA6DA",
124
124
  colorized: true,
125
125
  colorPickerDisplayed: true,
126
- displayed: false,
126
+ displayed: true,
127
127
  enabled: true,
128
128
  icon: "fp-global",
129
129
  iconsDisplayed: true,
@@ -146,7 +146,7 @@ export const FILTER_SETTINGS_DEFAULT = {
146
146
  color: "#7DC58C",
147
147
  colorized: true,
148
148
  colorPickerDisplayed: true,
149
- displayed: false,
149
+ displayed: true,
150
150
  enabled: true,
151
151
  icon: "fp-page",
152
152
  iconsDisplayed: true,
@@ -169,7 +169,7 @@ export const FILTER_SETTINGS_DEFAULT = {
169
169
  color: "#E6773D",
170
170
  colorized: true,
171
171
  colorPickerDisplayed: true,
172
- displayed: false,
172
+ displayed: true,
173
173
  enabled: true,
174
174
  icon: "fp-tab",
175
175
  iconsDisplayed: true,
@@ -192,7 +192,7 @@ export const FILTER_SETTINGS_DEFAULT = {
192
192
  color: "#FFB75D",
193
193
  colorized: true,
194
194
  colorPickerDisplayed: true,
195
- displayed: false,
195
+ displayed: true,
196
196
  enabled: true,
197
197
  icon: "fp-chart",
198
198
  iconsDisplayed: true,
@@ -215,7 +215,7 @@ export const FILTER_SETTINGS_DEFAULT = {
215
215
  color: "#C0C0C0",
216
216
  colorized: true,
217
217
  colorPickerDisplayed: true,
218
- displayed: false,
218
+ displayed: true,
219
219
  enabled: true,
220
220
  icon: "fp-global",
221
221
  iconsDisplayed: true,
@@ -12,6 +12,7 @@ export interface II18nChartBuilderLineStyleOptions {
12
12
  type_straight: string;
13
13
  type_monotone: string;
14
14
  type_cardinal: string;
15
+ type_smooth: string;
15
16
  type_step_before: string;
16
17
  type_step_after: string;
17
18
  fill: string;
@@ -137,6 +137,7 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
137
137
  type_straight: "Straight",
138
138
  type_monotone: "Monotone",
139
139
  type_cardinal: "Cardinal",
140
+ type_smooth: "Smooth",
140
141
  type_step_before: "Step Before",
141
142
  type_step_after: "Step After",
142
143
  fill: "Fill",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.11.0-7",
3
+ "version": "1.11.0-8",
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",