@mediusinc/mng-commons-layout 6.0.0-rc.4 → 6.0.0-rc.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/components/pages/error/index.d.ts +1 -3
- package/components/pages/not-found/index.d.ts +1 -3
- package/fesm2022/mediusinc-mng-commons-layout-components-pages-error.mjs +6 -7
- package/fesm2022/mediusinc-mng-commons-layout-components-pages-error.mjs.map +1 -1
- package/fesm2022/mediusinc-mng-commons-layout-components-pages-main.mjs +3 -3
- package/fesm2022/mediusinc-mng-commons-layout-components-pages-main.mjs.map +1 -1
- package/fesm2022/mediusinc-mng-commons-layout-components-pages-not-found.mjs +6 -7
- package/fesm2022/mediusinc-mng-commons-layout-components-pages-not-found.mjs.map +1 -1
- package/fesm2022/mediusinc-mng-commons-layout-components.mjs +62 -58
- package/fesm2022/mediusinc-mng-commons-layout-components.mjs.map +1 -1
- package/fesm2022/mediusinc-mng-commons-layout.mjs +21 -14
- package/fesm2022/mediusinc-mng-commons-layout.mjs.map +1 -1
- package/package.json +11 -21
- package/scss/commons.scss +1 -0
- package/scss/layout/_breadcrumb.scss +14 -11
- package/scss/layout/_config.scss +75 -7
- package/scss/layout/_content.scss +1 -1
- package/scss/layout/_main.scss +7 -9
- package/scss/layout/_profile.scss +1 -1
- package/scss/layout/_responsive.scss +4 -2
- package/scss/layout/_sass_variables.scss +1 -0
- package/scss/layout/_sidebar_drawer.scss +6 -5
- package/scss/layout/_sidebar_horizontal.scss +15 -11
- package/scss/layout/_sidebar_reveal.scss +16 -10
- package/scss/layout/_sidebar_slim.scss +5 -3
- package/scss/layout/_sidebar_slim_plus.scss +5 -2
- package/scss/layout/_sidebar_vertical.scss +13 -7
- package/scss/layout/_topbar.scss +75 -45
- package/scss/layout/_utils.scss +1 -5
- package/scss/layout/layout.scss +29 -22
- package/scss/layout/mng/{_mng_layout_menu.scss → layout/_mng_layout_menu.scss} +0 -4
- package/scss/layout/mng/{_mng_layout_topbar.scss → layout/_mng_layout_topbar.scss} +2 -2
- package/scss/layout/mng/theme/_mng_theme_button.scss +63 -0
- package/scss/{theme/theme-base/mng → layout/mng/theme}/_mng_theme_dialog.scss +44 -46
- package/scss/{theme/theme-base/mng → layout/mng/theme}/_mng_theme_toast.scss +4 -4
- package/scss/layout/mng/theme/_mng_theme_toggleswitch.scss +3 -0
- package/scss/layout/mng/variables/_mng-variables-common.scss +22 -0
- package/scss/layout/variables/_common.scss +15 -0
- package/scss/layout/variables/_dark.scss +10 -0
- package/scss/layout/variables/_light.scss +10 -0
- package/version-info.json +3 -3
- package/esm2022/components/index.mjs +0 -12
- package/esm2022/components/lib/components/breadcrumb.component.mjs +0 -29
- package/esm2022/components/lib/components/footer.component.mjs +0 -23
- package/esm2022/components/lib/components/main-layout.component.mjs +0 -86
- package/esm2022/components/lib/components/menu-item.component.mjs +0 -169
- package/esm2022/components/lib/components/menu.component.mjs +0 -36
- package/esm2022/components/lib/components/settings.component.mjs +0 -87
- package/esm2022/components/lib/components/sidebar.component.mjs +0 -51
- package/esm2022/components/lib/components/topbar-user.component.mjs +0 -51
- package/esm2022/components/lib/components/topbar.component.mjs +0 -37
- package/esm2022/components/lib/components/version.component.mjs +0 -95
- package/esm2022/components/mediusinc-mng-commons-layout-components.mjs +0 -5
- package/esm2022/components/pages/error/index.mjs +0 -4
- package/esm2022/components/pages/error/lib/error.page.component.mjs +0 -20
- package/esm2022/components/pages/error/mediusinc-mng-commons-layout-components-pages-error.mjs +0 -5
- package/esm2022/components/pages/main/index.mjs +0 -3
- package/esm2022/components/pages/main/lazy/index.mjs +0 -2
- package/esm2022/components/pages/main/lazy/lib/route-builder.mjs +0 -11
- package/esm2022/components/pages/main/lazy/mediusinc-mng-commons-layout-components-pages-main-lazy.mjs +0 -5
- package/esm2022/components/pages/main/lib/main-layout.component.mjs +0 -84
- package/esm2022/components/pages/main/lib/route-builder.mjs +0 -12
- package/esm2022/components/pages/main/mediusinc-mng-commons-layout-components-pages-main.mjs +0 -5
- package/esm2022/components/pages/not-found/index.mjs +0 -4
- package/esm2022/components/pages/not-found/lib/not-found.page.component.mjs +0 -20
- package/esm2022/components/pages/not-found/mediusinc-mng-commons-layout-components-pages-not-found.mjs +0 -5
- package/esm2022/index.mjs +0 -13
- package/esm2022/lib/helpers/menu-items.mjs +0 -29
- package/esm2022/lib/models/layout-state.model.mjs +0 -2
- package/esm2022/lib/models/menu.model.mjs +0 -2
- package/esm2022/lib/provide.mjs +0 -25
- package/esm2022/lib/services/layout-feature-config.token.mjs +0 -3
- package/esm2022/lib/services/layout.service.mjs +0 -167
- package/esm2022/lib/services/menu.service.mjs +0 -121
- package/esm2022/lib/services/version.service.mjs +0 -45
- package/esm2022/mediusinc-mng-commons-layout.mjs +0 -5
- package/scss/commons-dark.scss +0 -9
- package/scss/commons-light.scss +0 -9
- package/scss/layout/_animation.scss +0 -53
- package/scss/layout/_fonts.scss +0 -40
- package/scss/layout/_layout_dark.scss +0 -12
- package/scss/layout/_layout_light.scss +0 -12
- package/scss/layout/_typography.scss +0 -67
- package/scss/layout/mng/_mng_layout_styles.scss +0 -4
- package/scss/layout/preloading.scss +0 -84
- package/scss/theme/extensions/_fullcalendar.scss +0 -328
- package/scss/theme/theme-base/_colors.scss +0 -17
- package/scss/theme/theme-base/_common.scss +0 -76
- package/scss/theme/theme-base/_components.scss +0 -110
- package/scss/theme/theme-base/_mixins.scss +0 -337
- package/scss/theme/theme-base/components/button/_button.scss +0 -576
- package/scss/theme/theme-base/components/button/_speeddial.scss +0 -96
- package/scss/theme/theme-base/components/button/_splitbutton.scss +0 -348
- package/scss/theme/theme-base/components/data/_carousel.scss +0 -37
- package/scss/theme/theme-base/components/data/_datatable.scss +0 -338
- package/scss/theme/theme-base/components/data/_dataview.scss +0 -46
- package/scss/theme/theme-base/components/data/_filter.scss +0 -137
- package/scss/theme/theme-base/components/data/_orderlist.scss +0 -114
- package/scss/theme/theme-base/components/data/_organizationchart.scss +0 -50
- package/scss/theme/theme-base/components/data/_paginator.scss +0 -92
- package/scss/theme/theme-base/components/data/_picklist.scss +0 -114
- package/scss/theme/theme-base/components/data/_timeline.scss +0 -35
- package/scss/theme/theme-base/components/data/_tree.scss +0 -150
- package/scss/theme/theme-base/components/data/_treetable.scss +0 -255
- package/scss/theme/theme-base/components/data/_virtualscroller.scss +0 -28
- package/scss/theme/theme-base/components/file/_fileupload.scss +0 -64
- package/scss/theme/theme-base/components/input/_autocomplete.scss +0 -136
- package/scss/theme/theme-base/components/input/_calendar.scss +0 -267
- package/scss/theme/theme-base/components/input/_cascadeselect.scss +0 -135
- package/scss/theme/theme-base/components/input/_checkbox.scss +0 -94
- package/scss/theme/theme-base/components/input/_chips.scss +0 -65
- package/scss/theme/theme-base/components/input/_colorpicker.scss +0 -19
- package/scss/theme/theme-base/components/input/_dropdown.scss +0 -151
- package/scss/theme/theme-base/components/input/_editor.scss +0 -122
- package/scss/theme/theme-base/components/input/_inputgroup.scss +0 -74
- package/scss/theme/theme-base/components/input/_inputmask.scss +0 -16
- package/scss/theme/theme-base/components/input/_inputnumber.scss +0 -28
- package/scss/theme/theme-base/components/input/_inputswitch.scss +0 -60
- package/scss/theme/theme-base/components/input/_inputtext.scss +0 -100
- package/scss/theme/theme-base/components/input/_listbox.scss +0 -97
- package/scss/theme/theme-base/components/input/_multiselect.scss +0 -177
- package/scss/theme/theme-base/components/input/_password.scss +0 -52
- package/scss/theme/theme-base/components/input/_radiobutton.scss +0 -78
- package/scss/theme/theme-base/components/input/_rating.scss +0 -60
- package/scss/theme/theme-base/components/input/_selectbutton.scss +0 -50
- package/scss/theme/theme-base/components/input/_slider.scss +0 -75
- package/scss/theme/theme-base/components/input/_togglebutton.scss +0 -48
- package/scss/theme/theme-base/components/input/_treeselect.scss +0 -139
- package/scss/theme/theme-base/components/menu/_breadcrumb.scss +0 -42
- package/scss/theme/theme-base/components/menu/_contextmenu.scss +0 -39
- package/scss/theme/theme-base/components/menu/_dock.scss +0 -95
- package/scss/theme/theme-base/components/menu/_megamenu.scss +0 -55
- package/scss/theme/theme-base/components/menu/_menu.scss +0 -37
- package/scss/theme/theme-base/components/menu/_menubar.scss +0 -140
- package/scss/theme/theme-base/components/menu/_panelmenu.scss +0 -153
- package/scss/theme/theme-base/components/menu/_slidemenu.scss +0 -59
- package/scss/theme/theme-base/components/menu/_steps.scss +0 -56
- package/scss/theme/theme-base/components/menu/_tabmenu.scss +0 -73
- package/scss/theme/theme-base/components/menu/_tieredmenu.scss +0 -43
- package/scss/theme/theme-base/components/messages/_inlinemessage.scss +0 -69
- package/scss/theme/theme-base/components/messages/_message.scss +0 -107
- package/scss/theme/theme-base/components/messages/_toast.scss +0 -99
- package/scss/theme/theme-base/components/misc/_avatar.scss +0 -30
- package/scss/theme/theme-base/components/misc/_badge.scss +0 -48
- package/scss/theme/theme-base/components/misc/_blockui.scss +0 -0
- package/scss/theme/theme-base/components/misc/_chip.scss +0 -42
- package/scss/theme/theme-base/components/misc/_inplace.scss +0 -16
- package/scss/theme/theme-base/components/misc/_progressbar.scss +0 -17
- package/scss/theme/theme-base/components/misc/_scrolltop.scss +0 -25
- package/scss/theme/theme-base/components/misc/_skeleton.scss +0 -8
- package/scss/theme/theme-base/components/misc/_tag.scss +0 -40
- package/scss/theme/theme-base/components/misc/_terminal.scss +0 -12
- package/scss/theme/theme-base/components/multimedia/_galleria.scss +0 -155
- package/scss/theme/theme-base/components/multimedia/_image.scss +0 -49
- package/scss/theme/theme-base/components/overlay/_confirmpopup.scss +0 -70
- package/scss/theme/theme-base/components/overlay/_dialog.scss +0 -69
- package/scss/theme/theme-base/components/overlay/_overlaypanel.scss +0 -62
- package/scss/theme/theme-base/components/overlay/_sidebar.scss +0 -27
- package/scss/theme/theme-base/components/overlay/_tooltip.scss +0 -33
- package/scss/theme/theme-base/components/panel/_accordion.scss +0 -119
- package/scss/theme/theme-base/components/panel/_card.scss +0 -30
- package/scss/theme/theme-base/components/panel/_divider.scss +0 -31
- package/scss/theme/theme-base/components/panel/_fieldset.scss +0 -47
- package/scss/theme/theme-base/components/panel/_panel.scss +0 -63
- package/scss/theme/theme-base/components/panel/_scrollpanel.scss +0 -6
- package/scss/theme/theme-base/components/panel/_splitter.scss +0 -19
- package/scss/theme/theme-base/components/panel/_tabview.scss +0 -82
- package/scss/theme/theme-base/components/panel/_toolbar.scss +0 -11
- package/scss/theme/theme-base/mng/_mng_mixins.scss +0 -69
- package/scss/theme/theme-base/mng/_mng_theme_autocomplete.scss +0 -34
- package/scss/theme/theme-base/mng/_mng_theme_button.scss +0 -68
- package/scss/theme/theme-base/mng/_mng_theme_datatable.scss +0 -157
- package/scss/theme/theme-base/mng/_mng_theme_datepicker.scss +0 -21
- package/scss/theme/theme-base/mng/_mng_theme_dropdown.scss +0 -32
- package/scss/theme/theme-base/mng/_mng_theme_fileupload.scss +0 -24
- package/scss/theme/theme-base/mng/_mng_theme_forms.scss +0 -66
- package/scss/theme/theme-base/mng/_mng_theme_image.scss +0 -27
- package/scss/theme/theme-base/mng/_mng_theme_input.scss +0 -42
- package/scss/theme/theme-base/mng/_mng_theme_menu.scss +0 -5
- package/scss/theme/theme-base/mng/_mng_theme_multiselect.scss +0 -20
- package/scss/theme/theme-base/mng/_mng_theme_styles.scss +0 -19
- package/scss/theme/theme-base/mng/_mng_theme_table.scss +0 -54
- package/scss/theme/theme-base/mng/_mng_theme_tableview.scss +0 -41
- package/scss/theme/theme-base/mng/_mng_theme_tabview.scss +0 -14
- package/scss/theme/theme-base/mng/_mng_theme_tag.scss +0 -11
- package/scss/theme/theme-base/mng/_mng_theme_toolbar.scss +0 -5
- package/scss/theme/theme-base/mng/_mng_variables.scss +0 -15
- package/scss/theme/theme-dark/_extensions.scss +0 -109
- package/scss/theme/theme-dark/_variables.scss +0 -941
- package/scss/theme/theme-dark/blue/theme.scss +0 -14
- package/scss/theme/theme-light/_extensions.scss +0 -109
- package/scss/theme/theme-light/_variables.scss +0 -937
- package/scss/theme/theme-light/blue/theme.scss +0 -14
- /package/scss/layout/mng/{_mng_layout_footer.scss → layout/_mng_layout_footer.scss} +0 -0
- /package/scss/layout/mng/{_mng_sidebar_vertical.scss → layout/_mng_sidebar_vertical.scss} +0 -0
|
@@ -1,267 +0,0 @@
|
|
|
1
|
-
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
2
|
-
@include invalid-input();
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
|
|
6
|
-
@include focused-input();
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.p-datepicker {
|
|
10
|
-
padding: $calendarPadding;
|
|
11
|
-
background: $calendarInlineBg;
|
|
12
|
-
color: $calendarTextColor;
|
|
13
|
-
border: $calendarBorder;
|
|
14
|
-
border-radius: $borderRadius;
|
|
15
|
-
|
|
16
|
-
&:not(.p-datepicker-inline) {
|
|
17
|
-
background: $calendarBg;
|
|
18
|
-
border: $calendarOverlayBorder;
|
|
19
|
-
box-shadow: $inputOverlayShadow;
|
|
20
|
-
|
|
21
|
-
.p-datepicker-header {
|
|
22
|
-
background: $calendarHeaderBg;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.p-datepicker-header {
|
|
27
|
-
padding: $calendarHeaderPadding;
|
|
28
|
-
color: $calendarHeaderTextColor;
|
|
29
|
-
background: $calendarInlineHeaderBg;
|
|
30
|
-
font-weight: $calendarHeaderFontWeight;
|
|
31
|
-
margin: $inputListHeaderMargin;
|
|
32
|
-
border-bottom: $calendarHeaderBorder;
|
|
33
|
-
border-top-right-radius: $borderRadius;
|
|
34
|
-
border-top-left-radius: $borderRadius;
|
|
35
|
-
|
|
36
|
-
.p-datepicker-prev,
|
|
37
|
-
.p-datepicker-next {
|
|
38
|
-
@include action-icon();
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.p-datepicker-title {
|
|
42
|
-
line-height: $actionIconHeight;
|
|
43
|
-
|
|
44
|
-
.p-datepicker-year,
|
|
45
|
-
.p-datepicker-month {
|
|
46
|
-
color: $calendarHeaderTextColor;
|
|
47
|
-
transition: $actionIconTransition;
|
|
48
|
-
font-weight: $calendarHeaderFontWeight;
|
|
49
|
-
padding: $calendarHeaderCellPadding;
|
|
50
|
-
|
|
51
|
-
&:enabled:hover {
|
|
52
|
-
color: $calendarMonthYearHeaderHoverTextColor;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.p-datepicker-month {
|
|
57
|
-
margin-right: $inlineSpacing;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
table {
|
|
63
|
-
font-size: $fontSize;
|
|
64
|
-
margin: $calendarTableMargin;
|
|
65
|
-
|
|
66
|
-
th {
|
|
67
|
-
padding: $calendarHeaderCellPadding;
|
|
68
|
-
|
|
69
|
-
> span {
|
|
70
|
-
width: $calendarCellDateWidth;
|
|
71
|
-
height: $calendarCellDateHeight;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
td {
|
|
76
|
-
padding: $calendarCellDatePadding;
|
|
77
|
-
|
|
78
|
-
> span {
|
|
79
|
-
width: $calendarCellDateWidth;
|
|
80
|
-
height: $calendarCellDateHeight;
|
|
81
|
-
border-radius: $calendarCellDateBorderRadius;
|
|
82
|
-
transition: $listItemTransition;
|
|
83
|
-
border: $calendarCellDateBorder;
|
|
84
|
-
|
|
85
|
-
&.p-highlight {
|
|
86
|
-
color: $highlightTextColor;
|
|
87
|
-
background: $highlightBg;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&:focus {
|
|
91
|
-
@include focused();
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
&.p-datepicker-today {
|
|
96
|
-
> span {
|
|
97
|
-
background: $calendarCellDateTodayBg;
|
|
98
|
-
color: $calendarCellDateTodayTextColor;
|
|
99
|
-
border-color: $calendarCellDateTodayBorderColor;
|
|
100
|
-
|
|
101
|
-
&.p-highlight {
|
|
102
|
-
color: $highlightTextColor;
|
|
103
|
-
background: $highlightBg;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.p-datepicker-buttonbar {
|
|
111
|
-
padding: $calendarButtonBarPadding;
|
|
112
|
-
border-top: $divider;
|
|
113
|
-
|
|
114
|
-
.p-button {
|
|
115
|
-
width: auto;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.p-timepicker {
|
|
120
|
-
border-top: $divider;
|
|
121
|
-
padding: $calendarTimePickerPadding;
|
|
122
|
-
|
|
123
|
-
button {
|
|
124
|
-
@include action-icon();
|
|
125
|
-
|
|
126
|
-
&:last-child {
|
|
127
|
-
margin-top: 0.2em;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
span {
|
|
132
|
-
font-size: $calendarTimePickerTimeFontSize;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
> div {
|
|
136
|
-
padding: $calendarTimePickerElementPadding;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&.p-datepicker-timeonly {
|
|
141
|
-
.p-timepicker {
|
|
142
|
-
border-top: 0 none;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.p-monthpicker {
|
|
147
|
-
margin: $calendarTableMargin;
|
|
148
|
-
|
|
149
|
-
.p-monthpicker-month {
|
|
150
|
-
padding: $calendarCellDatePadding;
|
|
151
|
-
transition: $listItemTransition;
|
|
152
|
-
border-radius: $borderRadius;
|
|
153
|
-
|
|
154
|
-
&.p-highlight {
|
|
155
|
-
color: $highlightTextColor;
|
|
156
|
-
background: $highlightBg;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.p-yearpicker {
|
|
162
|
-
margin: $calendarTableMargin;
|
|
163
|
-
|
|
164
|
-
.p-yearpicker-year {
|
|
165
|
-
padding: $calendarCellDatePadding;
|
|
166
|
-
transition: $listItemTransition;
|
|
167
|
-
border-radius: $borderRadius;
|
|
168
|
-
|
|
169
|
-
&.p-highlight {
|
|
170
|
-
color: $highlightTextColor;
|
|
171
|
-
background: $highlightBg;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
&.p-datepicker-multiple-month {
|
|
177
|
-
.p-datepicker-group {
|
|
178
|
-
border-left: $divider;
|
|
179
|
-
padding-right: $calendarPadding;
|
|
180
|
-
padding-left: $calendarPadding;
|
|
181
|
-
padding-top: 0;
|
|
182
|
-
padding-bottom: 0;
|
|
183
|
-
|
|
184
|
-
&:first-child {
|
|
185
|
-
padding-left: 0;
|
|
186
|
-
border-left: 0 none;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
&:last-child {
|
|
190
|
-
padding-right: 0;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
&:not(.p-disabled) {
|
|
196
|
-
table {
|
|
197
|
-
td {
|
|
198
|
-
span:not(.p-highlight):not(.p-disabled) {
|
|
199
|
-
&:hover {
|
|
200
|
-
background: $calendarCellDateHoverBg;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
&:focus {
|
|
204
|
-
@include focused();
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.p-monthpicker {
|
|
211
|
-
.p-monthpicker-month {
|
|
212
|
-
&:not(.p-disabled) {
|
|
213
|
-
&:not(.p-highlight):hover {
|
|
214
|
-
background: $calendarCellDateHoverBg;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
&:focus {
|
|
218
|
-
@include focused();
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.p-yearpicker {
|
|
225
|
-
.p-yearpicker-year {
|
|
226
|
-
&:not(.p-disabled) {
|
|
227
|
-
&:not(.p-highlight):hover {
|
|
228
|
-
background: $calendarCellDateHoverBg;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
&:focus {
|
|
232
|
-
@include focused();
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
p-calendar.p-calendar-clearable {
|
|
241
|
-
.p-inputtext {
|
|
242
|
-
padding-right: nth($inputPadding, 2) * 2 + $primeIconFontSize;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.p-calendar-clear-icon {
|
|
246
|
-
color: $inputIconColor;
|
|
247
|
-
right: nth($inputPadding, 2);
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
p-calendar.p-calendar-clearable .p-calendar-w-btn {
|
|
252
|
-
.p-calendar-clear-icon {
|
|
253
|
-
color: $inputIconColor;
|
|
254
|
-
right: $buttonIconOnlyWidth + nth($inputPadding, 2);
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
@media screen and (max-width: $calendarBreakpoint) {
|
|
259
|
-
.p-datepicker {
|
|
260
|
-
table {
|
|
261
|
-
th,
|
|
262
|
-
td {
|
|
263
|
-
padding: $calendarCellDatePaddingSM;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
}
|
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
@use 'sass:math';
|
|
2
|
-
.p-cascadeselect {
|
|
3
|
-
background: $inputBg;
|
|
4
|
-
border: $inputBorder;
|
|
5
|
-
transition: $formElementTransition;
|
|
6
|
-
border-radius: $borderRadius;
|
|
7
|
-
|
|
8
|
-
&:not(.p-disabled):hover {
|
|
9
|
-
border-color: $inputHoverBorderColor;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
&:not(.p-disabled).p-focus {
|
|
13
|
-
@include focused-input();
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.p-cascadeselect-label {
|
|
17
|
-
background: transparent;
|
|
18
|
-
border: 0 none;
|
|
19
|
-
padding: $inputPadding;
|
|
20
|
-
|
|
21
|
-
&.p-placeholder {
|
|
22
|
-
color: $inputPlaceholderTextColor;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&:enabled:focus {
|
|
26
|
-
outline: 0 none;
|
|
27
|
-
box-shadow: none;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.p-cascadeselect-trigger {
|
|
32
|
-
background: transparent;
|
|
33
|
-
color: $inputIconColor;
|
|
34
|
-
width: $inputGroupAddOnMinWidth;
|
|
35
|
-
border-top-right-radius: $borderRadius;
|
|
36
|
-
border-bottom-right-radius: $borderRadius;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&.p-invalid.p-component {
|
|
40
|
-
@include invalid-input();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.p-cascadeselect-panel {
|
|
45
|
-
background: $inputOverlayBg;
|
|
46
|
-
color: $inputListTextColor;
|
|
47
|
-
border: $inputOverlayBorder;
|
|
48
|
-
border-radius: $borderRadius;
|
|
49
|
-
box-shadow: $inputOverlayShadow;
|
|
50
|
-
|
|
51
|
-
.p-cascadeselect-items {
|
|
52
|
-
padding: $inputListPadding;
|
|
53
|
-
|
|
54
|
-
.p-cascadeselect-item {
|
|
55
|
-
margin: $inputListItemMargin;
|
|
56
|
-
border: $inputListItemBorder;
|
|
57
|
-
color: $inputListItemTextColor;
|
|
58
|
-
background: $inputListItemBg;
|
|
59
|
-
transition: $listItemTransition;
|
|
60
|
-
border-radius: $inputListItemBorderRadius;
|
|
61
|
-
|
|
62
|
-
&.p-highlight {
|
|
63
|
-
color: $highlightTextColor;
|
|
64
|
-
background: $highlightBg;
|
|
65
|
-
|
|
66
|
-
&.p-focus {
|
|
67
|
-
background: $highlightFocusBg;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
&:not(.p-highlight):not(.p-disabled) {
|
|
72
|
-
&.p-focus {
|
|
73
|
-
color: $inputListItemTextFocusColor;
|
|
74
|
-
background: $inputListItemFocusBg;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
&:hover {
|
|
78
|
-
color: $inputListItemTextHoverColor;
|
|
79
|
-
background: $inputListItemHoverBg;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.p-cascadeselect-item-content {
|
|
84
|
-
padding: $inputListItemPadding;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.p-cascadeselect-group-icon {
|
|
88
|
-
font-size: $menuitemSubmenuIconFontSize;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.p-input-filled {
|
|
95
|
-
.p-cascadeselect {
|
|
96
|
-
background: $inputFilledBg;
|
|
97
|
-
|
|
98
|
-
&:not(.p-disabled):hover {
|
|
99
|
-
background-color: $inputFilledHoverBg;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
&:not(.p-disabled).p-focus {
|
|
103
|
-
background-color: $inputFilledFocusBg;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
|
|
109
|
-
@include invalid-input();
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
p-cascadeselect.p-cascadeselect-clearable {
|
|
113
|
-
.p-cascadeselect-label {
|
|
114
|
-
padding-right: nth($inputPadding, 2);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.p-cascadeselect-clear-icon {
|
|
118
|
-
color: $inputIconColor;
|
|
119
|
-
right: $inputGroupAddOnMinWidth;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.p-overlay-modal {
|
|
124
|
-
.p-cascadeselect-sublist {
|
|
125
|
-
.p-cascadeselect-panel {
|
|
126
|
-
box-shadow: none;
|
|
127
|
-
border-radius: 0;
|
|
128
|
-
padding: math.div($inlineSpacing, 2) 0 math.div($inlineSpacing, 2) $inlineSpacing;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
|
|
133
|
-
transform: rotate(90deg);
|
|
134
|
-
}
|
|
135
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
.p-checkbox {
|
|
2
|
-
width: $checkboxWidth;
|
|
3
|
-
height: $checkboxHeight;
|
|
4
|
-
|
|
5
|
-
.p-checkbox-box {
|
|
6
|
-
border: $checkboxBorder;
|
|
7
|
-
background: $inputBg;
|
|
8
|
-
width: $checkboxWidth;
|
|
9
|
-
height: $checkboxHeight;
|
|
10
|
-
color: $textColor;
|
|
11
|
-
border-radius: $borderRadius;
|
|
12
|
-
transition: $formElementTransition;
|
|
13
|
-
|
|
14
|
-
.p-checkbox-icon {
|
|
15
|
-
transition-duration: $transitionDuration;
|
|
16
|
-
color: $checkboxIconActiveColor;
|
|
17
|
-
font-size: $checkboxIconFontSize;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.p-icon {
|
|
21
|
-
width: $checkboxIconFontSize;
|
|
22
|
-
height: $checkboxIconFontSize;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&.p-highlight {
|
|
26
|
-
border-color: $checkboxActiveBorderColor;
|
|
27
|
-
background: $checkboxActiveBg;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&:not(.p-checkbox-disabled) {
|
|
32
|
-
.p-checkbox-box {
|
|
33
|
-
&:hover {
|
|
34
|
-
border-color: $inputHoverBorderColor;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&.p-focus {
|
|
38
|
-
@include focused-input();
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&.p-highlight:hover {
|
|
42
|
-
border-color: $checkboxActiveHoverBorderColor;
|
|
43
|
-
background: $checkboxActiveHoverBg;
|
|
44
|
-
color: $checkboxIconActiveHoverColor;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
|
51
|
-
@include invalid-input();
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.p-input-filled {
|
|
55
|
-
.p-checkbox {
|
|
56
|
-
.p-checkbox-box {
|
|
57
|
-
background-color: $inputFilledBg;
|
|
58
|
-
|
|
59
|
-
&.p-highlight {
|
|
60
|
-
background: $checkboxActiveBg;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
&:not(.p-checkbox-disabled) {
|
|
65
|
-
.p-checkbox-box {
|
|
66
|
-
&:hover {
|
|
67
|
-
background-color: $inputFilledHoverBg;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&.p-highlight:hover {
|
|
71
|
-
background: $checkboxActiveHoverBg;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.p-checkbox-label {
|
|
79
|
-
margin-left: $inlineSpacing;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
@if ($highlightBg == $checkboxActiveBg) {
|
|
83
|
-
.p-highlight {
|
|
84
|
-
.p-checkbox {
|
|
85
|
-
.p-checkbox-box {
|
|
86
|
-
border-color: $checkboxIconActiveColor;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
|
93
|
-
@include invalid-input();
|
|
94
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
@use 'sass:math';
|
|
2
|
-
|
|
3
|
-
.p-chips {
|
|
4
|
-
&:not(.p-disabled):hover {
|
|
5
|
-
.p-chips-multiple-container {
|
|
6
|
-
border-color: $inputHoverBorderColor;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
&:not(.p-disabled).p-focus {
|
|
11
|
-
.p-chips-multiple-container {
|
|
12
|
-
@include focused-input();
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.p-chips-multiple-container {
|
|
17
|
-
padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);
|
|
18
|
-
gap: $inlineSpacing;
|
|
19
|
-
|
|
20
|
-
.p-chips-token {
|
|
21
|
-
padding: math.div(nth($inputPadding, 1), 2) nth($inputPadding, 2);
|
|
22
|
-
margin-right: $inlineSpacing;
|
|
23
|
-
background: $chipBg;
|
|
24
|
-
color: $chipTextColor;
|
|
25
|
-
border-radius: $chipBorderRadius;
|
|
26
|
-
|
|
27
|
-
&.p-focus {
|
|
28
|
-
background: $chipFocusBg;
|
|
29
|
-
color: $chipFocusTextColor;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.p-chips-token-icon {
|
|
33
|
-
margin-left: $inlineSpacing;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.p-chips-input-token {
|
|
38
|
-
padding: math.div(nth($inputPadding, 1), 2) 0;
|
|
39
|
-
|
|
40
|
-
input {
|
|
41
|
-
font-family: var(--font-family);
|
|
42
|
-
font-feature-settings: var(--font-feature-settings, normal);
|
|
43
|
-
font-size: $inputTextFontSize;
|
|
44
|
-
color: $textColor;
|
|
45
|
-
padding: 0;
|
|
46
|
-
margin: 0;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
|
53
|
-
@include invalid-input();
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
p-chips.p-chips-clearable {
|
|
57
|
-
.p-inputtext {
|
|
58
|
-
padding-right: nth($inputPadding, 2) + $primeIconFontSize;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.p-chips-clear-icon {
|
|
62
|
-
color: $inputIconColor;
|
|
63
|
-
right: nth($inputPadding, 2);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
.p-colorpicker-preview,
|
|
2
|
-
.p-fluid .p-colorpicker-preview.p-inputtext {
|
|
3
|
-
width: $colorPickerPreviewWidth;
|
|
4
|
-
height: $colorPickerPreviewHeight;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.p-colorpicker-panel {
|
|
8
|
-
background: $colorPickerBg;
|
|
9
|
-
border: $colorPickerBorder;
|
|
10
|
-
|
|
11
|
-
.p-colorpicker-color-handle,
|
|
12
|
-
.p-colorpicker-hue-handle {
|
|
13
|
-
border-color: $colorPickerHandleColor;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.p-colorpicker-overlay-panel {
|
|
18
|
-
box-shadow: $inputOverlayShadow;
|
|
19
|
-
}
|