@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,46 +0,0 @@
|
|
|
1
|
-
.p-dataview {
|
|
2
|
-
.p-paginator-top {
|
|
3
|
-
border-width: $tableTopPaginatorBorderWidth;
|
|
4
|
-
border-radius: 0;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.p-paginator-bottom {
|
|
8
|
-
border-width: $tableBottomPaginatorBorderWidth;
|
|
9
|
-
border-radius: 0;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.p-dataview-header {
|
|
13
|
-
background: $tableHeaderBg;
|
|
14
|
-
color: $tableHeaderTextColor;
|
|
15
|
-
border: $tableHeaderBorder;
|
|
16
|
-
border-width: $tableHeaderBorderWidth;
|
|
17
|
-
padding: $tableHeaderPadding;
|
|
18
|
-
font-weight: $tableHeaderFontWeight;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.p-dataview-content {
|
|
22
|
-
background: $tableBodyRowBg;
|
|
23
|
-
color: $tableBodyRowTextColor;
|
|
24
|
-
border: $dataViewContentBorder;
|
|
25
|
-
padding: $dataViewContentPadding;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.p-dataview-footer {
|
|
29
|
-
background: $tableFooterBg;
|
|
30
|
-
color: $tableFooterTextColor;
|
|
31
|
-
border: $tableFooterBorder;
|
|
32
|
-
border-width: $tableFooterBorderWidth;
|
|
33
|
-
padding: $tableFooterPadding;
|
|
34
|
-
font-weight: $tableFooterFontWeight;
|
|
35
|
-
border-bottom-left-radius: $borderRadius;
|
|
36
|
-
border-bottom-right-radius: $borderRadius;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.p-dataview-loading-icon {
|
|
40
|
-
font-size: $loadingIconFontSize;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.p-dataview-emptymessage {
|
|
44
|
-
padding: $panelContentPadding;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
.p-column-filter-row {
|
|
2
|
-
.p-column-filter-menu-button,
|
|
3
|
-
.p-column-filter-clear-button {
|
|
4
|
-
margin-left: $inlineSpacing;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.p-column-filter-menu-button {
|
|
9
|
-
width: $actionIconWidth;
|
|
10
|
-
height: $actionIconHeight;
|
|
11
|
-
color: $actionIconColor;
|
|
12
|
-
border: $actionIconBorder;
|
|
13
|
-
background: $actionIconBg;
|
|
14
|
-
border-radius: $actionIconBorderRadius;
|
|
15
|
-
transition: $actionIconTransition;
|
|
16
|
-
|
|
17
|
-
&:hover {
|
|
18
|
-
color: $actionIconHoverColor;
|
|
19
|
-
border-color: $actionIconHoverBorderColor;
|
|
20
|
-
background: $actionIconHoverBg;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&.p-column-filter-menu-button-open,
|
|
24
|
-
&.p-column-filter-menu-button-open:hover {
|
|
25
|
-
background: $actionIconHoverBg;
|
|
26
|
-
color: $actionIconHoverColor;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
&.p-column-filter-menu-button-active,
|
|
30
|
-
&.p-column-filter-menu-button-active:hover {
|
|
31
|
-
background: $highlightBg;
|
|
32
|
-
color: $highlightTextColor;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&:focus-visible {
|
|
36
|
-
@include focused();
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.p-column-filter-clear-button {
|
|
41
|
-
width: $actionIconWidth;
|
|
42
|
-
height: $actionIconHeight;
|
|
43
|
-
color: $actionIconColor;
|
|
44
|
-
border: $actionIconBorder;
|
|
45
|
-
background: $actionIconBg;
|
|
46
|
-
border-radius: $actionIconBorderRadius;
|
|
47
|
-
transition: $actionIconTransition;
|
|
48
|
-
|
|
49
|
-
&:hover {
|
|
50
|
-
color: $actionIconHoverColor;
|
|
51
|
-
border-color: $actionIconHoverBorderColor;
|
|
52
|
-
background: $actionIconHoverBg;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&:focus-visible {
|
|
56
|
-
@include focused();
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.p-column-filter-overlay {
|
|
61
|
-
background: $inputOverlayBg;
|
|
62
|
-
color: $inputListTextColor;
|
|
63
|
-
border: $inputOverlayBorder;
|
|
64
|
-
border-radius: $borderRadius;
|
|
65
|
-
box-shadow: $inputOverlayShadow;
|
|
66
|
-
min-width: $menuWidth;
|
|
67
|
-
|
|
68
|
-
.p-column-filter-row-items {
|
|
69
|
-
padding: $inputListPadding;
|
|
70
|
-
|
|
71
|
-
.p-column-filter-row-item {
|
|
72
|
-
margin: $inputListItemMargin;
|
|
73
|
-
padding: $inputListItemPadding;
|
|
74
|
-
border: $inputListItemBorder;
|
|
75
|
-
color: $inputListItemTextColor;
|
|
76
|
-
background: $inputListItemBg;
|
|
77
|
-
transition: $listItemTransition;
|
|
78
|
-
border-radius: $inputListItemBorderRadius;
|
|
79
|
-
|
|
80
|
-
&.p-highlight {
|
|
81
|
-
color: $highlightTextColor;
|
|
82
|
-
background: $highlightBg;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&:not(.p-highlight):not(.p-disabled):hover {
|
|
86
|
-
color: $inputListItemTextHoverColor;
|
|
87
|
-
background: $inputListItemHoverBg;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&:focus-visible {
|
|
91
|
-
@include focused-listitem();
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.p-column-filter-separator {
|
|
96
|
-
border-top: $divider;
|
|
97
|
-
margin: $menuSeparatorMargin;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.p-column-filter-overlay-menu {
|
|
103
|
-
.p-column-filter-operator {
|
|
104
|
-
padding: $inputListHeaderPadding;
|
|
105
|
-
border-bottom: $inputListHeaderBorder;
|
|
106
|
-
color: $inputListHeaderTextColor;
|
|
107
|
-
background: $inputOverlayHeaderBg;
|
|
108
|
-
margin: $inputListHeaderMargin;
|
|
109
|
-
border-top-right-radius: $borderRadius;
|
|
110
|
-
border-top-left-radius: $borderRadius;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.p-column-filter-constraint {
|
|
114
|
-
padding: $panelContentPadding;
|
|
115
|
-
border-bottom: $divider;
|
|
116
|
-
|
|
117
|
-
.p-column-filter-matchmode-dropdown {
|
|
118
|
-
margin-bottom: $inlineSpacing;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.p-column-filter-remove-button {
|
|
122
|
-
margin-top: $inlineSpacing;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
&:last-child {
|
|
126
|
-
border-bottom: 0 none;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.p-column-filter-add-rule {
|
|
131
|
-
padding: $panelFooterPadding;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.p-column-filter-buttonbar {
|
|
135
|
-
padding: $panelContentPadding;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
.p-orderlist {
|
|
2
|
-
.p-orderlist-controls {
|
|
3
|
-
padding: $panelContentPadding;
|
|
4
|
-
|
|
5
|
-
.p-button {
|
|
6
|
-
margin-bottom: $inlineSpacing;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.p-orderlist-header {
|
|
11
|
-
background: $panelHeaderBg;
|
|
12
|
-
color: $panelHeaderTextColor;
|
|
13
|
-
border: $panelHeaderBorder;
|
|
14
|
-
padding: $panelHeaderPadding;
|
|
15
|
-
border-bottom: 0 none;
|
|
16
|
-
border-top-right-radius: $borderRadius;
|
|
17
|
-
border-top-left-radius: $borderRadius;
|
|
18
|
-
|
|
19
|
-
.p-orderlist-title {
|
|
20
|
-
font-weight: $panelHeaderFontWeight;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.p-orderlist-filter-container {
|
|
25
|
-
padding: $panelHeaderPadding;
|
|
26
|
-
background: $panelContentBg;
|
|
27
|
-
border: $panelHeaderBorder;
|
|
28
|
-
border-bottom: 0 none;
|
|
29
|
-
|
|
30
|
-
.p-orderlist-filter-input {
|
|
31
|
-
padding-right: nth($inputPadding, 2) + $primeIconFontSize;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.p-orderlist-filter-icon {
|
|
35
|
-
right: nth($inputPadding, 2);
|
|
36
|
-
color: $inputIconColor;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.p-orderlist-list {
|
|
41
|
-
border: $panelContentBorder;
|
|
42
|
-
background: $panelContentBg;
|
|
43
|
-
color: $panelContentTextColor;
|
|
44
|
-
padding: $inputListPadding;
|
|
45
|
-
border-bottom-right-radius: $borderRadius;
|
|
46
|
-
border-bottom-left-radius: $borderRadius;
|
|
47
|
-
outline: 0 none;
|
|
48
|
-
|
|
49
|
-
.p-orderlist-item {
|
|
50
|
-
padding: $inputListItemPadding;
|
|
51
|
-
margin: $inputListItemMargin;
|
|
52
|
-
border: $inputListItemBorder;
|
|
53
|
-
color: $inputListItemTextColor;
|
|
54
|
-
background: $inputListItemBg;
|
|
55
|
-
transition: $listItemTransition;
|
|
56
|
-
|
|
57
|
-
&:not(.p-highlight):hover {
|
|
58
|
-
background: $inputListItemHoverBg;
|
|
59
|
-
color: $inputListItemTextHoverColor;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
&.p-focus {
|
|
63
|
-
color: $inputListItemTextFocusColor;
|
|
64
|
-
background: $inputListItemFocusBg;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&.p-highlight {
|
|
68
|
-
color: $highlightTextColor;
|
|
69
|
-
background: $highlightBg;
|
|
70
|
-
|
|
71
|
-
&.p-focus {
|
|
72
|
-
background: $highlightFocusBg;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.p-orderlist-empty-message {
|
|
78
|
-
padding: $inputListItemPadding;
|
|
79
|
-
color: $inputListItemTextColor;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
&:not(.cdk-drop-list-dragging) {
|
|
83
|
-
.p-orderlist-item {
|
|
84
|
-
&:not(.p-highlight):hover {
|
|
85
|
-
background: $inputListItemHoverBg;
|
|
86
|
-
color: $inputListItemTextHoverColor;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&.p-orderlist-striped {
|
|
93
|
-
.p-orderlist-list {
|
|
94
|
-
.p-orderlist-item:nth-child(even) {
|
|
95
|
-
background: $panelContentEvenRowBg;
|
|
96
|
-
|
|
97
|
-
&:hover {
|
|
98
|
-
background: $inputListItemHoverBg;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.p-orderlist-item {
|
|
106
|
-
&.cdk-drag-preview {
|
|
107
|
-
padding: $inputListItemPadding;
|
|
108
|
-
box-shadow: $inputOverlayShadow;
|
|
109
|
-
border: $inputListItemBorder;
|
|
110
|
-
color: $inputListItemTextColor;
|
|
111
|
-
background: $panelContentBg;
|
|
112
|
-
margin: 0;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
.p-organizationchart {
|
|
2
|
-
.p-organizationchart-node-content {
|
|
3
|
-
&.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
|
4
|
-
background: $inputListItemHoverBg;
|
|
5
|
-
color: $inputListItemTextHoverColor;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
&.p-highlight {
|
|
9
|
-
background: $highlightBg;
|
|
10
|
-
color: $highlightTextColor;
|
|
11
|
-
|
|
12
|
-
.p-node-toggler {
|
|
13
|
-
i {
|
|
14
|
-
color: darken($highlightBg, 25%);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.p-organizationchart-line-down {
|
|
21
|
-
background: $organizationChartConnectorColor;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.p-organizationchart-line-left {
|
|
25
|
-
border-right: $panelContentBorder;
|
|
26
|
-
border-color: $organizationChartConnectorColor;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.p-organizationchart-line-top {
|
|
30
|
-
border-top: $panelContentBorder;
|
|
31
|
-
border-color: $organizationChartConnectorColor;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.p-organizationchart-node-content {
|
|
35
|
-
border: $panelContentBorder;
|
|
36
|
-
background: $panelContentBg;
|
|
37
|
-
color: $panelContentTextColor;
|
|
38
|
-
padding: $panelContentPadding;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.p-organizationchart-node-content .p-node-toggler {
|
|
42
|
-
background: inherit;
|
|
43
|
-
color: inherit;
|
|
44
|
-
border-radius: 50%;
|
|
45
|
-
|
|
46
|
-
&:focus-visible {
|
|
47
|
-
@include focused();
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
.p-paginator {
|
|
2
|
-
background: $paginatorBg;
|
|
3
|
-
color: $paginatorTextColor;
|
|
4
|
-
border: $paginatorBorder;
|
|
5
|
-
border-width: $paginatorBorderWidth;
|
|
6
|
-
padding: $paginatorPadding;
|
|
7
|
-
border-radius: $borderRadius;
|
|
8
|
-
|
|
9
|
-
.p-paginator-first,
|
|
10
|
-
.p-paginator-prev,
|
|
11
|
-
.p-paginator-next,
|
|
12
|
-
.p-paginator-last {
|
|
13
|
-
background-color: $paginatorElementBg;
|
|
14
|
-
border: $paginatorElementBorder;
|
|
15
|
-
color: $paginatorElementIconColor;
|
|
16
|
-
min-width: $paginatorElementWidth;
|
|
17
|
-
height: $paginatorElementHeight;
|
|
18
|
-
margin: $paginatorElementMargin;
|
|
19
|
-
transition: $listItemTransition;
|
|
20
|
-
border-radius: $paginatorElementBorderRadius;
|
|
21
|
-
|
|
22
|
-
&:not(.p-disabled):not(.p-highlight):hover {
|
|
23
|
-
background: $paginatorElementHoverBg;
|
|
24
|
-
border-color: $paginatorElementHoverBorderColor;
|
|
25
|
-
color: $paginatorElementIconHoverColor;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.p-paginator-first {
|
|
30
|
-
border-top-left-radius: $paginatorElementBorderRadius;
|
|
31
|
-
border-bottom-left-radius: $paginatorElementBorderRadius;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.p-paginator-last {
|
|
35
|
-
border-top-right-radius: $paginatorElementBorderRadius;
|
|
36
|
-
border-bottom-right-radius: $paginatorElementBorderRadius;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.p-dropdown {
|
|
40
|
-
margin-left: $inlineSpacing;
|
|
41
|
-
margin-right: $inlineSpacing;
|
|
42
|
-
height: $paginatorElementHeight;
|
|
43
|
-
|
|
44
|
-
.p-dropdown-label {
|
|
45
|
-
padding-right: 0;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.p-paginator-page-input {
|
|
50
|
-
margin-left: $inlineSpacing;
|
|
51
|
-
margin-right: $inlineSpacing;
|
|
52
|
-
|
|
53
|
-
.p-inputtext {
|
|
54
|
-
max-width: $paginatorElementWidth;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.p-paginator-current {
|
|
59
|
-
background-color: $paginatorElementBg;
|
|
60
|
-
border: $paginatorElementBorder;
|
|
61
|
-
color: $paginatorElementIconColor;
|
|
62
|
-
min-width: $paginatorElementWidth;
|
|
63
|
-
height: $paginatorElementHeight;
|
|
64
|
-
margin: $paginatorElementMargin;
|
|
65
|
-
padding: 0 $inlineSpacing;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.p-paginator-pages {
|
|
69
|
-
.p-paginator-page {
|
|
70
|
-
background-color: $paginatorElementBg;
|
|
71
|
-
border: $paginatorElementBorder;
|
|
72
|
-
color: $paginatorElementIconColor;
|
|
73
|
-
min-width: $paginatorElementWidth;
|
|
74
|
-
height: $paginatorElementHeight;
|
|
75
|
-
margin: $paginatorElementMargin;
|
|
76
|
-
transition: $listItemTransition;
|
|
77
|
-
border-radius: $paginatorElementBorderRadius;
|
|
78
|
-
|
|
79
|
-
&.p-highlight {
|
|
80
|
-
background: $highlightBg;
|
|
81
|
-
border-color: $highlightBg;
|
|
82
|
-
color: $highlightTextColor;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&:not(.p-highlight):hover {
|
|
86
|
-
background: $paginatorElementHoverBg;
|
|
87
|
-
border-color: $paginatorElementHoverBorderColor;
|
|
88
|
-
color: $paginatorElementIconHoverColor;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
.p-picklist {
|
|
2
|
-
.p-picklist-buttons {
|
|
3
|
-
padding: $panelContentPadding;
|
|
4
|
-
|
|
5
|
-
.p-button {
|
|
6
|
-
margin-bottom: $inlineSpacing;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.p-picklist-header {
|
|
11
|
-
background: $panelHeaderBg;
|
|
12
|
-
color: $panelHeaderTextColor;
|
|
13
|
-
border: $panelHeaderBorder;
|
|
14
|
-
padding: $panelHeaderPadding;
|
|
15
|
-
border-bottom: 0 none;
|
|
16
|
-
border-top-right-radius: $borderRadius;
|
|
17
|
-
border-top-left-radius: $borderRadius;
|
|
18
|
-
|
|
19
|
-
.p-picklist-title {
|
|
20
|
-
font-weight: $panelHeaderFontWeight;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.p-picklist-filter-container {
|
|
25
|
-
padding: $panelHeaderPadding;
|
|
26
|
-
background: $panelContentBg;
|
|
27
|
-
border: $panelHeaderBorder;
|
|
28
|
-
border-bottom: 0 none;
|
|
29
|
-
|
|
30
|
-
.p-picklist-filter-input {
|
|
31
|
-
padding-right: nth($inputPadding, 2) + $primeIconFontSize;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.p-picklist-filter-icon {
|
|
35
|
-
right: nth($inputPadding, 2);
|
|
36
|
-
color: $inputIconColor;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.p-picklist-list {
|
|
41
|
-
border: $panelContentBorder;
|
|
42
|
-
background: $panelContentBg;
|
|
43
|
-
color: $panelContentTextColor;
|
|
44
|
-
padding: $inputListPadding;
|
|
45
|
-
border-bottom-right-radius: $borderRadius;
|
|
46
|
-
border-bottom-left-radius: $borderRadius;
|
|
47
|
-
outline: 0 none;
|
|
48
|
-
|
|
49
|
-
.p-picklist-item {
|
|
50
|
-
padding: $inputListItemPadding;
|
|
51
|
-
margin: $inputListItemMargin;
|
|
52
|
-
border: $inputListItemBorder;
|
|
53
|
-
color: $inputListItemTextColor;
|
|
54
|
-
background: $inputListItemBg;
|
|
55
|
-
transition: $listItemTransition;
|
|
56
|
-
|
|
57
|
-
&:not(.p-highlight):hover {
|
|
58
|
-
background: $inputListItemHoverBg;
|
|
59
|
-
color: $inputListItemTextHoverColor;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
&.p-focus {
|
|
63
|
-
color: $inputListItemTextFocusColor;
|
|
64
|
-
background: $inputListItemFocusBg;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&.p-highlight {
|
|
68
|
-
color: $highlightTextColor;
|
|
69
|
-
background: $highlightBg;
|
|
70
|
-
|
|
71
|
-
&.p-focus {
|
|
72
|
-
background: $highlightFocusBg;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.p-picklist-empty-message {
|
|
78
|
-
padding: $inputListItemPadding;
|
|
79
|
-
color: $inputListItemTextColor;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
&:not(.cdk-drop-list-dragging) {
|
|
83
|
-
.p-picklist-item {
|
|
84
|
-
&:not(.p-highlight):hover {
|
|
85
|
-
background: $inputListItemHoverBg;
|
|
86
|
-
color: $inputListItemTextHoverColor;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&.p-picklist-striped {
|
|
93
|
-
.p-picklist-list {
|
|
94
|
-
.p-picklist-item:nth-child(even) {
|
|
95
|
-
background: $panelContentEvenRowBg;
|
|
96
|
-
|
|
97
|
-
&:hover {
|
|
98
|
-
background: $inputListItemHoverBg;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.p-picklist-item {
|
|
106
|
-
&.cdk-drag-preview {
|
|
107
|
-
padding: $inputListItemPadding;
|
|
108
|
-
box-shadow: $inputOverlayShadow;
|
|
109
|
-
border: $inputListItemBorder;
|
|
110
|
-
color: $inputListItemTextColor;
|
|
111
|
-
background: $panelContentBg;
|
|
112
|
-
margin: 0;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
.p-timeline {
|
|
2
|
-
.p-timeline-event-marker {
|
|
3
|
-
border: $timelineEventMarkerBorder;
|
|
4
|
-
border-radius: $timelineEventMarkerBorderRadius;
|
|
5
|
-
width: $timelineEventMarkerWidth;
|
|
6
|
-
height: $timelineEventMarkerHeight;
|
|
7
|
-
background-color: $timelineEventMarkerBackground;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.p-timeline-event-connector {
|
|
11
|
-
background-color: $timelineEventColor;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&.p-timeline-vertical {
|
|
15
|
-
.p-timeline-event-opposite,
|
|
16
|
-
.p-timeline-event-content {
|
|
17
|
-
padding: $timelineVerticalEventContentPadding;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.p-timeline-event-connector {
|
|
21
|
-
width: $timelineEventConnectorSize;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&.p-timeline-horizontal {
|
|
26
|
-
.p-timeline-event-opposite,
|
|
27
|
-
.p-timeline-event-content {
|
|
28
|
-
padding: $timelineHorizontalEventContentPadding;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.p-timeline-event-connector {
|
|
32
|
-
height: $timelineEventConnectorSize;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|