@yoozsoft/yoozsoft-ng 4.0.0 → 4.0.1

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.
@@ -0,0 +1,254 @@
1
+ /******************** Preloader 9 *******************/
2
+ .loader9 {
3
+ width: 256px;
4
+ height: 256px;
5
+ margin: 100px auto 0;
6
+ position: relative;
7
+ }
8
+ .loader9:after {
9
+ content: "";
10
+ width: 64px;
11
+ height: 12px;
12
+ border-radius: 50%;
13
+ background: rgba(0, 0, 0, 0.05);
14
+ position: absolute;
15
+ top: 205px;
16
+ left: 96px;
17
+ animation: loading-93 1.25s linear infinite;
18
+ }
19
+ .loader9 .box-1,
20
+ .loader9 .box-2 {
21
+ border-radius: 2px;
22
+ position: absolute;
23
+ }
24
+ .loader9 .box-1 {
25
+ width: 64px;
26
+ height: 64px;
27
+ background: var(--bs-success);
28
+ top: 146px;
29
+ left: 96px;
30
+ z-index: 1;
31
+ animation: loading-9 1.25s linear infinite;
32
+ }
33
+ .loader9 .box-2 {
34
+ width: 32px;
35
+ height: 32px;
36
+ background: var(--bs-danger);
37
+ top: 114px;
38
+ left: 112px;
39
+ animation: loading-92 1.25s linear infinite;
40
+ }
41
+ @-webkit-keyframes loading-9 {
42
+ 0%,
43
+ 5% {
44
+ width: 128px;
45
+ height: 32px;
46
+ transform: translateX(-32px) translateY(35px) rotate(0);
47
+ }
48
+ 22% {
49
+ transform: translateX(0) translateY(0) rotate(0);
50
+ }
51
+ 25% {
52
+ width: 64px;
53
+ height: 64px;
54
+ transform: translateX(0) translateY(-10px) rotate(0);
55
+ }
56
+ 35% {
57
+ transform: translateX(0) translateY(-90px) rotate(30deg);
58
+ }
59
+ 45% {
60
+ transform: translateX(0) translateY(-130px) rotate(60deg);
61
+ }
62
+ 50% {
63
+ transform: translateX(0) translateY(-145px) rotate(75deg);
64
+ }
65
+ 55% {
66
+ transform: translateX(0) translateY(-150px) rotate(90deg);
67
+ }
68
+ 60% {
69
+ transform: translateX(0) translateY(-140px) rotate(105deg);
70
+ }
71
+ 65% {
72
+ transform: translateX(0) translateY(-130px) rotate(120deg);
73
+ }
74
+ 75% {
75
+ transform: translateX(0) translateY(-90px) rotate(150deg);
76
+ }
77
+ 85% {
78
+ width: 64px;
79
+ height: 64px;
80
+ transform: translateX(0) translateY(0) rotate(180deg);
81
+ }
82
+ 100% {
83
+ width: 128px;
84
+ height: 32px;
85
+ transform: translateX(-32px) translateY(35px) rotate(180deg);
86
+ }
87
+ }
88
+ @keyframes loading-9 {
89
+ 0%,
90
+ 5% {
91
+ width: 128px;
92
+ height: 32px;
93
+ transform: translateX(-32px) translateY(35px) rotate(0);
94
+ }
95
+ 22% {
96
+ transform: translateX(0) translateY(0) rotate(0);
97
+ }
98
+ 25% {
99
+ width: 64px;
100
+ height: 64px;
101
+ transform: translateX(0) translateY(-10px) rotate(0);
102
+ }
103
+ 35% {
104
+ transform: translateX(0) translateY(-90px) rotate(30deg);
105
+ }
106
+ 45% {
107
+ transform: translateX(0) translateY(-130px) rotate(60deg);
108
+ }
109
+ 50% {
110
+ transform: translateX(0) translateY(-145px) rotate(75deg);
111
+ }
112
+ 55% {
113
+ transform: translateX(0) translateY(-150px) rotate(90deg);
114
+ }
115
+ 60% {
116
+ transform: translateX(0) translateY(-140px) rotate(105deg);
117
+ }
118
+ 65% {
119
+ transform: translateX(0) translateY(-130px) rotate(120deg);
120
+ }
121
+ 75% {
122
+ transform: translateX(0) translateY(-90px) rotate(150deg);
123
+ }
124
+ 85% {
125
+ width: 64px;
126
+ height: 64px;
127
+ transform: translateX(0) translateY(0) rotate(180deg);
128
+ }
129
+ 100% {
130
+ width: 128px;
131
+ height: 32px;
132
+ transform: translateX(-32px) translateY(35px) rotate(180deg);
133
+ }
134
+ }
135
+ @-webkit-keyframes loading-92 {
136
+ 0%,
137
+ 5% {
138
+ width: 64px;
139
+ height: 16px;
140
+ transform: translateX(-16px) translateY(51px) rotate(0);
141
+ }
142
+ 22% {
143
+ transform: translateX(0) translateY(3px) rotate(0);
144
+ }
145
+ 25% {
146
+ width: 32px;
147
+ height: 32px;
148
+ transform: translateX(0) translateY(-15px) rotate(0);
149
+ }
150
+ 35% {
151
+ transform: translateX(0) translateY(-135px) rotate(-60deg);
152
+ }
153
+ 45% {
154
+ transform: translateX(0) translateY(-195px) rotate(-120deg);
155
+ }
156
+ 50% {
157
+ transform: translateX(0) translateY(-215px) rotate(-150deg);
158
+ }
159
+ 55% {
160
+ transform: translateX(0) translateY(-225px) rotate(-180deg);
161
+ }
162
+ 60% {
163
+ transform: translateX(0) translateY(-215px) rotate(-210deg);
164
+ }
165
+ 65% {
166
+ transform: translateX(0) translateY(-195px) rotate(-240deg);
167
+ }
168
+ 75% {
169
+ transform: translateX(0) translateY(-135px) rotate(-300deg);
170
+ }
171
+ 85% {
172
+ width: 32px;
173
+ height: 32px;
174
+ transform: translateX(0) translateY(0) rotate(-360deg);
175
+ }
176
+ 100% {
177
+ width: 64px;
178
+ height: 16px;
179
+ transform: translateX(-16px) translateY(51px) rotate(-360deg);
180
+ }
181
+ }
182
+ @keyframes loading-92 {
183
+ 0%,
184
+ 5% {
185
+ width: 64px;
186
+ height: 16px;
187
+ transform: translateX(-16px) translateY(51px) rotate(0);
188
+ }
189
+ 22% {
190
+ transform: translateX(0) translateY(3px) rotate(0);
191
+ }
192
+ 25% {
193
+ width: 32px;
194
+ height: 32px;
195
+ transform: translateX(0) translateY(-15px) rotate(0);
196
+ }
197
+ 35% {
198
+ transform: translateX(0) translateY(-135px) rotate(-60deg);
199
+ }
200
+ 45% {
201
+ transform: translateX(0) translateY(-195px) rotate(-120deg);
202
+ }
203
+ 50% {
204
+ transform: translateX(0) translateY(-215px) rotate(-150deg);
205
+ }
206
+ 55% {
207
+ transform: translateX(0) translateY(-225px) rotate(-180deg);
208
+ }
209
+ 60% {
210
+ transform: translateX(0) translateY(-215px) rotate(-210deg);
211
+ }
212
+ 65% {
213
+ transform: translateX(0) translateY(-195px) rotate(-240deg);
214
+ }
215
+ 75% {
216
+ transform: translateX(0) translateY(-135px) rotate(-300deg);
217
+ }
218
+ 85% {
219
+ width: 32px;
220
+ height: 32px;
221
+ transform: translateX(0) translateY(0) rotate(-360deg);
222
+ }
223
+ 100% {
224
+ width: 64px;
225
+ height: 16px;
226
+ transform: translateX(-16px) translateY(51px) rotate(-360deg);
227
+ }
228
+ }
229
+ @-webkit-keyframes loading-93 {
230
+ 0%,
231
+ 100% {
232
+ transform: scale(2.5, 1);
233
+ }
234
+ 30%,
235
+ 85% {
236
+ transform: scale(1.5, 1);
237
+ }
238
+ 55% {
239
+ transform: scale(0.8, 0.8);
240
+ }
241
+ }
242
+ @keyframes loading-93 {
243
+ 0%,
244
+ 100% {
245
+ transform: scale(2.5, 1);
246
+ }
247
+ 30%,
248
+ 85% {
249
+ transform: scale(1.5, 1);
250
+ }
251
+ 55% {
252
+ transform: scale(0.8, 0.8);
253
+ }
254
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoozsoft/yoozsoft-ng",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"
@@ -14,14 +14,14 @@
14
14
  "bootstrap",
15
15
  "ng-bootstrap",
16
16
  "components",
17
- "persian datepicker",
18
- "file upload",
17
+ "persian-datepicker",
18
+ "file-upload",
19
19
  "navbar",
20
20
  "password-strength",
21
21
  "progress",
22
22
  "select",
23
23
  "sidebar",
24
- "tiff viewer",
24
+ "tiff-viewer",
25
25
  "toast"
26
26
  ],
27
27
  "license": "MIT",
@@ -39,26 +39,26 @@
39
39
  "types": "./datepicker/index.d.ts",
40
40
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs"
41
41
  },
42
+ "./file-upload": {
43
+ "types": "./file-upload/index.d.ts",
44
+ "default": "./fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs"
45
+ },
42
46
  "./directives": {
43
47
  "types": "./directives/index.d.ts",
44
48
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-directives.mjs"
45
49
  },
50
+ "./loading": {
51
+ "types": "./loading/index.d.ts",
52
+ "default": "./fesm2022/yoozsoft-yoozsoft-ng-loading.mjs"
53
+ },
46
54
  "./footer": {
47
55
  "types": "./footer/index.d.ts",
48
56
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-footer.mjs"
49
57
  },
50
- "./file-upload": {
51
- "types": "./file-upload/index.d.ts",
52
- "default": "./fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs"
53
- },
54
58
  "./navbar": {
55
59
  "types": "./navbar/index.d.ts",
56
60
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs"
57
61
  },
58
- "./loading": {
59
- "types": "./loading/index.d.ts",
60
- "default": "./fesm2022/yoozsoft-yoozsoft-ng-loading.mjs"
61
- },
62
62
  "./overlay": {
63
63
  "types": "./overlay/index.d.ts",
64
64
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs"
@@ -1,7 +1,7 @@
1
1
  export interface SidebarItem {
2
2
  id?: number;
3
3
  label?: string;
4
- routerLink?: any[];
4
+ routerLink?: string | any[];
5
5
  iconClass?: string;
6
6
  badgeLabel?: string;
7
7
  badgeStyleClass?: string;