novo-elements 8.0.1 → 8.1.0-next.2
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/elements/agenda/common/AgendaDateChange.scss +3 -1
- package/elements/agenda/common/AgendaHoursLayout.scss +52 -0
- package/elements/agenda/day/AgendaDayView.scss +40 -85
- package/elements/agenda/month/AgendaMonthView.scss +139 -135
- package/elements/agenda/week/AgendaWeekView.scss +70 -66
- package/elements/card/Card.d.ts +2 -2
- package/elements/card/Card.scss +27 -55
- package/elements/card/CardContent.scss +8 -0
- package/elements/card/CardFooter.scss +10 -0
- package/elements/card/CardHeader.scss +14 -0
- package/elements/date-picker/DatePicker.scss +181 -348
- package/elements/date-picker/DatePickerInput.scss +45 -0
- package/elements/date-picker/DateRangeInput.scss +55 -0
- package/elements/date-picker/MultiDateInput.scss +50 -0
- package/elements/date-time-picker/DateTimePickerInput.scss +14 -0
- package/elements/date-time-picker/_DateTimePicker.scss +4 -17
- package/elements/dropdown/Dropdown.scss +3 -3
- package/elements/header/Header.scss +14 -19
- package/elements/header/HeaderSpacer.scss +7 -0
- package/elements/icon/Icon.scss +1 -1
- package/elements/list/List.scss +5 -111
- package/elements/list/list-item-content.scss +34 -0
- package/elements/list/list-item-end.scss +8 -0
- package/elements/list/list-item-header-avatar.scss +12 -0
- package/elements/list/list-item-header-end.scss +4 -0
- package/elements/list/list-item-header-title.scss +17 -0
- package/elements/list/list-item-header.scss +17 -0
- package/elements/list/list-item.scss +47 -0
- package/elements/loading/Loading.scss +4 -1
- package/elements/loading/NovoSpinner.scss +3 -1
- package/elements/modal/modal.component.scss +19 -115
- package/elements/modal/notification.component.scss +108 -0
- package/elements/places/places.component.scss +3 -1
- package/elements/quick-note/QuickNote.scss +2 -31
- package/elements/quick-note/extras/quick-note-results/QuickNoteResults.scss +18 -0
- package/elements/radio/Radio.scss +32 -41
- package/elements/radio/radio-group.scss +53 -0
- package/elements/search/SearchBox.scss +2 -2
- package/elements/select/Select.scss +1 -1
- package/elements/simple-table/table.scss +2 -1
- package/elements/slider/Slider.scss +2 -2
- package/elements/stepper/step-header.component.scss +141 -52
- package/elements/stepper/stepper.component.scss +66 -166
- package/elements/switch/Switch.scss +5 -5
- package/elements/tabbed-group-picker/TabbedGroupPicker.scss +127 -125
- package/elements/table/extras/table-footer/table-footer.scss +3 -0
- package/elements/table/extras/table-header/table-header.scss +9 -0
- package/elements/tabs/tab-button.scss +54 -0
- package/elements/tabs/tab-content.scss +6 -0
- package/elements/tabs/tab-header.scss +6 -0
- package/elements/tabs/tab-nav.scss +39 -0
- package/elements/tabs/tab-outlet.scss +3 -0
- package/elements/tabs/tab.scss +190 -0
- package/elements/tiles/Tiles.scss +3 -1
- package/elements/time-picker/TimePicker.scss +3 -46
- package/elements/time-picker/TimePickerInput.scss +44 -0
- package/elements/tip-well/TipWell.scss +4 -1
- package/elements/toast/Toast.scss +151 -162
- package/elements/tooltip/Tooltip.scss +1 -1
- package/elements/value/Value.scss +21 -23
- package/esm2020/elements/agenda/common/AgendaDateChange.mjs +4 -7
- package/esm2020/elements/agenda/day/AgendaDayView.mjs +4 -7
- package/esm2020/elements/agenda/month/AgendaMonthView.mjs +4 -7
- package/esm2020/elements/agenda/week/AgendaWeekView.mjs +4 -7
- package/esm2020/elements/card/Card.mjs +17 -31
- package/esm2020/elements/date-picker/DatePicker.mjs +5 -10
- package/esm2020/elements/date-picker/DatePickerInput.mjs +4 -8
- package/esm2020/elements/date-picker/DateRangeInput.mjs +4 -8
- package/esm2020/elements/date-picker/MultiDateInput.mjs +4 -8
- package/esm2020/elements/date-time-picker/DateTimePicker.mjs +5 -10
- package/esm2020/elements/date-time-picker/DateTimePickerInput.mjs +4 -8
- package/esm2020/elements/dropdown/Dropdown.mjs +5 -10
- package/esm2020/elements/header/Header.mjs +6 -12
- package/esm2020/elements/icon/Icon.mjs +5 -10
- package/esm2020/elements/list/List.mjs +27 -59
- package/esm2020/elements/loading/Loading.mjs +7 -13
- package/esm2020/elements/modal/modal.component.mjs +9 -17
- package/esm2020/elements/places/places.component.mjs +4 -8
- package/esm2020/elements/quick-note/QuickNote.mjs +3 -7
- package/esm2020/elements/quick-note/extras/quick-note-results/QuickNoteResults.mjs +5 -9
- package/esm2020/elements/radio/Radio.mjs +5 -10
- package/esm2020/elements/radio/RadioGroup.mjs +5 -10
- package/esm2020/elements/search/SearchBox.mjs +4 -9
- package/esm2020/elements/select/Select.mjs +6 -12
- package/esm2020/elements/slider/Slider.mjs +5 -9
- package/esm2020/elements/stepper/step-header.component.mjs +2 -2
- package/esm2020/elements/stepper/stepper.component.mjs +7 -7
- package/esm2020/elements/switch/Switch.mjs +5 -10
- package/esm2020/elements/tabbed-group-picker/TabbedGroupPicker.mjs +3 -3
- package/esm2020/elements/table/extras/table-footer/TableFooter.mjs +3 -6
- package/esm2020/elements/table/extras/table-header/TableHeader.mjs +3 -6
- package/esm2020/elements/tabs/Tabs.mjs +22 -50
- package/esm2020/elements/tiles/Tiles.mjs +4 -9
- package/esm2020/elements/time-picker/TimePicker.mjs +5 -10
- package/esm2020/elements/time-picker/TimePickerInput.mjs +4 -8
- package/esm2020/elements/tip-well/TipWell.mjs +5 -9
- package/esm2020/elements/toast/Toast.mjs +5 -9
- package/esm2020/elements/tooltip/Tooltip.component.mjs +3 -3
- package/esm2020/elements/value/Value.mjs +4 -7
- package/fesm2015/novo-elements-elements-agenda.mjs +12 -24
- package/fesm2015/novo-elements-elements-agenda.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-card.mjs +16 -30
- package/fesm2015/novo-elements-elements-card.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-date-picker.mjs +13 -30
- package/fesm2015/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-date-time-picker.mjs +7 -16
- package/fesm2015/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-dropdown.mjs +4 -9
- package/fesm2015/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-header.mjs +5 -11
- package/fesm2015/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-icon.mjs +4 -9
- package/fesm2015/novo-elements-elements-icon.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-list.mjs +26 -58
- package/fesm2015/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-loading.mjs +6 -12
- package/fesm2015/novo-elements-elements-loading.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-modal.mjs +8 -16
- package/fesm2015/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-places.mjs +3 -7
- package/fesm2015/novo-elements-elements-places.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-quick-note.mjs +6 -14
- package/fesm2015/novo-elements-elements-quick-note.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-radio.mjs +8 -18
- package/fesm2015/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-search.mjs +3 -8
- package/fesm2015/novo-elements-elements-search.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-select.mjs +5 -11
- package/fesm2015/novo-elements-elements-select.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-slider.mjs +4 -8
- package/fesm2015/novo-elements-elements-slider.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-stepper.mjs +8 -8
- package/fesm2015/novo-elements-elements-stepper.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-switch.mjs +4 -9
- package/fesm2015/novo-elements-elements-switch.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tabbed-group-picker.mjs +2 -2
- package/fesm2015/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-table.mjs +4 -10
- package/fesm2015/novo-elements-elements-table.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tabs.mjs +21 -49
- package/fesm2015/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tiles.mjs +3 -8
- package/fesm2015/novo-elements-elements-tiles.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-time-picker.mjs +7 -16
- package/fesm2015/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tip-well.mjs +4 -8
- package/fesm2015/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-toast.mjs +4 -8
- package/fesm2015/novo-elements-elements-toast.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-tooltip.mjs +2 -2
- package/fesm2015/novo-elements-elements-tooltip.mjs.map +1 -1
- package/fesm2015/novo-elements-elements-value.mjs +3 -6
- package/fesm2015/novo-elements-elements-value.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-agenda.mjs +12 -24
- package/fesm2020/novo-elements-elements-agenda.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-card.mjs +16 -30
- package/fesm2020/novo-elements-elements-card.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-date-picker.mjs +13 -30
- package/fesm2020/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-date-time-picker.mjs +7 -16
- package/fesm2020/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-dropdown.mjs +4 -9
- package/fesm2020/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-header.mjs +5 -11
- package/fesm2020/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-icon.mjs +4 -9
- package/fesm2020/novo-elements-elements-icon.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-list.mjs +26 -58
- package/fesm2020/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-loading.mjs +6 -12
- package/fesm2020/novo-elements-elements-loading.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-modal.mjs +8 -16
- package/fesm2020/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-places.mjs +3 -7
- package/fesm2020/novo-elements-elements-places.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-quick-note.mjs +6 -14
- package/fesm2020/novo-elements-elements-quick-note.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-radio.mjs +8 -18
- package/fesm2020/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-search.mjs +3 -8
- package/fesm2020/novo-elements-elements-search.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-select.mjs +5 -11
- package/fesm2020/novo-elements-elements-select.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-slider.mjs +4 -8
- package/fesm2020/novo-elements-elements-slider.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-stepper.mjs +8 -8
- package/fesm2020/novo-elements-elements-stepper.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-switch.mjs +4 -9
- package/fesm2020/novo-elements-elements-switch.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tabbed-group-picker.mjs +2 -2
- package/fesm2020/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-table.mjs +4 -10
- package/fesm2020/novo-elements-elements-table.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tabs.mjs +21 -49
- package/fesm2020/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tiles.mjs +3 -8
- package/fesm2020/novo-elements-elements-tiles.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-time-picker.mjs +7 -16
- package/fesm2020/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tip-well.mjs +4 -8
- package/fesm2020/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-toast.mjs +4 -8
- package/fesm2020/novo-elements-elements-toast.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-tooltip.mjs +2 -2
- package/fesm2020/novo-elements-elements-tooltip.mjs.map +1 -1
- package/fesm2020/novo-elements-elements-value.mjs +3 -6
- package/fesm2020/novo-elements-elements-value.mjs.map +1 -1
- package/novo-elements.scss +10 -43
- package/package.json +1 -1
- package/elements/tabs/Tabs.scss +0 -298
- package/elements/value/Values.scss +0 -57
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
@import "../../../styles/variables.scss";
|
|
2
|
+
|
|
3
|
+
:host {
|
|
4
|
+
::ng-deep .cal-day-view,
|
|
5
|
+
::ng-deep .cal-week-view {
|
|
6
|
+
.cal-hour-rows {
|
|
7
|
+
width: 100%;
|
|
8
|
+
border: solid 1px #e1e1e1;
|
|
9
|
+
overflow-x: scroll;
|
|
10
|
+
position: relative;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cal-hour:nth-child(even) {
|
|
14
|
+
background-color: $off-white;
|
|
15
|
+
}
|
|
16
|
+
.cal-hour:nth-child(odd) {
|
|
17
|
+
background-color: $white;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.cal-hour-segment {
|
|
21
|
+
height: 30px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.cal-hour-segment::after {
|
|
25
|
+
content: "\00a0";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.cal-hour:not(:last-child) .cal-hour-segment,
|
|
29
|
+
.cal-hour:last-child :not(:last-child) .cal-hour-segment {
|
|
30
|
+
border-bottom: thin dashed #e1e1e1;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.cal-time {
|
|
34
|
+
font-weight: bold;
|
|
35
|
+
padding-top: 5px;
|
|
36
|
+
width: 70px;
|
|
37
|
+
text-align: center;
|
|
38
|
+
color: $grey;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.cal-hour-segment.cal-after-hour-start {
|
|
42
|
+
.cal-time {
|
|
43
|
+
display: none;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.cal-hour-segment:hover,
|
|
48
|
+
.cal-drag-over .cal-hour-segment {
|
|
49
|
+
background-color: #ededed;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -1,97 +1,52 @@
|
|
|
1
|
-
.
|
|
2
|
-
.cal-week-view {
|
|
3
|
-
.cal-hour-rows {
|
|
4
|
-
width: 100%;
|
|
5
|
-
border: solid 1px #e1e1e1;
|
|
6
|
-
overflow-x: scroll;
|
|
7
|
-
position: relative;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.cal-hour:nth-child(even) {
|
|
11
|
-
background-color: $off-white;
|
|
12
|
-
}
|
|
13
|
-
.cal-hour:nth-child(odd) {
|
|
14
|
-
background-color: $white;
|
|
15
|
-
}
|
|
1
|
+
@import "../../../styles/variables.scss";
|
|
16
2
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
.cal-hour-segment::after {
|
|
22
|
-
content: "\00a0";
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.cal-hour:not(:last-child) .cal-hour-segment,
|
|
26
|
-
.cal-hour:last-child :not(:last-child) .cal-hour-segment {
|
|
27
|
-
border-bottom: thin dashed #e1e1e1;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.cal-time {
|
|
31
|
-
font-weight: bold;
|
|
32
|
-
padding-top: 5px;
|
|
33
|
-
width: 70px;
|
|
34
|
-
text-align: center;
|
|
35
|
-
color: $grey;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.cal-hour-segment.cal-after-hour-start {
|
|
39
|
-
.cal-time {
|
|
40
|
-
display: none;
|
|
3
|
+
:host {
|
|
4
|
+
::ng-deep .cal-day-view {
|
|
5
|
+
.cal-event-container {
|
|
6
|
+
position: absolute;
|
|
41
7
|
}
|
|
42
|
-
}
|
|
43
8
|
|
|
44
|
-
|
|
45
|
-
.cal-drag-over .cal-hour-segment {
|
|
46
|
-
background-color: #ededed;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.cal-day-view {
|
|
51
|
-
.cal-event-container {
|
|
52
|
-
position: absolute;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
novo-agenda-day-event {
|
|
56
|
-
height: inherit;
|
|
57
|
-
|
|
58
|
-
.cal-event {
|
|
9
|
+
novo-agenda-day-event {
|
|
59
10
|
height: inherit;
|
|
60
|
-
font-size: 12px;
|
|
61
|
-
margin-left: 2px;
|
|
62
|
-
margin-right: 2px;
|
|
63
|
-
min-height: 30px;
|
|
64
|
-
display: flex;
|
|
65
|
-
flex-flow: row nowrap;
|
|
66
|
-
background-color: $off-white;
|
|
67
11
|
|
|
68
|
-
.cal-event
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
flex: 1;
|
|
75
|
-
padding: 2px 10px;
|
|
12
|
+
.cal-event {
|
|
13
|
+
height: inherit;
|
|
14
|
+
font-size: 12px;
|
|
15
|
+
margin-left: 2px;
|
|
16
|
+
margin-right: 2px;
|
|
17
|
+
min-height: 30px;
|
|
76
18
|
display: flex;
|
|
77
|
-
flex-flow:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
19
|
+
flex-flow: row nowrap;
|
|
20
|
+
background-color: $off-white;
|
|
21
|
+
|
|
22
|
+
.cal-event-ribbon {
|
|
23
|
+
width: 4px;
|
|
24
|
+
min-height: 100%;
|
|
25
|
+
}
|
|
26
|
+
.cal-event-group {
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
flex: 1;
|
|
29
|
+
padding: 2px 10px;
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-flow: column;
|
|
32
|
+
}
|
|
33
|
+
.cal-event-title {
|
|
34
|
+
line-height: 26px;
|
|
35
|
+
}
|
|
36
|
+
.cal-event-description {
|
|
37
|
+
font-size: 10px;
|
|
38
|
+
line-height: 13px;
|
|
39
|
+
}
|
|
85
40
|
}
|
|
86
41
|
}
|
|
87
|
-
}
|
|
88
42
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
43
|
+
.cal-draggable {
|
|
44
|
+
cursor: move;
|
|
45
|
+
}
|
|
92
46
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
47
|
+
.cal-all-day-event {
|
|
48
|
+
padding: 8px;
|
|
49
|
+
border: solid 1px;
|
|
50
|
+
}
|
|
96
51
|
}
|
|
97
52
|
}
|
|
@@ -1,169 +1,173 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
.agenda-
|
|
5
|
-
|
|
6
|
-
flex-flow: column;
|
|
7
|
-
text-align: center;
|
|
8
|
-
font-weight: bolder;
|
|
9
|
-
border-bottom: 2px solid #e1e1e1;
|
|
10
|
-
.agenda-header-top {
|
|
11
|
-
display: flex;
|
|
12
|
-
flex-flow: row nowrap;
|
|
13
|
-
align-items: center;
|
|
14
|
-
justify-content: space-around;
|
|
1
|
+
@import "../../../styles/variables.scss";
|
|
2
|
+
|
|
3
|
+
:host {
|
|
4
|
+
::ng-deep .agenda-month-view {
|
|
5
|
+
background-color: $white;
|
|
15
6
|
|
|
16
|
-
|
|
17
|
-
|
|
7
|
+
.agenda-header {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-flow: column;
|
|
10
|
+
text-align: center;
|
|
11
|
+
font-weight: bolder;
|
|
12
|
+
border-bottom: 2px solid #e1e1e1;
|
|
13
|
+
.agenda-header-top {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-flow: row nowrap;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: space-around;
|
|
18
|
+
|
|
19
|
+
.agenda-month {
|
|
20
|
+
font-size: 180%;
|
|
21
|
+
}
|
|
22
|
+
.agenda-year {
|
|
23
|
+
color: #999;
|
|
24
|
+
}
|
|
18
25
|
}
|
|
19
|
-
.agenda-
|
|
20
|
-
|
|
26
|
+
.agenda-weekdays {
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-flow: row nowrap;
|
|
29
|
+
.agenda-weekday {
|
|
30
|
+
padding: 5px 0;
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
text-overflow: ellipsis;
|
|
33
|
+
display: block;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
flex: 1;
|
|
36
|
+
}
|
|
21
37
|
}
|
|
22
38
|
}
|
|
23
|
-
|
|
39
|
+
|
|
40
|
+
.agenda-cell-row {
|
|
24
41
|
display: flex;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
padding: 5px 0;
|
|
28
|
-
overflow: hidden;
|
|
29
|
-
text-overflow: ellipsis;
|
|
30
|
-
display: block;
|
|
31
|
-
white-space: nowrap;
|
|
32
|
-
flex: 1;
|
|
42
|
+
&:hover {
|
|
43
|
+
background-color: #fafafa;
|
|
33
44
|
}
|
|
34
45
|
}
|
|
35
|
-
}
|
|
36
46
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
background-color: #fafafa;
|
|
47
|
+
.agenda-cell-row .agenda-cell:hover,
|
|
48
|
+
.agenda-cell.agenda-has-events.agenda-open {
|
|
49
|
+
background-color: #ededed;
|
|
41
50
|
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.agenda-cell-row .agenda-cell:hover,
|
|
45
|
-
.agenda-cell.agenda-has-events.agenda-open {
|
|
46
|
-
background-color: #ededed;
|
|
47
|
-
}
|
|
48
51
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
.agenda-days {
|
|
53
|
+
border: 1px solid #e1e1e1;
|
|
54
|
+
border-bottom: 0;
|
|
55
|
+
}
|
|
53
56
|
|
|
54
|
-
|
|
55
|
-
display: flex;
|
|
56
|
-
flex-flow: row nowrap;
|
|
57
|
-
align-items: center;
|
|
58
|
-
justify-content: flex-end;
|
|
59
|
-
}
|
|
60
|
-
.agenda-cell:hover {
|
|
61
|
-
.agenda-actions {
|
|
57
|
+
.agenda-day-top {
|
|
62
58
|
display: flex;
|
|
59
|
+
flex-flow: row nowrap;
|
|
60
|
+
align-items: center;
|
|
61
|
+
justify-content: flex-end;
|
|
62
|
+
}
|
|
63
|
+
.agenda-cell:hover {
|
|
64
|
+
.agenda-actions {
|
|
65
|
+
display: flex;
|
|
66
|
+
}
|
|
63
67
|
}
|
|
64
|
-
}
|
|
65
68
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
.agenda-cell {
|
|
70
|
+
float: left;
|
|
71
|
+
flex: 1;
|
|
72
|
+
display: flex;
|
|
73
|
+
flex-direction: column;
|
|
74
|
+
align-items: stretch;
|
|
75
|
+
position: relative;
|
|
76
|
+
}
|
|
74
77
|
|
|
75
|
-
|
|
76
|
-
|
|
78
|
+
.agenda-day-cell {
|
|
79
|
+
min-height: 56px;
|
|
77
80
|
|
|
78
|
-
|
|
79
|
-
|
|
81
|
+
&:not(:last-child) {
|
|
82
|
+
border-right: 1px solid #e1e1e1;
|
|
83
|
+
}
|
|
80
84
|
}
|
|
81
|
-
}
|
|
82
85
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
+
.agenda-days .agenda-cell-row {
|
|
87
|
+
border-bottom: 1px solid #e1e1e1;
|
|
88
|
+
}
|
|
86
89
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
90
|
+
.agenda-day-badge {
|
|
91
|
+
background-color: #b94a48;
|
|
92
|
+
display: inline-block;
|
|
93
|
+
min-width: 10px;
|
|
94
|
+
padding: 3px 7px;
|
|
95
|
+
font-size: 12px;
|
|
96
|
+
font-weight: 700;
|
|
97
|
+
line-height: 1;
|
|
98
|
+
color: white;
|
|
99
|
+
text-align: center;
|
|
100
|
+
white-space: nowrap;
|
|
101
|
+
vertical-align: middle;
|
|
102
|
+
border-radius: 10px;
|
|
103
|
+
}
|
|
101
104
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
105
|
+
.agenda-day-number {
|
|
106
|
+
font-size: 1.2em;
|
|
107
|
+
font-weight: 400;
|
|
108
|
+
opacity: 0.5;
|
|
109
|
+
padding: 4px;
|
|
110
|
+
}
|
|
108
111
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
112
|
+
.agenda-event {
|
|
113
|
+
width: 22px;
|
|
114
|
+
height: 22px;
|
|
115
|
+
border-radius: 4px;
|
|
116
|
+
display: inline-block;
|
|
117
|
+
margin: 2px;
|
|
118
|
+
vertical-align: middle;
|
|
119
|
+
text-align: center;
|
|
120
|
+
line-height: 22px;
|
|
121
|
+
font-size: 12px;
|
|
122
|
+
color: $white;
|
|
123
|
+
}
|
|
121
124
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
+
.agenda-day-cell.agenda-in-month.agenda-has-events {
|
|
126
|
+
cursor: pointer;
|
|
127
|
+
}
|
|
125
128
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
129
|
+
.agenda-day-cell.agenda-out-month .agenda-day-number {
|
|
130
|
+
opacity: 0.1;
|
|
131
|
+
cursor: default;
|
|
132
|
+
}
|
|
130
133
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
+
.agenda-day-cell.agenda-weekend .agenda-day-number {
|
|
135
|
+
color: darkred;
|
|
136
|
+
}
|
|
134
137
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
+
.agenda-day-cell.agenda-today {
|
|
139
|
+
background-color: #e8fde7;
|
|
140
|
+
}
|
|
138
141
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
+
.agenda-day-cell.agenda-today .agenda-day-number {
|
|
143
|
+
color: $dark;
|
|
144
|
+
}
|
|
142
145
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
+
.agenda-day-cell.agenda-drag-over {
|
|
147
|
+
background-color: darken(#ededed, 5%) !important;
|
|
148
|
+
}
|
|
146
149
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
150
|
+
.agenda-open-day-events {
|
|
151
|
+
padding: 15px;
|
|
152
|
+
color: white;
|
|
153
|
+
background-color: #555;
|
|
154
|
+
box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
|
|
155
|
+
}
|
|
153
156
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
157
|
+
.agenda-open-day-events .agenda-event {
|
|
158
|
+
position: relative;
|
|
159
|
+
top: 2px;
|
|
160
|
+
}
|
|
158
161
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
+
.agenda-event-title {
|
|
163
|
+
color: white;
|
|
164
|
+
}
|
|
162
165
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
166
|
+
.agenda-out-month {
|
|
167
|
+
.agenda-day-badge,
|
|
168
|
+
.agenda-event {
|
|
169
|
+
opacity: 0.3;
|
|
170
|
+
}
|
|
167
171
|
}
|
|
168
172
|
}
|
|
169
173
|
}
|
|
@@ -1,86 +1,90 @@
|
|
|
1
|
-
.
|
|
2
|
-
position: relative;
|
|
1
|
+
@import "../../../styles/variables.scss";
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.cal-day-headers .cal-header {
|
|
10
|
-
flex: 1;
|
|
11
|
-
text-align: center;
|
|
12
|
-
padding: 5px;
|
|
13
|
-
background-color: $off-white;
|
|
14
|
-
}
|
|
3
|
+
:host {
|
|
4
|
+
::ng-deep .cal-week-view {
|
|
5
|
+
position: relative;
|
|
15
6
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
7
|
+
.cal-day-headers {
|
|
8
|
+
display: flex;
|
|
9
|
+
border: 1px solid #e1e1e1;
|
|
10
|
+
}
|
|
19
11
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
12
|
+
.cal-day-headers .cal-header {
|
|
13
|
+
flex: 1;
|
|
14
|
+
text-align: center;
|
|
15
|
+
padding: 5px;
|
|
16
|
+
background-color: $off-white;
|
|
17
|
+
}
|
|
24
18
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
19
|
+
.cal-day-headers .cal-header:not(:last-child) {
|
|
20
|
+
border-right: 1px solid #e1e1e1;
|
|
21
|
+
}
|
|
29
22
|
|
|
30
|
-
|
|
31
|
-
|
|
23
|
+
.cal-day-headers .cal-header:hover,
|
|
24
|
+
.cal-day-headers .cal-drag-over {
|
|
25
|
+
background-color: #ededed;
|
|
26
|
+
}
|
|
32
27
|
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
.cal-day-headers span {
|
|
29
|
+
font-weight: 400;
|
|
30
|
+
opacity: 0.5;
|
|
35
31
|
}
|
|
36
32
|
|
|
37
|
-
|
|
38
|
-
|
|
33
|
+
.cal-event-container {
|
|
34
|
+
position: absolute;
|
|
35
|
+
|
|
36
|
+
&:nth-child(n + 2) {
|
|
37
|
+
border-left: 1px solid $dark;
|
|
38
|
+
}
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
novo-agenda-week-event {
|
|
41
41
|
height: inherit;
|
|
42
|
-
font-size: 12px;
|
|
43
|
-
min-height: 30px;
|
|
44
|
-
display: flex;
|
|
45
|
-
flex-flow: column;
|
|
46
|
-
background-color: $off-white;
|
|
47
42
|
|
|
48
|
-
.cal-event
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
43
|
+
.cal-event {
|
|
44
|
+
height: inherit;
|
|
45
|
+
font-size: 12px;
|
|
46
|
+
min-height: 30px;
|
|
47
|
+
display: flex;
|
|
48
|
+
flex-flow: column;
|
|
49
|
+
background-color: $off-white;
|
|
50
|
+
|
|
51
|
+
.cal-event-ribbon {
|
|
52
|
+
min-height: 4px;
|
|
53
|
+
width: 100%;
|
|
54
|
+
}
|
|
55
|
+
.cal-event-title {
|
|
56
|
+
padding: 0px 0px 0px 10px;
|
|
57
|
+
line-height: 26px;
|
|
58
|
+
overflow: hidden;
|
|
59
|
+
text-overflow: ellipsis;
|
|
60
|
+
}
|
|
61
|
+
.cal-event-description {
|
|
62
|
+
font-size: 10px;
|
|
63
|
+
line-height: 13px;
|
|
64
|
+
padding: 0px 0px 0px 10px;
|
|
65
|
+
overflow: hidden;
|
|
66
|
+
text-overflow: ellipsis;
|
|
67
|
+
}
|
|
64
68
|
}
|
|
65
69
|
}
|
|
66
70
|
}
|
|
67
|
-
}
|
|
68
71
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
+
.cal-draggable {
|
|
73
|
+
cursor: move;
|
|
74
|
+
}
|
|
72
75
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
+
.cal-header.cal-today {
|
|
77
|
+
background-color: #e8fde7;
|
|
78
|
+
}
|
|
76
79
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
+
.cal-header.cal-weekend span {
|
|
81
|
+
color: #8b0000;
|
|
82
|
+
}
|
|
80
83
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
84
|
+
.cal-event,
|
|
85
|
+
.cal-header {
|
|
86
|
+
text-overflow: ellipsis;
|
|
87
|
+
white-space: nowrap;
|
|
88
|
+
}
|
|
85
89
|
}
|
|
86
90
|
}
|
package/elements/card/Card.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare class CardActionsElement {
|
|
|
11
11
|
export declare class CardContentElement {
|
|
12
12
|
condensed: boolean;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardContentElement, never>;
|
|
14
|
-
static
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardContentElement, "novo-card-content, [novo-card-content], [novoCardContent]", never, { "condensed": "condensed"; }, {}, never, ["*"]>;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* Content of a card, needed as it's used as a selector in the API.
|
|
@@ -22,7 +22,7 @@ export declare class CardHeaderElement {
|
|
|
22
22
|
}
|
|
23
23
|
export declare class CardFooterElement {
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterElement, never>;
|
|
25
|
-
static
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterElement, "novo-card-footer, [novo-card-footer], [novoCardFooter]", never, {}, {}, never, ["*"]>;
|
|
26
26
|
}
|
|
27
27
|
export declare class CardElement implements OnChanges, OnInit {
|
|
28
28
|
padding: boolean;
|