@wavemaker/app-rn-runtime 11.6.0-next.24749 → 11.6.0-next.52052
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.
- app-rn-runtime/components/advanced/webview/webview.component.js +27 -11
- app-rn-runtime/components/advanced/webview/webview.component.js.map +1 -1
- app-rn-runtime/components/advanced/webview/webview.props.js +0 -1
- app-rn-runtime/components/advanced/webview/webview.props.js.map +1 -1
- app-rn-runtime/components/basic/anchor/anchor.styles.js +0 -1
- app-rn-runtime/components/basic/anchor/anchor.styles.js.map +1 -1
- app-rn-runtime/components/basic/button/button.styles.js +4 -3
- app-rn-runtime/components/basic/button/button.styles.js.map +1 -1
- app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js +5 -8
- app-rn-runtime/components/basic/buttongroup/buttongroup.styles.js.map +1 -1
- app-rn-runtime/components/basic/label/label.component.js +1 -1
- app-rn-runtime/components/basic/label/label.component.js.map +1 -1
- app-rn-runtime/components/basic/label/label.styles.js +1 -3
- app-rn-runtime/components/basic/label/label.styles.js.map +1 -1
- app-rn-runtime/components/basic/message/message.styles.js +1 -3
- app-rn-runtime/components/basic/message/message.styles.js.map +1 -1
- app-rn-runtime/components/basic/search/search.styles.js +4 -4
- app-rn-runtime/components/basic/search/search.styles.js.map +1 -1
- app-rn-runtime/components/chart/area-chart/area-chart.component.js +13 -18
- app-rn-runtime/components/chart/area-chart/area-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js +14 -19
- app-rn-runtime/components/chart/bar-chart/bar-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/basechart.component.js +1 -14
- app-rn-runtime/components/chart/basechart.component.js.map +1 -1
- app-rn-runtime/components/chart/basechart.styles.js +1 -2
- app-rn-runtime/components/chart/basechart.styles.js.map +1 -1
- app-rn-runtime/components/chart/line-chart/line-chart.component.js +15 -18
- app-rn-runtime/components/chart/line-chart/line-chart.component.js.map +1 -1
- app-rn-runtime/components/chart/pie-chart/pie-chart.component.js.map +1 -1
- app-rn-runtime/components/container/container.component.js +11 -2
- app-rn-runtime/components/container/container.component.js.map +1 -1
- app-rn-runtime/components/container/container.props.js +1 -0
- app-rn-runtime/components/container/container.props.js.map +1 -1
- app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js +1 -1
- app-rn-runtime/components/container/tabs/tabheader/tabheader.styles.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizard.component.js +14 -11
- app-rn-runtime/components/container/wizard/wizard.component.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizard.styles.js +3 -19
- app-rn-runtime/components/container/wizard/wizard.styles.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js +21 -10
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -1
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js +3 -0
- app-rn-runtime/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -1
- app-rn-runtime/components/data/list/list.component.js +3 -7
- app-rn-runtime/components/data/list/list.component.js.map +1 -1
- app-rn-runtime/components/device/barcodescanner/barcodescanner.styles.js +6 -13
- app-rn-runtime/components/device/barcodescanner/barcodescanner.styles.js.map +1 -1
- app-rn-runtime/components/device/camera/camera.styles.js +4 -11
- app-rn-runtime/components/device/camera/camera.styles.js.map +1 -1
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js +1 -2
- app-rn-runtime/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -1
- app-rn-runtime/components/input/basenumber/basenumber.component.js.map +1 -1
- app-rn-runtime/components/input/fileupload/fileupload.styles.js +1 -1
- app-rn-runtime/components/input/fileupload/fileupload.styles.js.map +1 -1
- app-rn-runtime/components/input/select/select.styles.js +1 -5
- app-rn-runtime/components/input/select/select.styles.js.map +1 -1
- app-rn-runtime/components/input/switch/switch.styles.js +0 -2
- app-rn-runtime/components/input/switch/switch.styles.js.map +1 -1
- app-rn-runtime/components/input/toggle/toggle.component.js +2 -2
- app-rn-runtime/components/input/toggle/toggle.component.js.map +1 -1
- app-rn-runtime/components/navigation/basenav/basenav.component.js +2 -1
- app-rn-runtime/components/navigation/basenav/basenav.component.js.map +1 -1
- app-rn-runtime/components/navigation/menu/menu.styles.js +5 -8
- app-rn-runtime/components/navigation/menu/menu.styles.js.map +1 -1
- app-rn-runtime/components/navigation/popover/popover.styles.js +2 -8
- app-rn-runtime/components/navigation/popover/popover.styles.js.map +1 -1
- app-rn-runtime/components/page/tabbar/tabbar.component.js +6 -6
- app-rn-runtime/components/page/tabbar/tabbar.component.js.map +1 -1
- app-rn-runtime/components/page/tabbar/tabbar.styles.js +16 -29
- app-rn-runtime/components/page/tabbar/tabbar.styles.js.map +1 -1
- app-rn-runtime/core/tappable.component.js +22 -21
- app-rn-runtime/core/tappable.component.js.map +1 -1
- app-rn-runtime/package.json +3 -3
- app-rn-runtime/runtime/services/webprocess.service.js +0 -1
- app-rn-runtime/runtime/services/webprocess.service.js.map +1 -1
- app-rn-runtime/styles/theme.variables.js +0 -4
- app-rn-runtime/styles/theme.variables.js.map +1 -1
- app-rn-runtime/variables/service-variable.js +0 -1
- app-rn-runtime/variables/service-variable.js.map +1 -1
- app-rn-runtime/components/chart/staticdata.js +0 -215
- app-rn-runtime/components/chart/staticdata.js.map +0 -1
|
@@ -1,215 +0,0 @@
|
|
|
1
|
-
import _ from "lodash";
|
|
2
|
-
const dataTypeJSON = ['Column', 'Line', 'Pie', 'Bar', 'Donut', 'Bubble'];
|
|
3
|
-
const SAMPLE_DATA1 = {
|
|
4
|
-
'group1': 'Europe',
|
|
5
|
-
'group2': 'Asia',
|
|
6
|
-
'group3': 'America',
|
|
7
|
-
'group4': 'Australia'
|
|
8
|
-
};
|
|
9
|
-
const SAMPLE_DATA = {
|
|
10
|
-
'group1': '01/01/2001',
|
|
11
|
-
'group2': '01/01/2002',
|
|
12
|
-
'group3': '01/01/2003'
|
|
13
|
-
};
|
|
14
|
-
const SAMPLE_DATA2 = {
|
|
15
|
-
'group1': '78.6',
|
|
16
|
-
'group2': '79',
|
|
17
|
-
'group3': '80',
|
|
18
|
-
'group4': '80.66'
|
|
19
|
-
};
|
|
20
|
-
export const chartTypes = ['Column', 'Line', 'Area', 'Cumulative Line', 'Bar', 'Pie', 'Donut', 'Bubble'];
|
|
21
|
-
export const isPieChart = type => type === 'Pie';
|
|
22
|
-
|
|
23
|
-
// returns true if chart type is line
|
|
24
|
-
export const isLineChart = type => type === 'Line';
|
|
25
|
-
|
|
26
|
-
// returns true if chart type is bar
|
|
27
|
-
export const isBarChart = type => type === 'Bar';
|
|
28
|
-
|
|
29
|
-
// returns true if chart type is donut
|
|
30
|
-
export const isDonutChart = type => type === 'Donut';
|
|
31
|
-
|
|
32
|
-
// returns true if chart type is bubble
|
|
33
|
-
export const isBubbleChart = type => type === 'Bubble';
|
|
34
|
-
export const isAreaChart = type => type === 'Area';
|
|
35
|
-
|
|
36
|
-
// returns true if chart type is column
|
|
37
|
-
export const isColumnChart = type => type === 'Column';
|
|
38
|
-
export const isPieType = type => isPieChart(type) || isDonutChart(type);
|
|
39
|
-
|
|
40
|
-
// The format of chart data is array of json objects in case of the following types of chart
|
|
41
|
-
export const isChartDataJSON = type => _.includes(dataTypeJSON, type) || !_.includes(chartTypes, type);
|
|
42
|
-
export const constructSampleData = (dataType, yaxisLength, shape) => {
|
|
43
|
-
let first_series = [],
|
|
44
|
-
second_series = [],
|
|
45
|
-
third_series = [],
|
|
46
|
-
first_series_array = [],
|
|
47
|
-
second_series_array = [],
|
|
48
|
-
third_series_array = [],
|
|
49
|
-
data = [];
|
|
50
|
-
switch (dataType) {
|
|
51
|
-
case 'jsonFormat':
|
|
52
|
-
first_series = [{
|
|
53
|
-
'x': '01/01/2001',
|
|
54
|
-
'y': 4000000
|
|
55
|
-
}, {
|
|
56
|
-
'x': '01/01/2002',
|
|
57
|
-
'y': 1000000
|
|
58
|
-
}, {
|
|
59
|
-
'x': '01/01/2003',
|
|
60
|
-
'y': 5000000
|
|
61
|
-
}];
|
|
62
|
-
second_series = [{
|
|
63
|
-
'x': '01/01/2001',
|
|
64
|
-
'y': 3000000
|
|
65
|
-
}, {
|
|
66
|
-
'x': '01/01/2002',
|
|
67
|
-
'y': 4000000
|
|
68
|
-
}, {
|
|
69
|
-
'x': '01/01/2003',
|
|
70
|
-
'y': 7000000
|
|
71
|
-
}];
|
|
72
|
-
third_series = [{
|
|
73
|
-
'x': '01/01/2001',
|
|
74
|
-
'y': 2000000
|
|
75
|
-
}, {
|
|
76
|
-
'x': '01/01/2002',
|
|
77
|
-
'y': 8000000
|
|
78
|
-
}, {
|
|
79
|
-
'x': '01/01/2003',
|
|
80
|
-
'y': 6000000
|
|
81
|
-
}];
|
|
82
|
-
data[0] = {
|
|
83
|
-
values: first_series,
|
|
84
|
-
key: SAMPLE_DATA.group1
|
|
85
|
-
};
|
|
86
|
-
if (yaxisLength >= 2) {
|
|
87
|
-
data[1] = {
|
|
88
|
-
values: second_series,
|
|
89
|
-
key: SAMPLE_DATA.group2
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
if (yaxisLength >= 3) {
|
|
93
|
-
data[2] = {
|
|
94
|
-
values: third_series,
|
|
95
|
-
key: SAMPLE_DATA.group3
|
|
96
|
-
};
|
|
97
|
-
}
|
|
98
|
-
break;
|
|
99
|
-
case 'arrayFormat':
|
|
100
|
-
first_series_array = [[1, 4000000], [2, 1000000], [3, 5000000]];
|
|
101
|
-
second_series_array = [[1, 3000000], [2, 4000000], [3, 7000000]];
|
|
102
|
-
third_series_array = [[1, 2000000], [2, 8000000], [3, 6000000]];
|
|
103
|
-
data[0] = {
|
|
104
|
-
values: first_series_array,
|
|
105
|
-
key: SAMPLE_DATA.group1
|
|
106
|
-
};
|
|
107
|
-
if (yaxisLength >= 2) {
|
|
108
|
-
data[1] = {
|
|
109
|
-
values: second_series_array,
|
|
110
|
-
key: SAMPLE_DATA.group2
|
|
111
|
-
};
|
|
112
|
-
}
|
|
113
|
-
if (yaxisLength >= 3) {
|
|
114
|
-
data[2] = {
|
|
115
|
-
values: third_series_array,
|
|
116
|
-
key: SAMPLE_DATA.group3
|
|
117
|
-
};
|
|
118
|
-
}
|
|
119
|
-
break;
|
|
120
|
-
case 'columnChartFormat':
|
|
121
|
-
data = [{
|
|
122
|
-
'x': SAMPLE_DATA.group1,
|
|
123
|
-
'y': 3
|
|
124
|
-
}];
|
|
125
|
-
break;
|
|
126
|
-
case 'barChartFormat':
|
|
127
|
-
data = [{
|
|
128
|
-
'x': SAMPLE_DATA.group1,
|
|
129
|
-
'y': 2000000
|
|
130
|
-
}, {
|
|
131
|
-
'x': SAMPLE_DATA.group2,
|
|
132
|
-
'y': 1000000
|
|
133
|
-
}, {
|
|
134
|
-
'x': SAMPLE_DATA.group3,
|
|
135
|
-
'y': 3000000
|
|
136
|
-
}];
|
|
137
|
-
break;
|
|
138
|
-
case 'lineChartFormat':
|
|
139
|
-
data = [{
|
|
140
|
-
'x': SAMPLE_DATA1.group1,
|
|
141
|
-
'y': 2
|
|
142
|
-
}, {
|
|
143
|
-
'x': SAMPLE_DATA1.group2,
|
|
144
|
-
'y': 0
|
|
145
|
-
}, {
|
|
146
|
-
'x': SAMPLE_DATA1.group3,
|
|
147
|
-
'y': 3
|
|
148
|
-
}];
|
|
149
|
-
break;
|
|
150
|
-
case 'bubbleFormat':
|
|
151
|
-
// shape = shape === 'random' ? shapes[Math.floor(Math.random() * shapes.length)] : shape;
|
|
152
|
-
data = [{
|
|
153
|
-
'x': SAMPLE_DATA2.group1,
|
|
154
|
-
'y': 1000000
|
|
155
|
-
}, {
|
|
156
|
-
'x': SAMPLE_DATA2.group2,
|
|
157
|
-
'y': 2000000
|
|
158
|
-
}, {
|
|
159
|
-
'x': SAMPLE_DATA2.group3,
|
|
160
|
-
'y': 3000000
|
|
161
|
-
}, {
|
|
162
|
-
'x': SAMPLE_DATA2.group4,
|
|
163
|
-
'y': 4000000
|
|
164
|
-
}];
|
|
165
|
-
break;
|
|
166
|
-
case 'pieChartFormat':
|
|
167
|
-
data = [{
|
|
168
|
-
'x': SAMPLE_DATA1.group1,
|
|
169
|
-
'y': 1000000
|
|
170
|
-
}, {
|
|
171
|
-
'x': SAMPLE_DATA1.group2,
|
|
172
|
-
'y': 2000000
|
|
173
|
-
}, {
|
|
174
|
-
'x': SAMPLE_DATA1.group3,
|
|
175
|
-
'y': 3000000
|
|
176
|
-
}, {
|
|
177
|
-
'x': SAMPLE_DATA1.group4,
|
|
178
|
-
'y': 4000000
|
|
179
|
-
}];
|
|
180
|
-
break;
|
|
181
|
-
}
|
|
182
|
-
return data;
|
|
183
|
-
};
|
|
184
|
-
export const getChartType = widgetContext => {
|
|
185
|
-
const type = widgetContext.type;
|
|
186
|
-
if (isLineChart(type)) {
|
|
187
|
-
return 'lineChartFormat';
|
|
188
|
-
}
|
|
189
|
-
if (isAreaChart(type)) {
|
|
190
|
-
return 'lineChartFormat';
|
|
191
|
-
}
|
|
192
|
-
if (isBarChart(type)) {
|
|
193
|
-
return 'barChartFormat';
|
|
194
|
-
}
|
|
195
|
-
if (isColumnChart(type)) {
|
|
196
|
-
return 'columnChartFormat';
|
|
197
|
-
}
|
|
198
|
-
if (isPieChart(type)) {
|
|
199
|
-
return 'pieChartFormat';
|
|
200
|
-
}
|
|
201
|
-
if (isBubbleChart(type)) {
|
|
202
|
-
return 'bubbleFormat';
|
|
203
|
-
}
|
|
204
|
-
if (isDonutChart(type)) {
|
|
205
|
-
return 'pieChartFormat';
|
|
206
|
-
}
|
|
207
|
-
return isChartDataJSON(type) ? 'jsonFormat' : 'arrayFormat';
|
|
208
|
-
};
|
|
209
|
-
|
|
210
|
-
// Sample data to populate when no data is bound
|
|
211
|
-
export const getSampleData = widgetContext => constructSampleData(getDataType(widgetContext), _.split(widgetContext.yaxisdatakey, ',').length, widgetContext.shape);
|
|
212
|
-
function getDataType(widgetContext) {
|
|
213
|
-
throw new Error("Function not implemented.");
|
|
214
|
-
}
|
|
215
|
-
//# sourceMappingURL=staticdata.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_","dataTypeJSON","SAMPLE_DATA1","SAMPLE_DATA","SAMPLE_DATA2","chartTypes","isPieChart","type","isLineChart","isBarChart","isDonutChart","isBubbleChart","isAreaChart","isColumnChart","isPieType","isChartDataJSON","includes","constructSampleData","dataType","yaxisLength","shape","first_series","second_series","third_series","first_series_array","second_series_array","third_series_array","data","values","key","group1","group2","group3","group4","getChartType","widgetContext","getSampleData","getDataType","split","yaxisdatakey","length","Error"],"sources":["staticdata.tsx"],"sourcesContent":["import _ from \"lodash\";\n\nconst dataTypeJSON = ['Column', 'Line', 'Pie', 'Bar', 'Donut', 'Bubble']\n\nconst SAMPLE_DATA1 = {\n 'group1' : 'Europe',\n 'group2' : 'Asia',\n 'group3' : 'America',\n 'group4' : 'Australia'\n}\n\nconst SAMPLE_DATA = {\n 'group1' : '01/01/2001',\n 'group2' : '01/01/2002',\n 'group3' : '01/01/2003',\n};\nconst SAMPLE_DATA2 = {\n 'group1' : '78.6',\n 'group2' : '79',\n 'group3' : '80',\n 'group4' : '80.66'\n};\nexport const chartTypes = ['Column', 'Line', 'Area', 'Cumulative Line', 'Bar', 'Pie', 'Donut', 'Bubble']\n\nexport const isPieChart = (type: string) => type === 'Pie';\n\n// returns true if chart type is line\nexport const isLineChart = (type: string) => type === 'Line';\n\n// returns true if chart type is bar\nexport const isBarChart = (type: string) => type === 'Bar';\n\n// returns true if chart type is donut\nexport const isDonutChart = (type: string) => type === 'Donut';\n\n// returns true if chart type is bubble\nexport const isBubbleChart = (type: string) => type === 'Bubble';\n\nexport const isAreaChart = (type: string) => type === 'Area';\n\n// returns true if chart type is column\nexport const isColumnChart = (type: string) => type === 'Column';\n\nexport const isPieType = (type: string) => isPieChart(type) || isDonutChart(type);\n\n// The format of chart data is array of json objects in case of the following types of chart\nexport const isChartDataJSON = (type: any) => _.includes(dataTypeJSON, type) || !_.includes(chartTypes, type);\n\n\nexport const constructSampleData = (dataType: any, yaxisLength: any, shape: string) => {\n let first_series = [],\n second_series = [],\n third_series = [],\n first_series_array = [],\n second_series_array = [],\n third_series_array = [],\n data: { values?: { x: string | number; y?: string | number; size?: number; shape?: any; }[] | number[][]; key: any; }[] | { x: any; y?: number; }[] = [];\n switch (dataType) {\n case 'jsonFormat':\n first_series = [\n {'x': '01/01/2001', 'y': 4000000},\n {'x': '01/01/2002', 'y': 1000000},\n {'x': '01/01/2003', 'y': 5000000}\n ];\n second_series = [\n {'x': '01/01/2001', 'y': 3000000},\n {'x': '01/01/2002', 'y': 4000000},\n {'x': '01/01/2003', 'y': 7000000}\n ];\n third_series = [\n {'x': '01/01/2001', 'y': 2000000},\n {'x': '01/01/2002', 'y': 8000000},\n {'x': '01/01/2003', 'y': 6000000}\n ];\n data[0] = {\n values: first_series,\n key: SAMPLE_DATA.group1\n };\n if (yaxisLength >= 2) {\n data[1] = {\n values: second_series,\n key: SAMPLE_DATA.group2\n };\n }\n if (yaxisLength >= 3) {\n data[2] = {\n values: third_series,\n key: SAMPLE_DATA.group3\n };\n }\n break;\n case 'arrayFormat':\n first_series_array = [\n [1, 4000000],\n [2, 1000000],\n [3, 5000000]\n ];\n second_series_array = [\n [1, 3000000],\n [2, 4000000],\n [3, 7000000]\n ];\n third_series_array = [\n [1, 2000000],\n [2, 8000000],\n [3, 6000000]\n ];\n data[0] = {\n values: first_series_array,\n key: SAMPLE_DATA.group1\n };\n if (yaxisLength >= 2) {\n data[1] = {\n values: second_series_array,\n key: SAMPLE_DATA.group2\n };\n }\n if (yaxisLength >= 3) {\n data[2] = {\n values: third_series_array,\n key: SAMPLE_DATA.group3\n };\n }\n break;\n case 'columnChartFormat':\n data = [\n {'x': SAMPLE_DATA.group1, 'y': 3}\n ];\n break;\n case 'barChartFormat':\n data = [\n {'x': SAMPLE_DATA.group1, 'y': 2000000},\n {'x': SAMPLE_DATA.group2, 'y': 1000000},\n {'x': SAMPLE_DATA.group3, 'y': 3000000}\n ];\n break;\n case 'lineChartFormat':\n data = [\n {'x': SAMPLE_DATA1.group1, 'y': 2},\n {'x': SAMPLE_DATA1.group2, 'y': 0},\n {'x': SAMPLE_DATA1.group3, 'y': 3}\n ];\n break;\n case 'bubbleFormat':\n // shape = shape === 'random' ? shapes[Math.floor(Math.random() * shapes.length)] : shape;\n data = [\n {'x': SAMPLE_DATA2.group1, 'y': 1000000},\n {'x': SAMPLE_DATA2.group2, 'y': 2000000},\n {'x': SAMPLE_DATA2.group3, 'y': 3000000},\n {'x': SAMPLE_DATA2.group4, 'y': 4000000}\n ];\n break;\n case 'pieChartFormat':\n data = [\n {'x': SAMPLE_DATA1.group1, 'y': 1000000},\n {'x': SAMPLE_DATA1.group2, 'y': 2000000},\n {'x': SAMPLE_DATA1.group3, 'y': 3000000},\n {'x': SAMPLE_DATA1.group4, 'y': 4000000}\n ];\n break;\n \n }\n return data;\n\n};\n\nexport const getChartType = (widgetContext: { type: any; }) => {\n const type = widgetContext.type;\n if (isLineChart(type)) {\n return 'lineChartFormat';\n }\n if (isAreaChart(type)) {\n return 'lineChartFormat'; \n }\n if (isBarChart(type)) {\n return 'barChartFormat'; \n }\n if (isColumnChart(type)) {\n return 'columnChartFormat'; \n }\n if (isPieChart(type)) {\n return 'pieChartFormat';\n }\n if (isBubbleChart(type)) {\n return 'bubbleFormat';\n }\n if (isDonutChart(type)) {\n return 'pieChartFormat';\n}\n return isChartDataJSON(type) ? 'jsonFormat' : 'arrayFormat';\n};\n\n// Sample data to populate when no data is bound\nexport const getSampleData = (widgetContext: { yaxisdatakey: any; shape: any; }) => constructSampleData(getDataType(widgetContext), _.split(widgetContext.yaxisdatakey, ',').length, widgetContext.shape);\n\nfunction getDataType(widgetContext: { yaxisdatakey: any; shape: any; }): any {\n throw new Error(\"Function not implemented.\");\n}\n"],"mappings":"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"}
|