@firestitch/common 12.2.1 → 12.2.2

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 (211) hide show
  1. package/app/directives/autofocus.directive.d.ts +9 -9
  2. package/app/directives/prevent-default.directive.d.ts +6 -6
  3. package/app/directives/stop-propagation.directive.d.ts +6 -6
  4. package/app/fs-common.module.d.ts +18 -18
  5. package/app/pipes/bytes.pipe.d.ts +7 -7
  6. package/app/pipes/currency.pipe.d.ts +9 -9
  7. package/app/pipes/number.pipe.d.ts +7 -7
  8. package/app/pipes/ordinal-number.pipe.d.ts +7 -7
  9. package/app/pipes/truncate.pipe.d.ts +8 -8
  10. package/app/pipes/util.pipe.d.ts +24 -24
  11. package/app/services/array.service.d.ts +61 -61
  12. package/app/services/math.service.d.ts +9 -9
  13. package/app/services/util.service.d.ts +89 -89
  14. package/app/services/vaildate.service.d.ts +16 -16
  15. package/bundles/firestitch-common.umd.js +1717 -1700
  16. package/bundles/firestitch-common.umd.js.map +1 -1
  17. package/esm2015/app/directives/autofocus.directive.js +20 -20
  18. package/esm2015/app/directives/prevent-default.directive.js +18 -18
  19. package/esm2015/app/directives/stop-propagation.directive.js +18 -18
  20. package/esm2015/app/fs-common.module.js +92 -92
  21. package/esm2015/app/pipes/bytes.pipe.js +16 -16
  22. package/esm2015/app/pipes/currency.pipe.js +22 -22
  23. package/esm2015/app/pipes/number.pipe.js +16 -16
  24. package/esm2015/app/pipes/ordinal-number.pipe.js +16 -16
  25. package/esm2015/app/pipes/truncate.pipe.js +17 -17
  26. package/esm2015/app/pipes/util.pipe.js +59 -59
  27. package/esm2015/app/services/array.service.js +224 -224
  28. package/esm2015/app/services/math.service.js +20 -20
  29. package/esm2015/app/services/util.service.js +250 -250
  30. package/esm2015/app/services/vaildate.service.js +27 -27
  31. package/esm2015/firestitch-common.js +4 -4
  32. package/esm2015/libs/array/compare/compare.js +7 -7
  33. package/esm2015/libs/array/compare/index.js +1 -1
  34. package/esm2015/libs/array/filter/filter.js +26 -26
  35. package/esm2015/libs/array/filter/index.js +1 -1
  36. package/esm2015/libs/array/find/find.js +5 -5
  37. package/esm2015/libs/array/find/index.js +1 -1
  38. package/esm2015/libs/array/inArray/inArray.js +11 -11
  39. package/esm2015/libs/array/inArray/index.js +1 -1
  40. package/esm2015/libs/array/index/index.js +7 -7
  41. package/esm2015/libs/array/index.js +13 -13
  42. package/esm2015/libs/array/indexOf/index.js +1 -1
  43. package/esm2015/libs/array/indexOf/indexOf.js +15 -15
  44. package/esm2015/libs/array/keyExists/index.js +1 -1
  45. package/esm2015/libs/array/keyExists/keyExists.js +3 -3
  46. package/esm2015/libs/array/ksort/index.js +1 -1
  47. package/esm2015/libs/array/ksort/ksort.js +7 -7
  48. package/esm2015/libs/array/list/index.js +1 -1
  49. package/esm2015/libs/array/list/list.js +12 -12
  50. package/esm2015/libs/array/nameValue/index.js +1 -1
  51. package/esm2015/libs/array/nameValue/nameValue.js +20 -20
  52. package/esm2015/libs/array/remove/index.js +1 -1
  53. package/esm2015/libs/array/remove/remove.js +8 -8
  54. package/esm2015/libs/array/rsort/index.js +1 -1
  55. package/esm2015/libs/array/rsort/rsort.js +4 -4
  56. package/esm2015/libs/array/sort/index.js +1 -1
  57. package/esm2015/libs/array/sort/sort.js +26 -26
  58. package/esm2015/libs/format/acronym/acronym.js +21 -21
  59. package/esm2015/libs/format/acronym/index.js +1 -1
  60. package/esm2015/libs/format/bytes/bytes.js +11 -11
  61. package/esm2015/libs/format/bytes/index.js +1 -1
  62. package/esm2015/libs/format/currency/currency.js +5 -5
  63. package/esm2015/libs/format/currency/index.js +1 -1
  64. package/esm2015/libs/format/index.js +5 -5
  65. package/esm2015/libs/format/number/index.js +1 -1
  66. package/esm2015/libs/format/number/number.js +3 -3
  67. package/esm2015/libs/format/truncate/index.js +1 -1
  68. package/esm2015/libs/format/truncate/truncate.js +11 -11
  69. package/esm2015/libs/index.js +5 -5
  70. package/esm2015/libs/rxjs/delayedRetry.js +19 -19
  71. package/esm2015/libs/rxjs/keyboard-shortcut.js +18 -0
  72. package/esm2015/libs/util/boolean/boolean.js +3 -3
  73. package/esm2015/libs/util/boolean/index.js +1 -1
  74. package/esm2015/libs/util/clone/clone.js +20 -20
  75. package/esm2015/libs/util/clone/index.js +1 -1
  76. package/esm2015/libs/util/debounce/debounce.js +16 -16
  77. package/esm2015/libs/util/debounce/index.js +1 -1
  78. package/esm2015/libs/util/get-normalized-path/get-normalized-path.js +5 -5
  79. package/esm2015/libs/util/get-normalized-path/index.js +1 -1
  80. package/esm2015/libs/util/guid/guid.js +18 -18
  81. package/esm2015/libs/util/guid/index.js +1 -1
  82. package/esm2015/libs/util/index.js +19 -19
  83. package/esm2015/libs/util/isClass/index.js +1 -1
  84. package/esm2015/libs/util/isClass/isClass.js +17 -17
  85. package/esm2015/libs/util/isEmpty/index.js +1 -1
  86. package/esm2015/libs/util/isEmpty/isEmpty.js +12 -12
  87. package/esm2015/libs/util/isNumeric/index.js +1 -1
  88. package/esm2015/libs/util/isNumeric/isNumeric.js +4 -4
  89. package/esm2015/libs/util/keys/index.js +1 -1
  90. package/esm2015/libs/util/keys/keys.js +37 -37
  91. package/esm2015/libs/util/length/index.js +1 -1
  92. package/esm2015/libs/util/length/length.js +9 -9
  93. package/esm2015/libs/util/ordinal-number/ordinal-number.js +7 -7
  94. package/esm2015/libs/util/queue/index.js +2 -2
  95. package/esm2015/libs/util/queue/operation.js +14 -14
  96. package/esm2015/libs/util/queue/queue.enum.js +5 -5
  97. package/esm2015/libs/util/queue/queue.js +136 -136
  98. package/esm2015/libs/util/remove-query-params/index.js +1 -1
  99. package/esm2015/libs/util/remove-query-params/remove-query-params.js +3 -3
  100. package/esm2015/libs/util/resolve/index.js +1 -1
  101. package/esm2015/libs/util/resolve/resolve.js +9 -9
  102. package/esm2015/libs/util/round/index.js +1 -1
  103. package/esm2015/libs/util/round/round.js +4 -4
  104. package/esm2015/libs/util/stringify/index.js +1 -1
  105. package/esm2015/libs/util/stringify/stringify.js +3 -3
  106. package/esm2015/libs/util/throttle/index.js +1 -1
  107. package/esm2015/libs/util/throttle/throttle.js +12 -12
  108. package/esm2015/libs/util/uuid/index.js +1 -1
  109. package/esm2015/libs/util/uuid/uuid.js +4 -4
  110. package/esm2015/libs/util/value/index.js +1 -1
  111. package/esm2015/libs/util/value/value.js +8 -8
  112. package/esm2015/libs/validate/email/email.js +3 -3
  113. package/esm2015/libs/validate/email/index.js +1 -1
  114. package/esm2015/libs/validate/index.js +3 -3
  115. package/esm2015/libs/validate/phone/index.js +1 -1
  116. package/esm2015/libs/validate/phone/phone.js +4 -4
  117. package/esm2015/libs/validate/url/index.js +1 -1
  118. package/esm2015/libs/validate/url/url.js +11 -11
  119. package/esm2015/public_api.js +22 -21
  120. package/fesm2015/firestitch-common.js +1297 -1281
  121. package/fesm2015/firestitch-common.js.map +1 -1
  122. package/firestitch-common.d.ts +5 -5
  123. package/libs/array/compare/compare.d.ts +1 -1
  124. package/libs/array/compare/index.d.ts +1 -1
  125. package/libs/array/filter/filter.d.ts +1 -1
  126. package/libs/array/filter/index.d.ts +1 -1
  127. package/libs/array/find/find.d.ts +1 -1
  128. package/libs/array/find/index.d.ts +1 -1
  129. package/libs/array/inArray/inArray.d.ts +1 -1
  130. package/libs/array/inArray/index.d.ts +1 -1
  131. package/libs/array/index/index.d.ts +1 -1
  132. package/libs/array/index.d.ts +13 -13
  133. package/libs/array/indexOf/index.d.ts +1 -1
  134. package/libs/array/indexOf/indexOf.d.ts +1 -1
  135. package/libs/array/keyExists/index.d.ts +1 -1
  136. package/libs/array/keyExists/keyExists.d.ts +1 -1
  137. package/libs/array/ksort/index.d.ts +1 -1
  138. package/libs/array/ksort/ksort.d.ts +1 -1
  139. package/libs/array/list/index.d.ts +1 -1
  140. package/libs/array/list/list.d.ts +1 -1
  141. package/libs/array/nameValue/index.d.ts +1 -1
  142. package/libs/array/nameValue/nameValue.d.ts +1 -1
  143. package/libs/array/remove/index.d.ts +1 -1
  144. package/libs/array/remove/remove.d.ts +1 -1
  145. package/libs/array/rsort/index.d.ts +1 -1
  146. package/libs/array/rsort/rsort.d.ts +1 -1
  147. package/libs/array/sort/index.d.ts +1 -1
  148. package/libs/array/sort/sort.d.ts +1 -1
  149. package/libs/format/acronym/acronym.d.ts +1 -1
  150. package/libs/format/acronym/index.d.ts +1 -1
  151. package/libs/format/bytes/bytes.d.ts +1 -1
  152. package/libs/format/bytes/index.d.ts +1 -1
  153. package/libs/format/currency/currency.d.ts +1 -1
  154. package/libs/format/currency/index.d.ts +1 -1
  155. package/libs/format/index.d.ts +5 -5
  156. package/libs/format/number/index.d.ts +1 -1
  157. package/libs/format/number/number.d.ts +1 -1
  158. package/libs/format/truncate/index.d.ts +1 -1
  159. package/libs/format/truncate/truncate.d.ts +1 -1
  160. package/libs/index.d.ts +5 -5
  161. package/libs/rxjs/delayedRetry.d.ts +2 -2
  162. package/libs/rxjs/keyboard-shortcut.d.ts +2 -0
  163. package/libs/util/boolean/boolean.d.ts +1 -1
  164. package/libs/util/boolean/index.d.ts +1 -1
  165. package/libs/util/clone/clone.d.ts +1 -1
  166. package/libs/util/clone/index.d.ts +1 -1
  167. package/libs/util/debounce/debounce.d.ts +1 -1
  168. package/libs/util/debounce/index.d.ts +1 -1
  169. package/libs/util/get-normalized-path/get-normalized-path.d.ts +2 -2
  170. package/libs/util/get-normalized-path/index.d.ts +1 -1
  171. package/libs/util/guid/guid.d.ts +1 -1
  172. package/libs/util/guid/index.d.ts +1 -1
  173. package/libs/util/index.d.ts +19 -19
  174. package/libs/util/isClass/index.d.ts +1 -1
  175. package/libs/util/isClass/isClass.d.ts +1 -1
  176. package/libs/util/isEmpty/index.d.ts +1 -1
  177. package/libs/util/isEmpty/isEmpty.d.ts +1 -1
  178. package/libs/util/isNumeric/index.d.ts +1 -1
  179. package/libs/util/isNumeric/isNumeric.d.ts +1 -1
  180. package/libs/util/keys/index.d.ts +1 -1
  181. package/libs/util/keys/keys.d.ts +37 -37
  182. package/libs/util/length/index.d.ts +1 -1
  183. package/libs/util/length/length.d.ts +1 -1
  184. package/libs/util/ordinal-number/ordinal-number.d.ts +1 -1
  185. package/libs/util/queue/index.d.ts +2 -2
  186. package/libs/util/queue/operation.d.ts +7 -7
  187. package/libs/util/queue/queue.d.ts +32 -32
  188. package/libs/util/queue/queue.enum.d.ts +4 -4
  189. package/libs/util/remove-query-params/index.d.ts +1 -1
  190. package/libs/util/remove-query-params/remove-query-params.d.ts +1 -1
  191. package/libs/util/resolve/index.d.ts +1 -1
  192. package/libs/util/resolve/resolve.d.ts +1 -1
  193. package/libs/util/round/index.d.ts +1 -1
  194. package/libs/util/round/round.d.ts +1 -1
  195. package/libs/util/stringify/index.d.ts +1 -1
  196. package/libs/util/stringify/stringify.d.ts +1 -1
  197. package/libs/util/throttle/index.d.ts +1 -1
  198. package/libs/util/throttle/throttle.d.ts +1 -1
  199. package/libs/util/uuid/index.d.ts +1 -1
  200. package/libs/util/uuid/uuid.d.ts +1 -1
  201. package/libs/util/value/index.d.ts +1 -1
  202. package/libs/util/value/value.d.ts +1 -1
  203. package/libs/validate/email/email.d.ts +1 -1
  204. package/libs/validate/email/index.d.ts +1 -1
  205. package/libs/validate/index.d.ts +3 -3
  206. package/libs/validate/phone/index.d.ts +1 -1
  207. package/libs/validate/phone/phone.d.ts +1 -1
  208. package/libs/validate/url/index.d.ts +1 -1
  209. package/libs/validate/url/url.d.ts +7 -7
  210. package/package.json +1 -1
  211. package/public_api.d.ts +16 -15
@@ -1,21 +1,21 @@
1
- import { Directive, ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class FsAutofocusDirective {
4
- constructor(_el) {
5
- this._el = _el;
6
- }
7
- ngAfterViewInit() {
8
- setTimeout(() => {
9
- this._el.nativeElement.focus();
10
- });
11
- }
12
- }
13
- FsAutofocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsAutofocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
14
- FsAutofocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: FsAutofocusDirective, selector: "[autofocus]", ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsAutofocusDirective, decorators: [{
16
- type: Directive,
17
- args: [{
18
- selector: '[autofocus]',
19
- }]
20
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
1
+ import { Directive, ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class FsAutofocusDirective {
4
+ constructor(_el) {
5
+ this._el = _el;
6
+ }
7
+ ngAfterViewInit() {
8
+ setTimeout(() => {
9
+ this._el.nativeElement.focus();
10
+ });
11
+ }
12
+ }
13
+ FsAutofocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsAutofocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
14
+ FsAutofocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: FsAutofocusDirective, selector: "[autofocus]", ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsAutofocusDirective, decorators: [{
16
+ type: Directive,
17
+ args: [{
18
+ selector: '[autofocus]',
19
+ }]
20
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
21
21
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2ZvY3VzLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHAvZGlyZWN0aXZlcy9hdXRvZm9jdXMuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBaUIsU0FBUyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFLckUsTUFBTSxPQUFPLG9CQUFvQjtJQUUvQixZQUNVLEdBQWU7UUFBZixRQUFHLEdBQUgsR0FBRyxDQUFZO0lBQ3RCLENBQUM7SUFFRyxlQUFlO1FBQ3BCLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNqQyxDQUFDLENBQUMsQ0FBQTtJQUNKLENBQUM7O2tIQVZVLG9CQUFvQjtzR0FBcEIsb0JBQW9COzRGQUFwQixvQkFBb0I7a0JBSGhDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGFBQWE7aUJBQ3hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgRGlyZWN0aXZlLCBFbGVtZW50UmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1thdXRvZm9jdXNdJyxcbn0pXG5leHBvcnQgY2xhc3MgRnNBdXRvZm9jdXNEaXJlY3RpdmUgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIF9lbDogRWxlbWVudFJlZixcbiAgKSB7fVxuXG4gIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICB0aGlzLl9lbC5uYXRpdmVFbGVtZW50LmZvY3VzKCk7XG4gICAgfSlcbiAgfVxufVxuIl19
@@ -1,19 +1,19 @@
1
- import { Directive, HostListener } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class FsPreventDefaultDirective {
4
- preventClick(event) {
5
- event.preventDefault();
6
- }
7
- }
8
- FsPreventDefaultDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsPreventDefaultDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- FsPreventDefaultDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: FsPreventDefaultDirective, selector: "[fsPreventDefault]", host: { listeners: { "click": "preventClick($event)" } }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsPreventDefaultDirective, decorators: [{
11
- type: Directive,
12
- args: [{
13
- selector: '[fsPreventDefault]',
14
- }]
15
- }], propDecorators: { preventClick: [{
16
- type: HostListener,
17
- args: ['click', ['$event']]
18
- }] } });
1
+ import { Directive, HostListener } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class FsPreventDefaultDirective {
4
+ preventClick(event) {
5
+ event.preventDefault();
6
+ }
7
+ }
8
+ FsPreventDefaultDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsPreventDefaultDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ FsPreventDefaultDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: FsPreventDefaultDirective, selector: "[fsPreventDefault]", host: { listeners: { "click": "preventClick($event)" } }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsPreventDefaultDirective, decorators: [{
11
+ type: Directive,
12
+ args: [{
13
+ selector: '[fsPreventDefault]',
14
+ }]
15
+ }], propDecorators: { preventClick: [{
16
+ type: HostListener,
17
+ args: ['click', ['$event']]
18
+ }] } });
19
19
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJldmVudC1kZWZhdWx0LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHAvZGlyZWN0aXZlcy9wcmV2ZW50LWRlZmF1bHQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUt4RCxNQUFNLE9BQU8seUJBQXlCO0lBRTdCLFlBQVksQ0FBQyxLQUFLO1FBQ3ZCLEtBQUssQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN6QixDQUFDOzt1SEFKVSx5QkFBeUI7MkdBQXpCLHlCQUF5Qjs0RkFBekIseUJBQXlCO2tCQUhyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQkFBb0I7aUJBQy9COzhCQUdRLFlBQVk7c0JBRGxCLFlBQVk7dUJBQUMsT0FBTyxFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0TGlzdGVuZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2ZzUHJldmVudERlZmF1bHRdJyxcbn0pXG5leHBvcnQgY2xhc3MgRnNQcmV2ZW50RGVmYXVsdERpcmVjdGl2ZSB7XG4gIEBIb3N0TGlzdGVuZXIoJ2NsaWNrJywgWyckZXZlbnQnXSlcbiAgcHVibGljIHByZXZlbnRDbGljayhldmVudCkge1xuICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XG4gIH1cbn1cbiJdfQ==
@@ -1,19 +1,19 @@
1
- import { Directive, HostListener } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class FsStopPropagationDirective {
4
- preventClick(event) {
5
- event.stopPropagation();
6
- }
7
- }
8
- FsStopPropagationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsStopPropagationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- FsStopPropagationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: FsStopPropagationDirective, selector: "[fsStopPropagation]", host: { listeners: { "click": "preventClick($event)" } }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsStopPropagationDirective, decorators: [{
11
- type: Directive,
12
- args: [{
13
- selector: '[fsStopPropagation]',
14
- }]
15
- }], propDecorators: { preventClick: [{
16
- type: HostListener,
17
- args: ['click', ['$event']]
18
- }] } });
1
+ import { Directive, HostListener } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class FsStopPropagationDirective {
4
+ preventClick(event) {
5
+ event.stopPropagation();
6
+ }
7
+ }
8
+ FsStopPropagationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsStopPropagationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ FsStopPropagationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: FsStopPropagationDirective, selector: "[fsStopPropagation]", host: { listeners: { "click": "preventClick($event)" } }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsStopPropagationDirective, decorators: [{
11
+ type: Directive,
12
+ args: [{
13
+ selector: '[fsStopPropagation]',
14
+ }]
15
+ }], propDecorators: { preventClick: [{
16
+ type: HostListener,
17
+ args: ['click', ['$event']]
18
+ }] } });
19
19
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvcC1wcm9wYWdhdGlvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwL2RpcmVjdGl2ZXMvc3RvcC1wcm9wYWdhdGlvbi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBS3hELE1BQU0sT0FBTywwQkFBMEI7SUFFOUIsWUFBWSxDQUFDLEtBQUs7UUFDdkIsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQzFCLENBQUM7O3dIQUpVLDBCQUEwQjs0R0FBMUIsMEJBQTBCOzRGQUExQiwwQkFBMEI7a0JBSHRDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHFCQUFxQjtpQkFDaEM7OEJBR1EsWUFBWTtzQkFEbEIsWUFBWTt1QkFBQyxPQUFPLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RMaXN0ZW5lciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbZnNTdG9wUHJvcGFnYXRpb25dJyxcbn0pXG5leHBvcnQgY2xhc3MgRnNTdG9wUHJvcGFnYXRpb25EaXJlY3RpdmUge1xuICBASG9zdExpc3RlbmVyKCdjbGljaycsIFsnJGV2ZW50J10pXG4gIHB1YmxpYyBwcmV2ZW50Q2xpY2soZXZlbnQpIHtcbiAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgfVxufVxuIl19
@@ -1,93 +1,93 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { FsArray } from './services/array.service';
4
- import { FsMath } from './services/math.service';
5
- import { FsUtil } from './services/util.service';
6
- import { FsValidate } from './services/vaildate.service';
7
- import { FsUtilGuidPipe, FsUtilStringifyPipe, FsUtilIsEmptyPipe, FsUtilIsNotEmptyPipe, } from './pipes/util.pipe';
8
- import { FsFormatNumberPipe } from './pipes/number.pipe';
9
- import { FsFormatCurrencyPipe } from './pipes/currency.pipe';
10
- import { FsFormatTruncatePipe } from './pipes/truncate.pipe';
11
- import { FsFormatBytesPipe } from './pipes/bytes.pipe';
12
- import { FsStopPropagationDirective } from './directives/stop-propagation.directive';
13
- import { FsPreventDefaultDirective } from './directives/prevent-default.directive';
14
- import { FsAutofocusDirective } from './directives/autofocus.directive';
15
- import { FsFormatOrdinalNumberPipe } from './pipes/ordinal-number.pipe';
16
- import * as i0 from "@angular/core";
17
- export class FsCommonModule {
18
- static forRoot() {
19
- return {
20
- ngModule: FsCommonModule,
21
- providers: [
22
- FsArray,
23
- FsMath,
24
- FsUtil,
25
- FsValidate
26
- ]
27
- };
28
- }
29
- }
30
- FsCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
- FsCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsCommonModule, declarations: [FsStopPropagationDirective,
32
- FsPreventDefaultDirective,
33
- FsAutofocusDirective,
34
- FsUtilGuidPipe,
35
- FsUtilIsEmptyPipe,
36
- FsUtilIsNotEmptyPipe,
37
- FsUtilStringifyPipe,
38
- FsFormatNumberPipe,
39
- FsFormatCurrencyPipe,
40
- FsFormatTruncatePipe,
41
- FsFormatBytesPipe,
42
- FsFormatOrdinalNumberPipe], imports: [CommonModule], exports: [FsStopPropagationDirective,
43
- FsPreventDefaultDirective,
44
- FsAutofocusDirective,
45
- FsUtilGuidPipe,
46
- FsUtilStringifyPipe,
47
- FsFormatNumberPipe,
48
- FsFormatCurrencyPipe,
49
- FsFormatTruncatePipe,
50
- FsUtilIsEmptyPipe,
51
- FsUtilIsNotEmptyPipe,
52
- FsFormatBytesPipe,
53
- FsFormatOrdinalNumberPipe] });
54
- FsCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsCommonModule, imports: [[
55
- CommonModule,
56
- ]] });
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsCommonModule, decorators: [{
58
- type: NgModule,
59
- args: [{
60
- imports: [
61
- CommonModule,
62
- ],
63
- exports: [
64
- FsStopPropagationDirective,
65
- FsPreventDefaultDirective,
66
- FsAutofocusDirective,
67
- FsUtilGuidPipe,
68
- FsUtilStringifyPipe,
69
- FsFormatNumberPipe,
70
- FsFormatCurrencyPipe,
71
- FsFormatTruncatePipe,
72
- FsUtilIsEmptyPipe,
73
- FsUtilIsNotEmptyPipe,
74
- FsFormatBytesPipe,
75
- FsFormatOrdinalNumberPipe,
76
- ],
77
- declarations: [
78
- FsStopPropagationDirective,
79
- FsPreventDefaultDirective,
80
- FsAutofocusDirective,
81
- FsUtilGuidPipe,
82
- FsUtilIsEmptyPipe,
83
- FsUtilIsNotEmptyPipe,
84
- FsUtilStringifyPipe,
85
- FsFormatNumberPipe,
86
- FsFormatCurrencyPipe,
87
- FsFormatTruncatePipe,
88
- FsFormatBytesPipe,
89
- FsFormatOrdinalNumberPipe,
90
- ],
91
- }]
92
- }] });
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { FsArray } from './services/array.service';
4
+ import { FsMath } from './services/math.service';
5
+ import { FsUtil } from './services/util.service';
6
+ import { FsValidate } from './services/vaildate.service';
7
+ import { FsUtilGuidPipe, FsUtilStringifyPipe, FsUtilIsEmptyPipe, FsUtilIsNotEmptyPipe, } from './pipes/util.pipe';
8
+ import { FsFormatNumberPipe } from './pipes/number.pipe';
9
+ import { FsFormatCurrencyPipe } from './pipes/currency.pipe';
10
+ import { FsFormatTruncatePipe } from './pipes/truncate.pipe';
11
+ import { FsFormatBytesPipe } from './pipes/bytes.pipe';
12
+ import { FsStopPropagationDirective } from './directives/stop-propagation.directive';
13
+ import { FsPreventDefaultDirective } from './directives/prevent-default.directive';
14
+ import { FsAutofocusDirective } from './directives/autofocus.directive';
15
+ import { FsFormatOrdinalNumberPipe } from './pipes/ordinal-number.pipe';
16
+ import * as i0 from "@angular/core";
17
+ export class FsCommonModule {
18
+ static forRoot() {
19
+ return {
20
+ ngModule: FsCommonModule,
21
+ providers: [
22
+ FsArray,
23
+ FsMath,
24
+ FsUtil,
25
+ FsValidate
26
+ ]
27
+ };
28
+ }
29
+ }
30
+ FsCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
+ FsCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsCommonModule, declarations: [FsStopPropagationDirective,
32
+ FsPreventDefaultDirective,
33
+ FsAutofocusDirective,
34
+ FsUtilGuidPipe,
35
+ FsUtilIsEmptyPipe,
36
+ FsUtilIsNotEmptyPipe,
37
+ FsUtilStringifyPipe,
38
+ FsFormatNumberPipe,
39
+ FsFormatCurrencyPipe,
40
+ FsFormatTruncatePipe,
41
+ FsFormatBytesPipe,
42
+ FsFormatOrdinalNumberPipe], imports: [CommonModule], exports: [FsStopPropagationDirective,
43
+ FsPreventDefaultDirective,
44
+ FsAutofocusDirective,
45
+ FsUtilGuidPipe,
46
+ FsUtilStringifyPipe,
47
+ FsFormatNumberPipe,
48
+ FsFormatCurrencyPipe,
49
+ FsFormatTruncatePipe,
50
+ FsUtilIsEmptyPipe,
51
+ FsUtilIsNotEmptyPipe,
52
+ FsFormatBytesPipe,
53
+ FsFormatOrdinalNumberPipe] });
54
+ FsCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsCommonModule, imports: [[
55
+ CommonModule,
56
+ ]] });
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsCommonModule, decorators: [{
58
+ type: NgModule,
59
+ args: [{
60
+ imports: [
61
+ CommonModule,
62
+ ],
63
+ exports: [
64
+ FsStopPropagationDirective,
65
+ FsPreventDefaultDirective,
66
+ FsAutofocusDirective,
67
+ FsUtilGuidPipe,
68
+ FsUtilStringifyPipe,
69
+ FsFormatNumberPipe,
70
+ FsFormatCurrencyPipe,
71
+ FsFormatTruncatePipe,
72
+ FsUtilIsEmptyPipe,
73
+ FsUtilIsNotEmptyPipe,
74
+ FsFormatBytesPipe,
75
+ FsFormatOrdinalNumberPipe,
76
+ ],
77
+ declarations: [
78
+ FsStopPropagationDirective,
79
+ FsPreventDefaultDirective,
80
+ FsAutofocusDirective,
81
+ FsUtilGuidPipe,
82
+ FsUtilIsEmptyPipe,
83
+ FsUtilIsNotEmptyPipe,
84
+ FsUtilStringifyPipe,
85
+ FsFormatNumberPipe,
86
+ FsFormatCurrencyPipe,
87
+ FsFormatTruncatePipe,
88
+ FsFormatBytesPipe,
89
+ FsFormatOrdinalNumberPipe,
90
+ ],
91
+ }]
92
+ }] });
93
93
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnMtY29tbW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9hcHAvZnMtY29tbW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUF1QixNQUFNLGVBQWUsQ0FBQztBQUM5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNqRCxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDakQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3pELE9BQU8sRUFDTCxjQUFjLEVBQ2QsbUJBQW1CLEVBQ25CLGlCQUFpQixFQUNqQixvQkFBb0IsR0FDckIsTUFBTSxtQkFBbUIsQ0FBQztBQUMzQixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUMsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUNyRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUNuRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUN4RSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7QUFvQ3hFLE1BQU0sT0FBTyxjQUFjO0lBQ3pCLE1BQU0sQ0FBQyxPQUFPO1FBQ1osT0FBTztZQUNMLFFBQVEsRUFBRSxjQUFjO1lBQ3hCLFNBQVMsRUFBRTtnQkFDVCxPQUFPO2dCQUNQLE1BQU07Z0JBQ04sTUFBTTtnQkFDTixVQUFVO2FBQ1g7U0FDRixDQUFDO0lBQ0osQ0FBQzs7NEdBWFUsY0FBYzs2R0FBZCxjQUFjLGlCQWR2QiwwQkFBMEI7UUFDMUIseUJBQXlCO1FBQ3pCLG9CQUFvQjtRQUNwQixjQUFjO1FBQ2QsaUJBQWlCO1FBQ2pCLG9CQUFvQjtRQUNwQixtQkFBbUI7UUFDbkIsa0JBQWtCO1FBQ2xCLG9CQUFvQjtRQUNwQixvQkFBb0I7UUFDcEIsaUJBQWlCO1FBQ2pCLHlCQUF5QixhQTVCekIsWUFBWSxhQUdaLDBCQUEwQjtRQUMxQix5QkFBeUI7UUFDekIsb0JBQW9CO1FBQ3BCLGNBQWM7UUFDZCxtQkFBbUI7UUFDbkIsa0JBQWtCO1FBQ2xCLG9CQUFvQjtRQUNwQixvQkFBb0I7UUFDcEIsaUJBQWlCO1FBQ2pCLG9CQUFvQjtRQUNwQixpQkFBaUI7UUFDakIseUJBQXlCOzZHQWlCaEIsY0FBYyxZQWhDaEI7WUFDUCxZQUFZO1NBQ2I7NEZBOEJVLGNBQWM7a0JBakMxQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCwwQkFBMEI7d0JBQzFCLHlCQUF5Qjt3QkFDekIsb0JBQW9CO3dCQUNwQixjQUFjO3dCQUNkLG1CQUFtQjt3QkFDbkIsa0JBQWtCO3dCQUNsQixvQkFBb0I7d0JBQ3BCLG9CQUFvQjt3QkFDcEIsaUJBQWlCO3dCQUNqQixvQkFBb0I7d0JBQ3BCLGlCQUFpQjt3QkFDakIseUJBQXlCO3FCQUMxQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osMEJBQTBCO3dCQUMxQix5QkFBeUI7d0JBQ3pCLG9CQUFvQjt3QkFDcEIsY0FBYzt3QkFDZCxpQkFBaUI7d0JBQ2pCLG9CQUFvQjt3QkFDcEIsbUJBQW1CO3dCQUNuQixrQkFBa0I7d0JBQ2xCLG9CQUFvQjt3QkFDcEIsb0JBQW9CO3dCQUNwQixpQkFBaUI7d0JBQ2pCLHlCQUF5QjtxQkFDMUI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgTW9kdWxlV2l0aFByb3ZpZGVycyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuaW1wb3J0IHsgRnNBcnJheSB9IGZyb20gJy4vc2VydmljZXMvYXJyYXkuc2VydmljZSc7XG5pbXBvcnQgeyBGc01hdGggfSBmcm9tICcuL3NlcnZpY2VzL21hdGguc2VydmljZSc7XG5pbXBvcnQgeyBGc1V0aWwgfSBmcm9tICcuL3NlcnZpY2VzL3V0aWwuc2VydmljZSc7XG5pbXBvcnQgeyBGc1ZhbGlkYXRlIH0gZnJvbSAnLi9zZXJ2aWNlcy92YWlsZGF0ZS5zZXJ2aWNlJztcbmltcG9ydCB7XG4gIEZzVXRpbEd1aWRQaXBlLFxuICBGc1V0aWxTdHJpbmdpZnlQaXBlLFxuICBGc1V0aWxJc0VtcHR5UGlwZSxcbiAgRnNVdGlsSXNOb3RFbXB0eVBpcGUsXG59IGZyb20gJy4vcGlwZXMvdXRpbC5waXBlJztcbmltcG9ydCB7IEZzRm9ybWF0TnVtYmVyUGlwZSB9IGZyb20gJy4vcGlwZXMvbnVtYmVyLnBpcGUnO1xuaW1wb3J0IHsgRnNGb3JtYXRDdXJyZW5jeVBpcGUgfSBmcm9tICcuL3BpcGVzL2N1cnJlbmN5LnBpcGUnO1xuaW1wb3J0IHsgRnNGb3JtYXRUcnVuY2F0ZVBpcGV9IGZyb20gJy4vcGlwZXMvdHJ1bmNhdGUucGlwZSc7XG5pbXBvcnQgeyBGc0Zvcm1hdEJ5dGVzUGlwZSB9IGZyb20gJy4vcGlwZXMvYnl0ZXMucGlwZSc7XG5pbXBvcnQgeyBGc1N0b3BQcm9wYWdhdGlvbkRpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy9zdG9wLXByb3BhZ2F0aW9uLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBGc1ByZXZlbnREZWZhdWx0RGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmVzL3ByZXZlbnQtZGVmYXVsdC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRnNBdXRvZm9jdXNEaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMvYXV0b2ZvY3VzLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBGc0Zvcm1hdE9yZGluYWxOdW1iZXJQaXBlIH0gZnJvbSAnLi9waXBlcy9vcmRpbmFsLW51bWJlci5waXBlJztcblxuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRnNTdG9wUHJvcGFnYXRpb25EaXJlY3RpdmUsXG4gICAgRnNQcmV2ZW50RGVmYXVsdERpcmVjdGl2ZSxcbiAgICBGc0F1dG9mb2N1c0RpcmVjdGl2ZSxcbiAgICBGc1V0aWxHdWlkUGlwZSxcbiAgICBGc1V0aWxTdHJpbmdpZnlQaXBlLFxuICAgIEZzRm9ybWF0TnVtYmVyUGlwZSxcbiAgICBGc0Zvcm1hdEN1cnJlbmN5UGlwZSxcbiAgICBGc0Zvcm1hdFRydW5jYXRlUGlwZSxcbiAgICBGc1V0aWxJc0VtcHR5UGlwZSxcbiAgICBGc1V0aWxJc05vdEVtcHR5UGlwZSxcbiAgICBGc0Zvcm1hdEJ5dGVzUGlwZSxcbiAgICBGc0Zvcm1hdE9yZGluYWxOdW1iZXJQaXBlLFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBGc1N0b3BQcm9wYWdhdGlvbkRpcmVjdGl2ZSxcbiAgICBGc1ByZXZlbnREZWZhdWx0RGlyZWN0aXZlLFxuICAgIEZzQXV0b2ZvY3VzRGlyZWN0aXZlLFxuICAgIEZzVXRpbEd1aWRQaXBlLFxuICAgIEZzVXRpbElzRW1wdHlQaXBlLFxuICAgIEZzVXRpbElzTm90RW1wdHlQaXBlLFxuICAgIEZzVXRpbFN0cmluZ2lmeVBpcGUsXG4gICAgRnNGb3JtYXROdW1iZXJQaXBlLFxuICAgIEZzRm9ybWF0Q3VycmVuY3lQaXBlLFxuICAgIEZzRm9ybWF0VHJ1bmNhdGVQaXBlLFxuICAgIEZzRm9ybWF0Qnl0ZXNQaXBlLFxuICAgIEZzRm9ybWF0T3JkaW5hbE51bWJlclBpcGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEZzQ29tbW9uTW9kdWxlIHtcbiAgc3RhdGljIGZvclJvb3QoKTogTW9kdWxlV2l0aFByb3ZpZGVyczxGc0NvbW1vbk1vZHVsZT4ge1xuICAgIHJldHVybiB7XG4gICAgICBuZ01vZHVsZTogRnNDb21tb25Nb2R1bGUsXG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgRnNBcnJheSxcbiAgICAgICAgRnNNYXRoLFxuICAgICAgICBGc1V0aWwsXG4gICAgICAgIEZzVmFsaWRhdGVcbiAgICAgIF1cbiAgICB9O1xuICB9XG59XG4iXX0=
@@ -1,17 +1,17 @@
1
- import { Pipe } from '@angular/core';
2
- import { bytes } from '../../libs/format/bytes/bytes';
3
- import * as i0 from "@angular/core";
4
- export class FsFormatBytesPipe {
5
- transform(value) {
6
- return bytes(value);
7
- }
8
- }
9
- FsFormatBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
- FsFormatBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatBytesPipe, name: "fsFormatBytes" });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatBytesPipe, decorators: [{
12
- type: Pipe,
13
- args: [{
14
- name: 'fsFormatBytes',
15
- }]
16
- }] });
1
+ import { Pipe } from '@angular/core';
2
+ import { bytes } from '../../libs/format/bytes/bytes';
3
+ import * as i0 from "@angular/core";
4
+ export class FsFormatBytesPipe {
5
+ transform(value) {
6
+ return bytes(value);
7
+ }
8
+ }
9
+ FsFormatBytesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatBytesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
+ FsFormatBytesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatBytesPipe, name: "fsFormatBytes" });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatBytesPipe, decorators: [{
12
+ type: Pipe,
13
+ args: [{
14
+ name: 'fsFormatBytes',
15
+ }]
16
+ }] });
17
17
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnl0ZXMucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHAvcGlwZXMvYnl0ZXMucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUNwRCxPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sK0JBQStCLENBQUM7O0FBS3RELE1BQU0sT0FBTyxpQkFBaUI7SUFFNUIsU0FBUyxDQUFDLEtBQWE7UUFDckIsT0FBTyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdEIsQ0FBQzs7K0dBSlUsaUJBQWlCOzZHQUFqQixpQkFBaUI7NEZBQWpCLGlCQUFpQjtrQkFIN0IsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsZUFBZTtpQkFDdEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBieXRlcyB9IGZyb20gJy4uLy4uL2xpYnMvZm9ybWF0L2J5dGVzL2J5dGVzJztcblxuQFBpcGUoe1xuICBuYW1lOiAnZnNGb3JtYXRCeXRlcycsXG59KVxuZXhwb3J0IGNsYXNzIEZzRm9ybWF0Qnl0ZXNQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgdHJhbnNmb3JtKHZhbHVlOiBudW1iZXIpOiBzdHJpbmcge1xuICAgIHJldHVybiBieXRlcyh2YWx1ZSk7XG4gIH1cbn1cbiJdfQ==
@@ -1,23 +1,23 @@
1
- import { Pipe, LOCALE_ID, Inject } from '@angular/core';
2
- import { currency } from '../../libs/format/currency/currency';
3
- import * as i0 from "@angular/core";
4
- export class FsFormatCurrencyPipe {
5
- constructor(locale) {
6
- this.locale = locale;
7
- }
8
- transform(amount, precision, currencyCode) {
9
- return currency(amount, precision, currencyCode);
10
- }
11
- }
12
- FsFormatCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatCurrencyPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
13
- FsFormatCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatCurrencyPipe, name: "fsFormatCurrency" });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatCurrencyPipe, decorators: [{
15
- type: Pipe,
16
- args: [{
17
- name: 'fsFormatCurrency'
18
- }]
19
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
20
- type: Inject,
21
- args: [LOCALE_ID]
22
- }] }]; } });
1
+ import { Pipe, LOCALE_ID, Inject } from '@angular/core';
2
+ import { currency } from '../../libs/format/currency/currency';
3
+ import * as i0 from "@angular/core";
4
+ export class FsFormatCurrencyPipe {
5
+ constructor(locale) {
6
+ this.locale = locale;
7
+ }
8
+ transform(amount, precision, currencyCode) {
9
+ return currency(amount, precision, currencyCode);
10
+ }
11
+ }
12
+ FsFormatCurrencyPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatCurrencyPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe });
13
+ FsFormatCurrencyPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatCurrencyPipe, name: "fsFormatCurrency" });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatCurrencyPipe, decorators: [{
15
+ type: Pipe,
16
+ args: [{
17
+ name: 'fsFormatCurrency'
18
+ }]
19
+ }], ctorParameters: function () { return [{ type: undefined, decorators: [{
20
+ type: Inject,
21
+ args: [LOCALE_ID]
22
+ }] }]; } });
23
23
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VycmVuY3kucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHAvcGlwZXMvY3VycmVuY3kucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixTQUFTLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQzs7QUFNL0QsTUFBTSxPQUFPLG9CQUFvQjtJQUUvQixZQUFzQyxNQUFjO1FBQWQsV0FBTSxHQUFOLE1BQU0sQ0FBUTtJQUFLLENBQUM7SUFFMUQsU0FBUyxDQUFDLE1BQU0sRUFBRSxTQUFVLEVBQUUsWUFBYTtRQUN6QyxPQUFPLFFBQVEsQ0FBQyxNQUFNLEVBQUUsU0FBUyxFQUFFLFlBQVksQ0FBQyxDQUFDO0lBQ25ELENBQUM7O2tIQU5VLG9CQUFvQixrQkFFWCxTQUFTO2dIQUZsQixvQkFBb0I7NEZBQXBCLG9CQUFvQjtrQkFIaEMsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsa0JBQWtCO2lCQUN6Qjs7MEJBR2MsTUFBTTsyQkFBQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSwgTE9DQUxFX0lELCBJbmplY3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGN1cnJlbmN5IH0gZnJvbSAnLi4vLi4vbGlicy9mb3JtYXQvY3VycmVuY3kvY3VycmVuY3knO1xuXG5cbkBQaXBlKHtcbiAgbmFtZTogJ2ZzRm9ybWF0Q3VycmVuY3knXG59KVxuZXhwb3J0IGNsYXNzIEZzRm9ybWF0Q3VycmVuY3lQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgY29uc3RydWN0b3IoQEluamVjdChMT0NBTEVfSUQpIHB1YmxpYyBsb2NhbGU6IHN0cmluZykgeyAgfVxuXG4gIHRyYW5zZm9ybShhbW91bnQsIHByZWNpc2lvbj8sIGN1cnJlbmN5Q29kZT8pOiBzdHJpbmcge1xuICAgIHJldHVybiBjdXJyZW5jeShhbW91bnQsIHByZWNpc2lvbiwgY3VycmVuY3lDb2RlKTtcbiAgfVxuXG59XG4iXX0=
@@ -1,17 +1,17 @@
1
- import { Pipe } from '@angular/core';
2
- import { number } from '../../libs/format/number/number';
3
- import * as i0 from "@angular/core";
4
- export class FsFormatNumberPipe {
5
- transform(value, decimals) {
6
- return number(value, decimals);
7
- }
8
- }
9
- FsFormatNumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
- FsFormatNumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatNumberPipe, name: "fsFormatNumber" });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatNumberPipe, decorators: [{
12
- type: Pipe,
13
- args: [{
14
- name: 'fsFormatNumber'
15
- }]
16
- }] });
1
+ import { Pipe } from '@angular/core';
2
+ import { number } from '../../libs/format/number/number';
3
+ import * as i0 from "@angular/core";
4
+ export class FsFormatNumberPipe {
5
+ transform(value, decimals) {
6
+ return number(value, decimals);
7
+ }
8
+ }
9
+ FsFormatNumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
+ FsFormatNumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatNumberPipe, name: "fsFormatNumber" });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatNumberPipe, decorators: [{
12
+ type: Pipe,
13
+ args: [{
14
+ name: 'fsFormatNumber'
15
+ }]
16
+ }] });
17
17
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtYmVyLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwL3BpcGVzL251bWJlci5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3BELE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQzs7QUFLekQsTUFBTSxPQUFPLGtCQUFrQjtJQUU3QixTQUFTLENBQUMsS0FBSyxFQUFFLFFBQVM7UUFDeEIsT0FBTyxNQUFNLENBQUMsS0FBSyxFQUFFLFFBQVEsQ0FBQyxDQUFDO0lBQ2pDLENBQUM7O2dIQUpVLGtCQUFrQjs4R0FBbEIsa0JBQWtCOzRGQUFsQixrQkFBa0I7a0JBSDlCLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLGdCQUFnQjtpQkFDdkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBudW1iZXIgfSBmcm9tICcuLi8uLi9saWJzL2Zvcm1hdC9udW1iZXIvbnVtYmVyJztcblxuQFBpcGUoe1xuICBuYW1lOiAnZnNGb3JtYXROdW1iZXInXG59KVxuZXhwb3J0IGNsYXNzIEZzRm9ybWF0TnVtYmVyUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuXG4gIHRyYW5zZm9ybSh2YWx1ZSwgZGVjaW1hbHM/KTogc3RyaW5nIHtcbiAgICByZXR1cm4gbnVtYmVyKHZhbHVlLCBkZWNpbWFscyk7XG4gIH1cbn1cbiJdfQ==
@@ -1,17 +1,17 @@
1
- import { Pipe } from '@angular/core';
2
- import { ordinalNumber } from '../../libs/util/ordinal-number/ordinal-number';
3
- import * as i0 from "@angular/core";
4
- export class FsFormatOrdinalNumberPipe {
5
- transform(value) {
6
- return ordinalNumber(value);
7
- }
8
- }
9
- FsFormatOrdinalNumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatOrdinalNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
- FsFormatOrdinalNumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatOrdinalNumberPipe, name: "fsFormatOrdinalNumber" });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatOrdinalNumberPipe, decorators: [{
12
- type: Pipe,
13
- args: [{
14
- name: 'fsFormatOrdinalNumber',
15
- }]
16
- }] });
1
+ import { Pipe } from '@angular/core';
2
+ import { ordinalNumber } from '../../libs/util/ordinal-number/ordinal-number';
3
+ import * as i0 from "@angular/core";
4
+ export class FsFormatOrdinalNumberPipe {
5
+ transform(value) {
6
+ return ordinalNumber(value);
7
+ }
8
+ }
9
+ FsFormatOrdinalNumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatOrdinalNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
10
+ FsFormatOrdinalNumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatOrdinalNumberPipe, name: "fsFormatOrdinalNumber" });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatOrdinalNumberPipe, decorators: [{
12
+ type: Pipe,
13
+ args: [{
14
+ name: 'fsFormatOrdinalNumber',
15
+ }]
16
+ }] });
17
17
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JkaW5hbC1udW1iZXIucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHAvcGlwZXMvb3JkaW5hbC1udW1iZXIucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLElBQUksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNwRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sK0NBQStDLENBQUM7O0FBSzlFLE1BQU0sT0FBTyx5QkFBeUI7SUFFN0IsU0FBUyxDQUFDLEtBQVU7UUFDekIsT0FBTyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDOUIsQ0FBQzs7dUhBSlUseUJBQXlCO3FIQUF6Qix5QkFBeUI7NEZBQXpCLHlCQUF5QjtrQkFIckMsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsdUJBQXVCO2lCQUM5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGVUcmFuc2Zvcm0sIFBpcGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IG9yZGluYWxOdW1iZXIgfSBmcm9tICcuLi8uLi9saWJzL3V0aWwvb3JkaW5hbC1udW1iZXIvb3JkaW5hbC1udW1iZXInO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdmc0Zvcm1hdE9yZGluYWxOdW1iZXInLFxufSlcbmV4cG9ydCBjbGFzcyBGc0Zvcm1hdE9yZGluYWxOdW1iZXJQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgcHVibGljIHRyYW5zZm9ybSh2YWx1ZTogYW55KTogc3RyaW5nIHtcbiAgICByZXR1cm4gb3JkaW5hbE51bWJlcih2YWx1ZSk7XG4gIH1cblxufVxuIl19
@@ -1,18 +1,18 @@
1
- import { Pipe } from '@angular/core';
2
- import { truncate } from '../../libs/format/truncate/truncate';
3
- import * as i0 from "@angular/core";
4
- export class FsFormatTruncatePipe {
5
- constructor() { }
6
- transform(value, limit, completeWords, ellipsis) {
7
- return truncate(value, limit, completeWords, ellipsis);
8
- }
9
- }
10
- FsFormatTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
11
- FsFormatTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatTruncatePipe, name: "fsFormatTruncate" });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatTruncatePipe, decorators: [{
13
- type: Pipe,
14
- args: [{
15
- name: 'fsFormatTruncate'
16
- }]
17
- }], ctorParameters: function () { return []; } });
1
+ import { Pipe } from '@angular/core';
2
+ import { truncate } from '../../libs/format/truncate/truncate';
3
+ import * as i0 from "@angular/core";
4
+ export class FsFormatTruncatePipe {
5
+ constructor() { }
6
+ transform(value, limit, completeWords, ellipsis) {
7
+ return truncate(value, limit, completeWords, ellipsis);
8
+ }
9
+ }
10
+ FsFormatTruncatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatTruncatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
11
+ FsFormatTruncatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatTruncatePipe, name: "fsFormatTruncate" });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FsFormatTruncatePipe, decorators: [{
13
+ type: Pipe,
14
+ args: [{
15
+ name: 'fsFormatTruncate'
16
+ }]
17
+ }], ctorParameters: function () { return []; } });
18
18
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJ1bmNhdGUucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHAvcGlwZXMvdHJ1bmNhdGUucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUNwRCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0scUNBQXFDLENBQUM7O0FBTS9ELE1BQU0sT0FBTyxvQkFBb0I7SUFFL0IsZ0JBQWlCLENBQUM7SUFFbEIsU0FBUyxDQUFDLEtBQUssRUFBRSxLQUFNLEVBQUUsYUFBYyxFQUFFLFFBQVM7UUFDaEQsT0FBTyxRQUFRLENBQUMsS0FBSyxFQUFFLEtBQUssRUFBRSxhQUFhLEVBQUUsUUFBUSxDQUFDLENBQUM7SUFDekQsQ0FBQzs7a0hBTlUsb0JBQW9CO2dIQUFwQixvQkFBb0I7NEZBQXBCLG9CQUFvQjtrQkFIaEMsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsa0JBQWtCO2lCQUN6QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHRydW5jYXRlIH0gZnJvbSAnLi4vLi4vbGlicy9mb3JtYXQvdHJ1bmNhdGUvdHJ1bmNhdGUnO1xuXG5cbkBQaXBlKHtcbiAgbmFtZTogJ2ZzRm9ybWF0VHJ1bmNhdGUnXG59KVxuZXhwb3J0IGNsYXNzIEZzRm9ybWF0VHJ1bmNhdGVQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG5cbiAgY29uc3RydWN0b3IoKSB7ICB9XG5cbiAgdHJhbnNmb3JtKHZhbHVlLCBsaW1pdD8sIGNvbXBsZXRlV29yZHM/LCBlbGxpcHNpcz8pOiBzdHJpbmcge1xuICAgIHJldHVybiB0cnVuY2F0ZSh2YWx1ZSwgbGltaXQsIGNvbXBsZXRlV29yZHMsIGVsbGlwc2lzKTtcbiAgfVxuXG59XG4iXX0=