@paperless/core 0.1.0-alpha.28 → 0.1.0-alpha.29
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 +11 -0
- package/dist/build/p-41e5458b.entry.js +1 -0
- package/dist/build/p-75f909ab.entry.js +1 -0
- package/dist/build/p-aa28fef8.entry.js +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- 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/paperless.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +3 -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/components/index.d.ts +3 -0
- package/dist/components/index.js +3 -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/esm/loader.js +1 -1
- 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/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-41e5458b.entry.js +1 -0
- package/dist/paperless/p-75f909ab.entry.js +1 -0
- package/dist/paperless/p-aa28fef8.entry.js +1 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +84 -6
- 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.d.ts +103 -0
- package/package.json +1 -1
package/dist/sw.js
CHANGED
|
@@ -27,7 +27,7 @@ self.addEventListener('message', (event) => {
|
|
|
27
27
|
self.__precacheManifest = [
|
|
28
28
|
{
|
|
29
29
|
"url": "index.html",
|
|
30
|
-
"revision": "
|
|
30
|
+
"revision": "0101e4c8e6df9db0890015c6342d8cfa"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"url": "build/index.esm.js",
|
|
@@ -36,6 +36,9 @@ self.__precacheManifest = [
|
|
|
36
36
|
{
|
|
37
37
|
"url": "build/p-17c11169.entry.js"
|
|
38
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"url": "build/p-41e5458b.entry.js"
|
|
41
|
+
},
|
|
39
42
|
{
|
|
40
43
|
"url": "build/p-42dab9d4.entry.js"
|
|
41
44
|
},
|
|
@@ -45,6 +48,9 @@ self.__precacheManifest = [
|
|
|
45
48
|
{
|
|
46
49
|
"url": "build/p-5ec6ea71.entry.js"
|
|
47
50
|
},
|
|
51
|
+
{
|
|
52
|
+
"url": "build/p-75f909ab.entry.js"
|
|
53
|
+
},
|
|
48
54
|
{
|
|
49
55
|
"url": "build/p-76464e0b.js"
|
|
50
56
|
},
|
|
@@ -57,6 +63,9 @@ self.__precacheManifest = [
|
|
|
57
63
|
{
|
|
58
64
|
"url": "build/p-a7086ffa.js"
|
|
59
65
|
},
|
|
66
|
+
{
|
|
67
|
+
"url": "build/p-aa28fef8.entry.js"
|
|
68
|
+
},
|
|
60
69
|
{
|
|
61
70
|
"url": "build/p-aae3d4f0.entry.js"
|
|
62
71
|
},
|
|
@@ -91,7 +100,7 @@ self.__precacheManifest = [
|
|
|
91
100
|
},
|
|
92
101
|
{
|
|
93
102
|
"url": "cjs/loader.cjs.js",
|
|
94
|
-
"revision": "
|
|
103
|
+
"revision": "810a9f0ade0c71a1097fd9ffc2833a91"
|
|
95
104
|
},
|
|
96
105
|
{
|
|
97
106
|
"url": "cjs/p-avatar.cjs.entry.js",
|
|
@@ -137,13 +146,25 @@ self.__precacheManifest = [
|
|
|
137
146
|
{
|
|
138
147
|
"url": "cjs/p-pagination.cjs.entry.js"
|
|
139
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
|
+
},
|
|
140
161
|
{
|
|
141
162
|
"url": "cjs/p-tooltip.cjs.entry.js",
|
|
142
163
|
"revision": "bc343e2975cb7b7abf992479693f594e"
|
|
143
164
|
},
|
|
144
165
|
{
|
|
145
166
|
"url": "cjs/paperless.cjs.js",
|
|
146
|
-
"revision": "
|
|
167
|
+
"revision": "d5cc252fc8895a9595651d17cee968d7"
|
|
147
168
|
},
|
|
148
169
|
{
|
|
149
170
|
"url": "cjs/popper-e0c4ed4c.js",
|
|
@@ -151,7 +172,7 @@ self.__precacheManifest = [
|
|
|
151
172
|
},
|
|
152
173
|
{
|
|
153
174
|
"url": "collection/collection-manifest.json",
|
|
154
|
-
"revision": "
|
|
175
|
+
"revision": "f4ba5bb202a2b2a3de28184da74dcd01"
|
|
155
176
|
},
|
|
156
177
|
{
|
|
157
178
|
"url": "collection/components/atoms/avatar/avatar.component.css",
|
|
@@ -241,6 +262,30 @@ self.__precacheManifest = [
|
|
|
241
262
|
"url": "collection/components/atoms/pagination-item/pagination-item.component.js",
|
|
242
263
|
"revision": "98aed8c7967a53019965da0cc5706fa6"
|
|
243
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": "0af76bb4f657d09a6cba4d5df73eaf61"
|
|
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": "a2ef8669bd7818fe0fbfd895861a769f"
|
|
288
|
+
},
|
|
244
289
|
{
|
|
245
290
|
"url": "collection/components/atoms/tooltip/tooltip.component.css",
|
|
246
291
|
"revision": "f8a3f2af3aa32f0f4d18105b635322f5"
|
|
@@ -335,7 +380,7 @@ self.__precacheManifest = [
|
|
|
335
380
|
},
|
|
336
381
|
{
|
|
337
382
|
"url": "components/index.js",
|
|
338
|
-
"revision": "
|
|
383
|
+
"revision": "fb88906de6d3d999ebd2d73d02e552a4"
|
|
339
384
|
},
|
|
340
385
|
{
|
|
341
386
|
"url": "components/loader.component.js",
|
|
@@ -394,6 +439,18 @@ self.__precacheManifest = [
|
|
|
394
439
|
{
|
|
395
440
|
"url": "components/p-pagination.js"
|
|
396
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
|
+
},
|
|
397
454
|
{
|
|
398
455
|
"url": "components/p-tooltip.js",
|
|
399
456
|
"revision": "7648cc97b4186f3174a1230ee12c97ea"
|
|
@@ -420,7 +477,7 @@ self.__precacheManifest = [
|
|
|
420
477
|
},
|
|
421
478
|
{
|
|
422
479
|
"url": "esm/loader.js",
|
|
423
|
-
"revision": "
|
|
480
|
+
"revision": "5579cc39300bed78a0faa0836e545744"
|
|
424
481
|
},
|
|
425
482
|
{
|
|
426
483
|
"url": "esm/p-avatar.entry.js",
|
|
@@ -466,6 +523,18 @@ self.__precacheManifest = [
|
|
|
466
523
|
{
|
|
467
524
|
"url": "esm/p-pagination.entry.js"
|
|
468
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
|
+
},
|
|
469
538
|
{
|
|
470
539
|
"url": "esm/p-tooltip.entry.js",
|
|
471
540
|
"revision": "6dccd6e6f68dff735f237b501885ee0f"
|
|
@@ -513,6 +582,9 @@ self.__precacheManifest = [
|
|
|
513
582
|
{
|
|
514
583
|
"url": "paperless/p-17c11169.entry.js"
|
|
515
584
|
},
|
|
585
|
+
{
|
|
586
|
+
"url": "paperless/p-41e5458b.entry.js"
|
|
587
|
+
},
|
|
516
588
|
{
|
|
517
589
|
"url": "paperless/p-42dab9d4.entry.js"
|
|
518
590
|
},
|
|
@@ -522,6 +594,9 @@ self.__precacheManifest = [
|
|
|
522
594
|
{
|
|
523
595
|
"url": "paperless/p-5ec6ea71.entry.js"
|
|
524
596
|
},
|
|
597
|
+
{
|
|
598
|
+
"url": "paperless/p-75f909ab.entry.js"
|
|
599
|
+
},
|
|
525
600
|
{
|
|
526
601
|
"url": "paperless/p-76464e0b.js"
|
|
527
602
|
},
|
|
@@ -534,6 +609,9 @@ self.__precacheManifest = [
|
|
|
534
609
|
{
|
|
535
610
|
"url": "paperless/p-a7086ffa.js"
|
|
536
611
|
},
|
|
612
|
+
{
|
|
613
|
+
"url": "paperless/p-aa28fef8.entry.js"
|
|
614
|
+
},
|
|
537
615
|
{
|
|
538
616
|
"url": "paperless/p-aae3d4f0.entry.js"
|
|
539
617
|
},
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IconFlipOptions, IconVariant } from '../icon/icon.component';
|
|
2
|
+
export declare class SegmentItem {
|
|
3
|
+
/**
|
|
4
|
+
* Wether the segment item is active
|
|
5
|
+
*/
|
|
6
|
+
active: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Icon to show on the segment item
|
|
9
|
+
*/
|
|
10
|
+
icon: IconVariant;
|
|
11
|
+
/**
|
|
12
|
+
* Icon flip
|
|
13
|
+
*/
|
|
14
|
+
iconFlip: IconFlipOptions;
|
|
15
|
+
/**
|
|
16
|
+
* Icon rotate
|
|
17
|
+
*/
|
|
18
|
+
iconRotate: number;
|
|
19
|
+
render(): any;
|
|
20
|
+
private _getIcon;
|
|
21
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IconFlipOptions, IconVariant } from '../icon/icon.component';
|
|
2
|
+
export declare class Status {
|
|
3
|
+
/**
|
|
4
|
+
* The variant of the status
|
|
5
|
+
*/
|
|
6
|
+
variant: 'default' | 'positive' | 'unbiased' | 'negative';
|
|
7
|
+
/**
|
|
8
|
+
* Icon to show on the status
|
|
9
|
+
*/
|
|
10
|
+
icon: IconVariant;
|
|
11
|
+
/**
|
|
12
|
+
* Icon flip
|
|
13
|
+
*/
|
|
14
|
+
iconFlip: IconFlipOptions;
|
|
15
|
+
/**
|
|
16
|
+
* Icon rotate
|
|
17
|
+
*/
|
|
18
|
+
iconRotate: number;
|
|
19
|
+
render(): any;
|
|
20
|
+
private _getIcon;
|
|
21
|
+
private _getVariantIcon;
|
|
22
|
+
}
|
|
@@ -209,6 +209,44 @@ export namespace Components {
|
|
|
209
209
|
*/
|
|
210
210
|
"active": boolean;
|
|
211
211
|
}
|
|
212
|
+
interface PSegmentContainer {
|
|
213
|
+
}
|
|
214
|
+
interface PSegmentItem {
|
|
215
|
+
/**
|
|
216
|
+
* Wether the segment item is active
|
|
217
|
+
*/
|
|
218
|
+
"active": boolean;
|
|
219
|
+
/**
|
|
220
|
+
* Icon to show on the segment item
|
|
221
|
+
*/
|
|
222
|
+
"icon": IconVariant;
|
|
223
|
+
/**
|
|
224
|
+
* Icon flip
|
|
225
|
+
*/
|
|
226
|
+
"iconFlip": IconFlipOptions;
|
|
227
|
+
/**
|
|
228
|
+
* Icon rotate
|
|
229
|
+
*/
|
|
230
|
+
"iconRotate": number;
|
|
231
|
+
}
|
|
232
|
+
interface PStatus {
|
|
233
|
+
/**
|
|
234
|
+
* Icon to show on the status
|
|
235
|
+
*/
|
|
236
|
+
"icon": IconVariant;
|
|
237
|
+
/**
|
|
238
|
+
* Icon flip
|
|
239
|
+
*/
|
|
240
|
+
"iconFlip": IconFlipOptions;
|
|
241
|
+
/**
|
|
242
|
+
* Icon rotate
|
|
243
|
+
*/
|
|
244
|
+
"iconRotate": number;
|
|
245
|
+
/**
|
|
246
|
+
* The variant of the status
|
|
247
|
+
*/
|
|
248
|
+
"variant": 'default' | 'positive' | 'unbiased' | 'negative';
|
|
249
|
+
}
|
|
212
250
|
interface PTooltip {
|
|
213
251
|
/**
|
|
214
252
|
* Wether to someone can manually close the popover
|
|
@@ -335,6 +373,24 @@ declare global {
|
|
|
335
373
|
prototype: HTMLPPaginationItemElement;
|
|
336
374
|
new (): HTMLPPaginationItemElement;
|
|
337
375
|
};
|
|
376
|
+
interface HTMLPSegmentContainerElement extends Components.PSegmentContainer, HTMLStencilElement {
|
|
377
|
+
}
|
|
378
|
+
var HTMLPSegmentContainerElement: {
|
|
379
|
+
prototype: HTMLPSegmentContainerElement;
|
|
380
|
+
new (): HTMLPSegmentContainerElement;
|
|
381
|
+
};
|
|
382
|
+
interface HTMLPSegmentItemElement extends Components.PSegmentItem, HTMLStencilElement {
|
|
383
|
+
}
|
|
384
|
+
var HTMLPSegmentItemElement: {
|
|
385
|
+
prototype: HTMLPSegmentItemElement;
|
|
386
|
+
new (): HTMLPSegmentItemElement;
|
|
387
|
+
};
|
|
388
|
+
interface HTMLPStatusElement extends Components.PStatus, HTMLStencilElement {
|
|
389
|
+
}
|
|
390
|
+
var HTMLPStatusElement: {
|
|
391
|
+
prototype: HTMLPStatusElement;
|
|
392
|
+
new (): HTMLPStatusElement;
|
|
393
|
+
};
|
|
338
394
|
interface HTMLPTooltipElement extends Components.PTooltip, HTMLStencilElement {
|
|
339
395
|
}
|
|
340
396
|
var HTMLPTooltipElement: {
|
|
@@ -357,6 +413,9 @@ declare global {
|
|
|
357
413
|
"p-navigation-item": HTMLPNavigationItemElement;
|
|
358
414
|
"p-pagination": HTMLPPaginationElement;
|
|
359
415
|
"p-pagination-item": HTMLPPaginationItemElement;
|
|
416
|
+
"p-segment-container": HTMLPSegmentContainerElement;
|
|
417
|
+
"p-segment-item": HTMLPSegmentItemElement;
|
|
418
|
+
"p-status": HTMLPStatusElement;
|
|
360
419
|
"p-tooltip": HTMLPTooltipElement;
|
|
361
420
|
}
|
|
362
421
|
}
|
|
@@ -568,6 +627,44 @@ declare namespace LocalJSX {
|
|
|
568
627
|
*/
|
|
569
628
|
"active"?: boolean;
|
|
570
629
|
}
|
|
630
|
+
interface PSegmentContainer {
|
|
631
|
+
}
|
|
632
|
+
interface PSegmentItem {
|
|
633
|
+
/**
|
|
634
|
+
* Wether the segment item is active
|
|
635
|
+
*/
|
|
636
|
+
"active"?: boolean;
|
|
637
|
+
/**
|
|
638
|
+
* Icon to show on the segment item
|
|
639
|
+
*/
|
|
640
|
+
"icon"?: IconVariant;
|
|
641
|
+
/**
|
|
642
|
+
* Icon flip
|
|
643
|
+
*/
|
|
644
|
+
"iconFlip"?: IconFlipOptions;
|
|
645
|
+
/**
|
|
646
|
+
* Icon rotate
|
|
647
|
+
*/
|
|
648
|
+
"iconRotate"?: number;
|
|
649
|
+
}
|
|
650
|
+
interface PStatus {
|
|
651
|
+
/**
|
|
652
|
+
* Icon to show on the status
|
|
653
|
+
*/
|
|
654
|
+
"icon"?: IconVariant;
|
|
655
|
+
/**
|
|
656
|
+
* Icon flip
|
|
657
|
+
*/
|
|
658
|
+
"iconFlip"?: IconFlipOptions;
|
|
659
|
+
/**
|
|
660
|
+
* Icon rotate
|
|
661
|
+
*/
|
|
662
|
+
"iconRotate"?: number;
|
|
663
|
+
/**
|
|
664
|
+
* The variant of the status
|
|
665
|
+
*/
|
|
666
|
+
"variant"?: 'default' | 'positive' | 'unbiased' | 'negative';
|
|
667
|
+
}
|
|
571
668
|
interface PTooltip {
|
|
572
669
|
/**
|
|
573
670
|
* Wether to someone can manually close the popover
|
|
@@ -606,6 +703,9 @@ declare namespace LocalJSX {
|
|
|
606
703
|
"p-navigation-item": PNavigationItem;
|
|
607
704
|
"p-pagination": PPagination;
|
|
608
705
|
"p-pagination-item": PPaginationItem;
|
|
706
|
+
"p-segment-container": PSegmentContainer;
|
|
707
|
+
"p-segment-item": PSegmentItem;
|
|
708
|
+
"p-status": PStatus;
|
|
609
709
|
"p-tooltip": PTooltip;
|
|
610
710
|
}
|
|
611
711
|
}
|
|
@@ -628,6 +728,9 @@ declare module "@stencil/core" {
|
|
|
628
728
|
"p-navigation-item": LocalJSX.PNavigationItem & JSXBase.HTMLAttributes<HTMLPNavigationItemElement>;
|
|
629
729
|
"p-pagination": LocalJSX.PPagination & JSXBase.HTMLAttributes<HTMLPPaginationElement>;
|
|
630
730
|
"p-pagination-item": LocalJSX.PPaginationItem & JSXBase.HTMLAttributes<HTMLPPaginationItemElement>;
|
|
731
|
+
"p-segment-container": LocalJSX.PSegmentContainer & JSXBase.HTMLAttributes<HTMLPSegmentContainerElement>;
|
|
732
|
+
"p-segment-item": LocalJSX.PSegmentItem & JSXBase.HTMLAttributes<HTMLPSegmentItemElement>;
|
|
733
|
+
"p-status": LocalJSX.PStatus & JSXBase.HTMLAttributes<HTMLPStatusElement>;
|
|
631
734
|
"p-tooltip": LocalJSX.PTooltip & JSXBase.HTMLAttributes<HTMLPTooltipElement>;
|
|
632
735
|
}
|
|
633
736
|
}
|