@hpcc-js/common 2.73.0 → 3.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 (143) hide show
  1. package/dist/index.js +294 -15311
  2. package/dist/index.js.map +7 -1
  3. package/package.json +31 -36
  4. package/src/CanvasWidget.ts +1 -1
  5. package/src/Class.ts +5 -0
  6. package/src/Database.ts +10 -6
  7. package/src/Entity.ts +5 -5
  8. package/src/EntityCard.ts +1 -1
  9. package/src/EntityPin.ts +1 -1
  10. package/src/EntityRect.ts +54 -36
  11. package/src/EntityVertex.ts +2 -2
  12. package/src/FAChar.ts +14 -7
  13. package/src/HTMLWidget.ts +1 -1
  14. package/src/Icon.ts +27 -15
  15. package/src/Image.ts +16 -7
  16. package/src/List.ts +8 -5
  17. package/src/Menu.ts +11 -6
  18. package/src/Palette.ts +6 -6
  19. package/src/ProgressBar.ts +28 -18
  20. package/src/PropertyExt.ts +7 -30
  21. package/src/ResizeSurface.ts +6 -2
  22. package/src/SVGWidget.ts +6 -8
  23. package/src/SVGZoomWidget.ts +4 -3
  24. package/src/Shape.ts +1 -1
  25. package/src/Surface.ts +32 -17
  26. package/src/Text.ts +1 -1
  27. package/src/TextBox.ts +34 -19
  28. package/src/TitleBar.ts +3 -3
  29. package/src/Transition.ts +3 -3
  30. package/src/Utility.ts +3 -3
  31. package/src/Widget.ts +11 -10
  32. package/src/WidgetArray.ts +7 -5
  33. package/src/__package__.ts +2 -2
  34. package/src/index.ts +32 -32
  35. package/types/CanvasWidget.d.ts +1 -2
  36. package/types/Class.d.ts +2 -1
  37. package/types/Database.d.ts +9 -18
  38. package/types/Entity.d.ts +5 -6
  39. package/types/EntityCard.d.ts +1 -2
  40. package/types/EntityPin.d.ts +1 -2
  41. package/types/EntityRect.d.ts +35 -20
  42. package/types/EntityVertex.d.ts +2 -3
  43. package/types/FAChar.d.ts +11 -18
  44. package/types/HTMLWidget.d.ts +1 -2
  45. package/types/IList.d.ts +0 -1
  46. package/types/IMenu.d.ts +0 -1
  47. package/types/Icon.d.ts +23 -40
  48. package/types/Image.d.ts +15 -26
  49. package/types/List.d.ts +6 -7
  50. package/types/Menu.d.ts +10 -13
  51. package/types/Palette.d.ts +0 -1
  52. package/types/Platform.d.ts +0 -1
  53. package/types/ProgressBar.d.ts +19 -10
  54. package/types/PropertyExt.d.ts +1 -13
  55. package/types/ResizeSurface.d.ts +5 -6
  56. package/types/SVGWidget.d.ts +2 -4
  57. package/types/SVGZoomWidget.d.ts +2 -3
  58. package/types/Shape.d.ts +1 -2
  59. package/types/Surface.d.ts +27 -50
  60. package/types/Text.d.ts +1 -2
  61. package/types/TextBox.d.ts +32 -57
  62. package/types/TitleBar.d.ts +2 -3
  63. package/types/Transition.d.ts +3 -4
  64. package/types/Utility.d.ts +3 -4
  65. package/types/Widget.d.ts +6 -6
  66. package/types/WidgetArray.d.ts +5 -4
  67. package/types/__package__.d.ts +2 -3
  68. package/types/index.d.ts +32 -33
  69. package/dist/index.es6.js +0 -15067
  70. package/dist/index.es6.js.map +0 -1
  71. package/dist/index.min.js +0 -2
  72. package/dist/index.min.js.map +0 -1
  73. package/font-awesome/css/font-awesome.css +0 -2337
  74. package/font-awesome/css/font-awesome.css.map +0 -7
  75. package/font-awesome/css/font-awesome.min.css +0 -4
  76. package/types/CanvasWidget.d.ts.map +0 -1
  77. package/types/Class.d.ts.map +0 -1
  78. package/types/Database.d.ts.map +0 -1
  79. package/types/Entity.d.ts.map +0 -1
  80. package/types/EntityCard.d.ts.map +0 -1
  81. package/types/EntityPin.d.ts.map +0 -1
  82. package/types/EntityRect.d.ts.map +0 -1
  83. package/types/EntityVertex.d.ts.map +0 -1
  84. package/types/FAChar.d.ts.map +0 -1
  85. package/types/HTMLWidget.d.ts.map +0 -1
  86. package/types/IList.d.ts.map +0 -1
  87. package/types/IMenu.d.ts.map +0 -1
  88. package/types/Icon.d.ts.map +0 -1
  89. package/types/Image.d.ts.map +0 -1
  90. package/types/List.d.ts.map +0 -1
  91. package/types/Menu.d.ts.map +0 -1
  92. package/types/Palette.d.ts.map +0 -1
  93. package/types/Platform.d.ts.map +0 -1
  94. package/types/ProgressBar.d.ts.map +0 -1
  95. package/types/PropertyExt.d.ts.map +0 -1
  96. package/types/ResizeSurface.d.ts.map +0 -1
  97. package/types/SVGWidget.d.ts.map +0 -1
  98. package/types/SVGZoomWidget.d.ts.map +0 -1
  99. package/types/Shape.d.ts.map +0 -1
  100. package/types/Surface.d.ts.map +0 -1
  101. package/types/Text.d.ts.map +0 -1
  102. package/types/TextBox.d.ts.map +0 -1
  103. package/types/TitleBar.d.ts.map +0 -1
  104. package/types/Transition.d.ts.map +0 -1
  105. package/types/Utility.d.ts.map +0 -1
  106. package/types/Widget.d.ts.map +0 -1
  107. package/types/WidgetArray.d.ts.map +0 -1
  108. package/types/__package__.d.ts.map +0 -1
  109. package/types/index.d.ts.map +0 -1
  110. package/types-3.4/CanvasWidget.d.ts +0 -9
  111. package/types-3.4/Class.d.ts +0 -13
  112. package/types-3.4/Database.d.ts +0 -137
  113. package/types-3.4/Entity.d.ts +0 -89
  114. package/types-3.4/EntityCard.d.ts +0 -14
  115. package/types-3.4/EntityPin.d.ts +0 -23
  116. package/types-3.4/EntityRect.d.ts +0 -46
  117. package/types-3.4/EntityVertex.d.ts +0 -31
  118. package/types-3.4/FAChar.d.ts +0 -30
  119. package/types-3.4/HTMLWidget.d.ts +0 -28
  120. package/types-3.4/IList.d.ts +0 -5
  121. package/types-3.4/IMenu.d.ts +0 -6
  122. package/types-3.4/Icon.d.ts +0 -63
  123. package/types-3.4/Image.d.ts +0 -34
  124. package/types-3.4/List.d.ts +0 -16
  125. package/types-3.4/Menu.d.ts +0 -29
  126. package/types-3.4/Palette.d.ts +0 -20
  127. package/types-3.4/Platform.d.ts +0 -6
  128. package/types-3.4/ProgressBar.d.ts +0 -22
  129. package/types-3.4/PropertyExt.d.ts +0 -115
  130. package/types-3.4/ResizeSurface.d.ts +0 -24
  131. package/types-3.4/SVGWidget.d.ts +0 -78
  132. package/types-3.4/SVGZoomWidget.d.ts +0 -74
  133. package/types-3.4/Shape.d.ts +0 -35
  134. package/types-3.4/Surface.d.ts +0 -70
  135. package/types-3.4/Text.d.ts +0 -38
  136. package/types-3.4/TextBox.d.ts +0 -77
  137. package/types-3.4/TitleBar.d.ts +0 -118
  138. package/types-3.4/Transition.d.ts +0 -12
  139. package/types-3.4/Utility.d.ts +0 -103
  140. package/types-3.4/Widget.d.ts +0 -154
  141. package/types-3.4/WidgetArray.d.ts +0 -7
  142. package/types-3.4/__package__.d.ts +0 -4
  143. package/types-3.4/index.d.ts +0 -53

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.