@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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +6 -6
- package/src/AutoCompleteText.css +32 -5
- package/src/CalendarHeatMap.css +1 -1
- package/src/Html.css +5 -5
- package/src/IconList.css +1 -1
- package/src/Legend.css +55 -36
- package/src/MorphText.css +1 -1
- package/src/Opportunity.css +30 -29
- package/src/Paginator.css +48 -37
- package/src/PropertyEditor.css +122 -73
- package/src/RadioCheckbox.css +1 -2
- package/src/Select.css +4 -5
- package/src/Table.css +44 -29
- package/src/ThemeEditor.css +140 -105
package/src/PropertyEditor.css
CHANGED
|
@@ -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
|
-
|
|
7
|
-
|
|
6
|
+
|
|
7
|
+
.other_PropertyEditor .other_PropertyEditor {
|
|
8
|
+
overflow: hidden;
|
|
8
9
|
}
|
|
9
|
-
|
|
10
|
-
|
|
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 .
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
.other_PropertyEditor .
|
|
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
|
|
36
|
-
padding-top:2px;
|
|
66
|
+
.other_PropertyEditor .headerRow>.peInput {
|
|
67
|
+
padding-top: 2px;
|
|
37
68
|
}
|
|
38
69
|
|
|
39
|
-
.other_PropertyEditor .headerRow
|
|
70
|
+
.other_PropertyEditor .headerRow>.peInput>span {
|
|
40
71
|
font-weight: bold;
|
|
41
72
|
padding-left: 2px;
|
|
42
73
|
}
|
|
43
74
|
|
|
44
|
-
.other_PropertyEditor .headerRow
|
|
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
|
|
81
|
+
.other_PropertyEditor .headerRow>span>i:hover {
|
|
51
82
|
background-color: #555;
|
|
52
|
-
cursor:pointer;
|
|
83
|
+
cursor: pointer;
|
|
53
84
|
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
color
|
|
58
|
-
|
|
59
|
-
padding-
|
|
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
|
-
|
|
62
|
-
|
|
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
|
-
|
|
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
|
-
|
|
105
|
+
|
|
106
|
+
.other_PropertyEditor .property-table tbody>tr:nth-child(even) {
|
|
72
107
|
background-color: #F9F9F9;
|
|
73
108
|
}
|
|
74
|
-
|
|
109
|
+
|
|
110
|
+
.other_PropertyEditor .property-table tbody>tr:nth-child(odd) {
|
|
75
111
|
background-color: #FFF;
|
|
76
112
|
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
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
|
-
|
|
83
|
-
|
|
119
|
+
|
|
120
|
+
.other_PropertyEditor .property-table tbody>tr.disabled>td {
|
|
121
|
+
color: gray;
|
|
84
122
|
}
|
|
85
|
-
|
|
86
|
-
|
|
123
|
+
|
|
124
|
+
.other_PropertyEditor .property-table tbody>tr.invalid>td {
|
|
125
|
+
color: red;
|
|
87
126
|
}
|
|
88
|
-
|
|
127
|
+
|
|
128
|
+
.other_PropertyEditor .property-input-cell>div {
|
|
89
129
|
padding-left: 8px;
|
|
90
130
|
}
|
|
91
|
-
|
|
131
|
+
|
|
132
|
+
.other_PropertyEditor .property-label {
|
|
92
133
|
padding-right: 4px;
|
|
93
134
|
box-sizing: border-box;
|
|
94
135
|
height: 20px;
|
|
95
136
|
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
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
|
-
|
|
103
|
-
.other_PropertyEditor .property-input-cell
|
|
104
|
-
|
|
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
|
-
|
|
150
|
+
|
|
151
|
+
.other_PropertyEditor .property-input-cell>input {
|
|
108
152
|
height: 20px;
|
|
109
153
|
}
|
|
110
|
-
|
|
154
|
+
|
|
155
|
+
.other_PropertyEditor .property-input-cell>textarea {
|
|
111
156
|
height: 120px;
|
|
112
157
|
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
158
|
+
|
|
159
|
+
.other_PropertyEditor .property-input-cell.boolean-cell {
|
|
160
|
+
width: auto;
|
|
161
|
+
margin: 0;
|
|
162
|
+
position: relative;
|
|
117
163
|
}
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
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
|
-
|
|
125
|
-
|
|
171
|
+
|
|
172
|
+
.other_PropertyEditor .html-color-cell>input {
|
|
173
|
+
width: 80%;
|
|
126
174
|
}
|
|
127
|
-
|
|
128
|
-
|
|
175
|
+
|
|
176
|
+
.other_PropertyEditor .html-color-cell>input[type="color"] {
|
|
177
|
+
width: 20%;
|
|
129
178
|
position: relative;
|
|
130
179
|
top: -1px;
|
|
131
180
|
}
|
package/src/RadioCheckbox.css
CHANGED
package/src/Select.css
CHANGED
package/src/Table.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.other_Table {
|
|
2
|
-
color
|
|
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,
|
|
16
|
-
|
|
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
|
|
24
|
+
cursor: pointer;
|
|
23
25
|
box-sizing: border-box;
|
|
24
26
|
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
|
|
28
|
+
.other_Table thead>tr,
|
|
29
|
+
.cols-wrapper tr {
|
|
30
|
+
background-color: #1f77b4;
|
|
27
31
|
}
|
|
28
32
|
|
|
29
|
-
.other_Table .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
|
|
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
|
|
44
|
+
.other_Table .tableDiv tbody>tr:nth-child(even) {
|
|
40
45
|
background-color: white;
|
|
41
|
-
color:black;
|
|
46
|
+
color: black;
|
|
42
47
|
}
|
|
43
|
-
|
|
44
|
-
|
|
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
|
|
49
|
-
background-color
|
|
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
|
-
|
|
57
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
82
|
+
background-color: #5ea8db;
|
|
71
83
|
color: white;
|
|
72
84
|
}
|
|
73
85
|
|
|
74
|
-
.other_Table tr.selected:hover,
|
|
75
|
-
|
|
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,
|
|
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,
|
|
103
|
+
.other_Table tfoot td,
|
|
104
|
+
.rows-wrapper tfoot td {
|
|
90
105
|
background-color: #ADDFF3;
|
|
91
106
|
font-weight: bold;
|
|
92
|
-
}
|
|
107
|
+
}
|