@yoozsoft/yoozsoft-ng 3.1.4 → 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.
Files changed (154) hide show
  1. package/README.md +11 -4
  2. package/assets/js/UTIF.js-master/LICENSE +21 -0
  3. package/assets/js/UTIF.js-master/README.md +72 -0
  4. package/assets/js/UTIF.js-master/UTIF.js +1763 -0
  5. package/assets/js/UTIF.js-master/package-lock.json +13 -0
  6. package/assets/styles/ys-layout.scss +21 -47
  7. package/assets/styles/ys-preloader-9.scss +254 -0
  8. package/assets/styles/ys-preloader.scss +12 -12
  9. package/datepicker/src/models/date-time-format.d.ts +0 -1
  10. package/datepicker/src/ys-datepicker/ys-datepicker.component.d.ts +7 -1
  11. package/directives/src/password-match/ys-password-match.directive.d.ts +1 -1
  12. package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs +172 -162
  13. package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs.map +1 -1
  14. package/fesm2022/yoozsoft-yoozsoft-ng-directives.mjs +6 -10
  15. package/fesm2022/yoozsoft-yoozsoft-ng-directives.mjs.map +1 -1
  16. package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs +145 -0
  17. package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs.map +1 -0
  18. package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs +8 -15
  19. package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs.map +1 -1
  20. package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs +16 -9
  21. package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs.map +1 -1
  22. package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs +36 -31
  23. package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs.map +1 -1
  24. package/fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs +6 -8
  25. package/fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs.map +1 -1
  26. package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs +90 -62
  27. package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs.map +1 -1
  28. package/fesm2022/yoozsoft-yoozsoft-ng-progress.mjs +17 -17
  29. package/fesm2022/yoozsoft-yoozsoft-ng-progress.mjs.map +1 -1
  30. package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs +64 -23
  31. package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs.map +1 -1
  32. package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs +50 -57
  33. package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs.map +1 -1
  34. package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs +150 -0
  35. package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs.map +1 -0
  36. package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs +106 -0
  37. package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs.map +1 -0
  38. package/{toasts → file-upload}/index.d.ts +1 -1
  39. package/file-upload/public-api.d.ts +1 -0
  40. package/file-upload/src/ys-file-upload/ys-file-upload.component.d.ts +51 -0
  41. package/loading/src/ys-loading-mask/ys-loading-mask.component.d.ts +5 -2
  42. package/navbar/src/models/navbar-brand.d.ts +2 -0
  43. package/navbar/src/models/navbar-item.d.ts +1 -0
  44. package/navbar/src/ys-navbar/ys-navbar.component.d.ts +13 -12
  45. package/overlay/src/ys-overlay/ys-overlay.component.d.ts +1 -1
  46. package/package.json +23 -43
  47. package/password-strength/public-api.d.ts +1 -0
  48. package/password-strength/src/directives/index.d.ts +1 -0
  49. package/password-strength/src/directives/ys-password-strength.directive.d.ts +18 -0
  50. package/password-strength/src/models/strength-validation-feedback.d.ts +2 -0
  51. package/password-strength/src/ys-password-strength/ys-password-strength.component.d.ts +4 -5
  52. package/select/src/ys-select/ys-select.component.d.ts +14 -4
  53. package/sidebar/src/models/index.d.ts +0 -1
  54. package/sidebar/src/models/sidebar-item-active.d.ts +1 -0
  55. package/sidebar/src/models/sidebar-item.d.ts +1 -1
  56. package/sidebar/src/services/sidebar.service.d.ts +7 -10
  57. package/sidebar/src/ys-sidebar/ys-sidebar.component.d.ts +13 -15
  58. package/tiff-viewer/index.d.ts +5 -0
  59. package/tiff-viewer/public-api.d.ts +1 -0
  60. package/tiff-viewer/src/ys-tiff-viewer/ys-tiff-viewer.component.d.ts +48 -0
  61. package/{layout → toast}/index.d.ts +1 -1
  62. package/toast/public-api.d.ts +3 -0
  63. package/{toasts/src/ys-toasts/ys-toasts.component.d.ts → toast/src/ys-toast/ys-toast.component.d.ts} +4 -4
  64. package/assets/images/user.jpg +0 -0
  65. package/assets/styles/ys-layout-pin.scss +0 -153
  66. package/esm2022/datepicker/public-api.mjs +0 -12
  67. package/esm2022/datepicker/src/models/date-range.mjs +0 -2
  68. package/esm2022/datepicker/src/models/date-time-format.mjs +0 -4
  69. package/esm2022/datepicker/src/models/index.mjs +0 -4
  70. package/esm2022/datepicker/src/models/jalali-date.mjs +0 -74
  71. package/esm2022/datepicker/src/services/index.mjs +0 -3
  72. package/esm2022/datepicker/src/services/ys-date-parser-formatter.service.mjs +0 -32
  73. package/esm2022/datepicker/src/services/ys-datepicker-i18n.service.mjs +0 -66
  74. package/esm2022/datepicker/src/ys-datepicker/ys-datepicker.component.mjs +0 -108
  75. package/esm2022/datepicker/src/ys-datepicker-persian/ys-datepicker-persian.component.mjs +0 -127
  76. package/esm2022/datepicker/src/ys-datepicker-popup/ys-datepicker-popup.component.mjs +0 -130
  77. package/esm2022/datepicker/src/ys-datepicker-popup-persian/ys-datepicker-popup-persian.component.mjs +0 -136
  78. package/esm2022/datepicker/src/ys-datepicker-range-popup/ys-datepicker-range-popup.component.mjs +0 -157
  79. package/esm2022/datepicker/src/ys-datepicker-range-popup-persian/ys-datepicker-range-popup-persian.component.mjs +0 -167
  80. package/esm2022/datepicker/yoozsoft-yoozsoft-ng-datepicker.mjs +0 -5
  81. package/esm2022/directives/public-api.mjs +0 -6
  82. package/esm2022/directives/src/password-match/ys-password-match.directive.mjs +0 -49
  83. package/esm2022/directives/yoozsoft-yoozsoft-ng-directives.mjs +0 -5
  84. package/esm2022/footer/public-api.mjs +0 -6
  85. package/esm2022/footer/src/models/footer-brand.mjs +0 -2
  86. package/esm2022/footer/src/models/index.mjs +0 -3
  87. package/esm2022/footer/src/models/social-network.mjs +0 -2
  88. package/esm2022/footer/src/ys-footer/ys-footer.component.mjs +0 -32
  89. package/esm2022/footer/yoozsoft-yoozsoft-ng-footer.mjs +0 -5
  90. package/esm2022/layout/public-api.mjs +0 -5
  91. package/esm2022/layout/src/ys-layout/ys-layout.component.mjs +0 -72
  92. package/esm2022/layout/yoozsoft-yoozsoft-ng-layout.mjs +0 -5
  93. package/esm2022/loading/public-api.mjs +0 -5
  94. package/esm2022/loading/src/ys-loading-mask/ys-loading-mask.component.mjs +0 -20
  95. package/esm2022/loading/yoozsoft-yoozsoft-ng-loading.mjs +0 -5
  96. package/esm2022/navbar/public-api.mjs +0 -6
  97. package/esm2022/navbar/src/models/index.mjs +0 -3
  98. package/esm2022/navbar/src/models/navbar-brand.mjs +0 -2
  99. package/esm2022/navbar/src/models/navbar-item.mjs +0 -2
  100. package/esm2022/navbar/src/ys-navbar/ys-navbar.component.mjs +0 -86
  101. package/esm2022/navbar/yoozsoft-yoozsoft-ng-navbar.mjs +0 -5
  102. package/esm2022/overlay/public-api.mjs +0 -5
  103. package/esm2022/overlay/src/ys-overlay/ys-overlay.component.mjs +0 -20
  104. package/esm2022/overlay/yoozsoft-yoozsoft-ng-overlay.mjs +0 -5
  105. package/esm2022/password-strength/public-api.mjs +0 -6
  106. package/esm2022/password-strength/src/models/index.mjs +0 -5
  107. package/esm2022/password-strength/src/models/regx.mjs +0 -7
  108. package/esm2022/password-strength/src/models/strength-validation-control.mjs +0 -2
  109. package/esm2022/password-strength/src/models/strength-validation-feedback.mjs +0 -25
  110. package/esm2022/password-strength/src/models/strength-validation-option.mjs +0 -25
  111. package/esm2022/password-strength/src/ys-password-strength/ys-password-strength.component.mjs +0 -69
  112. package/esm2022/password-strength/yoozsoft-yoozsoft-ng-password-strength.mjs +0 -5
  113. package/esm2022/progress/public-api.mjs +0 -6
  114. package/esm2022/progress/src/services/index.mjs +0 -2
  115. package/esm2022/progress/src/services/progress.service.mjs +0 -18
  116. package/esm2022/progress/src/ys-progress/ys-progress.component.mjs +0 -32
  117. package/esm2022/progress/yoozsoft-yoozsoft-ng-progress.mjs +0 -5
  118. package/esm2022/public-api.mjs +0 -5
  119. package/esm2022/select/public-api.mjs +0 -5
  120. package/esm2022/select/src/ys-select/ys-select.component.mjs +0 -63
  121. package/esm2022/select/yoozsoft-yoozsoft-ng-select.mjs +0 -5
  122. package/esm2022/sidebar/public-api.mjs +0 -8
  123. package/esm2022/sidebar/src/models/index.mjs +0 -6
  124. package/esm2022/sidebar/src/models/sidebar-item-active.mjs +0 -2
  125. package/esm2022/sidebar/src/models/sidebar-item.mjs +0 -2
  126. package/esm2022/sidebar/src/models/sidebar-state.mjs +0 -2
  127. package/esm2022/sidebar/src/models/user-image.mjs +0 -2
  128. package/esm2022/sidebar/src/models/user-profile.mjs +0 -2
  129. package/esm2022/sidebar/src/services/index.mjs +0 -2
  130. package/esm2022/sidebar/src/services/sidebar.service.mjs +0 -39
  131. package/esm2022/sidebar/src/ys-sidebar/ys-sidebar.component.mjs +0 -68
  132. package/esm2022/sidebar/yoozsoft-yoozsoft-ng-sidebar.mjs +0 -5
  133. package/esm2022/toasts/public-api.mjs +0 -7
  134. package/esm2022/toasts/src/models/index.mjs +0 -3
  135. package/esm2022/toasts/src/models/toast-info.mjs +0 -2
  136. package/esm2022/toasts/src/models/toast-type.mjs +0 -8
  137. package/esm2022/toasts/src/services/index.mjs +0 -2
  138. package/esm2022/toasts/src/services/toast.service.mjs +0 -44
  139. package/esm2022/toasts/src/ys-toasts/ys-toasts.component.mjs +0 -53
  140. package/esm2022/toasts/yoozsoft-yoozsoft-ng-toasts.mjs +0 -5
  141. package/esm2022/yoozsoft-yoozsoft-ng.mjs +0 -5
  142. package/fesm2022/yoozsoft-yoozsoft-ng-layout.mjs +0 -83
  143. package/fesm2022/yoozsoft-yoozsoft-ng-layout.mjs.map +0 -1
  144. package/fesm2022/yoozsoft-yoozsoft-ng-toasts.mjs +0 -111
  145. package/fesm2022/yoozsoft-yoozsoft-ng-toasts.mjs.map +0 -1
  146. package/layout/public-api.d.ts +0 -1
  147. package/layout/src/ys-layout/ys-layout.component.d.ts +0 -24
  148. package/sidebar/src/models/sidebar-state.d.ts +0 -4
  149. package/toasts/public-api.d.ts +0 -3
  150. /package/{toasts → toast}/src/models/index.d.ts +0 -0
  151. /package/{toasts → toast}/src/models/toast-info.d.ts +0 -0
  152. /package/{toasts → toast}/src/models/toast-type.d.ts +0 -0
  153. /package/{toasts → toast}/src/services/index.d.ts +0 -0
  154. /package/{toasts → toast}/src/services/toast.service.d.ts +0 -0
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "utif",
3
+ "version": "1.3.0",
4
+ "lockfileVersion": 1,
5
+ "requires": true,
6
+ "dependencies": {
7
+ "pako": {
8
+ "version": "1.0.6",
9
+ "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
10
+ "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg=="
11
+ }
12
+ }
13
+ }
@@ -1,68 +1,42 @@
1
- .ys-page-wrapper {
1
+ .page-wrapper {
2
2
  height: 100vh;
3
3
 
4
4
  main {
5
5
  padding-top: 3.5rem;
6
6
  height: 100%;
7
- overflow: hidden;
8
- -webkit-transition: all 0.5s ease;
9
- -moz-transition: all 0.5s ease;
10
- -o-transition: all 0.5s ease;
11
- transition: all 0.5s ease;
12
7
 
13
- .sidebar {
14
- height: calc(100% - 3.5rem);
15
- top: 3.5rem;
16
- left: -260px;
17
- }
18
-
19
- .ys-page-content {
8
+ .page-content {
20
9
  overflow: auto;
21
- }
22
- }
23
-
24
- &.toggled-sidebar {
25
- main {
26
- @media (min-width: 768px) {
27
- padding-left: 260px;
28
- }
29
-
30
- .ys-overlay {
31
- display: block;
32
-
33
- @media (min-width: 768px) {
34
- display: none;
35
- }
36
- }
10
+ padding-left: 0;
37
11
  }
38
12
 
39
13
  .sidebar {
40
- left: 0px;
14
+ height: calc(100% - 3.5rem);
15
+ top: 3.5rem;
16
+ left: -300px;
41
17
  }
42
- }
43
- }
44
18
 
45
- html[dir="rtl"] {
46
- .ys-page-wrapper {
47
- main {
48
- .sidebar {
49
- left: auto !important;
50
- right: -260px;
51
- }
52
- }
19
+ &.sidebar-toggled {
20
+ @media (min-width: 992px) {
21
+ .page-content {
22
+ padding-left: 300px;
23
+ }
53
24
 
54
- &.toggled-sidebar {
55
- main {
56
- @media (min-width: 768px) {
57
- padding-left: unset !important;
58
- padding-right: 260px;
25
+ .overlay {
26
+ display: none !important;
59
27
  }
60
28
  }
61
29
 
62
30
  .sidebar {
63
- left: auto !important;
64
- right: 0px;
31
+ left: 0;
65
32
  }
66
33
  }
67
34
  }
68
35
  }
36
+
37
+ .transition-ease {
38
+ -webkit-transition: all 0.5s ease;
39
+ -moz-transition: all 0.5s ease;
40
+ -o-transition: all 0.5s ease;
41
+ transition: all 0.5s ease;
42
+ }
@@ -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
+ }
@@ -14,33 +14,33 @@
14
14
  animation-timing-function: ease-in-out;
15
15
  animation-iteration-count: infinite;
16
16
  }
17
- .preloader .box1 {
17
+ .preloader .box-1 {
18
18
  background: linear-gradient(-45deg, red, #d60c0c);
19
19
  transform-origin: bottom center;
20
20
  top: 4px;
21
21
  left: 4px;
22
- animation-name: box1;
22
+ animation-name: box-1;
23
23
  }
24
- .preloader .box2 {
24
+ .preloader .box-2 {
25
25
  background: linear-gradient(-45deg, #15c109, #29870d);
26
26
  transform-origin: center left;
27
27
  top: 4px;
28
28
  right: 4px;
29
- animation-name: box2;
29
+ animation-name: box-2;
30
30
  }
31
- .preloader .box3 {
31
+ .preloader .box-3 {
32
32
  background: linear-gradient(-45deg, #c300ff, #a808a8);
33
33
  transform-origin: top center;
34
34
  bottom: 4px;
35
35
  right: 4px;
36
- animation-name: box3;
36
+ animation-name: box-3;
37
37
  }
38
- .preloader .box4 {
38
+ .preloader .box-4 {
39
39
  background: linear-gradient(-45deg, #fc8e28, #ea7e0b);
40
40
  transform-origin: center right;
41
41
  bottom: 4px;
42
42
  left: 4px;
43
- animation-name: box4;
43
+ animation-name: box-4;
44
44
  }
45
45
  @keyframes loader-container {
46
46
  0%,
@@ -63,7 +63,7 @@
63
63
  transform: rotate(360deg);
64
64
  }
65
65
  }
66
- @keyframes box1 {
66
+ @keyframes box-1 {
67
67
  0%,
68
68
  100%,
69
69
  99% {
@@ -74,7 +74,7 @@
74
74
  transform: perspective(200px) rotateX(0);
75
75
  }
76
76
  }
77
- @keyframes box2 {
77
+ @keyframes box-2 {
78
78
  0%,
79
79
  100%,
80
80
  11%,
@@ -86,7 +86,7 @@
86
86
  transform: perspective(200px) rotateY(0);
87
87
  }
88
88
  }
89
- @keyframes box3 {
89
+ @keyframes box-3 {
90
90
  0%,
91
91
  100%,
92
92
  22%,
@@ -98,7 +98,7 @@
98
98
  transform: perspective(200px) rotateX(0);
99
99
  }
100
100
  }
101
- @keyframes box4 {
101
+ @keyframes box-4 {
102
102
  0%,
103
103
  100%,
104
104
  33%,
@@ -1,3 +1,2 @@
1
1
  export declare class DateTimeFormat {
2
- static twoDigit(s: string): string;
3
2
  }
@@ -1,12 +1,17 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { NgbCalendar, NgbDate, NgbDateStruct } from '@ng-bootstrap/ng-bootstrap';
4
+ import { I18n } from '../services';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class YsDatepickerComponent implements ControlValueAccessor {
7
+ private i18N;
6
8
  calendar: NgbCalendar;
7
9
  today: NgbDate;
8
10
  firstDayOfWeek: number;
9
11
  weekend: number[];
12
+ private _language;
13
+ get language(): string;
14
+ set language(value: string);
10
15
  isFooter: boolean;
11
16
  todayLabel: string;
12
17
  footer: TemplateRef<any> | null;
@@ -16,6 +21,7 @@ export declare class YsDatepickerComponent implements ControlValueAccessor {
16
21
  disabled: boolean;
17
22
  onChange: any;
18
23
  onTouched: any;
24
+ constructor(i18N: I18n);
19
25
  writeValue(obj: any): void;
20
26
  registerOnChange(fn: any): void;
21
27
  registerOnTouched(fn: any): void;
@@ -28,5 +34,5 @@ export declare class YsDatepickerComponent implements ControlValueAccessor {
28
34
  valueChanged(newDate: NgbDateStruct | string | null): void;
29
35
  setToday(): void;
30
36
  static ɵfac: i0.ɵɵFactoryDeclaration<YsDatepickerComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<YsDatepickerComponent, "ys-datepicker", never, { "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "weekend": { "alias": "weekend"; "required": false; }; "isFooter": { "alias": "isFooter"; "required": false; }; "todayLabel": { "alias": "todayLabel"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<YsDatepickerComponent, "ys-datepicker", never, { "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "weekend": { "alias": "weekend"; "required": false; }; "language": { "alias": "language"; "required": false; }; "isFooter": { "alias": "isFooter"; "required": false; }; "todayLabel": { "alias": "todayLabel"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
32
38
  }
@@ -4,7 +4,7 @@ export declare class YsPasswordMatchDirective implements Validator {
4
4
  matchWith: string;
5
5
  validate(control: AbstractControl<any, any>): ValidationErrors | null;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<YsPasswordMatchDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<YsPasswordMatchDirective, "[passwordMatch]", never, { "matchWith": { "alias": "passwordMatch"; "required": false; }; }, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<YsPasswordMatchDirective, "[ysPasswordMatch]", never, { "matchWith": { "alias": "passwordMatch"; "required": false; }; }, {}, never, never, true, never>;
8
8
  }
9
9
  /**
10
10
  * Validate password and repeat password matching.