novo-elements 8.1.0-next.4 → 8.1.0-next.6
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/addons/ace-editor/AceEditor.scss +1 -1
- package/addons/ckeditor/CKEditor.scss +8 -5
- package/elements/category-dropdown/CategoryDropdown.scss +3 -1
- package/elements/chips/Chip.scss +0 -21
- package/elements/chips/Chips.scss +14 -98
- package/elements/chips/RowChips.scss +70 -0
- package/elements/data-table/data-table.component.scss +3 -121
- package/elements/data-table/pagination/data-table-pagination.component.scss +124 -0
- package/elements/date-picker/MultiDateInput.scss +0 -3
- package/elements/dropdown/Dropdown.scss +1 -1
- package/elements/form/ControlGroup.scss +2 -0
- package/elements/form/Form.scss +25 -43
- package/elements/form/extras/address/Address.scss +15 -13
- package/elements/form/extras/file/FileInput.scss +2 -0
- package/elements/form/fieldset-header.scss +17 -0
- package/elements/list/list-item-content.scss +1 -1
- package/elements/multi-picker/_MultiPicker.scss +3 -3
- package/elements/picker/Picker.scss +10 -351
- package/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.scss +6 -6
- package/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.scss +3 -3
- package/elements/picker/extras/picker-results/PickerResult.scss +12 -0
- package/elements/picker/extras/picker-results/PickerResults.scss +302 -0
- package/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.scss +3 -1
- package/elements/popover/PopOver.scss +1 -1
- package/elements/radio/Radio.scss +1 -1
- package/elements/simple-table/table.scss +3 -0
- package/elements/table/Table.scss +7 -5
- package/elements/table/extras/pagination/Pagination.scss +3 -1
- package/elements/time-picker/TimePicker.scss +2 -2
- package/esm2020/addons/ace-editor/AceEditor.mjs +3 -7
- package/esm2020/addons/ckeditor/CKEditor.mjs +3 -7
- package/esm2020/elements/category-dropdown/CategoryDropdown.mjs +5 -9
- package/esm2020/elements/chips/Chip.mjs +2 -2
- package/esm2020/elements/chips/ChipList.mjs +5 -14
- package/esm2020/elements/chips/Chips.mjs +5 -10
- package/esm2020/elements/chips/RowChips.mjs +5 -10
- package/esm2020/elements/data-table/data-table.component.mjs +7 -13
- package/esm2020/elements/data-table/pagination/data-table-pagination.component.mjs +6 -8
- package/esm2020/elements/date-picker/MultiDateInput.mjs +2 -2
- package/esm2020/elements/dropdown/Dropdown.mjs +2 -2
- package/esm2020/elements/form/ControlGroup.mjs +5 -5
- package/esm2020/elements/form/DynamicForm.mjs +9 -17
- package/esm2020/elements/form/Form.mjs +5 -9
- package/esm2020/elements/form/extras/address/Address.mjs +4 -8
- package/esm2020/elements/form/extras/file/FileInput.mjs +5 -9
- package/esm2020/elements/list/List.mjs +2 -2
- package/esm2020/elements/multi-picker/MultiPicker.mjs +5 -10
- package/esm2020/elements/picker/Picker.mjs +5 -9
- package/esm2020/elements/picker/extras/entity-picker-results/EntityPickerResults.mjs +9 -16
- package/esm2020/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.mjs +4 -7
- package/esm2020/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.mjs +4 -7
- package/esm2020/elements/picker/extras/picker-results/PickerResults.mjs +6 -10
- package/esm2020/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.mjs +4 -7
- package/esm2020/elements/popover/PopOverContent.mjs +4 -7
- package/esm2020/elements/query-builder/condition-group/condition-group.component.mjs +3 -3
- package/esm2020/elements/radio/Radio.mjs +2 -2
- package/esm2020/elements/simple-table/table.mjs +7 -17
- package/esm2020/elements/table/Table.mjs +6 -11
- package/esm2020/elements/table/extras/dropdown-cell/DropdownCell.mjs +5 -8
- package/esm2020/elements/table/extras/pagination/Pagination.mjs +7 -8
- package/fesm2015/novo-elements-addons-ace-editor.mjs +2 -6
- package/fesm2015/novo-elements-addons-ace-editor.mjs.map +1 -1
- package/fesm2015/novo-elements-addons-ckeditor.mjs +2 -6
- package/fesm2015/novo-elements-addons-ckeditor.mjs.map +1 -1
- package/fesm2015/novo-elements-addons.mjs +4 -12
- package/fesm2015/novo-elements-addons.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-category-dropdown.mjs +4 -8
- package/fesm2015/novo-elements-elements-category-dropdown.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-chips.mjs +14 -33
- package/fesm2015/novo-elements-elements-chips.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-data-table.mjs +11 -19
- package/fesm2015/novo-elements-elements-data-table.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-date-picker.mjs +2 -2
- package/fesm2015/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-dropdown.mjs +2 -2
- package/fesm2015/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-form.mjs +20 -40
- package/fesm2015/novo-elements-elements-form.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-list.mjs +2 -2
- package/fesm2015/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-multi-picker.mjs +4 -9
- package/fesm2015/novo-elements-elements-multi-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-picker.mjs +24 -48
- package/fesm2015/novo-elements-elements-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-popover.mjs +3 -6
- package/fesm2015/novo-elements-elements-popover.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-query-builder.mjs +2 -2
- package/fesm2015/novo-elements-elements-query-builder.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-radio.mjs +2 -2
- package/fesm2015/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-simple-table.mjs +6 -16
- package/fesm2015/novo-elements-elements-simple-table.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-table.mjs +13 -22
- package/fesm2015/novo-elements-elements-table.mjs.map +1 -1
- package/fesm2020/novo-elements-addons-ace-editor.mjs +2 -6
- package/fesm2020/novo-elements-addons-ace-editor.mjs.map +1 -1
- package/fesm2020/novo-elements-addons-ckeditor.mjs +2 -6
- package/fesm2020/novo-elements-addons-ckeditor.mjs.map +1 -1
- package/fesm2020/novo-elements-addons.mjs +4 -12
- package/fesm2020/novo-elements-addons.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-category-dropdown.mjs +4 -8
- package/fesm2020/novo-elements-elements-category-dropdown.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-chips.mjs +14 -33
- package/fesm2020/novo-elements-elements-chips.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-data-table.mjs +11 -19
- package/fesm2020/novo-elements-elements-data-table.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-date-picker.mjs +2 -2
- package/fesm2020/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-dropdown.mjs +2 -2
- package/fesm2020/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-form.mjs +20 -40
- package/fesm2020/novo-elements-elements-form.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-list.mjs +2 -2
- package/fesm2020/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-multi-picker.mjs +4 -9
- package/fesm2020/novo-elements-elements-multi-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-picker.mjs +24 -48
- package/fesm2020/novo-elements-elements-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-popover.mjs +3 -6
- package/fesm2020/novo-elements-elements-popover.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-query-builder.mjs +2 -2
- package/fesm2020/novo-elements-elements-query-builder.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-radio.mjs +2 -2
- package/fesm2020/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-simple-table.mjs +6 -16
- package/fesm2020/novo-elements-elements-simple-table.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-table.mjs +13 -22
- package/fesm2020/novo-elements-elements-table.mjs.map +1 -1
- package/novo-elements.scss +2 -21
- package/package.json +1 -1
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@import "../../styles/variables.scss";
|
|
2
|
+
|
|
3
|
+
// novo-editor {
|
|
4
|
+
:host {
|
|
5
|
+
::ng-deep .cke {
|
|
3
6
|
font: inherit !important;
|
|
4
7
|
box-shadow: none;
|
|
5
8
|
border-color: var(--background-muted);
|
|
@@ -36,11 +39,11 @@ novo-editor {
|
|
|
36
39
|
}
|
|
37
40
|
}
|
|
38
41
|
|
|
39
|
-
.theme-dark {
|
|
40
|
-
.cke_button {
|
|
42
|
+
:host-context(.theme-dark) {
|
|
43
|
+
::ng-deep .cke_button {
|
|
41
44
|
filter: invert(1);
|
|
42
45
|
}
|
|
43
|
-
.cke_combo {
|
|
46
|
+
::ng-deep .cke_combo {
|
|
44
47
|
a.cke_combo_button {
|
|
45
48
|
&:hover,
|
|
46
49
|
&:active,
|
package/elements/chips/Chip.scss
CHANGED
|
@@ -41,15 +41,10 @@ $chip-spacing: (
|
|
|
41
41
|
box-sizing: border-box;
|
|
42
42
|
-webkit-tap-highlight-color: transparent;
|
|
43
43
|
// Chips could be set on buttons so we need to reset the user agent styles.
|
|
44
|
-
border: none;
|
|
45
44
|
-webkit-appearance: none;
|
|
46
45
|
-moz-appearance: none;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.novo-chip {
|
|
50
46
|
@include novo-body-text();
|
|
51
47
|
background: var(--background-main);
|
|
52
|
-
box-sizing: border-box;
|
|
53
48
|
border: 1px solid transparent;
|
|
54
49
|
transition: all 200ms ease-in-out;
|
|
55
50
|
display: inline-flex;
|
|
@@ -106,22 +101,6 @@ $chip-spacing: (
|
|
|
106
101
|
}
|
|
107
102
|
}
|
|
108
103
|
|
|
109
|
-
// &.novo-chip-with-trailing-icon.novo-chip-with-avatar,
|
|
110
|
-
// &.novo-chip-with-avatar {
|
|
111
|
-
// padding-top: $novo-chip-avatar-vertical-padding;
|
|
112
|
-
// padding-bottom: $novo-chip-avatar-vertical-padding;
|
|
113
|
-
// }
|
|
114
|
-
|
|
115
|
-
// &.novo-chip-with-trailing-icon.novo-chip-with-avatar {
|
|
116
|
-
// padding-right: $novo-chip-remove-after-padding;
|
|
117
|
-
// padding-left: $novo-chip-avatar-before-padding;
|
|
118
|
-
// }
|
|
119
|
-
|
|
120
|
-
// &.novo-chip-with-avatar {
|
|
121
|
-
// padding-left: $novo-chip-avatar-before-padding;
|
|
122
|
-
// padding-right: $novo-chip-horizontal-padding;
|
|
123
|
-
// }
|
|
124
|
-
|
|
125
104
|
.novo-chip-avatar::not(novo-icon) {
|
|
126
105
|
width: $novo-chip-avatar-size;
|
|
127
106
|
height: $novo-chip-avatar-size;
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
@import "./ChipList.scss";
|
|
2
1
|
@import "../common/typography/text.mixins.scss";
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
novo-chips,
|
|
6
|
-
entity-chips,
|
|
7
|
-
novo-entity-chips {
|
|
3
|
+
:host {
|
|
8
4
|
width: 100%;
|
|
9
5
|
display: flex;
|
|
10
6
|
align-items: center;
|
|
@@ -13,7 +9,7 @@ novo-entity-chips {
|
|
|
13
9
|
border-bottom: 1px solid lighten($dark, 45%);
|
|
14
10
|
transition: all 200ms ease-in-out;
|
|
15
11
|
position: relative;
|
|
16
|
-
padding:
|
|
12
|
+
padding: 2px 0;
|
|
17
13
|
&.with-value {
|
|
18
14
|
margin-bottom: 20px;
|
|
19
15
|
}
|
|
@@ -47,15 +43,6 @@ novo-entity-chips {
|
|
|
47
43
|
flex-flow: row wrap;
|
|
48
44
|
gap: 0.4rem;
|
|
49
45
|
}
|
|
50
|
-
novo-picker {
|
|
51
|
-
position: inherit;
|
|
52
|
-
> i {
|
|
53
|
-
display: none;
|
|
54
|
-
}
|
|
55
|
-
div.picker-results-container {
|
|
56
|
-
left: 0;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
46
|
label.clear-all {
|
|
60
47
|
flex: 1 100%;
|
|
61
48
|
position: absolute;
|
|
@@ -82,37 +69,34 @@ novo-entity-chips {
|
|
|
82
69
|
// bottom: 14px;
|
|
83
70
|
// }
|
|
84
71
|
}
|
|
85
|
-
}
|
|
86
72
|
|
|
87
|
-
chips,
|
|
88
|
-
novo-chips,
|
|
89
|
-
entity-chips,
|
|
90
|
-
novo-entity-chips {
|
|
91
73
|
& + i {
|
|
92
74
|
position: absolute;
|
|
93
75
|
right: 0;
|
|
94
76
|
bottom: 7px;
|
|
95
77
|
}
|
|
96
|
-
|
|
78
|
+
&.with-value {
|
|
79
|
+
margin-bottom: 0;
|
|
80
|
+
}
|
|
81
|
+
|
|
97
82
|
novo-picker {
|
|
83
|
+
position: inherit;
|
|
98
84
|
padding-bottom: 0;
|
|
99
|
-
> input {
|
|
85
|
+
> ::ng-deep input {
|
|
100
86
|
border: none;
|
|
101
87
|
border-bottom: none !important;
|
|
102
88
|
&:disabled {
|
|
103
89
|
border-bottom: none !important;
|
|
104
90
|
}
|
|
105
91
|
}
|
|
92
|
+
> ::ng-deep i {
|
|
93
|
+
display: none;
|
|
94
|
+
}
|
|
95
|
+
div.picker-results-container {
|
|
96
|
+
left: 0;
|
|
97
|
+
}
|
|
106
98
|
}
|
|
107
|
-
&.with-value {
|
|
108
|
-
margin-bottom: 0;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
99
|
|
|
112
|
-
chips,
|
|
113
|
-
novo-chips,
|
|
114
|
-
entity-chips,
|
|
115
|
-
novo-entity-chips {
|
|
116
100
|
picker-results {
|
|
117
101
|
position: absolute;
|
|
118
102
|
color: black;
|
|
@@ -212,71 +196,3 @@ novo-entity-chips {
|
|
|
212
196
|
entity-chip-results {
|
|
213
197
|
max-width: none !important;
|
|
214
198
|
}
|
|
215
|
-
|
|
216
|
-
novo-row-chips {
|
|
217
|
-
display: flex;
|
|
218
|
-
flex-flow: column;
|
|
219
|
-
gap: 0.8rem;
|
|
220
|
-
|
|
221
|
-
.novo-row-chips-columns {
|
|
222
|
-
display: flex;
|
|
223
|
-
align-items: flex-end;
|
|
224
|
-
margin-bottom: 1em;
|
|
225
|
-
.column-label {
|
|
226
|
-
@include novo-label-text();
|
|
227
|
-
display: flex;
|
|
228
|
-
flex: 1;
|
|
229
|
-
margin-right: 1em;
|
|
230
|
-
&:first-of-type {
|
|
231
|
-
flex: 0 0 275px;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
.column-data {
|
|
235
|
-
display: flex;
|
|
236
|
-
align-items: center;
|
|
237
|
-
background: transparent !important;
|
|
238
|
-
border: none;
|
|
239
|
-
border-bottom: 1px dashed lighten($dark, 30%);
|
|
240
|
-
border-radius: 0;
|
|
241
|
-
outline: none;
|
|
242
|
-
height: 2em;
|
|
243
|
-
width: 100%;
|
|
244
|
-
margin: 0 1em 0 0;
|
|
245
|
-
&.editable {
|
|
246
|
-
border-bottom: none;
|
|
247
|
-
input {
|
|
248
|
-
background: none;
|
|
249
|
-
border: none;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
&:first-of-type {
|
|
253
|
-
flex: 0 0 275px;
|
|
254
|
-
}
|
|
255
|
-
span {
|
|
256
|
-
color: inherit;
|
|
257
|
-
align-items: flex-start;
|
|
258
|
-
display: flex;
|
|
259
|
-
overflow: hidden;
|
|
260
|
-
text-overflow: ellipsis;
|
|
261
|
-
-webkit-line-clamp: 2;
|
|
262
|
-
line-clamp: 2;
|
|
263
|
-
line-height: 1em;
|
|
264
|
-
max-height: 2em;
|
|
265
|
-
min-height: 1em;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
i.bhi-delete-o {
|
|
269
|
-
color: $negative;
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
.novo-chip.novo-row-chip {
|
|
273
|
-
padding: 0;
|
|
274
|
-
}
|
|
275
|
-
.novo-row-chips-empty-message {
|
|
276
|
-
font-style: italic;
|
|
277
|
-
color: $grey;
|
|
278
|
-
}
|
|
279
|
-
i {
|
|
280
|
-
cursor: pointer;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
@import "../../styles/variables.scss";
|
|
2
|
+
@import "../common/typography/text.mixins.scss";
|
|
3
|
+
|
|
4
|
+
:host {
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-flow: column;
|
|
7
|
+
gap: 0.8rem;
|
|
8
|
+
|
|
9
|
+
::ng-deep .novo-row-chips-columns {
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: flex-end;
|
|
12
|
+
margin-bottom: 1em;
|
|
13
|
+
.column-label {
|
|
14
|
+
@include novo-label-text();
|
|
15
|
+
display: flex;
|
|
16
|
+
flex: 1;
|
|
17
|
+
margin-right: 1em;
|
|
18
|
+
&:first-of-type {
|
|
19
|
+
flex: 0 0 275px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
.column-data {
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
background: transparent !important;
|
|
26
|
+
border: none;
|
|
27
|
+
border-bottom: 1px dashed lighten($dark, 30%);
|
|
28
|
+
border-radius: 0;
|
|
29
|
+
outline: none;
|
|
30
|
+
height: 2em;
|
|
31
|
+
width: 100%;
|
|
32
|
+
margin: 0 1em 0 0;
|
|
33
|
+
&.editable {
|
|
34
|
+
border-bottom: none;
|
|
35
|
+
input {
|
|
36
|
+
background: none;
|
|
37
|
+
border: none;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
&:first-of-type {
|
|
41
|
+
flex: 0 0 275px;
|
|
42
|
+
}
|
|
43
|
+
span {
|
|
44
|
+
color: inherit;
|
|
45
|
+
align-items: flex-start;
|
|
46
|
+
display: flex;
|
|
47
|
+
overflow: hidden;
|
|
48
|
+
text-overflow: ellipsis;
|
|
49
|
+
-webkit-line-clamp: 2;
|
|
50
|
+
line-clamp: 2;
|
|
51
|
+
line-height: 1em;
|
|
52
|
+
max-height: 2em;
|
|
53
|
+
min-height: 1em;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
i.bhi-delete-o {
|
|
57
|
+
color: $negative;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
.novo-chip.novo-row-chip {
|
|
61
|
+
padding: 0;
|
|
62
|
+
}
|
|
63
|
+
.novo-row-chips-empty-message {
|
|
64
|
+
font-style: italic;
|
|
65
|
+
color: $grey;
|
|
66
|
+
}
|
|
67
|
+
i {
|
|
68
|
+
cursor: pointer;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@import "../../styles/variables.scss";
|
|
2
|
+
@import "../../styles/reset";
|
|
3
|
+
|
|
1
4
|
$table-bg-accent: var(--background-bright, $off-white);
|
|
2
5
|
$novo-row-horizontal-padding: 20px;
|
|
3
6
|
$table-header-font-weight: 400;
|
|
@@ -516,127 +519,6 @@ novo-data-table {
|
|
|
516
519
|
}
|
|
517
520
|
}
|
|
518
521
|
|
|
519
|
-
novo-data-table-pagination {
|
|
520
|
-
&.basic,
|
|
521
|
-
&.basic-wide {
|
|
522
|
-
display: flex;
|
|
523
|
-
align-items: center;
|
|
524
|
-
flex: 1;
|
|
525
|
-
novo-tiles > .tile-container .tile {
|
|
526
|
-
padding: 7px 10px;
|
|
527
|
-
}
|
|
528
|
-
> .novo-data-table-pagination-size {
|
|
529
|
-
padding-right: 10px;
|
|
530
|
-
}
|
|
531
|
-
> .novo-data-table-range-label-long,
|
|
532
|
-
> .novo-data-table-range-label-short {
|
|
533
|
-
padding-right: 10px;
|
|
534
|
-
white-space: nowrap;
|
|
535
|
-
}
|
|
536
|
-
> .novo-data-table-range-label-long {
|
|
537
|
-
display: none;
|
|
538
|
-
@media (min-width: $breakpoint) {
|
|
539
|
-
display: block;
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
> .novo-data-table-spacer {
|
|
543
|
-
width: 100%;
|
|
544
|
-
}
|
|
545
|
-
> .novo-data-table-range-label-short {
|
|
546
|
-
display: block;
|
|
547
|
-
@media (min-width: $breakpoint) {
|
|
548
|
-
display: none;
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
> button:first-of-type {
|
|
552
|
-
margin-right: 5px;
|
|
553
|
-
}
|
|
554
|
-
> button {
|
|
555
|
-
span {
|
|
556
|
-
display: none;
|
|
557
|
-
@media (min-width: $breakpoint) {
|
|
558
|
-
display: block;
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
> button[theme][theme="dialogue"][icon][side="left"] {
|
|
563
|
-
padding: 5px;
|
|
564
|
-
@media (min-width: $breakpoint) {
|
|
565
|
-
padding: 5px 15px 5px 5px;
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
> button[theme][theme="dialogue"][icon][side="right"] {
|
|
569
|
-
padding: 5px;
|
|
570
|
-
@media (min-width: $breakpoint) {
|
|
571
|
-
padding: 5px 5px 5px 15px;
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
&.standard {
|
|
576
|
-
display: flex;
|
|
577
|
-
flex-flow: row nowrap;
|
|
578
|
-
flex: 1;
|
|
579
|
-
> * {
|
|
580
|
-
margin: auto 5px;
|
|
581
|
-
}
|
|
582
|
-
h5.rows {
|
|
583
|
-
padding: 0;
|
|
584
|
-
font-size: 12px;
|
|
585
|
-
opacity: 0.75;
|
|
586
|
-
letter-spacing: 0.1px;
|
|
587
|
-
}
|
|
588
|
-
span.spacer {
|
|
589
|
-
flex: 1;
|
|
590
|
-
}
|
|
591
|
-
novo-select {
|
|
592
|
-
max-width: 100px;
|
|
593
|
-
min-width: 100px;
|
|
594
|
-
div[type="button"] {
|
|
595
|
-
&:hover {
|
|
596
|
-
i {
|
|
597
|
-
opacity: 0.75;
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
&:active,
|
|
601
|
-
&:focus {
|
|
602
|
-
i {
|
|
603
|
-
opacity: 1;
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
i {
|
|
607
|
-
opacity: 0.45;
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
.pager {
|
|
612
|
-
list-style-type: none;
|
|
613
|
-
user-select: none;
|
|
614
|
-
display: flex;
|
|
615
|
-
.page {
|
|
616
|
-
display: flex;
|
|
617
|
-
justify-content: center;
|
|
618
|
-
align-items: center;
|
|
619
|
-
width: 2.4rem;
|
|
620
|
-
height: 2.4rem;
|
|
621
|
-
font-size: var(--font-size-text);
|
|
622
|
-
border-radius: 2px;
|
|
623
|
-
list-style-type: none;
|
|
624
|
-
cursor: pointer;
|
|
625
|
-
color: $company;
|
|
626
|
-
&.disabled {
|
|
627
|
-
opacity: 0.3;
|
|
628
|
-
pointer-events: none;
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
.page.active {
|
|
632
|
-
color: $company;
|
|
633
|
-
background-color: rgba($black, 0.1);
|
|
634
|
-
opacity: 1;
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
}
|
|
639
|
-
|
|
640
522
|
.dropdown-container.data-table-dropdown {
|
|
641
523
|
min-width: 220px;
|
|
642
524
|
max-width: 280px;
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
@import "../../../styles/variables.scss";
|
|
2
|
+
|
|
3
|
+
$breakpoint: 1000px;
|
|
4
|
+
|
|
5
|
+
:host {
|
|
6
|
+
&.basic,
|
|
7
|
+
&.basic-wide {
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
flex: 1;
|
|
11
|
+
::ng-deep novo-tiles.pagination-tiles > .tile-container .tile {
|
|
12
|
+
padding: 7px 10px;
|
|
13
|
+
}
|
|
14
|
+
> .novo-data-table-pagination-size {
|
|
15
|
+
padding-right: 10px;
|
|
16
|
+
}
|
|
17
|
+
> .novo-data-table-range-label-long,
|
|
18
|
+
> .novo-data-table-range-label-short {
|
|
19
|
+
padding-right: 10px;
|
|
20
|
+
white-space: nowrap;
|
|
21
|
+
}
|
|
22
|
+
> .novo-data-table-range-label-long {
|
|
23
|
+
display: none;
|
|
24
|
+
@media (min-width: $breakpoint) {
|
|
25
|
+
display: block;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
> .novo-data-table-spacer {
|
|
29
|
+
width: 100%;
|
|
30
|
+
}
|
|
31
|
+
> .novo-data-table-range-label-short {
|
|
32
|
+
display: block;
|
|
33
|
+
@media (min-width: $breakpoint) {
|
|
34
|
+
display: none;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
> button:first-of-type {
|
|
38
|
+
margin-right: 5px;
|
|
39
|
+
}
|
|
40
|
+
> button {
|
|
41
|
+
span {
|
|
42
|
+
display: none;
|
|
43
|
+
@media (min-width: $breakpoint) {
|
|
44
|
+
display: block;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
> button[theme][theme="dialogue"][icon][side="left"] {
|
|
49
|
+
padding: 5px;
|
|
50
|
+
@media (min-width: $breakpoint) {
|
|
51
|
+
padding: 5px 15px 5px 5px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
> button[theme][theme="dialogue"][icon][side="right"] {
|
|
55
|
+
padding: 5px;
|
|
56
|
+
@media (min-width: $breakpoint) {
|
|
57
|
+
padding: 5px 5px 5px 15px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
&.standard {
|
|
62
|
+
display: flex;
|
|
63
|
+
flex-flow: row nowrap;
|
|
64
|
+
flex: 1;
|
|
65
|
+
> * {
|
|
66
|
+
margin: auto 5px;
|
|
67
|
+
}
|
|
68
|
+
h5.rows {
|
|
69
|
+
padding: 0;
|
|
70
|
+
font-size: 12px;
|
|
71
|
+
opacity: 0.75;
|
|
72
|
+
letter-spacing: 0.1px;
|
|
73
|
+
}
|
|
74
|
+
span.spacer {
|
|
75
|
+
flex: 1;
|
|
76
|
+
}
|
|
77
|
+
novo-select {
|
|
78
|
+
max-width: 100px;
|
|
79
|
+
min-width: 100px;
|
|
80
|
+
div[type="button"] {
|
|
81
|
+
&:hover {
|
|
82
|
+
i {
|
|
83
|
+
opacity: 0.75;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
&:active,
|
|
87
|
+
&:focus {
|
|
88
|
+
i {
|
|
89
|
+
opacity: 1;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
i {
|
|
93
|
+
opacity: 0.45;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
.pager {
|
|
98
|
+
list-style-type: none;
|
|
99
|
+
user-select: none;
|
|
100
|
+
display: flex;
|
|
101
|
+
.page {
|
|
102
|
+
display: flex;
|
|
103
|
+
justify-content: center;
|
|
104
|
+
align-items: center;
|
|
105
|
+
width: 2.4rem;
|
|
106
|
+
height: 2.4rem;
|
|
107
|
+
font-size: var(--font-size-text);
|
|
108
|
+
border-radius: 2px;
|
|
109
|
+
list-style-type: none;
|
|
110
|
+
cursor: pointer;
|
|
111
|
+
color: $company;
|
|
112
|
+
&.disabled {
|
|
113
|
+
opacity: 0.3;
|
|
114
|
+
pointer-events: none;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
.page.active {
|
|
118
|
+
color: $company;
|
|
119
|
+
background-color: rgba($black, 0.1);
|
|
120
|
+
opacity: 1;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
package/elements/form/Form.scss
CHANGED
|
@@ -1,29 +1,7 @@
|
|
|
1
|
-
@import "
|
|
2
|
-
@import "./extras/file/FileInput";
|
|
3
|
-
@import "./ControlGroup";
|
|
4
|
-
.novo-form-control-label {
|
|
5
|
-
font-weight: 500;
|
|
6
|
-
word-break: word-break;
|
|
7
|
-
overflow-wrap: break-word;
|
|
8
|
-
line-height: 1.375;
|
|
9
|
-
color: var(--text-muted);
|
|
10
|
-
font-size: var(--font-size-label);
|
|
11
|
-
// original
|
|
12
|
-
flex: 1;
|
|
13
|
-
max-width: 130px;
|
|
14
|
-
min-width: 130px;
|
|
15
|
-
transition: 200ms ease-out;
|
|
16
|
-
margin-right: 35px;
|
|
17
|
-
padding-top: 8px;
|
|
18
|
-
|
|
19
|
-
&.encrypted {
|
|
20
|
-
max-width: 110px;
|
|
21
|
-
min-width: 110px;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
1
|
+
@import "../../styles/variables.scss";
|
|
24
2
|
|
|
25
|
-
novo-
|
|
26
|
-
novo-form {
|
|
3
|
+
novo-form,
|
|
4
|
+
novo-dynamic-form {
|
|
27
5
|
display: flex;
|
|
28
6
|
flex-direction: column;
|
|
29
7
|
justify-content: flex-start;
|
|
@@ -796,8 +774,10 @@ novo-form {
|
|
|
796
774
|
}
|
|
797
775
|
}
|
|
798
776
|
|
|
799
|
-
novo-dynamic-form
|
|
800
|
-
|
|
777
|
+
novo-dynamic-form {
|
|
778
|
+
.novo-form-container form div.novo-form-row novo-control.address .field-message {
|
|
779
|
+
margin-left: 0px;
|
|
780
|
+
}
|
|
801
781
|
}
|
|
802
782
|
|
|
803
783
|
control-confirm-modal,
|
|
@@ -819,21 +799,23 @@ control-prompt-modal {
|
|
|
819
799
|
}
|
|
820
800
|
}
|
|
821
801
|
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
802
|
+
.novo-form-control-label {
|
|
803
|
+
font-weight: 500;
|
|
804
|
+
word-break: word-break;
|
|
805
|
+
overflow-wrap: break-word;
|
|
806
|
+
line-height: 1.375;
|
|
807
|
+
color: var(--text-muted);
|
|
808
|
+
font-size: var(--font-size-label);
|
|
809
|
+
// original
|
|
810
|
+
flex: 1;
|
|
811
|
+
max-width: 130px;
|
|
812
|
+
min-width: 130px;
|
|
813
|
+
transition: 200ms ease-out;
|
|
814
|
+
margin-right: 35px;
|
|
815
|
+
padding-top: 8px;
|
|
816
|
+
|
|
817
|
+
&.encrypted {
|
|
818
|
+
max-width: 110px;
|
|
819
|
+
min-width: 110px;
|
|
838
820
|
}
|
|
839
821
|
}
|