@paperless/core 0.1.0-alpha.3 → 0.1.0-alpha.30
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 +273 -0
- package/README.md +18 -1
- package/dist/assets/icons/checklist.svg +17 -0
- package/dist/assets/icons/folder.svg +19 -0
- package/dist/assets/icons/integration.svg +17 -0
- package/dist/assets/icons/task.svg +17 -0
- package/dist/assets/icons/template.svg +17 -0
- package/dist/assets/images/avatar/company-default.svg +12 -0
- package/dist/assets/images/avatar/user-default.svg +12 -0
- package/dist/assets/images/helper/helper-hover.svg +15 -0
- package/dist/assets/images/helper/helper.svg +15 -0
- package/dist/build/p-17c11169.entry.js +1 -0
- package/dist/build/p-1d8fa6a1.entry.js +1 -0
- package/dist/build/p-41e5458b.entry.js +1 -0
- package/dist/build/p-42dab9d4.entry.js +1 -0
- package/dist/build/p-47b52f92.entry.js +1 -0
- package/dist/build/p-5ec6ea71.entry.js +1 -0
- package/dist/build/p-75f909ab.entry.js +1 -0
- package/dist/build/p-76464e0b.js +2 -0
- package/dist/build/{p-f04c4de0.entry.js → p-8501ba07.entry.js} +1 -1
- package/dist/build/p-a669807e.entry.js +1 -0
- package/dist/build/p-a7086ffa.js +1 -0
- package/dist/build/p-aa28fef8.entry.js +1 -0
- package/dist/build/p-aae3d4f0.entry.js +1 -0
- package/dist/build/p-adcb0b93.entry.js +1 -0
- package/dist/build/p-bbec0e86.entry.js +1 -0
- package/dist/build/p-d7c82962.entry.js +1 -0
- package/dist/build/p-e7019eab.entry.js +1 -0
- package/dist/build/p-f689996b.entry.js +1 -0
- package/dist/build/p-faa4ee42.entry.js +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/{index-a2da05ae.js → index-a46a39a5.js} +88 -2
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/p-avatar.cjs.entry.js +32 -0
- package/dist/cjs/p-button_3.cjs.entry.js +106 -12
- package/dist/cjs/p-counter.cjs.entry.js +19 -0
- package/dist/cjs/p-divider.cjs.entry.js +19 -0
- package/dist/cjs/p-dropdown-menu-container.cjs.entry.js +19 -0
- package/dist/cjs/p-dropdown-menu-item.cjs.entry.js +23 -0
- package/dist/cjs/p-dropdown.cjs.entry.js +131 -0
- package/dist/cjs/p-helper.cjs.entry.js +19 -0
- package/dist/cjs/p-illustration.cjs.entry.js +9 -12
- package/dist/cjs/p-info-panel.cjs.entry.js +31 -0
- package/dist/cjs/p-navigation-item.cjs.entry.js +23 -0
- package/dist/cjs/p-pagination-item.cjs.entry.js +23 -0
- package/dist/cjs/p-pagination.cjs.entry.js +171 -0
- package/dist/cjs/p-segment-container.cjs.entry.js +19 -0
- package/dist/cjs/p-segment-item.cjs.entry.js +29 -0
- package/dist/cjs/p-status.cjs.entry.js +49 -0
- package/dist/cjs/p-tooltip.cjs.entry.js +75 -1811
- package/dist/cjs/paperless.cjs.js +2 -2
- package/dist/cjs/popper-e0c4ed4c.js +1790 -0
- package/dist/collection/assets/icons/checklist.svg +17 -0
- package/dist/collection/assets/icons/folder.svg +19 -0
- package/dist/collection/assets/icons/integration.svg +17 -0
- package/dist/collection/assets/icons/task.svg +17 -0
- package/dist/collection/assets/icons/template.svg +17 -0
- package/dist/collection/assets/images/avatar/company-default.svg +12 -0
- package/dist/collection/assets/images/avatar/user-default.svg +12 -0
- package/dist/collection/assets/images/helper/helper-hover.svg +15 -0
- package/dist/collection/assets/images/helper/helper.svg +15 -0
- package/dist/collection/collection-manifest.json +15 -1
- package/dist/collection/components/atoms/avatar/avatar.component.css +31 -0
- package/dist/collection/components/atoms/avatar/avatar.component.js +105 -0
- package/dist/collection/components/atoms/button/button.component.css +24 -0
- package/dist/collection/components/atoms/button/button.component.js +5 -5
- package/dist/collection/components/atoms/counter/counter.component.css +5 -0
- package/dist/collection/components/atoms/counter/counter.component.js +15 -0
- package/dist/collection/components/atoms/divider/divider.component.css +3 -0
- package/dist/collection/components/atoms/divider/divider.component.js +14 -0
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +5 -0
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js +14 -0
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +13 -0
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js +41 -0
- package/dist/collection/components/atoms/helper/helper.component.css +7 -0
- package/dist/collection/components/atoms/helper/helper.component.js +18 -0
- package/dist/collection/components/atoms/icon/icon.component.js +3 -8
- package/dist/collection/components/atoms/illustration/illustration.component.js +2 -9
- package/dist/collection/components/atoms/info-panel/info-panel.component.css +28 -0
- package/dist/collection/components/atoms/info-panel/info-panel.component.js +106 -0
- package/dist/collection/components/atoms/loader/loader.component.css +1 -1
- package/dist/collection/components/atoms/loader/loader.component.js +4 -3
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +16 -0
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.js +41 -0
- package/dist/collection/components/atoms/segment-container/segment-container.component.css +5 -0
- package/dist/collection/components/atoms/segment-container/segment-container.component.js +14 -0
- package/dist/collection/components/atoms/segment-item/segment-item.component.css +21 -0
- package/dist/collection/components/atoms/segment-item/segment-item.component.js +107 -0
- package/dist/collection/components/atoms/status/status.component.css +16 -0
- package/dist/collection/components/atoms/status/status.component.js +128 -0
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +18 -12
- package/dist/collection/components/atoms/tooltip/tooltip.component.js +133 -35
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +9 -0
- package/dist/collection/components/molecules/dropdown/dropdown.component.js +223 -0
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.css +28 -0
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.js +118 -0
- package/dist/collection/components/molecules/pagination/pagination.component.css +3 -0
- package/dist/collection/components/molecules/pagination/pagination.component.js +242 -0
- package/dist/collection/tailwind/border-radius.js +8 -6
- package/dist/collection/tailwind/grid.js +24 -4
- package/dist/collection/tailwind.config.js +1 -1
- package/dist/collection/utils/child-of.js +5 -0
- package/dist/collection/utils/icons.js +10 -0
- package/dist/components/counter.component.js +30 -0
- package/dist/components/dropdown-menu-container.component.js +29 -0
- package/dist/components/icon.component.js +97 -4
- package/dist/components/index.d.ts +14 -0
- package/dist/components/index.js +14 -0
- package/dist/components/loader.component.js +5 -4
- package/dist/components/p-avatar.d.ts +11 -0
- package/dist/components/p-avatar.js +52 -0
- package/dist/components/p-button.js +3 -3
- package/dist/components/p-counter.d.ts +11 -0
- package/dist/components/p-counter.js +6 -0
- package/dist/components/p-divider.d.ts +11 -0
- package/dist/components/p-divider.js +33 -0
- package/dist/components/p-dropdown-menu-container.d.ts +11 -0
- package/dist/components/p-dropdown-menu-container.js +6 -0
- package/dist/components/p-dropdown-menu-item.d.ts +11 -0
- package/dist/components/p-dropdown-menu-item.js +39 -0
- package/dist/components/p-dropdown.d.ts +11 -0
- package/dist/components/p-dropdown.js +156 -0
- package/dist/components/p-helper.d.ts +11 -0
- package/dist/components/p-helper.js +39 -0
- package/dist/components/p-illustration.js +0 -4
- package/dist/components/p-info-panel.d.ts +11 -0
- package/dist/components/p-info-panel.js +56 -0
- package/dist/components/p-navigation-item.d.ts +11 -0
- package/dist/components/p-navigation-item.js +55 -0
- package/dist/components/p-pagination-item.d.ts +11 -0
- package/dist/components/p-pagination-item.js +6 -0
- package/dist/components/p-pagination.d.ts +11 -0
- package/dist/components/p-pagination.js +200 -0
- package/dist/components/p-segment-container.d.ts +11 -0
- package/dist/components/p-segment-container.js +32 -0
- package/dist/components/p-segment-item.d.ts +11 -0
- package/dist/components/p-segment-item.js +54 -0
- package/dist/components/p-status.d.ts +11 -0
- package/dist/components/p-status.js +73 -0
- package/dist/components/p-tooltip.js +1 -1886
- package/dist/components/pagination-item.component.js +36 -0
- package/dist/components/popper.js +1788 -0
- package/dist/components/tooltip.component.js +154 -0
- package/dist/esm/{index-d08bfe75.js → index-a68e547b.js} +88 -2
- package/dist/esm/loader.js +2 -2
- package/dist/esm/p-avatar.entry.js +28 -0
- package/dist/esm/p-button_3.entry.js +106 -12
- package/dist/esm/p-counter.entry.js +15 -0
- package/dist/esm/p-divider.entry.js +15 -0
- package/dist/esm/p-dropdown-menu-container.entry.js +15 -0
- package/dist/esm/p-dropdown-menu-item.entry.js +19 -0
- package/dist/esm/p-dropdown.entry.js +127 -0
- package/dist/esm/p-helper.entry.js +15 -0
- package/dist/esm/p-illustration.entry.js +9 -12
- package/dist/esm/p-info-panel.entry.js +27 -0
- package/dist/esm/p-navigation-item.entry.js +19 -0
- package/dist/esm/p-pagination-item.entry.js +19 -0
- package/dist/esm/p-pagination.entry.js +167 -0
- package/dist/esm/p-segment-container.entry.js +15 -0
- package/dist/esm/p-segment-item.entry.js +25 -0
- package/dist/esm/p-status.entry.js +45 -0
- package/dist/esm/p-tooltip.entry.js +75 -1811
- package/dist/esm/paperless.js +2 -2
- package/dist/esm/popper-41c6f9cd.js +1788 -0
- package/dist/index.html +1 -1
- package/dist/paperless/p-17c11169.entry.js +1 -0
- package/dist/paperless/p-1d8fa6a1.entry.js +1 -0
- package/dist/paperless/p-41e5458b.entry.js +1 -0
- package/dist/paperless/p-42dab9d4.entry.js +1 -0
- package/dist/paperless/p-47b52f92.entry.js +1 -0
- package/dist/paperless/p-5ec6ea71.entry.js +1 -0
- package/dist/paperless/p-75f909ab.entry.js +1 -0
- package/dist/paperless/p-76464e0b.js +2 -0
- package/dist/paperless/{p-f04c4de0.entry.js → p-8501ba07.entry.js} +1 -1
- package/dist/paperless/p-a669807e.entry.js +1 -0
- package/dist/paperless/p-a7086ffa.js +1 -0
- package/dist/paperless/p-aa28fef8.entry.js +1 -0
- package/dist/paperless/p-aae3d4f0.entry.js +1 -0
- package/dist/paperless/p-adcb0b93.entry.js +1 -0
- package/dist/paperless/p-bbec0e86.entry.js +1 -0
- package/dist/paperless/p-d7c82962.entry.js +1 -0
- package/dist/paperless/p-e7019eab.entry.js +1 -0
- package/dist/paperless/p-f689996b.entry.js +1 -0
- package/dist/paperless/p-faa4ee42.entry.js +1 -0
- package/dist/paperless/paperless.css +136 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +421 -37
- package/dist/tailwind.config.js +1 -1
- package/dist/types/components/atoms/avatar/avatar.component.d.ts +21 -0
- package/dist/types/components/atoms/button/button.component.d.ts +2 -2
- package/dist/types/components/atoms/counter/counter.component.d.ts +3 -0
- package/dist/types/components/atoms/divider/divider.component.d.ts +3 -0
- package/dist/types/components/atoms/dropdown-menu-container/dropdown-menu-container.component.d.ts +3 -0
- package/dist/types/components/atoms/dropdown-menu-item/dropdown-menu-item.component.d.ts +7 -0
- package/dist/types/components/atoms/helper/helper.component.d.ts +3 -0
- package/dist/types/components/atoms/info-panel/info-panel.component.d.ts +24 -0
- package/dist/types/components/atoms/pagination-item/pagination-item.component.d.ts +7 -0
- package/dist/types/components/atoms/segment-container/segment-container.component.d.ts +3 -0
- package/dist/types/components/atoms/segment-item/segment-item.component.d.ts +21 -0
- package/dist/types/components/atoms/status/status.component.d.ts +22 -0
- package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +20 -8
- package/dist/types/components/molecules/dropdown/dropdown.component.d.ts +41 -0
- package/dist/types/components/molecules/navigation-item/navigation-item.component.d.ts +24 -0
- package/dist/types/components/molecules/pagination/pagination.component.d.ts +28 -0
- package/dist/types/components.d.ts +467 -16
- package/dist/types/utils/child-of.d.ts +1 -0
- package/dist/types/utils/icons.d.ts +5 -0
- package/package.json +1 -1
- package/dist/build/p-4144f8a0.entry.js +0 -1
- package/dist/build/p-8538576c.entry.js +0 -1
- package/dist/build/p-f33e1285.js +0 -2
- package/dist/paperless/p-4144f8a0.entry.js +0 -1
- package/dist/paperless/p-8538576c.entry.js +0 -1
- package/dist/paperless/p-f33e1285.js +0 -2
package/dist/sw.js
CHANGED
|
@@ -27,27 +27,72 @@ self.addEventListener('message', (event) => {
|
|
|
27
27
|
self.__precacheManifest = [
|
|
28
28
|
{
|
|
29
29
|
"url": "index.html",
|
|
30
|
-
"revision": "
|
|
30
|
+
"revision": "8887960ed947bd2832c020055ac1aa44"
|
|
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-17c11169.entry.js"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"url": "build/p-
|
|
40
|
+
"url": "build/p-1d8fa6a1.entry.js"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
|
-
"url": "build/p-
|
|
43
|
+
"url": "build/p-41e5458b.entry.js"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
"url": "build/p-
|
|
46
|
+
"url": "build/p-42dab9d4.entry.js"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
"url": "
|
|
50
|
-
|
|
49
|
+
"url": "build/p-47b52f92.entry.js"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"url": "build/p-5ec6ea71.entry.js"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"url": "build/p-75f909ab.entry.js"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"url": "build/p-76464e0b.js"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"url": "build/p-8501ba07.entry.js"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"url": "build/p-a669807e.entry.js"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"url": "build/p-a7086ffa.js"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"url": "build/p-aa28fef8.entry.js"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"url": "build/p-aae3d4f0.entry.js"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"url": "build/p-adcb0b93.entry.js"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"url": "build/p-bbec0e86.entry.js"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"url": "build/p-d7c82962.entry.js"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"url": "build/p-e7019eab.entry.js"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"url": "build/p-f689996b.entry.js"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"url": "build/p-faa4ee42.entry.js"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"url": "cjs/index-a46a39a5.js",
|
|
95
|
+
"revision": "1441b70dfec8d85b81b3a1e89d1910de"
|
|
51
96
|
},
|
|
52
97
|
{
|
|
53
98
|
"url": "cjs/index.cjs.js",
|
|
@@ -55,57 +100,223 @@ self.__precacheManifest = [
|
|
|
55
100
|
},
|
|
56
101
|
{
|
|
57
102
|
"url": "cjs/loader.cjs.js",
|
|
58
|
-
"revision": "
|
|
103
|
+
"revision": "810a9f0ade0c71a1097fd9ffc2833a91"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"url": "cjs/p-avatar.cjs.entry.js",
|
|
107
|
+
"revision": "d96bd7a1349bdc65653b3c37b53ff0ac"
|
|
59
108
|
},
|
|
60
109
|
{
|
|
61
110
|
"url": "cjs/p-button_3.cjs.entry.js"
|
|
62
111
|
},
|
|
112
|
+
{
|
|
113
|
+
"url": "cjs/p-counter.cjs.entry.js",
|
|
114
|
+
"revision": "95f6eb1e8c838d0bee480d767099225c"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"url": "cjs/p-divider.cjs.entry.js",
|
|
118
|
+
"revision": "dffd1bc81d34ba6263f0f1a53460b15e"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"url": "cjs/p-dropdown-menu-container.cjs.entry.js"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"url": "cjs/p-dropdown-menu-item.cjs.entry.js"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"url": "cjs/p-dropdown.cjs.entry.js"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"url": "cjs/p-helper.cjs.entry.js",
|
|
131
|
+
"revision": "86124c63cc662f8c3474e0c01bbdc97f"
|
|
132
|
+
},
|
|
63
133
|
{
|
|
64
134
|
"url": "cjs/p-illustration.cjs.entry.js"
|
|
65
135
|
},
|
|
136
|
+
{
|
|
137
|
+
"url": "cjs/p-info-panel.cjs.entry.js",
|
|
138
|
+
"revision": "a56fe670ade927b12c6b54d62b55ecc2"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"url": "cjs/p-navigation-item.cjs.entry.js"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"url": "cjs/p-pagination-item.cjs.entry.js"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"url": "cjs/p-pagination.cjs.entry.js"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"url": "cjs/p-segment-container.cjs.entry.js",
|
|
151
|
+
"revision": "209ff4b09b68eeaa91fcbfbb823b7c31"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"url": "cjs/p-segment-item.cjs.entry.js",
|
|
155
|
+
"revision": "ae980ca180f9d6ef1917dd45e43b42af"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"url": "cjs/p-status.cjs.entry.js",
|
|
159
|
+
"revision": "2516efe7b124bf08801484c334a15972"
|
|
160
|
+
},
|
|
66
161
|
{
|
|
67
162
|
"url": "cjs/p-tooltip.cjs.entry.js",
|
|
68
|
-
"revision": "
|
|
163
|
+
"revision": "bc343e2975cb7b7abf992479693f594e"
|
|
69
164
|
},
|
|
70
165
|
{
|
|
71
166
|
"url": "cjs/paperless.cjs.js",
|
|
72
|
-
"revision": "
|
|
167
|
+
"revision": "d5cc252fc8895a9595651d17cee968d7"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"url": "cjs/popper-e0c4ed4c.js",
|
|
171
|
+
"revision": "486ead87dcd025f29b1c268de734debb"
|
|
73
172
|
},
|
|
74
173
|
{
|
|
75
174
|
"url": "collection/collection-manifest.json",
|
|
76
|
-
"revision": "
|
|
175
|
+
"revision": "f4ba5bb202a2b2a3de28184da74dcd01"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"url": "collection/components/atoms/avatar/avatar.component.css",
|
|
179
|
+
"revision": "5c2accbd0b764ac7d33ebb053970cade"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"url": "collection/components/atoms/avatar/avatar.component.js",
|
|
183
|
+
"revision": "c84ee4d6195e362aa16381382dc85fdf"
|
|
77
184
|
},
|
|
78
185
|
{
|
|
79
186
|
"url": "collection/components/atoms/button/button.component.css",
|
|
80
|
-
"revision": "
|
|
187
|
+
"revision": "170a89ffed517b7ed3b01b77e01510e5"
|
|
81
188
|
},
|
|
82
189
|
{
|
|
83
190
|
"url": "collection/components/atoms/button/button.component.js",
|
|
84
|
-
"revision": "
|
|
191
|
+
"revision": "10ba6fb83ba655b3b9d3250ddab9b7a7"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"url": "collection/components/atoms/counter/counter.component.css",
|
|
195
|
+
"revision": "0306cb9ae620f39332f40b9a45166736"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"url": "collection/components/atoms/counter/counter.component.js",
|
|
199
|
+
"revision": "08a4509548d9bdcacabf5986ce2f79d9"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"url": "collection/components/atoms/divider/divider.component.css",
|
|
203
|
+
"revision": "32d9436e2f17d367f4227264ba85e0da"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"url": "collection/components/atoms/divider/divider.component.js",
|
|
207
|
+
"revision": "9f833473cedfa73656dd1ae6f6efdfec"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"url": "collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css",
|
|
211
|
+
"revision": "fbd5ea7521c6fb2bd77dbcbcd51fc4f7"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"url": "collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js",
|
|
215
|
+
"revision": "90fc54ed817087efa2fdbc14adc33504"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"url": "collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css",
|
|
219
|
+
"revision": "63bc5abf440a2aeac703ce97e36ec9cd"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"url": "collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js",
|
|
223
|
+
"revision": "cf1c4aab721756bc702125fda8eb588c"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"url": "collection/components/atoms/helper/helper.component.css",
|
|
227
|
+
"revision": "65e212ff144d1cd849f1c8be4f457b03"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"url": "collection/components/atoms/helper/helper.component.js",
|
|
231
|
+
"revision": "4fe8f01eed15d2b36dbcbf24a2b4c0af"
|
|
85
232
|
},
|
|
86
233
|
{
|
|
87
234
|
"url": "collection/components/atoms/icon/icon.component.js",
|
|
88
|
-
"revision": "
|
|
235
|
+
"revision": "c7b2664bbe66619291dea1066122edd1"
|
|
89
236
|
},
|
|
90
237
|
{
|
|
91
238
|
"url": "collection/components/atoms/illustration/illustration.component.js",
|
|
92
|
-
"revision": "
|
|
239
|
+
"revision": "6d2af6f5039a97474e2032af508eb9fa"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"url": "collection/components/atoms/info-panel/info-panel.component.css",
|
|
243
|
+
"revision": "c84da3f748bf62c7986956d94166f927"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"url": "collection/components/atoms/info-panel/info-panel.component.js",
|
|
247
|
+
"revision": "93c1e96ee080a2978c92d6451d743475"
|
|
93
248
|
},
|
|
94
249
|
{
|
|
95
250
|
"url": "collection/components/atoms/loader/loader.component.css",
|
|
96
|
-
"revision": "
|
|
251
|
+
"revision": "7e80e87d7a86b5cb45f5845e9aa45587"
|
|
97
252
|
},
|
|
98
253
|
{
|
|
99
254
|
"url": "collection/components/atoms/loader/loader.component.js",
|
|
100
|
-
"revision": "
|
|
255
|
+
"revision": "0101bde8e828882a33e1e89f91eff683"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"url": "collection/components/atoms/pagination-item/pagination-item.component.css",
|
|
259
|
+
"revision": "62773e29e1a9bba16324bd6b3437eca8"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"url": "collection/components/atoms/pagination-item/pagination-item.component.js",
|
|
263
|
+
"revision": "98aed8c7967a53019965da0cc5706fa6"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"url": "collection/components/atoms/segment-container/segment-container.component.css",
|
|
267
|
+
"revision": "35c3470917b1f25544d53e80de7d4528"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"url": "collection/components/atoms/segment-container/segment-container.component.js",
|
|
271
|
+
"revision": "9db64a2befd0005d17c82a2062ce280e"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"url": "collection/components/atoms/segment-item/segment-item.component.css",
|
|
275
|
+
"revision": "fbfec58687403bbd42ef8470a9829834"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"url": "collection/components/atoms/segment-item/segment-item.component.js",
|
|
279
|
+
"revision": "47f7b059f46278d877a9aab7a709cae0"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"url": "collection/components/atoms/status/status.component.css",
|
|
283
|
+
"revision": "d4e7077ebe37a0ff94ed86d6149eff62"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"url": "collection/components/atoms/status/status.component.js",
|
|
287
|
+
"revision": "b35f819489fc3df33be7ec735ef86f42"
|
|
101
288
|
},
|
|
102
289
|
{
|
|
103
290
|
"url": "collection/components/atoms/tooltip/tooltip.component.css",
|
|
104
|
-
"revision": "
|
|
291
|
+
"revision": "f8a3f2af3aa32f0f4d18105b635322f5"
|
|
105
292
|
},
|
|
106
293
|
{
|
|
107
294
|
"url": "collection/components/atoms/tooltip/tooltip.component.js",
|
|
108
|
-
"revision": "
|
|
295
|
+
"revision": "c3181550c1c764a3ed5db4b193542554"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"url": "collection/components/molecules/dropdown/dropdown.component.css",
|
|
299
|
+
"revision": "1c39cbd83aa2ffbd62152a1e3b9b0c44"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"url": "collection/components/molecules/dropdown/dropdown.component.js",
|
|
303
|
+
"revision": "eda47e60c340379593a5f4bd2b0e810f"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"url": "collection/components/molecules/navigation-item/navigation-item.component.css",
|
|
307
|
+
"revision": "700eec5a57eb9687a9c93b7bd871c1eb"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"url": "collection/components/molecules/navigation-item/navigation-item.component.js",
|
|
311
|
+
"revision": "e42e8d0107c3c83f6867ead183de93cd"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"url": "collection/components/molecules/pagination/pagination.component.css",
|
|
315
|
+
"revision": "fcc0a8297f3356ad6e03e4677f64d6ca"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"url": "collection/components/molecules/pagination/pagination.component.js",
|
|
319
|
+
"revision": "c03e9d653b7536d523399e5762c26b8f"
|
|
109
320
|
},
|
|
110
321
|
{
|
|
111
322
|
"url": "collection/index.js",
|
|
@@ -113,11 +324,11 @@ self.__precacheManifest = [
|
|
|
113
324
|
},
|
|
114
325
|
{
|
|
115
326
|
"url": "collection/tailwind.config.js",
|
|
116
|
-
"revision": "
|
|
327
|
+
"revision": "7806aaeaf0d7b8b09761f370f16cdddd"
|
|
117
328
|
},
|
|
118
329
|
{
|
|
119
330
|
"url": "collection/tailwind/border-radius.js",
|
|
120
|
-
"revision": "
|
|
331
|
+
"revision": "dd0f825fa408d2ba0176fd53862063d4"
|
|
121
332
|
},
|
|
122
333
|
{
|
|
123
334
|
"url": "collection/tailwind/colors.js",
|
|
@@ -125,7 +336,7 @@ self.__precacheManifest = [
|
|
|
125
336
|
},
|
|
126
337
|
{
|
|
127
338
|
"url": "collection/tailwind/grid.js",
|
|
128
|
-
"revision": "
|
|
339
|
+
"revision": "c6da38d71fa9e178c09e6caeb9214825"
|
|
129
340
|
},
|
|
130
341
|
{
|
|
131
342
|
"url": "collection/tailwind/rotate.js",
|
|
@@ -139,9 +350,13 @@ self.__precacheManifest = [
|
|
|
139
350
|
"url": "collection/tailwind/shadows.js",
|
|
140
351
|
"revision": "90a3cc6f1c4f6714180ddbb3a0e40a53"
|
|
141
352
|
},
|
|
353
|
+
{
|
|
354
|
+
"url": "collection/utils/child-of.js",
|
|
355
|
+
"revision": "203ec62b662bb9bc96f309e4cebcbbcf"
|
|
356
|
+
},
|
|
142
357
|
{
|
|
143
358
|
"url": "collection/utils/icons.js",
|
|
144
|
-
"revision": "
|
|
359
|
+
"revision": "8a197929c1673d249d69ed47ea5df39f"
|
|
145
360
|
},
|
|
146
361
|
{
|
|
147
362
|
"url": "collection/utils/illustrations.js",
|
|
@@ -151,21 +366,54 @@ self.__precacheManifest = [
|
|
|
151
366
|
"url": "collection/utils/utils.js",
|
|
152
367
|
"revision": "4beb8ca8a76230f44db73b6109a0043d"
|
|
153
368
|
},
|
|
369
|
+
{
|
|
370
|
+
"url": "components/counter.component.js",
|
|
371
|
+
"revision": "911d5809b4d2c911c110725d0d1d1109"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"url": "components/dropdown-menu-container.component.js",
|
|
375
|
+
"revision": "70616dbd03f64b1fdee2f01576ef871b"
|
|
376
|
+
},
|
|
154
377
|
{
|
|
155
378
|
"url": "components/icon.component.js",
|
|
156
|
-
"revision": "
|
|
379
|
+
"revision": "f1791693a20c03598e6b3a41e19fe3ae"
|
|
157
380
|
},
|
|
158
381
|
{
|
|
159
382
|
"url": "components/index.js",
|
|
160
|
-
"revision": "
|
|
383
|
+
"revision": "fb88906de6d3d999ebd2d73d02e552a4"
|
|
161
384
|
},
|
|
162
385
|
{
|
|
163
386
|
"url": "components/loader.component.js",
|
|
164
|
-
"revision": "
|
|
387
|
+
"revision": "33ec56878de491d6e3dc8433e9b80562"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"url": "components/p-avatar.js",
|
|
391
|
+
"revision": "7992a85b7b2f099d2f08d58aef03ba9e"
|
|
165
392
|
},
|
|
166
393
|
{
|
|
167
394
|
"url": "components/p-button.js",
|
|
168
|
-
"revision": "
|
|
395
|
+
"revision": "a9cc1f1eb1d1abb0d2cfbfc637600496"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"url": "components/p-counter.js",
|
|
399
|
+
"revision": "f8970c28058f570a9d70ea483c91484f"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"url": "components/p-divider.js",
|
|
403
|
+
"revision": "9c250d87d2c36df0e7ade25a49b7f05b"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"url": "components/p-dropdown-menu-container.js"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"url": "components/p-dropdown-menu-item.js"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"url": "components/p-dropdown.js"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"url": "components/p-helper.js",
|
|
416
|
+
"revision": "2bf903fe1e147a5e6cb9f7d1021f2a74"
|
|
169
417
|
},
|
|
170
418
|
{
|
|
171
419
|
"url": "components/p-icon.js",
|
|
@@ -174,17 +422,54 @@ self.__precacheManifest = [
|
|
|
174
422
|
{
|
|
175
423
|
"url": "components/p-illustration.js"
|
|
176
424
|
},
|
|
425
|
+
{
|
|
426
|
+
"url": "components/p-info-panel.js",
|
|
427
|
+
"revision": "6a123a28f5cfbedcd2faf9dd951934a4"
|
|
428
|
+
},
|
|
177
429
|
{
|
|
178
430
|
"url": "components/p-loader.js",
|
|
179
431
|
"revision": "850d0015b16c8a34f62568d99ccdd388"
|
|
180
432
|
},
|
|
433
|
+
{
|
|
434
|
+
"url": "components/p-navigation-item.js"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"url": "components/p-pagination-item.js"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"url": "components/p-pagination.js"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"url": "components/p-segment-container.js",
|
|
444
|
+
"revision": "958e1fa44726aecd5788fb0d6d8511c2"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"url": "components/p-segment-item.js",
|
|
448
|
+
"revision": "92e39a9745a09cafce11ead42012d109"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"url": "components/p-status.js",
|
|
452
|
+
"revision": "c28a0fd056f28f24009643141c615b8c"
|
|
453
|
+
},
|
|
181
454
|
{
|
|
182
455
|
"url": "components/p-tooltip.js",
|
|
183
|
-
"revision": "
|
|
456
|
+
"revision": "7648cc97b4186f3174a1230ee12c97ea"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"url": "components/pagination-item.component.js",
|
|
460
|
+
"revision": "10baef8c3ca906afd9b51a99ec60debc"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"url": "components/popper.js",
|
|
464
|
+
"revision": "ede59bec41fd2b049f32af4682e1ebba"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"url": "components/tooltip.component.js",
|
|
468
|
+
"revision": "15e4d2bc5afa871855f72b1e490268e3"
|
|
184
469
|
},
|
|
185
470
|
{
|
|
186
|
-
"url": "esm/index-
|
|
187
|
-
"revision": "
|
|
471
|
+
"url": "esm/index-a68e547b.js",
|
|
472
|
+
"revision": "9be40121427940a4da6a707aca693268"
|
|
188
473
|
},
|
|
189
474
|
{
|
|
190
475
|
"url": "esm/index.js",
|
|
@@ -192,17 +477,67 @@ self.__precacheManifest = [
|
|
|
192
477
|
},
|
|
193
478
|
{
|
|
194
479
|
"url": "esm/loader.js",
|
|
195
|
-
"revision": "
|
|
480
|
+
"revision": "5579cc39300bed78a0faa0836e545744"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"url": "esm/p-avatar.entry.js",
|
|
484
|
+
"revision": "079b6d2a04f816a3fa15062ed5077f75"
|
|
196
485
|
},
|
|
197
486
|
{
|
|
198
487
|
"url": "esm/p-button_3.entry.js"
|
|
199
488
|
},
|
|
489
|
+
{
|
|
490
|
+
"url": "esm/p-counter.entry.js",
|
|
491
|
+
"revision": "32b02ce509210df95e736a054fd21e41"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"url": "esm/p-divider.entry.js",
|
|
495
|
+
"revision": "1facb42adb71702df7ca06bd721a2257"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"url": "esm/p-dropdown-menu-container.entry.js"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"url": "esm/p-dropdown-menu-item.entry.js"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"url": "esm/p-dropdown.entry.js"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"url": "esm/p-helper.entry.js",
|
|
508
|
+
"revision": "9030a9caa68e912e7091a728005cbbeb"
|
|
509
|
+
},
|
|
200
510
|
{
|
|
201
511
|
"url": "esm/p-illustration.entry.js"
|
|
202
512
|
},
|
|
513
|
+
{
|
|
514
|
+
"url": "esm/p-info-panel.entry.js",
|
|
515
|
+
"revision": "588155bc28d88f8784844aa9be85c235"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"url": "esm/p-navigation-item.entry.js"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"url": "esm/p-pagination-item.entry.js"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"url": "esm/p-pagination.entry.js"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"url": "esm/p-segment-container.entry.js",
|
|
528
|
+
"revision": "33df941003873c63c56a35729947334f"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"url": "esm/p-segment-item.entry.js",
|
|
532
|
+
"revision": "b5ce3a04449733cd10be8aeaf2581e2f"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"url": "esm/p-status.entry.js",
|
|
536
|
+
"revision": "0c8ad458d0052b14539dc830b040eb98"
|
|
537
|
+
},
|
|
203
538
|
{
|
|
204
539
|
"url": "esm/p-tooltip.entry.js",
|
|
205
|
-
"revision": "
|
|
540
|
+
"revision": "6dccd6e6f68dff735f237b501885ee0f"
|
|
206
541
|
},
|
|
207
542
|
{
|
|
208
543
|
"url": "esm/polyfills/core-js.js",
|
|
@@ -228,6 +563,10 @@ self.__precacheManifest = [
|
|
|
228
563
|
"url": "esm/polyfills/system.js",
|
|
229
564
|
"revision": "e44813fe9fa71bac4abfeb30b88b457d"
|
|
230
565
|
},
|
|
566
|
+
{
|
|
567
|
+
"url": "esm/popper-41c6f9cd.js",
|
|
568
|
+
"revision": "ede59bec41fd2b049f32af4682e1ebba"
|
|
569
|
+
},
|
|
231
570
|
{
|
|
232
571
|
"url": "index.cjs.js",
|
|
233
572
|
"revision": "66e04f2fb404ebfb2502d6647369ec3b"
|
|
@@ -241,20 +580,65 @@ self.__precacheManifest = [
|
|
|
241
580
|
"revision": "d41d8cd98f00b204e9800998ecf8427e"
|
|
242
581
|
},
|
|
243
582
|
{
|
|
244
|
-
"url": "paperless/p-
|
|
583
|
+
"url": "paperless/p-17c11169.entry.js"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"url": "paperless/p-1d8fa6a1.entry.js"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"url": "paperless/p-41e5458b.entry.js"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"url": "paperless/p-42dab9d4.entry.js"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"url": "paperless/p-47b52f92.entry.js"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"url": "paperless/p-5ec6ea71.entry.js"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"url": "paperless/p-75f909ab.entry.js"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"url": "paperless/p-76464e0b.js"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"url": "paperless/p-8501ba07.entry.js"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"url": "paperless/p-a669807e.entry.js"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"url": "paperless/p-a7086ffa.js"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"url": "paperless/p-aa28fef8.entry.js"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"url": "paperless/p-aae3d4f0.entry.js"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"url": "paperless/p-adcb0b93.entry.js"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"url": "paperless/p-bbec0e86.entry.js"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"url": "paperless/p-d7c82962.entry.js"
|
|
245
629
|
},
|
|
246
630
|
{
|
|
247
|
-
"url": "paperless/p-
|
|
631
|
+
"url": "paperless/p-e7019eab.entry.js"
|
|
248
632
|
},
|
|
249
633
|
{
|
|
250
|
-
"url": "paperless/p-
|
|
634
|
+
"url": "paperless/p-f689996b.entry.js"
|
|
251
635
|
},
|
|
252
636
|
{
|
|
253
|
-
"url": "paperless/p-
|
|
637
|
+
"url": "paperless/p-faa4ee42.entry.js"
|
|
254
638
|
},
|
|
255
639
|
{
|
|
256
640
|
"url": "tailwind.config.js",
|
|
257
|
-
"revision": "
|
|
641
|
+
"revision": "7806aaeaf0d7b8b09761f370f16cdddd"
|
|
258
642
|
}
|
|
259
643
|
].concat(self.__precacheManifest || []);
|
|
260
644
|
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
|
package/dist/tailwind.config.js
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class Avatar {
|
|
2
|
+
/**
|
|
3
|
+
* The variant of the avatar
|
|
4
|
+
*/
|
|
5
|
+
variant: 'user' | 'company';
|
|
6
|
+
/**
|
|
7
|
+
* The size of the avatar
|
|
8
|
+
*/
|
|
9
|
+
size: 'small' | 'medium' | 'large';
|
|
10
|
+
/**
|
|
11
|
+
* The default image to show on errors
|
|
12
|
+
*/
|
|
13
|
+
defaultImage: string;
|
|
14
|
+
/**
|
|
15
|
+
* The image used for the avatar
|
|
16
|
+
*/
|
|
17
|
+
src: string;
|
|
18
|
+
private _src;
|
|
19
|
+
render(): any;
|
|
20
|
+
private _setDefaultLink;
|
|
21
|
+
}
|
|
@@ -42,9 +42,9 @@ export declare class Button {
|
|
|
42
42
|
*/
|
|
43
43
|
iconRotate: number;
|
|
44
44
|
/**
|
|
45
|
-
* Button
|
|
45
|
+
* Button click event
|
|
46
46
|
*/
|
|
47
|
-
|
|
47
|
+
onClick: EventEmitter<MouseEvent>;
|
|
48
48
|
render(): any;
|
|
49
49
|
handleClick(ev: MouseEvent): void;
|
|
50
50
|
private _getIcon;
|