@sachin9822/reports-lib 0.0.83 → 0.0.84
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/esm2020/lib/components/acc-gl-details-enquiry-report/acc-gl-details-enquiry-report.component.mjs +4 -4
- package/esm2020/lib/shared/export.service.mjs +2 -2
- package/fesm2015/sachin9822-reports-lib.mjs +4 -4
- package/fesm2015/sachin9822-reports-lib.mjs.map +1 -1
- package/fesm2020/sachin9822-reports-lib.mjs +4 -4
- package/fesm2020/sachin9822-reports-lib.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/images/Search.svg +10 -0
- package/src/assets/images/XMLogo.png +0 -0
- package/src/assets/svg-loaders/audio.svg +28 -0
- package/src/assets/svg-loaders/ball-triangle.svg +46 -0
- package/src/assets/svg-loaders/bars.svg +52 -0
- package/src/assets/svg-loaders/blue-tail-spin.svg +31 -0
- package/src/assets/svg-loaders/circles.svg +20 -0
- package/src/assets/svg-loaders/grid.svg +56 -0
- package/src/assets/svg-loaders/hearts.svg +17 -0
- package/src/assets/svg-loaders/oval.svg +16 -0
- package/src/assets/svg-loaders/puff.svg +36 -0
- package/src/assets/svg-loaders/rings.svg +41 -0
- package/src/assets/svg-loaders/spinning-circles.svg +54 -0
- package/src/assets/svg-loaders/three-dots.svg +32 -0
@@ -0,0 +1,56 @@
|
|
1
|
+
<svg width="105" height="105" viewBox="0 0 105 105" xmlns="http://www.w3.org/2000/svg" fill="#fff">
|
2
|
+
<circle cx="12.5" cy="12.5" r="12.5">
|
3
|
+
<animate attributeName="fill-opacity"
|
4
|
+
begin="0s" dur="1s"
|
5
|
+
values="1;.2;1" calcMode="linear"
|
6
|
+
repeatCount="indefinite" />
|
7
|
+
</circle>
|
8
|
+
<circle cx="12.5" cy="52.5" r="12.5" fill-opacity=".5">
|
9
|
+
<animate attributeName="fill-opacity"
|
10
|
+
begin="100ms" dur="1s"
|
11
|
+
values="1;.2;1" calcMode="linear"
|
12
|
+
repeatCount="indefinite" />
|
13
|
+
</circle>
|
14
|
+
<circle cx="52.5" cy="12.5" r="12.5">
|
15
|
+
<animate attributeName="fill-opacity"
|
16
|
+
begin="300ms" dur="1s"
|
17
|
+
values="1;.2;1" calcMode="linear"
|
18
|
+
repeatCount="indefinite" />
|
19
|
+
</circle>
|
20
|
+
<circle cx="52.5" cy="52.5" r="12.5">
|
21
|
+
<animate attributeName="fill-opacity"
|
22
|
+
begin="600ms" dur="1s"
|
23
|
+
values="1;.2;1" calcMode="linear"
|
24
|
+
repeatCount="indefinite" />
|
25
|
+
</circle>
|
26
|
+
<circle cx="92.5" cy="12.5" r="12.5">
|
27
|
+
<animate attributeName="fill-opacity"
|
28
|
+
begin="800ms" dur="1s"
|
29
|
+
values="1;.2;1" calcMode="linear"
|
30
|
+
repeatCount="indefinite" />
|
31
|
+
</circle>
|
32
|
+
<circle cx="92.5" cy="52.5" r="12.5">
|
33
|
+
<animate attributeName="fill-opacity"
|
34
|
+
begin="400ms" dur="1s"
|
35
|
+
values="1;.2;1" calcMode="linear"
|
36
|
+
repeatCount="indefinite" />
|
37
|
+
</circle>
|
38
|
+
<circle cx="12.5" cy="92.5" r="12.5">
|
39
|
+
<animate attributeName="fill-opacity"
|
40
|
+
begin="700ms" dur="1s"
|
41
|
+
values="1;.2;1" calcMode="linear"
|
42
|
+
repeatCount="indefinite" />
|
43
|
+
</circle>
|
44
|
+
<circle cx="52.5" cy="92.5" r="12.5">
|
45
|
+
<animate attributeName="fill-opacity"
|
46
|
+
begin="500ms" dur="1s"
|
47
|
+
values="1;.2;1" calcMode="linear"
|
48
|
+
repeatCount="indefinite" />
|
49
|
+
</circle>
|
50
|
+
<circle cx="92.5" cy="92.5" r="12.5">
|
51
|
+
<animate attributeName="fill-opacity"
|
52
|
+
begin="200ms" dur="1s"
|
53
|
+
values="1;.2;1" calcMode="linear"
|
54
|
+
repeatCount="indefinite" />
|
55
|
+
</circle>
|
56
|
+
</svg>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<svg width="140" height="64" viewBox="0 0 140 64" xmlns="http://www.w3.org/2000/svg" fill="#fff">
|
2
|
+
<path d="M30.262 57.02L7.195 40.723c-5.84-3.976-7.56-12.06-3.842-18.063 3.715-6 11.467-7.65 17.306-3.68l4.52 3.76 2.6-5.274c3.717-6.002 11.47-7.65 17.305-3.68 5.84 3.97 7.56 12.054 3.842 18.062L34.49 56.118c-.897 1.512-2.793 1.915-4.228.9z" fill-opacity=".5">
|
3
|
+
<animate attributeName="fill-opacity"
|
4
|
+
begin="0s" dur="1.4s"
|
5
|
+
values="0.5;1;0.5"
|
6
|
+
calcMode="linear"
|
7
|
+
repeatCount="indefinite" />
|
8
|
+
</path>
|
9
|
+
<path d="M105.512 56.12l-14.44-24.272c-3.716-6.008-1.996-14.093 3.843-18.062 5.835-3.97 13.588-2.322 17.306 3.68l2.6 5.274 4.52-3.76c5.84-3.97 13.592-2.32 17.307 3.68 3.718 6.003 1.998 14.088-3.842 18.064L109.74 57.02c-1.434 1.014-3.33.61-4.228-.9z" fill-opacity=".5">
|
10
|
+
<animate attributeName="fill-opacity"
|
11
|
+
begin="0.7s" dur="1.4s"
|
12
|
+
values="0.5;1;0.5"
|
13
|
+
calcMode="linear"
|
14
|
+
repeatCount="indefinite" />
|
15
|
+
</path>
|
16
|
+
<path d="M67.408 57.834l-23.01-24.98c-5.864-6.15-5.864-16.108 0-22.248 5.86-6.14 15.37-6.14 21.234 0L70 16.168l4.368-5.562c5.863-6.14 15.375-6.14 21.235 0 5.863 6.14 5.863 16.098 0 22.247l-23.007 24.98c-1.43 1.556-3.757 1.556-5.188 0z" />
|
17
|
+
</svg>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#fff">
|
2
|
+
<g fill="none" fill-rule="evenodd">
|
3
|
+
<g transform="translate(1 1)" stroke-width="2">
|
4
|
+
<circle stroke-opacity=".5" cx="18" cy="18" r="18"/>
|
5
|
+
<path d="M36 18c0-9.94-8.06-18-18-18">
|
6
|
+
<animateTransform
|
7
|
+
attributeName="transform"
|
8
|
+
type="rotate"
|
9
|
+
from="0 18 18"
|
10
|
+
to="360 18 18"
|
11
|
+
dur="1s"
|
12
|
+
repeatCount="indefinite"/>
|
13
|
+
</path>
|
14
|
+
</g>
|
15
|
+
</g>
|
16
|
+
</svg>
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" stroke="#fff">
|
2
|
+
<g fill="none" fill-rule="evenodd" stroke-width="2">
|
3
|
+
<circle cx="22" cy="22" r="1">
|
4
|
+
<animate attributeName="r"
|
5
|
+
begin="0s" dur="1.8s"
|
6
|
+
values="1; 20"
|
7
|
+
calcMode="spline"
|
8
|
+
keyTimes="0; 1"
|
9
|
+
keySplines="0.165, 0.84, 0.44, 1"
|
10
|
+
repeatCount="indefinite" />
|
11
|
+
<animate attributeName="stroke-opacity"
|
12
|
+
begin="0s" dur="1.8s"
|
13
|
+
values="1; 0"
|
14
|
+
calcMode="spline"
|
15
|
+
keyTimes="0; 1"
|
16
|
+
keySplines="0.3, 0.61, 0.355, 1"
|
17
|
+
repeatCount="indefinite" />
|
18
|
+
</circle>
|
19
|
+
<circle cx="22" cy="22" r="1">
|
20
|
+
<animate attributeName="r"
|
21
|
+
begin="-0.9s" dur="1.8s"
|
22
|
+
values="1; 20"
|
23
|
+
calcMode="spline"
|
24
|
+
keyTimes="0; 1"
|
25
|
+
keySplines="0.165, 0.84, 0.44, 1"
|
26
|
+
repeatCount="indefinite" />
|
27
|
+
<animate attributeName="stroke-opacity"
|
28
|
+
begin="-0.9s" dur="1.8s"
|
29
|
+
values="1; 0"
|
30
|
+
calcMode="spline"
|
31
|
+
keyTimes="0; 1"
|
32
|
+
keySplines="0.3, 0.61, 0.355, 1"
|
33
|
+
repeatCount="indefinite" />
|
34
|
+
</circle>
|
35
|
+
</g>
|
36
|
+
</svg>
|
@@ -0,0 +1,41 @@
|
|
1
|
+
<svg width="45" height="45" viewBox="0 0 45 45" xmlns="http://www.w3.org/2000/svg" stroke="#fff">
|
2
|
+
<g fill="none" fill-rule="evenodd" transform="translate(1 1)" stroke-width="2">
|
3
|
+
<circle cx="22" cy="22" r="6" stroke-opacity="0">
|
4
|
+
<animate attributeName="r"
|
5
|
+
begin="1.5s" dur="3s"
|
6
|
+
values="6;22"
|
7
|
+
calcMode="linear"
|
8
|
+
repeatCount="indefinite" />
|
9
|
+
<animate attributeName="stroke-opacity"
|
10
|
+
begin="1.5s" dur="3s"
|
11
|
+
values="1;0" calcMode="linear"
|
12
|
+
repeatCount="indefinite" />
|
13
|
+
<animate attributeName="stroke-width"
|
14
|
+
begin="1.5s" dur="3s"
|
15
|
+
values="2;0" calcMode="linear"
|
16
|
+
repeatCount="indefinite" />
|
17
|
+
</circle>
|
18
|
+
<circle cx="22" cy="22" r="6" stroke-opacity="0">
|
19
|
+
<animate attributeName="r"
|
20
|
+
begin="3s" dur="3s"
|
21
|
+
values="6;22"
|
22
|
+
calcMode="linear"
|
23
|
+
repeatCount="indefinite" />
|
24
|
+
<animate attributeName="stroke-opacity"
|
25
|
+
begin="3s" dur="3s"
|
26
|
+
values="1;0" calcMode="linear"
|
27
|
+
repeatCount="indefinite" />
|
28
|
+
<animate attributeName="stroke-width"
|
29
|
+
begin="3s" dur="3s"
|
30
|
+
values="2;0" calcMode="linear"
|
31
|
+
repeatCount="indefinite" />
|
32
|
+
</circle>
|
33
|
+
<circle cx="22" cy="22" r="8">
|
34
|
+
<animate attributeName="r"
|
35
|
+
begin="0s" dur="1.5s"
|
36
|
+
values="6;1;2;3;4;5;6"
|
37
|
+
calcMode="linear"
|
38
|
+
repeatCount="indefinite" />
|
39
|
+
</circle>
|
40
|
+
</g>
|
41
|
+
</svg>
|
@@ -0,0 +1,54 @@
|
|
1
|
+
<svg width="58" height="58" viewBox="0 0 58 58" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g fill="none" fill-rule="evenodd">
|
3
|
+
<g transform="translate(2 1)" stroke="#FFF" stroke-width="1.5">
|
4
|
+
<circle cx="42.601" cy="11.462" r="5" fill-opacity="1" fill="#fff">
|
5
|
+
<animate attributeName="fill-opacity"
|
6
|
+
begin="0s" dur="1.3s"
|
7
|
+
values="1;0;0;0;0;0;0;0" calcMode="linear"
|
8
|
+
repeatCount="indefinite" />
|
9
|
+
</circle>
|
10
|
+
<circle cx="49.063" cy="27.063" r="5" fill-opacity="0" fill="#fff">
|
11
|
+
<animate attributeName="fill-opacity"
|
12
|
+
begin="0s" dur="1.3s"
|
13
|
+
values="0;1;0;0;0;0;0;0" calcMode="linear"
|
14
|
+
repeatCount="indefinite" />
|
15
|
+
</circle>
|
16
|
+
<circle cx="42.601" cy="42.663" r="5" fill-opacity="0" fill="#fff">
|
17
|
+
<animate attributeName="fill-opacity"
|
18
|
+
begin="0s" dur="1.3s"
|
19
|
+
values="0;0;1;0;0;0;0;0" calcMode="linear"
|
20
|
+
repeatCount="indefinite" />
|
21
|
+
</circle>
|
22
|
+
<circle cx="27" cy="49.125" r="5" fill-opacity="0" fill="#fff">
|
23
|
+
<animate attributeName="fill-opacity"
|
24
|
+
begin="0s" dur="1.3s"
|
25
|
+
values="0;0;0;1;0;0;0;0" calcMode="linear"
|
26
|
+
repeatCount="indefinite" />
|
27
|
+
</circle>
|
28
|
+
<circle cx="11.399" cy="42.663" r="5" fill-opacity="0" fill="#fff">
|
29
|
+
<animate attributeName="fill-opacity"
|
30
|
+
begin="0s" dur="1.3s"
|
31
|
+
values="0;0;0;0;1;0;0;0" calcMode="linear"
|
32
|
+
repeatCount="indefinite" />
|
33
|
+
</circle>
|
34
|
+
<circle cx="4.938" cy="27.063" r="5" fill-opacity="0" fill="#fff">
|
35
|
+
<animate attributeName="fill-opacity"
|
36
|
+
begin="0s" dur="1.3s"
|
37
|
+
values="0;0;0;0;0;1;0;0" calcMode="linear"
|
38
|
+
repeatCount="indefinite" />
|
39
|
+
</circle>
|
40
|
+
<circle cx="11.399" cy="11.462" r="5" fill-opacity="0" fill="#fff">
|
41
|
+
<animate attributeName="fill-opacity"
|
42
|
+
begin="0s" dur="1.3s"
|
43
|
+
values="0;0;0;0;0;0;1;0" calcMode="linear"
|
44
|
+
repeatCount="indefinite" />
|
45
|
+
</circle>
|
46
|
+
<circle cx="27" cy="5" r="5" fill-opacity="0" fill="#fff">
|
47
|
+
<animate attributeName="fill-opacity"
|
48
|
+
begin="0s" dur="1.3s"
|
49
|
+
values="0;0;0;0;0;0;0;1" calcMode="linear"
|
50
|
+
repeatCount="indefinite" />
|
51
|
+
</circle>
|
52
|
+
</g>
|
53
|
+
</g>
|
54
|
+
</svg>
|
@@ -0,0 +1,32 @@
|
|
1
|
+
<svg width="120" height="30" viewBox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="#fff">
|
2
|
+
<circle cx="15" cy="15" r="15">
|
3
|
+
<animate attributeName="r" from="15" to="15"
|
4
|
+
begin="0s" dur="0.8s"
|
5
|
+
values="15;9;15" calcMode="linear"
|
6
|
+
repeatCount="indefinite" />
|
7
|
+
<animate attributeName="fill-opacity" from="1" to="1"
|
8
|
+
begin="0s" dur="0.8s"
|
9
|
+
values="1;.5;1" calcMode="linear"
|
10
|
+
repeatCount="indefinite" />
|
11
|
+
</circle>
|
12
|
+
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
|
13
|
+
<animate attributeName="r" from="9" to="9"
|
14
|
+
begin="0s" dur="0.8s"
|
15
|
+
values="9;15;9" calcMode="linear"
|
16
|
+
repeatCount="indefinite" />
|
17
|
+
<animate attributeName="fill-opacity" from="0.5" to="0.5"
|
18
|
+
begin="0s" dur="0.8s"
|
19
|
+
values=".5;1;.5" calcMode="linear"
|
20
|
+
repeatCount="indefinite" />
|
21
|
+
</circle>
|
22
|
+
<circle cx="105" cy="15" r="15">
|
23
|
+
<animate attributeName="r" from="15" to="15"
|
24
|
+
begin="0s" dur="0.8s"
|
25
|
+
values="15;9;15" calcMode="linear"
|
26
|
+
repeatCount="indefinite" />
|
27
|
+
<animate attributeName="fill-opacity" from="1" to="1"
|
28
|
+
begin="0s" dur="0.8s"
|
29
|
+
values="1;.5;1" calcMode="linear"
|
30
|
+
repeatCount="indefinite" />
|
31
|
+
</circle>
|
32
|
+
</svg>
|