@paperless/core 0.1.0-alpha.45 → 0.1.0-alpha.48
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.
- package/CHANGELOG.md +30 -0
- package/dist/build/p-19254809.entry.js +1 -0
- package/dist/build/p-27914eed.entry.js +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-card-header.cjs.entry.js +1 -1
- package/dist/cjs/p-modal.cjs.entry.js +2 -2
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/components/atoms/card-header/card-header.component.js +4 -4
- package/dist/collection/components/atoms/divider/divider.component.css +1 -1
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +1 -1
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +1 -1
- package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
- package/dist/collection/components/atoms/modal-container/modal-container.component.css +1 -1
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
- package/dist/collection/components/molecules/modal/modal.component.js +5 -5
- package/dist/components/p-card-header.js +2 -2
- package/dist/components/p-modal.js +3 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-card-header.entry.js +1 -1
- package/dist/esm/p-modal.entry.js +2 -2
- package/dist/esm/paperless.js +1 -1
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/index.html +1 -1
- package/dist/paperless/p-19254809.entry.js +1 -0
- package/dist/paperless/p-27914eed.entry.js +1 -0
- package/dist/paperless/paperless.css +1 -1
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +2 -906
- package/dist/sw.js.map +1 -0
- package/dist/types/components/atoms/card-header/card-header.component.d.ts +2 -2
- package/dist/types/components/molecules/modal/modal.component.d.ts +2 -2
- package/dist/types/components.d.ts +12 -12
- package/dist/workbox-5fe694da.js +2 -0
- package/dist/workbox-5fe694da.js.map +1 -0
- package/package.json +17 -17
- package/dist/build/p-463f354c.entry.js +0 -1
- package/dist/build/p-94cef335.entry.js +0 -1
- package/dist/paperless/p-463f354c.entry.js +0 -1
- package/dist/paperless/p-94cef335.entry.js +0 -1
package/dist/sw.js
CHANGED
|
@@ -1,906 +1,2 @@
|
|
|
1
|
-
/**
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* You'll need to register this file in your web app and you should
|
|
5
|
-
* disable HTTP caching for this file too.
|
|
6
|
-
* See https://goo.gl/nhQhGp
|
|
7
|
-
*
|
|
8
|
-
* The rest of the code is auto-generated. Please don't update this file
|
|
9
|
-
* directly; instead, make changes to your Workbox build configuration
|
|
10
|
-
* and re-run your build process.
|
|
11
|
-
* See https://goo.gl/2aRDsh
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
|
15
|
-
|
|
16
|
-
self.addEventListener('message', (event) => {
|
|
17
|
-
if (event.data && event.data.type === 'SKIP_WAITING') {
|
|
18
|
-
self.skipWaiting();
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
|
|
24
|
-
* requests for URLs in the manifest.
|
|
25
|
-
* See https://goo.gl/S9QRab
|
|
26
|
-
*/
|
|
27
|
-
self.__precacheManifest = [
|
|
28
|
-
{
|
|
29
|
-
"url": "index.html",
|
|
30
|
-
"revision": "373ddacf5f85023b4e6f9fb5d05cb0d2"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"url": "build/index.esm.js",
|
|
34
|
-
"revision": "d41d8cd98f00b204e9800998ecf8427e"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"url": "build/p-0100c1a2.js"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"url": "build/p-11d24001.entry.js"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"url": "build/p-19d84fe7.entry.js"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"url": "build/p-2120a0b7.entry.js"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"url": "build/p-3b491ca2.entry.js"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"url": "build/p-3f6d3736.entry.js"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"url": "build/p-463f354c.entry.js"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"url": "build/p-4a85b858.entry.js"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"url": "build/p-5101f35f.entry.js"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"url": "build/p-5438d70e.entry.js"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"url": "build/p-63e5f5e1.entry.js"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"url": "build/p-67fc89a6.entry.js"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"url": "build/p-6e60b92a.entry.js"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"url": "build/p-7784ee14.entry.js"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"url": "build/p-864ac423.entry.js"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"url": "build/p-94cef335.entry.js"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"url": "build/p-a7086ffa.js"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"url": "build/p-b68368f3.entry.js"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"url": "build/p-c64e2313.entry.js"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"url": "build/p-ccbddcbb.entry.js"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"url": "build/p-d069673f.entry.js"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"url": "build/p-f50c6e5b.entry.js"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"url": "build/p-fb1e33eb.entry.js"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"url": "build/p-ffeed7c6.entry.js"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"url": "cjs/index-f9c302b6.js",
|
|
110
|
-
"revision": "82e56baf8d5ee243abbbc51f870ab4ed"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"url": "cjs/index.cjs.js",
|
|
114
|
-
"revision": "1207512ab506f92d1258b295c8bf79f3"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"url": "cjs/loader.cjs.js",
|
|
118
|
-
"revision": "c2eb021193e2ec9e12407d6cf37fd9ce"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"url": "cjs/p-avatar.cjs.entry.js",
|
|
122
|
-
"revision": "a48e7835e0109b3c030159c588f73b3f"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"url": "cjs/p-button_3.cjs.entry.js"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"url": "cjs/p-card-body.cjs.entry.js",
|
|
129
|
-
"revision": "21aaf156df04b7056f9d3fc234a9cbc3"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"url": "cjs/p-card-container.cjs.entry.js",
|
|
133
|
-
"revision": "e30a1ab23ebdf7f1c420dcfc0e312952"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"url": "cjs/p-card-header.cjs.entry.js",
|
|
137
|
-
"revision": "444fb0608956ee56524abe1706ca3bf4"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"url": "cjs/p-counter.cjs.entry.js",
|
|
141
|
-
"revision": "7063d4849ba38dff53567b53a366dfc4"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"url": "cjs/p-divider.cjs.entry.js",
|
|
145
|
-
"revision": "411766ed202e0ab7059a222344adec55"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"url": "cjs/p-dropdown-menu-container.cjs.entry.js"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"url": "cjs/p-dropdown-menu-item.cjs.entry.js"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"url": "cjs/p-dropdown.cjs.entry.js"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"url": "cjs/p-helper.cjs.entry.js",
|
|
158
|
-
"revision": "4f4b2ceb772e749e24830e74015e889c"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"url": "cjs/p-illustration.cjs.entry.js"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"url": "cjs/p-info-panel.cjs.entry.js",
|
|
165
|
-
"revision": "f244707c95b1898914ca1d1c268a6825"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"url": "cjs/p-modal-backdrop_5.cjs.entry.js",
|
|
169
|
-
"revision": "e596f0d999ff0ab8a004c901b2207672"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"url": "cjs/p-modal.cjs.entry.js",
|
|
173
|
-
"revision": "da580cf923842244492099914bcb0c96"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"url": "cjs/p-navigation-item.cjs.entry.js"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"url": "cjs/p-pagination-item.cjs.entry.js"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"url": "cjs/p-pagination.cjs.entry.js"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"url": "cjs/p-segment-container.cjs.entry.js",
|
|
186
|
-
"revision": "71c22fc10ccc5240a2f7765fc685edf3"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"url": "cjs/p-segment-item.cjs.entry.js",
|
|
190
|
-
"revision": "953e7722c7027b744bcd48a744aa6d7a"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"url": "cjs/p-status.cjs.entry.js",
|
|
194
|
-
"revision": "071456c4851f793a18f4881443bb5164"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"url": "cjs/p-tooltip.cjs.entry.js",
|
|
198
|
-
"revision": "4e3838d66b790bbbf687124657a7ce62"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"url": "cjs/paperless.cjs.js",
|
|
202
|
-
"revision": "79eaac052e3f74a8fa0dd792603eea24"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"url": "cjs/popper-e0c4ed4c.js",
|
|
206
|
-
"revision": "486ead87dcd025f29b1c268de734debb"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"url": "collection/collection-manifest.json",
|
|
210
|
-
"revision": "9ac3f5f6982c2487276cf85c690db713"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"url": "collection/components/atoms/avatar/avatar.component.css",
|
|
214
|
-
"revision": "49db9f776f1d2c6b800cd3061905bb57"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"url": "collection/components/atoms/avatar/avatar.component.js",
|
|
218
|
-
"revision": "0a8b847d99daa9e01ac412968799b194"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"url": "collection/components/atoms/button/button.component.css",
|
|
222
|
-
"revision": "128cca848f8e02a6a7fbb50e753a78e2"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"url": "collection/components/atoms/button/button.component.js",
|
|
226
|
-
"revision": "aea822e0d9199a479c6a5f9dc0fd68fe"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"url": "collection/components/atoms/card-body/card-body.component.css",
|
|
230
|
-
"revision": "ddef935f00f94270913f8af0f3df84c9"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"url": "collection/components/atoms/card-body/card-body.component.js",
|
|
234
|
-
"revision": "a467d0e94b673a342fe43fcd3e803569"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"url": "collection/components/atoms/card-container/card-container.component.css",
|
|
238
|
-
"revision": "25355e8c6346bd0bb1c81fde319335de"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"url": "collection/components/atoms/card-container/card-container.component.js",
|
|
242
|
-
"revision": "d09f3c365ec05396204ab2695e429be1"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"url": "collection/components/atoms/card-header/card-header.component.css",
|
|
246
|
-
"revision": "15b7187f3480a02ce18e0f8d2fad0cd1"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"url": "collection/components/atoms/card-header/card-header.component.js",
|
|
250
|
-
"revision": "ce1443d7717dd3fe09bea44484b06520"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"url": "collection/components/atoms/counter/counter.component.css",
|
|
254
|
-
"revision": "deb0cc3298ec2108abcb6ac3eded78fe"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"url": "collection/components/atoms/counter/counter.component.js",
|
|
258
|
-
"revision": "08a4509548d9bdcacabf5986ce2f79d9"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"url": "collection/components/atoms/divider/divider.component.css",
|
|
262
|
-
"revision": "c49d57742ce7a444ec4f53d52aac8b9b"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"url": "collection/components/atoms/divider/divider.component.js",
|
|
266
|
-
"revision": "9f833473cedfa73656dd1ae6f6efdfec"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"url": "collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css",
|
|
270
|
-
"revision": "c951f24b909f63bf5c4de0a361ff5c2d"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"url": "collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js",
|
|
274
|
-
"revision": "90fc54ed817087efa2fdbc14adc33504"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"url": "collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css",
|
|
278
|
-
"revision": "b05290541b7b70cb58f22ba4705ee30b"
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"url": "collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js",
|
|
282
|
-
"revision": "cf1c4aab721756bc702125fda8eb588c"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"url": "collection/components/atoms/helper/helper.component.css",
|
|
286
|
-
"revision": "a25c2f55095d31f0a62ad28687b79fab"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"url": "collection/components/atoms/helper/helper.component.js",
|
|
290
|
-
"revision": "4fe8f01eed15d2b36dbcbf24a2b4c0af"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"url": "collection/components/atoms/icon/icon.component.css",
|
|
294
|
-
"revision": "9ad59df7c8a362d37da47b301f331354"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"url": "collection/components/atoms/icon/icon.component.js",
|
|
298
|
-
"revision": "10810337127df095ad617042af20aabe"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"url": "collection/components/atoms/illustration/illustration.component.js",
|
|
302
|
-
"revision": "6d2af6f5039a97474e2032af508eb9fa"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"url": "collection/components/atoms/info-panel/info-panel.component.css",
|
|
306
|
-
"revision": "10bf84c4f8484c81105cef87c358b0cf"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"url": "collection/components/atoms/info-panel/info-panel.component.js",
|
|
310
|
-
"revision": "93c1e96ee080a2978c92d6451d743475"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"url": "collection/components/atoms/loader/loader.component.css",
|
|
314
|
-
"revision": "1a32546858be1dc486e87986c465e773"
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"url": "collection/components/atoms/loader/loader.component.js",
|
|
318
|
-
"revision": "0101bde8e828882a33e1e89f91eff683"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"url": "collection/components/atoms/modal-backdrop/modal-backdrop.component.css",
|
|
322
|
-
"revision": "164c24d0f9a1a4b249e89e78409bcefc"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"url": "collection/components/atoms/modal-backdrop/modal-backdrop.component.js",
|
|
326
|
-
"revision": "b147f496bc7bfb57e16973bd36492c6e"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"url": "collection/components/atoms/modal-body/modal-body.component.css",
|
|
330
|
-
"revision": "ec40b37f9a32f73ae1a5c2eb0ba8f644"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"url": "collection/components/atoms/modal-body/modal-body.component.js",
|
|
334
|
-
"revision": "cf4bf60d570a434a99bbd6637d5cf1c2"
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"url": "collection/components/atoms/modal-container/modal-container.component.css",
|
|
338
|
-
"revision": "b6b84550a475e37ba31932923eb533b9"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"url": "collection/components/atoms/modal-container/modal-container.component.js",
|
|
342
|
-
"revision": "4dd72fbe50e3eb20ba2c5d2d64089455"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"url": "collection/components/atoms/modal-footer/modal-footer.component.css",
|
|
346
|
-
"revision": "a0674b4ca7cec7e8bcdf0e8f4cd0e297"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"url": "collection/components/atoms/modal-footer/modal-footer.component.js",
|
|
350
|
-
"revision": "15de0165b468cff1d09647642fe5dd28"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"url": "collection/components/atoms/modal-header/modal-header.component.css",
|
|
354
|
-
"revision": "ef828965f23f81c785c0ed73e32e1f03"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"url": "collection/components/atoms/modal-header/modal-header.component.js",
|
|
358
|
-
"revision": "8957c5f86cb3aaa4360283b28fec1a29"
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"url": "collection/components/atoms/pagination-item/pagination-item.component.css",
|
|
362
|
-
"revision": "3d54e3a23cdb292ff94b8570293af954"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"url": "collection/components/atoms/pagination-item/pagination-item.component.js",
|
|
366
|
-
"revision": "98aed8c7967a53019965da0cc5706fa6"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"url": "collection/components/atoms/segment-container/segment-container.component.css",
|
|
370
|
-
"revision": "c9c317c37645e633652bae20290c6107"
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"url": "collection/components/atoms/segment-container/segment-container.component.js",
|
|
374
|
-
"revision": "9db64a2befd0005d17c82a2062ce280e"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"url": "collection/components/atoms/segment-item/segment-item.component.css",
|
|
378
|
-
"revision": "6db681acc19b3b77543769a278b44f42"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"url": "collection/components/atoms/segment-item/segment-item.component.js",
|
|
382
|
-
"revision": "87028e26b4212e092a3a5c98f0df5e00"
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"url": "collection/components/atoms/status/status.component.css",
|
|
386
|
-
"revision": "a21a43cd62c519b3e1044198c60d88a0"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"url": "collection/components/atoms/status/status.component.js",
|
|
390
|
-
"revision": "f6dbe9f13524767f26b8010e0cb134bf"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"url": "collection/components/atoms/tooltip/tooltip.component.css",
|
|
394
|
-
"revision": "1f1e184d0ee2288df7e63530b66820b1"
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"url": "collection/components/atoms/tooltip/tooltip.component.js",
|
|
398
|
-
"revision": "c3181550c1c764a3ed5db4b193542554"
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"url": "collection/components/molecules/dropdown/dropdown.component.css",
|
|
402
|
-
"revision": "5ddbe21f37548eb8b480c35b1eeafdb1"
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"url": "collection/components/molecules/dropdown/dropdown.component.js",
|
|
406
|
-
"revision": "a194fb2112d4b245ddffda9f46d1c0d2"
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"url": "collection/components/molecules/modal/modal.component.js",
|
|
410
|
-
"revision": "a2b4d9702ee1fc17d499372740d8a21a"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"url": "collection/components/molecules/navigation-item/navigation-item.component.css",
|
|
414
|
-
"revision": "a9bfcbdd33452ea26632246d1d120510"
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"url": "collection/components/molecules/navigation-item/navigation-item.component.js",
|
|
418
|
-
"revision": "e42e8d0107c3c83f6867ead183de93cd"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"url": "collection/components/molecules/pagination/pagination.component.css",
|
|
422
|
-
"revision": "aa24012da4135a95dd47583ae673d3b0"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"url": "collection/components/molecules/pagination/pagination.component.js",
|
|
426
|
-
"revision": "c03e9d653b7536d523399e5762c26b8f"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"url": "collection/index.js",
|
|
430
|
-
"revision": "e2ebd7ddedcadeeadbf819c35985c768"
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"url": "collection/tailwind.config.js",
|
|
434
|
-
"revision": "536f18a6b3788f0438bf88b9c5d8fbaa"
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"url": "collection/tailwind/animation.js",
|
|
438
|
-
"revision": "a3127019b37690ea725414dcdeb96661"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"url": "collection/tailwind/backdrop-blur.js",
|
|
442
|
-
"revision": "006247f96d8b05436254636f54f9980f"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"url": "collection/tailwind/border-radius.js",
|
|
446
|
-
"revision": "dd0f825fa408d2ba0176fd53862063d4"
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"url": "collection/tailwind/colors.js",
|
|
450
|
-
"revision": "6a39b234fcf655ec34be7e367b0b3128"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"url": "collection/tailwind/grid.js",
|
|
454
|
-
"revision": "c6da38d71fa9e178c09e6caeb9214825"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"url": "collection/tailwind/rotate.js",
|
|
458
|
-
"revision": "6e10d60cb01221e64cf027d729886b6d"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"url": "collection/tailwind/scale.js",
|
|
462
|
-
"revision": "a839cb541613e836dc315f26e3e9a396"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"url": "collection/tailwind/shadows.js",
|
|
466
|
-
"revision": "90a3cc6f1c4f6714180ddbb3a0e40a53"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"url": "collection/tailwind/typography.js",
|
|
470
|
-
"revision": "63fc1dacace043e348a3fcf95c582fef"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"url": "collection/tailwind/z-index.js",
|
|
474
|
-
"revision": "ae5146fb67672e3ea2ea72f167d2c597"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"url": "collection/utils/child-of.js",
|
|
478
|
-
"revision": "203ec62b662bb9bc96f309e4cebcbbcf"
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"url": "collection/utils/icons.js",
|
|
482
|
-
"revision": "8a197929c1673d249d69ed47ea5df39f"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"url": "collection/utils/illustrations.js",
|
|
486
|
-
"revision": "743b24c925f2eedd1e005aa87dc5987b"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"url": "collection/utils/types.js",
|
|
490
|
-
"revision": "e2ebd7ddedcadeeadbf819c35985c768"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"url": "collection/utils/utils.js",
|
|
494
|
-
"revision": "4beb8ca8a76230f44db73b6109a0043d"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"url": "components/counter.component.js",
|
|
498
|
-
"revision": "484bd5169e92032baf721ee5507aaaeb"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"url": "components/divider.component.js",
|
|
502
|
-
"revision": "cd32d7941871a96bec457e4f8f8358cd"
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"url": "components/dropdown-menu-container.component.js",
|
|
506
|
-
"revision": "e97d863a1472ca4c1590e3f231c4fd87"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"url": "components/icon.component.js",
|
|
510
|
-
"revision": "5a8a24226c3b1f2ee4b91bd418153ecd"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"url": "components/index.js",
|
|
514
|
-
"revision": "04a6d3b2a7af1911b065fdc97e5a24f8"
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"url": "components/loader.component.js",
|
|
518
|
-
"revision": "1a9a7631820b8157c9ec1efe36092d08"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"url": "components/modal-backdrop.component.js",
|
|
522
|
-
"revision": "0e0acdbe812147e9d806579eac3998db"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"url": "components/modal-body.component.js",
|
|
526
|
-
"revision": "b1c55ae21eb2e5fe3b04d032f5057d0a"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"url": "components/modal-container.component.js",
|
|
530
|
-
"revision": "e3935d0b37948144655c36f0b2733a24"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"url": "components/modal-footer.component.js",
|
|
534
|
-
"revision": "0530a3ac6ae56bf1656cb9d5167133f7"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"url": "components/modal-header.component.js",
|
|
538
|
-
"revision": "0f776cdf75ba8e6d8f42bc40e7c97340"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"url": "components/p-avatar.js",
|
|
542
|
-
"revision": "b171e027198bb49fe3c3cafe4b9e0b2e"
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"url": "components/p-button.js",
|
|
546
|
-
"revision": "e01e7e607897ac100a7fd3e831aa508c"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"url": "components/p-card-body.js",
|
|
550
|
-
"revision": "2502c2a0a20b8b8837b0ab602da0b8b8"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"url": "components/p-card-container.js",
|
|
554
|
-
"revision": "4c959770837ec3ba4c02c20294a9c90b"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"url": "components/p-card-header.js",
|
|
558
|
-
"revision": "da799141bc1bc488651b054a33490bfd"
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"url": "components/p-counter.js",
|
|
562
|
-
"revision": "f8970c28058f570a9d70ea483c91484f"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"url": "components/p-divider.js",
|
|
566
|
-
"revision": "5263d04558d1d14d3216cfbc846effda"
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"url": "components/p-dropdown-menu-container.js"
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"url": "components/p-dropdown-menu-item.js"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"url": "components/p-dropdown.js"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"url": "components/p-helper.js",
|
|
579
|
-
"revision": "f3d3b0a38d2af0905b7523c07f1c17a9"
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"url": "components/p-icon.js",
|
|
583
|
-
"revision": "89ede38633ef7c3b9ed45a67a2ffe2c8"
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"url": "components/p-illustration.js"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"url": "components/p-info-panel.js",
|
|
590
|
-
"revision": "f5c97078d819c112533ccf14bfcd5bde"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"url": "components/p-loader.js",
|
|
594
|
-
"revision": "850d0015b16c8a34f62568d99ccdd388"
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"url": "components/p-modal-backdrop.js",
|
|
598
|
-
"revision": "015bc9ab0c57d97ae8831147e57c675c"
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"url": "components/p-modal-body.js",
|
|
602
|
-
"revision": "5f9b8542aa0099c8badc01e137c1ddcd"
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"url": "components/p-modal-container.js",
|
|
606
|
-
"revision": "00f5b34f22c2612fd438aea5b5416e5d"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"url": "components/p-modal-footer.js",
|
|
610
|
-
"revision": "ce5ceb7d9c28180af9e2fa4cf4555ae8"
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"url": "components/p-modal-header.js",
|
|
614
|
-
"revision": "9499e4fb0a206ffc4ffbb4d212eb4c46"
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"url": "components/p-modal.js",
|
|
618
|
-
"revision": "92e5c1aa6f7c3b57ea594d039bbbe65e"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"url": "components/p-navigation-item.js"
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"url": "components/p-pagination-item.js"
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"url": "components/p-pagination.js"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"url": "components/p-segment-container.js",
|
|
631
|
-
"revision": "f2aede928758e5ae70d8c13e819df2ea"
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"url": "components/p-segment-item.js",
|
|
635
|
-
"revision": "90cbd4ae0875bb8a85e7a6dc11e15585"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"url": "components/p-status.js",
|
|
639
|
-
"revision": "54a17594fd09148d0f068fe80041be92"
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"url": "components/p-tooltip.js",
|
|
643
|
-
"revision": "7648cc97b4186f3174a1230ee12c97ea"
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"url": "components/pagination-item.component.js",
|
|
647
|
-
"revision": "14e150af80a3f90a94912483a8a669b9"
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"url": "components/popper.js",
|
|
651
|
-
"revision": "ede59bec41fd2b049f32af4682e1ebba"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"url": "components/tooltip.component.js",
|
|
655
|
-
"revision": "e40f909182126a8ec1c01ee975178fb2"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"url": "esm/index-fff70567.js",
|
|
659
|
-
"revision": "a231fafd43ed09f7f245552cdac24305"
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"url": "esm/index.js",
|
|
663
|
-
"revision": "68b329da9893e34099c7d8ad5cb9c940"
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
"url": "esm/loader.js",
|
|
667
|
-
"revision": "8a0d9eb35cc6ed6879ed92d0b7a52e4f"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"url": "esm/p-avatar.entry.js",
|
|
671
|
-
"revision": "75d30eac8b291704de7fc62b133e15a0"
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"url": "esm/p-button_3.entry.js"
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"url": "esm/p-card-body.entry.js",
|
|
678
|
-
"revision": "8a9b09b3e134ea5ee930eb5e4fcb9c9d"
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"url": "esm/p-card-container.entry.js",
|
|
682
|
-
"revision": "268b065305f0fd88f6b4af1400d98696"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"url": "esm/p-card-header.entry.js",
|
|
686
|
-
"revision": "47c03e8149a4d2862d3278796c01e9f7"
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"url": "esm/p-counter.entry.js",
|
|
690
|
-
"revision": "d36b3fdf9bdb6bd8ad905f897a2f9d9e"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"url": "esm/p-divider.entry.js",
|
|
694
|
-
"revision": "45f8a6940362d68168db6eca9cf381c1"
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"url": "esm/p-dropdown-menu-container.entry.js"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"url": "esm/p-dropdown-menu-item.entry.js"
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"url": "esm/p-dropdown.entry.js"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"url": "esm/p-helper.entry.js",
|
|
707
|
-
"revision": "7498a01a67b2e7ff2648063154c950ea"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"url": "esm/p-illustration.entry.js"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"url": "esm/p-info-panel.entry.js",
|
|
714
|
-
"revision": "f168efa8167b560ab81d587123b9e184"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"url": "esm/p-modal-backdrop_5.entry.js",
|
|
718
|
-
"revision": "a328bfbf18b4279cc7c32e7a0f0e4970"
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
"url": "esm/p-modal.entry.js",
|
|
722
|
-
"revision": "1af2be339bca63cda6ecbf0e585677ae"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"url": "esm/p-navigation-item.entry.js"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"url": "esm/p-pagination-item.entry.js"
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"url": "esm/p-pagination.entry.js"
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"url": "esm/p-segment-container.entry.js",
|
|
735
|
-
"revision": "3856eac3915e23a3fcca327208b16cd0"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"url": "esm/p-segment-item.entry.js",
|
|
739
|
-
"revision": "385701db82fa51e5e3d0e50a1a88e391"
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"url": "esm/p-status.entry.js",
|
|
743
|
-
"revision": "9584a63e3787bcc46a6febe851739105"
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
"url": "esm/p-tooltip.entry.js",
|
|
747
|
-
"revision": "dbcc4128dfd6bd136a9922fd5da6cbc6"
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"url": "esm/polyfills/core-js.js",
|
|
751
|
-
"revision": "dc27e0f38ebdd9196d36d393a6c60f4a"
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"url": "esm/polyfills/css-shim.js",
|
|
755
|
-
"revision": "36323d0bd6801af0b90cc36af0a0ee8d"
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"url": "esm/polyfills/dom.js",
|
|
759
|
-
"revision": "c59c209ccd8f829bb4bc0aaa99055edb"
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"url": "esm/polyfills/es5-html-element.js",
|
|
763
|
-
"revision": "9cb6d45f69c87c978029d1aa0a05ac92"
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"url": "esm/polyfills/index.js",
|
|
767
|
-
"revision": "d584dac684dbfccbd3271d63a2c59ed1"
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"url": "esm/polyfills/system.js",
|
|
771
|
-
"revision": "e44813fe9fa71bac4abfeb30b88b457d"
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"url": "esm/popper-41c6f9cd.js",
|
|
775
|
-
"revision": "ede59bec41fd2b049f32af4682e1ebba"
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"url": "index.cjs.js",
|
|
779
|
-
"revision": "66e04f2fb404ebfb2502d6647369ec3b"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"url": "index.js",
|
|
783
|
-
"revision": "6e3fc07b3d20cdc681502bff787b2041"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"url": "paperless/index.esm.js",
|
|
787
|
-
"revision": "d41d8cd98f00b204e9800998ecf8427e"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"url": "paperless/p-0100c1a2.js"
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"url": "paperless/p-11d24001.entry.js"
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"url": "paperless/p-19d84fe7.entry.js"
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"url": "paperless/p-2120a0b7.entry.js"
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"url": "paperless/p-3b491ca2.entry.js"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"url": "paperless/p-3f6d3736.entry.js"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"url": "paperless/p-463f354c.entry.js"
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"url": "paperless/p-4a85b858.entry.js"
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"url": "paperless/p-5101f35f.entry.js"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"url": "paperless/p-5438d70e.entry.js"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"url": "paperless/p-63e5f5e1.entry.js"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"url": "paperless/p-67fc89a6.entry.js"
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"url": "paperless/p-6e60b92a.entry.js"
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"url": "paperless/p-7784ee14.entry.js"
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"url": "paperless/p-864ac423.entry.js"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"url": "paperless/p-94cef335.entry.js"
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"url": "paperless/p-a7086ffa.js"
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"url": "paperless/p-b68368f3.entry.js"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"url": "paperless/p-c64e2313.entry.js"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"url": "paperless/p-ccbddcbb.entry.js"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"url": "paperless/p-d069673f.entry.js"
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"url": "paperless/p-f50c6e5b.entry.js"
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"url": "paperless/p-fb1e33eb.entry.js"
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"url": "paperless/p-ffeed7c6.entry.js"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"url": "tailwind.config.js",
|
|
863
|
-
"revision": "536f18a6b3788f0438bf88b9c5d8fbaa"
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"url": "tailwind/animation.js",
|
|
867
|
-
"revision": "a3127019b37690ea725414dcdeb96661"
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"url": "tailwind/backdrop-blur.js",
|
|
871
|
-
"revision": "006247f96d8b05436254636f54f9980f"
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"url": "tailwind/border-radius.js",
|
|
875
|
-
"revision": "dd0f825fa408d2ba0176fd53862063d4"
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"url": "tailwind/colors.js",
|
|
879
|
-
"revision": "6a39b234fcf655ec34be7e367b0b3128"
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"url": "tailwind/grid.js",
|
|
883
|
-
"revision": "c6da38d71fa9e178c09e6caeb9214825"
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"url": "tailwind/rotate.js",
|
|
887
|
-
"revision": "6e10d60cb01221e64cf027d729886b6d"
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"url": "tailwind/scale.js",
|
|
891
|
-
"revision": "a839cb541613e836dc315f26e3e9a396"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"url": "tailwind/shadows.js",
|
|
895
|
-
"revision": "90a3cc6f1c4f6714180ddbb3a0e40a53"
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"url": "tailwind/typography.js",
|
|
899
|
-
"revision": "63fc1dacace043e348a3fcf95c582fef"
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"url": "tailwind/z-index.js",
|
|
903
|
-
"revision": "ae5146fb67672e3ea2ea72f167d2c597"
|
|
904
|
-
}
|
|
905
|
-
].concat(self.__precacheManifest || []);
|
|
906
|
-
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
|
|
1
|
+
if(!self.define){let e,n={};const o=(o,s)=>(o=new URL(o+".js",s).href,n[o]||new Promise((n=>{if("document"in self){const e=document.createElement("script");e.src=o,e.onload=n,document.head.appendChild(e)}else e=o,importScripts(o),n()})).then((()=>{let e=n[o];if(!e)throw new Error(`Module ${o} didn’t register its module`);return e})));self.define=(s,c)=>{const i=e||("document"in self?document.currentScript.src:"")||location.href;if(n[i])return;let r={};const l=e=>o(e,i),a={module:{uri:i},exports:r,require:l};n[i]=Promise.all(s.map((e=>a[e]||l(e)))).then((e=>(c(...e),r)))}}define(["./workbox-5fe694da"],(function(e){"use strict";self.addEventListener("message",(e=>{e.data&&"SKIP_WAITING"===e.data.type&&self.skipWaiting()})),e.precacheAndRoute([{url:"index.html",revision:"6e1fdc4392653fbf7407aea0270023d0"},{url:"build/index.esm.js",revision:"d41d8cd98f00b204e9800998ecf8427e"},{url:"build/p-0100c1a2.js",revision:null},{url:"build/p-11d24001.entry.js",revision:null},{url:"build/p-19254809.entry.js",revision:null},{url:"build/p-19d84fe7.entry.js",revision:null},{url:"build/p-2120a0b7.entry.js",revision:null},{url:"build/p-27914eed.entry.js",revision:null},{url:"build/p-3b491ca2.entry.js",revision:null},{url:"build/p-3f6d3736.entry.js",revision:null},{url:"build/p-4a85b858.entry.js",revision:null},{url:"build/p-5101f35f.entry.js",revision:null},{url:"build/p-5438d70e.entry.js",revision:null},{url:"build/p-63e5f5e1.entry.js",revision:null},{url:"build/p-67fc89a6.entry.js",revision:null},{url:"build/p-6e60b92a.entry.js",revision:null},{url:"build/p-7784ee14.entry.js",revision:null},{url:"build/p-864ac423.entry.js",revision:null},{url:"build/p-a7086ffa.js",revision:null},{url:"build/p-b68368f3.entry.js",revision:null},{url:"build/p-c64e2313.entry.js",revision:null},{url:"build/p-ccbddcbb.entry.js",revision:null},{url:"build/p-d069673f.entry.js",revision:null},{url:"build/p-f50c6e5b.entry.js",revision:null},{url:"build/p-fb1e33eb.entry.js",revision:null},{url:"build/p-ffeed7c6.entry.js",revision:null},{url:"cjs/index-f9c302b6.js",revision:"82e56baf8d5ee243abbbc51f870ab4ed"},{url:"cjs/index.cjs.js",revision:"1207512ab506f92d1258b295c8bf79f3"},{url:"cjs/loader.cjs.js",revision:"3ef07e067b40c4792750cf8fce675f2d"},{url:"cjs/p-avatar.cjs.entry.js",revision:"a48e7835e0109b3c030159c588f73b3f"},{url:"cjs/p-button_3.cjs.entry.js",revision:null},{url:"cjs/p-card-body.cjs.entry.js",revision:"21aaf156df04b7056f9d3fc234a9cbc3"},{url:"cjs/p-card-container.cjs.entry.js",revision:"e30a1ab23ebdf7f1c420dcfc0e312952"},{url:"cjs/p-card-header.cjs.entry.js",revision:"32a74c5b8fd9667149cdb1f213dce9ff"},{url:"cjs/p-counter.cjs.entry.js",revision:"7063d4849ba38dff53567b53a366dfc4"},{url:"cjs/p-divider.cjs.entry.js",revision:"411766ed202e0ab7059a222344adec55"},{url:"cjs/p-dropdown-menu-container.cjs.entry.js",revision:null},{url:"cjs/p-dropdown-menu-item.cjs.entry.js",revision:null},{url:"cjs/p-dropdown.cjs.entry.js",revision:null},{url:"cjs/p-helper.cjs.entry.js",revision:"4f4b2ceb772e749e24830e74015e889c"},{url:"cjs/p-illustration.cjs.entry.js",revision:null},{url:"cjs/p-info-panel.cjs.entry.js",revision:"f244707c95b1898914ca1d1c268a6825"},{url:"cjs/p-modal-backdrop_5.cjs.entry.js",revision:"e596f0d999ff0ab8a004c901b2207672"},{url:"cjs/p-modal.cjs.entry.js",revision:"fca1e230a93214dcde204b17f17ebf48"},{url:"cjs/p-navigation-item.cjs.entry.js",revision:null},{url:"cjs/p-pagination-item.cjs.entry.js",revision:null},{url:"cjs/p-pagination.cjs.entry.js",revision:null},{url:"cjs/p-segment-container.cjs.entry.js",revision:"71c22fc10ccc5240a2f7765fc685edf3"},{url:"cjs/p-segment-item.cjs.entry.js",revision:"953e7722c7027b744bcd48a744aa6d7a"},{url:"cjs/p-status.cjs.entry.js",revision:"071456c4851f793a18f4881443bb5164"},{url:"cjs/p-tooltip.cjs.entry.js",revision:"4e3838d66b790bbbf687124657a7ce62"},{url:"cjs/paperless.cjs.js",revision:"db87b0d62137ad51b5954022d0d5b357"},{url:"cjs/popper-e0c4ed4c.js",revision:"486ead87dcd025f29b1c268de734debb"},{url:"collection/collection-manifest.json",revision:"9ac3f5f6982c2487276cf85c690db713"},{url:"collection/components/atoms/avatar/avatar.component.css",revision:"49db9f776f1d2c6b800cd3061905bb57"},{url:"collection/components/atoms/avatar/avatar.component.js",revision:"0a8b847d99daa9e01ac412968799b194"},{url:"collection/components/atoms/button/button.component.css",revision:"128cca848f8e02a6a7fbb50e753a78e2"},{url:"collection/components/atoms/button/button.component.js",revision:"aea822e0d9199a479c6a5f9dc0fd68fe"},{url:"collection/components/atoms/card-body/card-body.component.css",revision:"ddef935f00f94270913f8af0f3df84c9"},{url:"collection/components/atoms/card-body/card-body.component.js",revision:"a467d0e94b673a342fe43fcd3e803569"},{url:"collection/components/atoms/card-container/card-container.component.css",revision:"25355e8c6346bd0bb1c81fde319335de"},{url:"collection/components/atoms/card-container/card-container.component.js",revision:"d09f3c365ec05396204ab2695e429be1"},{url:"collection/components/atoms/card-header/card-header.component.css",revision:"15b7187f3480a02ce18e0f8d2fad0cd1"},{url:"collection/components/atoms/card-header/card-header.component.js",revision:"07691fcf6c61a393282a85e067021264"},{url:"collection/components/atoms/counter/counter.component.css",revision:"deb0cc3298ec2108abcb6ac3eded78fe"},{url:"collection/components/atoms/counter/counter.component.js",revision:"08a4509548d9bdcacabf5986ce2f79d9"},{url:"collection/components/atoms/divider/divider.component.css",revision:"4e747a7877c2e8dbc31a1a6cce21c81b"},{url:"collection/components/atoms/divider/divider.component.js",revision:"9f833473cedfa73656dd1ae6f6efdfec"},{url:"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css",revision:"c87dce91cd824808ec2a136b99f36478"},{url:"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js",revision:"90fc54ed817087efa2fdbc14adc33504"},{url:"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css",revision:"b05290541b7b70cb58f22ba4705ee30b"},{url:"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js",revision:"cf1c4aab721756bc702125fda8eb588c"},{url:"collection/components/atoms/helper/helper.component.css",revision:"a25c2f55095d31f0a62ad28687b79fab"},{url:"collection/components/atoms/helper/helper.component.js",revision:"4fe8f01eed15d2b36dbcbf24a2b4c0af"},{url:"collection/components/atoms/icon/icon.component.css",revision:"9ad59df7c8a362d37da47b301f331354"},{url:"collection/components/atoms/icon/icon.component.js",revision:"10810337127df095ad617042af20aabe"},{url:"collection/components/atoms/illustration/illustration.component.js",revision:"6d2af6f5039a97474e2032af508eb9fa"},{url:"collection/components/atoms/info-panel/info-panel.component.css",revision:"10bf84c4f8484c81105cef87c358b0cf"},{url:"collection/components/atoms/info-panel/info-panel.component.js",revision:"93c1e96ee080a2978c92d6451d743475"},{url:"collection/components/atoms/loader/loader.component.css",revision:"1a32546858be1dc486e87986c465e773"},{url:"collection/components/atoms/loader/loader.component.js",revision:"0101bde8e828882a33e1e89f91eff683"},{url:"collection/components/atoms/modal-backdrop/modal-backdrop.component.css",revision:"dd71a707ee0540950e44057cf6e8dd6b"},{url:"collection/components/atoms/modal-backdrop/modal-backdrop.component.js",revision:"b147f496bc7bfb57e16973bd36492c6e"},{url:"collection/components/atoms/modal-body/modal-body.component.css",revision:"064d90e989da70b855545621b4fee3d5"},{url:"collection/components/atoms/modal-body/modal-body.component.js",revision:"cf4bf60d570a434a99bbd6637d5cf1c2"},{url:"collection/components/atoms/modal-container/modal-container.component.css",revision:"2e3ca2887353c6d5c0f13fcf34486446"},{url:"collection/components/atoms/modal-container/modal-container.component.js",revision:"4dd72fbe50e3eb20ba2c5d2d64089455"},{url:"collection/components/atoms/modal-footer/modal-footer.component.css",revision:"f00f7b908cd4a6776bc8e58bb5e5df9f"},{url:"collection/components/atoms/modal-footer/modal-footer.component.js",revision:"15de0165b468cff1d09647642fe5dd28"},{url:"collection/components/atoms/modal-header/modal-header.component.css",revision:"3d819a57712ec71fc4b0d5ab3fa032ab"},{url:"collection/components/atoms/modal-header/modal-header.component.js",revision:"8957c5f86cb3aaa4360283b28fec1a29"},{url:"collection/components/atoms/pagination-item/pagination-item.component.css",revision:"3d54e3a23cdb292ff94b8570293af954"},{url:"collection/components/atoms/pagination-item/pagination-item.component.js",revision:"98aed8c7967a53019965da0cc5706fa6"},{url:"collection/components/atoms/segment-container/segment-container.component.css",revision:"c9c317c37645e633652bae20290c6107"},{url:"collection/components/atoms/segment-container/segment-container.component.js",revision:"9db64a2befd0005d17c82a2062ce280e"},{url:"collection/components/atoms/segment-item/segment-item.component.css",revision:"6db681acc19b3b77543769a278b44f42"},{url:"collection/components/atoms/segment-item/segment-item.component.js",revision:"87028e26b4212e092a3a5c98f0df5e00"},{url:"collection/components/atoms/status/status.component.css",revision:"a21a43cd62c519b3e1044198c60d88a0"},{url:"collection/components/atoms/status/status.component.js",revision:"f6dbe9f13524767f26b8010e0cb134bf"},{url:"collection/components/atoms/tooltip/tooltip.component.css",revision:"1f1e184d0ee2288df7e63530b66820b1"},{url:"collection/components/atoms/tooltip/tooltip.component.js",revision:"c3181550c1c764a3ed5db4b193542554"},{url:"collection/components/molecules/dropdown/dropdown.component.css",revision:"5792fbc64739af776e865e3e04fb5e22"},{url:"collection/components/molecules/dropdown/dropdown.component.js",revision:"a194fb2112d4b245ddffda9f46d1c0d2"},{url:"collection/components/molecules/modal/modal.component.js",revision:"fc8d60bd5899659725f8acaf773c9355"},{url:"collection/components/molecules/navigation-item/navigation-item.component.css",revision:"a9bfcbdd33452ea26632246d1d120510"},{url:"collection/components/molecules/navigation-item/navigation-item.component.js",revision:"e42e8d0107c3c83f6867ead183de93cd"},{url:"collection/components/molecules/pagination/pagination.component.css",revision:"aa24012da4135a95dd47583ae673d3b0"},{url:"collection/components/molecules/pagination/pagination.component.js",revision:"c03e9d653b7536d523399e5762c26b8f"},{url:"collection/index.js",revision:"e2ebd7ddedcadeeadbf819c35985c768"},{url:"collection/tailwind.config.js",revision:"536f18a6b3788f0438bf88b9c5d8fbaa"},{url:"collection/tailwind/animation.js",revision:"a3127019b37690ea725414dcdeb96661"},{url:"collection/tailwind/backdrop-blur.js",revision:"006247f96d8b05436254636f54f9980f"},{url:"collection/tailwind/border-radius.js",revision:"dd0f825fa408d2ba0176fd53862063d4"},{url:"collection/tailwind/colors.js",revision:"6a39b234fcf655ec34be7e367b0b3128"},{url:"collection/tailwind/grid.js",revision:"c6da38d71fa9e178c09e6caeb9214825"},{url:"collection/tailwind/rotate.js",revision:"6e10d60cb01221e64cf027d729886b6d"},{url:"collection/tailwind/scale.js",revision:"a839cb541613e836dc315f26e3e9a396"},{url:"collection/tailwind/shadows.js",revision:"90a3cc6f1c4f6714180ddbb3a0e40a53"},{url:"collection/tailwind/typography.js",revision:"63fc1dacace043e348a3fcf95c582fef"},{url:"collection/tailwind/z-index.js",revision:"ae5146fb67672e3ea2ea72f167d2c597"},{url:"collection/utils/child-of.js",revision:"203ec62b662bb9bc96f309e4cebcbbcf"},{url:"collection/utils/icons.js",revision:"8a197929c1673d249d69ed47ea5df39f"},{url:"collection/utils/illustrations.js",revision:"743b24c925f2eedd1e005aa87dc5987b"},{url:"collection/utils/types.js",revision:"e2ebd7ddedcadeeadbf819c35985c768"},{url:"collection/utils/utils.js",revision:"4beb8ca8a76230f44db73b6109a0043d"},{url:"components/counter.component.js",revision:"484bd5169e92032baf721ee5507aaaeb"},{url:"components/divider.component.js",revision:"cd32d7941871a96bec457e4f8f8358cd"},{url:"components/dropdown-menu-container.component.js",revision:"e97d863a1472ca4c1590e3f231c4fd87"},{url:"components/icon.component.js",revision:"5a8a24226c3b1f2ee4b91bd418153ecd"},{url:"components/index.js",revision:"04a6d3b2a7af1911b065fdc97e5a24f8"},{url:"components/loader.component.js",revision:"1a9a7631820b8157c9ec1efe36092d08"},{url:"components/modal-backdrop.component.js",revision:"0e0acdbe812147e9d806579eac3998db"},{url:"components/modal-body.component.js",revision:"b1c55ae21eb2e5fe3b04d032f5057d0a"},{url:"components/modal-container.component.js",revision:"e3935d0b37948144655c36f0b2733a24"},{url:"components/modal-footer.component.js",revision:"0530a3ac6ae56bf1656cb9d5167133f7"},{url:"components/modal-header.component.js",revision:"0f776cdf75ba8e6d8f42bc40e7c97340"},{url:"components/p-avatar.js",revision:"b171e027198bb49fe3c3cafe4b9e0b2e"},{url:"components/p-button.js",revision:"e01e7e607897ac100a7fd3e831aa508c"},{url:"components/p-card-body.js",revision:"2502c2a0a20b8b8837b0ab602da0b8b8"},{url:"components/p-card-container.js",revision:"4c959770837ec3ba4c02c20294a9c90b"},{url:"components/p-card-header.js",revision:"0ca7f37d2c3ec2f25b8423b839ee0c25"},{url:"components/p-counter.js",revision:"f8970c28058f570a9d70ea483c91484f"},{url:"components/p-divider.js",revision:"5263d04558d1d14d3216cfbc846effda"},{url:"components/p-dropdown-menu-container.js",revision:null},{url:"components/p-dropdown-menu-item.js",revision:null},{url:"components/p-dropdown.js",revision:null},{url:"components/p-helper.js",revision:"f3d3b0a38d2af0905b7523c07f1c17a9"},{url:"components/p-icon.js",revision:"89ede38633ef7c3b9ed45a67a2ffe2c8"},{url:"components/p-illustration.js",revision:null},{url:"components/p-info-panel.js",revision:"f5c97078d819c112533ccf14bfcd5bde"},{url:"components/p-loader.js",revision:"850d0015b16c8a34f62568d99ccdd388"},{url:"components/p-modal-backdrop.js",revision:"015bc9ab0c57d97ae8831147e57c675c"},{url:"components/p-modal-body.js",revision:"5f9b8542aa0099c8badc01e137c1ddcd"},{url:"components/p-modal-container.js",revision:"00f5b34f22c2612fd438aea5b5416e5d"},{url:"components/p-modal-footer.js",revision:"ce5ceb7d9c28180af9e2fa4cf4555ae8"},{url:"components/p-modal-header.js",revision:"9499e4fb0a206ffc4ffbb4d212eb4c46"},{url:"components/p-modal.js",revision:"4916f338cbac0d4a27695562ae4961bc"},{url:"components/p-navigation-item.js",revision:null},{url:"components/p-pagination-item.js",revision:null},{url:"components/p-pagination.js",revision:null},{url:"components/p-segment-container.js",revision:"f2aede928758e5ae70d8c13e819df2ea"},{url:"components/p-segment-item.js",revision:"90cbd4ae0875bb8a85e7a6dc11e15585"},{url:"components/p-status.js",revision:"54a17594fd09148d0f068fe80041be92"},{url:"components/p-tooltip.js",revision:"7648cc97b4186f3174a1230ee12c97ea"},{url:"components/pagination-item.component.js",revision:"14e150af80a3f90a94912483a8a669b9"},{url:"components/popper.js",revision:"ede59bec41fd2b049f32af4682e1ebba"},{url:"components/tooltip.component.js",revision:"e40f909182126a8ec1c01ee975178fb2"},{url:"esm/index-fff70567.js",revision:"a231fafd43ed09f7f245552cdac24305"},{url:"esm/index.js",revision:"68b329da9893e34099c7d8ad5cb9c940"},{url:"esm/loader.js",revision:"9ed540799c70248d1eadb8351b54ca3c"},{url:"esm/p-avatar.entry.js",revision:"75d30eac8b291704de7fc62b133e15a0"},{url:"esm/p-button_3.entry.js",revision:null},{url:"esm/p-card-body.entry.js",revision:"8a9b09b3e134ea5ee930eb5e4fcb9c9d"},{url:"esm/p-card-container.entry.js",revision:"268b065305f0fd88f6b4af1400d98696"},{url:"esm/p-card-header.entry.js",revision:"e84f136c5289d857fec1146bf7868669"},{url:"esm/p-counter.entry.js",revision:"d36b3fdf9bdb6bd8ad905f897a2f9d9e"},{url:"esm/p-divider.entry.js",revision:"45f8a6940362d68168db6eca9cf381c1"},{url:"esm/p-dropdown-menu-container.entry.js",revision:null},{url:"esm/p-dropdown-menu-item.entry.js",revision:null},{url:"esm/p-dropdown.entry.js",revision:null},{url:"esm/p-helper.entry.js",revision:"7498a01a67b2e7ff2648063154c950ea"},{url:"esm/p-illustration.entry.js",revision:null},{url:"esm/p-info-panel.entry.js",revision:"f168efa8167b560ab81d587123b9e184"},{url:"esm/p-modal-backdrop_5.entry.js",revision:"a328bfbf18b4279cc7c32e7a0f0e4970"},{url:"esm/p-modal.entry.js",revision:"0e9ca28fa20b225730a3b23b9443eb1f"},{url:"esm/p-navigation-item.entry.js",revision:null},{url:"esm/p-pagination-item.entry.js",revision:null},{url:"esm/p-pagination.entry.js",revision:null},{url:"esm/p-segment-container.entry.js",revision:"3856eac3915e23a3fcca327208b16cd0"},{url:"esm/p-segment-item.entry.js",revision:"385701db82fa51e5e3d0e50a1a88e391"},{url:"esm/p-status.entry.js",revision:"9584a63e3787bcc46a6febe851739105"},{url:"esm/p-tooltip.entry.js",revision:"dbcc4128dfd6bd136a9922fd5da6cbc6"},{url:"esm/polyfills/core-js.js",revision:"dc27e0f38ebdd9196d36d393a6c60f4a"},{url:"esm/polyfills/css-shim.js",revision:"36323d0bd6801af0b90cc36af0a0ee8d"},{url:"esm/polyfills/dom.js",revision:"c59c209ccd8f829bb4bc0aaa99055edb"},{url:"esm/polyfills/es5-html-element.js",revision:"9cb6d45f69c87c978029d1aa0a05ac92"},{url:"esm/polyfills/index.js",revision:"d584dac684dbfccbd3271d63a2c59ed1"},{url:"esm/polyfills/system.js",revision:"e44813fe9fa71bac4abfeb30b88b457d"},{url:"esm/popper-41c6f9cd.js",revision:"ede59bec41fd2b049f32af4682e1ebba"},{url:"index.cjs.js",revision:"66e04f2fb404ebfb2502d6647369ec3b"},{url:"index.js",revision:"6e3fc07b3d20cdc681502bff787b2041"},{url:"paperless/index.esm.js",revision:"d41d8cd98f00b204e9800998ecf8427e"},{url:"paperless/p-0100c1a2.js",revision:null},{url:"paperless/p-11d24001.entry.js",revision:null},{url:"paperless/p-19254809.entry.js",revision:null},{url:"paperless/p-19d84fe7.entry.js",revision:null},{url:"paperless/p-2120a0b7.entry.js",revision:null},{url:"paperless/p-27914eed.entry.js",revision:null},{url:"paperless/p-3b491ca2.entry.js",revision:null},{url:"paperless/p-3f6d3736.entry.js",revision:null},{url:"paperless/p-4a85b858.entry.js",revision:null},{url:"paperless/p-5101f35f.entry.js",revision:null},{url:"paperless/p-5438d70e.entry.js",revision:null},{url:"paperless/p-63e5f5e1.entry.js",revision:null},{url:"paperless/p-67fc89a6.entry.js",revision:null},{url:"paperless/p-6e60b92a.entry.js",revision:null},{url:"paperless/p-7784ee14.entry.js",revision:null},{url:"paperless/p-864ac423.entry.js",revision:null},{url:"paperless/p-a7086ffa.js",revision:null},{url:"paperless/p-b68368f3.entry.js",revision:null},{url:"paperless/p-c64e2313.entry.js",revision:null},{url:"paperless/p-ccbddcbb.entry.js",revision:null},{url:"paperless/p-d069673f.entry.js",revision:null},{url:"paperless/p-f50c6e5b.entry.js",revision:null},{url:"paperless/p-fb1e33eb.entry.js",revision:null},{url:"paperless/p-ffeed7c6.entry.js",revision:null},{url:"tailwind.config.js",revision:"536f18a6b3788f0438bf88b9c5d8fbaa"},{url:"tailwind/animation.js",revision:"a3127019b37690ea725414dcdeb96661"},{url:"tailwind/backdrop-blur.js",revision:"006247f96d8b05436254636f54f9980f"},{url:"tailwind/border-radius.js",revision:"dd0f825fa408d2ba0176fd53862063d4"},{url:"tailwind/colors.js",revision:"6a39b234fcf655ec34be7e367b0b3128"},{url:"tailwind/grid.js",revision:"c6da38d71fa9e178c09e6caeb9214825"},{url:"tailwind/rotate.js",revision:"6e10d60cb01221e64cf027d729886b6d"},{url:"tailwind/scale.js",revision:"a839cb541613e836dc315f26e3e9a396"},{url:"tailwind/shadows.js",revision:"90a3cc6f1c4f6714180ddbb3a0e40a53"},{url:"tailwind/typography.js",revision:"63fc1dacace043e348a3fcf95c582fef"},{url:"tailwind/z-index.js",revision:"ae5146fb67672e3ea2ea72f167d2c597"}],{})}));
|
|
2
|
+
//# sourceMappingURL=sw.js.map
|