fantasy-ngzorro 1.3.29 → 1.3.31

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 (163) hide show
  1. package/bundles/fantasy-ngzorro.umd.js +6049 -6035
  2. package/bundles/fantasy-ngzorro.umd.js.map +1 -1
  3. package/bundles/fantasy-ngzorro.umd.min.js +1 -1
  4. package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
  5. package/esm2015/fantasy-ngzorro.js +39 -39
  6. package/esm2015/fantasy-ngzorro.module.js +18 -18
  7. package/esm2015/hd-button/hd-button.component.js +91 -91
  8. package/esm2015/hd-button/hd-button.module.js +22 -22
  9. package/esm2015/hd-button/hd-button.service.js +36 -36
  10. package/esm2015/hd-button-group/hd-button-group.component.js +32 -32
  11. package/esm2015/hd-button-group/hd-button-group.module.js +22 -22
  12. package/esm2015/hd-component.module.js +44 -44
  13. package/esm2015/hd-current-table/hd-current-table.component.js +224 -224
  14. package/esm2015/hd-current-table/hd-current-table.module.js +23 -23
  15. package/esm2015/hd-current-table/hd-current-table.service.js +34 -34
  16. package/esm2015/hd-detail-form/hd-detail-form.component.js +64 -64
  17. package/esm2015/hd-detail-form/hd-detail-form.module.js +20 -20
  18. package/esm2015/hd-detail-form/hd-detail-form.service.js +17 -17
  19. package/esm2015/hd-detail-lines/hd-detail-lines.component.js +266 -266
  20. package/esm2015/hd-detail-lines/hd-detail-lines.module.js +23 -23
  21. package/esm2015/hd-detail-lines/hd-detail-lines.service.js +18 -18
  22. package/esm2015/hd-detail-tip/hd-detail-tip.component.js +61 -61
  23. package/esm2015/hd-detail-tip/hd-detail-tip.module.js +22 -22
  24. package/esm2015/hd-filter/hd-filter.component.js +193 -193
  25. package/esm2015/hd-filter/hd-filter.module.js +25 -25
  26. package/esm2015/hd-filter/hd-filter.service.js +80 -70
  27. package/esm2015/hd-form/hd-form.component.js +369 -369
  28. package/esm2015/hd-form/hd-form.module.js +25 -25
  29. package/esm2015/hd-form/hd-form.service.js +129 -129
  30. package/esm2015/hd-form-lines/hd-form-lines.component.js +1537 -1537
  31. package/esm2015/hd-form-lines/hd-form-lines.module.js +29 -29
  32. package/esm2015/hd-form-lines/hd-form-lines.service.js +121 -121
  33. package/esm2015/hd-log/hd-log.component.js +30 -30
  34. package/esm2015/hd-log/hd-log.module.js +25 -25
  35. package/esm2015/hd-log/hd-log.service.js +47 -47
  36. package/esm2015/hd-popconfirm/hd-popconfirm.component.js +52 -52
  37. package/esm2015/hd-popconfirm/hd-popconfirm.module.js +27 -27
  38. package/esm2015/hd-space/hd-space.component.js +51 -51
  39. package/esm2015/hd-space/hd-space.module.js +23 -23
  40. package/esm2015/hd-space/hd-space.service.js +33 -33
  41. package/esm2015/hd-status/hd-status.component.js +50 -50
  42. package/esm2015/hd-status/hd-status.module.js +27 -27
  43. package/esm2015/hd-status/hd-status.service.js +33 -33
  44. package/esm2015/hd-table/hd-table.component.js +972 -972
  45. package/esm2015/hd-table/hd-table.module.js +43 -43
  46. package/esm2015/hd-table/hd-table.service.js +116 -116
  47. package/esm2015/hd-tip/hd-tip.component.js +37 -37
  48. package/esm2015/hd-tip/hd-tip.module.js +20 -20
  49. package/esm2015/index.js +7 -7
  50. package/esm2015/model/colWidth.js +36 -36
  51. package/esm2015/model/common-type.js +122 -122
  52. package/esm2015/model/staticConst.js +8 -8
  53. package/esm2015/public-api.js +20 -20
  54. package/esm2015/service/common-session.service.js +37 -37
  55. package/esm2015/utils.js +128 -128
  56. package/esm5/fantasy-ngzorro.js +39 -39
  57. package/esm5/fantasy-ngzorro.module.js +22 -22
  58. package/esm5/hd-button/hd-button.component.js +104 -104
  59. package/esm5/hd-button/hd-button.module.js +26 -26
  60. package/esm5/hd-button/hd-button.service.js +39 -39
  61. package/esm5/hd-button-group/hd-button-group.component.js +38 -38
  62. package/esm5/hd-button-group/hd-button-group.module.js +26 -26
  63. package/esm5/hd-component.module.js +48 -48
  64. package/esm5/hd-current-table/hd-current-table.component.js +260 -260
  65. package/esm5/hd-current-table/hd-current-table.module.js +27 -27
  66. package/esm5/hd-current-table/hd-current-table.service.js +46 -46
  67. package/esm5/hd-detail-form/hd-detail-form.component.js +77 -77
  68. package/esm5/hd-detail-form/hd-detail-form.module.js +24 -24
  69. package/esm5/hd-detail-form/hd-detail-form.service.js +20 -20
  70. package/esm5/hd-detail-lines/hd-detail-lines.component.js +314 -314
  71. package/esm5/hd-detail-lines/hd-detail-lines.module.js +27 -27
  72. package/esm5/hd-detail-lines/hd-detail-lines.service.js +22 -22
  73. package/esm5/hd-detail-tip/hd-detail-tip.component.js +72 -72
  74. package/esm5/hd-detail-tip/hd-detail-tip.module.js +26 -26
  75. package/esm5/hd-filter/hd-filter.component.js +232 -232
  76. package/esm5/hd-filter/hd-filter.module.js +29 -29
  77. package/esm5/hd-filter/hd-filter.service.js +92 -78
  78. package/esm5/hd-form/hd-form.component.js +424 -424
  79. package/esm5/hd-form/hd-form.module.js +29 -29
  80. package/esm5/hd-form/hd-form.service.js +141 -141
  81. package/esm5/hd-form-lines/hd-form-lines.component.js +1844 -1844
  82. package/esm5/hd-form-lines/hd-form-lines.module.js +33 -33
  83. package/esm5/hd-form-lines/hd-form-lines.service.js +137 -137
  84. package/esm5/hd-log/hd-log.component.js +35 -35
  85. package/esm5/hd-log/hd-log.module.js +29 -29
  86. package/esm5/hd-log/hd-log.service.js +50 -50
  87. package/esm5/hd-popconfirm/hd-popconfirm.component.js +65 -65
  88. package/esm5/hd-popconfirm/hd-popconfirm.module.js +31 -31
  89. package/esm5/hd-space/hd-space.component.js +56 -56
  90. package/esm5/hd-space/hd-space.module.js +27 -27
  91. package/esm5/hd-space/hd-space.service.js +40 -40
  92. package/esm5/hd-status/hd-status.component.js +62 -62
  93. package/esm5/hd-status/hd-status.module.js +31 -31
  94. package/esm5/hd-status/hd-status.service.js +35 -35
  95. package/esm5/hd-table/hd-table.component.js +1100 -1100
  96. package/esm5/hd-table/hd-table.module.js +47 -47
  97. package/esm5/hd-table/hd-table.service.js +136 -136
  98. package/esm5/hd-tip/hd-tip.component.js +42 -42
  99. package/esm5/hd-tip/hd-tip.module.js +24 -24
  100. package/esm5/index.js +7 -7
  101. package/esm5/model/colWidth.js +36 -36
  102. package/esm5/model/common-type.js +146 -146
  103. package/esm5/model/staticConst.js +8 -8
  104. package/esm5/public-api.js +20 -20
  105. package/esm5/service/common-session.service.js +54 -54
  106. package/esm5/utils.js +128 -128
  107. package/fantasy-ngzorro.d.ts +34 -34
  108. package/fantasy-ngzorro.metadata.json +1 -1
  109. package/fantasy-ngzorro.module.d.ts +2 -2
  110. package/fesm2015/fantasy-ngzorro.js +5234 -5224
  111. package/fesm2015/fantasy-ngzorro.js.map +1 -1
  112. package/fesm5/fantasy-ngzorro.js +6058 -6045
  113. package/fesm5/fantasy-ngzorro.js.map +1 -1
  114. package/hd-button/hd-button.component.d.ts +14 -14
  115. package/hd-button/hd-button.module.d.ts +2 -2
  116. package/hd-button/hd-button.service.d.ts +17 -17
  117. package/hd-button-group/hd-button-group.component.d.ts +7 -7
  118. package/hd-button-group/hd-button-group.module.d.ts +2 -2
  119. package/hd-component.module.d.ts +2 -2
  120. package/hd-current-table/hd-current-table.component.d.ts +43 -43
  121. package/hd-current-table/hd-current-table.module.d.ts +2 -2
  122. package/hd-current-table/hd-current-table.service.d.ts +13 -13
  123. package/hd-detail-form/hd-detail-form.component.d.ts +9 -9
  124. package/hd-detail-form/hd-detail-form.module.d.ts +2 -2
  125. package/hd-detail-form/hd-detail-form.service.d.ts +3 -3
  126. package/hd-detail-lines/hd-detail-lines.component.d.ts +48 -48
  127. package/hd-detail-lines/hd-detail-lines.module.d.ts +2 -2
  128. package/hd-detail-lines/hd-detail-lines.service.d.ts +7 -7
  129. package/hd-detail-tip/hd-detail-tip.component.d.ts +12 -12
  130. package/hd-detail-tip/hd-detail-tip.module.d.ts +2 -2
  131. package/hd-filter/hd-filter.component.d.ts +23 -23
  132. package/hd-filter/hd-filter.module.d.ts +2 -2
  133. package/hd-filter/hd-filter.service.d.ts +30 -25
  134. package/hd-form/hd-form.component.d.ts +25 -25
  135. package/hd-form/hd-form.module.d.ts +2 -2
  136. package/hd-form/hd-form.service.d.ts +51 -51
  137. package/hd-form-lines/hd-form-lines.component.d.ts +147 -147
  138. package/hd-form-lines/hd-form-lines.module.d.ts +2 -2
  139. package/hd-form-lines/hd-form-lines.service.d.ts +53 -53
  140. package/hd-log/hd-log.component.d.ts +6 -6
  141. package/hd-log/hd-log.module.d.ts +2 -2
  142. package/hd-log/hd-log.service.d.ts +6 -6
  143. package/hd-popconfirm/hd-popconfirm.component.d.ts +10 -10
  144. package/hd-popconfirm/hd-popconfirm.module.d.ts +2 -2
  145. package/hd-space/hd-space.component.d.ts +10 -10
  146. package/hd-space/hd-space.module.d.ts +2 -2
  147. package/hd-space/hd-space.service.d.ts +12 -12
  148. package/hd-status/hd-status.component.d.ts +9 -9
  149. package/hd-status/hd-status.module.d.ts +2 -2
  150. package/hd-status/hd-status.service.d.ts +11 -11
  151. package/hd-table/hd-table.component.d.ts +91 -91
  152. package/hd-table/hd-table.module.d.ts +2 -2
  153. package/hd-table/hd-table.service.d.ts +42 -42
  154. package/hd-tip/hd-tip.component.d.ts +8 -8
  155. package/hd-tip/hd-tip.module.d.ts +2 -2
  156. package/index.d.ts +2 -2
  157. package/model/colWidth.d.ts +17 -17
  158. package/model/common-type.d.ts +46 -46
  159. package/model/staticConst.d.ts +3 -3
  160. package/package.json +1 -1
  161. package/public-api.d.ts +15 -15
  162. package/service/common-session.service.d.ts +5 -5
  163. package/utils.d.ts +28 -28
@@ -1,66 +1,66 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- import { Component, Output, Input, EventEmitter } from '@angular/core';
6
- var HdPopconfirmComponent = /** @class */ (function () {
7
- function HdPopconfirmComponent() {
8
- this.confirmOption = new EventEmitter();
9
- this.cancelOption = new EventEmitter();
10
- }
11
- /**
12
- * @return {?}
13
- */
14
- HdPopconfirmComponent.prototype.ngOnInit = /**
15
- * @return {?}
16
- */
17
- function () {
18
- };
19
- /**
20
- * @param {?} e
21
- * @return {?}
22
- */
23
- HdPopconfirmComponent.prototype.cancel = /**
24
- * @param {?} e
25
- * @return {?}
26
- */
27
- function (e) {
28
- this.cancelOption.emit();
29
- };
30
- /**
31
- * @param {?} e
32
- * @return {?}
33
- */
34
- HdPopconfirmComponent.prototype.confirm = /**
35
- * @param {?} e
36
- * @return {?}
37
- */
38
- function (e) {
39
- this.confirmOption.emit();
40
- };
41
- HdPopconfirmComponent.decorators = [
42
- { type: Component, args: [{
43
- selector: 'hd-popconfirm',
44
- template: "<div class=\"popconfirm-content\">\n <div class=\"popconfirm-arrow\"></div>\n\n <div class=\"popconfirm-inner\">\n <div class=\"message-content\">\n <svg class=\"icon-warn\" viewBox=\"64 64 896 896\" fill=\"currentColor\" width=\"1em\" height=\"1em\" data-icon=\"exclamation-circle\" aria-hidden=\"true\"><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z\"></path></svg>\n <p style=\"text-indent: 18px\">{{message}}</p>\n </div>\n\n <!-- \u6309\u94AE\u63D0\u793A -->\n <div class=\"btn-content\">\n <button type=\"button\" (click)=\"cancel($event)\" nz-button nzType=\"default\">\u53D6\u6D88</button>\n <button type=\"button\" (click)=\"confirm($event)\" nz-button nzType=\"primary\">\u786E\u8BA4</button>\n </div>\n </div>\n</div>\n",
45
- styles: [".popconfirm-content{position:relative}.popconfirm-arrow{position:absolute;top:15px;left:-4px;display:block;width:8.5px;height:8.5px;background:0 0;border-style:solid;border-width:4.24264069px;transform:rotate(45deg);right:6px;box-shadow:-3px 3px 7px rgba(0,0,0,.07);border-color:transparent transparent #fff #fff}.popconfirm-inner{min-width:158px;background-color:#fff;padding:12px 16px;box-sizing:border-box;line-height:1.5;box-shadow:0 2px 8px rgba(0,0,0,.15);border-radius:4px;text-align:left}.message-content{position:relative}.icon-warn{color:#faad14;position:absolute;top:4px;font-size:14px}.btn-content{width:100%;text-align:right}:host ::ng-deep .btn-content>button{padding:0 7px!important;margin-left:8px!important;font-size:14px!important}"]
46
- }] }
47
- ];
48
- /** @nocollapse */
49
- HdPopconfirmComponent.ctorParameters = function () { return []; };
50
- HdPopconfirmComponent.propDecorators = {
51
- message: [{ type: Input }],
52
- confirmOption: [{ type: Output }],
53
- cancelOption: [{ type: Output }]
54
- };
55
- return HdPopconfirmComponent;
56
- }());
57
- export { HdPopconfirmComponent };
58
- if (false) {
59
- /** @type {?} */
60
- HdPopconfirmComponent.prototype.message;
61
- /** @type {?} */
62
- HdPopconfirmComponent.prototype.confirmOption;
63
- /** @type {?} */
64
- HdPopconfirmComponent.prototype.cancelOption;
65
- }
1
+ /**
2
+ * @fileoverview added by tsickle
3
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
+ */
5
+ import { Component, Output, Input, EventEmitter } from '@angular/core';
6
+ var HdPopconfirmComponent = /** @class */ (function () {
7
+ function HdPopconfirmComponent() {
8
+ this.confirmOption = new EventEmitter();
9
+ this.cancelOption = new EventEmitter();
10
+ }
11
+ /**
12
+ * @return {?}
13
+ */
14
+ HdPopconfirmComponent.prototype.ngOnInit = /**
15
+ * @return {?}
16
+ */
17
+ function () {
18
+ };
19
+ /**
20
+ * @param {?} e
21
+ * @return {?}
22
+ */
23
+ HdPopconfirmComponent.prototype.cancel = /**
24
+ * @param {?} e
25
+ * @return {?}
26
+ */
27
+ function (e) {
28
+ this.cancelOption.emit();
29
+ };
30
+ /**
31
+ * @param {?} e
32
+ * @return {?}
33
+ */
34
+ HdPopconfirmComponent.prototype.confirm = /**
35
+ * @param {?} e
36
+ * @return {?}
37
+ */
38
+ function (e) {
39
+ this.confirmOption.emit();
40
+ };
41
+ HdPopconfirmComponent.decorators = [
42
+ { type: Component, args: [{
43
+ selector: 'hd-popconfirm',
44
+ template: "<div class=\"popconfirm-content\">\n <div class=\"popconfirm-arrow\"></div>\n\n <div class=\"popconfirm-inner\">\n <div class=\"message-content\">\n <svg class=\"icon-warn\" viewBox=\"64 64 896 896\" fill=\"currentColor\" width=\"1em\" height=\"1em\" data-icon=\"exclamation-circle\" aria-hidden=\"true\"><path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z\"></path></svg>\n <p style=\"text-indent: 18px\">{{message}}</p>\n </div>\n\n <!-- \u6309\u94AE\u63D0\u793A -->\n <div class=\"btn-content\">\n <button type=\"button\" (click)=\"cancel($event)\" nz-button nzType=\"default\">\u53D6\u6D88</button>\n <button type=\"button\" (click)=\"confirm($event)\" nz-button nzType=\"primary\">\u786E\u8BA4</button>\n </div>\n </div>\n</div>\n",
45
+ styles: [".popconfirm-content{position:relative}.popconfirm-arrow{position:absolute;top:15px;left:-4px;display:block;width:8.5px;height:8.5px;background:0 0;border-style:solid;border-width:4.24264069px;transform:rotate(45deg);right:6px;box-shadow:-3px 3px 7px rgba(0,0,0,.07);border-color:transparent transparent #fff #fff}.popconfirm-inner{min-width:158px;background-color:#fff;padding:12px 16px;box-sizing:border-box;line-height:1.5;box-shadow:0 2px 8px rgba(0,0,0,.15);border-radius:4px;text-align:left}.message-content{position:relative}.icon-warn{color:#faad14;position:absolute;top:4px;font-size:14px}.btn-content{width:100%;text-align:right}:host ::ng-deep .btn-content>button{padding:0 7px!important;margin-left:8px!important;font-size:14px!important}"]
46
+ }] }
47
+ ];
48
+ /** @nocollapse */
49
+ HdPopconfirmComponent.ctorParameters = function () { return []; };
50
+ HdPopconfirmComponent.propDecorators = {
51
+ message: [{ type: Input }],
52
+ confirmOption: [{ type: Output }],
53
+ cancelOption: [{ type: Output }]
54
+ };
55
+ return HdPopconfirmComponent;
56
+ }());
57
+ export { HdPopconfirmComponent };
58
+ if (false) {
59
+ /** @type {?} */
60
+ HdPopconfirmComponent.prototype.message;
61
+ /** @type {?} */
62
+ HdPopconfirmComponent.prototype.confirmOption;
63
+ /** @type {?} */
64
+ HdPopconfirmComponent.prototype.cancelOption;
65
+ }
66
66
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGQtcG9wY29uZmlybS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9mYW50YXN5LW5nem9ycm8vIiwic291cmNlcyI6WyJoZC1wb3Bjb25maXJtL2hkLXBvcGNvbmZpcm0uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sRUFBRSxLQUFLLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRS9FO0lBVUU7UUFIVSxrQkFBYSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDeEMsaUJBQVksR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBRWpDLENBQUM7Ozs7SUFFakIsd0NBQVE7OztJQUFSO0lBQ0EsQ0FBQzs7Ozs7SUFHRCxzQ0FBTTs7OztJQUFOLFVBQU8sQ0FBTTtRQUNYLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDM0IsQ0FBQzs7Ozs7SUFFRCx1Q0FBTzs7OztJQUFQLFVBQVEsQ0FBTTtRQUNaLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDNUIsQ0FBQzs7Z0JBdEJGLFNBQVMsU0FBQztvQkFDVCxRQUFRLEVBQUUsZUFBZTtvQkFDekIsdzhCQUE2Qzs7aUJBRTlDOzs7OzswQkFFRSxLQUFLO2dDQUNMLE1BQU07K0JBQ04sTUFBTTs7SUFnQlQsNEJBQUM7Q0FBQSxBQXhCRCxJQXdCQztTQW5CWSxxQkFBcUI7OztJQUNoQyx3Q0FBeUI7O0lBQ3pCLDhDQUFrRDs7SUFDbEQsNkNBQWlEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIE91dHB1dCwgSW5wdXQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdoZC1wb3Bjb25maXJtJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2hkLXBvcGNvbmZpcm0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9oZC1wb3Bjb25maXJtLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgSGRQb3Bjb25maXJtQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkgbWVzc2FnZTogc3RyaW5nO1xuICBAT3V0cHV0KCkgY29uZmlybU9wdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xuICBAT3V0cHV0KCkgY2FuY2VsT3B0aW9uID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBuZ09uSW5pdCgpIHtcbiAgfVxuXG5cbiAgY2FuY2VsKGU6IGFueSk6IHZvaWR7XG4gICAgdGhpcy5jYW5jZWxPcHRpb24uZW1pdCgpO1xuICB9XG5cbiAgY29uZmlybShlOiBhbnkpOiB2b2lke1xuICAgIHRoaXMuY29uZmlybU9wdGlvbi5lbWl0KCk7XG4gIH1cblxufVxuIl19
@@ -1,32 +1,32 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- import { NgModule } from '@angular/core';
6
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
7
- import { CommonModule } from '@angular/common';
8
- import { NgZorroAntdModule } from 'ng-zorro-antd';
9
- import { HdPopconfirmComponent } from "./hd-popconfirm.component";
10
- var HdPopconfirmModule = /** @class */ (function () {
11
- function HdPopconfirmModule() {
12
- }
13
- HdPopconfirmModule.decorators = [
14
- { type: NgModule, args: [{
15
- declarations: [
16
- HdPopconfirmComponent
17
- ],
18
- imports: [
19
- FormsModule,
20
- ReactiveFormsModule,
21
- CommonModule,
22
- NgZorroAntdModule,
23
- ],
24
- exports: [HdPopconfirmComponent],
25
- providers: [],
26
- bootstrap: [HdPopconfirmComponent]
27
- },] }
28
- ];
29
- return HdPopconfirmModule;
30
- }());
31
- export { HdPopconfirmModule };
1
+ /**
2
+ * @fileoverview added by tsickle
3
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
+ */
5
+ import { NgModule } from '@angular/core';
6
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
7
+ import { CommonModule } from '@angular/common';
8
+ import { NgZorroAntdModule } from 'ng-zorro-antd';
9
+ import { HdPopconfirmComponent } from "./hd-popconfirm.component";
10
+ var HdPopconfirmModule = /** @class */ (function () {
11
+ function HdPopconfirmModule() {
12
+ }
13
+ HdPopconfirmModule.decorators = [
14
+ { type: NgModule, args: [{
15
+ declarations: [
16
+ HdPopconfirmComponent
17
+ ],
18
+ imports: [
19
+ FormsModule,
20
+ ReactiveFormsModule,
21
+ CommonModule,
22
+ NgZorroAntdModule,
23
+ ],
24
+ exports: [HdPopconfirmComponent],
25
+ providers: [],
26
+ bootstrap: [HdPopconfirmComponent]
27
+ },] }
28
+ ];
29
+ return HdPopconfirmModule;
30
+ }());
31
+ export { HdPopconfirmModule };
32
32
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGQtcG9wY29uZmlybS5tb2R1bGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9mYW50YXN5LW5nem9ycm8vIiwic291cmNlcyI6WyJoZC1wb3Bjb25maXJtL2hkLXBvcGNvbmZpcm0ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2xELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRWxFO0lBQUE7SUFlQSxDQUFDOztnQkFmQSxRQUFRLFNBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFdBQVc7d0JBQ1gsbUJBQW1CO3dCQUNuQixZQUFZO3dCQUNaLGlCQUFpQjtxQkFDbEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMscUJBQXFCLENBQUM7b0JBQ2hDLFNBQVMsRUFBRSxFQUFFO29CQUNiLFNBQVMsRUFBRSxDQUFDLHFCQUFxQixDQUFDO2lCQUNuQzs7SUFFRCx5QkFBQztDQUFBLEFBZkQsSUFlQztTQURZLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ1pvcnJvQW50ZE1vZHVsZSB9IGZyb20gJ25nLXpvcnJvLWFudGQnO1xuaW1wb3J0IHsgSGRQb3Bjb25maXJtQ29tcG9uZW50IH0gZnJvbSBcIi4vaGQtcG9wY29uZmlybS5jb21wb25lbnRcIjtcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgSGRQb3Bjb25maXJtQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIENvbW1vbk1vZHVsZSxcbiAgICBOZ1pvcnJvQW50ZE1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW0hkUG9wY29uZmlybUNvbXBvbmVudF0sXG4gIHByb3ZpZGVyczogW10sXG4gIGJvb3RzdHJhcDogW0hkUG9wY29uZmlybUNvbXBvbmVudF1cbn0pXG5leHBvcnQgY2xhc3MgSGRQb3Bjb25maXJtTW9kdWxlIHtcbn1cbiJdfQ==
@@ -1,57 +1,57 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- import { Component, Input } from '@angular/core';
6
- import { Style, SpaceType } from "./hd-space.service";
7
- var HdSpaceComponent = /** @class */ (function () {
8
- function HdSpaceComponent() {
9
- this.type = SpaceType.row;
10
- this.background = 'inherit';
11
- this.style = new Style();
12
- }
13
- /**
14
- * @return {?}
15
- */
16
- HdSpaceComponent.prototype.ngOnInit = /**
17
- * @return {?}
18
- */
19
- function () {
20
- this.style['background'] = this.background;
21
- if (this.type === SpaceType.row) {
22
- this.style['width'] = '100%';
23
- this.style['height'] = this.size + 'px';
24
- }
25
- else {
26
- this.style['height'] = '100%';
27
- this.style['width'] = this.size + 'px';
28
- }
29
- };
30
- HdSpaceComponent.decorators = [
31
- { type: Component, args: [{
32
- selector: 'hd-space',
33
- template: "<nz-content>\n <div [ngStyle]=\"style\"></div>\n</nz-content>\n",
34
- styles: [""]
35
- }] }
36
- ];
37
- /** @nocollapse */
38
- HdSpaceComponent.ctorParameters = function () { return []; };
39
- HdSpaceComponent.propDecorators = {
40
- type: [{ type: Input }],
41
- size: [{ type: Input }],
42
- background: [{ type: Input }]
43
- };
44
- return HdSpaceComponent;
45
- }());
46
- export { HdSpaceComponent };
47
- if (false) {
48
- /** @type {?} */
49
- HdSpaceComponent.prototype.type;
50
- /** @type {?} */
51
- HdSpaceComponent.prototype.size;
52
- /** @type {?} */
53
- HdSpaceComponent.prototype.background;
54
- /** @type {?} */
55
- HdSpaceComponent.prototype.style;
56
- }
1
+ /**
2
+ * @fileoverview added by tsickle
3
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
+ */
5
+ import { Component, Input } from '@angular/core';
6
+ import { Style, SpaceType } from "./hd-space.service";
7
+ var HdSpaceComponent = /** @class */ (function () {
8
+ function HdSpaceComponent() {
9
+ this.type = SpaceType.row;
10
+ this.background = 'inherit';
11
+ this.style = new Style();
12
+ }
13
+ /**
14
+ * @return {?}
15
+ */
16
+ HdSpaceComponent.prototype.ngOnInit = /**
17
+ * @return {?}
18
+ */
19
+ function () {
20
+ this.style['background'] = this.background;
21
+ if (this.type === SpaceType.row) {
22
+ this.style['width'] = '100%';
23
+ this.style['height'] = this.size + 'px';
24
+ }
25
+ else {
26
+ this.style['height'] = '100%';
27
+ this.style['width'] = this.size + 'px';
28
+ }
29
+ };
30
+ HdSpaceComponent.decorators = [
31
+ { type: Component, args: [{
32
+ selector: 'hd-space',
33
+ template: "<nz-content>\n <div [ngStyle]=\"style\"></div>\n</nz-content>\n",
34
+ styles: [""]
35
+ }] }
36
+ ];
37
+ /** @nocollapse */
38
+ HdSpaceComponent.ctorParameters = function () { return []; };
39
+ HdSpaceComponent.propDecorators = {
40
+ type: [{ type: Input }],
41
+ size: [{ type: Input }],
42
+ background: [{ type: Input }]
43
+ };
44
+ return HdSpaceComponent;
45
+ }());
46
+ export { HdSpaceComponent };
47
+ if (false) {
48
+ /** @type {?} */
49
+ HdSpaceComponent.prototype.type;
50
+ /** @type {?} */
51
+ HdSpaceComponent.prototype.size;
52
+ /** @type {?} */
53
+ HdSpaceComponent.prototype.background;
54
+ /** @type {?} */
55
+ HdSpaceComponent.prototype.style;
56
+ }
57
57
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGQtc3BhY2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vZmFudGFzeS1uZ3pvcnJvLyIsInNvdXJjZXMiOlsiaGQtc3BhY2UvaGQtc3BhY2UuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBa0IsTUFBTSxlQUFlLENBQUM7QUFDakUsT0FBTyxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUV0RDtJQVlFO1FBTlMsU0FBSSxHQUFjLFNBQVMsQ0FBQyxHQUFHLENBQUM7UUFFaEMsZUFBVSxHQUFXLFNBQVMsQ0FBQztRQUV4QyxVQUFLLEdBQVUsSUFBSSxLQUFLLEVBQUUsQ0FBQztJQUVYLENBQUM7Ozs7SUFFakIsbUNBQVE7OztJQUFSO1FBQ0UsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDO1FBQzNDLElBQUcsSUFBSSxDQUFDLElBQUksS0FBSyxTQUFTLENBQUMsR0FBRyxFQUFDO1lBQzdCLElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLEdBQUcsTUFBTSxDQUFDO1lBQzdCLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLEdBQUcsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7U0FDekM7YUFBSTtZQUNILElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLEdBQUcsTUFBTSxDQUFDO1lBQzlCLElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLEdBQUcsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7U0FDeEM7SUFDSCxDQUFDOztnQkF2QkYsU0FBUyxTQUFDO29CQUNULFFBQVEsRUFBRSxVQUFVO29CQUNwQiw0RUFBd0M7O2lCQUV6Qzs7Ozs7dUJBRUUsS0FBSzt1QkFDTCxLQUFLOzZCQUNMLEtBQUs7O0lBaUJSLHVCQUFDO0NBQUEsQUF6QkQsSUF5QkM7U0FwQlksZ0JBQWdCOzs7SUFDM0IsZ0NBQXlDOztJQUN6QyxnQ0FBc0I7O0lBQ3RCLHNDQUF3Qzs7SUFFeEMsaUNBQTJCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN0eWxlLCBTcGFjZVR5cGUgfSBmcm9tIFwiLi9oZC1zcGFjZS5zZXJ2aWNlXCI7ICBcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaGQtc3BhY2UnLFxuICB0ZW1wbGF0ZVVybDogJy4vaGQtc3BhY2UuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9oZC1zcGFjZS5jb21wb25lbnQubGVzcyddXG59KVxuZXhwb3J0IGNsYXNzIEhkU3BhY2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBASW5wdXQoKSB0eXBlOiBTcGFjZVR5cGUgPSBTcGFjZVR5cGUucm93OyBcbiAgQElucHV0KCkgc2l6ZTogbnVtYmVyOyBcbiAgQElucHV0KCkgYmFja2dyb3VuZDogc3RyaW5nID0gJ2luaGVyaXQnOyBcblxuICBzdHlsZTogU3R5bGUgPSBuZXcgU3R5bGUoKTtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuc3R5bGVbJ2JhY2tncm91bmQnXSA9IHRoaXMuYmFja2dyb3VuZDtcbiAgICBpZih0aGlzLnR5cGUgPT09IFNwYWNlVHlwZS5yb3cpe1xuICAgICAgdGhpcy5zdHlsZVsnd2lkdGgnXSA9ICcxMDAlJztcbiAgICAgIHRoaXMuc3R5bGVbJ2hlaWdodCddID0gdGhpcy5zaXplICsgJ3B4JztcbiAgICB9ZWxzZXtcbiAgICAgIHRoaXMuc3R5bGVbJ2hlaWdodCddID0gJzEwMCUnO1xuICAgICAgdGhpcy5zdHlsZVsnd2lkdGgnXSA9IHRoaXMuc2l6ZSArICdweCc7XG4gICAgfVxuICB9XG5cbn1cbiJdfQ==
@@ -1,28 +1,28 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- import { CommonModule } from '@angular/common';
6
- import { NgModule } from '@angular/core';
7
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
8
- import { NgZorroAntdModule } from 'ng-zorro-antd';
9
- import { HdSpaceComponent } from './hd-space.component';
10
- var HdSpaceModule = /** @class */ (function () {
11
- function HdSpaceModule() {
12
- }
13
- HdSpaceModule.decorators = [
14
- { type: NgModule, args: [{
15
- imports: [
16
- CommonModule,
17
- FormsModule,
18
- ReactiveFormsModule,
19
- NgZorroAntdModule
20
- ],
21
- declarations: [HdSpaceComponent],
22
- exports: [HdSpaceComponent]
23
- },] }
24
- ];
25
- return HdSpaceModule;
26
- }());
27
- export { HdSpaceModule };
1
+ /**
2
+ * @fileoverview added by tsickle
3
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
+ */
5
+ import { CommonModule } from '@angular/common';
6
+ import { NgModule } from '@angular/core';
7
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
8
+ import { NgZorroAntdModule } from 'ng-zorro-antd';
9
+ import { HdSpaceComponent } from './hd-space.component';
10
+ var HdSpaceModule = /** @class */ (function () {
11
+ function HdSpaceModule() {
12
+ }
13
+ HdSpaceModule.decorators = [
14
+ { type: NgModule, args: [{
15
+ imports: [
16
+ CommonModule,
17
+ FormsModule,
18
+ ReactiveFormsModule,
19
+ NgZorroAntdModule
20
+ ],
21
+ declarations: [HdSpaceComponent],
22
+ exports: [HdSpaceComponent]
23
+ },] }
24
+ ];
25
+ return HdSpaceModule;
26
+ }());
27
+ export { HdSpaceModule };
28
28
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGQtc3BhY2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vZmFudGFzeS1uZ3pvcnJvLyIsInNvdXJjZXMiOlsiaGQtc3BhY2UvaGQtc3BhY2UubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2xELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBRXhEO0lBQUE7SUFVNkIsQ0FBQzs7Z0JBVjdCLFFBQVEsU0FBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLG1CQUFtQjt3QkFDbkIsaUJBQWlCO3FCQUNsQjtvQkFDRCxZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztvQkFDaEMsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCOztJQUM0QixvQkFBQztDQUFBLEFBVjlCLElBVThCO1NBQWpCLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTmdab3Jyb0FudGRNb2R1bGUgfSBmcm9tICduZy16b3Jyby1hbnRkJztcbmltcG9ydCB7IEhkU3BhY2VDb21wb25lbnQgfSBmcm9tICcuL2hkLXNwYWNlLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICBOZ1pvcnJvQW50ZE1vZHVsZVxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtIZFNwYWNlQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW0hkU3BhY2VDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIEhkU3BhY2VNb2R1bGUgeyB9XG4iXX0=
@@ -1,41 +1,41 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- import { Injectable } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /** @enum {string} */
8
- var SpaceType = {
9
- row: 'row',
10
- column: 'column',
11
- };
12
- export { SpaceType };
13
- var Style = /** @class */ (function () {
14
- function Style() {
15
- }
16
- return Style;
17
- }());
18
- export { Style };
19
- if (false) {
20
- /** @type {?} */
21
- Style.prototype.background;
22
- /** @type {?} */
23
- Style.prototype.width;
24
- /** @type {?} */
25
- Style.prototype.height;
26
- }
27
- var HdSpaceService = /** @class */ (function () {
28
- function HdSpaceService() {
29
- }
30
- HdSpaceService.decorators = [
31
- { type: Injectable, args: [{
32
- providedIn: 'root'
33
- },] }
34
- ];
35
- /** @nocollapse */
36
- HdSpaceService.ctorParameters = function () { return []; };
37
- /** @nocollapse */ HdSpaceService.ngInjectableDef = i0.ɵɵdefineInjectable({ factory: function HdSpaceService_Factory() { return new HdSpaceService(); }, token: HdSpaceService, providedIn: "root" });
38
- return HdSpaceService;
39
- }());
40
- export { HdSpaceService };
1
+ /**
2
+ * @fileoverview added by tsickle
3
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
+ */
5
+ import { Injectable } from '@angular/core';
6
+ import * as i0 from "@angular/core";
7
+ /** @enum {string} */
8
+ var SpaceType = {
9
+ row: 'row',
10
+ column: 'column',
11
+ };
12
+ export { SpaceType };
13
+ var Style = /** @class */ (function () {
14
+ function Style() {
15
+ }
16
+ return Style;
17
+ }());
18
+ export { Style };
19
+ if (false) {
20
+ /** @type {?} */
21
+ Style.prototype.background;
22
+ /** @type {?} */
23
+ Style.prototype.width;
24
+ /** @type {?} */
25
+ Style.prototype.height;
26
+ }
27
+ var HdSpaceService = /** @class */ (function () {
28
+ function HdSpaceService() {
29
+ }
30
+ HdSpaceService.decorators = [
31
+ { type: Injectable, args: [{
32
+ providedIn: 'root'
33
+ },] }
34
+ ];
35
+ /** @nocollapse */
36
+ HdSpaceService.ctorParameters = function () { return []; };
37
+ /** @nocollapse */ HdSpaceService.ngInjectableDef = i0.ɵɵdefineInjectable({ factory: function HdSpaceService_Factory() { return new HdSpaceService(); }, token: HdSpaceService, providedIn: "root" });
38
+ return HdSpaceService;
39
+ }());
40
+ export { HdSpaceService };
41
41
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGQtc3BhY2Uuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL2ZhbnRhc3ktbmd6b3Jyby8iLCJzb3VyY2VzIjpbImhkLXNwYWNlL2hkLXNwYWNlLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7SUFHekMsS0FBTSxLQUFLO0lBQ1gsUUFBUyxRQUFROzs7QUFHbkI7SUFBQTtJQUlBLENBQUM7SUFBRCxZQUFDO0FBQUQsQ0FBQyxBQUpELElBSUM7Ozs7SUFIQywyQkFBa0I7O0lBQ2xCLHNCQUFhOztJQUNiLHVCQUFjOztBQUdoQjtJQUtFO0lBQWdCLENBQUM7O2dCQUxsQixVQUFVLFNBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25COzs7Ozt5QkFmRDtDQW9CQyxBQVBELElBT0M7U0FKWSxjQUFjIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5leHBvcnQgZW51bSBTcGFjZVR5cGUge1xuICByb3cgPSAncm93JyxcbiAgY29sdW1uID0gJ2NvbHVtbidcbn1cblxuZXhwb3J0IGNsYXNzIFN0eWxlIHtcbiAgYmFja2dyb3VuZDogc3RyaW5nXG4gIHdpZHRoOiBzdHJpbmdcbiAgaGVpZ2h0OiBzdHJpbmdcbn1cblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgSGRTcGFjZVNlcnZpY2Uge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbn1cbiJdfQ==
@@ -1,63 +1,63 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
- */
5
- import { Component, Input } from '@angular/core';
6
- import { statusToColor } from "./hd-status.service";
7
- var HdStatusComponent = /** @class */ (function () {
8
- function HdStatusComponent() {
9
- }
10
- /**
11
- * @return {?}
12
- */
13
- HdStatusComponent.prototype.ngOnInit = /**
14
- * @return {?}
15
- */
16
- function () {
17
- this.setStatusColor();
18
- };
19
- /**
20
- * @return {?}
21
- */
22
- HdStatusComponent.prototype.ngOnChanges = /**
23
- * @return {?}
24
- */
25
- function () {
26
- this.setStatusColor();
27
- };
28
- /**
29
- * @return {?}
30
- */
31
- HdStatusComponent.prototype.setStatusColor = /**
32
- * @return {?}
33
- */
34
- function () {
35
- for (var key in statusToColor) {
36
- if (statusToColor[key].indexOf(this.status) !== -1) {
37
- this.statusColor = key;
38
- break;
39
- }
40
- }
41
- };
42
- HdStatusComponent.decorators = [
43
- { type: Component, args: [{
44
- selector: 'hd-status',
45
- template: "<ng-container>\n <div class=\"hd-status\">\n <div class=\"hd-status-dot\" [ngStyle]=\"{'background': statusColor || '#9FA4A2'}\"></div>\n <div class=\"hd-status-text\">\n <ng-content></ng-content>\n </div>\n </div>\n</ng-container>\n",
46
- styles: ["::ng-deep .common-btn-group>a{font-size:12px;font-weight:400;color:#12a34f!important;white-space:nowrap}::ng-deep .common-btn-group .common-danger-btn:hover{color:#f05b24!important}::ng-deep .common-btn-group>a:hover{color:#20bd62!important}::ng-deep .common-btn-group>a:not(:last-child)::after{content:'';margin:0 2px}::ng-deep .common-billNumber>a{color:#3b77e3}button{box-shadow:unset;text-shadow:unset}::ng-deep .ant-form-item-label>label{color:#4b504e}::ng-deep .ant-input-number-input{height:28px}::ng-deep .ant-input-number{height:28px}textarea.ant-input{height:auto;min-height:28px}::ng-deep .ant-select-selection--multiple{min-height:28px}::ng-deep .ant-select-selection__rendered>ul>li{height:22px!important;margin-top:3px!important;line-height:22px!important}::ng-deep .ant-advanced-search-form .ant-form-item{margin-bottom:0!important}::ng-deep .ant-select-selection--single{height:28px!important}::ng-deep .ant-input{height:28px}::ng-deep .ant-input[disabled]:hover{border-color:#d9d9d9!important}::ng-deep .ant-select-selection__rendered{line-height:28px!important}::ng-deep .ant-calendar-range-picker-input{text-align:left!important}::ng-deep .ant-calendar-picker{width:100%!important}::ng-deep .ant-row{margin-right:0!important;margin-left:0!important}::ng-deep .ant-col-6{padding-left:12px;padding-right:12px}::ng-deep .ant-col-12{padding-left:12px;padding-right:12px}::ng-deep .ant-col-18{padding-left:12px;padding-right:12px}::ng-deep .ant-col-24{padding-left:12px;padding-right:12px}::ng-deep .ant-alert-info{background-color:#f5f8f6;border:1px solid #cfe3d4}:host ::ng-deep th{background:#f5f8f6!important;font-weight:700!important;white-space:nowrap;font-size:12px;font-family:PingFangSC-Medium,PingFang SC;color:#2a3634;padding:8px!important;box-sizing:border-box}:host ::ng-deep td{font-weight:400;font-style:normal;font-size:12px;color:#2a3634;text-align:left;white-space:nowrap;padding:8px!important;box-sizing:border-box}::ng-deep .ant-pagination-options{display:inline-flex;align-items:center}::ng-deep .ant-time-picker{width:100%}.ant-input-number-disabled,.ant-input[disabled],.ant-select-disabled{color:#4b504e}.hd-status{display:flex;justify-content:flex-start;align-items:center}.hd-status-dot{width:6px;height:6px;border-radius:50%;margin-right:6px}.hd-status-text{color:#2a3634;font-size:12px}"]
47
- }] }
48
- ];
49
- /** @nocollapse */
50
- HdStatusComponent.ctorParameters = function () { return []; };
51
- HdStatusComponent.propDecorators = {
52
- status: [{ type: Input }]
53
- };
54
- return HdStatusComponent;
55
- }());
56
- export { HdStatusComponent };
57
- if (false) {
58
- /** @type {?} */
59
- HdStatusComponent.prototype.status;
60
- /** @type {?} */
61
- HdStatusComponent.prototype.statusColor;
62
- }
1
+ /**
2
+ * @fileoverview added by tsickle
3
+ * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4
+ */
5
+ import { Component, Input } from '@angular/core';
6
+ import { statusToColor } from "./hd-status.service";
7
+ var HdStatusComponent = /** @class */ (function () {
8
+ function HdStatusComponent() {
9
+ }
10
+ /**
11
+ * @return {?}
12
+ */
13
+ HdStatusComponent.prototype.ngOnInit = /**
14
+ * @return {?}
15
+ */
16
+ function () {
17
+ this.setStatusColor();
18
+ };
19
+ /**
20
+ * @return {?}
21
+ */
22
+ HdStatusComponent.prototype.ngOnChanges = /**
23
+ * @return {?}
24
+ */
25
+ function () {
26
+ this.setStatusColor();
27
+ };
28
+ /**
29
+ * @return {?}
30
+ */
31
+ HdStatusComponent.prototype.setStatusColor = /**
32
+ * @return {?}
33
+ */
34
+ function () {
35
+ for (var key in statusToColor) {
36
+ if (statusToColor[key].indexOf(this.status) !== -1) {
37
+ this.statusColor = key;
38
+ break;
39
+ }
40
+ }
41
+ };
42
+ HdStatusComponent.decorators = [
43
+ { type: Component, args: [{
44
+ selector: 'hd-status',
45
+ template: "<ng-container>\n <div class=\"hd-status\">\n <div class=\"hd-status-dot\" [ngStyle]=\"{'background': statusColor || '#9FA4A2'}\"></div>\n <div class=\"hd-status-text\">\n <ng-content></ng-content>\n </div>\n </div>\n</ng-container>\n",
46
+ styles: ["::ng-deep .common-btn-group>a{font-size:12px;font-weight:400;color:#12a34f!important;white-space:nowrap}::ng-deep .common-btn-group .common-danger-btn:hover{color:#f05b24!important}::ng-deep .common-btn-group>a:hover{color:#20bd62!important}::ng-deep .common-btn-group>a:not(:last-child)::after{content:'';margin:0 2px}::ng-deep .common-billNumber>a{color:#3b77e3}button{box-shadow:unset;text-shadow:unset}::ng-deep .ant-form-item-label>label{color:#4b504e}::ng-deep .ant-input-number-input{height:28px}::ng-deep .ant-input-number{height:28px}textarea.ant-input{height:auto;min-height:28px}::ng-deep .ant-select-selection--multiple{min-height:28px}::ng-deep .ant-select-selection__rendered>ul>li{height:22px!important;margin-top:3px!important;line-height:22px!important}::ng-deep .ant-advanced-search-form .ant-form-item{margin-bottom:0!important}::ng-deep .ant-select-selection--single{height:28px!important}::ng-deep .ant-input{height:28px}::ng-deep .ant-input[disabled]:hover{border-color:#d9d9d9!important}::ng-deep .ant-select-selection__rendered{line-height:28px!important}::ng-deep .ant-calendar-range-picker-input{text-align:left!important}::ng-deep .ant-calendar-picker{width:100%!important}::ng-deep .ant-row{margin-right:0!important;margin-left:0!important}::ng-deep .ant-col-6{padding-left:12px;padding-right:12px}::ng-deep .ant-col-12{padding-left:12px;padding-right:12px}::ng-deep .ant-col-18{padding-left:12px;padding-right:12px}::ng-deep .ant-col-24{padding-left:12px;padding-right:12px}::ng-deep .ant-alert-info{background-color:#f5f8f6;border:1px solid #cfe3d4}:host ::ng-deep th{background:#f5f8f6!important;font-weight:700!important;white-space:nowrap;font-size:12px;font-family:PingFangSC-Medium,PingFang SC;color:#2a3634;padding:8px!important;box-sizing:border-box}:host ::ng-deep td{font-weight:400;font-style:normal;font-size:12px;color:#2a3634;text-align:left;white-space:nowrap;padding:8px!important;box-sizing:border-box}::ng-deep .ant-pagination-options{display:inline-flex;align-items:center}::ng-deep .ant-time-picker{width:100%}.ant-input-number-disabled,.ant-input[disabled],.ant-select-disabled{color:#4b504e}.hd-status{display:flex;justify-content:flex-start;align-items:center}.hd-status-dot{width:6px;height:6px;border-radius:50%;margin-right:6px}.hd-status-text{color:#2a3634;font-size:12px}"]
47
+ }] }
48
+ ];
49
+ /** @nocollapse */
50
+ HdStatusComponent.ctorParameters = function () { return []; };
51
+ HdStatusComponent.propDecorators = {
52
+ status: [{ type: Input }]
53
+ };
54
+ return HdStatusComponent;
55
+ }());
56
+ export { HdStatusComponent };
57
+ if (false) {
58
+ /** @type {?} */
59
+ HdStatusComponent.prototype.status;
60
+ /** @type {?} */
61
+ HdStatusComponent.prototype.statusColor;
62
+ }
63
63
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGQtc3RhdHVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL2ZhbnRhc3ktbmd6b3Jyby8iLCJzb3VyY2VzIjpbImhkLXN0YXR1cy9oZC1zdGF0dXMuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFcEQ7SUFTRTtJQUFnQixDQUFDOzs7O0lBRWpCLG9DQUFROzs7SUFBUjtRQUNFLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztJQUN4QixDQUFDOzs7O0lBRUQsdUNBQVc7OztJQUFYO1FBQ0UsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3hCLENBQUM7Ozs7SUFFRCwwQ0FBYzs7O0lBQWQ7UUFDRSxLQUFJLElBQUksR0FBRyxJQUFJLGFBQWEsRUFBQztZQUMzQixJQUFHLGFBQWEsQ0FBQyxHQUFHLENBQUMsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFJLENBQUMsQ0FBQyxFQUFDO2dCQUMvQyxJQUFJLENBQUMsV0FBVyxHQUFHLEdBQUcsQ0FBQztnQkFDdkIsTUFBTTthQUNQO1NBQ0Y7SUFDSCxDQUFDOztnQkExQkYsU0FBUyxTQUFDO29CQUNULFFBQVEsRUFBRSxXQUFXO29CQUNyQixxUUFBeUM7O2lCQUUxQzs7Ozs7eUJBRUUsS0FBSzs7SUFxQlIsd0JBQUM7Q0FBQSxBQTNCRCxJQTJCQztTQXRCWSxpQkFBaUI7OztJQUM1QixtQ0FBd0I7O0lBQ3hCLHdDQUFvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgc3RhdHVzVG9Db2xvciB9IGZyb20gXCIuL2hkLXN0YXR1cy5zZXJ2aWNlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2hkLXN0YXR1cycsXG4gIHRlbXBsYXRlVXJsOiAnLi9oZC1zdGF0dXMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9oZC1zdGF0dXMuY29tcG9uZW50Lmxlc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBIZFN0YXR1c0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIHN0YXR1czogc3RyaW5nO1xuICBzdGF0dXNDb2xvcjogc3RyaW5nO1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5zZXRTdGF0dXNDb2xvcigpO1xuICB9XG5cbiAgbmdPbkNoYW5nZXMoKXtcbiAgICB0aGlzLnNldFN0YXR1c0NvbG9yKCk7XG4gIH1cblxuICBzZXRTdGF0dXNDb2xvcigpe1xuICAgIGZvcihsZXQga2V5IGluIHN0YXR1c1RvQ29sb3Ipe1xuICAgICAgaWYoc3RhdHVzVG9Db2xvcltrZXldLmluZGV4T2YodGhpcy5zdGF0dXMpIT09IC0xKXtcbiAgICAgICAgdGhpcy5zdGF0dXNDb2xvciA9IGtleTtcbiAgICAgICAgYnJlYWs7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0=