@paperless/core 0.1.0-alpha.4 → 0.1.0-alpha.8
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 +41 -0
- package/README.md +17 -0
- package/dist/assets/images/helper-hover.svg +15 -0
- package/dist/assets/images/helper.svg +15 -0
- package/dist/build/p-003bc169.entry.js +1 -0
- package/dist/build/p-f64e0b3a.entry.js +1 -0
- package/dist/build/{p-4144f8a0.entry.js → p-fdbec0d3.entry.js} +1 -1
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-button_3.cjs.entry.js +3 -3
- package/dist/cjs/p-helper.cjs.entry.js +19 -0
- package/dist/cjs/p-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/assets/images/helper-hover.svg +15 -0
- package/dist/collection/assets/images/helper.svg +15 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/button/button.component.js +4 -4
- 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/loader/loader.component.js +1 -1
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +1 -1
- package/dist/collection/components/atoms/tooltip/tooltip.component.js +2 -2
- package/dist/collection/tailwind/grid.js +24 -4
- package/dist/collection/tailwind.config.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/loader.component.js +1 -1
- package/dist/components/p-button.js +2 -2
- package/dist/components/p-helper.d.ts +11 -0
- package/dist/components/p-helper.js +39 -0
- package/dist/components/p-tooltip.js +1 -1886
- package/dist/components/tooltip.component.js +1888 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-button_3.entry.js +3 -3
- package/dist/esm/p-helper.entry.js +15 -0
- package/dist/esm/p-tooltip.entry.js +2 -2
- package/dist/esm/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-003bc169.entry.js +1 -0
- package/dist/paperless/p-f64e0b3a.entry.js +1 -0
- package/dist/paperless/{p-4144f8a0.entry.js → p-fdbec0d3.entry.js} +1 -1
- package/dist/paperless/paperless.css +56 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +56 -26
- package/dist/tailwind.config.js +1 -1
- package/dist/types/components/atoms/button/button.component.d.ts +2 -2
- package/dist/types/components/atoms/helper/helper.component.d.ts +3 -0
- package/dist/types/components.d.ts +15 -2
- package/package.json +1 -1
- package/dist/build/p-31acefc4.entry.js +0 -1
- package/dist/paperless/p-31acefc4.entry.js +0 -1
|
@@ -3666,6 +3666,22 @@ body {
|
|
|
3666
3666
|
grid-column: 1 / -1 !important;
|
|
3667
3667
|
}
|
|
3668
3668
|
|
|
3669
|
+
.col-span-13 {
|
|
3670
|
+
grid-column: span 13 / span 13 !important;
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3673
|
+
.col-span-14 {
|
|
3674
|
+
grid-column: span 14 / span 14 !important;
|
|
3675
|
+
}
|
|
3676
|
+
|
|
3677
|
+
.col-span-15 {
|
|
3678
|
+
grid-column: span 15 / span 15 !important;
|
|
3679
|
+
}
|
|
3680
|
+
|
|
3681
|
+
.col-span-16 {
|
|
3682
|
+
grid-column: span 16 / span 16 !important;
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3669
3685
|
.col-start-1 {
|
|
3670
3686
|
grid-column-start: 1 !important;
|
|
3671
3687
|
}
|
|
@@ -3718,6 +3734,18 @@ body {
|
|
|
3718
3734
|
grid-column-start: 13 !important;
|
|
3719
3735
|
}
|
|
3720
3736
|
|
|
3737
|
+
.col-start-14 {
|
|
3738
|
+
grid-column-start: 14 !important;
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3741
|
+
.col-start-15 {
|
|
3742
|
+
grid-column-start: 15 !important;
|
|
3743
|
+
}
|
|
3744
|
+
|
|
3745
|
+
.col-start-16 {
|
|
3746
|
+
grid-column-start: 16 !important;
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3721
3749
|
.col-start-auto {
|
|
3722
3750
|
grid-column-start: auto !important;
|
|
3723
3751
|
}
|
|
@@ -3774,6 +3802,18 @@ body {
|
|
|
3774
3802
|
grid-column-end: 13 !important;
|
|
3775
3803
|
}
|
|
3776
3804
|
|
|
3805
|
+
.col-end-14 {
|
|
3806
|
+
grid-column-end: 14 !important;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
|
+
.col-end-15 {
|
|
3810
|
+
grid-column-end: 15 !important;
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
.col-end-16 {
|
|
3814
|
+
grid-column-end: 16 !important;
|
|
3815
|
+
}
|
|
3816
|
+
|
|
3777
3817
|
.col-end-auto {
|
|
3778
3818
|
grid-column-end: auto !important;
|
|
3779
3819
|
}
|
|
@@ -16733,6 +16773,22 @@ body {
|
|
|
16733
16773
|
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
|
|
16734
16774
|
}
|
|
16735
16775
|
|
|
16776
|
+
.grid-cols-13 {
|
|
16777
|
+
grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
|
|
16778
|
+
}
|
|
16779
|
+
|
|
16780
|
+
.grid-cols-14 {
|
|
16781
|
+
grid-template-columns: repeat(14, minmax(0, 1fr)) !important;
|
|
16782
|
+
}
|
|
16783
|
+
|
|
16784
|
+
.grid-cols-15 {
|
|
16785
|
+
grid-template-columns: repeat(15, minmax(0, 1fr)) !important;
|
|
16786
|
+
}
|
|
16787
|
+
|
|
16788
|
+
.grid-cols-16 {
|
|
16789
|
+
grid-template-columns: repeat(16, minmax(0, 1fr)) !important;
|
|
16790
|
+
}
|
|
16791
|
+
|
|
16736
16792
|
.grid-cols-none {
|
|
16737
16793
|
grid-template-columns: none !important;
|
|
16738
16794
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as o,b as i}from"./p-f33e1285.js";(()=>{const i=import.meta.url,
|
|
1
|
+
import{p as o,b as i}from"./p-f33e1285.js";(()=>{const i=import.meta.url,e={};return""!==i&&(e.resourcesUrl=new URL(".",i).href),o(e)})().then((o=>i([["p-f64e0b3a",[[1,"p-helper"]]],["p-f04c4de0",[[0,"p-illustration",{variant:[1]}]]],["p-fdbec0d3",[[1,"p-tooltip",{content:[8],placement:[1],forceShow:[4,"force-show"]},[[1,"mouseenter","_show"],[0,"focus","_show"],[1,"mouseleave","_hide"],[0,"blur","_hide"]]]]],["p-003bc169",[[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"]]],[0,"p-icon",{variant:[1],size:[1],rotate:[2],flip:[1]}],[1,"p-loader",{show:[4],variant:[1],color:[1],modalTitle:[1,"modal-title"],modalDescription:[1,"modal-description"]}]]]],o)));
|
package/dist/sw.js
CHANGED
|
@@ -27,17 +27,14 @@ self.addEventListener('message', (event) => {
|
|
|
27
27
|
self.__precacheManifest = [
|
|
28
28
|
{
|
|
29
29
|
"url": "index.html",
|
|
30
|
-
"revision": "
|
|
30
|
+
"revision": "c9bdc7422e9caff907e6c3b1fcb982f6"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"url": "build/index.esm.js",
|
|
34
34
|
"revision": "d41d8cd98f00b204e9800998ecf8427e"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
"url": "build/p-
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"url": "build/p-4144f8a0.entry.js"
|
|
37
|
+
"url": "build/p-003bc169.entry.js"
|
|
41
38
|
},
|
|
42
39
|
{
|
|
43
40
|
"url": "build/p-f04c4de0.entry.js"
|
|
@@ -45,6 +42,12 @@ self.__precacheManifest = [
|
|
|
45
42
|
{
|
|
46
43
|
"url": "build/p-f33e1285.js"
|
|
47
44
|
},
|
|
45
|
+
{
|
|
46
|
+
"url": "build/p-f64e0b3a.entry.js"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"url": "build/p-fdbec0d3.entry.js"
|
|
50
|
+
},
|
|
48
51
|
{
|
|
49
52
|
"url": "cjs/index-a2da05ae.js",
|
|
50
53
|
"revision": "86392d41f79c3187879bc79878cfcfc0"
|
|
@@ -55,25 +58,29 @@ self.__precacheManifest = [
|
|
|
55
58
|
},
|
|
56
59
|
{
|
|
57
60
|
"url": "cjs/loader.cjs.js",
|
|
58
|
-
"revision": "
|
|
61
|
+
"revision": "c9d75ed544860a1c8c3536b48dc85b9f"
|
|
59
62
|
},
|
|
60
63
|
{
|
|
61
64
|
"url": "cjs/p-button_3.cjs.entry.js"
|
|
62
65
|
},
|
|
66
|
+
{
|
|
67
|
+
"url": "cjs/p-helper.cjs.entry.js",
|
|
68
|
+
"revision": "ec06559c322113fdf9d79931c29b762c"
|
|
69
|
+
},
|
|
63
70
|
{
|
|
64
71
|
"url": "cjs/p-illustration.cjs.entry.js"
|
|
65
72
|
},
|
|
66
73
|
{
|
|
67
74
|
"url": "cjs/p-tooltip.cjs.entry.js",
|
|
68
|
-
"revision": "
|
|
75
|
+
"revision": "eb29542d7c80558687c098cbe1dd6212"
|
|
69
76
|
},
|
|
70
77
|
{
|
|
71
78
|
"url": "cjs/paperless.cjs.js",
|
|
72
|
-
"revision": "
|
|
79
|
+
"revision": "76c7acadb6095d196c4c77cac3fb5331"
|
|
73
80
|
},
|
|
74
81
|
{
|
|
75
82
|
"url": "collection/collection-manifest.json",
|
|
76
|
-
"revision": "
|
|
83
|
+
"revision": "3990a8a60300f3bd6c6d7cfafc9c00ce"
|
|
77
84
|
},
|
|
78
85
|
{
|
|
79
86
|
"url": "collection/components/atoms/button/button.component.css",
|
|
@@ -81,7 +88,15 @@ self.__precacheManifest = [
|
|
|
81
88
|
},
|
|
82
89
|
{
|
|
83
90
|
"url": "collection/components/atoms/button/button.component.js",
|
|
84
|
-
"revision": "
|
|
91
|
+
"revision": "25fe7c023d6f7b2fb354631aa3ecd149"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"url": "collection/components/atoms/helper/helper.component.css",
|
|
95
|
+
"revision": "ded70fb3ccd00be03fe448df3abd1418"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"url": "collection/components/atoms/helper/helper.component.js",
|
|
99
|
+
"revision": "ec2650402f12b9969386ad4d356f0934"
|
|
85
100
|
},
|
|
86
101
|
{
|
|
87
102
|
"url": "collection/components/atoms/icon/icon.component.js",
|
|
@@ -97,15 +112,15 @@ self.__precacheManifest = [
|
|
|
97
112
|
},
|
|
98
113
|
{
|
|
99
114
|
"url": "collection/components/atoms/loader/loader.component.js",
|
|
100
|
-
"revision": "
|
|
115
|
+
"revision": "5a6bf5291e43eb857fe0270f94984feb"
|
|
101
116
|
},
|
|
102
117
|
{
|
|
103
118
|
"url": "collection/components/atoms/tooltip/tooltip.component.css",
|
|
104
|
-
"revision": "
|
|
119
|
+
"revision": "3c4832dc445ec73f330675c9c05424ae"
|
|
105
120
|
},
|
|
106
121
|
{
|
|
107
122
|
"url": "collection/components/atoms/tooltip/tooltip.component.js",
|
|
108
|
-
"revision": "
|
|
123
|
+
"revision": "14a046c8f56f521a51bf2033ae8d0f91"
|
|
109
124
|
},
|
|
110
125
|
{
|
|
111
126
|
"url": "collection/index.js",
|
|
@@ -113,7 +128,7 @@ self.__precacheManifest = [
|
|
|
113
128
|
},
|
|
114
129
|
{
|
|
115
130
|
"url": "collection/tailwind.config.js",
|
|
116
|
-
"revision": "
|
|
131
|
+
"revision": "7806aaeaf0d7b8b09761f370f16cdddd"
|
|
117
132
|
},
|
|
118
133
|
{
|
|
119
134
|
"url": "collection/tailwind/border-radius.js",
|
|
@@ -125,7 +140,7 @@ self.__precacheManifest = [
|
|
|
125
140
|
},
|
|
126
141
|
{
|
|
127
142
|
"url": "collection/tailwind/grid.js",
|
|
128
|
-
"revision": "
|
|
143
|
+
"revision": "c6da38d71fa9e178c09e6caeb9214825"
|
|
129
144
|
},
|
|
130
145
|
{
|
|
131
146
|
"url": "collection/tailwind/rotate.js",
|
|
@@ -157,15 +172,19 @@ self.__precacheManifest = [
|
|
|
157
172
|
},
|
|
158
173
|
{
|
|
159
174
|
"url": "components/index.js",
|
|
160
|
-
"revision": "
|
|
175
|
+
"revision": "b7921f0f492f605bf78ff5edc5d3a423"
|
|
161
176
|
},
|
|
162
177
|
{
|
|
163
178
|
"url": "components/loader.component.js",
|
|
164
|
-
"revision": "
|
|
179
|
+
"revision": "1d91aaf34426a6ef384b2222cec2bd59"
|
|
165
180
|
},
|
|
166
181
|
{
|
|
167
182
|
"url": "components/p-button.js",
|
|
168
|
-
"revision": "
|
|
183
|
+
"revision": "978a2a4385f3073b45f0a59399ee396e"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"url": "components/p-helper.js",
|
|
187
|
+
"revision": "fa72c92665bc10b7363a33ca4d01a71c"
|
|
169
188
|
},
|
|
170
189
|
{
|
|
171
190
|
"url": "components/p-icon.js",
|
|
@@ -180,7 +199,11 @@ self.__precacheManifest = [
|
|
|
180
199
|
},
|
|
181
200
|
{
|
|
182
201
|
"url": "components/p-tooltip.js",
|
|
183
|
-
"revision": "
|
|
202
|
+
"revision": "7648cc97b4186f3174a1230ee12c97ea"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"url": "components/tooltip.component.js",
|
|
206
|
+
"revision": "73a3be139c839a36777a695e592780b5"
|
|
184
207
|
},
|
|
185
208
|
{
|
|
186
209
|
"url": "esm/index-d08bfe75.js",
|
|
@@ -192,17 +215,21 @@ self.__precacheManifest = [
|
|
|
192
215
|
},
|
|
193
216
|
{
|
|
194
217
|
"url": "esm/loader.js",
|
|
195
|
-
"revision": "
|
|
218
|
+
"revision": "e3bf132c9bfe76c5cdb447324eed5da8"
|
|
196
219
|
},
|
|
197
220
|
{
|
|
198
221
|
"url": "esm/p-button_3.entry.js"
|
|
199
222
|
},
|
|
223
|
+
{
|
|
224
|
+
"url": "esm/p-helper.entry.js",
|
|
225
|
+
"revision": "c8bbd45650d17f31b42fa8cfc30c2f20"
|
|
226
|
+
},
|
|
200
227
|
{
|
|
201
228
|
"url": "esm/p-illustration.entry.js"
|
|
202
229
|
},
|
|
203
230
|
{
|
|
204
231
|
"url": "esm/p-tooltip.entry.js",
|
|
205
|
-
"revision": "
|
|
232
|
+
"revision": "9098144441c144f40fd8591639f80eec"
|
|
206
233
|
},
|
|
207
234
|
{
|
|
208
235
|
"url": "esm/polyfills/core-js.js",
|
|
@@ -241,10 +268,7 @@ self.__precacheManifest = [
|
|
|
241
268
|
"revision": "d41d8cd98f00b204e9800998ecf8427e"
|
|
242
269
|
},
|
|
243
270
|
{
|
|
244
|
-
"url": "paperless/p-
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"url": "paperless/p-4144f8a0.entry.js"
|
|
271
|
+
"url": "paperless/p-003bc169.entry.js"
|
|
248
272
|
},
|
|
249
273
|
{
|
|
250
274
|
"url": "paperless/p-f04c4de0.entry.js"
|
|
@@ -252,9 +276,15 @@ self.__precacheManifest = [
|
|
|
252
276
|
{
|
|
253
277
|
"url": "paperless/p-f33e1285.js"
|
|
254
278
|
},
|
|
279
|
+
{
|
|
280
|
+
"url": "paperless/p-f64e0b3a.entry.js"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"url": "paperless/p-fdbec0d3.entry.js"
|
|
284
|
+
},
|
|
255
285
|
{
|
|
256
286
|
"url": "tailwind.config.js",
|
|
257
|
-
"revision": "
|
|
287
|
+
"revision": "7806aaeaf0d7b8b09761f370f16cdddd"
|
|
258
288
|
}
|
|
259
289
|
].concat(self.__precacheManifest || []);
|
|
260
290
|
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
|
package/dist/tailwind.config.js
CHANGED
|
@@ -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;
|
|
@@ -53,6 +53,8 @@ export namespace Components {
|
|
|
53
53
|
*/
|
|
54
54
|
"variant": 'primary' | 'secondary' | 'text';
|
|
55
55
|
}
|
|
56
|
+
interface PHelper {
|
|
57
|
+
}
|
|
56
58
|
interface PIcon {
|
|
57
59
|
/**
|
|
58
60
|
* Wether to flip the icon horizontally or vertically
|
|
@@ -125,6 +127,12 @@ declare global {
|
|
|
125
127
|
prototype: HTMLPButtonElement;
|
|
126
128
|
new (): HTMLPButtonElement;
|
|
127
129
|
};
|
|
130
|
+
interface HTMLPHelperElement extends Components.PHelper, HTMLStencilElement {
|
|
131
|
+
}
|
|
132
|
+
var HTMLPHelperElement: {
|
|
133
|
+
prototype: HTMLPHelperElement;
|
|
134
|
+
new (): HTMLPHelperElement;
|
|
135
|
+
};
|
|
128
136
|
interface HTMLPIconElement extends Components.PIcon, HTMLStencilElement {
|
|
129
137
|
}
|
|
130
138
|
var HTMLPIconElement: {
|
|
@@ -151,6 +159,7 @@ declare global {
|
|
|
151
159
|
};
|
|
152
160
|
interface HTMLElementTagNameMap {
|
|
153
161
|
"p-button": HTMLPButtonElement;
|
|
162
|
+
"p-helper": HTMLPHelperElement;
|
|
154
163
|
"p-icon": HTMLPIconElement;
|
|
155
164
|
"p-illustration": HTMLPIllustrationElement;
|
|
156
165
|
"p-loader": HTMLPLoaderElement;
|
|
@@ -188,9 +197,9 @@ declare namespace LocalJSX {
|
|
|
188
197
|
*/
|
|
189
198
|
"loading"?: boolean;
|
|
190
199
|
/**
|
|
191
|
-
* Button
|
|
200
|
+
* Button click event
|
|
192
201
|
*/
|
|
193
|
-
"
|
|
202
|
+
"onOnClick"?: (event: PButtonCustomEvent<MouseEvent>) => void;
|
|
194
203
|
/**
|
|
195
204
|
* The size of the button
|
|
196
205
|
*/
|
|
@@ -204,6 +213,8 @@ declare namespace LocalJSX {
|
|
|
204
213
|
*/
|
|
205
214
|
"variant"?: 'primary' | 'secondary' | 'text';
|
|
206
215
|
}
|
|
216
|
+
interface PHelper {
|
|
217
|
+
}
|
|
207
218
|
interface PIcon {
|
|
208
219
|
/**
|
|
209
220
|
* Wether to flip the icon horizontally or vertically
|
|
@@ -266,6 +277,7 @@ declare namespace LocalJSX {
|
|
|
266
277
|
}
|
|
267
278
|
interface IntrinsicElements {
|
|
268
279
|
"p-button": PButton;
|
|
280
|
+
"p-helper": PHelper;
|
|
269
281
|
"p-icon": PIcon;
|
|
270
282
|
"p-illustration": PIllustration;
|
|
271
283
|
"p-loader": PLoader;
|
|
@@ -277,6 +289,7 @@ declare module "@stencil/core" {
|
|
|
277
289
|
export namespace JSX {
|
|
278
290
|
interface IntrinsicElements {
|
|
279
291
|
"p-button": LocalJSX.PButton & JSXBase.HTMLAttributes<HTMLPButtonElement>;
|
|
292
|
+
"p-helper": LocalJSX.PHelper & JSXBase.HTMLAttributes<HTMLPHelperElement>;
|
|
280
293
|
"p-icon": LocalJSX.PIcon & JSXBase.HTMLAttributes<HTMLPIconElement>;
|
|
281
294
|
"p-illustration": LocalJSX.PIllustration & JSXBase.HTMLAttributes<HTMLPIllustrationElement>;
|
|
282
295
|
"p-loader": LocalJSX.PLoader & JSXBase.HTMLAttributes<HTMLPLoaderElement>;
|