fantasy-ngzorro 1.3.29 → 1.3.30

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 (157) hide show
  1. package/bundles/fantasy-ngzorro.umd.js +6035 -6035
  2. package/esm2015/fantasy-ngzorro.js +38 -38
  3. package/esm2015/fantasy-ngzorro.module.js +18 -18
  4. package/esm2015/hd-button/hd-button.component.js +91 -91
  5. package/esm2015/hd-button/hd-button.module.js +22 -22
  6. package/esm2015/hd-button/hd-button.service.js +36 -36
  7. package/esm2015/hd-button-group/hd-button-group.component.js +32 -32
  8. package/esm2015/hd-button-group/hd-button-group.module.js +22 -22
  9. package/esm2015/hd-component.module.js +43 -43
  10. package/esm2015/hd-current-table/hd-current-table.component.js +224 -224
  11. package/esm2015/hd-current-table/hd-current-table.module.js +23 -23
  12. package/esm2015/hd-current-table/hd-current-table.service.js +34 -34
  13. package/esm2015/hd-detail-form/hd-detail-form.component.js +64 -64
  14. package/esm2015/hd-detail-form/hd-detail-form.module.js +20 -20
  15. package/esm2015/hd-detail-form/hd-detail-form.service.js +17 -17
  16. package/esm2015/hd-detail-lines/hd-detail-lines.component.js +266 -266
  17. package/esm2015/hd-detail-lines/hd-detail-lines.module.js +23 -23
  18. package/esm2015/hd-detail-lines/hd-detail-lines.service.js +18 -18
  19. package/esm2015/hd-detail-tip/hd-detail-tip.component.js +61 -61
  20. package/esm2015/hd-detail-tip/hd-detail-tip.module.js +22 -22
  21. package/esm2015/hd-filter/hd-filter.component.js +192 -192
  22. package/esm2015/hd-filter/hd-filter.module.js +25 -25
  23. package/esm2015/hd-filter/hd-filter.service.js +69 -69
  24. package/esm2015/hd-form/hd-form.component.js +369 -369
  25. package/esm2015/hd-form/hd-form.module.js +25 -25
  26. package/esm2015/hd-form/hd-form.service.js +129 -129
  27. package/esm2015/hd-form-lines/hd-form-lines.component.js +1537 -1537
  28. package/esm2015/hd-form-lines/hd-form-lines.module.js +29 -29
  29. package/esm2015/hd-form-lines/hd-form-lines.service.js +121 -121
  30. package/esm2015/hd-log/hd-log.component.js +30 -30
  31. package/esm2015/hd-log/hd-log.module.js +25 -25
  32. package/esm2015/hd-log/hd-log.service.js +47 -47
  33. package/esm2015/hd-popconfirm/hd-popconfirm.component.js +52 -52
  34. package/esm2015/hd-popconfirm/hd-popconfirm.module.js +27 -27
  35. package/esm2015/hd-space/hd-space.component.js +51 -51
  36. package/esm2015/hd-space/hd-space.module.js +23 -23
  37. package/esm2015/hd-space/hd-space.service.js +33 -33
  38. package/esm2015/hd-status/hd-status.component.js +50 -50
  39. package/esm2015/hd-status/hd-status.module.js +27 -27
  40. package/esm2015/hd-status/hd-status.service.js +33 -33
  41. package/esm2015/hd-table/hd-table.component.js +972 -972
  42. package/esm2015/hd-table/hd-table.module.js +43 -43
  43. package/esm2015/hd-table/hd-table.service.js +116 -116
  44. package/esm2015/hd-tip/hd-tip.component.js +37 -37
  45. package/esm2015/hd-tip/hd-tip.module.js +20 -20
  46. package/esm2015/index.js +6 -6
  47. package/esm2015/model/colWidth.js +36 -36
  48. package/esm2015/model/common-type.js +122 -122
  49. package/esm2015/model/staticConst.js +8 -8
  50. package/esm2015/public-api.js +19 -19
  51. package/esm2015/service/common-session.service.js +37 -37
  52. package/esm2015/utils.js +128 -128
  53. package/esm5/fantasy-ngzorro.js +38 -38
  54. package/esm5/fantasy-ngzorro.module.js +22 -22
  55. package/esm5/hd-button/hd-button.component.js +104 -104
  56. package/esm5/hd-button/hd-button.module.js +26 -26
  57. package/esm5/hd-button/hd-button.service.js +39 -39
  58. package/esm5/hd-button-group/hd-button-group.component.js +38 -38
  59. package/esm5/hd-button-group/hd-button-group.module.js +26 -26
  60. package/esm5/hd-component.module.js +47 -47
  61. package/esm5/hd-current-table/hd-current-table.component.js +260 -260
  62. package/esm5/hd-current-table/hd-current-table.module.js +27 -27
  63. package/esm5/hd-current-table/hd-current-table.service.js +46 -46
  64. package/esm5/hd-detail-form/hd-detail-form.component.js +77 -77
  65. package/esm5/hd-detail-form/hd-detail-form.module.js +24 -24
  66. package/esm5/hd-detail-form/hd-detail-form.service.js +20 -20
  67. package/esm5/hd-detail-lines/hd-detail-lines.component.js +314 -314
  68. package/esm5/hd-detail-lines/hd-detail-lines.module.js +27 -27
  69. package/esm5/hd-detail-lines/hd-detail-lines.service.js +22 -22
  70. package/esm5/hd-detail-tip/hd-detail-tip.component.js +72 -72
  71. package/esm5/hd-detail-tip/hd-detail-tip.module.js +26 -26
  72. package/esm5/hd-filter/hd-filter.component.js +231 -231
  73. package/esm5/hd-filter/hd-filter.module.js +29 -29
  74. package/esm5/hd-filter/hd-filter.service.js +77 -77
  75. package/esm5/hd-form/hd-form.component.js +424 -424
  76. package/esm5/hd-form/hd-form.module.js +29 -29
  77. package/esm5/hd-form/hd-form.service.js +141 -141
  78. package/esm5/hd-form-lines/hd-form-lines.component.js +1844 -1844
  79. package/esm5/hd-form-lines/hd-form-lines.module.js +33 -33
  80. package/esm5/hd-form-lines/hd-form-lines.service.js +137 -137
  81. package/esm5/hd-log/hd-log.component.js +35 -35
  82. package/esm5/hd-log/hd-log.module.js +29 -29
  83. package/esm5/hd-log/hd-log.service.js +50 -50
  84. package/esm5/hd-popconfirm/hd-popconfirm.component.js +65 -65
  85. package/esm5/hd-popconfirm/hd-popconfirm.module.js +31 -31
  86. package/esm5/hd-space/hd-space.component.js +56 -56
  87. package/esm5/hd-space/hd-space.module.js +27 -27
  88. package/esm5/hd-space/hd-space.service.js +40 -40
  89. package/esm5/hd-status/hd-status.component.js +62 -62
  90. package/esm5/hd-status/hd-status.module.js +31 -31
  91. package/esm5/hd-status/hd-status.service.js +35 -35
  92. package/esm5/hd-table/hd-table.component.js +1100 -1100
  93. package/esm5/hd-table/hd-table.module.js +47 -47
  94. package/esm5/hd-table/hd-table.service.js +136 -136
  95. package/esm5/hd-tip/hd-tip.component.js +42 -42
  96. package/esm5/hd-tip/hd-tip.module.js +24 -24
  97. package/esm5/index.js +6 -6
  98. package/esm5/model/colWidth.js +36 -36
  99. package/esm5/model/common-type.js +146 -146
  100. package/esm5/model/staticConst.js +8 -8
  101. package/esm5/public-api.js +19 -19
  102. package/esm5/service/common-session.service.js +54 -54
  103. package/esm5/utils.js +128 -128
  104. package/fantasy-ngzorro.d.ts +34 -34
  105. package/fantasy-ngzorro.module.d.ts +2 -2
  106. package/fesm2015/fantasy-ngzorro.js +5223 -5223
  107. package/fesm5/fantasy-ngzorro.js +6044 -6044
  108. package/hd-button/hd-button.component.d.ts +14 -14
  109. package/hd-button/hd-button.module.d.ts +2 -2
  110. package/hd-button/hd-button.service.d.ts +17 -17
  111. package/hd-button-group/hd-button-group.component.d.ts +7 -7
  112. package/hd-button-group/hd-button-group.module.d.ts +2 -2
  113. package/hd-component.module.d.ts +2 -2
  114. package/hd-current-table/hd-current-table.component.d.ts +43 -43
  115. package/hd-current-table/hd-current-table.module.d.ts +2 -2
  116. package/hd-current-table/hd-current-table.service.d.ts +13 -13
  117. package/hd-detail-form/hd-detail-form.component.d.ts +9 -9
  118. package/hd-detail-form/hd-detail-form.module.d.ts +2 -2
  119. package/hd-detail-form/hd-detail-form.service.d.ts +3 -3
  120. package/hd-detail-lines/hd-detail-lines.component.d.ts +48 -48
  121. package/hd-detail-lines/hd-detail-lines.module.d.ts +2 -2
  122. package/hd-detail-lines/hd-detail-lines.service.d.ts +7 -7
  123. package/hd-detail-tip/hd-detail-tip.component.d.ts +12 -12
  124. package/hd-detail-tip/hd-detail-tip.module.d.ts +2 -2
  125. package/hd-filter/hd-filter.component.d.ts +23 -23
  126. package/hd-filter/hd-filter.module.d.ts +2 -2
  127. package/hd-filter/hd-filter.service.d.ts +25 -25
  128. package/hd-form/hd-form.component.d.ts +25 -25
  129. package/hd-form/hd-form.module.d.ts +2 -2
  130. package/hd-form/hd-form.service.d.ts +51 -51
  131. package/hd-form-lines/hd-form-lines.component.d.ts +147 -147
  132. package/hd-form-lines/hd-form-lines.module.d.ts +2 -2
  133. package/hd-form-lines/hd-form-lines.service.d.ts +53 -53
  134. package/hd-log/hd-log.component.d.ts +6 -6
  135. package/hd-log/hd-log.module.d.ts +2 -2
  136. package/hd-log/hd-log.service.d.ts +6 -6
  137. package/hd-popconfirm/hd-popconfirm.component.d.ts +10 -10
  138. package/hd-popconfirm/hd-popconfirm.module.d.ts +2 -2
  139. package/hd-space/hd-space.component.d.ts +10 -10
  140. package/hd-space/hd-space.module.d.ts +2 -2
  141. package/hd-space/hd-space.service.d.ts +12 -12
  142. package/hd-status/hd-status.component.d.ts +9 -9
  143. package/hd-status/hd-status.module.d.ts +2 -2
  144. package/hd-status/hd-status.service.d.ts +11 -11
  145. package/hd-table/hd-table.component.d.ts +91 -91
  146. package/hd-table/hd-table.module.d.ts +2 -2
  147. package/hd-table/hd-table.service.d.ts +42 -42
  148. package/hd-tip/hd-tip.component.d.ts +8 -8
  149. package/hd-tip/hd-tip.module.d.ts +2 -2
  150. package/index.d.ts +2 -2
  151. package/model/colWidth.d.ts +17 -17
  152. package/model/common-type.d.ts +46 -46
  153. package/model/staticConst.d.ts +3 -3
  154. package/package.json +1 -1
  155. package/public-api.d.ts +15 -15
  156. package/service/common-session.service.d.ts +5 -5
  157. package/utils.d.ts +28 -28

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.