@hpcc-js/other 2.17.1 → 2.17.3

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 (46) hide show
  1. package/LICENSE +43 -43
  2. package/README.md +41 -41
  3. package/dist/index.es6.js +5 -5
  4. package/dist/index.es6.js.map +1 -1
  5. package/dist/index.js +5 -5
  6. package/dist/index.js.map +1 -1
  7. package/dist/index.min.js +1 -1
  8. package/dist/index.min.js.map +1 -1
  9. package/package.json +5 -5
  10. package/src/Audio.ts +83 -83
  11. package/src/AutoCompleteText.css +21 -21
  12. package/src/AutoCompleteText.ts +124 -124
  13. package/src/CalendarHeatMap.css +26 -26
  14. package/src/CalendarHeatMap.ts +243 -243
  15. package/src/Comms.ts +1085 -1085
  16. package/src/ESP.ts +451 -451
  17. package/src/HPCCBadge.ts +220 -220
  18. package/src/HeatMap.ts +135 -135
  19. package/src/Html.css +5 -5
  20. package/src/Html.ts +44 -44
  21. package/src/IconList.css +3 -3
  22. package/src/IconList.ts +86 -86
  23. package/src/Legend.css +85 -85
  24. package/src/Legend.ts +220 -220
  25. package/src/MorphText.css +11 -11
  26. package/src/MorphText.ts +102 -102
  27. package/src/NestedTable.ts +51 -51
  28. package/src/Opportunity.css +80 -80
  29. package/src/Opportunity.ts +488 -488
  30. package/src/Paginator.css +120 -120
  31. package/src/Paginator.ts +164 -164
  32. package/src/Persist.ts +151 -151
  33. package/src/PropertyEditor.css +130 -130
  34. package/src/PropertyEditor.ts +750 -750
  35. package/src/RadioCheckbox.css +6 -6
  36. package/src/RadioCheckbox.ts +123 -123
  37. package/src/Select.css +7 -7
  38. package/src/Select.ts +120 -120
  39. package/src/Table.css +92 -92
  40. package/src/Table.ts +1050 -1050
  41. package/src/ThemeEditor.css +195 -195
  42. package/src/ThemeEditor.ts +744 -744
  43. package/src/__package__.ts +3 -3
  44. package/src/index.ts +23 -23
  45. package/types/__package__.d.ts +2 -2
  46. package/types-3.4/__package__.d.ts +2 -2
@@ -1,3 +1,3 @@
1
- export const PKG_NAME = "@hpcc-js/other";
2
- export const PKG_VERSION = "2.17.1";
3
- export const BUILD_VERSION = "2.108.2";
1
+ export const PKG_NAME = "@hpcc-js/other";
2
+ export const PKG_VERSION = "2.17.2";
3
+ export const BUILD_VERSION = "2.108.6";
package/src/index.ts CHANGED
@@ -1,23 +1,23 @@
1
- export * from "./__package__";
2
- export * from "./Audio";
3
- export * from "./AutoCompleteText";
4
- export * from "./CalendarHeatMap";
5
- import * as Comms from "./Comms";
6
- export { Comms };
7
- export * from "./ESP";
8
- export * from "./HeatMap";
9
- export * from "./HPCCBadge";
10
- export * from "./Html";
11
- export * from "./IconList";
12
- export * from "./Legend";
13
- export * from "./MorphText";
14
- export * from "./NestedTable";
15
- export * from "./Opportunity";
16
- export * from "./Paginator";
17
- import * as Persist from "./Persist";
18
- export { Persist };
19
- export * from "./PropertyEditor";
20
- export * from "./RadioCheckbox";
21
- export * from "./Select";
22
- export * from "./Table";
23
- export * from "./ThemeEditor";
1
+ export * from "./__package__";
2
+ export * from "./Audio";
3
+ export * from "./AutoCompleteText";
4
+ export * from "./CalendarHeatMap";
5
+ import * as Comms from "./Comms";
6
+ export { Comms };
7
+ export * from "./ESP";
8
+ export * from "./HeatMap";
9
+ export * from "./HPCCBadge";
10
+ export * from "./Html";
11
+ export * from "./IconList";
12
+ export * from "./Legend";
13
+ export * from "./MorphText";
14
+ export * from "./NestedTable";
15
+ export * from "./Opportunity";
16
+ export * from "./Paginator";
17
+ import * as Persist from "./Persist";
18
+ export { Persist };
19
+ export * from "./PropertyEditor";
20
+ export * from "./RadioCheckbox";
21
+ export * from "./Select";
22
+ export * from "./Table";
23
+ export * from "./ThemeEditor";
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/other";
2
- export declare const PKG_VERSION = "2.17.1";
3
- export declare const BUILD_VERSION = "2.108.2";
2
+ export declare const PKG_VERSION = "2.17.2";
3
+ export declare const BUILD_VERSION = "2.108.6";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/other";
2
- export declare const PKG_VERSION = "2.17.1";
3
- export declare const BUILD_VERSION = "2.108.2";
2
+ export declare const PKG_VERSION = "2.17.2";
3
+ export declare const BUILD_VERSION = "2.108.6";
4
4
  //# sourceMappingURL=__package__.d.ts.map