@delon/util 13.0.0-beta.1 → 13.2.0

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 (153) hide show
  1. package/README.md +1 -1
  2. package/array/{delon-util-array.d.ts → array.d.ts} +0 -0
  3. package/array/package.json +6 -6
  4. package/browser/{delon-util-browser.d.ts → browser.d.ts} +0 -0
  5. package/browser/package.json +6 -6
  6. package/config/{delon-util-config.d.ts → config.d.ts} +0 -0
  7. package/config/package.json +6 -6
  8. package/date-time/{delon-util-date-time.d.ts → date-time.d.ts} +0 -0
  9. package/date-time/package.json +6 -6
  10. package/decorator/{delon-util-decorator.d.ts → decorator.d.ts} +0 -0
  11. package/decorator/package.json +6 -6
  12. package/esm2020/array/array.mjs +5 -0
  13. package/esm2020/array/array.service.mjs +3 -3
  14. package/esm2020/browser/browser.mjs +5 -0
  15. package/esm2020/browser/cookie.service.mjs +3 -3
  16. package/esm2020/browser/scroll.service.mjs +3 -3
  17. package/esm2020/config/config.mjs +5 -0
  18. package/esm2020/config/config.service.mjs +3 -3
  19. package/esm2020/date-time/date-time.mjs +5 -0
  20. package/esm2020/decorator/decorator.mjs +5 -0
  21. package/esm2020/form/form.mjs +5 -0
  22. package/esm2020/format/currency.service.mjs +3 -3
  23. package/esm2020/format/format.mjs +5 -0
  24. package/esm2020/math/math.mjs +5 -0
  25. package/esm2020/other/lazy.service.mjs +9 -24
  26. package/esm2020/other/other.mjs +5 -0
  27. package/esm2020/pipes/currency/cny.pipe.mjs +3 -3
  28. package/esm2020/pipes/currency/mega.pipe.mjs +3 -3
  29. package/esm2020/pipes/currency/module.mjs +4 -4
  30. package/esm2020/{browser/delon-util-browser.mjs → pipes/currency/pipe-currency.mjs} +1 -1
  31. package/esm2020/pipes/currency/price.pipe.mjs +3 -3
  32. package/esm2020/pipes/filter/filter.pipe.mjs +3 -3
  33. package/esm2020/pipes/filter/module.mjs +4 -4
  34. package/esm2020/{array/delon-util-array.mjs → pipes/filter/pipe-filter.mjs} +1 -1
  35. package/esm2020/pipes/format/mask.pipe.mjs +3 -3
  36. package/esm2020/pipes/format/module.mjs +4 -4
  37. package/esm2020/pipes/{delon-util-pipes.mjs → format/pipe-format.mjs} +1 -1
  38. package/esm2020/pipes/pipes.mjs +5 -0
  39. package/esm2020/token/token.mjs +5 -0
  40. package/fesm2015/{delon-util-array.mjs → array.mjs} +4 -4
  41. package/fesm2015/array.mjs.map +1 -0
  42. package/fesm2015/{delon-util-browser.mjs → browser.mjs} +7 -7
  43. package/fesm2015/browser.mjs.map +1 -0
  44. package/fesm2015/{delon-util-config.mjs → config.mjs} +4 -4
  45. package/fesm2015/config.mjs.map +1 -0
  46. package/fesm2015/{delon-util-date-time.mjs → date-time.mjs} +1 -1
  47. package/fesm2015/date-time.mjs.map +1 -0
  48. package/fesm2015/{delon-util-decorator.mjs → decorator.mjs} +1 -1
  49. package/fesm2015/decorator.mjs.map +1 -0
  50. package/{fesm2020/delon-util-form.mjs → fesm2015/form.mjs} +1 -1
  51. package/fesm2015/form.mjs.map +1 -0
  52. package/fesm2015/{delon-util-format.mjs → format.mjs} +4 -4
  53. package/fesm2015/format.mjs.map +1 -0
  54. package/{fesm2020/delon-util-math.mjs → fesm2015/math.mjs} +1 -1
  55. package/fesm2015/math.mjs.map +1 -0
  56. package/fesm2015/{delon-util-other.mjs → other.mjs} +9 -24
  57. package/fesm2015/other.mjs.map +1 -0
  58. package/fesm2015/{delon-util-pipes-currency.mjs → pipe-currency.mjs} +14 -14
  59. package/fesm2015/pipe-currency.mjs.map +1 -0
  60. package/{fesm2020/delon-util-pipes-filter.mjs → fesm2015/pipe-filter.mjs} +8 -8
  61. package/fesm2015/pipe-filter.mjs.map +1 -0
  62. package/{fesm2020/delon-util-pipes-format.mjs → fesm2015/pipe-format.mjs} +8 -8
  63. package/fesm2015/pipe-format.mjs.map +1 -0
  64. package/fesm2015/{delon-util-pipes.mjs → pipes.mjs} +1 -1
  65. package/fesm2015/pipes.mjs.map +1 -0
  66. package/{fesm2020/delon-util-token.mjs → fesm2015/token.mjs} +1 -1
  67. package/fesm2015/token.mjs.map +1 -0
  68. package/fesm2020/{delon-util-array.mjs → array.mjs} +4 -4
  69. package/fesm2020/array.mjs.map +1 -0
  70. package/fesm2020/{delon-util-browser.mjs → browser.mjs} +7 -7
  71. package/fesm2020/browser.mjs.map +1 -0
  72. package/fesm2020/{delon-util-config.mjs → config.mjs} +4 -4
  73. package/fesm2020/config.mjs.map +1 -0
  74. package/fesm2020/{delon-util-date-time.mjs → date-time.mjs} +1 -1
  75. package/fesm2020/date-time.mjs.map +1 -0
  76. package/fesm2020/{delon-util-decorator.mjs → decorator.mjs} +1 -1
  77. package/fesm2020/decorator.mjs.map +1 -0
  78. package/{fesm2015/delon-util-form.mjs → fesm2020/form.mjs} +1 -1
  79. package/fesm2020/form.mjs.map +1 -0
  80. package/fesm2020/{delon-util-format.mjs → format.mjs} +4 -4
  81. package/fesm2020/format.mjs.map +1 -0
  82. package/{fesm2015/delon-util-math.mjs → fesm2020/math.mjs} +1 -1
  83. package/fesm2020/math.mjs.map +1 -0
  84. package/fesm2020/{delon-util-other.mjs → other.mjs} +9 -24
  85. package/fesm2020/other.mjs.map +1 -0
  86. package/fesm2020/{delon-util-pipes-currency.mjs → pipe-currency.mjs} +14 -14
  87. package/fesm2020/pipe-currency.mjs.map +1 -0
  88. package/{fesm2015/delon-util-pipes-filter.mjs → fesm2020/pipe-filter.mjs} +8 -8
  89. package/fesm2020/pipe-filter.mjs.map +1 -0
  90. package/{fesm2015/delon-util-pipes-format.mjs → fesm2020/pipe-format.mjs} +8 -8
  91. package/fesm2020/pipe-format.mjs.map +1 -0
  92. package/fesm2020/{delon-util-pipes.mjs → pipes.mjs} +1 -1
  93. package/fesm2020/pipes.mjs.map +1 -0
  94. package/{fesm2015/delon-util-token.mjs → fesm2020/token.mjs} +1 -1
  95. package/fesm2020/token.mjs.map +1 -0
  96. package/form/{delon-util-form.d.ts → form.d.ts} +0 -0
  97. package/form/package.json +6 -6
  98. package/format/{delon-util-format.d.ts → format.d.ts} +0 -0
  99. package/format/package.json +6 -6
  100. package/math/{delon-util-math.d.ts → math.d.ts} +0 -0
  101. package/math/package.json +6 -6
  102. package/other/{delon-util-other.d.ts → other.d.ts} +0 -0
  103. package/other/package.json +6 -6
  104. package/package.json +85 -85
  105. package/pipes/currency/package.json +6 -6
  106. package/pipes/currency/{delon-util-pipes-currency.d.ts → pipe-currency.d.ts} +0 -0
  107. package/pipes/filter/package.json +6 -6
  108. package/pipes/filter/{delon-util-pipes-filter.d.ts → pipe-filter.d.ts} +0 -0
  109. package/pipes/format/package.json +6 -6
  110. package/pipes/format/{delon-util-pipes-format.d.ts → pipe-format.d.ts} +0 -0
  111. package/pipes/package.json +6 -6
  112. package/pipes/{delon-util-pipes.d.ts → pipes.d.ts} +0 -0
  113. package/token/package.json +6 -6
  114. package/token/{delon-util-token.d.ts → token.d.ts} +0 -0
  115. package/esm2020/config/delon-util-config.mjs +0 -5
  116. package/esm2020/date-time/delon-util-date-time.mjs +0 -5
  117. package/esm2020/decorator/delon-util-decorator.mjs +0 -5
  118. package/esm2020/form/delon-util-form.mjs +0 -5
  119. package/esm2020/format/delon-util-format.mjs +0 -5
  120. package/esm2020/math/delon-util-math.mjs +0 -5
  121. package/esm2020/other/delon-util-other.mjs +0 -5
  122. package/esm2020/pipes/currency/delon-util-pipes-currency.mjs +0 -5
  123. package/esm2020/pipes/filter/delon-util-pipes-filter.mjs +0 -5
  124. package/esm2020/pipes/format/delon-util-pipes-format.mjs +0 -5
  125. package/esm2020/token/delon-util-token.mjs +0 -5
  126. package/fesm2015/delon-util-array.mjs.map +0 -1
  127. package/fesm2015/delon-util-browser.mjs.map +0 -1
  128. package/fesm2015/delon-util-config.mjs.map +0 -1
  129. package/fesm2015/delon-util-date-time.mjs.map +0 -1
  130. package/fesm2015/delon-util-decorator.mjs.map +0 -1
  131. package/fesm2015/delon-util-form.mjs.map +0 -1
  132. package/fesm2015/delon-util-format.mjs.map +0 -1
  133. package/fesm2015/delon-util-math.mjs.map +0 -1
  134. package/fesm2015/delon-util-other.mjs.map +0 -1
  135. package/fesm2015/delon-util-pipes-currency.mjs.map +0 -1
  136. package/fesm2015/delon-util-pipes-filter.mjs.map +0 -1
  137. package/fesm2015/delon-util-pipes-format.mjs.map +0 -1
  138. package/fesm2015/delon-util-pipes.mjs.map +0 -1
  139. package/fesm2015/delon-util-token.mjs.map +0 -1
  140. package/fesm2020/delon-util-array.mjs.map +0 -1
  141. package/fesm2020/delon-util-browser.mjs.map +0 -1
  142. package/fesm2020/delon-util-config.mjs.map +0 -1
  143. package/fesm2020/delon-util-date-time.mjs.map +0 -1
  144. package/fesm2020/delon-util-decorator.mjs.map +0 -1
  145. package/fesm2020/delon-util-form.mjs.map +0 -1
  146. package/fesm2020/delon-util-format.mjs.map +0 -1
  147. package/fesm2020/delon-util-math.mjs.map +0 -1
  148. package/fesm2020/delon-util-other.mjs.map +0 -1
  149. package/fesm2020/delon-util-pipes-currency.mjs.map +0 -1
  150. package/fesm2020/delon-util-pipes-filter.mjs.map +0 -1
  151. package/fesm2020/delon-util-pipes-format.mjs.map +0 -1
  152. package/fesm2020/delon-util-pipes.mjs.map +0 -1
  153. package/fesm2020/delon-util-token.mjs.map +0 -1
@@ -11,9 +11,9 @@ class FilterPipe {
11
11
  return array.filter(i => matcher(i, ...args));
12
12
  }
13
13
  }
14
- FilterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
15
- FilterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FilterPipe, name: "filter" });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FilterPipe, decorators: [{
14
+ FilterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
15
+ FilterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FilterPipe, name: "filter" });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FilterPipe, decorators: [{
17
17
  type: Pipe,
18
18
  args: [{ name: 'filter' }]
19
19
  }] });
@@ -21,10 +21,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
21
21
  const PIPES = [FilterPipe];
22
22
  class FilterPipeModule {
23
23
  }
24
- FilterPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FilterPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25
- FilterPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FilterPipeModule, declarations: [FilterPipe], exports: [FilterPipe] });
26
- FilterPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FilterPipeModule });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FilterPipeModule, decorators: [{
24
+ FilterPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FilterPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25
+ FilterPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FilterPipeModule, declarations: [FilterPipe], exports: [FilterPipe] });
26
+ FilterPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FilterPipeModule });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FilterPipeModule, decorators: [{
28
28
  type: NgModule,
29
29
  args: [{
30
30
  declarations: PIPES,
@@ -37,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
37
37
  */
38
38
 
39
39
  export { FilterPipe, FilterPipeModule };
40
- //# sourceMappingURL=delon-util-pipes-filter.mjs.map
40
+ //# sourceMappingURL=pipe-filter.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipe-filter.mjs","sources":["../../../../packages/util/pipes/filter/filter.pipe.ts","../../../../packages/util/pipes/filter/module.ts","../../../../packages/util/pipes/filter/pipe-filter.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\nimport type { NzSafeAny } from 'ng-zorro-antd/core/types';\n\n@Pipe({ name: 'filter' })\nexport class FilterPipe implements PipeTransform {\n /**\n * Filter array\n *\n * 过滤数组\n */\n transform<T>(array: readonly T[], matcher: (item: T, ...args: NzSafeAny[]) => boolean, ...args: NzSafeAny[]): T[] {\n return array.filter(i => matcher(i, ...args));\n }\n}\n","import { NgModule } from '@angular/core';\n\nimport { FilterPipe } from './filter.pipe';\n\nconst PIPES = [FilterPipe];\n\n@NgModule({\n declarations: PIPES,\n exports: PIPES\n})\nexport class FilterPipeModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAKa,UAAU;;;;;;IAMrB,SAAS,CAAI,KAAmB,EAAE,OAAmD,EAAE,GAAG,IAAiB;QACzG,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;KAC/C;;uGARU,UAAU;qGAAV,UAAU;2FAAV,UAAU;kBADtB,IAAI;mBAAC,EAAE,IAAI,EAAE,QAAQ,EAAE;;;ACAxB,MAAM,KAAK,GAAG,CAAC,UAAU,CAAC,CAAC;MAMd,gBAAgB;;6GAAhB,gBAAgB;8GAAhB,gBAAgB,iBANd,UAAU,aAAV,UAAU;8GAMZ,gBAAgB;2FAAhB,gBAAgB;kBAJ5B,QAAQ;mBAAC;oBACR,YAAY,EAAE,KAAK;oBACnB,OAAO,EAAE,KAAK;iBACf;;;ACTD;;;;;;"}
@@ -26,9 +26,9 @@ class FormatMaskPipe {
26
26
  return formatMask(value, mask);
27
27
  }
28
28
  }
29
- FormatMaskPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormatMaskPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
30
- FormatMaskPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormatMaskPipe, name: "mask" });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormatMaskPipe, decorators: [{
29
+ FormatMaskPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FormatMaskPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
30
+ FormatMaskPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FormatMaskPipe, name: "mask" });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FormatMaskPipe, decorators: [{
32
32
  type: Pipe,
33
33
  args: [{ name: 'mask' }]
34
34
  }] });
@@ -36,10 +36,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
36
36
  const PIPES = [FormatMaskPipe];
37
37
  class FormatPipeModule {
38
38
  }
39
- FormatPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormatPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
- FormatPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormatPipeModule, declarations: [FormatMaskPipe], exports: [FormatMaskPipe] });
41
- FormatPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormatPipeModule });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: FormatPipeModule, decorators: [{
39
+ FormatPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FormatPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
+ FormatPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FormatPipeModule, declarations: [FormatMaskPipe], exports: [FormatMaskPipe] });
41
+ FormatPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FormatPipeModule });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FormatPipeModule, decorators: [{
43
43
  type: NgModule,
44
44
  args: [{
45
45
  declarations: PIPES,
@@ -52,4 +52,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
52
52
  */
53
53
 
54
54
  export { FormatMaskPipe, FormatPipeModule };
55
- //# sourceMappingURL=delon-util-pipes-format.mjs.map
55
+ //# sourceMappingURL=pipe-format.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipe-format.mjs","sources":["../../../../packages/util/pipes/format/mask.pipe.ts","../../../../packages/util/pipes/format/module.ts","../../../../packages/util/pipes/format/pipe-format.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\n\nimport { formatMask, FormatMaskOption } from '@delon/util/format';\n\n@Pipe({ name: 'mask' })\nexport class FormatMaskPipe implements PipeTransform {\n /**\n * Format mask\n *\n * 格式化掩码\n *\n * | 字符 | 描述 |\n * | --- | --- |\n * | `0` | 任意数字,若该位置字符不符合,则默认为 `0` 填充 |\n * | `9` | 任意数字 |\n * | `#` | 任意字符 |\n * | `U` | 转换大写 |\n * | `L` | 转换小写 |\n * | `*` | 转换为 `*` 字符 |\n *\n * ```ts\n * formatMask('123', '(###)') => (123)\n * formatMask('15900000000', '999****9999') => 159****0000\n * ```\n */\n transform(value: string, mask: string | FormatMaskOption): string {\n return formatMask(value, mask);\n }\n}\n","import { NgModule } from '@angular/core';\n\nimport { FormatMaskPipe } from './mask.pipe';\n\nconst PIPES = [FormatMaskPipe];\n\n@NgModule({\n declarations: PIPES,\n exports: PIPES\n})\nexport class FormatPipeModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAKa,cAAc;;;;;;;;;;;;;;;;;;;;IAoBzB,SAAS,CAAC,KAAa,EAAE,IAA+B;QACtD,OAAO,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;KAChC;;2GAtBU,cAAc;yGAAd,cAAc;2FAAd,cAAc;kBAD1B,IAAI;mBAAC,EAAE,IAAI,EAAE,MAAM,EAAE;;;ACAtB,MAAM,KAAK,GAAG,CAAC,cAAc,CAAC,CAAC;MAMlB,gBAAgB;;6GAAhB,gBAAgB;8GAAhB,gBAAgB,iBANd,cAAc,aAAd,cAAc;8GAMhB,gBAAgB;2FAAhB,gBAAgB;kBAJ5B,QAAQ;mBAAC;oBACR,YAAY,EAAE,KAAK;oBACnB,OAAO,EAAE,KAAK;iBACf;;;ACTD;;;;;;"}
@@ -5,4 +5,4 @@ export * from '@delon/util/pipes/filter';
5
5
  /**
6
6
  * Generated bundle index. Do not edit.
7
7
  */
8
- //# sourceMappingURL=delon-util-pipes.mjs.map
8
+ //# sourceMappingURL=pipes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipes.mjs","sources":["../../../../packages/util/pipes/pipes.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAAA;;"}
@@ -35,4 +35,4 @@ const PAGE_VISIBILITY = new InjectionToken('PAGE_VISIBILITY`', {
35
35
  */
36
36
 
37
37
  export { PAGE_VISIBILITY, WINDOW };
38
- //# sourceMappingURL=delon-util-token.mjs.map
38
+ //# sourceMappingURL=token.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"token.mjs","sources":["../../../../packages/util/token/window.ts","../../../../packages/util/token/page-visibility.ts","../../../../packages/util/token/token.ts"],"sourcesContent":["import { DOCUMENT } from '@angular/common';\nimport { inject, InjectionToken } from '@angular/core';\n\n/**\n * Access to global `window` object\n *\n * 访问全局 `window` 对象\n */\nexport const WINDOW = new InjectionToken<Window>('WINDOW', {\n factory: () => {\n const { defaultView } = inject(DOCUMENT);\n if (!defaultView) {\n throw new Error('Window is not available');\n }\n return defaultView;\n }\n});\n","import { DOCUMENT } from '@angular/common';\nimport { inject, InjectionToken } from '@angular/core';\nimport { fromEvent, Observable } from 'rxjs';\nimport { distinctUntilChanged, map, share, startWith } from 'rxjs/operators';\n\n/**\n * Use the `visibilitychange` event to monitor whether the browser tab is visible, which is generally used when the user leaves the browser tab to temp interrupt the backend to continue sending requests\n *\n * 通过 `visibilitychange` 事件来监听浏览器选项卡是否可见,一般用于当用户离开应用时暂时中断后端持续发送请求时\n */\nexport const PAGE_VISIBILITY = new InjectionToken<Observable<boolean>>('PAGE_VISIBILITY`', {\n factory: () => {\n const doc = inject(DOCUMENT);\n return fromEvent(doc, 'visibilitychange').pipe(\n startWith(0),\n map(() => !doc.hidden),\n distinctUntilChanged(),\n share()\n );\n }\n});\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;AAGA;;;;;MAKa,MAAM,GAAG,IAAI,cAAc,CAAS,QAAQ,EAAE;IACzD,OAAO,EAAE;QACP,MAAM,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;QACzC,IAAI,CAAC,WAAW,EAAE;YAChB,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;SAC5C;QACD,OAAO,WAAW,CAAC;KACpB;CACF;;ACXD;;;;;MAKa,eAAe,GAAG,IAAI,cAAc,CAAsB,kBAAkB,EAAE;IACzF,OAAO,EAAE;QACP,MAAM,GAAG,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;QAC7B,OAAO,SAAS,CAAC,GAAG,EAAE,kBAAkB,CAAC,CAAC,IAAI,CAC5C,SAAS,CAAC,CAAC,CAAC,EACZ,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,EACtB,oBAAoB,EAAE,EACtB,KAAK,EAAE,CACR,CAAC;KACH;CACF;;ACpBD;;;;;;"}
File without changes
package/form/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "module": "../fesm2015/delon-util-form.mjs",
3
- "es2020": "../fesm2020/delon-util-form.mjs",
4
- "esm2020": "../esm2020/form/delon-util-form.mjs",
5
- "fesm2020": "../fesm2020/delon-util-form.mjs",
6
- "fesm2015": "../fesm2015/delon-util-form.mjs",
7
- "typings": "delon-util-form.d.ts",
2
+ "module": "../fesm2015/form.mjs",
3
+ "es2020": "../fesm2020/form.mjs",
4
+ "esm2020": "../esm2020/form/form.mjs",
5
+ "fesm2020": "../fesm2020/form.mjs",
6
+ "fesm2015": "../fesm2015/form.mjs",
7
+ "typings": "form.d.ts",
8
8
  "sideEffects": false,
9
9
  "name": "@delon/util/form"
10
10
  }
File without changes
@@ -1,10 +1,10 @@
1
1
  {
2
- "module": "../fesm2015/delon-util-format.mjs",
3
- "es2020": "../fesm2020/delon-util-format.mjs",
4
- "esm2020": "../esm2020/format/delon-util-format.mjs",
5
- "fesm2020": "../fesm2020/delon-util-format.mjs",
6
- "fesm2015": "../fesm2015/delon-util-format.mjs",
7
- "typings": "delon-util-format.d.ts",
2
+ "module": "../fesm2015/format.mjs",
3
+ "es2020": "../fesm2020/format.mjs",
4
+ "esm2020": "../esm2020/format/format.mjs",
5
+ "fesm2020": "../fesm2020/format.mjs",
6
+ "fesm2015": "../fesm2015/format.mjs",
7
+ "typings": "format.d.ts",
8
8
  "sideEffects": false,
9
9
  "name": "@delon/util/format"
10
10
  }
File without changes
package/math/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "module": "../fesm2015/delon-util-math.mjs",
3
- "es2020": "../fesm2020/delon-util-math.mjs",
4
- "esm2020": "../esm2020/math/delon-util-math.mjs",
5
- "fesm2020": "../fesm2020/delon-util-math.mjs",
6
- "fesm2015": "../fesm2015/delon-util-math.mjs",
7
- "typings": "delon-util-math.d.ts",
2
+ "module": "../fesm2015/math.mjs",
3
+ "es2020": "../fesm2020/math.mjs",
4
+ "esm2020": "../esm2020/math/math.mjs",
5
+ "fesm2020": "../fesm2020/math.mjs",
6
+ "fesm2015": "../fesm2015/math.mjs",
7
+ "typings": "math.d.ts",
8
8
  "sideEffects": false,
9
9
  "name": "@delon/util/math"
10
10
  }
File without changes
@@ -1,10 +1,10 @@
1
1
  {
2
- "module": "../fesm2015/delon-util-other.mjs",
3
- "es2020": "../fesm2020/delon-util-other.mjs",
4
- "esm2020": "../esm2020/other/delon-util-other.mjs",
5
- "fesm2020": "../fesm2020/delon-util-other.mjs",
6
- "fesm2015": "../fesm2015/delon-util-other.mjs",
7
- "typings": "delon-util-other.d.ts",
2
+ "module": "../fesm2015/other.mjs",
3
+ "es2020": "../fesm2020/other.mjs",
4
+ "esm2020": "../esm2020/other/other.mjs",
5
+ "fesm2020": "../fesm2020/other.mjs",
6
+ "fesm2015": "../fesm2015/other.mjs",
7
+ "typings": "other.d.ts",
8
8
  "sideEffects": false,
9
9
  "name": "@delon/util/other"
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delon/util",
3
- "version": "13.0.0-beta.1",
3
+ "version": "13.2.0",
4
4
  "author": "cipchk<cipchk@qq.com>",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -42,116 +42,116 @@
42
42
  "default": "./fesm2020/delon-util.mjs"
43
43
  },
44
44
  "./array": {
45
- "types": "./array/delon-util-array.d.ts",
46
- "esm2020": "./esm2020/array/delon-util-array.mjs",
47
- "es2020": "./fesm2020/delon-util-array.mjs",
48
- "es2015": "./fesm2015/delon-util-array.mjs",
49
- "node": "./fesm2015/delon-util-array.mjs",
50
- "default": "./fesm2020/delon-util-array.mjs"
45
+ "types": "./array/array.d.ts",
46
+ "esm2020": "./esm2020/array/array.mjs",
47
+ "es2020": "./fesm2020/array.mjs",
48
+ "es2015": "./fesm2015/array.mjs",
49
+ "node": "./fesm2015/array.mjs",
50
+ "default": "./fesm2020/array.mjs"
51
51
  },
52
52
  "./browser": {
53
- "types": "./browser/delon-util-browser.d.ts",
54
- "esm2020": "./esm2020/browser/delon-util-browser.mjs",
55
- "es2020": "./fesm2020/delon-util-browser.mjs",
56
- "es2015": "./fesm2015/delon-util-browser.mjs",
57
- "node": "./fesm2015/delon-util-browser.mjs",
58
- "default": "./fesm2020/delon-util-browser.mjs"
53
+ "types": "./browser/browser.d.ts",
54
+ "esm2020": "./esm2020/browser/browser.mjs",
55
+ "es2020": "./fesm2020/browser.mjs",
56
+ "es2015": "./fesm2015/browser.mjs",
57
+ "node": "./fesm2015/browser.mjs",
58
+ "default": "./fesm2020/browser.mjs"
59
59
  },
60
60
  "./config": {
61
- "types": "./config/delon-util-config.d.ts",
62
- "esm2020": "./esm2020/config/delon-util-config.mjs",
63
- "es2020": "./fesm2020/delon-util-config.mjs",
64
- "es2015": "./fesm2015/delon-util-config.mjs",
65
- "node": "./fesm2015/delon-util-config.mjs",
66
- "default": "./fesm2020/delon-util-config.mjs"
61
+ "types": "./config/config.d.ts",
62
+ "esm2020": "./esm2020/config/config.mjs",
63
+ "es2020": "./fesm2020/config.mjs",
64
+ "es2015": "./fesm2015/config.mjs",
65
+ "node": "./fesm2015/config.mjs",
66
+ "default": "./fesm2020/config.mjs"
67
67
  },
68
68
  "./date-time": {
69
- "types": "./date-time/delon-util-date-time.d.ts",
70
- "esm2020": "./esm2020/date-time/delon-util-date-time.mjs",
71
- "es2020": "./fesm2020/delon-util-date-time.mjs",
72
- "es2015": "./fesm2015/delon-util-date-time.mjs",
73
- "node": "./fesm2015/delon-util-date-time.mjs",
74
- "default": "./fesm2020/delon-util-date-time.mjs"
69
+ "types": "./date-time/date-time.d.ts",
70
+ "esm2020": "./esm2020/date-time/date-time.mjs",
71
+ "es2020": "./fesm2020/date-time.mjs",
72
+ "es2015": "./fesm2015/date-time.mjs",
73
+ "node": "./fesm2015/date-time.mjs",
74
+ "default": "./fesm2020/date-time.mjs"
75
75
  },
76
76
  "./decorator": {
77
- "types": "./decorator/delon-util-decorator.d.ts",
78
- "esm2020": "./esm2020/decorator/delon-util-decorator.mjs",
79
- "es2020": "./fesm2020/delon-util-decorator.mjs",
80
- "es2015": "./fesm2015/delon-util-decorator.mjs",
81
- "node": "./fesm2015/delon-util-decorator.mjs",
82
- "default": "./fesm2020/delon-util-decorator.mjs"
77
+ "types": "./decorator/decorator.d.ts",
78
+ "esm2020": "./esm2020/decorator/decorator.mjs",
79
+ "es2020": "./fesm2020/decorator.mjs",
80
+ "es2015": "./fesm2015/decorator.mjs",
81
+ "node": "./fesm2015/decorator.mjs",
82
+ "default": "./fesm2020/decorator.mjs"
83
83
  },
84
84
  "./form": {
85
- "types": "./form/delon-util-form.d.ts",
86
- "esm2020": "./esm2020/form/delon-util-form.mjs",
87
- "es2020": "./fesm2020/delon-util-form.mjs",
88
- "es2015": "./fesm2015/delon-util-form.mjs",
89
- "node": "./fesm2015/delon-util-form.mjs",
90
- "default": "./fesm2020/delon-util-form.mjs"
85
+ "types": "./form/form.d.ts",
86
+ "esm2020": "./esm2020/form/form.mjs",
87
+ "es2020": "./fesm2020/form.mjs",
88
+ "es2015": "./fesm2015/form.mjs",
89
+ "node": "./fesm2015/form.mjs",
90
+ "default": "./fesm2020/form.mjs"
91
91
  },
92
92
  "./format": {
93
- "types": "./format/delon-util-format.d.ts",
94
- "esm2020": "./esm2020/format/delon-util-format.mjs",
95
- "es2020": "./fesm2020/delon-util-format.mjs",
96
- "es2015": "./fesm2015/delon-util-format.mjs",
97
- "node": "./fesm2015/delon-util-format.mjs",
98
- "default": "./fesm2020/delon-util-format.mjs"
93
+ "types": "./format/format.d.ts",
94
+ "esm2020": "./esm2020/format/format.mjs",
95
+ "es2020": "./fesm2020/format.mjs",
96
+ "es2015": "./fesm2015/format.mjs",
97
+ "node": "./fesm2015/format.mjs",
98
+ "default": "./fesm2020/format.mjs"
99
99
  },
100
100
  "./math": {
101
- "types": "./math/delon-util-math.d.ts",
102
- "esm2020": "./esm2020/math/delon-util-math.mjs",
103
- "es2020": "./fesm2020/delon-util-math.mjs",
104
- "es2015": "./fesm2015/delon-util-math.mjs",
105
- "node": "./fesm2015/delon-util-math.mjs",
106
- "default": "./fesm2020/delon-util-math.mjs"
101
+ "types": "./math/math.d.ts",
102
+ "esm2020": "./esm2020/math/math.mjs",
103
+ "es2020": "./fesm2020/math.mjs",
104
+ "es2015": "./fesm2015/math.mjs",
105
+ "node": "./fesm2015/math.mjs",
106
+ "default": "./fesm2020/math.mjs"
107
107
  },
108
108
  "./other": {
109
- "types": "./other/delon-util-other.d.ts",
110
- "esm2020": "./esm2020/other/delon-util-other.mjs",
111
- "es2020": "./fesm2020/delon-util-other.mjs",
112
- "es2015": "./fesm2015/delon-util-other.mjs",
113
- "node": "./fesm2015/delon-util-other.mjs",
114
- "default": "./fesm2020/delon-util-other.mjs"
109
+ "types": "./other/other.d.ts",
110
+ "esm2020": "./esm2020/other/other.mjs",
111
+ "es2020": "./fesm2020/other.mjs",
112
+ "es2015": "./fesm2015/other.mjs",
113
+ "node": "./fesm2015/other.mjs",
114
+ "default": "./fesm2020/other.mjs"
115
115
  },
116
116
  "./pipes/currency": {
117
- "types": "./pipes/currency/delon-util-pipes-currency.d.ts",
118
- "esm2020": "./esm2020/pipes/currency/delon-util-pipes-currency.mjs",
119
- "es2020": "./fesm2020/delon-util-pipes-currency.mjs",
120
- "es2015": "./fesm2015/delon-util-pipes-currency.mjs",
121
- "node": "./fesm2015/delon-util-pipes-currency.mjs",
122
- "default": "./fesm2020/delon-util-pipes-currency.mjs"
117
+ "types": "./pipes/currency/pipe-currency.d.ts",
118
+ "esm2020": "./esm2020/pipes/currency/pipe-currency.mjs",
119
+ "es2020": "./fesm2020/pipe-currency.mjs",
120
+ "es2015": "./fesm2015/pipe-currency.mjs",
121
+ "node": "./fesm2015/pipe-currency.mjs",
122
+ "default": "./fesm2020/pipe-currency.mjs"
123
123
  },
124
124
  "./pipes/filter": {
125
- "types": "./pipes/filter/delon-util-pipes-filter.d.ts",
126
- "esm2020": "./esm2020/pipes/filter/delon-util-pipes-filter.mjs",
127
- "es2020": "./fesm2020/delon-util-pipes-filter.mjs",
128
- "es2015": "./fesm2015/delon-util-pipes-filter.mjs",
129
- "node": "./fesm2015/delon-util-pipes-filter.mjs",
130
- "default": "./fesm2020/delon-util-pipes-filter.mjs"
125
+ "types": "./pipes/filter/pipe-filter.d.ts",
126
+ "esm2020": "./esm2020/pipes/filter/pipe-filter.mjs",
127
+ "es2020": "./fesm2020/pipe-filter.mjs",
128
+ "es2015": "./fesm2015/pipe-filter.mjs",
129
+ "node": "./fesm2015/pipe-filter.mjs",
130
+ "default": "./fesm2020/pipe-filter.mjs"
131
131
  },
132
132
  "./pipes/format": {
133
- "types": "./pipes/format/delon-util-pipes-format.d.ts",
134
- "esm2020": "./esm2020/pipes/format/delon-util-pipes-format.mjs",
135
- "es2020": "./fesm2020/delon-util-pipes-format.mjs",
136
- "es2015": "./fesm2015/delon-util-pipes-format.mjs",
137
- "node": "./fesm2015/delon-util-pipes-format.mjs",
138
- "default": "./fesm2020/delon-util-pipes-format.mjs"
133
+ "types": "./pipes/format/pipe-format.d.ts",
134
+ "esm2020": "./esm2020/pipes/format/pipe-format.mjs",
135
+ "es2020": "./fesm2020/pipe-format.mjs",
136
+ "es2015": "./fesm2015/pipe-format.mjs",
137
+ "node": "./fesm2015/pipe-format.mjs",
138
+ "default": "./fesm2020/pipe-format.mjs"
139
139
  },
140
140
  "./pipes": {
141
- "types": "./pipes/delon-util-pipes.d.ts",
142
- "esm2020": "./esm2020/pipes/delon-util-pipes.mjs",
143
- "es2020": "./fesm2020/delon-util-pipes.mjs",
144
- "es2015": "./fesm2015/delon-util-pipes.mjs",
145
- "node": "./fesm2015/delon-util-pipes.mjs",
146
- "default": "./fesm2020/delon-util-pipes.mjs"
141
+ "types": "./pipes/pipes.d.ts",
142
+ "esm2020": "./esm2020/pipes/pipes.mjs",
143
+ "es2020": "./fesm2020/pipes.mjs",
144
+ "es2015": "./fesm2015/pipes.mjs",
145
+ "node": "./fesm2015/pipes.mjs",
146
+ "default": "./fesm2020/pipes.mjs"
147
147
  },
148
148
  "./token": {
149
- "types": "./token/delon-util-token.d.ts",
150
- "esm2020": "./esm2020/token/delon-util-token.mjs",
151
- "es2020": "./fesm2020/delon-util-token.mjs",
152
- "es2015": "./fesm2015/delon-util-token.mjs",
153
- "node": "./fesm2015/delon-util-token.mjs",
154
- "default": "./fesm2020/delon-util-token.mjs"
149
+ "types": "./token/token.d.ts",
150
+ "esm2020": "./esm2020/token/token.mjs",
151
+ "es2020": "./fesm2020/token.mjs",
152
+ "es2015": "./fesm2015/token.mjs",
153
+ "node": "./fesm2015/token.mjs",
154
+ "default": "./fesm2020/token.mjs"
155
155
  }
156
156
  },
157
157
  "sideEffects": false
@@ -1,10 +1,10 @@
1
1
  {
2
- "module": "../../fesm2015/delon-util-pipes-currency.mjs",
3
- "es2020": "../../fesm2020/delon-util-pipes-currency.mjs",
4
- "esm2020": "../../esm2020/pipes/currency/delon-util-pipes-currency.mjs",
5
- "fesm2020": "../../fesm2020/delon-util-pipes-currency.mjs",
6
- "fesm2015": "../../fesm2015/delon-util-pipes-currency.mjs",
7
- "typings": "delon-util-pipes-currency.d.ts",
2
+ "module": "../../fesm2015/pipe-currency.mjs",
3
+ "es2020": "../../fesm2020/pipe-currency.mjs",
4
+ "esm2020": "../../esm2020/pipes/currency/pipe-currency.mjs",
5
+ "fesm2020": "../../fesm2020/pipe-currency.mjs",
6
+ "fesm2015": "../../fesm2015/pipe-currency.mjs",
7
+ "typings": "pipe-currency.d.ts",
8
8
  "sideEffects": false,
9
9
  "name": "@delon/util/pipes/currency"
10
10
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "module": "../../fesm2015/delon-util-pipes-filter.mjs",
3
- "es2020": "../../fesm2020/delon-util-pipes-filter.mjs",
4
- "esm2020": "../../esm2020/pipes/filter/delon-util-pipes-filter.mjs",
5
- "fesm2020": "../../fesm2020/delon-util-pipes-filter.mjs",
6
- "fesm2015": "../../fesm2015/delon-util-pipes-filter.mjs",
7
- "typings": "delon-util-pipes-filter.d.ts",
2
+ "module": "../../fesm2015/pipe-filter.mjs",
3
+ "es2020": "../../fesm2020/pipe-filter.mjs",
4
+ "esm2020": "../../esm2020/pipes/filter/pipe-filter.mjs",
5
+ "fesm2020": "../../fesm2020/pipe-filter.mjs",
6
+ "fesm2015": "../../fesm2015/pipe-filter.mjs",
7
+ "typings": "pipe-filter.d.ts",
8
8
  "sideEffects": false,
9
9
  "name": "@delon/util/pipes/filter"
10
10
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "module": "../../fesm2015/delon-util-pipes-format.mjs",
3
- "es2020": "../../fesm2020/delon-util-pipes-format.mjs",
4
- "esm2020": "../../esm2020/pipes/format/delon-util-pipes-format.mjs",
5
- "fesm2020": "../../fesm2020/delon-util-pipes-format.mjs",
6
- "fesm2015": "../../fesm2015/delon-util-pipes-format.mjs",
7
- "typings": "delon-util-pipes-format.d.ts",
2
+ "module": "../../fesm2015/pipe-format.mjs",
3
+ "es2020": "../../fesm2020/pipe-format.mjs",
4
+ "esm2020": "../../esm2020/pipes/format/pipe-format.mjs",
5
+ "fesm2020": "../../fesm2020/pipe-format.mjs",
6
+ "fesm2015": "../../fesm2015/pipe-format.mjs",
7
+ "typings": "pipe-format.d.ts",
8
8
  "sideEffects": false,
9
9
  "name": "@delon/util/pipes/format"
10
10
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "module": "../fesm2015/delon-util-pipes.mjs",
3
- "es2020": "../fesm2020/delon-util-pipes.mjs",
4
- "esm2020": "../esm2020/pipes/delon-util-pipes.mjs",
5
- "fesm2020": "../fesm2020/delon-util-pipes.mjs",
6
- "fesm2015": "../fesm2015/delon-util-pipes.mjs",
7
- "typings": "delon-util-pipes.d.ts",
2
+ "module": "../fesm2015/pipes.mjs",
3
+ "es2020": "../fesm2020/pipes.mjs",
4
+ "esm2020": "../esm2020/pipes/pipes.mjs",
5
+ "fesm2020": "../fesm2020/pipes.mjs",
6
+ "fesm2015": "../fesm2015/pipes.mjs",
7
+ "typings": "pipes.d.ts",
8
8
  "sideEffects": false,
9
9
  "name": "@delon/util/pipes"
10
10
  }
File without changes
@@ -1,10 +1,10 @@
1
1
  {
2
- "module": "../fesm2015/delon-util-token.mjs",
3
- "es2020": "../fesm2020/delon-util-token.mjs",
4
- "esm2020": "../esm2020/token/delon-util-token.mjs",
5
- "fesm2020": "../fesm2020/delon-util-token.mjs",
6
- "fesm2015": "../fesm2015/delon-util-token.mjs",
7
- "typings": "delon-util-token.d.ts",
2
+ "module": "../fesm2015/token.mjs",
3
+ "es2020": "../fesm2020/token.mjs",
4
+ "esm2020": "../esm2020/token/token.mjs",
5
+ "fesm2020": "../fesm2020/token.mjs",
6
+ "fesm2015": "../fesm2015/token.mjs",
7
+ "typings": "token.d.ts",
8
8
  "sideEffects": false,
9
9
  "name": "@delon/util/token"
10
10
  }
File without changes
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1jb25maWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy91dGlsL2NvbmZpZy9kZWxvbi11dGlsLWNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1kYXRlLXRpbWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy91dGlsL2RhdGUtdGltZS9kZWxvbi11dGlsLWRhdGUtdGltZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1kZWNvcmF0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy91dGlsL2RlY29yYXRvci9kZWxvbi11dGlsLWRlY29yYXRvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1mb3JtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvdXRpbC9mb3JtL2RlbG9uLXV0aWwtZm9ybS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1mb3JtYXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy91dGlsL2Zvcm1hdC9kZWxvbi11dGlsLWZvcm1hdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1tYXRoLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvdXRpbC9tYXRoL2RlbG9uLXV0aWwtbWF0aC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1vdGhlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL3V0aWwvb3RoZXIvZGVsb24tdXRpbC1vdGhlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1waXBlcy1jdXJyZW5jeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL3V0aWwvcGlwZXMvY3VycmVuY3kvZGVsb24tdXRpbC1waXBlcy1jdXJyZW5jeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1waXBlcy1maWx0ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy91dGlsL3BpcGVzL2ZpbHRlci9kZWxvbi11dGlsLXBpcGVzLWZpbHRlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC1waXBlcy1mb3JtYXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy91dGlsL3BpcGVzL2Zvcm1hdC9kZWxvbi11dGlsLXBpcGVzLWZvcm1hdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVsb24tdXRpbC10b2tlbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL3V0aWwvdG9rZW4vZGVsb24tdXRpbC10b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==