@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,196 +1,196 @@
1
- .other_ThemeEditor *{
2
- box-sizing:border-box;
3
- }
4
- .other_ThemeEditor table{
5
- width:100%;
6
- margin-bottom:4px;
7
- }
8
- .other_ThemeEditor table:last-child{
9
- margin-bottom:0px;
10
- }
11
- .other_ThemeEditor thead > tr > th{
12
- text-align:left;
13
- }
14
- .other_ThemeEditor thead > tr > th > b{
15
- font-weight:bold;
16
- }
17
- .other_ThemeEditor thead > tr > th{
18
- background-color:#FAFAFA;
19
- }
20
- .other_ThemeEditor tbody > tr > th,
21
- .other_ThemeEditor tbody > tr > td{
22
- font-weight:normal;
23
- background-color:#FAFAFA;
24
- }
25
- .other_ThemeEditor thead > tr:first-child > th{
26
- background-color:#E5E5E5;
27
- }
28
- .other_ThemeEditor thead > tr.mm-content > th {
29
- padding: 0 4px;
30
- font-size: 12px;
31
- }
32
- .other_ThemeEditor th,
33
- .other_ThemeEditor td{
34
- padding:4px;
35
- white-space: nowrap;
36
- }
37
- .other_ThemeEditor thead.mm-label > tr:first-child > th{
38
- position:relative;
39
- padding-left: 29px;
40
- }
41
- .other_ThemeEditor thead.mm-label > tr:first-child > th::before{
42
- content:"[+]";
43
- position:absolute;
44
- left: 3px;
45
- top: 3px;
46
- color: #404040;
47
- height:15px;
48
- width:15px;
49
- font-family:monospace;
50
- }
51
- .other_ThemeEditor thead.mm-label.max > tr:first-child > th::before{
52
- content:"[-]";
53
- }
54
- .other_ThemeEditor tr.sharedPropertyRow > td.label::after{
55
- content:"[+]";
56
- position:absolute;
57
- right: 10px;
58
- top: 3px;
59
- color: #404040;
60
- height:15px;
61
- width:15px;
62
- font-family:monospace;
63
- }
64
- .other_ThemeEditor tr.sharedPropertyRow > td.label.expanded::after{
65
- content:"[-]";
66
- }
67
- .other_ThemeEditor tr.sharedPropertyRow > td.label{
68
- position:relative;
69
- padding-right:30px;
70
- text-decoration:underline;
71
- }
72
- .other_ThemeEditor tr.sharedPropertyRow > td.label:hover{
73
- text-decoration:none;
74
- cursor:pointer;
75
- }
76
- .other_ThemeEditor tr.propertyRow > th,
77
- .other_ThemeEditor tr.propertyRow > td{
78
- background-color:#F4F4F4;
79
- }
80
- .other_ThemeEditor tr.propertyRow > td.label{
81
- padding-left: 24px;
82
- }
83
-
84
- .other_ThemeEditor table,
85
- .other_ThemeEditor th,
86
- .other_ThemeEditor td{
87
- border:1px solid #e5e5e5;
88
- }
89
- .other_ThemeEditor .mm-label.min .mm-content,
90
- .other_ThemeEditor .mm-label.min + .mm-content {
91
- display:none;
92
- }
93
- .mm-label:hover {
94
- cursor:pointer;
95
- }
96
-
97
- .other_ThemeEditor .sharedPropertyRow > .te-label{
98
- cursor:pointer;
99
- }
100
- .other_ThemeEditor .sharedPropertyRow > .te-label:hover{
101
- text-decoration:none;
102
- }
103
-
104
- .other_ThemeEditor .propertyRow.shown > .te-label{
105
- padding-left:15px;
106
- }
107
- .other_ThemeEditor .propertyRow > td{
108
- background-color:#F4F4F4;
109
- }
110
-
111
- .other_ThemeEditor [class*=" te-"]{
112
- /*float:left;*/
113
- }
114
- .other_ThemeEditor input,
115
- .other_ThemeEditor textarea,
116
- .other_ThemeEditor select{
117
- height:30px;
118
- float:left;
119
- }
120
- .other_ThemeEditor input,
121
- .other_ThemeEditor select{
122
- width:150px;
123
- }
124
- .other_ThemeEditor .te-checkbox{
125
- width:20px;
126
- height:20px;
127
- margin:0;
128
- }
129
-
130
- .other_ThemeEditor .te-html-color-input{
131
- height:30px;
132
- width:120px;
133
- }
134
-
135
- .other_ThemeEditor .te-html-color-button{
136
- width:30px;
137
- }
138
- .other_ThemeEditor button,
139
- .other_ThemeEditor .te-html-color-button{
140
- background-color:#CCC;
141
- border:1px solid #A9A9A9;
142
- border-left:0;
143
- height:30px;
144
- float:left;
145
- padding:4px;
146
- }
147
- .other_ThemeEditor button,
148
- .other_ThemeEditor .te-html-color-button,
149
- .other_ThemeEditor .te-section-table thead{
150
- cursor:pointer;
151
- }
152
- .other_ThemeEditor button:hover,
153
- .other_ThemeEditor .te-html-color-button:hover{
154
- background-color:#BBB;
155
- }
156
- .other_ThemeEditor button:active,
157
- .other_ThemeEditor .te-html-color-button:active{
158
- background-color:#AAA;
159
- }
160
-
161
- .other_ThemeEditor .te-label{
162
- white-space: nowrap;
163
- width: 1%;
164
- vertical-align: top;
165
- }
166
- .other_ThemeEditor .te-section-table > tbody > tr:hover{
167
- background-color: #F8FF98;
168
- }
169
- .te-section-table thead th{
170
- font-weight:bold;
171
- }
172
- .te-section-table.expanded > thead > tr > th:after {
173
- font: normal normal normal 14px/1 FontAwesome;
174
- content: "ï…‡";
175
- float: right;
176
- margin-right: 6px;
177
- margin-top: 4px;
178
- }
179
- .te-section-table.collapsed > thead > tr > th:after {
180
- font: normal normal normal 14px/1 FontAwesome;
181
- content: "";
182
- float: right;
183
- margin-right: 6px;
184
- margin-top: 4px;
185
- }
186
- #te-tableModeOptions thead > tr > th,
187
- #te-themeEditorOptions thead > tr > th{
188
- border:1px solid #6E6E73;
189
- background-color:#6E6E73;
190
- color:#FAFAFA;
191
- }
192
- /*
193
- .widget-property-hover{
194
- background-color: #F1C40F!important;
195
- border-color:#f39c12;
1
+ .other_ThemeEditor *{
2
+ box-sizing:border-box;
3
+ }
4
+ .other_ThemeEditor table{
5
+ width:100%;
6
+ margin-bottom:4px;
7
+ }
8
+ .other_ThemeEditor table:last-child{
9
+ margin-bottom:0px;
10
+ }
11
+ .other_ThemeEditor thead > tr > th{
12
+ text-align:left;
13
+ }
14
+ .other_ThemeEditor thead > tr > th > b{
15
+ font-weight:bold;
16
+ }
17
+ .other_ThemeEditor thead > tr > th{
18
+ background-color:#FAFAFA;
19
+ }
20
+ .other_ThemeEditor tbody > tr > th,
21
+ .other_ThemeEditor tbody > tr > td{
22
+ font-weight:normal;
23
+ background-color:#FAFAFA;
24
+ }
25
+ .other_ThemeEditor thead > tr:first-child > th{
26
+ background-color:#E5E5E5;
27
+ }
28
+ .other_ThemeEditor thead > tr.mm-content > th {
29
+ padding: 0 4px;
30
+ font-size: 12px;
31
+ }
32
+ .other_ThemeEditor th,
33
+ .other_ThemeEditor td{
34
+ padding:4px;
35
+ white-space: nowrap;
36
+ }
37
+ .other_ThemeEditor thead.mm-label > tr:first-child > th{
38
+ position:relative;
39
+ padding-left: 29px;
40
+ }
41
+ .other_ThemeEditor thead.mm-label > tr:first-child > th::before{
42
+ content:"[+]";
43
+ position:absolute;
44
+ left: 3px;
45
+ top: 3px;
46
+ color: #404040;
47
+ height:15px;
48
+ width:15px;
49
+ font-family:monospace;
50
+ }
51
+ .other_ThemeEditor thead.mm-label.max > tr:first-child > th::before{
52
+ content:"[-]";
53
+ }
54
+ .other_ThemeEditor tr.sharedPropertyRow > td.label::after{
55
+ content:"[+]";
56
+ position:absolute;
57
+ right: 10px;
58
+ top: 3px;
59
+ color: #404040;
60
+ height:15px;
61
+ width:15px;
62
+ font-family:monospace;
63
+ }
64
+ .other_ThemeEditor tr.sharedPropertyRow > td.label.expanded::after{
65
+ content:"[-]";
66
+ }
67
+ .other_ThemeEditor tr.sharedPropertyRow > td.label{
68
+ position:relative;
69
+ padding-right:30px;
70
+ text-decoration:underline;
71
+ }
72
+ .other_ThemeEditor tr.sharedPropertyRow > td.label:hover{
73
+ text-decoration:none;
74
+ cursor:pointer;
75
+ }
76
+ .other_ThemeEditor tr.propertyRow > th,
77
+ .other_ThemeEditor tr.propertyRow > td{
78
+ background-color:#F4F4F4;
79
+ }
80
+ .other_ThemeEditor tr.propertyRow > td.label{
81
+ padding-left: 24px;
82
+ }
83
+
84
+ .other_ThemeEditor table,
85
+ .other_ThemeEditor th,
86
+ .other_ThemeEditor td{
87
+ border:1px solid #e5e5e5;
88
+ }
89
+ .other_ThemeEditor .mm-label.min .mm-content,
90
+ .other_ThemeEditor .mm-label.min + .mm-content {
91
+ display:none;
92
+ }
93
+ .mm-label:hover {
94
+ cursor:pointer;
95
+ }
96
+
97
+ .other_ThemeEditor .sharedPropertyRow > .te-label{
98
+ cursor:pointer;
99
+ }
100
+ .other_ThemeEditor .sharedPropertyRow > .te-label:hover{
101
+ text-decoration:none;
102
+ }
103
+
104
+ .other_ThemeEditor .propertyRow.shown > .te-label{
105
+ padding-left:15px;
106
+ }
107
+ .other_ThemeEditor .propertyRow > td{
108
+ background-color:#F4F4F4;
109
+ }
110
+
111
+ .other_ThemeEditor [class*=" te-"]{
112
+ /*float:left;*/
113
+ }
114
+ .other_ThemeEditor input,
115
+ .other_ThemeEditor textarea,
116
+ .other_ThemeEditor select{
117
+ height:30px;
118
+ float:left;
119
+ }
120
+ .other_ThemeEditor input,
121
+ .other_ThemeEditor select{
122
+ width:150px;
123
+ }
124
+ .other_ThemeEditor .te-checkbox{
125
+ width:20px;
126
+ height:20px;
127
+ margin:0;
128
+ }
129
+
130
+ .other_ThemeEditor .te-html-color-input{
131
+ height:30px;
132
+ width:120px;
133
+ }
134
+
135
+ .other_ThemeEditor .te-html-color-button{
136
+ width:30px;
137
+ }
138
+ .other_ThemeEditor button,
139
+ .other_ThemeEditor .te-html-color-button{
140
+ background-color:#CCC;
141
+ border:1px solid #A9A9A9;
142
+ border-left:0;
143
+ height:30px;
144
+ float:left;
145
+ padding:4px;
146
+ }
147
+ .other_ThemeEditor button,
148
+ .other_ThemeEditor .te-html-color-button,
149
+ .other_ThemeEditor .te-section-table thead{
150
+ cursor:pointer;
151
+ }
152
+ .other_ThemeEditor button:hover,
153
+ .other_ThemeEditor .te-html-color-button:hover{
154
+ background-color:#BBB;
155
+ }
156
+ .other_ThemeEditor button:active,
157
+ .other_ThemeEditor .te-html-color-button:active{
158
+ background-color:#AAA;
159
+ }
160
+
161
+ .other_ThemeEditor .te-label{
162
+ white-space: nowrap;
163
+ width: 1%;
164
+ vertical-align: top;
165
+ }
166
+ .other_ThemeEditor .te-section-table > tbody > tr:hover{
167
+ background-color: #F8FF98;
168
+ }
169
+ .te-section-table thead th{
170
+ font-weight:bold;
171
+ }
172
+ .te-section-table.expanded > thead > tr > th:after {
173
+ font: normal normal normal 14px/1 FontAwesome;
174
+ content: "ï…‡";
175
+ float: right;
176
+ margin-right: 6px;
177
+ margin-top: 4px;
178
+ }
179
+ .te-section-table.collapsed > thead > tr > th:after {
180
+ font: normal normal normal 14px/1 FontAwesome;
181
+ content: "";
182
+ float: right;
183
+ margin-right: 6px;
184
+ margin-top: 4px;
185
+ }
186
+ #te-tableModeOptions thead > tr > th,
187
+ #te-themeEditorOptions thead > tr > th{
188
+ border:1px solid #6E6E73;
189
+ background-color:#6E6E73;
190
+ color:#FAFAFA;
191
+ }
192
+ /*
193
+ .widget-property-hover{
194
+ background-color: #F1C40F!important;
195
+ border-color:#f39c12;
196
196
  }*/