@activecollab/components 1.0.150 → 1.0.153

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.
Files changed (104) hide show
  1. package/dist/cjs/components/CounterButton/CounterButton.js.map +1 -1
  2. package/dist/cjs/components/Entity/EntityCard.js +56 -0
  3. package/dist/cjs/components/Entity/EntityCard.js.map +1 -0
  4. package/dist/cjs/components/Entity/EntityGroup.js +47 -0
  5. package/dist/cjs/components/Entity/EntityGroup.js.map +1 -0
  6. package/dist/cjs/components/Entity/EntityProperty.js +48 -0
  7. package/dist/cjs/components/Entity/EntityProperty.js.map +1 -0
  8. package/dist/cjs/components/Entity/Styles.js +79 -0
  9. package/dist/cjs/components/Entity/Styles.js.map +1 -0
  10. package/dist/cjs/components/Entity/data.js +877 -0
  11. package/dist/cjs/components/Entity/data.js.map +1 -0
  12. package/dist/cjs/components/Entity/index.js +20 -0
  13. package/dist/cjs/components/Entity/index.js.map +1 -0
  14. package/dist/cjs/components/Filter/Filter.js +228 -0
  15. package/dist/cjs/components/Filter/Filter.js.map +1 -0
  16. package/dist/cjs/components/Filter/StartMenu.js +60 -0
  17. package/dist/cjs/components/Filter/StartMenu.js.map +1 -0
  18. package/dist/cjs/components/Filter/Styles.js +69 -0
  19. package/dist/cjs/components/Filter/Styles.js.map +1 -0
  20. package/dist/cjs/components/Filter/Submenu.js +52 -0
  21. package/dist/cjs/components/Filter/Submenu.js.map +1 -0
  22. package/dist/cjs/components/Filter/index.js +19 -0
  23. package/dist/cjs/components/Filter/index.js.map +1 -0
  24. package/dist/cjs/components/List/ListItem.js.map +1 -1
  25. package/dist/cjs/components/Menu/MenuFooter.js.map +1 -1
  26. package/dist/cjs/components/Paper/Styles.js +7 -4
  27. package/dist/cjs/components/Paper/Styles.js.map +1 -1
  28. package/dist/cjs/components/Select/Option/Option.js.map +1 -1
  29. package/dist/cjs/components/Select/OptionContent/Styles.js +1 -1
  30. package/dist/cjs/components/Select/OptionContent/Styles.js.map +1 -1
  31. package/dist/cjs/components/index.js +26 -0
  32. package/dist/cjs/components/index.js.map +1 -1
  33. package/dist/esm/components/CounterButton/CounterButton.d.ts +1 -1
  34. package/dist/esm/components/CounterButton/CounterButton.d.ts.map +1 -1
  35. package/dist/esm/components/CounterButton/CounterButton.js.map +1 -1
  36. package/dist/esm/components/Entity/EntityCard.d.ts +12 -0
  37. package/dist/esm/components/Entity/EntityCard.d.ts.map +1 -0
  38. package/dist/esm/components/Entity/EntityCard.js +37 -0
  39. package/dist/esm/components/Entity/EntityCard.js.map +1 -0
  40. package/dist/esm/components/Entity/EntityGroup.d.ts +7 -0
  41. package/dist/esm/components/Entity/EntityGroup.d.ts.map +1 -0
  42. package/dist/esm/components/Entity/EntityGroup.js +28 -0
  43. package/dist/esm/components/Entity/EntityGroup.js.map +1 -0
  44. package/dist/esm/components/Entity/EntityProperty.d.ts +9 -0
  45. package/dist/esm/components/Entity/EntityProperty.d.ts.map +1 -0
  46. package/dist/esm/components/Entity/EntityProperty.js +29 -0
  47. package/dist/esm/components/Entity/EntityProperty.js.map +1 -0
  48. package/dist/esm/components/Entity/Styles.d.ts +20 -0
  49. package/dist/esm/components/Entity/Styles.d.ts.map +1 -0
  50. package/dist/esm/components/Entity/Styles.js +59 -0
  51. package/dist/esm/components/Entity/Styles.js.map +1 -0
  52. package/dist/esm/components/Entity/data.d.ts +42 -0
  53. package/dist/esm/components/Entity/data.d.ts.map +1 -0
  54. package/dist/esm/components/Entity/data.js +866 -0
  55. package/dist/esm/components/Entity/data.js.map +1 -0
  56. package/dist/esm/components/Entity/index.d.ts +7 -0
  57. package/dist/esm/components/Entity/index.d.ts.map +1 -0
  58. package/dist/esm/components/Entity/index.js +9 -0
  59. package/dist/esm/components/Entity/index.js.map +1 -0
  60. package/dist/esm/components/Filter/Filter.d.ts +23 -0
  61. package/dist/esm/components/Filter/Filter.d.ts.map +1 -0
  62. package/dist/esm/components/Filter/Filter.js +182 -0
  63. package/dist/esm/components/Filter/Filter.js.map +1 -0
  64. package/dist/esm/components/Filter/StartMenu.d.ts +10 -0
  65. package/dist/esm/components/Filter/StartMenu.d.ts.map +1 -0
  66. package/dist/esm/components/Filter/StartMenu.js +41 -0
  67. package/dist/esm/components/Filter/StartMenu.js.map +1 -0
  68. package/dist/esm/components/Filter/Styles.d.ts +10 -0
  69. package/dist/esm/components/Filter/Styles.d.ts.map +1 -0
  70. package/dist/esm/components/Filter/Styles.js +47 -0
  71. package/dist/esm/components/Filter/Styles.js.map +1 -0
  72. package/dist/esm/components/Filter/Submenu.d.ts +9 -0
  73. package/dist/esm/components/Filter/Submenu.d.ts.map +1 -0
  74. package/dist/esm/components/Filter/Submenu.js +32 -0
  75. package/dist/esm/components/Filter/Submenu.js.map +1 -0
  76. package/dist/esm/components/Filter/index.d.ts +2 -0
  77. package/dist/esm/components/Filter/index.d.ts.map +1 -0
  78. package/dist/esm/components/Filter/index.js +2 -0
  79. package/dist/esm/components/Filter/index.js.map +1 -0
  80. package/dist/esm/components/List/ListItem.d.ts +1 -2
  81. package/dist/esm/components/List/ListItem.d.ts.map +1 -1
  82. package/dist/esm/components/List/ListItem.js.map +1 -1
  83. package/dist/esm/components/Menu/MenuFooter.d.ts +1 -2
  84. package/dist/esm/components/Menu/MenuFooter.d.ts.map +1 -1
  85. package/dist/esm/components/Menu/MenuFooter.js.map +1 -1
  86. package/dist/esm/components/Paper/Styles.d.ts +1 -0
  87. package/dist/esm/components/Paper/Styles.d.ts.map +1 -1
  88. package/dist/esm/components/Paper/Styles.js +4 -3
  89. package/dist/esm/components/Paper/Styles.js.map +1 -1
  90. package/dist/esm/components/Select/Option/Option.d.ts +1 -0
  91. package/dist/esm/components/Select/Option/Option.d.ts.map +1 -1
  92. package/dist/esm/components/Select/Option/Option.js.map +1 -1
  93. package/dist/esm/components/Select/OptionContent/Styles.d.ts.map +1 -1
  94. package/dist/esm/components/Select/OptionContent/Styles.js +1 -1
  95. package/dist/esm/components/Select/OptionContent/Styles.js.map +1 -1
  96. package/dist/esm/components/index.d.ts +2 -0
  97. package/dist/esm/components/index.d.ts.map +1 -1
  98. package/dist/esm/components/index.js +2 -0
  99. package/dist/esm/components/index.js.map +1 -1
  100. package/dist/index.js +582 -155
  101. package/dist/index.js.map +1 -1
  102. package/dist/index.min.js +1 -1
  103. package/dist/index.min.js.map +1 -1
  104. package/package.json +1 -1
@@ -0,0 +1,877 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.projects = exports.notes = exports.invoices = exports.folders = exports.files = void 0;
7
+ var projects = [{
8
+ client_id: 1,
9
+ description: "In mi pede, nonummy ut, molestie in, tempus",
10
+ project_number: "P-1",
11
+ id: 1,
12
+ color: "#db6967",
13
+ is_favorite: true,
14
+ last_updated_on: "2020-08-08",
15
+ client_name: "Enim Mauris LLP",
16
+ name: "Nullam velit dui,"
17
+ }, {
18
+ client_id: 1,
19
+ description: "sagittis placerat. Cras dictum ultricies ligula. Nullam enim. Sed",
20
+ project_number: "P-2",
21
+ id: 2,
22
+ color: "#ed703b",
23
+ is_favorite: true,
24
+ last_updated_on: "2021-11-15",
25
+ client_name: "Vel LLC",
26
+ name: "porttitor vulputate, posuere"
27
+ }, {
28
+ client_id: 2,
29
+ description: "aliquet diam. Sed diam lorem, auctor quis, tristique ac, eleifend vitae,",
30
+ project_number: "P-3",
31
+ id: 3,
32
+ color: "#76f2b8",
33
+ is_favorite: false,
34
+ last_updated_on: "2022-01-08",
35
+ client_name: "Ipsum Suspendisse Non Limited",
36
+ name: "Cum sociis natoque"
37
+ }, {
38
+ client_id: 2,
39
+ description: "velit justo nec ante. Maecenas mi felis,",
40
+ project_number: "P-4",
41
+ id: 4,
42
+ color: "#c3ed6f",
43
+ is_favorite: false,
44
+ last_updated_on: "2019-12-13",
45
+ client_name: "Nunc Mauris Corp.",
46
+ name: "Suspendisse tristique neque venenatis"
47
+ }, {
48
+ client_id: 1,
49
+ description: "ipsum non arcu.",
50
+ project_number: "P-5",
51
+ id: 5,
52
+ color: "#328499",
53
+ is_favorite: false,
54
+ last_updated_on: "2020-10-16",
55
+ client_name: "At Associates",
56
+ name: "Nunc ut erat."
57
+ }, {
58
+ client_id: 1,
59
+ description: "commodo at, libero. Morbi",
60
+ project_number: "P-6",
61
+ id: 6,
62
+ color: "#497703",
63
+ is_favorite: false,
64
+ last_updated_on: "2022-02-12",
65
+ client_name: "Elit Dictum Foundation",
66
+ name: "Nullam suscipit, est"
67
+ }, {
68
+ client_id: 2,
69
+ description: "felis purus ac tellus. Suspendisse sed dolor.",
70
+ project_number: "P-7",
71
+ id: 7,
72
+ color: "#fcae9f",
73
+ is_favorite: true,
74
+ last_updated_on: "2020-11-08",
75
+ client_name: "Mauris Inc.",
76
+ name: "nec ante blandit"
77
+ }, {
78
+ client_id: 2,
79
+ description: "vel sapien imperdiet ornare.",
80
+ project_number: "P-8",
81
+ id: 8,
82
+ color: "#5befb1",
83
+ is_favorite: true,
84
+ last_updated_on: "2020-09-05",
85
+ client_name: "Morbi Metus Industries",
86
+ name: "ridiculus mus."
87
+ }, {
88
+ client_id: 1,
89
+ description: "libero est, congue a, aliquet vel, vulputate",
90
+ project_number: "P-9",
91
+ id: 9,
92
+ color: "#01c6a2",
93
+ is_favorite: true,
94
+ last_updated_on: "2021-06-14",
95
+ client_name: "A Enim Suspendisse Inc.",
96
+ name: "risus. Duis"
97
+ }, {
98
+ client_id: 1,
99
+ description: "Ut nec urna et arcu imperdiet ullamcorper.",
100
+ project_number: "P-10",
101
+ id: 10,
102
+ color: "#82e25d",
103
+ is_favorite: true,
104
+ last_updated_on: "2021-11-16",
105
+ client_name: "Duis At LLC",
106
+ name: "luctus ut, pellentesque"
107
+ }, {
108
+ client_id: 2,
109
+ description: "ac facilisis facilisis, magna",
110
+ project_number: "P-11",
111
+ id: 11,
112
+ color: "#948fe8",
113
+ is_favorite: false,
114
+ last_updated_on: "2020-07-27",
115
+ client_name: "Penatibus Et Foundation",
116
+ name: "Phasellus nulla. Integer vulputate,"
117
+ }, {
118
+ client_id: 2,
119
+ description: "convallis, ante lectus convallis est, vitae sodales nisi",
120
+ project_number: "P-12",
121
+ id: 12,
122
+ color: "#13f735",
123
+ is_favorite: true,
124
+ last_updated_on: "2021-08-04",
125
+ client_name: "Ac Feugiat Inc.",
126
+ name: "Integer id magna et"
127
+ }, {
128
+ client_id: 1,
129
+ description: "sed leo. Cras vehicula aliquet libero.",
130
+ project_number: "P-13",
131
+ id: 13,
132
+ color: "#c547f7",
133
+ is_favorite: true,
134
+ last_updated_on: "2021-01-18",
135
+ client_name: "Vitae Aliquam Company",
136
+ name: "nunc ac"
137
+ }, {
138
+ client_id: 1,
139
+ description: "eget tincidunt dui augue eu tellus. Phasellus elit pede, malesuada vel, venenatis vel,",
140
+ project_number: "P-14",
141
+ id: 14,
142
+ color: "#fff7b2",
143
+ is_favorite: true,
144
+ last_updated_on: "2020-12-05",
145
+ client_name: "Magna Et Corporation",
146
+ name: "Donec egestas. Aliquam"
147
+ }, {
148
+ client_id: 2,
149
+ description: "mauris blandit mattis. Cras eget",
150
+ project_number: "P-15",
151
+ id: 15,
152
+ color: "#5bd8a4",
153
+ is_favorite: false,
154
+ last_updated_on: "2019-09-24",
155
+ client_name: "Ligula Aliquam Erat PC",
156
+ name: "mi lacinia mattis."
157
+ }, {
158
+ client_id: 2,
159
+ description: "magnis dis parturient montes, nascetur ridiculus mus. Proin vel arcu eu",
160
+ project_number: "P-16",
161
+ id: 16,
162
+ color: "#9dd6dd",
163
+ is_favorite: false,
164
+ last_updated_on: "2021-01-17",
165
+ client_name: "Ipsum Sodales Limited",
166
+ name: "enim."
167
+ }, {
168
+ client_id: 1,
169
+ description: "Donec dignissim magna a tortor.",
170
+ project_number: "P-17",
171
+ id: 17,
172
+ color: "#a5fc4e",
173
+ is_favorite: false,
174
+ last_updated_on: "2020-01-23",
175
+ client_name: "Fringilla Corporation",
176
+ name: "dolor."
177
+ }, {
178
+ client_id: 1,
179
+ description: "nisl arcu iaculis enim,",
180
+ project_number: "P-18",
181
+ id: 18,
182
+ color: "#db78a5",
183
+ is_favorite: false,
184
+ last_updated_on: "2022-01-04",
185
+ client_name: "Cum Sociis PC",
186
+ name: "amet lorem semper"
187
+ }, {
188
+ client_id: 2,
189
+ description: "dignissim pharetra. Nam ac nulla. In tincidunt congue",
190
+ project_number: "P-19",
191
+ id: 19,
192
+ color: "#edade4",
193
+ is_favorite: true,
194
+ last_updated_on: "2020-04-04",
195
+ client_name: "In Felis PC",
196
+ name: "tincidunt vehicula"
197
+ }, {
198
+ client_id: 2,
199
+ description: "dolor vitae dolor. Donec fringilla. Donec feugiat metus sit",
200
+ project_number: "P-20",
201
+ id: 20,
202
+ color: "#65f7dc",
203
+ is_favorite: true,
204
+ last_updated_on: "2021-02-06",
205
+ client_name: "Diam Duis Mi LLC",
206
+ name: "orci, consectetuer"
207
+ }, {
208
+ client_id: 1,
209
+ description: "eu arcu. Morbi sit amet",
210
+ project_number: "P-21",
211
+ id: 21,
212
+ color: "#44f476",
213
+ is_favorite: true,
214
+ last_updated_on: "2019-11-16",
215
+ client_name: "Per Inceptos Hymenaeos Consulting",
216
+ name: "In at"
217
+ }, {
218
+ client_id: 1,
219
+ description: "vitae semper egestas, urna justo faucibus lectus, a sollicitudin orci sem eget massa.",
220
+ project_number: "P-22",
221
+ id: 22,
222
+ color: "#6df98c",
223
+ is_favorite: false,
224
+ last_updated_on: "2020-05-02",
225
+ client_name: "Nam Corporation",
226
+ name: "arcu. Sed eu nibh"
227
+ }, {
228
+ client_id: 2,
229
+ description: "lorem vitae odio sagittis semper. Nam tempor",
230
+ project_number: "P-23",
231
+ id: 23,
232
+ color: "#8dcee0",
233
+ is_favorite: true,
234
+ last_updated_on: "2020-05-13",
235
+ client_name: "Integer Foundation",
236
+ name: "imperdiet non, vestibulum"
237
+ }, {
238
+ client_id: 2,
239
+ description: "nonummy ipsum non arcu. Vivamus sit amet",
240
+ project_number: "P-24",
241
+ id: 24,
242
+ color: "#60a7bc",
243
+ is_favorite: false,
244
+ last_updated_on: "2022-03-06",
245
+ client_name: "Quam Curabitur Institute",
246
+ name: "Suspendisse aliquet,"
247
+ }, {
248
+ client_id: 1,
249
+ description: "per conubia nostra, per inceptos hymenaeos. Mauris ut quam vel",
250
+ project_number: "P-25",
251
+ id: 25,
252
+ color: "#2edb53",
253
+ is_favorite: false,
254
+ last_updated_on: "2022-02-12",
255
+ client_name: "Mus Donec Industries",
256
+ name: "pharetra ut,"
257
+ }];
258
+ exports.projects = projects;
259
+ var invoices = [{
260
+ id: 1,
261
+ name: "FAKTURA-1",
262
+ due_on: "Oct 3, 2022",
263
+ status: "sent",
264
+ client_name: "Sem Pellentesque Associates",
265
+ amount: "$1,011.18",
266
+ left_to_pay: "$265.27"
267
+ }, {
268
+ id: 2,
269
+ name: "FAKTURA-2",
270
+ due_on: "Mar 5, 2022",
271
+ status: "sent",
272
+ client_name: "Proin Nisl Associates",
273
+ amount: "$494.28",
274
+ left_to_pay: "$0.00"
275
+ }, {
276
+ id: 3,
277
+ name: "FAKTURA-3",
278
+ due_on: "Oct 11, 2022",
279
+ status: "sent",
280
+ client_name: "Pellentesque Institute",
281
+ amount: "$1,992.91",
282
+ left_to_pay: "$296.42"
283
+ }, {
284
+ id: 4,
285
+ name: "FAKTURA-4",
286
+ due_on: "Aug 2, 2023",
287
+ status: "paid",
288
+ client_name: "Tellus Lorem Limited",
289
+ amount: "$1,030.06",
290
+ left_to_pay: "$63.33"
291
+ }, {
292
+ id: 5,
293
+ name: "FAKTURA-5",
294
+ due_on: "Sep 8, 2021",
295
+ status: "paid",
296
+ client_name: "Velit Quisque Varius Institute",
297
+ amount: "$758.79",
298
+ left_to_pay: "$339.50"
299
+ }, {
300
+ id: 6,
301
+ name: "FAKTURA-6",
302
+ due_on: "Mar 2, 2023",
303
+ status: "paid",
304
+ client_name: "Tempor Bibendum Foundation",
305
+ amount: "$900.49",
306
+ left_to_pay: "$241.70"
307
+ }, {
308
+ id: 7,
309
+ name: "FAKTURA-7",
310
+ due_on: "Mar 22, 2023",
311
+ status: "unsent",
312
+ client_name: "Vivamus Euismod Urna Incorporated",
313
+ amount: "$1,953.28",
314
+ left_to_pay: "$280.59"
315
+ }, {
316
+ id: 8,
317
+ name: "FAKTURA-8",
318
+ due_on: "May 22, 2023",
319
+ status: "unsent",
320
+ client_name: "Nullam Scelerisque Ltd",
321
+ amount: "$677.23",
322
+ left_to_pay: "$195.79"
323
+ }, {
324
+ id: 9,
325
+ name: "FAKTURA-9",
326
+ due_on: "Mar 7, 2023",
327
+ status: "unsent",
328
+ client_name: "Lectus Pede LLC",
329
+ amount: "$1,963.17",
330
+ left_to_pay: "$182.12"
331
+ }, {
332
+ id: 10,
333
+ name: "FAKTURA-10",
334
+ due_on: "Nov 19, 2022",
335
+ status: "sent",
336
+ client_name: "Mollis Lectus Incorporated",
337
+ amount: "$858.39",
338
+ left_to_pay: "$211.45"
339
+ }, {
340
+ id: 11,
341
+ name: "FAKTURA-11",
342
+ due_on: "Jul 10, 2022",
343
+ status: "sent",
344
+ client_name: "Vivamus Molestie Institute",
345
+ amount: "$810.38",
346
+ left_to_pay: "$282.49"
347
+ }, {
348
+ id: 12,
349
+ name: "FAKTURA-12",
350
+ due_on: "Jan 7, 2022",
351
+ status: "sent",
352
+ client_name: "Nibh LLC",
353
+ amount: "$1,624.77",
354
+ left_to_pay: "$61.21"
355
+ }, {
356
+ id: 13,
357
+ name: "FAKTURA-13",
358
+ due_on: "Apr 20, 2023",
359
+ status: "paid",
360
+ client_name: "Adipiscing Non Incorporated",
361
+ amount: "$1,195.91",
362
+ left_to_pay: "$178.53"
363
+ }, {
364
+ id: 14,
365
+ name: "FAKTURA-14",
366
+ due_on: "Apr 11, 2023",
367
+ status: "paid",
368
+ client_name: "Fringilla Institute",
369
+ amount: "$1,866.40",
370
+ left_to_pay: "$180.73"
371
+ }, {
372
+ id: 15,
373
+ name: "FAKTURA-15",
374
+ due_on: "Sep 2, 2021",
375
+ status: "paid",
376
+ client_name: "Nam Tempor LLP",
377
+ amount: "$697.59",
378
+ left_to_pay: "$348.83"
379
+ }, {
380
+ id: 16,
381
+ name: "FAKTURA-16",
382
+ due_on: "Aug 20, 2021",
383
+ status: "unsent",
384
+ client_name: "Sed Dictum Corp.",
385
+ amount: "$737.06",
386
+ left_to_pay: "$330.07"
387
+ }, {
388
+ id: 17,
389
+ name: "FAKTURA-17",
390
+ due_on: "Jun 16, 2022",
391
+ status: "unsent",
392
+ client_name: "Arcu Institute",
393
+ amount: "$1,862.20",
394
+ left_to_pay: "$286.15"
395
+ }, {
396
+ id: 18,
397
+ name: "FAKTURA-18",
398
+ due_on: "Jun 12, 2022",
399
+ status: "unsent",
400
+ client_name: "Gravida LLP",
401
+ amount: "$1,427.55",
402
+ left_to_pay: "$146.06"
403
+ }, {
404
+ id: 19,
405
+ name: "FAKTURA-19",
406
+ due_on: "Oct 21, 2021",
407
+ status: "sent",
408
+ client_name: "Tortor Foundation",
409
+ amount: "$1,210.87",
410
+ left_to_pay: "$363.74"
411
+ }, {
412
+ id: 20,
413
+ name: "FAKTURA-20",
414
+ due_on: "Mar 27, 2022",
415
+ status: "sent",
416
+ client_name: "At Lacus Quisque Incorporated",
417
+ amount: "$1,403.53",
418
+ left_to_pay: "$5.22"
419
+ }, {
420
+ id: 21,
421
+ name: "FAKTURA-21",
422
+ due_on: "Dec 4, 2022",
423
+ status: "sent",
424
+ client_name: "Malesuada Fames Ac Corp.",
425
+ amount: "$1,687.57",
426
+ left_to_pay: "$351.50"
427
+ }, {
428
+ id: 22,
429
+ name: "FAKTURA-22",
430
+ due_on: "Jun 24, 2022",
431
+ status: "paid",
432
+ client_name: "Cursus A Industries",
433
+ amount: "$654.17",
434
+ left_to_pay: "$14.41"
435
+ }, {
436
+ id: 23,
437
+ name: "FAKTURA-23",
438
+ due_on: "Dec 20, 2022",
439
+ status: "paid",
440
+ client_name: "Parturient Montes Nascetur Ltd",
441
+ amount: "$1,427.27",
442
+ left_to_pay: "$308.31"
443
+ }, {
444
+ id: 24,
445
+ name: "FAKTURA-24",
446
+ due_on: "Jan 7, 2023",
447
+ status: "paid",
448
+ client_name: "Faucibus Morbi Ltd",
449
+ amount: "$1,975.22",
450
+ left_to_pay: "$388.20"
451
+ }, {
452
+ id: 25,
453
+ name: "FAKTURA-25",
454
+ due_on: "Jan 15, 2022",
455
+ status: "unsent",
456
+ client_name: "Amet Consulting",
457
+ amount: "$994.62",
458
+ left_to_pay: "$47.93"
459
+ }, {
460
+ id: 26,
461
+ name: "FAKTURA-26",
462
+ due_on: "Oct 3, 2021",
463
+ status: "unsent",
464
+ client_name: "A Associates",
465
+ amount: "$605.78",
466
+ left_to_pay: "$60.72"
467
+ }, {
468
+ id: 27,
469
+ name: "FAKTURA-27",
470
+ due_on: "Dec 13, 2021",
471
+ status: "unsent",
472
+ client_name: "Purus Maecenas Libero Corp.",
473
+ amount: "$1,086.39",
474
+ left_to_pay: "$19.75"
475
+ }, {
476
+ id: 28,
477
+ name: "FAKTURA-28",
478
+ due_on: "Oct 18, 2022",
479
+ status: "sent",
480
+ client_name: "Malesuada Foundation",
481
+ amount: "$961.21",
482
+ left_to_pay: "$300.66"
483
+ }, {
484
+ id: 29,
485
+ name: "FAKTURA-29",
486
+ due_on: "Jan 10, 2022",
487
+ status: "sent",
488
+ client_name: "Quisque Ac Corporation",
489
+ amount: "$1,542.59",
490
+ left_to_pay: "$193.12"
491
+ }, {
492
+ id: 30,
493
+ name: "FAKTURA-30",
494
+ due_on: "Apr 26, 2023",
495
+ status: "sent",
496
+ client_name: "Nunc Mauris Sapien Ltd",
497
+ amount: "$1,303.73",
498
+ left_to_pay: "$271.74"
499
+ }, {
500
+ id: 31,
501
+ name: "FAKTURA-31",
502
+ due_on: "Dec 18, 2022",
503
+ status: "paid",
504
+ client_name: "Suspendisse Ac Metus Corp.",
505
+ amount: "$1,384.78",
506
+ left_to_pay: "$15.69"
507
+ }, {
508
+ id: 32,
509
+ name: "FAKTURA-32",
510
+ due_on: "Apr 12, 2022",
511
+ status: "paid",
512
+ client_name: "Enim Mauris Quis Corp.",
513
+ amount: "$1,048.01",
514
+ left_to_pay: "$41.73"
515
+ }, {
516
+ id: 33,
517
+ name: "FAKTURA-33",
518
+ due_on: "Jul 22, 2023",
519
+ status: "paid",
520
+ client_name: "Massa Corporation",
521
+ amount: "$1,599.77",
522
+ left_to_pay: "$119.40"
523
+ }, {
524
+ id: 34,
525
+ name: "FAKTURA-34",
526
+ due_on: "Mar 18, 2022",
527
+ status: "unsent",
528
+ client_name: "Adipiscing Fringilla Porttitor PC",
529
+ amount: "$1,737.14",
530
+ left_to_pay: "$204.63"
531
+ }, {
532
+ id: 35,
533
+ name: "FAKTURA-35",
534
+ due_on: "Nov 20, 2021",
535
+ status: "unsent",
536
+ client_name: "Elit Dictum Eu Foundation",
537
+ amount: "$798.95",
538
+ left_to_pay: "$185.70"
539
+ }, {
540
+ id: 36,
541
+ name: "FAKTURA-36",
542
+ due_on: "Jul 9, 2022",
543
+ status: "unsent",
544
+ client_name: "Enim Sed Nulla Ltd",
545
+ amount: "$1,670.64",
546
+ left_to_pay: "$148.63"
547
+ }, {
548
+ id: 37,
549
+ name: "FAKTURA-37",
550
+ due_on: "Mar 16, 2023",
551
+ status: "sent",
552
+ client_name: "Mollis Duis Sit PC",
553
+ amount: "$682.21",
554
+ left_to_pay: "$182.26"
555
+ }, {
556
+ id: 38,
557
+ name: "FAKTURA-38",
558
+ due_on: "Oct 11, 2022",
559
+ status: "sent",
560
+ client_name: "Purus Nullam Scelerisque Industries",
561
+ amount: "$1,890.87",
562
+ left_to_pay: "$181.64"
563
+ }, {
564
+ id: 39,
565
+ name: "FAKTURA-39",
566
+ due_on: "Jun 16, 2023",
567
+ status: "sent",
568
+ client_name: "Sit Amet Ltd",
569
+ amount: "$406.97",
570
+ left_to_pay: "$278.99"
571
+ }, {
572
+ id: 40,
573
+ name: "FAKTURA-40",
574
+ due_on: "May 31, 2023",
575
+ status: "paid",
576
+ client_name: "Elit Pretium Et Consulting",
577
+ amount: "$1,888.87",
578
+ left_to_pay: "$226.69"
579
+ }, {
580
+ id: 41,
581
+ name: "FAKTURA-41",
582
+ due_on: "Nov 26, 2022",
583
+ status: "paid",
584
+ client_name: "Parturient Montes Nascetur LLP",
585
+ amount: "$1,765.98",
586
+ left_to_pay: "$35.52"
587
+ }, {
588
+ id: 42,
589
+ name: "FAKTURA-42",
590
+ due_on: "Feb 21, 2022",
591
+ status: "paid",
592
+ client_name: "Tellus Id Foundation",
593
+ amount: "$1,990.64",
594
+ left_to_pay: "$245.96"
595
+ }, {
596
+ id: 43,
597
+ name: "FAKTURA-43",
598
+ due_on: "Oct 13, 2022",
599
+ status: "unsent",
600
+ client_name: "Erat Nonummy Company",
601
+ amount: "$1,746.55",
602
+ left_to_pay: "$47.84"
603
+ }, {
604
+ id: 44,
605
+ name: "FAKTURA-44",
606
+ due_on: "Apr 15, 2023",
607
+ status: "unsent",
608
+ client_name: "Morbi Tristique PC",
609
+ amount: "$1,954.63",
610
+ left_to_pay: "$232.97"
611
+ }, {
612
+ id: 45,
613
+ name: "FAKTURA-45",
614
+ due_on: "Nov 5, 2021",
615
+ status: "unsent",
616
+ client_name: "Consectetuer Corp.",
617
+ amount: "$1,703.95",
618
+ left_to_pay: "$276.89"
619
+ }, {
620
+ id: 46,
621
+ name: "FAKTURA-46",
622
+ due_on: "Jul 20, 2022",
623
+ status: "sent",
624
+ client_name: "A Industries",
625
+ amount: "$1,370.17",
626
+ left_to_pay: "$279.29"
627
+ }, {
628
+ id: 47,
629
+ name: "FAKTURA-47",
630
+ due_on: "Aug 18, 2021",
631
+ status: "sent",
632
+ client_name: "In Faucibus Incorporated",
633
+ amount: "$1,189.67",
634
+ left_to_pay: "$344.31"
635
+ }, {
636
+ id: 48,
637
+ name: "FAKTURA-48",
638
+ due_on: "Mar 2, 2023",
639
+ status: "sent",
640
+ client_name: "Venenatis A Foundation",
641
+ amount: "$1,544.64",
642
+ left_to_pay: "$350.20"
643
+ }, {
644
+ id: 49,
645
+ name: "FAKTURA-49",
646
+ due_on: "May 28, 2023",
647
+ status: "paid",
648
+ client_name: "Nulla Integer Urna Foundation",
649
+ amount: "$1,829.31",
650
+ left_to_pay: "$358.11"
651
+ }, {
652
+ id: 50,
653
+ name: "FAKTURA-50",
654
+ due_on: "May 17, 2022",
655
+ status: "paid",
656
+ client_name: "Nulla Tincidunt Neque Limited",
657
+ amount: "$1,170.30",
658
+ left_to_pay: "$155.84"
659
+ }];
660
+ exports.invoices = invoices;
661
+ var notes = [{
662
+ id: 1,
663
+ name: "Quisque fringilla",
664
+ is_collection: true,
665
+ created_by: "Alea Clemons",
666
+ date: "Nov 22, 2022"
667
+ }, {
668
+ id: 2,
669
+ name: "malesuada fames",
670
+ is_collection: false,
671
+ created_by: "Perry Holt",
672
+ date: "Mar 5, 2022"
673
+ }, {
674
+ id: 3,
675
+ name: "arcu. Nunc mauris.",
676
+ is_collection: true,
677
+ created_by: "Carlos Rodgers",
678
+ date: "Oct 2, 2021"
679
+ }, {
680
+ id: 4,
681
+ name: "lorem",
682
+ is_collection: false,
683
+ created_by: "Eaton Sloan",
684
+ date: "Dec 5, 2022"
685
+ }, {
686
+ id: 5,
687
+ name: "pede nec ante",
688
+ is_collection: false,
689
+ created_by: "Channing Gray",
690
+ date: "Jun 16, 2023"
691
+ }, {
692
+ id: 6,
693
+ name: "blandit congue. In scelerisque",
694
+ is_collection: true,
695
+ created_by: "Byron Davenport",
696
+ date: "Feb 19, 2022"
697
+ }, {
698
+ id: 7,
699
+ name: "convallis",
700
+ is_collection: true,
701
+ created_by: "Walter Mcbride",
702
+ date: "Apr 9, 2023"
703
+ }, {
704
+ id: 8,
705
+ name: "Quisque porttitor",
706
+ is_collection: true,
707
+ created_by: "Galena Rollins",
708
+ date: "Mar 5, 2023"
709
+ }, {
710
+ id: 9,
711
+ name: "nisi magna sed",
712
+ is_collection: false,
713
+ created_by: "Brooke Padilla",
714
+ date: "Dec 16, 2022"
715
+ }, {
716
+ id: 10,
717
+ name: "Sed molestie.",
718
+ is_collection: false,
719
+ created_by: "Rosalyn Brady",
720
+ date: "Feb 12, 2023"
721
+ }, {
722
+ id: 11,
723
+ name: "vitae velit egestas",
724
+ is_collection: true,
725
+ created_by: "Jonas Johns",
726
+ date: "Jul 1, 2022"
727
+ }, {
728
+ id: 12,
729
+ name: "Phasellus nulla.",
730
+ is_collection: true,
731
+ created_by: "Brooke Mooney",
732
+ date: "Jan 12, 2022"
733
+ }, {
734
+ id: 13,
735
+ name: "Nulla eu neque pellentesque",
736
+ is_collection: false,
737
+ created_by: "Katelyn Mullen",
738
+ date: "Nov 30, 2022"
739
+ }, {
740
+ id: 14,
741
+ name: "tincidunt nibh. Phasellus nulla.",
742
+ is_collection: true,
743
+ created_by: "Lunea Peterson",
744
+ date: "Oct 15, 2021"
745
+ }, {
746
+ id: 15,
747
+ name: "neque venenatis lacus.",
748
+ is_collection: true,
749
+ created_by: "Zachery Huber",
750
+ date: "Nov 20, 2022"
751
+ }];
752
+ exports.notes = notes;
753
+ var folders = [{
754
+ id: 1,
755
+ name: "nostra, per inceptos",
756
+ has_children: true
757
+ }, {
758
+ id: 2,
759
+ name: "vulputate,",
760
+ has_children: false
761
+ }, {
762
+ id: 3,
763
+ name: "velit. Pellentesque ultricies",
764
+ has_children: false
765
+ }, {
766
+ id: 4,
767
+ name: "quis",
768
+ has_children: false
769
+ }, {
770
+ id: 5,
771
+ name: "Fusce mi",
772
+ has_children: true
773
+ }, {
774
+ id: 6,
775
+ name: "egestas rhoncus. Proin",
776
+ has_children: false
777
+ }, {
778
+ id: 7,
779
+ name: "In lorem. Donec elementum,",
780
+ has_children: false
781
+ }, {
782
+ id: 8,
783
+ name: "lacinia orci,",
784
+ has_children: true
785
+ }, {
786
+ id: 9,
787
+ name: "ipsum.",
788
+ has_children: false
789
+ }, {
790
+ id: 10,
791
+ name: "semper auctor. Mauris",
792
+ has_children: true
793
+ }];
794
+ exports.folders = folders;
795
+ var files = [{
796
+ id: 1,
797
+ name: "consectetuer euismod est arcu",
798
+ has_children: false,
799
+ url: "https://via.placeholder.com/200",
800
+ created_by: "Porter Mcclain",
801
+ size: 304,
802
+ date: "29. Mar"
803
+ }, {
804
+ id: 2,
805
+ name: "dolor sit",
806
+ has_children: false,
807
+ url: "https://via.placeholder.com/150",
808
+ created_by: "Judah Rivera",
809
+ size: 127,
810
+ date: "01. Nov"
811
+ }, {
812
+ id: 3,
813
+ name: "nonummy. Fusce fermentum",
814
+ has_children: true,
815
+ url: "https://via.placeholder.com/80",
816
+ created_by: "Tanner White",
817
+ size: 457,
818
+ date: "12. Nov"
819
+ }, {
820
+ id: 4,
821
+ name: "fringilla cursus",
822
+ has_children: false,
823
+ url: "https://via.placeholder.com/200",
824
+ created_by: "Herrod Sutton",
825
+ size: 434,
826
+ date: "10. Mar"
827
+ }, {
828
+ id: 5,
829
+ name: "vel",
830
+ has_children: false,
831
+ url: "https://via.placeholder.com/80",
832
+ created_by: "Claire Simpson",
833
+ size: 394,
834
+ date: "17. Oct"
835
+ }, {
836
+ id: 6,
837
+ name: "rhoncus. Proin",
838
+ has_children: true,
839
+ url: "https://via.placeholder.com/150",
840
+ created_by: "Ina Simmons",
841
+ size: 785,
842
+ date: "05. Jul"
843
+ }, {
844
+ id: 7,
845
+ name: "lobortis. Class",
846
+ has_children: false,
847
+ url: "https://via.placeholder.com/150",
848
+ created_by: "Fleur Charles",
849
+ size: 356,
850
+ date: "12. Jul"
851
+ }, {
852
+ id: 8,
853
+ name: "vel, vulputate",
854
+ has_children: true,
855
+ url: "https://via.placeholder.com/200",
856
+ created_by: "Hadley Boyer",
857
+ size: 753,
858
+ date: "03. Jul"
859
+ }, {
860
+ id: 9,
861
+ name: "Suspendisse sed dolor. Fusce",
862
+ has_children: true,
863
+ url: "https://via.placeholder.com/80",
864
+ created_by: "Shelby Humphrey",
865
+ size: 556,
866
+ date: "22. Sep"
867
+ }, {
868
+ id: 10,
869
+ name: "mauris",
870
+ has_children: true,
871
+ url: "https://via.placeholder.com/80",
872
+ created_by: "Winter George",
873
+ size: 765,
874
+ date: "31. Aug"
875
+ }];
876
+ exports.files = files;
877
+ //# sourceMappingURL=data.js.map