@paperless/core 0.1.0-alpha.39 → 0.1.0-alpha.42
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 +24 -0
- package/dist/build/p-02d2b531.entry.js +1 -0
- package/dist/build/p-18572fe6.entry.js +1 -0
- package/dist/build/p-1d45ef92.entry.js +1 -0
- package/dist/build/p-20a59914.entry.js +1 -0
- package/dist/build/p-24c63fe7.entry.js +1 -0
- package/dist/build/p-3ecf3173.entry.js +1 -0
- package/dist/build/p-647910e6.entry.js +1 -0
- package/dist/build/p-69b38836.entry.js +1 -0
- package/dist/build/p-741ec1a6.entry.js +1 -0
- package/dist/build/{p-8501ba07.entry.js → p-90cb9ba3.entry.js} +1 -1
- package/dist/build/p-96f7f4ed.entry.js +1 -0
- package/dist/build/p-9d254d19.entry.js +1 -0
- package/dist/build/p-aab433ae.entry.js +1 -0
- package/dist/build/p-ac0798de.entry.js +1 -0
- package/dist/build/p-ae7fb5ac.entry.js +1 -0
- package/dist/build/p-d03853e1.entry.js +1 -0
- package/dist/build/p-d5ae88e6.entry.js +1 -0
- package/dist/build/p-d5d2f377.entry.js +1 -0
- package/dist/build/p-e32286ce.entry.js +1 -0
- package/dist/build/p-fb05d32c.entry.js +1 -0
- package/dist/build/paperless.css +0 -15
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/p-avatar.cjs.entry.js +5 -2
- package/dist/cjs/p-button_3.cjs.entry.js +42 -7
- package/dist/cjs/p-card-body.cjs.entry.js +1 -1
- package/dist/cjs/p-card-container.cjs.entry.js +1 -1
- package/dist/cjs/p-card-header.cjs.entry.js +1 -1
- package/dist/cjs/p-counter.cjs.entry.js +1 -1
- package/dist/cjs/p-divider.cjs.entry.js +2 -2
- package/dist/cjs/p-dropdown-menu-container.cjs.entry.js +1 -1
- package/dist/cjs/p-dropdown-menu-item.cjs.entry.js +1 -1
- package/dist/cjs/p-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/p-helper.cjs.entry.js +1 -1
- package/dist/cjs/p-illustration.cjs.entry.js +1 -1
- package/dist/cjs/p-info-panel.cjs.entry.js +1 -1
- package/dist/cjs/p-navigation-item.cjs.entry.js +1 -1
- package/dist/cjs/p-pagination-item.cjs.entry.js +1 -1
- package/dist/cjs/p-pagination.cjs.entry.js +1 -1
- package/dist/cjs/p-segment-container.cjs.entry.js +1 -1
- package/dist/cjs/p-segment-item.cjs.entry.js +1 -1
- package/dist/cjs/p-status.cjs.entry.js +1 -1
- package/dist/cjs/p-tooltip.cjs.entry.js +1 -1
- package/dist/collection/components/atoms/avatar/avatar.component.css +1 -1
- package/dist/collection/components/atoms/avatar/avatar.component.js +4 -1
- package/dist/collection/components/atoms/button/button.component.css +1 -1
- package/dist/collection/components/atoms/button/button.component.js +8 -3
- package/dist/collection/components/atoms/card-body/card-body.component.css +1 -1
- package/dist/collection/components/atoms/card-container/card-container.component.css +1 -1
- package/dist/collection/components/atoms/card-header/card-header.component.css +1 -1
- package/dist/collection/components/atoms/counter/counter.component.css +1 -1
- package/dist/collection/components/atoms/divider/divider.component.css +1 -3
- package/dist/collection/components/atoms/divider/divider.component.js +1 -1
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +1 -1
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.css +1 -1
- package/dist/collection/components/atoms/icon/icon.component.css +1 -0
- package/dist/collection/components/atoms/icon/icon.component.js +60 -12
- package/dist/collection/components/atoms/info-panel/info-panel.component.css +1 -1
- package/dist/collection/components/atoms/loader/loader.component.css +1 -1
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
- package/dist/collection/components/atoms/segment-container/segment-container.component.css +1 -1
- package/dist/collection/components/atoms/segment-item/segment-item.component.css +1 -1
- package/dist/collection/components/atoms/segment-item/segment-item.component.js +8 -3
- package/dist/collection/components/atoms/status/status.component.css +1 -1
- package/dist/collection/components/atoms/status/status.component.js +8 -3
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +1 -1
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.css +1 -1
- package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
- package/dist/collection/tailwind.config.js +14 -15
- package/dist/collection/utils/types.js +1 -0
- package/dist/components/counter.component.js +1 -1
- package/dist/components/dropdown-menu-container.component.js +1 -1
- package/dist/components/icon.component.js +40 -5
- package/dist/components/loader.component.js +1 -1
- package/dist/components/p-avatar.js +5 -2
- package/dist/components/p-button.js +1 -1
- package/dist/components/p-card-body.js +1 -1
- package/dist/components/p-card-container.js +1 -1
- package/dist/components/p-card-header.js +1 -1
- package/dist/components/p-divider.js +2 -2
- package/dist/components/p-dropdown-menu-item.js +1 -1
- package/dist/components/p-dropdown.js +1 -1
- package/dist/components/p-helper.js +1 -1
- package/dist/components/p-info-panel.js +1 -1
- package/dist/components/p-navigation-item.js +1 -1
- package/dist/components/p-pagination.js +1 -1
- package/dist/components/p-segment-container.js +1 -1
- package/dist/components/p-segment-item.js +1 -1
- package/dist/components/p-status.js +1 -1
- package/dist/components/pagination-item.component.js +1 -1
- package/dist/components/tooltip.component.js +1 -1
- package/dist/esm/p-avatar.entry.js +5 -2
- package/dist/esm/p-button_3.entry.js +42 -7
- package/dist/esm/p-card-body.entry.js +1 -1
- package/dist/esm/p-card-container.entry.js +1 -1
- package/dist/esm/p-card-header.entry.js +1 -1
- package/dist/esm/p-counter.entry.js +1 -1
- package/dist/esm/p-divider.entry.js +2 -2
- package/dist/esm/p-dropdown-menu-container.entry.js +1 -1
- package/dist/esm/p-dropdown-menu-item.entry.js +1 -1
- package/dist/esm/p-dropdown.entry.js +1 -1
- package/dist/esm/p-helper.entry.js +1 -1
- package/dist/esm/p-illustration.entry.js +1 -1
- package/dist/esm/p-info-panel.entry.js +1 -1
- package/dist/esm/p-navigation-item.entry.js +1 -1
- package/dist/esm/p-pagination-item.entry.js +1 -1
- package/dist/esm/p-pagination.entry.js +1 -1
- package/dist/esm/p-segment-container.entry.js +1 -1
- package/dist/esm/p-segment-item.entry.js +1 -1
- package/dist/esm/p-status.entry.js +1 -1
- package/dist/esm/p-tooltip.entry.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-02d2b531.entry.js +1 -0
- package/dist/paperless/p-18572fe6.entry.js +1 -0
- package/dist/paperless/p-1d45ef92.entry.js +1 -0
- package/dist/paperless/p-20a59914.entry.js +1 -0
- package/dist/paperless/p-24c63fe7.entry.js +1 -0
- package/dist/paperless/p-3ecf3173.entry.js +1 -0
- package/dist/paperless/p-647910e6.entry.js +1 -0
- package/dist/paperless/p-69b38836.entry.js +1 -0
- package/dist/paperless/p-741ec1a6.entry.js +1 -0
- package/dist/paperless/{p-8501ba07.entry.js → p-90cb9ba3.entry.js} +1 -1
- package/dist/paperless/p-96f7f4ed.entry.js +1 -0
- package/dist/paperless/p-9d254d19.entry.js +1 -0
- package/dist/paperless/p-aab433ae.entry.js +1 -0
- package/dist/paperless/p-ac0798de.entry.js +1 -0
- package/dist/paperless/p-ae7fb5ac.entry.js +1 -0
- package/dist/paperless/p-d03853e1.entry.js +1 -0
- package/dist/paperless/p-d5ae88e6.entry.js +1 -0
- package/dist/paperless/p-d5d2f377.entry.js +1 -0
- package/dist/paperless/p-e32286ce.entry.js +1 -0
- package/dist/paperless/p-fb05d32c.entry.js +1 -0
- package/dist/paperless/paperless.css +0 -26520
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +149 -113
- package/dist/tailwind/border-radius.js +10 -0
- package/dist/tailwind/colors.js +52 -0
- package/dist/tailwind/grid.js +26 -0
- package/dist/tailwind/rotate.js +8 -0
- package/dist/tailwind/scale.js +3 -0
- package/dist/tailwind/shadows.js +7 -0
- package/dist/tailwind/typography.js +21 -0
- package/dist/tailwind.config.js +14 -15
- package/dist/types/components/atoms/button/button.component.d.ts +2 -1
- package/dist/types/components/atoms/icon/icon.component.d.ts +3 -3
- package/dist/types/components/atoms/segment-item/segment-item.component.d.ts +2 -1
- package/dist/types/components/atoms/status/status.component.d.ts +2 -1
- package/dist/types/components.d.ts +11 -10
- package/dist/types/utils/types.d.ts +2 -0
- package/package.json +3 -3
- package/dist/build/p-17c11169.entry.js +0 -1
- package/dist/build/p-41e5458b.entry.js +0 -1
- package/dist/build/p-42dab9d4.entry.js +0 -1
- package/dist/build/p-47b52f92.entry.js +0 -1
- package/dist/build/p-5ec6ea71.entry.js +0 -1
- package/dist/build/p-75f909ab.entry.js +0 -1
- package/dist/build/p-87356769.entry.js +0 -1
- package/dist/build/p-a669807e.entry.js +0 -1
- package/dist/build/p-aa28fef8.entry.js +0 -1
- package/dist/build/p-aae3d4f0.entry.js +0 -1
- package/dist/build/p-adcb0b93.entry.js +0 -1
- package/dist/build/p-b6d560c3.entry.js +0 -1
- package/dist/build/p-bbec0e86.entry.js +0 -1
- package/dist/build/p-c9b68089.entry.js +0 -1
- package/dist/build/p-d7a75c01.entry.js +0 -1
- package/dist/build/p-e0da7ee9.entry.js +0 -1
- package/dist/build/p-e7019eab.entry.js +0 -1
- package/dist/build/p-f689996b.entry.js +0 -1
- package/dist/build/p-faa4ee42.entry.js +0 -1
- package/dist/paperless/p-17c11169.entry.js +0 -1
- package/dist/paperless/p-41e5458b.entry.js +0 -1
- package/dist/paperless/p-42dab9d4.entry.js +0 -1
- package/dist/paperless/p-47b52f92.entry.js +0 -1
- package/dist/paperless/p-5ec6ea71.entry.js +0 -1
- package/dist/paperless/p-75f909ab.entry.js +0 -1
- package/dist/paperless/p-87356769.entry.js +0 -1
- package/dist/paperless/p-a669807e.entry.js +0 -1
- package/dist/paperless/p-aa28fef8.entry.js +0 -1
- package/dist/paperless/p-aae3d4f0.entry.js +0 -1
- package/dist/paperless/p-adcb0b93.entry.js +0 -1
- package/dist/paperless/p-b6d560c3.entry.js +0 -1
- package/dist/paperless/p-bbec0e86.entry.js +0 -1
- package/dist/paperless/p-c9b68089.entry.js +0 -1
- package/dist/paperless/p-d7a75c01.entry.js +0 -1
- package/dist/paperless/p-e0da7ee9.entry.js +0 -1
- package/dist/paperless/p-e7019eab.entry.js +0 -1
- package/dist/paperless/p-f689996b.entry.js +0 -1
- package/dist/paperless/p-faa4ee42.entry.js +0 -1
package/dist/sw.js
CHANGED
|
@@ -27,77 +27,77 @@ self.addEventListener('message', (event) => {
|
|
|
27
27
|
self.__precacheManifest = [
|
|
28
28
|
{
|
|
29
29
|
"url": "index.html",
|
|
30
|
-
"revision": "
|
|
30
|
+
"revision": "4fa10095e8733a641472f321cc64ffad"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"url": "build/index.esm.js",
|
|
34
34
|
"revision": "d41d8cd98f00b204e9800998ecf8427e"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
"url": "build/p-
|
|
37
|
+
"url": "build/p-02d2b531.entry.js"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"url": "build/p-
|
|
40
|
+
"url": "build/p-18572fe6.entry.js"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
|
-
"url": "build/p-
|
|
43
|
+
"url": "build/p-1d45ef92.entry.js"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
"url": "build/p-
|
|
46
|
+
"url": "build/p-20a59914.entry.js"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
"url": "build/p-
|
|
49
|
+
"url": "build/p-24c63fe7.entry.js"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
"url": "build/p-
|
|
52
|
+
"url": "build/p-3ecf3173.entry.js"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
-
"url": "build/p-
|
|
55
|
+
"url": "build/p-647910e6.entry.js"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"url": "build/p-
|
|
58
|
+
"url": "build/p-69b38836.entry.js"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"url": "build/p-
|
|
61
|
+
"url": "build/p-741ec1a6.entry.js"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"url": "build/p-
|
|
64
|
+
"url": "build/p-76464e0b.js"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
|
-
"url": "build/p-
|
|
67
|
+
"url": "build/p-90cb9ba3.entry.js"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"url": "build/p-
|
|
70
|
+
"url": "build/p-96f7f4ed.entry.js"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
"url": "build/p-
|
|
73
|
+
"url": "build/p-9d254d19.entry.js"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"url": "build/p-
|
|
76
|
+
"url": "build/p-a7086ffa.js"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
"url": "build/p-
|
|
79
|
+
"url": "build/p-aab433ae.entry.js"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
|
-
"url": "build/p-
|
|
82
|
+
"url": "build/p-ac0798de.entry.js"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
|
-
"url": "build/p-
|
|
85
|
+
"url": "build/p-ae7fb5ac.entry.js"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"url": "build/p-
|
|
88
|
+
"url": "build/p-d03853e1.entry.js"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"url": "build/p-
|
|
91
|
+
"url": "build/p-d5ae88e6.entry.js"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
|
-
"url": "build/p-
|
|
94
|
+
"url": "build/p-d5d2f377.entry.js"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
|
-
"url": "build/p-
|
|
97
|
+
"url": "build/p-e32286ce.entry.js"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
"url": "build/p-
|
|
100
|
+
"url": "build/p-fb05d32c.entry.js"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"url": "cjs/index-a46a39a5.js",
|
|
@@ -113,30 +113,30 @@ self.__precacheManifest = [
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"url": "cjs/p-avatar.cjs.entry.js",
|
|
116
|
-
"revision": "
|
|
116
|
+
"revision": "088fa2a7f97856dc1870fd5eb7cc6c6e"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"url": "cjs/p-button_3.cjs.entry.js"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"url": "cjs/p-card-body.cjs.entry.js",
|
|
123
|
-
"revision": "
|
|
123
|
+
"revision": "20c7af76f4ba11842e8a69e6c8cf3235"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"url": "cjs/p-card-container.cjs.entry.js",
|
|
127
|
-
"revision": "
|
|
127
|
+
"revision": "0b04609ad32d9cb63a386217bc84a6e8"
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"url": "cjs/p-card-header.cjs.entry.js",
|
|
131
|
-
"revision": "
|
|
131
|
+
"revision": "e05ef80094daae963164feb22ae5f572"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"url": "cjs/p-counter.cjs.entry.js",
|
|
135
|
-
"revision": "
|
|
135
|
+
"revision": "5669356e4855ffd186cd539d4e53c0bf"
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
"url": "cjs/p-divider.cjs.entry.js",
|
|
139
|
-
"revision": "
|
|
139
|
+
"revision": "fe7f621fcbf25499e3e6d70e9e999337"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"url": "cjs/p-dropdown-menu-container.cjs.entry.js"
|
|
@@ -149,14 +149,14 @@ self.__precacheManifest = [
|
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"url": "cjs/p-helper.cjs.entry.js",
|
|
152
|
-
"revision": "
|
|
152
|
+
"revision": "e7b93cacc3fd326ee463a81bfcf3ab72"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"url": "cjs/p-illustration.cjs.entry.js"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"url": "cjs/p-info-panel.cjs.entry.js",
|
|
159
|
-
"revision": "
|
|
159
|
+
"revision": "912589134b36c6078b1d277bb6b88e4c"
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"url": "cjs/p-navigation-item.cjs.entry.js"
|
|
@@ -169,19 +169,19 @@ self.__precacheManifest = [
|
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"url": "cjs/p-segment-container.cjs.entry.js",
|
|
172
|
-
"revision": "
|
|
172
|
+
"revision": "87a5f522d39ff097d025bc5d2c46c342"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"url": "cjs/p-segment-item.cjs.entry.js",
|
|
176
|
-
"revision": "
|
|
176
|
+
"revision": "0416a9ce3e34e72bb675db9c2c662059"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
179
|
"url": "cjs/p-status.cjs.entry.js",
|
|
180
|
-
"revision": "
|
|
180
|
+
"revision": "3686de66eaf7ad0b64d1d180dcf4e898"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"url": "cjs/p-tooltip.cjs.entry.js",
|
|
184
|
-
"revision": "
|
|
184
|
+
"revision": "5e474f70a78d3d04cc9c99f12ac64539"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"url": "cjs/paperless.cjs.js",
|
|
@@ -197,23 +197,23 @@ self.__precacheManifest = [
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"url": "collection/components/atoms/avatar/avatar.component.css",
|
|
200
|
-
"revision": "
|
|
200
|
+
"revision": "49db9f776f1d2c6b800cd3061905bb57"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"url": "collection/components/atoms/avatar/avatar.component.js",
|
|
204
|
-
"revision": "
|
|
204
|
+
"revision": "0a8b847d99daa9e01ac412968799b194"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"url": "collection/components/atoms/button/button.component.css",
|
|
208
|
-
"revision": "
|
|
208
|
+
"revision": "128cca848f8e02a6a7fbb50e753a78e2"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"url": "collection/components/atoms/button/button.component.js",
|
|
212
|
-
"revision": "
|
|
212
|
+
"revision": "aea822e0d9199a479c6a5f9dc0fd68fe"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"url": "collection/components/atoms/card-body/card-body.component.css",
|
|
216
|
-
"revision": "
|
|
216
|
+
"revision": "ddef935f00f94270913f8af0f3df84c9"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
219
|
"url": "collection/components/atoms/card-body/card-body.component.js",
|
|
@@ -221,7 +221,7 @@ self.__precacheManifest = [
|
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"url": "collection/components/atoms/card-container/card-container.component.css",
|
|
224
|
-
"revision": "
|
|
224
|
+
"revision": "25355e8c6346bd0bb1c81fde319335de"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"url": "collection/components/atoms/card-container/card-container.component.js",
|
|
@@ -229,7 +229,7 @@ self.__precacheManifest = [
|
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"url": "collection/components/atoms/card-header/card-header.component.css",
|
|
232
|
-
"revision": "
|
|
232
|
+
"revision": "15b7187f3480a02ce18e0f8d2fad0cd1"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"url": "collection/components/atoms/card-header/card-header.component.js",
|
|
@@ -237,7 +237,7 @@ self.__precacheManifest = [
|
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"url": "collection/components/atoms/counter/counter.component.css",
|
|
240
|
-
"revision": "
|
|
240
|
+
"revision": "deb0cc3298ec2108abcb6ac3eded78fe"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"url": "collection/components/atoms/counter/counter.component.js",
|
|
@@ -245,15 +245,15 @@ self.__precacheManifest = [
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"url": "collection/components/atoms/divider/divider.component.css",
|
|
248
|
-
"revision": "
|
|
248
|
+
"revision": "f535d4e5edc83c07ef5f786b1cfdf992"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"url": "collection/components/atoms/divider/divider.component.js",
|
|
252
|
-
"revision": "
|
|
252
|
+
"revision": "9513fe9da70939f107e8d2460051e89d"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"url": "collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css",
|
|
256
|
-
"revision": "
|
|
256
|
+
"revision": "c951f24b909f63bf5c4de0a361ff5c2d"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"url": "collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js",
|
|
@@ -261,7 +261,7 @@ self.__precacheManifest = [
|
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"url": "collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css",
|
|
264
|
-
"revision": "
|
|
264
|
+
"revision": "b05290541b7b70cb58f22ba4705ee30b"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"url": "collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js",
|
|
@@ -269,15 +269,19 @@ self.__precacheManifest = [
|
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"url": "collection/components/atoms/helper/helper.component.css",
|
|
272
|
-
"revision": "
|
|
272
|
+
"revision": "a25c2f55095d31f0a62ad28687b79fab"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"url": "collection/components/atoms/helper/helper.component.js",
|
|
276
276
|
"revision": "4fe8f01eed15d2b36dbcbf24a2b4c0af"
|
|
277
277
|
},
|
|
278
|
+
{
|
|
279
|
+
"url": "collection/components/atoms/icon/icon.component.css",
|
|
280
|
+
"revision": "9ad59df7c8a362d37da47b301f331354"
|
|
281
|
+
},
|
|
278
282
|
{
|
|
279
283
|
"url": "collection/components/atoms/icon/icon.component.js",
|
|
280
|
-
"revision": "
|
|
284
|
+
"revision": "10810337127df095ad617042af20aabe"
|
|
281
285
|
},
|
|
282
286
|
{
|
|
283
287
|
"url": "collection/components/atoms/illustration/illustration.component.js",
|
|
@@ -285,7 +289,7 @@ self.__precacheManifest = [
|
|
|
285
289
|
},
|
|
286
290
|
{
|
|
287
291
|
"url": "collection/components/atoms/info-panel/info-panel.component.css",
|
|
288
|
-
"revision": "
|
|
292
|
+
"revision": "10bf84c4f8484c81105cef87c358b0cf"
|
|
289
293
|
},
|
|
290
294
|
{
|
|
291
295
|
"url": "collection/components/atoms/info-panel/info-panel.component.js",
|
|
@@ -293,7 +297,7 @@ self.__precacheManifest = [
|
|
|
293
297
|
},
|
|
294
298
|
{
|
|
295
299
|
"url": "collection/components/atoms/loader/loader.component.css",
|
|
296
|
-
"revision": "
|
|
300
|
+
"revision": "1a32546858be1dc486e87986c465e773"
|
|
297
301
|
},
|
|
298
302
|
{
|
|
299
303
|
"url": "collection/components/atoms/loader/loader.component.js",
|
|
@@ -301,7 +305,7 @@ self.__precacheManifest = [
|
|
|
301
305
|
},
|
|
302
306
|
{
|
|
303
307
|
"url": "collection/components/atoms/pagination-item/pagination-item.component.css",
|
|
304
|
-
"revision": "
|
|
308
|
+
"revision": "3d54e3a23cdb292ff94b8570293af954"
|
|
305
309
|
},
|
|
306
310
|
{
|
|
307
311
|
"url": "collection/components/atoms/pagination-item/pagination-item.component.js",
|
|
@@ -309,7 +313,7 @@ self.__precacheManifest = [
|
|
|
309
313
|
},
|
|
310
314
|
{
|
|
311
315
|
"url": "collection/components/atoms/segment-container/segment-container.component.css",
|
|
312
|
-
"revision": "
|
|
316
|
+
"revision": "c9c317c37645e633652bae20290c6107"
|
|
313
317
|
},
|
|
314
318
|
{
|
|
315
319
|
"url": "collection/components/atoms/segment-container/segment-container.component.js",
|
|
@@ -317,23 +321,23 @@ self.__precacheManifest = [
|
|
|
317
321
|
},
|
|
318
322
|
{
|
|
319
323
|
"url": "collection/components/atoms/segment-item/segment-item.component.css",
|
|
320
|
-
"revision": "
|
|
324
|
+
"revision": "6db681acc19b3b77543769a278b44f42"
|
|
321
325
|
},
|
|
322
326
|
{
|
|
323
327
|
"url": "collection/components/atoms/segment-item/segment-item.component.js",
|
|
324
|
-
"revision": "
|
|
328
|
+
"revision": "87028e26b4212e092a3a5c98f0df5e00"
|
|
325
329
|
},
|
|
326
330
|
{
|
|
327
331
|
"url": "collection/components/atoms/status/status.component.css",
|
|
328
|
-
"revision": "
|
|
332
|
+
"revision": "a21a43cd62c519b3e1044198c60d88a0"
|
|
329
333
|
},
|
|
330
334
|
{
|
|
331
335
|
"url": "collection/components/atoms/status/status.component.js",
|
|
332
|
-
"revision": "
|
|
336
|
+
"revision": "f6dbe9f13524767f26b8010e0cb134bf"
|
|
333
337
|
},
|
|
334
338
|
{
|
|
335
339
|
"url": "collection/components/atoms/tooltip/tooltip.component.css",
|
|
336
|
-
"revision": "
|
|
340
|
+
"revision": "1f1e184d0ee2288df7e63530b66820b1"
|
|
337
341
|
},
|
|
338
342
|
{
|
|
339
343
|
"url": "collection/components/atoms/tooltip/tooltip.component.js",
|
|
@@ -341,7 +345,7 @@ self.__precacheManifest = [
|
|
|
341
345
|
},
|
|
342
346
|
{
|
|
343
347
|
"url": "collection/components/molecules/dropdown/dropdown.component.css",
|
|
344
|
-
"revision": "
|
|
348
|
+
"revision": "5ddbe21f37548eb8b480c35b1eeafdb1"
|
|
345
349
|
},
|
|
346
350
|
{
|
|
347
351
|
"url": "collection/components/molecules/dropdown/dropdown.component.js",
|
|
@@ -349,7 +353,7 @@ self.__precacheManifest = [
|
|
|
349
353
|
},
|
|
350
354
|
{
|
|
351
355
|
"url": "collection/components/molecules/navigation-item/navigation-item.component.css",
|
|
352
|
-
"revision": "
|
|
356
|
+
"revision": "a9bfcbdd33452ea26632246d1d120510"
|
|
353
357
|
},
|
|
354
358
|
{
|
|
355
359
|
"url": "collection/components/molecules/navigation-item/navigation-item.component.js",
|
|
@@ -357,7 +361,7 @@ self.__precacheManifest = [
|
|
|
357
361
|
},
|
|
358
362
|
{
|
|
359
363
|
"url": "collection/components/molecules/pagination/pagination.component.css",
|
|
360
|
-
"revision": "
|
|
364
|
+
"revision": "aa24012da4135a95dd47583ae673d3b0"
|
|
361
365
|
},
|
|
362
366
|
{
|
|
363
367
|
"url": "collection/components/molecules/pagination/pagination.component.js",
|
|
@@ -369,7 +373,7 @@ self.__precacheManifest = [
|
|
|
369
373
|
},
|
|
370
374
|
{
|
|
371
375
|
"url": "collection/tailwind.config.js",
|
|
372
|
-
"revision": "
|
|
376
|
+
"revision": "87d60017b703395e43798ec293a60a8b"
|
|
373
377
|
},
|
|
374
378
|
{
|
|
375
379
|
"url": "collection/tailwind/border-radius.js",
|
|
@@ -411,21 +415,25 @@ self.__precacheManifest = [
|
|
|
411
415
|
"url": "collection/utils/illustrations.js",
|
|
412
416
|
"revision": "743b24c925f2eedd1e005aa87dc5987b"
|
|
413
417
|
},
|
|
418
|
+
{
|
|
419
|
+
"url": "collection/utils/types.js",
|
|
420
|
+
"revision": "e2ebd7ddedcadeeadbf819c35985c768"
|
|
421
|
+
},
|
|
414
422
|
{
|
|
415
423
|
"url": "collection/utils/utils.js",
|
|
416
424
|
"revision": "4beb8ca8a76230f44db73b6109a0043d"
|
|
417
425
|
},
|
|
418
426
|
{
|
|
419
427
|
"url": "components/counter.component.js",
|
|
420
|
-
"revision": "
|
|
428
|
+
"revision": "484bd5169e92032baf721ee5507aaaeb"
|
|
421
429
|
},
|
|
422
430
|
{
|
|
423
431
|
"url": "components/dropdown-menu-container.component.js",
|
|
424
|
-
"revision": "
|
|
432
|
+
"revision": "e97d863a1472ca4c1590e3f231c4fd87"
|
|
425
433
|
},
|
|
426
434
|
{
|
|
427
435
|
"url": "components/icon.component.js",
|
|
428
|
-
"revision": "
|
|
436
|
+
"revision": "5a8a24226c3b1f2ee4b91bd418153ecd"
|
|
429
437
|
},
|
|
430
438
|
{
|
|
431
439
|
"url": "components/index.js",
|
|
@@ -433,27 +441,27 @@ self.__precacheManifest = [
|
|
|
433
441
|
},
|
|
434
442
|
{
|
|
435
443
|
"url": "components/loader.component.js",
|
|
436
|
-
"revision": "
|
|
444
|
+
"revision": "1a9a7631820b8157c9ec1efe36092d08"
|
|
437
445
|
},
|
|
438
446
|
{
|
|
439
447
|
"url": "components/p-avatar.js",
|
|
440
|
-
"revision": "
|
|
448
|
+
"revision": "b171e027198bb49fe3c3cafe4b9e0b2e"
|
|
441
449
|
},
|
|
442
450
|
{
|
|
443
451
|
"url": "components/p-button.js",
|
|
444
|
-
"revision": "
|
|
452
|
+
"revision": "e01e7e607897ac100a7fd3e831aa508c"
|
|
445
453
|
},
|
|
446
454
|
{
|
|
447
455
|
"url": "components/p-card-body.js",
|
|
448
|
-
"revision": "
|
|
456
|
+
"revision": "2502c2a0a20b8b8837b0ab602da0b8b8"
|
|
449
457
|
},
|
|
450
458
|
{
|
|
451
459
|
"url": "components/p-card-container.js",
|
|
452
|
-
"revision": "
|
|
460
|
+
"revision": "4c959770837ec3ba4c02c20294a9c90b"
|
|
453
461
|
},
|
|
454
462
|
{
|
|
455
463
|
"url": "components/p-card-header.js",
|
|
456
|
-
"revision": "
|
|
464
|
+
"revision": "da799141bc1bc488651b054a33490bfd"
|
|
457
465
|
},
|
|
458
466
|
{
|
|
459
467
|
"url": "components/p-counter.js",
|
|
@@ -461,7 +469,7 @@ self.__precacheManifest = [
|
|
|
461
469
|
},
|
|
462
470
|
{
|
|
463
471
|
"url": "components/p-divider.js",
|
|
464
|
-
"revision": "
|
|
472
|
+
"revision": "49fb97dae67c1d11a5cebe91ba98e329"
|
|
465
473
|
},
|
|
466
474
|
{
|
|
467
475
|
"url": "components/p-dropdown-menu-container.js"
|
|
@@ -474,7 +482,7 @@ self.__precacheManifest = [
|
|
|
474
482
|
},
|
|
475
483
|
{
|
|
476
484
|
"url": "components/p-helper.js",
|
|
477
|
-
"revision": "
|
|
485
|
+
"revision": "f3d3b0a38d2af0905b7523c07f1c17a9"
|
|
478
486
|
},
|
|
479
487
|
{
|
|
480
488
|
"url": "components/p-icon.js",
|
|
@@ -485,7 +493,7 @@ self.__precacheManifest = [
|
|
|
485
493
|
},
|
|
486
494
|
{
|
|
487
495
|
"url": "components/p-info-panel.js",
|
|
488
|
-
"revision": "
|
|
496
|
+
"revision": "f5c97078d819c112533ccf14bfcd5bde"
|
|
489
497
|
},
|
|
490
498
|
{
|
|
491
499
|
"url": "components/p-loader.js",
|
|
@@ -502,15 +510,15 @@ self.__precacheManifest = [
|
|
|
502
510
|
},
|
|
503
511
|
{
|
|
504
512
|
"url": "components/p-segment-container.js",
|
|
505
|
-
"revision": "
|
|
513
|
+
"revision": "f2aede928758e5ae70d8c13e819df2ea"
|
|
506
514
|
},
|
|
507
515
|
{
|
|
508
516
|
"url": "components/p-segment-item.js",
|
|
509
|
-
"revision": "
|
|
517
|
+
"revision": "90cbd4ae0875bb8a85e7a6dc11e15585"
|
|
510
518
|
},
|
|
511
519
|
{
|
|
512
520
|
"url": "components/p-status.js",
|
|
513
|
-
"revision": "
|
|
521
|
+
"revision": "54a17594fd09148d0f068fe80041be92"
|
|
514
522
|
},
|
|
515
523
|
{
|
|
516
524
|
"url": "components/p-tooltip.js",
|
|
@@ -518,7 +526,7 @@ self.__precacheManifest = [
|
|
|
518
526
|
},
|
|
519
527
|
{
|
|
520
528
|
"url": "components/pagination-item.component.js",
|
|
521
|
-
"revision": "
|
|
529
|
+
"revision": "14e150af80a3f90a94912483a8a669b9"
|
|
522
530
|
},
|
|
523
531
|
{
|
|
524
532
|
"url": "components/popper.js",
|
|
@@ -526,7 +534,7 @@ self.__precacheManifest = [
|
|
|
526
534
|
},
|
|
527
535
|
{
|
|
528
536
|
"url": "components/tooltip.component.js",
|
|
529
|
-
"revision": "
|
|
537
|
+
"revision": "e40f909182126a8ec1c01ee975178fb2"
|
|
530
538
|
},
|
|
531
539
|
{
|
|
532
540
|
"url": "esm/index-a68e547b.js",
|
|
@@ -542,30 +550,30 @@ self.__precacheManifest = [
|
|
|
542
550
|
},
|
|
543
551
|
{
|
|
544
552
|
"url": "esm/p-avatar.entry.js",
|
|
545
|
-
"revision": "
|
|
553
|
+
"revision": "f494785c6e63af705dbaf0d879e5ee95"
|
|
546
554
|
},
|
|
547
555
|
{
|
|
548
556
|
"url": "esm/p-button_3.entry.js"
|
|
549
557
|
},
|
|
550
558
|
{
|
|
551
559
|
"url": "esm/p-card-body.entry.js",
|
|
552
|
-
"revision": "
|
|
560
|
+
"revision": "a53677c6ebe59d962eb3ac6d6a76bc46"
|
|
553
561
|
},
|
|
554
562
|
{
|
|
555
563
|
"url": "esm/p-card-container.entry.js",
|
|
556
|
-
"revision": "
|
|
564
|
+
"revision": "6b226c6907824f01c3fd29986633bc0c"
|
|
557
565
|
},
|
|
558
566
|
{
|
|
559
567
|
"url": "esm/p-card-header.entry.js",
|
|
560
|
-
"revision": "
|
|
568
|
+
"revision": "713aa6afc35aea85712bfc131256cde4"
|
|
561
569
|
},
|
|
562
570
|
{
|
|
563
571
|
"url": "esm/p-counter.entry.js",
|
|
564
|
-
"revision": "
|
|
572
|
+
"revision": "f416e2def2a967232deffa2c5843fce6"
|
|
565
573
|
},
|
|
566
574
|
{
|
|
567
575
|
"url": "esm/p-divider.entry.js",
|
|
568
|
-
"revision": "
|
|
576
|
+
"revision": "f9475bc240bdbe91e4cb81dfb218a74e"
|
|
569
577
|
},
|
|
570
578
|
{
|
|
571
579
|
"url": "esm/p-dropdown-menu-container.entry.js"
|
|
@@ -578,14 +586,14 @@ self.__precacheManifest = [
|
|
|
578
586
|
},
|
|
579
587
|
{
|
|
580
588
|
"url": "esm/p-helper.entry.js",
|
|
581
|
-
"revision": "
|
|
589
|
+
"revision": "73113b79b10a5467fce8e6dd72285635"
|
|
582
590
|
},
|
|
583
591
|
{
|
|
584
592
|
"url": "esm/p-illustration.entry.js"
|
|
585
593
|
},
|
|
586
594
|
{
|
|
587
595
|
"url": "esm/p-info-panel.entry.js",
|
|
588
|
-
"revision": "
|
|
596
|
+
"revision": "63c9ac04809537664f3ed434a206530f"
|
|
589
597
|
},
|
|
590
598
|
{
|
|
591
599
|
"url": "esm/p-navigation-item.entry.js"
|
|
@@ -598,19 +606,19 @@ self.__precacheManifest = [
|
|
|
598
606
|
},
|
|
599
607
|
{
|
|
600
608
|
"url": "esm/p-segment-container.entry.js",
|
|
601
|
-
"revision": "
|
|
609
|
+
"revision": "9c8b2aa2af765e3dad564675f9da1cb3"
|
|
602
610
|
},
|
|
603
611
|
{
|
|
604
612
|
"url": "esm/p-segment-item.entry.js",
|
|
605
|
-
"revision": "
|
|
613
|
+
"revision": "e5dbc641cb01dbe411bc6615c81d8a8f"
|
|
606
614
|
},
|
|
607
615
|
{
|
|
608
616
|
"url": "esm/p-status.entry.js",
|
|
609
|
-
"revision": "
|
|
617
|
+
"revision": "7fc44e3e4530c7de028fe5b74180943b"
|
|
610
618
|
},
|
|
611
619
|
{
|
|
612
620
|
"url": "esm/p-tooltip.entry.js",
|
|
613
|
-
"revision": "
|
|
621
|
+
"revision": "e19f1aeafd78834967bf6e939536eaa6"
|
|
614
622
|
},
|
|
615
623
|
{
|
|
616
624
|
"url": "esm/polyfills/core-js.js",
|
|
@@ -653,74 +661,102 @@ self.__precacheManifest = [
|
|
|
653
661
|
"revision": "d41d8cd98f00b204e9800998ecf8427e"
|
|
654
662
|
},
|
|
655
663
|
{
|
|
656
|
-
"url": "paperless/p-
|
|
664
|
+
"url": "paperless/p-02d2b531.entry.js"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"url": "paperless/p-18572fe6.entry.js"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"url": "paperless/p-1d45ef92.entry.js"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"url": "paperless/p-20a59914.entry.js"
|
|
657
674
|
},
|
|
658
675
|
{
|
|
659
|
-
"url": "paperless/p-
|
|
676
|
+
"url": "paperless/p-24c63fe7.entry.js"
|
|
660
677
|
},
|
|
661
678
|
{
|
|
662
|
-
"url": "paperless/p-
|
|
679
|
+
"url": "paperless/p-3ecf3173.entry.js"
|
|
663
680
|
},
|
|
664
681
|
{
|
|
665
|
-
"url": "paperless/p-
|
|
682
|
+
"url": "paperless/p-647910e6.entry.js"
|
|
666
683
|
},
|
|
667
684
|
{
|
|
668
|
-
"url": "paperless/p-
|
|
685
|
+
"url": "paperless/p-69b38836.entry.js"
|
|
669
686
|
},
|
|
670
687
|
{
|
|
671
|
-
"url": "paperless/p-
|
|
688
|
+
"url": "paperless/p-741ec1a6.entry.js"
|
|
672
689
|
},
|
|
673
690
|
{
|
|
674
691
|
"url": "paperless/p-76464e0b.js"
|
|
675
692
|
},
|
|
676
693
|
{
|
|
677
|
-
"url": "paperless/p-
|
|
694
|
+
"url": "paperless/p-90cb9ba3.entry.js"
|
|
678
695
|
},
|
|
679
696
|
{
|
|
680
|
-
"url": "paperless/p-
|
|
697
|
+
"url": "paperless/p-96f7f4ed.entry.js"
|
|
681
698
|
},
|
|
682
699
|
{
|
|
683
|
-
"url": "paperless/p-
|
|
700
|
+
"url": "paperless/p-9d254d19.entry.js"
|
|
684
701
|
},
|
|
685
702
|
{
|
|
686
703
|
"url": "paperless/p-a7086ffa.js"
|
|
687
704
|
},
|
|
688
705
|
{
|
|
689
|
-
"url": "paperless/p-
|
|
706
|
+
"url": "paperless/p-aab433ae.entry.js"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"url": "paperless/p-ac0798de.entry.js"
|
|
690
710
|
},
|
|
691
711
|
{
|
|
692
|
-
"url": "paperless/p-
|
|
712
|
+
"url": "paperless/p-ae7fb5ac.entry.js"
|
|
693
713
|
},
|
|
694
714
|
{
|
|
695
|
-
"url": "paperless/p-
|
|
715
|
+
"url": "paperless/p-d03853e1.entry.js"
|
|
696
716
|
},
|
|
697
717
|
{
|
|
698
|
-
"url": "paperless/p-
|
|
718
|
+
"url": "paperless/p-d5ae88e6.entry.js"
|
|
699
719
|
},
|
|
700
720
|
{
|
|
701
|
-
"url": "paperless/p-
|
|
721
|
+
"url": "paperless/p-d5d2f377.entry.js"
|
|
702
722
|
},
|
|
703
723
|
{
|
|
704
|
-
"url": "paperless/p-
|
|
724
|
+
"url": "paperless/p-e32286ce.entry.js"
|
|
705
725
|
},
|
|
706
726
|
{
|
|
707
|
-
"url": "paperless/p-
|
|
727
|
+
"url": "paperless/p-fb05d32c.entry.js"
|
|
708
728
|
},
|
|
709
729
|
{
|
|
710
|
-
"url": "
|
|
730
|
+
"url": "tailwind.config.js",
|
|
731
|
+
"revision": "87d60017b703395e43798ec293a60a8b"
|
|
711
732
|
},
|
|
712
733
|
{
|
|
713
|
-
"url": "
|
|
734
|
+
"url": "tailwind/border-radius.js",
|
|
735
|
+
"revision": "dd0f825fa408d2ba0176fd53862063d4"
|
|
714
736
|
},
|
|
715
737
|
{
|
|
716
|
-
"url": "
|
|
738
|
+
"url": "tailwind/colors.js",
|
|
739
|
+
"revision": "6a39b234fcf655ec34be7e367b0b3128"
|
|
717
740
|
},
|
|
718
741
|
{
|
|
719
|
-
"url": "
|
|
742
|
+
"url": "tailwind/grid.js",
|
|
743
|
+
"revision": "c6da38d71fa9e178c09e6caeb9214825"
|
|
720
744
|
},
|
|
721
745
|
{
|
|
722
|
-
"url": "tailwind.
|
|
723
|
-
"revision": "
|
|
746
|
+
"url": "tailwind/rotate.js",
|
|
747
|
+
"revision": "6e10d60cb01221e64cf027d729886b6d"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"url": "tailwind/scale.js",
|
|
751
|
+
"revision": "a839cb541613e836dc315f26e3e9a396"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"url": "tailwind/shadows.js",
|
|
755
|
+
"revision": "90a3cc6f1c4f6714180ddbb3a0e40a53"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"url": "tailwind/typography.js",
|
|
759
|
+
"revision": "63fc1dacace043e348a3fcf95c582fef"
|
|
724
760
|
}
|
|
725
761
|
].concat(self.__precacheManifest || []);
|
|
726
762
|
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
|