@paperless/core 0.1.0-alpha.0 → 0.1.0-alpha.13
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 +125 -0
- package/README.md +17 -0
- package/dist/assets/icons/arrow.svg +1 -1
- package/dist/assets/icons/attachment.svg +1 -1
- package/dist/assets/icons/bread.svg +1 -1
- package/dist/assets/icons/calendar.svg +1 -1
- package/dist/assets/icons/car.svg +1 -1
- package/dist/assets/icons/checkmark.svg +1 -1
- package/dist/assets/icons/chevron.svg +1 -1
- package/dist/assets/icons/clock.svg +1 -1
- package/dist/assets/icons/cogs.svg +1 -1
- package/dist/assets/icons/comment.svg +1 -1
- package/dist/assets/icons/document.svg +1 -1
- package/dist/assets/icons/download.svg +1 -1
- package/dist/assets/icons/envelope.svg +1 -1
- package/dist/assets/icons/explanation.svg +1 -1
- package/dist/assets/icons/eye.svg +1 -1
- package/dist/assets/icons/filter.svg +1 -1
- package/dist/assets/icons/grid.svg +1 -1
- package/dist/assets/icons/headset.svg +1 -1
- package/dist/assets/icons/list.svg +1 -1
- package/dist/assets/icons/location.svg +1 -1
- package/dist/assets/icons/megaphone.svg +1 -1
- package/dist/assets/icons/minus.svg +1 -1
- package/dist/assets/icons/negative.svg +1 -1
- package/dist/assets/icons/pagination.svg +1 -1
- package/dist/assets/icons/payment.svg +1 -1
- package/dist/assets/icons/pencil.svg +1 -1
- package/dist/assets/icons/person.svg +1 -1
- package/dist/assets/icons/plus.svg +1 -1
- package/dist/assets/icons/question.svg +1 -1
- package/dist/assets/icons/receipt.svg +1 -1
- package/dist/assets/icons/report.svg +1 -1
- package/dist/assets/icons/search.svg +1 -1
- package/dist/assets/icons/settings.svg +1 -1
- package/dist/assets/icons/sick.svg +1 -1
- package/dist/assets/icons/tachometer.svg +1 -1
- package/dist/assets/icons/tool.svg +1 -1
- package/dist/assets/icons/trash.svg +1 -1
- package/dist/assets/icons/turn.svg +1 -1
- package/dist/assets/icons/upload.svg +1 -1
- package/dist/assets/icons/warning.svg +1 -1
- 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-06a38756.entry.js +1 -0
- package/dist/build/p-19afe191.entry.js +1 -0
- package/dist/build/p-229f113b.js +2 -0
- package/dist/{paperless/p-98d636b6.entry.js → build/p-23980fbb.entry.js} +1 -1
- package/dist/build/p-31f80006.entry.js +1 -0
- package/dist/build/p-332028c6.entry.js +1 -0
- package/dist/build/p-5f0ec763.entry.js +1 -0
- package/dist/build/p-6c6c1137.entry.js +1 -0
- package/dist/build/p-80bf9d06.entry.js +1 -0
- package/dist/build/p-e80637b9.entry.js +1 -0
- package/dist/build/p-ec52095f.entry.js +1 -0
- package/dist/build/paperless.css +4 -3
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/{index-6758a39e.js → index-6b6e08cc.js} +487 -9
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/p-avatar.cjs.entry.js +32 -0
- package/dist/cjs/{p-icon.cjs.entry.js → p-button_3.cjs.entry.js} +149 -46
- package/dist/cjs/p-counter.cjs.entry.js +19 -0
- package/dist/cjs/p-divider.cjs.entry.js +19 -0
- package/dist/cjs/p-helper.cjs.entry.js +19 -0
- package/dist/cjs/p-illustration.cjs.entry.js +11 -14
- package/dist/cjs/p-info-panel.cjs.entry.js +31 -0
- package/dist/cjs/p-pagination-item.cjs.entry.js +23 -0
- package/dist/cjs/p-pagination.cjs.entry.js +163 -0
- package/dist/cjs/p-tooltip.cjs.entry.js +62 -20
- package/dist/cjs/paperless.cjs.js +2 -2
- package/dist/collection/assets/icons/arrow.svg +1 -1
- package/dist/collection/assets/icons/attachment.svg +1 -1
- package/dist/collection/assets/icons/bread.svg +1 -1
- package/dist/collection/assets/icons/calendar.svg +1 -1
- package/dist/collection/assets/icons/car.svg +1 -1
- package/dist/collection/assets/icons/checkmark.svg +1 -1
- package/dist/collection/assets/icons/chevron.svg +1 -1
- package/dist/collection/assets/icons/clock.svg +1 -1
- package/dist/collection/assets/icons/cogs.svg +1 -1
- package/dist/collection/assets/icons/comment.svg +1 -1
- package/dist/collection/assets/icons/document.svg +1 -1
- package/dist/collection/assets/icons/download.svg +1 -1
- package/dist/collection/assets/icons/envelope.svg +1 -1
- package/dist/collection/assets/icons/explanation.svg +1 -1
- package/dist/collection/assets/icons/eye.svg +1 -1
- package/dist/collection/assets/icons/filter.svg +1 -1
- package/dist/collection/assets/icons/grid.svg +1 -1
- package/dist/collection/assets/icons/headset.svg +1 -1
- package/dist/collection/assets/icons/list.svg +1 -1
- package/dist/collection/assets/icons/location.svg +1 -1
- package/dist/collection/assets/icons/megaphone.svg +1 -1
- package/dist/collection/assets/icons/minus.svg +1 -1
- package/dist/collection/assets/icons/negative.svg +1 -1
- package/dist/collection/assets/icons/pagination.svg +1 -1
- package/dist/collection/assets/icons/payment.svg +1 -1
- package/dist/collection/assets/icons/pencil.svg +1 -1
- package/dist/collection/assets/icons/person.svg +1 -1
- package/dist/collection/assets/icons/plus.svg +1 -1
- package/dist/collection/assets/icons/question.svg +1 -1
- package/dist/collection/assets/icons/receipt.svg +1 -1
- package/dist/collection/assets/icons/report.svg +1 -1
- package/dist/collection/assets/icons/search.svg +1 -1
- package/dist/collection/assets/icons/settings.svg +1 -1
- package/dist/collection/assets/icons/sick.svg +1 -1
- package/dist/collection/assets/icons/tachometer.svg +1 -1
- package/dist/collection/assets/icons/tool.svg +1 -1
- package/dist/collection/assets/icons/trash.svg +1 -1
- package/dist/collection/assets/icons/turn.svg +1 -1
- package/dist/collection/assets/icons/upload.svg +1 -1
- package/dist/collection/assets/icons/warning.svg +1 -1
- 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 +12 -4
- 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 +71 -0
- package/dist/collection/components/atoms/button/button.component.js +276 -0
- 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/helper/helper.component.css +7 -0
- package/dist/collection/components/atoms/helper/helper.component.js +18 -0
- package/dist/collection/components/{icon → atoms/icon}/icon.component.js +10 -11
- package/dist/collection/components/{illustration → atoms/illustration}/illustration.component.js +4 -11
- 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 +26 -0
- package/dist/collection/components/atoms/loader/loader.component.js +153 -0
- 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/tooltip/tooltip.component.css +37 -0
- package/dist/collection/components/{tooltip → atoms/tooltip}/tooltip.component.js +122 -32
- package/dist/collection/components/molecules/pagination/pagination.component.css +3 -0
- package/dist/collection/components/molecules/pagination/pagination.component.js +219 -0
- package/dist/collection/tailwind/border-radius.js +1 -0
- package/dist/collection/tailwind/grid.js +24 -4
- package/dist/collection/tailwind/rotate.js +8 -0
- package/dist/collection/tailwind/scale.js +3 -0
- package/dist/collection/tailwind.config.js +6 -7
- package/dist/{esm/p-icon.entry.js → components/icon.component.js} +67 -52
- package/dist/components/index.d.ts +9 -1
- package/dist/components/index.js +8 -0
- package/dist/components/loader.component.js +74 -0
- package/dist/components/p-avatar.d.ts +11 -0
- package/dist/components/p-avatar.js +52 -0
- package/dist/components/p-button.js +67 -8
- package/dist/components/p-counter.d.ts +11 -0
- package/dist/components/p-counter.js +33 -0
- package/dist/components/p-divider.d.ts +11 -0
- package/dist/components/p-divider.js +33 -0
- package/dist/components/p-helper.d.ts +11 -0
- package/dist/components/p-helper.js +39 -0
- package/dist/components/p-icon.js +1 -815
- package/dist/components/p-illustration.js +3 -7
- package/dist/components/p-info-panel.d.ts +11 -0
- package/dist/components/p-info-panel.js +56 -0
- package/dist/components/p-loader.d.ts +11 -0
- package/dist/components/p-loader.js +6 -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 +192 -0
- package/dist/components/p-tooltip.js +1 -1886
- package/dist/components/pagination-item.component.js +36 -0
- package/dist/components/tooltip.component.js +1932 -0
- package/dist/esm/{index-e4d80e41.js → index-5c917d13.js} +487 -10
- package/dist/esm/loader.js +2 -2
- package/dist/esm/p-avatar.entry.js +28 -0
- package/dist/esm/p-button_3.entry.js +899 -0
- package/dist/esm/p-counter.entry.js +15 -0
- package/dist/esm/p-divider.entry.js +15 -0
- package/dist/esm/p-helper.entry.js +15 -0
- package/dist/esm/p-illustration.entry.js +11 -14
- package/dist/esm/p-info-panel.entry.js +27 -0
- package/dist/esm/p-pagination-item.entry.js +19 -0
- package/dist/esm/p-pagination.entry.js +159 -0
- package/dist/esm/p-tooltip.entry.js +62 -20
- package/dist/esm/paperless.js +2 -2
- package/dist/index.html +1 -1
- package/dist/paperless/p-06a38756.entry.js +1 -0
- package/dist/paperless/p-19afe191.entry.js +1 -0
- package/dist/paperless/p-229f113b.js +2 -0
- package/dist/{build/p-98d636b6.entry.js → paperless/p-23980fbb.entry.js} +1 -1
- package/dist/paperless/p-31f80006.entry.js +1 -0
- package/dist/paperless/p-332028c6.entry.js +1 -0
- package/dist/paperless/p-5f0ec763.entry.js +1 -0
- package/dist/paperless/p-6c6c1137.entry.js +1 -0
- package/dist/paperless/p-80bf9d06.entry.js +1 -0
- package/dist/paperless/p-e80637b9.entry.js +1 -0
- package/dist/paperless/p-ec52095f.entry.js +1 -0
- package/dist/paperless/paperless.css +3843 -201
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +245 -49
- package/dist/tailwind.config.js +6 -7
- package/dist/types/components/atoms/avatar/avatar.component.d.ts +21 -0
- package/dist/types/components/atoms/button/button.component.d.ts +51 -0
- 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/helper/helper.component.d.ts +3 -0
- package/dist/types/components/{icon → atoms/icon}/icon.component.d.ts +3 -2
- package/dist/types/components/{illustration → atoms/illustration}/illustration.component.d.ts +2 -2
- package/dist/types/components/atoms/info-panel/info-panel.component.d.ts +24 -0
- package/dist/types/components/atoms/loader/loader.component.d.ts +30 -0
- package/dist/types/components/atoms/pagination-item/pagination-item.component.d.ts +7 -0
- package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +40 -0
- package/dist/types/components/molecules/pagination/pagination.component.d.ts +31 -0
- package/dist/types/components.d.ts +358 -20
- package/package.json +3 -2
- package/dist/build/p-3318b73b.entry.js +0 -1
- package/dist/build/p-6f9229a6.js +0 -2
- package/dist/build/p-711630fb.entry.js +0 -1
- package/dist/build/p-c3d80205.entry.js +0 -1
- package/dist/cjs/p-button.cjs.entry.js +0 -23
- package/dist/collection/components/button/button.component.css +0 -6
- package/dist/collection/components/button/button.component.js +0 -42
- package/dist/collection/components/tooltip/tooltip.component.css +0 -34
- package/dist/esm/p-button.entry.js +0 -19
- package/dist/paperless/p-3318b73b.entry.js +0 -1
- package/dist/paperless/p-6f9229a6.js +0 -2
- package/dist/paperless/p-711630fb.entry.js +0 -1
- package/dist/paperless/p-c3d80205.entry.js +0 -1
- package/dist/types/components/button/button.component.d.ts +0 -7
- package/dist/types/components/tooltip/tooltip.component.d.ts +0 -28
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as
|
|
1
|
+
import{p as e,b as a}from"./p-229f113b.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-332028c6",[[0,"p-pagination",{value:[1026],pageSize:[2,"page-size"],total:[2]}]]],["p-19afe191",[[1,"p-helper"]]],["p-5f0ec763",[[1,"p-info-panel",{variant:[1],header:[1],content:[1],closeable:[4]}]]],["p-e80637b9",[[1,"p-avatar",{variant:[1],size:[1],defaultImage:[1,"default-image"],src:[1],_src:[32]}]]],["p-06a38756",[[1,"p-counter"]]],["p-6c6c1137",[[1,"p-divider"]]],["p-23980fbb",[[0,"p-illustration",{variant:[1]}]]],["p-ec52095f",[[1,"p-pagination-item",{active:[4]}]]],["p-31f80006",[[1,"p-tooltip",{variant:[1],popover:[8],placement:[1],show:[4],canManuallyClose:[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-80bf9d06",[[4,"p-button",{variant:[1],href:[1],target:[1],size:[1],loading:[4],disabled:[4],icon:[1],iconPosition:[1,"icon-position"],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]},[[2,"click","handleClick"]]],[1,"p-loader",{show:[4],variant:[1],color:[1],modalTitle:[1,"modal-title"],modalDescription:[1,"modal-description"]}],[0,"p-icon",{variant:[1],size:[1],rotate:[2],flip:[1]}]]]],e)));
|
package/dist/sw.js
CHANGED
|
@@ -27,30 +27,48 @@ self.addEventListener('message', (event) => {
|
|
|
27
27
|
self.__precacheManifest = [
|
|
28
28
|
{
|
|
29
29
|
"url": "index.html",
|
|
30
|
-
"revision": "
|
|
30
|
+
"revision": "f69f2ae9171b17979673043fa4698ede"
|
|
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-06a38756.entry.js"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"url": "build/p-
|
|
40
|
+
"url": "build/p-19afe191.entry.js"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
|
-
"url": "build/p-
|
|
43
|
+
"url": "build/p-229f113b.js"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
"url": "build/p-
|
|
46
|
+
"url": "build/p-23980fbb.entry.js"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
"url": "build/p-
|
|
49
|
+
"url": "build/p-31f80006.entry.js"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
"url": "
|
|
53
|
-
|
|
52
|
+
"url": "build/p-332028c6.entry.js"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"url": "build/p-5f0ec763.entry.js"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"url": "build/p-6c6c1137.entry.js"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"url": "build/p-80bf9d06.entry.js"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"url": "build/p-e80637b9.entry.js"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"url": "build/p-ec52095f.entry.js"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"url": "cjs/index-6b6e08cc.js",
|
|
71
|
+
"revision": "b9e04ce34f2f771265672b756adcf2db"
|
|
54
72
|
},
|
|
55
73
|
{
|
|
56
74
|
"url": "cjs/index.cjs.js",
|
|
@@ -58,54 +76,139 @@ self.__precacheManifest = [
|
|
|
58
76
|
},
|
|
59
77
|
{
|
|
60
78
|
"url": "cjs/loader.cjs.js",
|
|
61
|
-
"revision": "
|
|
79
|
+
"revision": "9f0547e1ee2c46fd59ed49760f631ded"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"url": "cjs/p-avatar.cjs.entry.js",
|
|
83
|
+
"revision": "66285d6ec006384a3b10c49139450add"
|
|
62
84
|
},
|
|
63
85
|
{
|
|
64
|
-
"url": "cjs/p-
|
|
65
|
-
"revision": "a6fc78ccb968bf14301c1c068a594834"
|
|
86
|
+
"url": "cjs/p-button_3.cjs.entry.js"
|
|
66
87
|
},
|
|
67
88
|
{
|
|
68
|
-
"url": "cjs/p-
|
|
69
|
-
"revision": "
|
|
89
|
+
"url": "cjs/p-counter.cjs.entry.js",
|
|
90
|
+
"revision": "54f2bfd799de0d4aa69da7818e85e4e0"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"url": "cjs/p-divider.cjs.entry.js",
|
|
94
|
+
"revision": "5290e9eefd7d872e153260a7932c0cfc"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"url": "cjs/p-helper.cjs.entry.js",
|
|
98
|
+
"revision": "a4490982d5944198c7e3b09fa1a236d7"
|
|
70
99
|
},
|
|
71
100
|
{
|
|
72
101
|
"url": "cjs/p-illustration.cjs.entry.js"
|
|
73
102
|
},
|
|
103
|
+
{
|
|
104
|
+
"url": "cjs/p-info-panel.cjs.entry.js",
|
|
105
|
+
"revision": "9347ce351ff1bc7d4c941571811b36c6"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"url": "cjs/p-pagination-item.cjs.entry.js"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"url": "cjs/p-pagination.cjs.entry.js"
|
|
112
|
+
},
|
|
74
113
|
{
|
|
75
114
|
"url": "cjs/p-tooltip.cjs.entry.js",
|
|
76
|
-
"revision": "
|
|
115
|
+
"revision": "9cc939947f6f84e3471a76db2950894e"
|
|
77
116
|
},
|
|
78
117
|
{
|
|
79
118
|
"url": "cjs/paperless.cjs.js",
|
|
80
|
-
"revision": "
|
|
119
|
+
"revision": "7bc505b447cd109093b071fa0750830e"
|
|
81
120
|
},
|
|
82
121
|
{
|
|
83
122
|
"url": "collection/collection-manifest.json",
|
|
84
|
-
"revision": "
|
|
123
|
+
"revision": "a4588d951c75a85537b7392235f1f1e3"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"url": "collection/components/atoms/avatar/avatar.component.css",
|
|
127
|
+
"revision": "5c2accbd0b764ac7d33ebb053970cade"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"url": "collection/components/atoms/avatar/avatar.component.js",
|
|
131
|
+
"revision": "c84ee4d6195e362aa16381382dc85fdf"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"url": "collection/components/atoms/button/button.component.css",
|
|
135
|
+
"revision": "170a89ffed517b7ed3b01b77e01510e5"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"url": "collection/components/atoms/button/button.component.js",
|
|
139
|
+
"revision": "25fe7c023d6f7b2fb354631aa3ecd149"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"url": "collection/components/atoms/counter/counter.component.css",
|
|
143
|
+
"revision": "0306cb9ae620f39332f40b9a45166736"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"url": "collection/components/atoms/counter/counter.component.js",
|
|
147
|
+
"revision": "08a4509548d9bdcacabf5986ce2f79d9"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"url": "collection/components/atoms/divider/divider.component.css",
|
|
151
|
+
"revision": "32d9436e2f17d367f4227264ba85e0da"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"url": "collection/components/atoms/divider/divider.component.js",
|
|
155
|
+
"revision": "9f833473cedfa73656dd1ae6f6efdfec"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"url": "collection/components/atoms/helper/helper.component.css",
|
|
159
|
+
"revision": "65e212ff144d1cd849f1c8be4f457b03"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"url": "collection/components/atoms/helper/helper.component.js",
|
|
163
|
+
"revision": "4fe8f01eed15d2b36dbcbf24a2b4c0af"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"url": "collection/components/atoms/icon/icon.component.js",
|
|
167
|
+
"revision": "bef0873637adf15ce651dda4712e7b93"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"url": "collection/components/atoms/illustration/illustration.component.js",
|
|
171
|
+
"revision": "6d2af6f5039a97474e2032af508eb9fa"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"url": "collection/components/atoms/info-panel/info-panel.component.css",
|
|
175
|
+
"revision": "c84da3f748bf62c7986956d94166f927"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"url": "collection/components/atoms/info-panel/info-panel.component.js",
|
|
179
|
+
"revision": "93c1e96ee080a2978c92d6451d743475"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"url": "collection/components/atoms/loader/loader.component.css",
|
|
183
|
+
"revision": "aa556581969d7c61d430a0f022bb02a1"
|
|
85
184
|
},
|
|
86
185
|
{
|
|
87
|
-
"url": "collection/components/
|
|
88
|
-
"revision": "
|
|
186
|
+
"url": "collection/components/atoms/loader/loader.component.js",
|
|
187
|
+
"revision": "5a6bf5291e43eb857fe0270f94984feb"
|
|
89
188
|
},
|
|
90
189
|
{
|
|
91
|
-
"url": "collection/components/
|
|
92
|
-
"revision": "
|
|
190
|
+
"url": "collection/components/atoms/pagination-item/pagination-item.component.css",
|
|
191
|
+
"revision": "62773e29e1a9bba16324bd6b3437eca8"
|
|
93
192
|
},
|
|
94
193
|
{
|
|
95
|
-
"url": "collection/components/
|
|
96
|
-
"revision": "
|
|
194
|
+
"url": "collection/components/atoms/pagination-item/pagination-item.component.js",
|
|
195
|
+
"revision": "98aed8c7967a53019965da0cc5706fa6"
|
|
97
196
|
},
|
|
98
197
|
{
|
|
99
|
-
"url": "collection/components/
|
|
100
|
-
"revision": "
|
|
198
|
+
"url": "collection/components/atoms/tooltip/tooltip.component.css",
|
|
199
|
+
"revision": "4260963624f8e2786e949d7776e0c697"
|
|
101
200
|
},
|
|
102
201
|
{
|
|
103
|
-
"url": "collection/components/tooltip/tooltip.component.
|
|
104
|
-
"revision": "
|
|
202
|
+
"url": "collection/components/atoms/tooltip/tooltip.component.js",
|
|
203
|
+
"revision": "fa5ee8728be749834e7c9c0cfadc2c37"
|
|
105
204
|
},
|
|
106
205
|
{
|
|
107
|
-
"url": "collection/components/
|
|
108
|
-
"revision": "
|
|
206
|
+
"url": "collection/components/molecules/pagination/pagination.component.css",
|
|
207
|
+
"revision": "fcc0a8297f3356ad6e03e4677f64d6ca"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"url": "collection/components/molecules/pagination/pagination.component.js",
|
|
211
|
+
"revision": "b4687ca2647dd7ad6d4ace6be2d03c74"
|
|
109
212
|
},
|
|
110
213
|
{
|
|
111
214
|
"url": "collection/index.js",
|
|
@@ -113,11 +216,11 @@ self.__precacheManifest = [
|
|
|
113
216
|
},
|
|
114
217
|
{
|
|
115
218
|
"url": "collection/tailwind.config.js",
|
|
116
|
-
"revision": "
|
|
219
|
+
"revision": "7806aaeaf0d7b8b09761f370f16cdddd"
|
|
117
220
|
},
|
|
118
221
|
{
|
|
119
222
|
"url": "collection/tailwind/border-radius.js",
|
|
120
|
-
"revision": "
|
|
223
|
+
"revision": "86dcdc42dd938be4f372498e935c8014"
|
|
121
224
|
},
|
|
122
225
|
{
|
|
123
226
|
"url": "collection/tailwind/colors.js",
|
|
@@ -125,7 +228,15 @@ self.__precacheManifest = [
|
|
|
125
228
|
},
|
|
126
229
|
{
|
|
127
230
|
"url": "collection/tailwind/grid.js",
|
|
128
|
-
"revision": "
|
|
231
|
+
"revision": "c6da38d71fa9e178c09e6caeb9214825"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"url": "collection/tailwind/rotate.js",
|
|
235
|
+
"revision": "6e10d60cb01221e64cf027d729886b6d"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"url": "collection/tailwind/scale.js",
|
|
239
|
+
"revision": "a839cb541613e836dc315f26e3e9a396"
|
|
129
240
|
},
|
|
130
241
|
{
|
|
131
242
|
"url": "collection/tailwind/shadows.js",
|
|
@@ -143,28 +254,74 @@ self.__precacheManifest = [
|
|
|
143
254
|
"url": "collection/utils/utils.js",
|
|
144
255
|
"revision": "4beb8ca8a76230f44db73b6109a0043d"
|
|
145
256
|
},
|
|
257
|
+
{
|
|
258
|
+
"url": "components/icon.component.js",
|
|
259
|
+
"revision": "6f0cdad1b7014d8f3ae3cacfb4d4a788"
|
|
260
|
+
},
|
|
146
261
|
{
|
|
147
262
|
"url": "components/index.js",
|
|
148
|
-
"revision": "
|
|
263
|
+
"revision": "5ca65dd13fcd1c12b8f7f356cd2c8fd9"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"url": "components/loader.component.js",
|
|
267
|
+
"revision": "1d91aaf34426a6ef384b2222cec2bd59"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"url": "components/p-avatar.js",
|
|
271
|
+
"revision": "7992a85b7b2f099d2f08d58aef03ba9e"
|
|
149
272
|
},
|
|
150
273
|
{
|
|
151
274
|
"url": "components/p-button.js",
|
|
152
|
-
"revision": "
|
|
275
|
+
"revision": "978a2a4385f3073b45f0a59399ee396e"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"url": "components/p-counter.js",
|
|
279
|
+
"revision": "84348068df5e0ed369a24236d828cb01"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"url": "components/p-divider.js",
|
|
283
|
+
"revision": "9c250d87d2c36df0e7ade25a49b7f05b"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"url": "components/p-helper.js",
|
|
287
|
+
"revision": "2bf903fe1e147a5e6cb9f7d1021f2a74"
|
|
153
288
|
},
|
|
154
289
|
{
|
|
155
290
|
"url": "components/p-icon.js",
|
|
156
|
-
"revision": "
|
|
291
|
+
"revision": "89ede38633ef7c3b9ed45a67a2ffe2c8"
|
|
157
292
|
},
|
|
158
293
|
{
|
|
159
294
|
"url": "components/p-illustration.js"
|
|
160
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"url": "components/p-info-panel.js",
|
|
298
|
+
"revision": "6a123a28f5cfbedcd2faf9dd951934a4"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"url": "components/p-loader.js",
|
|
302
|
+
"revision": "850d0015b16c8a34f62568d99ccdd388"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"url": "components/p-pagination-item.js"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"url": "components/p-pagination.js"
|
|
309
|
+
},
|
|
161
310
|
{
|
|
162
311
|
"url": "components/p-tooltip.js",
|
|
163
|
-
"revision": "
|
|
312
|
+
"revision": "7648cc97b4186f3174a1230ee12c97ea"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"url": "components/pagination-item.component.js",
|
|
316
|
+
"revision": "10baef8c3ca906afd9b51a99ec60debc"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"url": "components/tooltip.component.js",
|
|
320
|
+
"revision": "844880aeb1c4aa83e5f75191607cca93"
|
|
164
321
|
},
|
|
165
322
|
{
|
|
166
|
-
"url": "esm/index-
|
|
167
|
-
"revision": "
|
|
323
|
+
"url": "esm/index-5c917d13.js",
|
|
324
|
+
"revision": "0e4ee48585f89e75b5bae867807008cf"
|
|
168
325
|
},
|
|
169
326
|
{
|
|
170
327
|
"url": "esm/index.js",
|
|
@@ -172,22 +329,43 @@ self.__precacheManifest = [
|
|
|
172
329
|
},
|
|
173
330
|
{
|
|
174
331
|
"url": "esm/loader.js",
|
|
175
|
-
"revision": "
|
|
332
|
+
"revision": "22a14f1891da932d5a2e9011a3faf8b5"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"url": "esm/p-avatar.entry.js",
|
|
336
|
+
"revision": "347ff40a296f1436d4c538cca488db7a"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"url": "esm/p-button_3.entry.js"
|
|
176
340
|
},
|
|
177
341
|
{
|
|
178
|
-
"url": "esm/p-
|
|
179
|
-
"revision": "
|
|
342
|
+
"url": "esm/p-counter.entry.js",
|
|
343
|
+
"revision": "6f72d346639af79f658cdcb580197475"
|
|
180
344
|
},
|
|
181
345
|
{
|
|
182
|
-
"url": "esm/p-
|
|
183
|
-
"revision": "
|
|
346
|
+
"url": "esm/p-divider.entry.js",
|
|
347
|
+
"revision": "305abfcb68a5d1576744df81383080b5"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"url": "esm/p-helper.entry.js",
|
|
351
|
+
"revision": "d91292d6fdbc292f404e117c9779603b"
|
|
184
352
|
},
|
|
185
353
|
{
|
|
186
354
|
"url": "esm/p-illustration.entry.js"
|
|
187
355
|
},
|
|
356
|
+
{
|
|
357
|
+
"url": "esm/p-info-panel.entry.js",
|
|
358
|
+
"revision": "6f6ce7df525ea61bf49b9854d4bb51b3"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"url": "esm/p-pagination-item.entry.js"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"url": "esm/p-pagination.entry.js"
|
|
365
|
+
},
|
|
188
366
|
{
|
|
189
367
|
"url": "esm/p-tooltip.entry.js",
|
|
190
|
-
"revision": "
|
|
368
|
+
"revision": "51f0cd59f05547246401ffc23cf4f6b6"
|
|
191
369
|
},
|
|
192
370
|
{
|
|
193
371
|
"url": "esm/polyfills/core-js.js",
|
|
@@ -226,23 +404,41 @@ self.__precacheManifest = [
|
|
|
226
404
|
"revision": "d41d8cd98f00b204e9800998ecf8427e"
|
|
227
405
|
},
|
|
228
406
|
{
|
|
229
|
-
"url": "paperless/p-
|
|
407
|
+
"url": "paperless/p-06a38756.entry.js"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"url": "paperless/p-19afe191.entry.js"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"url": "paperless/p-229f113b.js"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"url": "paperless/p-23980fbb.entry.js"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"url": "paperless/p-31f80006.entry.js"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"url": "paperless/p-332028c6.entry.js"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"url": "paperless/p-5f0ec763.entry.js"
|
|
230
426
|
},
|
|
231
427
|
{
|
|
232
|
-
"url": "paperless/p-
|
|
428
|
+
"url": "paperless/p-6c6c1137.entry.js"
|
|
233
429
|
},
|
|
234
430
|
{
|
|
235
|
-
"url": "paperless/p-
|
|
431
|
+
"url": "paperless/p-80bf9d06.entry.js"
|
|
236
432
|
},
|
|
237
433
|
{
|
|
238
|
-
"url": "paperless/p-
|
|
434
|
+
"url": "paperless/p-e80637b9.entry.js"
|
|
239
435
|
},
|
|
240
436
|
{
|
|
241
|
-
"url": "paperless/p-
|
|
437
|
+
"url": "paperless/p-ec52095f.entry.js"
|
|
242
438
|
},
|
|
243
439
|
{
|
|
244
440
|
"url": "tailwind.config.js",
|
|
245
|
-
"revision": "
|
|
441
|
+
"revision": "7806aaeaf0d7b8b09761f370f16cdddd"
|
|
246
442
|
}
|
|
247
443
|
].concat(self.__precacheManifest || []);
|
|
248
444
|
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
|
package/dist/tailwind.config.js
CHANGED
|
@@ -2,21 +2,20 @@ const colors = require('./tailwind/colors');
|
|
|
2
2
|
const shadows = require('./tailwind/shadows');
|
|
3
3
|
const borderRadius = require('./tailwind/border-radius');
|
|
4
4
|
const grid = require('./tailwind/grid');
|
|
5
|
+
const scale = require('./tailwind/scale');
|
|
6
|
+
const rotate = require('./tailwind/rotate');
|
|
5
7
|
|
|
6
8
|
module.exports = {
|
|
7
9
|
important: true,
|
|
8
|
-
safelist: [
|
|
9
|
-
{
|
|
10
|
-
pattern: /./,
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
10
|
theme: {
|
|
14
11
|
colors,
|
|
15
12
|
boxShadow: shadows,
|
|
16
13
|
dropShadow: shadows,
|
|
17
14
|
borderRadius,
|
|
18
|
-
|
|
19
|
-
grid,
|
|
15
|
+
extend: {
|
|
16
|
+
...grid,
|
|
17
|
+
scale,
|
|
18
|
+
rotate,
|
|
20
19
|
},
|
|
21
20
|
},
|
|
22
21
|
variants: {},
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
import { IconFlipOptions, IconVariant } from '../icon/icon.component';
|
|
3
|
+
export declare class Button {
|
|
4
|
+
/**
|
|
5
|
+
* The variant of the button
|
|
6
|
+
*/
|
|
7
|
+
variant: 'primary' | 'secondary' | 'text';
|
|
8
|
+
/**
|
|
9
|
+
* Href in case of "text" version
|
|
10
|
+
*/
|
|
11
|
+
href: string;
|
|
12
|
+
/**
|
|
13
|
+
* Target in case of "text" version
|
|
14
|
+
*/
|
|
15
|
+
target: string;
|
|
16
|
+
/**
|
|
17
|
+
* The size of the button
|
|
18
|
+
*/
|
|
19
|
+
size: 'small' | 'medium';
|
|
20
|
+
/**
|
|
21
|
+
* Wether to show a loader or not
|
|
22
|
+
*/
|
|
23
|
+
loading: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Wether the button is disabled
|
|
26
|
+
*/
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Icon to show on the button
|
|
30
|
+
*/
|
|
31
|
+
icon: IconVariant;
|
|
32
|
+
/**
|
|
33
|
+
* Icon position
|
|
34
|
+
*/
|
|
35
|
+
iconPosition: 'start' | 'end';
|
|
36
|
+
/**
|
|
37
|
+
* Icon flip
|
|
38
|
+
*/
|
|
39
|
+
iconFlip: IconFlipOptions;
|
|
40
|
+
/**
|
|
41
|
+
* Icon rotate
|
|
42
|
+
*/
|
|
43
|
+
iconRotate: number;
|
|
44
|
+
/**
|
|
45
|
+
* Button click event
|
|
46
|
+
*/
|
|
47
|
+
onClick: EventEmitter<MouseEvent>;
|
|
48
|
+
render(): any;
|
|
49
|
+
handleClick(ev: MouseEvent): void;
|
|
50
|
+
private _getIcon;
|
|
51
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import icons from '
|
|
1
|
+
import icons from '../../../utils/icons';
|
|
2
2
|
export declare type IconVariant = keyof typeof icons;
|
|
3
|
+
export declare type IconFlipOptions = 'horizontal' | 'vertical';
|
|
3
4
|
export declare class Icon {
|
|
4
5
|
/**
|
|
5
6
|
* The icon the be displayed
|
|
@@ -16,7 +17,7 @@ export declare class Icon {
|
|
|
16
17
|
/**
|
|
17
18
|
* Wether to flip the icon horizontally or vertically
|
|
18
19
|
*/
|
|
19
|
-
flip:
|
|
20
|
+
flip: IconFlipOptions;
|
|
20
21
|
render(): any;
|
|
21
22
|
private _getClass;
|
|
22
23
|
}
|
package/dist/types/components/{illustration → atoms/illustration}/illustration.component.d.ts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import illustrations from '
|
|
1
|
+
import illustrations from '../../../utils/illustrations';
|
|
2
2
|
export declare type IllustrationVariant = keyof typeof illustrations;
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class Illustration {
|
|
4
4
|
/**
|
|
5
5
|
* The icon the be displayed
|
|
6
6
|
*/
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class InfoPanel {
|
|
2
|
+
/**
|
|
3
|
+
* The variant of the info panel
|
|
4
|
+
*/
|
|
5
|
+
variant: 'info' | 'negative' | 'positive' | 'unbiased';
|
|
6
|
+
/**
|
|
7
|
+
* The header of the info panel
|
|
8
|
+
*/
|
|
9
|
+
header: string;
|
|
10
|
+
/**
|
|
11
|
+
* The content of the info panel
|
|
12
|
+
*/
|
|
13
|
+
content: string;
|
|
14
|
+
/**
|
|
15
|
+
* Wether the panel can be closed
|
|
16
|
+
*/
|
|
17
|
+
closeable: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* The host element
|
|
20
|
+
*/
|
|
21
|
+
private _el;
|
|
22
|
+
render(): any;
|
|
23
|
+
private _close;
|
|
24
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
export declare class Loader {
|
|
3
|
+
/**
|
|
4
|
+
* Wether to show or hide the loader
|
|
5
|
+
*/
|
|
6
|
+
show: boolean | Observable<boolean>;
|
|
7
|
+
/**
|
|
8
|
+
* Variant of loader
|
|
9
|
+
*/
|
|
10
|
+
variant: 'inline' | 'full-width' | 'full-screen' | 'modal';
|
|
11
|
+
/**
|
|
12
|
+
* Color of the loader
|
|
13
|
+
*/
|
|
14
|
+
color: 'indigo' | 'white' | 'storm';
|
|
15
|
+
/**
|
|
16
|
+
* !NOT IMPLEMENTED! Modal title for modal variant
|
|
17
|
+
*/
|
|
18
|
+
modalTitle: string;
|
|
19
|
+
/**
|
|
20
|
+
* !NOT IMPLEMENTED! Modal description for modal variant
|
|
21
|
+
*/
|
|
22
|
+
modalDescription: string;
|
|
23
|
+
private _show;
|
|
24
|
+
private _showSubscriber;
|
|
25
|
+
private _loader;
|
|
26
|
+
componentWillRender(): void;
|
|
27
|
+
componentShouldUpdate(): void;
|
|
28
|
+
render(): any;
|
|
29
|
+
private _checkShow;
|
|
30
|
+
}
|