@hpcc-js/other 2.16.2 → 3.1.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.
- package/dist/index.js +785 -6346
- package/dist/index.js.map +7 -1
- package/package.json +31 -34
- package/src/Audio.ts +6 -3
- package/src/AutoCompleteText.ts +22 -14
- package/src/CalendarHeatMap.ts +24 -17
- package/src/ESP.ts +1 -1
- package/src/HeatMap.ts +41 -26
- package/src/Html.ts +11 -7
- package/src/IconList.ts +1 -1
- package/src/Legend.ts +16 -9
- package/src/MorphText.ts +16 -9
- package/src/NestedTable.ts +1 -1
- package/src/Opportunity.ts +32 -20
- package/src/Paginator.ts +21 -13
- package/src/PropertyEditor.ts +28 -16
- package/src/RadioCheckbox.ts +18 -11
- package/src/Select.ts +24 -14
- package/src/Table.ts +109 -60
- package/src/ThemeEditor.ts +40 -26
- package/src/__package__.ts +2 -2
- package/src/index.ts +21 -21
- package/types/Audio.d.ts +6 -7
- package/types/AutoCompleteText.d.ts +20 -31
- package/types/CalendarHeatMap.d.ts +20 -33
- package/types/Comms.d.ts +0 -1
- package/types/ESP.d.ts +0 -1
- package/types/HPCCBadge.d.ts +0 -1
- package/types/HeatMap.d.ts +39 -62
- package/types/Html.d.ts +10 -16
- package/types/IconList.d.ts +0 -1
- package/types/Legend.d.ts +16 -23
- package/types/MorphText.d.ts +14 -18
- package/types/NestedTable.d.ts +1 -2
- package/types/Opportunity.d.ts +29 -47
- package/types/Paginator.d.ts +20 -31
- package/types/Persist.d.ts +0 -1
- package/types/PropertyEditor.d.ts +22 -38
- package/types/RadioCheckbox.d.ts +17 -26
- package/types/Select.d.ts +23 -36
- package/types/Table.d.ts +96 -187
- package/types/ThemeEditor.d.ts +38 -61
- package/types/__package__.d.ts +2 -3
- package/types/index.d.ts +21 -22
- package/dist/index.es6.js +0 -6313
- package/dist/index.es6.js.map +0 -1
- package/dist/index.min.js +0 -2
- package/dist/index.min.js.map +0 -1
- package/types/Audio.d.ts.map +0 -1
- package/types/AutoCompleteText.d.ts.map +0 -1
- package/types/CalendarHeatMap.d.ts.map +0 -1
- package/types/Comms.d.ts.map +0 -1
- package/types/ESP.d.ts.map +0 -1
- package/types/HPCCBadge.d.ts.map +0 -1
- package/types/HeatMap.d.ts.map +0 -1
- package/types/Html.d.ts.map +0 -1
- package/types/IconList.d.ts.map +0 -1
- package/types/Legend.d.ts.map +0 -1
- package/types/MorphText.d.ts.map +0 -1
- package/types/NestedTable.d.ts.map +0 -1
- package/types/Opportunity.d.ts.map +0 -1
- package/types/Paginator.d.ts.map +0 -1
- package/types/Persist.d.ts.map +0 -1
- package/types/PropertyEditor.d.ts.map +0 -1
- package/types/RadioCheckbox.d.ts.map +0 -1
- package/types/Select.d.ts.map +0 -1
- package/types/Table.d.ts.map +0 -1
- package/types/ThemeEditor.d.ts.map +0 -1
- package/types/__package__.d.ts.map +0 -1
- package/types/index.d.ts.map +0 -1
- package/types-3.4/Audio.d.ts +0 -19
- package/types-3.4/AutoCompleteText.d.ts +0 -46
- package/types-3.4/CalendarHeatMap.d.ts +0 -61
- package/types-3.4/Comms.d.ts +0 -112
- package/types-3.4/ESP.d.ts +0 -9
- package/types-3.4/HPCCBadge.d.ts +0 -30
- package/types-3.4/HeatMap.d.ts +0 -72
- package/types-3.4/Html.d.ts +0 -23
- package/types-3.4/IconList.d.ts +0 -26
- package/types-3.4/Legend.d.ts +0 -40
- package/types-3.4/MorphText.d.ts +0 -28
- package/types-3.4/NestedTable.d.ts +0 -5
- package/types-3.4/Opportunity.d.ts +0 -99
- package/types-3.4/Paginator.d.ts +0 -45
- package/types-3.4/Persist.d.ts +0 -10
- package/types-3.4/PropertyEditor.d.ts +0 -85
- package/types-3.4/RadioCheckbox.d.ts +0 -40
- package/types-3.4/Select.d.ts +0 -49
- package/types-3.4/Table.d.ts +0 -257
- package/types-3.4/ThemeEditor.d.ts +0 -97
- package/types-3.4/__package__.d.ts +0 -4
- package/types-3.4/index.d.ts +0 -24
package/types/ThemeEditor.d.ts
CHANGED
|
@@ -33,65 +33,42 @@ export declare class ThemeEditor extends HTMLWidget {
|
|
|
33
33
|
setWidgetObjsById(widgetProp: any): void;
|
|
34
34
|
checkTagFilter(tagArr: any): boolean;
|
|
35
35
|
findSharedProperties(data: any): any;
|
|
36
|
-
themeMode: {
|
|
37
|
-
(): boolean;
|
|
38
|
-
(_: boolean): ThemeEditor;
|
|
39
|
-
};
|
|
40
|
-
themeMode_exists: () => boolean;
|
|
41
|
-
saveTheme: {
|
|
42
|
-
(): string;
|
|
43
|
-
(_: string): ThemeEditor;
|
|
44
|
-
};
|
|
45
|
-
saveTheme_exists: () => boolean;
|
|
46
|
-
loadedTheme: {
|
|
47
|
-
(): string;
|
|
48
|
-
(_: string): ThemeEditor;
|
|
49
|
-
};
|
|
50
|
-
loadedTheme_exists: () => boolean;
|
|
51
|
-
saveSerial: {
|
|
52
|
-
(): string;
|
|
53
|
-
(_: string): ThemeEditor;
|
|
54
|
-
};
|
|
55
|
-
saveSerial_exists: () => boolean;
|
|
56
|
-
loadedSerial: {
|
|
57
|
-
(): string;
|
|
58
|
-
(_: string): ThemeEditor;
|
|
59
|
-
};
|
|
60
|
-
loadedSerial_exists: () => boolean;
|
|
61
|
-
showColumns: {
|
|
62
|
-
(): boolean;
|
|
63
|
-
(_: boolean): ThemeEditor;
|
|
64
|
-
};
|
|
65
|
-
showColumns_exists: () => boolean;
|
|
66
|
-
showData: {
|
|
67
|
-
(): boolean;
|
|
68
|
-
(_: boolean): ThemeEditor;
|
|
69
|
-
};
|
|
70
|
-
showData_exists: () => boolean;
|
|
71
|
-
shareCountMin: {
|
|
72
|
-
(): number;
|
|
73
|
-
(_: number): ThemeEditor;
|
|
74
|
-
};
|
|
75
|
-
shareCountMin_exists: () => boolean;
|
|
76
|
-
paramGrouping: {
|
|
77
|
-
(): string;
|
|
78
|
-
(_: string): ThemeEditor;
|
|
79
|
-
};
|
|
80
|
-
paramGrouping_exists: () => boolean;
|
|
81
|
-
editorComplexity: {
|
|
82
|
-
(): string;
|
|
83
|
-
(_: string): ThemeEditor;
|
|
84
|
-
};
|
|
85
|
-
editorComplexity_exists: () => boolean;
|
|
86
|
-
sectionTitle: {
|
|
87
|
-
(): string;
|
|
88
|
-
(_: string): ThemeEditor;
|
|
89
|
-
};
|
|
90
|
-
sectionTitle_exists: () => boolean;
|
|
91
|
-
collapsibleSections: {
|
|
92
|
-
(): boolean;
|
|
93
|
-
(_: boolean): ThemeEditor;
|
|
94
|
-
};
|
|
95
|
-
collapsibleSections_exists: () => boolean;
|
|
96
36
|
}
|
|
97
|
-
|
|
37
|
+
export interface ThemeEditor {
|
|
38
|
+
themeMode(): boolean;
|
|
39
|
+
themeMode(_: boolean): this;
|
|
40
|
+
themeMode_exists(): boolean;
|
|
41
|
+
saveTheme(): string;
|
|
42
|
+
saveTheme(_: string): this;
|
|
43
|
+
saveTheme_exists(): boolean;
|
|
44
|
+
loadedTheme(): string;
|
|
45
|
+
loadedTheme(_: string): this;
|
|
46
|
+
loadedTheme_exists(): boolean;
|
|
47
|
+
saveSerial(): string;
|
|
48
|
+
saveSerial(_: string): this;
|
|
49
|
+
saveSerial_exists(): boolean;
|
|
50
|
+
loadedSerial(): string;
|
|
51
|
+
loadedSerial(_: string): this;
|
|
52
|
+
loadedSerial_exists(): boolean;
|
|
53
|
+
showColumns(): boolean;
|
|
54
|
+
showColumns(_: boolean): this;
|
|
55
|
+
showColumns_exists(): boolean;
|
|
56
|
+
showData(): boolean;
|
|
57
|
+
showData(_: boolean): this;
|
|
58
|
+
showData_exists(): boolean;
|
|
59
|
+
shareCountMin(): number;
|
|
60
|
+
shareCountMin(_: number): this;
|
|
61
|
+
shareCountMin_exists(): boolean;
|
|
62
|
+
paramGrouping(): string;
|
|
63
|
+
paramGrouping(_: string): this;
|
|
64
|
+
paramGrouping_exists(): boolean;
|
|
65
|
+
editorComplexity(): string;
|
|
66
|
+
editorComplexity(_: string): this;
|
|
67
|
+
editorComplexity_exists(): boolean;
|
|
68
|
+
sectionTitle(): string;
|
|
69
|
+
sectionTitle(_: string): this;
|
|
70
|
+
sectionTitle_exists(): boolean;
|
|
71
|
+
collapsibleSections(): boolean;
|
|
72
|
+
collapsibleSections(_: boolean): this;
|
|
73
|
+
collapsibleSections_exists(): boolean;
|
|
74
|
+
}
|
package/types/__package__.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/other";
|
|
2
|
-
export declare const PKG_VERSION = "
|
|
3
|
-
export declare const BUILD_VERSION = "2.
|
|
4
|
-
//# sourceMappingURL=__package__.d.ts.map
|
|
2
|
+
export declare const PKG_VERSION = "3.1.0";
|
|
3
|
+
export declare const BUILD_VERSION = "3.2.0";
|
package/types/index.d.ts
CHANGED
|
@@ -1,24 +1,23 @@
|
|
|
1
|
-
export * from "./__package__";
|
|
2
|
-
export * from "./Audio";
|
|
3
|
-
export * from "./AutoCompleteText";
|
|
4
|
-
export * from "./CalendarHeatMap";
|
|
5
|
-
import * as Comms from "./Comms";
|
|
1
|
+
export * from "./__package__.ts";
|
|
2
|
+
export * from "./Audio.ts";
|
|
3
|
+
export * from "./AutoCompleteText.ts";
|
|
4
|
+
export * from "./CalendarHeatMap.ts";
|
|
5
|
+
import * as Comms from "./Comms.ts";
|
|
6
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";
|
|
7
|
+
export * from "./ESP.ts";
|
|
8
|
+
export * from "./HeatMap.ts";
|
|
9
|
+
export * from "./HPCCBadge.ts";
|
|
10
|
+
export * from "./Html.ts";
|
|
11
|
+
export * from "./IconList.ts";
|
|
12
|
+
export * from "./Legend.ts";
|
|
13
|
+
export * from "./MorphText.ts";
|
|
14
|
+
export * from "./NestedTable.ts";
|
|
15
|
+
export * from "./Opportunity.ts";
|
|
16
|
+
export * from "./Paginator.ts";
|
|
17
|
+
import * as Persist from "./Persist.ts";
|
|
18
18
|
export { Persist };
|
|
19
|
-
export * from "./PropertyEditor";
|
|
20
|
-
export * from "./RadioCheckbox";
|
|
21
|
-
export * from "./Select";
|
|
22
|
-
export * from "./Table";
|
|
23
|
-
export * from "./ThemeEditor";
|
|
24
|
-
//# sourceMappingURL=index.d.ts.map
|
|
19
|
+
export * from "./PropertyEditor.ts";
|
|
20
|
+
export * from "./RadioCheckbox.ts";
|
|
21
|
+
export * from "./Select.ts";
|
|
22
|
+
export * from "./Table.ts";
|
|
23
|
+
export * from "./ThemeEditor.ts";
|