diff --git a/src/assets/xdce-module-widget-fideuram/styles/_widget-fideuram_ui.styles.scss b/src/assets/xdce-module-widget-fideuram/styles/_widget-fideuram_ui.styles.scss
index 5094276..4365cda 100644
--- a/src/assets/xdce-module-widget-fideuram/styles/_widget-fideuram_ui.styles.scss
+++ b/src/assets/xdce-module-widget-fideuram/styles/_widget-fideuram_ui.styles.scss
@@ -10,7 +10,8 @@ $btn-map: (
secondary-bg-color: map-get($white-palette, 100),
secondary-border-color: map-get($orange-palette, 100),
secondary-color: map-get($orange-palette, 100),
- secondary-bg-color-h: map-get($gray-palette, 100),
+ secondary-bg-color-h: map-get($orange-palette, 100),
+ secondary-color-h: map-get($white-palette, 100),
);
$checkbox-map: (
@@ -82,10 +83,10 @@ body {
@include isp-button-colors("secondary",
map-get($btn-map, "secondary-bg-color"), map-get($btn-map, "secondary-border-color"), map-get($btn-map, "secondary-color"),
- map-get($btn-map, "secondary-bg-color-h"), map-get($btn-map, "secondary-border-color"), map-get($btn-map, "secondary-color"),
- map-get($btn-map, "secondary-bg-color-h"), map-get($btn-map, "secondary-border-color"), map-get($btn-map, "secondary-color"),
+ map-get($btn-map, "secondary-bg-color-h"), map-get($btn-map, "secondary-border-color"), map-get($btn-map, "secondary-color-h"),
+ map-get($btn-map, "secondary-bg-color-h"), map-get($btn-map, "secondary-border-color"), map-get($btn-map, "secondary-color-h"),
map-get($btn-map, "secondary-bg-color"), map-get($btn-map, "secondary-border-color"), map-get($btn-map, "secondary-color"),
- map-get($btn-map, "secondary-bg-color-h"), map-get($btn-map, "secondary-border-color"), map-get($btn-map, "secondary-color"), );
+ map-get($btn-map, "secondary-bg-color-h"), map-get($btn-map, "secondary-border-color"), map-get($btn-map, "secondary-color-h"), );
}
nbp-button {
@@ -254,7 +255,7 @@ body {
nbp-modal .isp-corporate-mode-wrapper {
.isp-modal-close {
- color: map-get($blue-palette, 100);
+ color: map-get($orange-palette, 100);
}
.isp-modal-container {
diff --git a/src/assets/xdce-module-widget-fideuram/styles/style.scss b/src/assets/xdce-module-widget-fideuram/styles/style.scss
index 2944af7..0d35f87 100644
--- a/src/assets/xdce-module-widget-fideuram/styles/style.scss
+++ b/src/assets/xdce-module-widget-fideuram/styles/style.scss
@@ -43,6 +43,7 @@ body {
outline: none !important;
-o-transition: all 0.1s;
transition: all 0.1s;
+ border-radius: 0.20rem !important;
}
}
@@ -221,6 +222,15 @@ body {
.isp-modal-close {
padding: 14px;
+
+ .isp-font-comuni-chiudi::before {
+ content: $fa-var-times;
+ font: 14px / 1 FontAwesome !important;
+ }
+ span {
+ position: relative;
+ z-index: 1000;
+ }
}
.cursor-pointer {
@@ -229,6 +239,7 @@ body {
.isp-modal-content {
padding: unset;
+ max-height: 94vh !important;
&>div:nth-child(2) {
&>* {
@@ -1180,6 +1191,10 @@ body {
}
}
+rpl-calendar-noa11y.isp-corporate-mode-wrapper.invisible {
+ position: fixed;
+}
+
.ag-theme-balham {
.ag-header-cell::after,
diff --git a/src/index.ts b/src/index.ts
index 08f543a..e1ee4e3 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -53,6 +53,7 @@ export { DATE_STRING_FORMAT, formatDate, formatNumber, setSpinnerMessage, clearS
NbpModule,
AgGridModule,
FormsModule,
+ ReactiveFormsModule,
],
declarations: [
NbpBreadCrumbsComponent,
diff --git a/src/widgetfideuram/components/nbp-fid-calendar-generic/nbp-fid-calendar-generic-page.html b/src/widgetfideuram/components/nbp-fid-calendar-generic/nbp-fid-calendar-generic-page.html
deleted file mode 100644
index e8d104d..0000000
--- a/src/widgetfideuram/components/nbp-fid-calendar-generic/nbp-fid-calendar-generic-page.html
+++ /dev/null
@@ -1,583 +0,0 @@
-
-
-
-
-
-
-
- Datepicker Multi-Livello
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/widgetfideuram/components/nbp-fid-combo/nbp-fid-combo.component.html b/src/widgetfideuram/components/nbp-fid-combo/nbp-fid-combo.component.html
index 5480ab7..ac1eea2 100644
--- a/src/widgetfideuram/components/nbp-fid-combo/nbp-fid-combo.component.html
+++ b/src/widgetfideuram/components/nbp-fid-combo/nbp-fid-combo.component.html
@@ -1,9 +1,18 @@
-