@@ -10,7 +10,10 @@ export const GRID_DATA: any[] = [{
10
10
UnitsOnOrder : 30 ,
11
11
ReorderLevel : 10 ,
12
12
Discontinued : false ,
13
- OrderDate : new Date ( "2012-02-12" )
13
+ OrderDate : new Date ( "2012-02-12" ) ,
14
+ ProductionDate : new Date ( "2011-02-12 10:15:35" ) ,
15
+ PackagedAt : new Date ( "2011-02-12 10:15:35" ) ,
16
+ PercentInStock : 0.6807
14
17
} , {
15
18
ProductID : 2 ,
16
19
ProductName : "Chang" ,
@@ -22,7 +25,10 @@ export const GRID_DATA: any[] = [{
22
25
UnitsOnOrder : 40 ,
23
26
ReorderLevel : 25 ,
24
27
Discontinued : true ,
25
- OrderDate : new Date ( "2003-03-17" )
28
+ OrderDate : new Date ( "2003-03-17" ) ,
29
+ ProductionDate : new Date ( "2002-03-17 13:35:25" ) ,
30
+ PackagedAt : new Date ( "2002-03-17 13:35:25" ) ,
31
+ PercentInStock : 0.7006
26
32
} , {
27
33
ProductID : 3 ,
28
34
ProductName : "Aniseed Syrup" ,
@@ -34,7 +40,10 @@ export const GRID_DATA: any[] = [{
34
40
UnitsOnOrder : 70 ,
35
41
ReorderLevel : 25 ,
36
42
Discontinued : false ,
37
- OrderDate : new Date ( "2006-03-17" )
43
+ OrderDate : new Date ( "2006-03-17" ) ,
44
+ ProductionDate : new Date ( "2005-03-17 12:16:33" ) ,
45
+ PackagedAt : new Date ( "2005-03-17 12:16:33" ) ,
46
+ PercentInStock : 0.1634
38
47
} , {
39
48
ProductID : 4 ,
40
49
ProductName : "Chef Antons Cajun Seasoning" ,
@@ -46,7 +55,10 @@ export const GRID_DATA: any[] = [{
46
55
UnitsOnOrder : 30 ,
47
56
ReorderLevel : 0 ,
48
57
Discontinued : false ,
49
- OrderDate : new Date ( "2016-03-17" )
58
+ OrderDate : new Date ( "2016-03-17" ) ,
59
+ ProductionDate : new Date ( "2015-03-17 13:24:28" ) ,
60
+ PackagedAt : new Date ( "2015-03-17 13:24:28" ) ,
61
+ PercentInStock : 0.7523
50
62
} , {
51
63
ProductID : 5 ,
52
64
ProductName : "Chef Antons Gumbo Mix" ,
@@ -58,7 +70,10 @@ export const GRID_DATA: any[] = [{
58
70
UnitsOnOrder : 30 ,
59
71
ReorderLevel : 0 ,
60
72
Discontinued : true ,
61
- OrderDate : new Date ( "2011-11-11" )
73
+ OrderDate : new Date ( "2011-11-11" ) ,
74
+ ProductionDate : new Date ( "2010-11-11 09:15:25" ) ,
75
+ PackagedAt : new Date ( "2010-11-11 09:15:25" ) ,
76
+ PercentInStock : 0.5
62
77
} , {
63
78
ProductID : 6 ,
64
79
ProductName : "Grandmas Boysenberry Spread" ,
@@ -70,7 +85,10 @@ export const GRID_DATA: any[] = [{
70
85
UnitsOnOrder : 30 ,
71
86
ReorderLevel : 25 ,
72
87
Discontinued : false ,
73
- OrderDate : new Date ( "2017-12-17" )
88
+ OrderDate : new Date ( "2017-12-17" ) ,
89
+ ProductionDate : new Date ( "2016-12-17 10:10:30" ) ,
90
+ PackagedAt : new Date ( "2016-12-17 10:10:30" ) ,
91
+ PercentInStock : 0.5642
74
92
} , {
75
93
ProductID : 7 ,
76
94
ProductName : "Uncle Bobs Organic Dried Pears" ,
@@ -82,7 +100,10 @@ export const GRID_DATA: any[] = [{
82
100
UnitsOnOrder : 30 ,
83
101
ReorderLevel : 10 ,
84
102
Discontinued : false ,
85
- OrderDate : new Date ( "2016-07-17" )
103
+ OrderDate : new Date ( "2016-07-17" ) ,
104
+ ProductionDate : new Date ( "2015-07-17 11:11:11" ) ,
105
+ PackagedAt : new Date ( "2015-07-17 11:11:11" ) ,
106
+ PercentInStock : 0.1707
86
107
} , {
87
108
ProductID : 8 ,
88
109
ProductName : "Northwoods Cranberry Sauce" ,
@@ -94,7 +115,10 @@ export const GRID_DATA: any[] = [{
94
115
UnitsOnOrder : 30 ,
95
116
ReorderLevel : 0 ,
96
117
Discontinued : false ,
97
- OrderDate : new Date ( "2018-01-17" )
118
+ OrderDate : new Date ( "2018-01-17" ) ,
119
+ ProductionDate : new Date ( "2017-01-17 12:12:32" ) ,
120
+ PackagedAt : new Date ( "2017-01-17 12:12:32" ) ,
121
+ PercentInStock : 0.0717
98
122
} , {
99
123
ProductID : 9 ,
100
124
ProductName : "Mishi Kobe Niku" ,
@@ -106,7 +130,10 @@ export const GRID_DATA: any[] = [{
106
130
UnitsOnOrder : 30 ,
107
131
ReorderLevel : 0 ,
108
132
Discontinued : true ,
109
- OrderDate : new Date ( "2010-02-17" )
133
+ OrderDate : new Date ( "2010-02-17" ) ,
134
+ ProductionDate : new Date ( "2009-02-17 15:16:35" ) ,
135
+ PackagedAt : new Date ( "2009-02-17 15:16:35" ) ,
136
+ PercentInStock : 0.1219
110
137
} , {
111
138
ProductID : 10 ,
112
139
ProductName : "Ikura" ,
@@ -118,7 +145,10 @@ export const GRID_DATA: any[] = [{
118
145
UnitsOnOrder : 30 ,
119
146
ReorderLevel : 0 ,
120
147
Discontinued : false ,
121
- OrderDate : new Date ( "2008-05-17" )
148
+ OrderDate : new Date ( "2008-05-17" ) ,
149
+ ProductionDate : new Date ( "2007-05-17 19:29:35" ) ,
150
+ PackagedAt : new Date ( "2007-05-17 19:29:35" ) ,
151
+ PercentInStock : 0.9812
122
152
} , {
123
153
ProductID : 11 ,
124
154
ProductName : "Queso Cabrales" ,
@@ -130,7 +160,10 @@ export const GRID_DATA: any[] = [{
130
160
UnitsOnOrder : 30 ,
131
161
ReorderLevel : 30 ,
132
162
Discontinued : false ,
133
- OrderDate : new Date ( "2009-01-17" )
163
+ OrderDate : new Date ( "2009-01-17" ) ,
164
+ ProductionDate : new Date ( "2008-01-17 17:17:35" ) ,
165
+ PackagedAt : new Date ( "2008-01-17 17:17:35" ) ,
166
+ PercentInStock : 0.1912
134
167
} , {
135
168
ProductID : 12 ,
136
169
ProductName : "Queso Manchego La Pastora" ,
@@ -142,7 +175,10 @@ export const GRID_DATA: any[] = [{
142
175
UnitsOnOrder : 30 ,
143
176
ReorderLevel : 0 ,
144
177
Discontinued : false ,
145
- OrderDate : new Date ( "2015-11-17" )
178
+ OrderDate : new Date ( "2015-11-17" ) ,
179
+ ProductionDate : new Date ( "2014-11-17 15:25:35" ) ,
180
+ PackagedAt : new Date ( "2014-11-17 15:25:35" ) ,
181
+ PercentInStock : 0.1717
146
182
} , {
147
183
ProductID : 13 ,
148
184
ProductName : "Konbu" ,
@@ -154,7 +190,10 @@ export const GRID_DATA: any[] = [{
154
190
UnitsOnOrder : 30 ,
155
191
ReorderLevel : 5 ,
156
192
Discontinued : false ,
157
- OrderDate : new Date ( "2015-03-17" )
193
+ OrderDate : new Date ( "2015-03-17" ) ,
194
+ ProductionDate : new Date ( "2014-03-17 03:05:35" ) ,
195
+ PackagedAt : new Date ( "2014-03-17 03:05:35" ) ,
196
+ PercentInStock : 0.3788
158
197
} , {
159
198
ProductID : 14 ,
160
199
ProductName : "Tofu" ,
@@ -166,7 +205,10 @@ export const GRID_DATA: any[] = [{
166
205
UnitsOnOrder : 30 ,
167
206
ReorderLevel : 0 ,
168
207
Discontinued : false ,
169
- OrderDate : new Date ( "2017-06-17" )
208
+ OrderDate : new Date ( "2017-06-17" ) ,
209
+ ProductionDate : new Date ( "2016-06-17 05:03:35" ) ,
210
+ PackagedAt : new Date ( "2016-06-17 05:03:35" ) ,
211
+ PercentInStock : 0.0128
170
212
} , {
171
213
ProductID : 15 ,
172
214
ProductName : "Genen Shouyu" ,
@@ -178,7 +220,10 @@ export const GRID_DATA: any[] = [{
178
220
UnitsOnOrder : 30 ,
179
221
ReorderLevel : 5 ,
180
222
Discontinued : false ,
181
- OrderDate : new Date ( "2014-03-17" )
223
+ OrderDate : new Date ( "2014-03-17" ) ,
224
+ ProductionDate : new Date ( "2013-03-17 06:15:25" ) ,
225
+ PackagedAt : new Date ( "2013-03-17 06:15:25" ) ,
226
+ PercentInStock : 0.892
182
227
} , {
183
228
ProductID : 16 ,
184
229
ProductName : "Pavlova" ,
@@ -190,7 +235,10 @@ export const GRID_DATA: any[] = [{
190
235
UnitsOnOrder : 30 ,
191
236
ReorderLevel : 10 ,
192
237
Discontinued : false ,
193
- OrderDate : new Date ( "2018-03-28" )
238
+ OrderDate : new Date ( "2018-03-28" ) ,
239
+ ProductionDate : new Date ( "2017-03-28 08:17:35" ) ,
240
+ PackagedAt : new Date ( "2017-03-28 08:17:35" ) ,
241
+ PercentInStock : 0.9124
194
242
} , {
195
243
ProductID : 17 ,
196
244
ProductName : "Alice Mutton" ,
@@ -202,7 +250,10 @@ export const GRID_DATA: any[] = [{
202
250
UnitsOnOrder : 30 ,
203
251
ReorderLevel : 0 ,
204
252
Discontinued : true ,
205
- OrderDate : new Date ( "2015-08-17" )
253
+ OrderDate : new Date ( "2015-08-17 10:15:35" ) ,
254
+ ProductionDate : new Date ( "2014-08-17 16:15:35" ) ,
255
+ PackagedAt : new Date ( "2014-08-17 16:15:35" ) ,
256
+ PercentInStock : 0.2634
206
257
} , {
207
258
ProductID : 18 ,
208
259
ProductName : "Carnarvon Tigers" ,
@@ -214,7 +265,10 @@ export const GRID_DATA: any[] = [{
214
265
UnitsOnOrder : 30 ,
215
266
ReorderLevel : 0 ,
216
267
Discontinued : false ,
217
- OrderDate : new Date ( "2005-09-27" )
268
+ OrderDate : new Date ( "2005-09-27" ) ,
269
+ ProductionDate : new Date ( "2004-09-27 16:48:35" ) ,
270
+ PackagedAt : new Date ( "2004-09-27 16:48:35" ) ,
271
+ PercentInStock : 0.4632
218
272
} , {
219
273
ProductID : 19 ,
220
274
ProductName : "Teatime Chocolate Biscuits" ,
@@ -226,7 +280,10 @@ export const GRID_DATA: any[] = [{
226
280
UnitsOnOrder : 30 ,
227
281
ReorderLevel : 5 ,
228
282
Discontinued : false ,
229
- OrderDate : new Date ( "2001-03-17" )
283
+ OrderDate : new Date ( "2001-03-17" ) ,
284
+ ProductionDate : new Date ( "2000-03-17 14:34:35" ) ,
285
+ PackagedAt : new Date ( "2000-03-17 14:34:35" ) ,
286
+ PercentInStock : 0.069
230
287
} , {
231
288
ProductID : 20 ,
232
289
ProductName : "Sir Rodneys Marmalade" ,
@@ -238,7 +295,10 @@ export const GRID_DATA: any[] = [{
238
295
UnitsOnOrder : 30 ,
239
296
ReorderLevel : 0 ,
240
297
Discontinued : false ,
241
- OrderDate : new Date ( "2005-03-17" )
298
+ OrderDate : new Date ( "2005-03-17" ) ,
299
+ ProductionDate : new Date ( "2004-03-17 11:17:35" ) ,
300
+ PackagedAt : new Date ( "2004-03-17 11:17:35" ) ,
301
+ PercentInStock : 0.234 ,
242
302
}
243
303
] ;
244
304
/* tslint:enable */
0 commit comments