@mediusinc/mng-commons-layout 6.0.0-rc.5 → 6.0.0-rc.7
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 -8
- 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 -8
- package/fesm2022/mediusinc-mng-commons-layout-components-pages-not-found.mjs.map +1 -1
- package/fesm2022/mediusinc-mng-commons-layout-components.mjs +63 -60
- 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 +12 -22
- 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,63 +0,0 @@
|
|
|
1
|
-
.p-panel {
|
|
2
|
-
.p-panel-header {
|
|
3
|
-
border: $panelHeaderBorder;
|
|
4
|
-
padding: $panelHeaderPadding;
|
|
5
|
-
background: $panelHeaderBg;
|
|
6
|
-
color: $panelHeaderTextColor;
|
|
7
|
-
border-top-right-radius: $borderRadius;
|
|
8
|
-
border-top-left-radius: $borderRadius;
|
|
9
|
-
|
|
10
|
-
.p-panel-title {
|
|
11
|
-
font-weight: $panelHeaderFontWeight;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.p-panel-header-icon {
|
|
15
|
-
@include action-icon();
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&.p-panel-toggleable {
|
|
20
|
-
.p-panel-header {
|
|
21
|
-
padding: $panelToggleableHeaderPadding;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.p-panel-content {
|
|
26
|
-
padding: $panelContentPadding;
|
|
27
|
-
border: $panelContentBorder;
|
|
28
|
-
background: $panelContentBg;
|
|
29
|
-
color: $panelContentTextColor;
|
|
30
|
-
border-top: 0 none;
|
|
31
|
-
|
|
32
|
-
&:last-child {
|
|
33
|
-
border-bottom-right-radius: $borderRadius;
|
|
34
|
-
border-bottom-left-radius: $borderRadius;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.p-panel-footer {
|
|
39
|
-
padding: $panelFooterPadding;
|
|
40
|
-
border: $panelFooterBorder;
|
|
41
|
-
background: $panelFooterBg;
|
|
42
|
-
color: $panelFooterTextColor;
|
|
43
|
-
border-bottom-right-radius: $borderRadius;
|
|
44
|
-
border-bottom-left-radius: $borderRadius;
|
|
45
|
-
border-top: 0 none;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.p-panel-icons-end {
|
|
49
|
-
order: 2;
|
|
50
|
-
margin-left: auto;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.p-panel-icons-start {
|
|
54
|
-
order: 0;
|
|
55
|
-
margin-right: $inlineSpacing;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.p-panel-icons-center {
|
|
59
|
-
order: 2;
|
|
60
|
-
width: 100%;
|
|
61
|
-
text-align: center;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
.p-splitter {
|
|
2
|
-
border: $panelContentBorder;
|
|
3
|
-
background: $panelContentBg;
|
|
4
|
-
border-radius: $borderRadius;
|
|
5
|
-
color: $panelContentTextColor;
|
|
6
|
-
|
|
7
|
-
.p-splitter-gutter {
|
|
8
|
-
transition: $actionIconTransition;
|
|
9
|
-
background: $splitterGutterBg;
|
|
10
|
-
|
|
11
|
-
.p-splitter-gutter-handle {
|
|
12
|
-
background: $splitterGutterHandleBg;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.p-splitter-gutter-resizing {
|
|
17
|
-
background: $splitterGutterHandleBg;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
.p-tabview {
|
|
2
|
-
.p-tabview-nav-content {
|
|
3
|
-
scroll-padding-inline: $buttonIconOnlyWidth;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.p-tabview-nav {
|
|
7
|
-
background: $tabviewNavBg;
|
|
8
|
-
border: $tabviewNavBorder;
|
|
9
|
-
border-width: $tabviewNavBorderWidth;
|
|
10
|
-
|
|
11
|
-
li {
|
|
12
|
-
margin-right: $tabviewHeaderSpacing;
|
|
13
|
-
|
|
14
|
-
.p-tabview-nav-link {
|
|
15
|
-
border: $tabviewHeaderBorder;
|
|
16
|
-
border-width: $tabviewHeaderBorderWidth;
|
|
17
|
-
border-color: $tabviewHeaderBorderColor;
|
|
18
|
-
background: $tabviewHeaderBg;
|
|
19
|
-
color: $tabviewHeaderTextColor;
|
|
20
|
-
padding: $tabviewHeaderPadding;
|
|
21
|
-
font-weight: $tabviewHeaderFontWeight;
|
|
22
|
-
border-top-right-radius: $borderRadius;
|
|
23
|
-
border-top-left-radius: $borderRadius;
|
|
24
|
-
transition: $listItemTransition;
|
|
25
|
-
margin: $tabviewHeaderMargin;
|
|
26
|
-
|
|
27
|
-
&:not(.p-disabled):focus-visible {
|
|
28
|
-
@include focused-inset();
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&:not(.p-highlight):not(.p-disabled):hover {
|
|
33
|
-
.p-tabview-nav-link {
|
|
34
|
-
background: $tabviewHeaderHoverBg;
|
|
35
|
-
border-color: $tabviewHeaderHoverBorderColor;
|
|
36
|
-
color: $tabviewHeaderTextHoverColor;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&.p-highlight {
|
|
41
|
-
.p-tabview-nav-link {
|
|
42
|
-
background: $tabviewHeaderActiveBg;
|
|
43
|
-
border-color: $tabviewHeaderActiveBorderColor;
|
|
44
|
-
color: $tabviewHeaderTextActiveColor;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.p-tabview-left-icon {
|
|
51
|
-
margin-right: $inlineSpacing;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.p-tabview-right-icon {
|
|
55
|
-
margin-left: $inlineSpacing;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.p-tabview-close {
|
|
59
|
-
margin-left: $inlineSpacing;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.p-tabview-nav-btn.p-link {
|
|
63
|
-
background: $tabviewHeaderActiveBg;
|
|
64
|
-
color: $tabviewHeaderTextActiveColor;
|
|
65
|
-
width: $buttonIconOnlyWidth;
|
|
66
|
-
box-shadow: $raisedButtonShadow;
|
|
67
|
-
border-radius: 0;
|
|
68
|
-
|
|
69
|
-
&:focus-visible {
|
|
70
|
-
@include focused-inset();
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.p-tabview-panels {
|
|
75
|
-
background: $tabviewContentBg;
|
|
76
|
-
padding: $tabviewContentPadding;
|
|
77
|
-
border: $tabviewContentBorder;
|
|
78
|
-
color: $tabviewContentTextColor;
|
|
79
|
-
border-bottom-right-radius: $borderRadius;
|
|
80
|
-
border-bottom-left-radius: $borderRadius;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
@import 'mng_variables';
|
|
2
|
-
|
|
3
|
-
@mixin scaledHeight($val, $scale) {
|
|
4
|
-
height: $val * $scale;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
@mixin scaledWidth($val, $scale) {
|
|
8
|
-
width: $val * $scale;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@mixin mediaMinSm() {
|
|
12
|
-
@include mediaMinWidth($mediaSmWidthMin) {
|
|
13
|
-
@content;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@mixin mediaMinMd() {
|
|
18
|
-
@include mediaMinWidth($mediaMdWidthMin) {
|
|
19
|
-
@content;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@mixin mediaMinLg() {
|
|
24
|
-
@include mediaMinWidth($mediaLgWidthMin) {
|
|
25
|
-
@content;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@mixin mediaMinXl() {
|
|
30
|
-
@include mediaMinWidth($mediaXlWidthMin) {
|
|
31
|
-
@content;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@mixin mediaMaxXs() {
|
|
36
|
-
@include mediaMaxWidth($mediaXsWidthMax) {
|
|
37
|
-
@content;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@mixin mediaMaxSm() {
|
|
42
|
-
@include mediaMaxWidth($mediaSmWidthMax) {
|
|
43
|
-
@content;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
@mixin mediaMaxMd() {
|
|
48
|
-
@include mediaMaxWidth($mediaMdWidthMax) {
|
|
49
|
-
@content;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@mixin mediaMaxLg() {
|
|
54
|
-
@include mediaMaxWidth($mediaLgWidthMax) {
|
|
55
|
-
@content;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
@mixin mediaMinWidth($minWidth) {
|
|
60
|
-
@media (min-width: $minWidth) {
|
|
61
|
-
@content;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
@mixin mediaMaxWidth($maxWidth) {
|
|
66
|
-
@media (max-width: $maxWidth) {
|
|
67
|
-
@content;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
p-autocomplete {
|
|
2
|
-
// Merging input field with button so they look like one
|
|
3
|
-
& .p-autocomplete-input {
|
|
4
|
-
margin-right: -1px;
|
|
5
|
-
border-top-right-radius: 0;
|
|
6
|
-
border-bottom-right-radius: 0;
|
|
7
|
-
border-right-color: transparent !important;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
& .p-autocomplete-dropdown {
|
|
11
|
-
border-top-left-radius: 0;
|
|
12
|
-
border-bottom-left-radius: 0;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
& .p-autocomplete-multiple-container {
|
|
16
|
-
border-top-right-radius: 0;
|
|
17
|
-
border-bottom-right-radius: 0;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
//clear icon
|
|
21
|
-
& .p-inputtext {
|
|
22
|
-
padding-right: 2rem;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
& .p-autocomplete-clear-icon {
|
|
26
|
-
color: $secondaryButtonTextColor;
|
|
27
|
-
right: 0.5rem;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
& .p-autocomplete-dd .p-autocomplete-clear-icon {
|
|
31
|
-
color: $secondaryButtonTextColor;
|
|
32
|
-
right: 2.857rem;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
@import 'mng_mixins';
|
|
2
|
-
|
|
3
|
-
.p-button {
|
|
4
|
-
&.p-button-icon-only {
|
|
5
|
-
&.mng-button-xs {
|
|
6
|
-
@include scaledWidth($buttonIconOnlyWidth, $scaleXS);
|
|
7
|
-
@include scaledPadding($buttonIconOnlyPadding, $scaleXS);
|
|
8
|
-
|
|
9
|
-
.p-button-icon {
|
|
10
|
-
@include scaledFontSize($primeIconFontSize, $scaleXS);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&.p-button-rounded {
|
|
14
|
-
@include scaledHeight($buttonIconOnlyWidth, $scaleXS);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&.mng-button-sm {
|
|
19
|
-
@include scaledWidth($buttonIconOnlyWidth, $scaleSM);
|
|
20
|
-
@include scaledPadding($buttonIconOnlyPadding, $scaleSM);
|
|
21
|
-
|
|
22
|
-
.p-button-icon {
|
|
23
|
-
@include scaledFontSize($primeIconFontSize, $scaleSM);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&.p-button-rounded {
|
|
27
|
-
@include scaledHeight($buttonIconOnlyWidth, $scaleSM);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&.mng-button-lg {
|
|
32
|
-
@include scaledWidth($buttonIconOnlyWidth, $scaleLG);
|
|
33
|
-
@include scaledPadding($buttonIconOnlyPadding, $scaleLG);
|
|
34
|
-
|
|
35
|
-
.p-button-icon {
|
|
36
|
-
@include scaledFontSize($primeIconFontSize, $scaleLG);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&.p-button-rounded {
|
|
40
|
-
@include scaledHeight($buttonIconOnlyWidth, $scaleLG);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&.mng-button-xl {
|
|
45
|
-
@include scaledWidth($buttonIconOnlyWidth, $scaleLG);
|
|
46
|
-
@include scaledPadding($buttonIconOnlyPadding, $scaleLG);
|
|
47
|
-
|
|
48
|
-
.p-button-icon {
|
|
49
|
-
@include scaledFontSize($primeIconFontSize, $scaleLG);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&.p-button-rounded {
|
|
53
|
-
@include scaledHeight($buttonIconOnlyWidth, $scaleLG);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.mng-action-button {
|
|
60
|
-
margin: 0.15rem 0.15rem;
|
|
61
|
-
|
|
62
|
-
a {
|
|
63
|
-
&.disabled {
|
|
64
|
-
opacity: 0.6;
|
|
65
|
-
cursor: default;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
.p-datatable {
|
|
2
|
-
.p-column-filter-menu-button {
|
|
3
|
-
color: $tableHeaderTextColor;
|
|
4
|
-
|
|
5
|
-
&.p-column-filter-menu-button-active {
|
|
6
|
-
color: $primaryTextColor;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
&.datatable-no-header .p-datatable-header {
|
|
11
|
-
display: none;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.p-datatable-thead > tr > th,
|
|
15
|
-
.p-datatable-tbody > tr > td {
|
|
16
|
-
// string
|
|
17
|
-
&.mng-column-filter-string {
|
|
18
|
-
min-width: 135px;
|
|
19
|
-
}
|
|
20
|
-
// number
|
|
21
|
-
&.mng-column-filter-number {
|
|
22
|
-
min-width: 165px;
|
|
23
|
-
}
|
|
24
|
-
// date
|
|
25
|
-
&.mng-column-filter-date {
|
|
26
|
-
min-width: 170px;
|
|
27
|
-
}
|
|
28
|
-
// boolean
|
|
29
|
-
&.mng-column-filter-boolean {
|
|
30
|
-
min-width: 80px;
|
|
31
|
-
}
|
|
32
|
-
// lookup, lookup enum
|
|
33
|
-
&.mng-column-filter-lookup,
|
|
34
|
-
&.mng-column-filter-lookupenum {
|
|
35
|
-
min-width: 180px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.mng-column-filter-string-input {
|
|
39
|
-
width: 100%;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.mng-column-filter-number-input {
|
|
43
|
-
width: 100%;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
&:hover {
|
|
47
|
-
mng-table-column-value .help-buttons {
|
|
48
|
-
display: block;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.p-datatable-thead > tr.mng-column-filter-row {
|
|
54
|
-
> th {
|
|
55
|
-
padding-left: 0.15rem;
|
|
56
|
-
padding-right: 0.15rem;
|
|
57
|
-
|
|
58
|
-
.p-column-filter-menu-button,
|
|
59
|
-
.p-column-filter-clear-button {
|
|
60
|
-
width: 1.75rem;
|
|
61
|
-
height: 1.75rem;
|
|
62
|
-
margin-left: 0.1rem;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.p-datatable-thead > tr > th {
|
|
68
|
-
&.column-custom-last {
|
|
69
|
-
padding-top: 0.1rem;
|
|
70
|
-
padding-bottom: 0.1rem;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.p-datatable-tbody > tr > td {
|
|
75
|
-
position: relative;
|
|
76
|
-
|
|
77
|
-
&.column-custom-last {
|
|
78
|
-
padding-top: 0.1rem;
|
|
79
|
-
padding-bottom: 0.1rem;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
&.p-frozen-column {
|
|
83
|
-
position: sticky;
|
|
84
|
-
z-index: 1;
|
|
85
|
-
background: transparent;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// TODO: uncomment, need to address mobile devices dooooh
|
|
90
|
-
//.p-datatable-tbody {
|
|
91
|
-
// > tr:not(:hover) {
|
|
92
|
-
// > td.p-frozen-column {
|
|
93
|
-
// visibility: hidden;
|
|
94
|
-
// }
|
|
95
|
-
// }
|
|
96
|
-
//}
|
|
97
|
-
|
|
98
|
-
&.p-datatable-lg .p-datatable-tbody > tr > td {
|
|
99
|
-
&.column-custom-last {
|
|
100
|
-
padding-top: 0.15rem;
|
|
101
|
-
padding-bottom: 0.15rem;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&.p-datatable-sm .p-datatable-tbody > tr > td {
|
|
106
|
-
&.column-custom-last {
|
|
107
|
-
padding-top: 0.05rem;
|
|
108
|
-
padding-bottom: 0.05rem;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
&.p-datatable-flex-scrollable {
|
|
113
|
-
.p-datatable-thead > tr > th {
|
|
114
|
-
overflow: hidden;
|
|
115
|
-
text-overflow: ellipsis;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.p-datatable-tbody > tr > td {
|
|
119
|
-
overflow: hidden;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
// override for background color
|
|
124
|
-
.p-radiobutton .p-radiobutton-box {
|
|
125
|
-
background-color: $primaryTextColor;
|
|
126
|
-
|
|
127
|
-
.p-radiobutton-icon {
|
|
128
|
-
background-color: $primaryColor;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
&.p-highlight {
|
|
132
|
-
&:not(.p-disabled):hover {
|
|
133
|
-
.p-radiobutton-icon {
|
|
134
|
-
background-color: $primaryTextColor;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.p-checkbox {
|
|
141
|
-
&:not(.p-checkbox-disabled) {
|
|
142
|
-
.p-checkbox-box {
|
|
143
|
-
&.p-highlight:hover {
|
|
144
|
-
.p-checkbox-icon {
|
|
145
|
-
color: $primaryTextColor;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
// This style adds orange border around the table-row with default language in show all translations
|
|
153
|
-
.all-translations-default-value {
|
|
154
|
-
background: $secondaryButtonActiveBg !important;
|
|
155
|
-
border-radius: 10px;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
.p-datepicker-header {
|
|
2
|
-
.p-datepicker-title {
|
|
3
|
-
.p-link {
|
|
4
|
-
color: $calendarHeaderTextColor;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
p-calendar {
|
|
10
|
-
& .p-inputtext {
|
|
11
|
-
margin-right: -1px;
|
|
12
|
-
border-top-right-radius: 0;
|
|
13
|
-
border-bottom-right-radius: 0;
|
|
14
|
-
border-right-color: transparent !important;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
& .p-datepicker-trigger {
|
|
18
|
-
border-top-left-radius: 0;
|
|
19
|
-
border-bottom-left-radius: 0;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
.mng-filter-lookup-dropdown {
|
|
2
|
-
.p-dropdown-items-wrapper {
|
|
3
|
-
max-width: 350px;
|
|
4
|
-
}
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.mng-dropdown-dialog {
|
|
8
|
-
position: relative;
|
|
9
|
-
|
|
10
|
-
.mng-dropdown-clear-icon {
|
|
11
|
-
position: absolute;
|
|
12
|
-
top: 50%;
|
|
13
|
-
margin-top: -0.5rem;
|
|
14
|
-
color: $textSecondaryColor;
|
|
15
|
-
right: calc(65px + 0.5rem);
|
|
16
|
-
cursor: pointer;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.p-button.mng-dropdown-dialog-search-button {
|
|
20
|
-
width: 65px;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.p-dropdown-panel {
|
|
25
|
-
.p-dropdown-item {
|
|
26
|
-
&.p-highlight {
|
|
27
|
-
&.p-focus {
|
|
28
|
-
background: $primaryColor;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
.p-fileupload {
|
|
2
|
-
.p-fileupload-buttonbar {
|
|
3
|
-
span.p-fileupload-choose {
|
|
4
|
-
width: auto;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
p-button button {
|
|
8
|
-
width: auto;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.p-fileupload-content {
|
|
13
|
-
padding: $panelHeaderPadding;
|
|
14
|
-
|
|
15
|
-
.dropdown-area {
|
|
16
|
-
height: 5rem;
|
|
17
|
-
display: flex;
|
|
18
|
-
border: dashed;
|
|
19
|
-
border-radius: 8px;
|
|
20
|
-
align-items: center;
|
|
21
|
-
justify-content: center;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
@import 'mng_mixins';
|
|
2
|
-
|
|
3
|
-
form {
|
|
4
|
-
.p-fileupload {
|
|
5
|
-
.p-fileupload-row > div:first-child {
|
|
6
|
-
flex-grow: 0;
|
|
7
|
-
flex-shrink: 0;
|
|
8
|
-
width: 50px;
|
|
9
|
-
padding: 0;
|
|
10
|
-
|
|
11
|
-
img {
|
|
12
|
-
max-width: 100%;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.p-fileupload-row .p-button {
|
|
17
|
-
@include scaledWidth($buttonIconOnlyWidth, $scaleSM);
|
|
18
|
-
@include scaledPadding($buttonIconOnlyPadding, $scaleSM);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
// This makes the border of input field orange. It is used for localized fields, where the translation is missing and default value is displayed.
|
|
23
|
-
.localized-input-border-orange {
|
|
24
|
-
input,
|
|
25
|
-
textarea {
|
|
26
|
-
border-color: $warningButtonBg;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
button[type='submit'].hidden {
|
|
31
|
-
display: none !important;
|
|
32
|
-
visibility: hidden !important;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.field.table {
|
|
36
|
-
.p-datatable {
|
|
37
|
-
.p-datatable-header {
|
|
38
|
-
border-top: none;
|
|
39
|
-
padding-left: 0;
|
|
40
|
-
padding-right: 0;
|
|
41
|
-
padding-top: 0;
|
|
42
|
-
padding-bottom: 0.25rem;
|
|
43
|
-
|
|
44
|
-
label.mng-datatable-form-label {
|
|
45
|
-
flex-basis: 100%;
|
|
46
|
-
color: var(--text-color);
|
|
47
|
-
font-size: 14px;
|
|
48
|
-
font-weight: normal;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.p-fieldset {
|
|
55
|
-
margin-bottom: 1rem;
|
|
56
|
-
|
|
57
|
-
.p-fieldset-content {
|
|
58
|
-
padding: 0.75rem 0 0 0;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.field-checkbox,
|
|
63
|
-
.field-radiobutton {
|
|
64
|
-
margin-bottom: 0.5rem;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.mng-image {
|
|
2
|
-
&.p-image-preview-container {
|
|
3
|
-
height: 150px;
|
|
4
|
-
|
|
5
|
-
img {
|
|
6
|
-
max-height: 100%;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
&.no-image {
|
|
10
|
-
width: 150px;
|
|
11
|
-
|
|
12
|
-
.p-image-preview-indicator {
|
|
13
|
-
background-color: $imagePreviewIndicatorBg;
|
|
14
|
-
height: 100%;
|
|
15
|
-
opacity: 1;
|
|
16
|
-
cursor: default;
|
|
17
|
-
display: flex;
|
|
18
|
-
align-items: center;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
|
|
21
|
-
.p-image-preview-icon {
|
|
22
|
-
font-size: 1.5rem;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|