@delon/abc 16.4.2 → 17.0.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 (213) hide show
  1. package/avatar-list/style/index.less +3 -1
  2. package/cell/cell-host.directive.d.ts +1 -1
  3. package/cell/cell.component.d.ts +1 -1
  4. package/cell/cell.module.d.ts +12 -12
  5. package/cell/index.d.ts +1 -0
  6. package/cell/provide.d.ts +10 -0
  7. package/cell/style/index.less +1 -1
  8. package/down-file/style/index.less +1 -0
  9. package/ellipsis/style/index.less +2 -2
  10. package/error-collect/style/index.less +1 -1
  11. package/error-collect/style/rtl.less +2 -1
  12. package/esm2022/auto-focus/auto-focus.directive.mjs +5 -5
  13. package/esm2022/auto-focus/auto-focus.module.mjs +5 -5
  14. package/esm2022/avatar-list/avatar-list-item.component.mjs +4 -4
  15. package/esm2022/avatar-list/avatar-list.component.mjs +7 -7
  16. package/esm2022/avatar-list/avatar-list.module.mjs +5 -5
  17. package/esm2022/cell/cell-host.directive.mjs +7 -6
  18. package/esm2022/cell/cell.component.mjs +163 -126
  19. package/esm2022/cell/cell.module.mjs +10 -9
  20. package/esm2022/cell/cell.service.mjs +5 -5
  21. package/esm2022/cell/index.mjs +2 -1
  22. package/esm2022/cell/provide.mjs +18 -0
  23. package/esm2022/count-down/count-down.component.mjs +10 -7
  24. package/esm2022/count-down/count-down.module.mjs +5 -5
  25. package/esm2022/date-picker/date-picker.module.mjs +5 -5
  26. package/esm2022/date-picker/range-shortcut.component.mjs +11 -17
  27. package/esm2022/date-picker/range.directive.mjs +9 -7
  28. package/esm2022/down-file/down-file.directive.mjs +5 -5
  29. package/esm2022/down-file/down-file.module.mjs +5 -5
  30. package/esm2022/ellipsis/ellipsis.component.mjs +7 -7
  31. package/esm2022/ellipsis/ellipsis.module.mjs +5 -5
  32. package/esm2022/error-collect/error-collect.component.mjs +6 -6
  33. package/esm2022/error-collect/error-collect.module.mjs +5 -5
  34. package/esm2022/exception/exception.component.mjs +12 -13
  35. package/esm2022/exception/exception.module.mjs +5 -5
  36. package/esm2022/footer-toolbar/footer-toolbar.component.mjs +9 -10
  37. package/esm2022/footer-toolbar/footer-toolbar.module.mjs +5 -5
  38. package/esm2022/full-content/full-content-toggle.directive.mjs +5 -5
  39. package/esm2022/full-content/full-content.component.mjs +6 -6
  40. package/esm2022/full-content/full-content.module.mjs +5 -5
  41. package/esm2022/full-content/full-content.service.mjs +4 -4
  42. package/esm2022/global-footer/global-footer-item.component.mjs +4 -4
  43. package/esm2022/global-footer/global-footer.component.mjs +7 -7
  44. package/esm2022/global-footer/global-footer.module.mjs +5 -5
  45. package/esm2022/hotkey/hotkey.directive.mjs +6 -6
  46. package/esm2022/hotkey/hotkey.module.mjs +6 -6
  47. package/esm2022/let/let.directive.mjs +7 -7
  48. package/esm2022/let/let.module.mjs +6 -6
  49. package/esm2022/loading/loading.component.mjs +5 -5
  50. package/esm2022/loading/loading.module.mjs +5 -5
  51. package/esm2022/loading/loading.service.mjs +6 -6
  52. package/esm2022/lodop/lodop.module.mjs +5 -5
  53. package/esm2022/lodop/lodop.service.mjs +5 -5
  54. package/esm2022/media/media.component.mjs +5 -5
  55. package/esm2022/media/media.module.mjs +5 -5
  56. package/esm2022/media/media.service.mjs +5 -5
  57. package/esm2022/notice-icon/notice-icon-tab.component.mjs +5 -5
  58. package/esm2022/notice-icon/notice-icon.component.mjs +6 -6
  59. package/esm2022/notice-icon/notice-icon.module.mjs +5 -5
  60. package/esm2022/observers/observer-size.mjs +15 -14
  61. package/esm2022/onboarding/onboarding.component.mjs +12 -13
  62. package/esm2022/onboarding/onboarding.module.mjs +5 -5
  63. package/esm2022/onboarding/onboarding.service.mjs +6 -6
  64. package/esm2022/page-header/page-header.component.mjs +7 -7
  65. package/esm2022/page-header/page-header.module.mjs +5 -5
  66. package/esm2022/pdf/pdf.component.mjs +14 -11
  67. package/esm2022/pdf/pdf.module.mjs +5 -5
  68. package/esm2022/qr/qr.component.mjs +10 -7
  69. package/esm2022/qr/qr.module.mjs +5 -5
  70. package/esm2022/quick-menu/quick-menu.component.mjs +5 -5
  71. package/esm2022/quick-menu/quick-menu.module.mjs +5 -5
  72. package/esm2022/result/result.component.mjs +9 -10
  73. package/esm2022/result/result.module.mjs +5 -5
  74. package/esm2022/reuse-tab/provide.mjs +73 -0
  75. package/esm2022/reuse-tab/public_api.mjs +2 -1
  76. package/esm2022/reuse-tab/reuse-tab-context-menu.component.mjs +8 -8
  77. package/esm2022/reuse-tab/reuse-tab-context.component.mjs +7 -6
  78. package/esm2022/reuse-tab/reuse-tab-context.directive.mjs +7 -6
  79. package/esm2022/reuse-tab/reuse-tab-context.service.mjs +5 -5
  80. package/esm2022/reuse-tab/reuse-tab.component.mjs +22 -13
  81. package/esm2022/reuse-tab/reuse-tab.module.mjs +29 -8
  82. package/esm2022/reuse-tab/reuse-tab.service.mjs +6 -6
  83. package/esm2022/se/se-container.component.mjs +22 -19
  84. package/esm2022/se/se.component.mjs +7 -7
  85. package/esm2022/se/se.module.mjs +5 -5
  86. package/esm2022/sg/sg-container.component.mjs +5 -5
  87. package/esm2022/sg/sg.component.mjs +6 -6
  88. package/esm2022/sg/sg.module.mjs +5 -5
  89. package/esm2022/st/provide.mjs +18 -0
  90. package/esm2022/st/public_api.mjs +2 -1
  91. package/esm2022/st/st-column-source.mjs +6 -6
  92. package/esm2022/st/st-data-source.mjs +6 -6
  93. package/esm2022/st/st-export.mjs +6 -6
  94. package/esm2022/st/st-filter.component.mjs +184 -162
  95. package/esm2022/st/st-row.directive.mjs +9 -9
  96. package/esm2022/st/st-widget-host.directive.mjs +5 -5
  97. package/esm2022/st/st-widget.mjs +4 -4
  98. package/esm2022/st/st.component.mjs +13 -13
  99. package/esm2022/st/st.module.mjs +5 -5
  100. package/esm2022/sv/sv-container.component.mjs +21 -17
  101. package/esm2022/sv/sv-value.component.mjs +18 -11
  102. package/esm2022/sv/sv.component.mjs +11 -12
  103. package/esm2022/sv/sv.module.mjs +5 -5
  104. package/esm2022/tag-select/tag-select.component.mjs +8 -9
  105. package/esm2022/tag-select/tag-select.module.mjs +5 -5
  106. package/esm2022/xlsx/xlsx.directive.mjs +7 -6
  107. package/esm2022/xlsx/xlsx.module.mjs +6 -8
  108. package/esm2022/xlsx/xlsx.service.mjs +5 -5
  109. package/esm2022/zip/public_api.mjs +1 -2
  110. package/esm2022/zip/zip.service.mjs +5 -5
  111. package/exception/style/index.less +6 -6
  112. package/fesm2022/auto-focus.mjs +8 -8
  113. package/fesm2022/auto-focus.mjs.map +1 -1
  114. package/fesm2022/avatar-list.mjs +13 -13
  115. package/fesm2022/avatar-list.mjs.map +1 -1
  116. package/fesm2022/cell.mjs +201 -154
  117. package/fesm2022/cell.mjs.map +1 -1
  118. package/fesm2022/chart-observer-size.mjs +14 -13
  119. package/fesm2022/chart-observer-size.mjs.map +1 -1
  120. package/fesm2022/count-down.mjs +14 -11
  121. package/fesm2022/count-down.mjs.map +1 -1
  122. package/fesm2022/date-picker.mjs +22 -26
  123. package/fesm2022/date-picker.mjs.map +1 -1
  124. package/fesm2022/down-file.mjs +8 -8
  125. package/fesm2022/down-file.mjs.map +1 -1
  126. package/fesm2022/ellipsis.mjs +10 -10
  127. package/fesm2022/ellipsis.mjs.map +1 -1
  128. package/fesm2022/error-collect.mjs +10 -10
  129. package/fesm2022/error-collect.mjs.map +1 -1
  130. package/fesm2022/exception.mjs +17 -18
  131. package/fesm2022/exception.mjs.map +1 -1
  132. package/fesm2022/footer-toolbar.mjs +12 -13
  133. package/fesm2022/footer-toolbar.mjs.map +1 -1
  134. package/fesm2022/full-content.mjs +18 -18
  135. package/fesm2022/full-content.mjs.map +1 -1
  136. package/fesm2022/global-footer.mjs +13 -13
  137. package/fesm2022/global-footer.mjs.map +1 -1
  138. package/fesm2022/hotkey.mjs +10 -10
  139. package/fesm2022/hotkey.mjs.map +1 -1
  140. package/fesm2022/let.mjs +11 -11
  141. package/fesm2022/let.mjs.map +1 -1
  142. package/fesm2022/loading.mjs +14 -14
  143. package/fesm2022/loading.mjs.map +1 -1
  144. package/fesm2022/lodop.mjs +8 -8
  145. package/fesm2022/lodop.mjs.map +1 -1
  146. package/fesm2022/media.mjs +13 -13
  147. package/fesm2022/media.mjs.map +1 -1
  148. package/fesm2022/notice-icon.mjs +16 -16
  149. package/fesm2022/notice-icon.mjs.map +1 -1
  150. package/fesm2022/onboarding.mjs +20 -21
  151. package/fesm2022/onboarding.mjs.map +1 -1
  152. package/fesm2022/page-header.mjs +10 -10
  153. package/fesm2022/page-header.mjs.map +1 -1
  154. package/fesm2022/pdf.mjs +19 -16
  155. package/fesm2022/pdf.mjs.map +1 -1
  156. package/fesm2022/qr.mjs +13 -10
  157. package/fesm2022/qr.mjs.map +1 -1
  158. package/fesm2022/quick-menu.mjs +8 -8
  159. package/fesm2022/quick-menu.mjs.map +1 -1
  160. package/fesm2022/result.mjs +13 -14
  161. package/fesm2022/result.mjs.map +1 -1
  162. package/fesm2022/reuse-tab.mjs +148 -52
  163. package/fesm2022/reuse-tab.mjs.map +1 -1
  164. package/fesm2022/se.mjs +36 -32
  165. package/fesm2022/se.mjs.map +1 -1
  166. package/fesm2022/sg.mjs +13 -13
  167. package/fesm2022/sg.mjs.map +1 -1
  168. package/fesm2022/st.mjs +248 -210
  169. package/fesm2022/st.mjs.map +1 -1
  170. package/fesm2022/sv.mjs +50 -38
  171. package/fesm2022/sv.mjs.map +1 -1
  172. package/fesm2022/tag-select.mjs +13 -14
  173. package/fesm2022/tag-select.mjs.map +1 -1
  174. package/fesm2022/xlsx.mjs +15 -16
  175. package/fesm2022/xlsx.mjs.map +1 -1
  176. package/fesm2022/zip.mjs +6 -19
  177. package/fesm2022/zip.mjs.map +1 -1
  178. package/footer-toolbar/style/index.less +1 -1
  179. package/full-content/style/index.less +1 -1
  180. package/global-footer/style/index.less +1 -1
  181. package/hotkey/hotkey.directive.d.ts +1 -1
  182. package/hotkey/hotkey.module.d.ts +1 -1
  183. package/let/let.directive.d.ts +1 -1
  184. package/let/let.module.d.ts +1 -1
  185. package/loading/style/index.less +3 -3
  186. package/notice-icon/style/index.less +7 -7
  187. package/observers/observer-size.d.ts +2 -2
  188. package/onboarding/style/index.less +3 -3
  189. package/package.json +6 -6
  190. package/page-header/style/index.less +4 -4
  191. package/pdf/style/index.less +1 -1
  192. package/quick-menu/style/index.less +2 -2
  193. package/result/style/index.less +7 -7
  194. package/reuse-tab/provide.d.ts +28 -0
  195. package/reuse-tab/public_api.d.ts +1 -0
  196. package/reuse-tab/reuse-tab-context-menu.component.d.ts +1 -1
  197. package/reuse-tab/reuse-tab-context.component.d.ts +1 -1
  198. package/reuse-tab/reuse-tab-context.directive.d.ts +1 -1
  199. package/reuse-tab/reuse-tab.component.d.ts +1 -1
  200. package/reuse-tab/reuse-tab.module.d.ts +12 -12
  201. package/reuse-tab/style/index.less +4 -4
  202. package/se/style/index.less +5 -5
  203. package/st/provide.d.ts +10 -0
  204. package/st/public_api.d.ts +1 -0
  205. package/st/style/index.less +4 -4
  206. package/sv/style/index.less +11 -11
  207. package/tag-select/style/index.less +2 -2
  208. package/tag-select/style/rtl.less +2 -1
  209. package/xlsx/xlsx.directive.d.ts +1 -1
  210. package/xlsx/xlsx.module.d.ts +1 -2
  211. package/zip/public_api.d.ts +0 -1
  212. package/esm2022/zip/zip.module.mjs +0 -15
  213. package/zip/zip.module.d.ts +0 -7
@@ -3,14 +3,14 @@
3
3
 
4
4
  @{se-prefix} {
5
5
  &__title {
6
- display: block;
7
6
  float: none;
8
7
  clear: both;
8
+ display: block;
9
9
  width: 100%;
10
- color: @heading-color;
11
- font-weight: 700;
12
10
  font-size: 14px;
11
+ font-weight: 700;
13
12
  line-height: @line-height-base;
13
+ color: @heading-color;
14
14
  }
15
15
 
16
16
  &__item {
@@ -23,8 +23,8 @@
23
23
 
24
24
  &-empty {
25
25
  &::before {
26
- display: inline-block;
27
26
  content: '';
27
+ display: inline-block;
28
28
  }
29
29
  }
30
30
 
@@ -37,8 +37,8 @@
37
37
  display: table-cell;
38
38
  flex: 0 0 auto;
39
39
  width: initial;
40
- white-space: nowrap;
41
40
  text-align: right;
41
+ white-space: nowrap;
42
42
 
43
43
  &-optional {
44
44
  margin-left: @se-optional-margin;
@@ -0,0 +1,10 @@
1
+ import { EnvironmentProviders } from '@angular/core';
2
+ import type { NzSafeAny } from 'ng-zorro-antd/core/types';
3
+ export interface STWidgetProvideConfig {
4
+ KEY: string;
5
+ type: NzSafeAny;
6
+ }
7
+ /**
8
+ * Just only using Standalone widgets
9
+ */
10
+ export declare function provideSTWidgets(...widgets: STWidgetProvideConfig[]): EnvironmentProviders;
@@ -9,3 +9,4 @@ export { STComponent } from './st.component';
9
9
  export { STRowDirective } from './st-row.directive';
10
10
  export * from './st.config';
11
11
  export { STModule } from './st.module';
12
+ export * from './provide';
@@ -6,16 +6,16 @@
6
6
 
7
7
  &__p-left {
8
8
  .@{ant-prefix}-table-pagination {
9
- display: block;
10
9
  float: none;
10
+ display: block;
11
11
  text-align: left;
12
12
  }
13
13
  }
14
14
 
15
15
  &__p-center {
16
16
  .@{ant-prefix}-table-pagination {
17
- display: block;
18
17
  float: none;
18
+ display: block;
19
19
  text-align: center;
20
20
  }
21
21
  }
@@ -30,8 +30,8 @@
30
30
 
31
31
  &-disabled {
32
32
  @{st-prefix}__btn-text {
33
- color: @st-btn-disabled-color;
34
33
  pointer-events: none;
34
+ color: @st-btn-disabled-color;
35
35
  }
36
36
  }
37
37
  }
@@ -181,8 +181,8 @@
181
181
  .ant-table-content,
182
182
  .ant-table-body {
183
183
  > table {
184
- word-wrap: break-word !important;
185
184
  table-layout: fixed !important;
185
+ word-wrap: break-word !important;
186
186
  }
187
187
  }
188
188
  }
@@ -13,8 +13,8 @@
13
13
 
14
14
  // offset the padding-bottom of last row
15
15
  .@{ant-prefix}-row {
16
- margin-bottom: -@sv-bottom;
17
16
  overflow: hidden;
17
+ margin-bottom: -@sv-bottom;
18
18
  }
19
19
  }
20
20
 
@@ -23,8 +23,8 @@
23
23
  display: flex;
24
24
 
25
25
  @{sv-prefix}__label {
26
- flex: 0 0 auto;
27
26
  overflow: hidden;
27
+ flex: 0 0 auto;
28
28
  text-align: right;
29
29
  text-overflow: ellipsis;
30
30
  }
@@ -39,30 +39,30 @@
39
39
  }
40
40
 
41
41
  &__title {
42
- display: block;
43
42
  float: none;
44
43
  clear: both;
44
+ display: block;
45
45
  width: 100%;
46
46
  margin-bottom: @sv-bottom;
47
- color: @heading-color;
48
- font-weight: 500;
49
47
  font-size: 14px;
48
+ font-weight: 500;
49
+ color: @heading-color;
50
50
  }
51
51
 
52
52
  &__label {
53
53
  display: table-cell;
54
54
  // margin-right: 8px;
55
55
  padding-bottom: @sv-bottom;
56
- color: @sv-label-color;
57
56
  line-height: 22px;
57
+ color: @sv-label-color;
58
58
  white-space: nowrap;
59
59
 
60
60
  &:not(@{sv-prefix}__label-empty) {
61
61
  &::after {
62
+ content: ':';
62
63
  position: relative;
63
64
  top: -0.5px;
64
65
  margin: 0 8px 0 2px;
65
- content: ':';
66
66
  }
67
67
  }
68
68
 
@@ -85,10 +85,10 @@
85
85
  display: table-cell;
86
86
  width: 100%;
87
87
  padding-bottom: @sv-bottom;
88
- color: @sv-detail-color;
89
88
  line-height: 22px;
90
- vertical-align: top;
89
+ color: @sv-detail-color;
91
90
  word-break: break-all;
91
+ vertical-align: top;
92
92
  }
93
93
 
94
94
  &__type {
@@ -148,9 +148,9 @@
148
148
 
149
149
  &-prefix,
150
150
  &-unit {
151
- color: @sv-value-prefix-unit-color;
152
151
  font-size: @sv-value-prefix-unit-font-size;
153
152
  font-style: normal;
153
+ color: @sv-value-prefix-unit-color;
154
154
  }
155
155
 
156
156
  &-prefix {
@@ -172,11 +172,11 @@
172
172
  padding-left: @sv-value-mulit-padding + @sv-value-mulit-content-width;
173
173
 
174
174
  &::before {
175
+ content: @sv-value-mulit-content;
175
176
  position: absolute;
176
177
  left: 0;
177
178
  width: @sv-value-mulit-content-width;
178
179
  color: @sv-label-color;
179
- content: @sv-value-mulit-content;
180
180
  }
181
181
  }
182
182
 
@@ -3,15 +3,15 @@
3
3
  @tag-select-height: @tag-line-height + 2px; // 2px is top & bottom border width
4
4
 
5
5
  @{tag-select-prefix} {
6
+ user-select: none;
6
7
  position: relative;
8
+ overflow: hidden;
7
9
  display: block;
8
10
  max-height: @tag-select-height + @tag-select-margin;
9
11
  margin-top: -@tag-select-margin;
10
12
  margin-left: -8px;
11
- overflow: hidden;
12
13
  line-height: @line-height-base;
13
14
  transition: all 0.3s;
14
- user-select: none;
15
15
 
16
16
  &__expanded {
17
17
  max-height: 200px;
@@ -1,12 +1,13 @@
1
1
  @{tag-select-prefix}-rtl {
2
+ direction: rtl;
2
3
  margin-right: -8px;
3
4
  margin-left: 0;
4
- direction: rtl;
5
5
 
6
6
  &__has-expand {
7
7
  padding-right: 0 !important;
8
8
  padding-left: 50px !important;
9
9
  }
10
+
10
11
  @{tag-select-prefix} {
11
12
  .@{ant-prefix}-tag {
12
13
  margin-right: 0;
@@ -7,5 +7,5 @@ export declare class XlsxDirective {
7
7
  constructor(srv: XlsxService);
8
8
  _click(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<XlsxDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<XlsxDirective, "[xlsx]", ["xlsx"], { "data": { "alias": "xlsx"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<XlsxDirective, "[xlsx]", ["xlsx"], { "data": { "alias": "xlsx"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
@@ -1,8 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./xlsx.directive";
3
- import * as i2 from "@angular/common";
4
3
  export declare class XlsxModule {
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<XlsxModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<XlsxModule, [typeof i1.XlsxDirective], [typeof i2.CommonModule], [typeof i1.XlsxDirective]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<XlsxModule, never, [typeof i1.XlsxDirective], [typeof i1.XlsxDirective]>;
7
6
  static ɵinj: i0.ɵɵInjectorDeclaration<XlsxModule>;
8
7
  }
@@ -1,3 +1,2 @@
1
1
  export * from './zip.types';
2
2
  export { ZipService } from './zip.service';
3
- export { ZipModule } from './zip.module';
@@ -1,15 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export class ZipModule {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ZipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.11", ngImport: i0, type: ZipModule, imports: [CommonModule] }); }
7
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ZipModule, imports: [CommonModule] }); }
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: ZipModule, decorators: [{
10
- type: NgModule,
11
- args: [{
12
- imports: [CommonModule]
13
- }]
14
- }] });
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiemlwLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FiYy96aXAvemlwLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFLekMsTUFBTSxPQUFPLFNBQVM7K0dBQVQsU0FBUztnSEFBVCxTQUFTLFlBRlYsWUFBWTtnSEFFWCxTQUFTLFlBRlYsWUFBWTs7NEZBRVgsU0FBUztrQkFIckIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7aUJBQ3hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdXG59KVxuZXhwb3J0IGNsYXNzIFppcE1vZHVsZSB7fVxuIl19
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- export declare class ZipModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<ZipModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<ZipModule, never, [typeof i1.CommonModule], never>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<ZipModule>;
7
- }