@mediusinc/mng-commons 0.2.4 → 0.2.8
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/assets/i18n/en.json +5 -1
- package/assets/i18n/sl.json +6 -2
- package/esm2020/lib/api/models/builders/query-param.builder.mjs +1 -1
- package/esm2020/lib/api/models/filter-match-type.model.mjs +1 -1
- package/esm2020/lib/api/models/filter-param.model.mjs +16 -27
- package/esm2020/lib/api/models/mappers.mjs +7 -7
- package/esm2020/lib/api/models/query-mode.model.mjs +1 -1
- package/esm2020/lib/api/models/query-param.model.mjs +38 -37
- package/esm2020/lib/api/models/query-result.model.mjs +14 -13
- package/esm2020/lib/api/services/crud-api.abstract.service.mjs +28 -21
- package/esm2020/lib/api/utils/medius-rest.util.mjs +11 -7
- package/esm2020/lib/api/utils/object-serializer.util.mjs +23 -21
- package/esm2020/lib/components/action/action.component.mjs +10 -7
- package/esm2020/lib/components/action/dialog/action-dialog.component.mjs +16 -13
- package/esm2020/lib/components/action/models/action-confirmation-service.model.mjs +1 -1
- package/esm2020/lib/components/action/models/action-execution.model.mjs +1 -1
- package/esm2020/lib/components/action/route/action-route.component.mjs +8 -6
- package/esm2020/lib/components/form/autocomplete/autocomplete.component.mjs +16 -14
- package/esm2020/lib/components/form/dropdown/dropdown.component.mjs +16 -15
- package/esm2020/lib/components/form/editor/form-editor.component.mjs +21 -24
- package/esm2020/lib/components/form/formly/fields/formly-field-autocomplete/formly-field-autocomplete.component.mjs +3 -3
- package/esm2020/lib/components/form/formly/fields/formly-field-dropdown/formly-field-dropdown.component.mjs +3 -3
- package/esm2020/lib/components/form/formly/fields/formly-field-fieldset/formly-field-fieldset.component.mjs +4 -4
- package/esm2020/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.mjs +8 -4
- package/esm2020/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.mjs +13 -14
- package/esm2020/lib/components/form/formly/fields/formly-field-table-dialog-multiselect/formly-field-table-dialog-multiselect.component.mjs +12 -11
- package/esm2020/lib/components/form/formly/fields/formly-field-tabs/formly-field-tabs.component.mjs +4 -4
- package/esm2020/lib/components/form/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.mjs +1 -3
- package/esm2020/lib/components/form/formly/wrappers/formly-table-wrapper/formly-table-wrapper.component.mjs +1 -3
- package/esm2020/lib/components/form/models/form-editor.event.mjs +1 -1
- package/esm2020/lib/components/layout/breadcrumb.component.mjs +3 -3
- package/esm2020/lib/components/layout/footer.component.mjs +3 -3
- package/esm2020/lib/components/layout/main-layout.component.mjs +4 -4
- package/esm2020/lib/components/layout/menu-item.component.mjs +36 -34
- package/esm2020/lib/components/layout/menu.component.mjs +3 -3
- package/esm2020/lib/components/layout/services/main-layout.component.service.mjs +4 -1
- package/esm2020/lib/components/layout/topbar.component.mjs +5 -4
- package/esm2020/lib/components/tableview/index.mjs +2 -1
- package/esm2020/lib/components/tableview/models/table.event.mjs +1 -1
- package/esm2020/lib/components/tableview/route/tableview-route.abstract.component.mjs +4 -4
- package/esm2020/lib/components/tableview/route/tableview-route.component.mjs +33 -0
- package/esm2020/lib/components/tableview/services/tableview.component.service.mjs +9 -5
- package/esm2020/lib/components/tableview/table/column-filter/column-filter.component.mjs +23 -11
- package/esm2020/lib/components/tableview/table/column-value/column-value.component.mjs +1 -1
- package/esm2020/lib/components/tableview/table/table.component.mjs +27 -26
- package/esm2020/lib/components/tableview/tableview.component.mjs +11 -3
- package/esm2020/lib/config/formly.config.mjs +30 -22
- package/esm2020/lib/config/models/mng-config.model.mjs +1 -1
- package/esm2020/lib/data-providers/base.data-provider.mjs +1 -1
- package/esm2020/lib/data-providers/editor.data-provider.mjs +2 -2
- package/esm2020/lib/data-providers/lookup.data-provider.mjs +1 -1
- package/esm2020/lib/data-providers/tableview.data-provider.mjs +2 -2
- package/esm2020/lib/descriptors/action.descriptor.mjs +3 -5
- package/esm2020/lib/descriptors/editor.descriptor.mjs +21 -9
- package/esm2020/lib/descriptors/field.validator.mjs +1 -1
- package/esm2020/lib/descriptors/lookup.descriptor.mjs +1 -1
- package/esm2020/lib/descriptors/model.descriptor.mjs +3 -3
- package/esm2020/lib/descriptors/table.descriptor.mjs +28 -2
- package/esm2020/lib/descriptors/tableview.descriptor.mjs +2 -2
- package/esm2020/lib/directives/component.directive.mjs +2 -2
- package/esm2020/lib/directives/template.directive.mjs +2 -3
- package/esm2020/lib/mng-commons.module.mjs +33 -41
- package/esm2020/lib/models/index.mjs +1 -2
- package/esm2020/lib/models/user.model.mjs +1 -1
- package/esm2020/lib/pipes/boolean.pipe.mjs +1 -1
- package/esm2020/lib/pipes/property-path.pipe.mjs +1 -1
- package/esm2020/lib/router/index.mjs +2 -0
- package/esm2020/lib/router/models/index.mjs +2 -0
- package/esm2020/lib/router/models/router.model.mjs +2 -0
- package/esm2020/lib/router/route-builder.mjs +293 -0
- package/esm2020/lib/services/action.service.mjs +19 -15
- package/esm2020/lib/services/commons.service.mjs +28 -36
- package/esm2020/lib/services/configuration.service.mjs +3 -4
- package/esm2020/lib/services/navigation.service.mjs +2 -2
- package/esm2020/lib/services/providers/config-service.provider.mjs +2 -2
- package/esm2020/lib/services/providers/formly-config.provider.mjs +1 -1
- package/esm2020/lib/services/tokens/browser-storage.token.mjs +1 -1
- package/esm2020/lib/types/type.decorator.mjs +1 -1
- package/esm2020/lib/types/type.model.mjs +1 -1
- package/esm2020/lib/utils/editor-formly.util.mjs +7 -21
- package/esm2020/lib/utils/i18n.util.mjs +2 -2
- package/esm2020/lib/utils/model.util.mjs +1 -1
- package/esm2020/lib/utils/route.util.mjs +24 -0
- package/esm2020/lib/utils/toast.util.mjs +3 -2
- package/esm2020/lib/utils/type.util.mjs +2 -1
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/mediusinc-mng-commons.mjs +3409 -2999
- package/fesm2015/mediusinc-mng-commons.mjs.map +1 -1
- package/fesm2020/mediusinc-mng-commons.mjs +3395 -2984
- package/fesm2020/mediusinc-mng-commons.mjs.map +1 -1
- package/lib/api/models/filter-param.model.d.ts +1 -1
- package/lib/api/services/crud-api.abstract.service.d.ts +6 -6
- package/lib/api/utils/medius-rest.util.d.ts +1 -1
- package/lib/api/utils/object-serializer.util.d.ts +5 -5
- package/lib/components/action/action.component.d.ts +3 -3
- package/lib/components/action/dialog/action-dialog.component.d.ts +9 -8
- package/lib/components/action/models/action-execution.model.d.ts +1 -1
- package/lib/components/action/route/action-route.component.d.ts +2 -2
- package/lib/components/form/autocomplete/autocomplete.component.d.ts +4 -3
- package/lib/components/form/dropdown/dropdown.component.d.ts +4 -3
- package/lib/components/form/editor/form-editor.component.d.ts +7 -6
- package/lib/components/form/formly/fields/formly-field-autocomplete/formly-field-autocomplete.component.d.ts +2 -1
- package/lib/components/form/formly/fields/formly-field-dropdown/formly-field-dropdown.component.d.ts +2 -1
- package/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.d.ts +1 -1
- package/lib/components/form/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.d.ts +1 -3
- package/lib/components/form/formly/wrappers/formly-table-wrapper/formly-table-wrapper.component.d.ts +1 -3
- package/lib/components/layout/main-layout.component.d.ts +3 -3
- package/lib/components/layout/menu-item.component.d.ts +7 -7
- package/lib/components/layout/services/main-layout.component.service.d.ts +1 -1
- package/lib/components/layout/topbar.component.d.ts +4 -4
- package/lib/components/tableview/index.d.ts +1 -0
- package/lib/components/tableview/route/tableview-route.abstract.component.d.ts +4 -3
- package/lib/components/tableview/route/tableview-route.component.d.ts +15 -0
- package/lib/components/tableview/services/tableview.component.service.d.ts +3 -2
- package/lib/components/tableview/table/column-filter/column-filter.component.d.ts +5 -0
- package/lib/components/tableview/table/table.component.d.ts +21 -19
- package/lib/components/tableview/tableview.component.d.ts +6 -4
- package/lib/config/formly.config.d.ts +2 -1
- package/lib/descriptors/action.descriptor.d.ts +2 -2
- package/lib/descriptors/editor.descriptor.d.ts +9 -7
- package/lib/descriptors/lookup.descriptor.d.ts +1 -1
- package/lib/descriptors/table.descriptor.d.ts +24 -4
- package/lib/descriptors/tableview.descriptor.d.ts +1 -1
- package/lib/mng-commons.module.d.ts +46 -44
- package/lib/models/index.d.ts +0 -1
- package/lib/router/index.d.ts +1 -0
- package/lib/router/models/index.d.ts +1 -0
- package/lib/router/models/router.model.d.ts +22 -0
- package/lib/router/route-builder.d.ts +66 -0
- package/lib/services/action.service.d.ts +3 -3
- package/lib/services/commons.service.d.ts +6 -6
- package/lib/services/navigation.service.d.ts +1 -1
- package/lib/services/providers/formly-config.provider.d.ts +1 -1
- package/lib/utils/editor-formly.util.d.ts +1 -1
- package/lib/utils/model.util.d.ts +1 -1
- package/lib/utils/route.util.d.ts +4 -0
- package/lib/utils/toast.util.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/scss/common/layout/_breadcrumb.scss +6 -6
- package/scss/common/layout/_config.scss +7 -8
- package/scss/common/layout/_exception.scss +13 -12
- package/scss/common/layout/_footer.scss +3 -3
- package/scss/common/layout/_help.scss +8 -9
- package/scss/common/layout/_inlinemenu.scss +3 -3
- package/scss/common/layout/_invoice.scss +16 -16
- package/scss/common/layout/_landing.scss +57 -60
- package/scss/common/layout/_loader.scss +0 -1
- package/scss/common/layout/_login.scss +3 -4
- package/scss/common/layout/_main.scss +3 -3
- package/scss/common/layout/_mixins.scss +28 -20
- package/scss/common/layout/_rightmenu.scss +5 -5
- package/scss/common/layout/_topbar.scss +7 -5
- package/scss/common/layout/_typography.scss +11 -6
- package/scss/common/layout/_utils.scss +1 -1
- package/scss/common/layout/_widgets.scss +20 -19
- package/scss/common/layout/menu/_menu_common.scss +6 -6
- package/scss/common/layout/menu/_menu_overlay.scss +1 -1
- package/scss/common/layout/menu/_menu_sidebar.scss +6 -5
- package/scss/common/layout/menu/_menu_slim.scss +2 -3
- package/scss/common/layout/menu/_menu_static.scss +1 -1
- package/scss/common/layout/menu/_menu_theme.scss +2 -3
- package/scss/common/theme/designer/_colors.scss +11 -12
- package/scss/common/theme/designer/_common.scss +4 -3
- package/scss/common/theme/designer/_mixins.scss +56 -56
- package/scss/common/theme/designer/components/button/_button.scss +32 -20
- package/scss/common/theme/designer/components/button/_speeddial.scss +1 -1
- package/scss/common/theme/designer/components/button/_splitbutton.scss +2 -1
- package/scss/common/theme/designer/components/data/_carousel.scss +1 -1
- package/scss/common/theme/designer/components/data/_datatable.scss +5 -5
- package/scss/common/theme/designer/components/data/_filter.scss +2 -3
- package/scss/common/theme/designer/components/data/_fullcalendar.scss +10 -10
- package/scss/common/theme/designer/components/data/_orderlist.scss +2 -2
- package/scss/common/theme/designer/components/data/_paginator.scss +1 -1
- package/scss/common/theme/designer/components/data/_picklist.scss +1 -1
- package/scss/common/theme/designer/components/data/_timeline.scss +3 -6
- package/scss/common/theme/designer/components/data/_tree.scss +2 -2
- package/scss/common/theme/designer/components/data/_treetable.scss +2 -3
- package/scss/common/theme/designer/components/input/_autocomplete.scss +8 -8
- package/scss/common/theme/designer/components/input/_calendar.scss +6 -6
- package/scss/common/theme/designer/components/input/_cascadeselect.scss +1 -1
- package/scss/common/theme/designer/components/input/_checkbox.scss +4 -4
- package/scss/common/theme/designer/components/input/_chips.scss +4 -4
- package/scss/common/theme/designer/components/input/_colorpicker.scss +2 -2
- package/scss/common/theme/designer/components/input/_dropdown.scss +2 -2
- package/scss/common/theme/designer/components/input/_editor.scss +7 -7
- package/scss/common/theme/designer/components/input/_inputgroup.scss +1 -1
- package/scss/common/theme/designer/components/input/_inputmask.scss +1 -1
- package/scss/common/theme/designer/components/input/_inputnumber.scss +1 -1
- package/scss/common/theme/designer/components/input/_inputswitch.scss +2 -2
- package/scss/common/theme/designer/components/input/_inputtext.scss +3 -3
- package/scss/common/theme/designer/components/input/_listbox.scss +1 -1
- package/scss/common/theme/designer/components/input/_multiselect.scss +5 -6
- package/scss/common/theme/designer/components/input/_radiobutton.scss +2 -2
- package/scss/common/theme/designer/components/input/_rating.scss +1 -1
- package/scss/common/theme/designer/components/input/_selectbutton.scss +1 -1
- package/scss/common/theme/designer/components/input/_togglebutton.scss +1 -1
- package/scss/common/theme/designer/components/input/_treeselect.scss +2 -2
- package/scss/common/theme/designer/components/menu/_contextmenu.scss +3 -2
- package/scss/common/theme/designer/components/menu/_dock.scss +4 -4
- package/scss/common/theme/designer/components/menu/_megamenu.scss +10 -9
- package/scss/common/theme/designer/components/menu/_menu.scss +2 -2
- package/scss/common/theme/designer/components/menu/_menubar.scss +12 -11
- package/scss/common/theme/designer/components/menu/_panelmenu.scss +1 -2
- package/scss/common/theme/designer/components/menu/_slidemenu.scss +3 -2
- package/scss/common/theme/designer/components/menu/_steps.scss +1 -2
- package/scss/common/theme/designer/components/menu/_tieredmenu.scss +3 -2
- package/scss/common/theme/designer/components/messages/_message.scss +1 -1
- package/scss/common/theme/designer/components/messages/_toast.scss +1 -2
- package/scss/common/theme/designer/components/misc/_avatar.scss +1 -1
- package/scss/common/theme/designer/components/misc/_badge.scss +1 -1
- package/scss/common/theme/designer/components/misc/_blockui.scss +1 -1
- package/scss/common/theme/designer/components/misc/_chip.scss +2 -2
- package/scss/common/theme/designer/components/misc/_inplace.scss +0 -1
- package/scss/common/theme/designer/components/misc/_scrolltop.scss +1 -1
- package/scss/common/theme/designer/components/misc/_skeleton.scss +1 -1
- package/scss/common/theme/designer/components/misc/_tag.scss +1 -1
- package/scss/common/theme/designer/components/misc/_terminal.scss +8 -8
- package/scss/common/theme/designer/components/multimedia/_galleria.scss +1 -1
- package/scss/common/theme/designer/components/overlay/_confirmpopup.scss +2 -4
- package/scss/common/theme/designer/components/overlay/_dialog.scss +3 -3
- package/scss/common/theme/designer/components/overlay/_overlaypanel.scss +2 -4
- package/scss/common/theme/designer/components/panel/_accordion.scss +2 -2
- package/scss/common/theme/designer/components/panel/_divider.scss +1 -1
- package/scss/common/theme/designer/components/panel/_scrollpanel.scss +1 -1
- package/scss/common/theme/designer/components/panel/_splitter.scss +1 -1
- package/scss/common/theme/extensions/_button.scss +18 -6
- package/scss/common/theme/extensions/_orderlist.scss +0 -1
- package/scss/common/theme/extensions/_picklist.scss +0 -1
- package/scss/common/theme/extensions/_tree.scss +0 -1
- package/scss/common/variables/layout/_common.scss +9 -9
- package/scss/common/variables/layout/_layout_dark.scss +12 -12
- package/scss/common/variables/layout/_layout_light.scss +13 -13
- package/scss/common/variables/theme/_theme_dark.scss +76 -76
- package/scss/common/variables/theme/_theme_light.scss +80 -80
- package/scss/layout/default/_mng-variables-layout-dark.scss +1 -1
- package/scss/mng-commons-dark.scss +2 -2
- package/scss/mng-commons-light.scss +2 -2
- package/scss/mng-overrides/_layout_dialog.scss +4 -3
- package/scss/mng-overrides/_layout_forms.scss +1 -1
- package/scss/mng-overrides/_layout_radio.scss +1 -1
- package/scss/mng-overrides/_theme_datepicker.scss +7 -0
- package/scss/mng-overrides/_theme_dialog.scss +0 -1
- package/scss/mng-overrides/_theme_dropdown.scss +0 -1
- package/scss/mng-overrides/_theme_styles.scss +1 -0
- package/scss/mng-overrides/_theme_tableview.scss +6 -6
- package/scss/theme/default/_mng-variables-theme-dark.scss +2 -1
- package/scss/theme/default/_mng-variables-theme-light.scss +2 -1
- package/esm2020/lib/models/router.model.mjs +0 -2
- package/lib/models/router.model.d.ts +0 -14
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
.p-terminal {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
background: $panelContentBg;
|
|
3
|
+
color: $panelContentTextColor;
|
|
4
|
+
border: $panelContentBorder;
|
|
5
|
+
padding: $panelContentPadding;
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
.p-terminal-input {
|
|
8
|
+
font-size: $fontSize;
|
|
9
|
+
font-family: $fontFamily;
|
|
10
|
+
}
|
|
11
11
|
}
|
|
@@ -35,8 +35,7 @@
|
|
|
35
35
|
@if (nth($overlayContentBorder, 2) == 'none') {
|
|
36
36
|
border-color: rgba($overlayContentBg, 0);
|
|
37
37
|
border-bottom-color: $overlayContentBg;
|
|
38
|
-
}
|
|
39
|
-
@else {
|
|
38
|
+
} @else {
|
|
40
39
|
border-color: rgba(nth($overlayContentBorder, 3), 0);
|
|
41
40
|
border-bottom-color: nth($overlayContentBorder, 3);
|
|
42
41
|
}
|
|
@@ -50,8 +49,7 @@
|
|
|
50
49
|
&:before {
|
|
51
50
|
@if (nth($overlayContentBorder, 2) == 'none') {
|
|
52
51
|
border-top-color: $overlayContentBg;
|
|
53
|
-
}
|
|
54
|
-
@else {
|
|
52
|
+
} @else {
|
|
55
53
|
border-top-color: nth($overlayContentBorder, 3);
|
|
56
54
|
}
|
|
57
55
|
}
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
.p-dialog-header-icon {
|
|
20
20
|
@include action-icon();
|
|
21
21
|
margin-right: $inlineSpacing;
|
|
22
|
-
|
|
22
|
+
|
|
23
23
|
&:last-child {
|
|
24
24
|
margin-right: 0;
|
|
25
|
-
}
|
|
25
|
+
}
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.p-dialog-footer {
|
|
36
|
-
border-top:
|
|
36
|
+
border-top: $dialogFooterBorder;
|
|
37
37
|
background: $overlayContentBg;
|
|
38
38
|
color: $panelFooterTextColor;
|
|
39
39
|
padding: $dialogFooterPadding;
|
|
@@ -38,8 +38,7 @@
|
|
|
38
38
|
@if (nth($overlayContentBorder, 2) == 'none') {
|
|
39
39
|
border-color: rgba($overlayContentBg, 0);
|
|
40
40
|
border-bottom-color: $overlayContentBg;
|
|
41
|
-
}
|
|
42
|
-
@else {
|
|
41
|
+
} @else {
|
|
43
42
|
border-color: rgba(nth($overlayContentBorder, 3), 0);
|
|
44
43
|
border-bottom-color: nth($overlayContentBorder, 3);
|
|
45
44
|
}
|
|
@@ -53,8 +52,7 @@
|
|
|
53
52
|
&:before {
|
|
54
53
|
@if (nth($overlayContentBorder, 2) == 'none') {
|
|
55
54
|
border-top-color: $overlayContentBg;
|
|
56
|
-
}
|
|
57
|
-
@else {
|
|
55
|
+
} @else {
|
|
58
56
|
border-top-color: nth($overlayContentBorder, 3);
|
|
59
57
|
}
|
|
60
58
|
}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
.p-accordion-tab {
|
|
66
66
|
margin-bottom: $accordionSpacing;
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
|
|
69
69
|
@if $accordionSpacing == 0 {
|
|
70
70
|
.p-accordion-header {
|
|
71
71
|
.p-accordion-header-link {
|
|
@@ -114,6 +114,6 @@
|
|
|
114
114
|
border-bottom-left-radius: $borderRadius;
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
|
-
}
|
|
117
|
+
}
|
|
118
118
|
}
|
|
119
119
|
}
|
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
box-shadow: $selectbuttonShadow;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.p-button.p-button-secondary,
|
|
10
|
+
.p-button.p-button-secondary,
|
|
11
|
+
.p-buttonset.p-button-secondary > .p-button,
|
|
12
|
+
.p-splitbutton.p-button-secondary > .p-button {
|
|
11
13
|
box-shadow: $secondaryButtonShadow;
|
|
12
14
|
|
|
13
15
|
&.p-button-outlined {
|
|
@@ -38,7 +40,9 @@
|
|
|
38
40
|
}
|
|
39
41
|
}
|
|
40
42
|
|
|
41
|
-
.p-button.p-button-info,
|
|
43
|
+
.p-button.p-button-info,
|
|
44
|
+
.p-buttonset.p-button-info > .p-button,
|
|
45
|
+
.p-splitbutton.p-button-info > .p-button {
|
|
42
46
|
box-shadow: $infoButtonShadow;
|
|
43
47
|
|
|
44
48
|
&.p-button-outlined {
|
|
@@ -50,7 +54,9 @@
|
|
|
50
54
|
}
|
|
51
55
|
}
|
|
52
56
|
|
|
53
|
-
.p-button.p-button-success,
|
|
57
|
+
.p-button.p-button-success,
|
|
58
|
+
.p-buttonset.p-button-success > .p-button,
|
|
59
|
+
.p-splitbutton.p-button-success > .p-button {
|
|
54
60
|
box-shadow: $successButtonShadow;
|
|
55
61
|
|
|
56
62
|
&.p-button-outlined {
|
|
@@ -62,7 +68,9 @@
|
|
|
62
68
|
}
|
|
63
69
|
}
|
|
64
70
|
|
|
65
|
-
.p-button.p-button-warning,
|
|
71
|
+
.p-button.p-button-warning,
|
|
72
|
+
.p-buttonset.p-button-warning > .p-button,
|
|
73
|
+
.p-splitbutton.p-button-warning > .p-button {
|
|
66
74
|
box-shadow: $warningButtonShadow;
|
|
67
75
|
|
|
68
76
|
&.p-button-outlined {
|
|
@@ -74,7 +82,9 @@
|
|
|
74
82
|
}
|
|
75
83
|
}
|
|
76
84
|
|
|
77
|
-
.p-button.p-button-help,
|
|
85
|
+
.p-button.p-button-help,
|
|
86
|
+
.p-buttonset.p-button-help > .p-button,
|
|
87
|
+
.p-splitbutton.p-button-help > .p-button {
|
|
78
88
|
box-shadow: $helpButtonShadow;
|
|
79
89
|
|
|
80
90
|
&.p-button-outlined {
|
|
@@ -86,7 +96,9 @@
|
|
|
86
96
|
}
|
|
87
97
|
}
|
|
88
98
|
|
|
89
|
-
.p-button.p-button-danger,
|
|
99
|
+
.p-button.p-button-danger,
|
|
100
|
+
.p-buttonset.p-button-danger > .p-button,
|
|
101
|
+
.p-splitbutton.p-button-danger > .p-button {
|
|
90
102
|
box-shadow: $dangerButtonShadow;
|
|
91
103
|
|
|
92
104
|
&.p-button-outlined {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
//general
|
|
2
|
-
$fontSize:14px !default;
|
|
3
|
-
$fontFamily
|
|
4
|
-
$transitionDuration
|
|
5
|
-
$animationDuration
|
|
6
|
-
$animationTimingFunction:cubic-bezier(.05
|
|
7
|
-
$letterSpacing:normal !default;
|
|
8
|
-
$borderRadius:8px !default;
|
|
9
|
-
$tabletBreakpoint:991px !default;
|
|
10
|
-
$phoneBreakpoint:576px !default;
|
|
2
|
+
$fontSize: 14px !default;
|
|
3
|
+
$fontFamily: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
|
|
4
|
+
$transitionDuration: 0.2s !default;
|
|
5
|
+
$animationDuration: 0.4s !default;
|
|
6
|
+
$animationTimingFunction: cubic-bezier(0.05, 0.74, 0.2, 0.99) !default;
|
|
7
|
+
$letterSpacing: normal !default;
|
|
8
|
+
$borderRadius: 8px !default;
|
|
9
|
+
$tabletBreakpoint: 991px !default;
|
|
10
|
+
$phoneBreakpoint: 576px !default;
|
|
11
11
|
|
|
12
12
|
$baseHref: './~/' !default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
@import './_common';
|
|
2
2
|
|
|
3
|
-
$bodyBg: linear-gradient(180deg, #
|
|
4
|
-
$bodyImage:
|
|
3
|
+
$bodyBg: linear-gradient(180deg, #2e323f 0%, #0a061a 100%) !default;
|
|
4
|
+
$bodyImage: url('#{$baseHref}assets/images/mng/effect-ondark.png') !default;
|
|
5
5
|
$textColor: #ffffff !default;
|
|
6
|
-
$textSecondaryColor: #
|
|
7
|
-
$textThirdColor: #
|
|
8
|
-
$dividerColor:rgba(255, 255, 255, 0.15) !default;
|
|
6
|
+
$textSecondaryColor: #c8ccd8 !default;
|
|
7
|
+
$textThirdColor: #868c9b !default;
|
|
8
|
+
$dividerColor: rgba(255, 255, 255, 0.15) !default;
|
|
9
9
|
|
|
10
10
|
//loader
|
|
11
|
-
$loaderPathColor
|
|
11
|
+
$loaderPathColor: #ececf9 !default;
|
|
12
12
|
|
|
13
13
|
//card
|
|
14
14
|
$cardBg: rgba(255, 255, 255, 0.05) !default;
|
|
@@ -20,14 +20,14 @@ $topbarTextHoverColor: $textColor !default;
|
|
|
20
20
|
$topbarIconBg: rgba(255, 255, 255, 0.05) !default;
|
|
21
21
|
$topbarIconHoverBg: rgba(255, 255, 255, 0.1) !default;
|
|
22
22
|
|
|
23
|
-
$topbarSubmenuBg:linear-gradient(180deg, #
|
|
23
|
+
$topbarSubmenuBg: linear-gradient(180deg, #2e323f 0%, #0a061a 100%) !default;
|
|
24
24
|
$topbarSubmenuItemHoverBgColor: rgba(255, 255, 255, 0.05) !default;
|
|
25
25
|
|
|
26
26
|
//menu
|
|
27
27
|
$menuWidth: 21rem !default;
|
|
28
28
|
$slimMenuWidth: 5.857rem !default;
|
|
29
29
|
$sidebarInactiveMenuWidth: 6.571em !default;
|
|
30
|
-
$menuBg: linear-gradient(180deg, #
|
|
30
|
+
$menuBg: linear-gradient(180deg, #2e323f 0%, #0a061a 100%) !default;
|
|
31
31
|
$menuIconBg: rgba(255, 255, 255, 0.05) !default;
|
|
32
32
|
$menuIconHoverBg: rgba(255, 255, 255, 0.1) !default;
|
|
33
33
|
$menuIconTextColor: $textSecondaryColor !default;
|
|
@@ -54,11 +54,11 @@ $slimActiveRootMenuItemTextColor: $primaryTextColor !default;
|
|
|
54
54
|
$slimMenuItemTextColor: $textColor !default;
|
|
55
55
|
|
|
56
56
|
//inline menu
|
|
57
|
-
$inlineMenuImageHoverBorderColor: #
|
|
57
|
+
$inlineMenuImageHoverBorderColor: #868c9b !default;
|
|
58
58
|
|
|
59
59
|
//rightmenu
|
|
60
60
|
$rightMenuWidth: 24.571rem !default;
|
|
61
|
-
$rightMenuBg: linear-gradient(180deg, #
|
|
61
|
+
$rightMenuBg: linear-gradient(180deg, #2e323f 0%, #0a061a 100%) !default;
|
|
62
62
|
$rightMenuButtonBg: rgba(255, 255, 255, 0.05) !default;
|
|
63
63
|
$rightMenuListItemBg: rgba(255, 255, 255, 0.05) !default;
|
|
64
64
|
|
|
@@ -67,5 +67,5 @@ $progressBarBg: rgba(255, 255, 255, 0.1) !default;
|
|
|
67
67
|
|
|
68
68
|
//pages
|
|
69
69
|
$helpHeaderBg: linear-gradient(179.2deg, rgba(15, 139, 253, 0.2) 0.69%, rgba(15, 139, 253, 0) 108.44%), rgba(255, 255, 255, 0.05) !default;
|
|
70
|
-
$helpHeaderImage:
|
|
71
|
-
$exceptionPagesImage: url(
|
|
70
|
+
$helpHeaderImage: url('#{$baseHref}assets/images/mng/effect-ondark.svg') !default;
|
|
71
|
+
$exceptionPagesImage: url('#{$baseHref}assets/images/mng/pages/exception-ondark.png') !default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
@import './_common';
|
|
2
2
|
|
|
3
|
-
$bodyBg: linear-gradient(180deg, #
|
|
4
|
-
$bodyImage:
|
|
5
|
-
$textColor
|
|
6
|
-
$textSecondaryColor
|
|
7
|
-
$textThirdColor: #
|
|
8
|
-
$dividerColor:rgba(68, 72, 109, 0.2) !default;
|
|
3
|
+
$bodyBg: linear-gradient(180deg, #f6f9fc 0%, #ececf9 100%) !default;
|
|
4
|
+
$bodyImage: url('#{$baseHref}assets/images/mng/effect-onlight.png') !default;
|
|
5
|
+
$textColor: #44486d !default;
|
|
6
|
+
$textSecondaryColor: #676b89 !default;
|
|
7
|
+
$textThirdColor: #8a8ea6 !default;
|
|
8
|
+
$dividerColor: rgba(68, 72, 109, 0.2) !default;
|
|
9
9
|
|
|
10
10
|
//loader
|
|
11
|
-
$loaderPathColor
|
|
11
|
+
$loaderPathColor: #0a061a !default;
|
|
12
12
|
|
|
13
13
|
//card
|
|
14
14
|
$cardBg: rgba(255, 255, 255, 0.9) !default;
|
|
@@ -20,14 +20,14 @@ $topbarTextHoverColor: $textColor !default;
|
|
|
20
20
|
$topbarIconBg: rgba(68, 72, 109, 0.07) !default;
|
|
21
21
|
$topbarIconHoverBg: rgba(68, 72, 109, 0.12) !default;
|
|
22
22
|
|
|
23
|
-
$topbarSubmenuBg: linear-gradient(180deg, #
|
|
23
|
+
$topbarSubmenuBg: linear-gradient(180deg, #f6f9fc 0%, #ececf9 100%) !default;
|
|
24
24
|
$topbarSubmenuItemHoverBgColor: rgba(68, 72, 109, 0.07) !default;
|
|
25
25
|
|
|
26
26
|
//menu
|
|
27
27
|
$menuWidth: 21rem !default;
|
|
28
28
|
$slimMenuWidth: 5.857rem !default;
|
|
29
29
|
$sidebarInactiveMenuWidth: 6.571rem !default;
|
|
30
|
-
$menuBg: linear-gradient(180deg, #
|
|
30
|
+
$menuBg: linear-gradient(180deg, #f6f9fc 0%, #ececf9 100%) !default;
|
|
31
31
|
$menuIconBg: rgba(68, 72, 109, 0.07) !default;
|
|
32
32
|
$menuIconHoverBg: rgba(68, 72, 109, 0.12) !default;
|
|
33
33
|
$menuIconTextColor: $textSecondaryColor !default;
|
|
@@ -54,11 +54,11 @@ $slimActiveRootMenuItemTextColor: $primaryTextColor !default;
|
|
|
54
54
|
$slimMenuItemTextColor: $textColor !default;
|
|
55
55
|
|
|
56
56
|
//inline menu
|
|
57
|
-
$inlineMenuImageHoverBorderColor: #
|
|
57
|
+
$inlineMenuImageHoverBorderColor: #8a8ea6 !default;
|
|
58
58
|
|
|
59
59
|
//rightmenu
|
|
60
60
|
$rightMenuWidth: 24.571rem !default;
|
|
61
|
-
$rightMenuBg: linear-gradient(180deg, #
|
|
61
|
+
$rightMenuBg: linear-gradient(180deg, #f6f9fc 0%, #ececf9 100%) !default;
|
|
62
62
|
$rightMenuButtonBg: rgba(68, 72, 109, 0.07) !default;
|
|
63
63
|
$rightMenuListItemBg: rgba(68, 72, 109, 0.07) !default;
|
|
64
64
|
|
|
@@ -67,5 +67,5 @@ $progressBarBg: rgba(68, 72, 109, 0.12) !default;
|
|
|
67
67
|
|
|
68
68
|
//pages
|
|
69
69
|
$helpHeaderBg: linear-gradient(179.2deg, rgba(15, 139, 253, 0.15) 0.69%, rgba(15, 139, 253, 0) 108.44%), rgba(255, 255, 255, 0.9) !default;
|
|
70
|
-
$helpHeaderImage:
|
|
71
|
-
$exceptionPagesImage: url(
|
|
70
|
+
$helpHeaderImage: url('#{$baseHref}assets/images/mng/effect-onlight.svg') !default;
|
|
71
|
+
$exceptionPagesImage: url('#{$baseHref}assets/images/mng/pages/exception-onlight.png') !default;
|