@hpcc-js/other 3.4.11 → 3.5.1

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.
@@ -1,131 +1,180 @@
1
- .other_PropertyEditor{
2
- overflow-y:scroll;
3
- height:100%;
4
- width:100%;
1
+ .other_PropertyEditor {
2
+ overflow-y: scroll;
3
+ height: 100%;
4
+ width: 100%;
5
5
  }
6
- .other_PropertyEditor .other_PropertyEditor{
7
- overflow:hidden;
6
+
7
+ .other_PropertyEditor .other_PropertyEditor {
8
+ overflow: hidden;
8
9
  }
9
- .other_PropertyEditor .property-table{
10
- width:100%;
10
+
11
+ .other_PropertyEditor .property-table {
12
+ width: 100%;
11
13
  border: 1px solid #ddd;
12
- border-width:0 0 0 1px;
14
+ border-width: 0 0 0 1px;
15
+ }
16
+
17
+ .other_PropertyEditor thead>tr>th {
18
+ background-color: #333;
19
+ }
20
+
21
+ .other_PropertyEditor .other_PropertyEditor th {
22
+ background-color: #444;
23
+ }
24
+
25
+ .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th {
26
+ background-color: #555;
27
+ }
28
+
29
+ .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th {
30
+ background-color: #666;
13
31
  }
14
- .other_PropertyEditor thead > tr > th{background-color:#333;}
15
- .other_PropertyEditor .other_PropertyEditor th{background-color:#444;}
16
- .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#555;}
17
- .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#666;}
18
- .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#777;}
19
32
 
20
- .other_PropertyEditor .headerRow{background-color:#eee;}
21
- .other_PropertyEditor .other_PropertyEditor .headerRow{background-color:#ddd;}
22
- .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .headerRow{background-color:#ccc;}
23
- .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .headerRow{background-color:#bbb;}
24
- .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .headerRow{background-color:#aaa;}
33
+ .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th {
34
+ background-color: #777;
35
+ }
36
+
37
+ .other_PropertyEditor .headerRow {
38
+ background-color: #eee;
39
+ }
40
+
41
+ .other_PropertyEditor .other_PropertyEditor .headerRow {
42
+ background-color: #ddd;
43
+ }
44
+
45
+ .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .headerRow {
46
+ background-color: #ccc;
47
+ }
48
+
49
+ .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .headerRow {
50
+ background-color: #bbb;
51
+ }
52
+
53
+ .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .headerRow {
54
+ background-color: #aaa;
55
+ }
25
56
 
26
57
  .other_PropertyEditor .fa {
27
- font-size:14px;
28
- width:14px
58
+ font-size: 14px;
59
+ width: 14px
29
60
  }
30
61
 
31
62
  .other_PropertyEditor div.property-table-collapsed {
32
- display:none;
63
+ display: none;
33
64
  }
34
65
 
35
- .other_PropertyEditor .headerRow > .peInput {
36
- padding-top:2px;
66
+ .other_PropertyEditor .headerRow>.peInput {
67
+ padding-top: 2px;
37
68
  }
38
69
 
39
- .other_PropertyEditor .headerRow > .peInput > span {
70
+ .other_PropertyEditor .headerRow>.peInput>span {
40
71
  font-weight: bold;
41
72
  padding-left: 2px;
42
73
  }
43
74
 
44
- .other_PropertyEditor .headerRow > .peInput > i {
45
- float:right;
75
+ .other_PropertyEditor .headerRow>.peInput>i {
76
+ float: right;
46
77
  padding-top: 2px;
47
78
  padding-bottom: 2px;
48
79
  }
49
80
 
50
- .other_PropertyEditor .headerRow > span > i:hover {
81
+ .other_PropertyEditor .headerRow>span>i:hover {
51
82
  background-color: #555;
52
- cursor:pointer;
83
+ cursor: pointer;
53
84
  }
54
- .other_PropertyEditor .property-table thead > tr > th {
55
- text-align:left;
56
- background-color:#333;
57
- color:#fff;
58
- padding-top:2px;
59
- padding-left:4px;
85
+
86
+ .other_PropertyEditor .property-table thead>tr>th {
87
+ text-align: left;
88
+ background-color: #333;
89
+ color: #fff;
90
+ padding-top: 2px;
91
+ padding-left: 4px;
60
92
  }
61
- .other_PropertyEditor .property-table thead > tr > th > i {
62
- float:right;
93
+
94
+ .other_PropertyEditor .property-table thead>tr>th>i {
95
+ float: right;
63
96
  padding-top: 2px;
64
97
  padding-right: 4px;
65
98
  padding-bottom: 2px;
66
99
  }
67
- .other_PropertyEditor .property-table thead > tr > th > i:hover{
100
+
101
+ .other_PropertyEditor .property-table thead>tr>th>i:hover {
68
102
  background-color: #555;
69
- cursor:pointer;
103
+ cursor: pointer;
70
104
  }
71
- .other_PropertyEditor .property-table tbody > tr:nth-child(even){
105
+
106
+ .other_PropertyEditor .property-table tbody>tr:nth-child(even) {
72
107
  background-color: #F9F9F9;
73
108
  }
74
- .other_PropertyEditor .property-table tbody > tr:nth-child(odd){
109
+
110
+ .other_PropertyEditor .property-table tbody>tr:nth-child(odd) {
75
111
  background-color: #FFF;
76
112
  }
77
- .other_PropertyEditor .property-table tbody > tr > td{
78
- text-align:left;
79
- color:#333;
80
- padding:0 0 0 2px;
113
+
114
+ .other_PropertyEditor .property-table tbody>tr>td {
115
+ text-align: left;
116
+ color: #333;
117
+ padding: 0 0 0 2px;
81
118
  }
82
- .other_PropertyEditor .property-table tbody > tr.disabled > td {
83
- color:gray;
119
+
120
+ .other_PropertyEditor .property-table tbody>tr.disabled>td {
121
+ color: gray;
84
122
  }
85
- .other_PropertyEditor .property-table tbody > tr.invalid > td {
86
- color:red;
123
+
124
+ .other_PropertyEditor .property-table tbody>tr.invalid>td {
125
+ color: red;
87
126
  }
88
- .other_PropertyEditor .property-input-cell > div{
127
+
128
+ .other_PropertyEditor .property-input-cell>div {
89
129
  padding-left: 8px;
90
130
  }
91
- .other_PropertyEditor .property-label{
131
+
132
+ .other_PropertyEditor .property-label {
92
133
  padding-right: 4px;
93
134
  box-sizing: border-box;
94
135
  height: 20px;
95
136
  }
96
- .other_PropertyEditor td.property-input-cell{
97
- text-align:left;
98
- height:20px;
99
- padding:1px 0;
100
- width:80%
137
+
138
+ .other_PropertyEditor td.property-input-cell {
139
+ text-align: left;
140
+ height: 20px;
141
+ padding: 1px 0;
142
+ width: 80%
101
143
  }
102
- .other_PropertyEditor .property-input-cell > input,
103
- .other_PropertyEditor .property-input-cell > textarea{
104
- width:100%;
144
+
145
+ .other_PropertyEditor .property-input-cell>input,
146
+ .other_PropertyEditor .property-input-cell>textarea {
147
+ width: 100%;
105
148
  box-sizing: border-box;
106
149
  }
107
- .other_PropertyEditor .property-input-cell > input{
150
+
151
+ .other_PropertyEditor .property-input-cell>input {
108
152
  height: 20px;
109
153
  }
110
- .other_PropertyEditor .property-input-cell > textarea{
154
+
155
+ .other_PropertyEditor .property-input-cell>textarea {
111
156
  height: 120px;
112
157
  }
113
- .other_PropertyEditor .property-input-cell.boolean-cell{
114
- width:auto;
115
- margin:0;
116
- position:relative;
158
+
159
+ .other_PropertyEditor .property-input-cell.boolean-cell {
160
+ width: auto;
161
+ margin: 0;
162
+ position: relative;
117
163
  }
118
- .other_PropertyEditor .property-input-cell > input[type="checkbox"]{
119
- width:auto;
120
- margin:0;
121
- position:absolute;
164
+
165
+ .other_PropertyEditor .property-input-cell>input[type="checkbox"] {
166
+ width: auto;
167
+ margin: 0;
168
+ position: absolute;
122
169
  top: 0;
123
170
  }
124
- .other_PropertyEditor .html-color-cell > input{
125
- width:80%;
171
+
172
+ .other_PropertyEditor .html-color-cell>input {
173
+ width: 80%;
126
174
  }
127
- .other_PropertyEditor .html-color-cell > input[type="color"]{
128
- width:20%;
175
+
176
+ .other_PropertyEditor .html-color-cell>input[type="color"] {
177
+ width: 20%;
129
178
  position: relative;
130
179
  top: -1px;
131
180
  }
@@ -1,5 +1,4 @@
1
- .other_RadioCheckbox input {
2
- }
1
+ .other_RadioCheckbox input {}
3
2
 
4
3
  .other_RadioCheckbox span,
5
4
  .other_RadioCheckbox label {
package/src/Select.css CHANGED
@@ -1,7 +1,6 @@
1
- .other_Select select {
2
- }
1
+ .other_Select select {}
3
2
 
4
- .other_Select span,
3
+ .other_Select span,
5
4
  .other_Select label {
6
- vertical-align:top;
7
- }
5
+ vertical-align: top;
6
+ }
package/src/Table.css CHANGED
@@ -1,5 +1,5 @@
1
1
  .other_Table {
2
- color:#333333;
2
+ color: #333333;
3
3
  border-width: 1px;
4
4
  border-color: #999999;
5
5
  }
@@ -8,85 +8,100 @@
8
8
  border-collapse: collapse;
9
9
  border-spacing: 0;
10
10
  }
11
+
11
12
  .other_Table .tableDiv {
12
13
  position: absolute;
13
14
  }
14
15
 
15
- .other_Table th, .labels-wrapper th {
16
- padding:5px 10px;
16
+ .other_Table th,
17
+ .labels-wrapper th {
18
+ padding: 5px 10px;
17
19
  border-width: 1px;
18
20
  border-style: solid;
19
21
  border-color: #a9c6c9;
20
- color:white;
22
+ color: white;
21
23
  white-space: nowrap;
22
- cursor : pointer;
24
+ cursor: pointer;
23
25
  box-sizing: border-box;
24
26
  }
25
- .other_Table thead > tr, .cols-wrapper tr {
26
- background-color:#1f77b4;
27
+
28
+ .other_Table thead>tr,
29
+ .cols-wrapper tr {
30
+ background-color: #1f77b4;
27
31
  }
28
32
 
29
- .other_Table .thIcon, .labels-wrapper .thIcon {
33
+ .other_Table .thIcon,
34
+ .labels-wrapper .thIcon {
30
35
  font-family: FontAwesome;
31
36
  padding-left: 8px;
32
37
  }
33
38
 
34
- .other_Table .tableDiv tbody > tr:nth-child(odd) {
39
+ .other_Table .tableDiv tbody>tr:nth-child(odd) {
35
40
  background-color: #f3faff;
36
- color:black;
41
+ color: black;
37
42
  }
38
43
 
39
- .other_Table .tableDiv tbody > tr:nth-child(even) {
44
+ .other_Table .tableDiv tbody>tr:nth-child(even) {
40
45
  background-color: white;
41
- color:black;
46
+ color: black;
42
47
  }
43
- .other_Table .tableDiv tbody > tr.selected {
44
- background-color:#f48a00;
48
+
49
+ .other_Table .tableDiv tbody>tr.selected {
50
+ background-color: #f48a00;
45
51
  color: white;
46
52
  }
47
53
 
48
- .other_Table .rows-wrapper table > tbody > tr {
49
- background-color:#BCE1FB;
50
- color:black;
54
+ .other_Table .rows-wrapper table>tbody>tr {
55
+ background-color: #BCE1FB;
56
+ color: black;
51
57
  }
52
58
 
53
59
  .other_Table .rows-wrapper .labels-wrapper {
54
60
  width: 100%;
55
61
  }
56
- .other_Table table tbody > tr.selected {
57
- background-color:#f48a00;
62
+
63
+ .other_Table table tbody>tr.selected {
64
+ background-color: #f48a00;
58
65
  color: white;
59
66
  }
60
67
 
61
- .other_Table .tableDiv tbody > tr:hover, .other_Table .tableDiv tbody > tr.hover, .rows-wrapper table tbody tr.hover {
68
+ .other_Table .tableDiv tbody>tr:hover,
69
+ .other_Table .tableDiv tbody>tr.hover,
70
+ .rows-wrapper table tbody tr.hover {
62
71
  background-color: #bfd7e7;
63
72
  color: white;
64
73
  }
65
- .other_Table .tableDiv tbody > tr.selected:hover, .other_Table .tableDiv tbody > tr.selected.hover {
74
+
75
+ .other_Table .tableDiv tbody>tr.selected:hover,
76
+ .other_Table .tableDiv tbody>tr.selected.hover {
66
77
  background-color: #5ea8db;
67
78
  color: white;
68
79
  }
80
+
69
81
  .other_Table .rows-wrapper tbody tr.hover.selected {
70
- background-color:#5ea8db;
82
+ background-color: #5ea8db;
71
83
  color: white;
72
84
  }
73
85
 
74
- .other_Table tr.selected:hover, .other_Table tr.selected.hover {
75
- background-color:#5ea8db;
86
+ .other_Table tr.selected:hover,
87
+ .other_Table tr.selected.hover {
88
+ background-color: #5ea8db;
76
89
  color: white;
77
90
  }
78
91
 
79
- .other_Table td, .rows-wrapper td{
92
+ .other_Table td,
93
+ .rows-wrapper td {
80
94
  border-width: 1px;
81
- padding:2px 5px;
95
+ padding: 2px 5px;
82
96
  border-style: solid;
83
97
  border-color: #a9c6c9;
84
98
  white-space: nowrap;
85
- box-sizing:border-box;
99
+ box-sizing: border-box;
86
100
  vertical-align: middle;
87
101
  }
88
102
 
89
- .other_Table tfoot td, .rows-wrapper tfoot td {
103
+ .other_Table tfoot td,
104
+ .rows-wrapper tfoot td {
90
105
  background-color: #ADDFF3;
91
106
  font-weight: bold;
92
- }
107
+ }