@provoly/dashboard 0.20.3 → 0.20.5
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/metadata-editor/style/_o-metadata-editor.scss +0 -5
- package/dataset/components/dataset-detail/dataset-detail.component.d.ts +2 -1
- package/dataset/i18n/en.translations.d.ts +2 -1
- package/dataset/i18n/fr.translations.d.ts +2 -1
- package/dataset/style/_o-pry-dataset-card.scss +4 -37
- package/dataset/style/_o-pry-dataset-detail.scss +2 -53
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +15 -10
- package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +3 -3
- package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +3 -3
- package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +3 -3
- package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +3 -3
- package/esm2022/components/metadata-editor/metadata-editor.component.mjs +3 -3
- package/esm2022/components/metadata-editor/style/css.component.mjs +2 -2
- package/esm2022/components/scheme-picker/scheme-picker.component.mjs +3 -3
- package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +5 -5
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +20 -5
- package/esm2022/dataset/i18n/en.translations.mjs +3 -2
- package/esm2022/dataset/i18n/fr.translations.mjs +4 -3
- package/esm2022/dataset/style/css.component.mjs +2 -2
- package/esm2022/filters/autocomplete/autocomplete.component.mjs +19 -6
- package/esm2022/filters/autocomplete/autocomplete.module.mjs +5 -5
- package/esm2022/filters/autocomplete/style/css.component.mjs +2 -2
- package/esm2022/filters/list/list-filter.component.mjs +1 -1
- package/esm2022/import/components/import.component.mjs +3 -3
- package/esm2022/lib/core/components/about/about.component.mjs +3 -3
- package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +3 -3
- package/esm2022/lib/core/components/ellipsis.directive.mjs +31 -0
- package/esm2022/lib/core/components/select/select.component.mjs +193 -39
- package/esm2022/lib/core/components/select/select.module.mjs +4 -5
- package/esm2022/lib/core/components/share/share.component.mjs +3 -3
- package/esm2022/lib/core/components/translate-id/translate-id.pipe.mjs +7 -8
- package/esm2022/lib/core/core.module.mjs +8 -4
- package/esm2022/lib/core/i18n/en.translations.mjs +7 -6
- package/esm2022/lib/core/i18n/fr.translations.mjs +8 -6
- package/esm2022/lib/core/model/display-options.interface.mjs +18 -4
- package/esm2022/lib/core/model/manifest.interface.mjs +1 -1
- package/esm2022/lib/core/public-api.mjs +2 -1
- package/esm2022/lib/core/store/class/class.actions.mjs +1 -4
- package/esm2022/lib/core/store/class/class.effects.mjs +1 -4
- package/esm2022/lib/core/store/class/class.interface.mjs +1 -1
- package/esm2022/lib/core/store/class/class.reducer.mjs +3 -13
- package/esm2022/lib/core/store/class/class.selectors.mjs +1 -3
- package/esm2022/lib/core/store/class/class.service.mjs +1 -9
- package/esm2022/lib/core/store/config/config.selectors.mjs +1 -3
- package/esm2022/lib/core/store/config/config.service.mjs +4 -7
- package/esm2022/lib/core/toolbox/toolbox-manifest.service.mjs +1 -4
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +6 -15
- package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +3 -3
- package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
- package/esm2022/lib/dashboard/filter/style/css.component.mjs +2 -2
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +1 -4
- package/esm2022/pipeline-components/filter/component/filter.component.mjs +3 -3
- package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +3 -3
- package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +3 -3
- package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +5 -5
- package/esm2022/presentation/components/presentation.component.mjs +3 -3
- package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +11 -21
- package/esm2022/presentation/i18n/fr.translations.mjs +9 -9
- package/esm2022/presentation/style/css.component.mjs +2 -2
- package/esm2022/restitution/components/restitution/restitution.component.mjs +23 -22
- package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +13 -6
- package/esm2022/restitution/i18n/en.translations.mjs +3 -3
- package/esm2022/restitution/i18n/fr.translations.mjs +4 -4
- package/esm2022/restitution/style/css.component.mjs +2 -2
- package/esm2022/search/i18n/en.translations.mjs +2 -1
- package/esm2022/search/i18n/fr.translations.mjs +2 -1
- package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +3 -3
- package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +3 -3
- package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +3 -3
- package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +3 -3
- package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
- package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
- package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
- package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +4 -8
- package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
- package/esm2022/toolbox/components/named-query/named-query.component.mjs +3 -3
- package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
- package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
- package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
- package/esm2022/toolbox/components/toolbox.component.mjs +4 -3
- package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +8 -2
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +8 -7
- package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +3 -4
- package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +3 -3
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +10 -4
- package/esm2022/widgets/widget-map/i18n/en.translations.mjs +3 -2
- package/esm2022/widgets/widget-map/i18n/fr.translations.mjs +3 -2
- package/esm2022/widgets/widget-map/style/css.component.mjs +2 -2
- package/esm2022/widgets/widget-table/component/widget-table.component.mjs +7 -7
- package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-admin.mjs +40 -35
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +4 -4
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +2 -2
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +28 -11
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +24 -11
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
- package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-import.mjs +2 -2
- package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +24 -34
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +40 -32
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-search.mjs +10 -8
- package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +22 -25
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +7 -1
- package/fesm2022/provoly-dashboard-tooltips-attribute.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +7 -6
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +2 -3
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +15 -7
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +6 -6
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +286 -135
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/filters/autocomplete/autocomplete.component.d.ts +2 -0
- package/filters/autocomplete/autocomplete.module.d.ts +1 -1
- package/filters/autocomplete/style/_m-autocomplete.scss +16 -3
- package/lib/core/components/ellipsis.directive.d.ts +11 -0
- package/lib/core/components/select/select.component.d.ts +41 -20
- package/lib/core/components/select/select.module.d.ts +4 -5
- package/lib/core/components/translate-id/translate-id.pipe.d.ts +1 -3
- package/lib/core/core.module.d.ts +15 -14
- package/lib/core/i18n/en.translations.d.ts +4 -3
- package/lib/core/i18n/fr.translations.d.ts +5 -3
- package/lib/core/model/display-options.interface.d.ts +11 -0
- package/lib/core/model/manifest.interface.d.ts +1 -5
- package/lib/core/public-api.d.ts +1 -0
- package/lib/core/store/class/class.actions.d.ts +1 -12
- package/lib/core/store/class/class.effects.d.ts +0 -5
- package/lib/core/store/class/class.interface.d.ts +0 -6
- package/lib/core/store/class/class.reducer.d.ts +2 -3
- package/lib/core/store/class/class.selectors.d.ts +0 -1
- package/lib/core/store/class/class.service.d.ts +1 -5
- package/lib/core/store/config/config.selectors.d.ts +0 -1
- package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +2 -5
- package/lib/dashboard/filter/style/_o-pry-filter-group.scss +0 -11
- package/lib/dashboard/store/dashboard.effects.d.ts +0 -1
- package/lib/dashboard/store/dashboard.selectors.d.ts +0 -9
- package/package.json +1 -8
- package/presentation/components/title-presentation/title-presentation.component.d.ts +3 -5
- package/presentation/style/_o-pry-new-presentation.scss +0 -7
- package/presentation/style/_o-pry-presentation.scss +19 -101
- package/restitution/components/restitution-catalog/restitution-catalog.component.d.ts +1 -1
- package/restitution/i18n/en.translations.d.ts +2 -2
- package/restitution/i18n/fr.translations.d.ts +3 -3
- package/restitution/style/_o-restitution.scss +11 -14
- package/schematics/migration.json +6 -1
- package/schematics/ng-update/version-0-20/index.d.ts +2 -0
- package/schematics/ng-update/version-0-20/index.js +19 -0
- package/schematics/ng-update/version-0-20/index.js.map +1 -0
- package/search/i18n/en.translations.d.ts +1 -0
- package/search/i18n/fr.translations.d.ts +1 -0
- package/styles/base/_utils.scss +4 -0
- package/styles/components/_a-pry-select.scss +34 -10
- package/styles/components/_a-tooltip.scss +26 -19
- package/styles/components/_m-filter.scss +11 -20
- package/styles/components/_m-info-icon.scss +16 -0
- package/styles/components/_m-presentation-title.scss +14 -0
- package/styles/components/_o-about.scss +2 -24
- package/styles/components/_o-dashboard.scss +4 -0
- package/styles/components/_o-draggable-menu.scss +1 -1
- package/styles/components/_o-widget.scss +2 -2
- package/styles/main.scss +2 -1
- package/styles-theme/abstracts-theme/variables/_variables-typo.scss +9 -0
- package/styles-theme/components-theme/_a-pry-select.theme.scss +23 -96
- package/styles-theme/components-theme/_a-tooltip.theme.scss +2 -2
- package/styles-theme/components-theme/_o-pry-composed-condition.theme.scss +0 -12
- package/styles-theme/components-theme/_o-pry-dataset.theme.scss +0 -8
- package/styles-theme/components-theme/_o-pry-presentation.theme.scss +1 -1
- package/styles-theme/components-theme/_o-restitution.theme.scss +10 -0
- package/toolbox/components/toolbox.component.d.ts +1 -0
- package/tooltips/attribute/attribute-tooltip.component.d.ts +1 -0
- package/widgets/widget-chart/component/widget-chart.component.d.ts +0 -1
- package/widgets/widget-map/component/widget-map.component.d.ts +2 -0
- package/widgets/widget-map/i18n/en.translations.d.ts +1 -0
- package/widgets/widget-map/i18n/fr.translations.d.ts +1 -0
- package/widgets/widget-map/style/_o-layer-legend.scss +21 -0
- package/esm2022/supervision/components/supervision-business-data/supervision-business-data.component.mjs +0 -34
- package/esm2022/supervision/components/supervision-flow/supervision-flow.component.mjs +0 -33
- package/esm2022/supervision/components/supervision-infrastructures/supervision-infrastructures.component.mjs +0 -51
- package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors-select/supervision-integration-errors-select.component.mjs +0 -27
- package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors.component.mjs +0 -100
- package/esm2022/supervision/components/supervision-layout/supervision-layout.component.mjs +0 -47
- package/esm2022/supervision/components/supervision-menu/supervision-menu.component.mjs +0 -32
- package/esm2022/supervision/components/supervision-title/supervision-title.component.mjs +0 -24
- package/esm2022/supervision/components/supervision.component.mjs +0 -19
- package/esm2022/supervision/i18n/en.translations.mjs +0 -58
- package/esm2022/supervision/i18n/fr.translations.mjs +0 -58
- package/esm2022/supervision/provoly-dashboard-supervision.mjs +0 -5
- package/esm2022/supervision/public-api.mjs +0 -2
- package/esm2022/supervision/store/supervision-api.model.mjs +0 -2
- package/esm2022/supervision/store/supervision.actions.mjs +0 -33
- package/esm2022/supervision/store/supervision.effects.mjs +0 -60
- package/esm2022/supervision/store/supervision.reducer.mjs +0 -111
- package/esm2022/supervision/store/supervision.selectors.mjs +0 -35
- package/esm2022/supervision/store/supervision.service.mjs +0 -54
- package/esm2022/supervision/supervision-routing.module.mjs +0 -96
- package/esm2022/supervision/supervision.module.mjs +0 -96
- package/fesm2022/provoly-dashboard-supervision.mjs +0 -861
- package/fesm2022/provoly-dashboard-supervision.mjs.map +0 -1
- package/supervision/components/supervision-business-data/supervision-business-data.component.d.ts +0 -14
- package/supervision/components/supervision-flow/supervision-flow.component.d.ts +0 -14
- package/supervision/components/supervision-infrastructures/supervision-infrastructures.component.d.ts +0 -18
- package/supervision/components/supervision-integration-errors/supervision-integration-errors-select/supervision-integration-errors-select.component.d.ts +0 -12
- package/supervision/components/supervision-integration-errors/supervision-integration-errors.component.d.ts +0 -29
- package/supervision/components/supervision-layout/supervision-layout.component.d.ts +0 -21
- package/supervision/components/supervision-menu/supervision-menu.component.d.ts +0 -13
- package/supervision/components/supervision-title/supervision-title.component.d.ts +0 -11
- package/supervision/components/supervision.component.d.ts +0 -9
- package/supervision/i18n/en.translations.d.ts +0 -57
- package/supervision/i18n/fr.translations.d.ts +0 -57
- package/supervision/index.d.ts +0 -5
- package/supervision/public-api.d.ts +0 -1
- package/supervision/store/supervision-api.model.d.ts +0 -36
- package/supervision/store/supervision.actions.d.ts +0 -121
- package/supervision/store/supervision.effects.d.ts +0 -51
- package/supervision/store/supervision.reducer.d.ts +0 -22
- package/supervision/store/supervision.selectors.d.ts +0 -18
- package/supervision/store/supervision.service.d.ts +0 -19
- package/supervision/supervision-routing.module.d.ts +0 -7
- package/supervision/supervision.module.d.ts +0 -25
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { Store } from '@ngrx/store';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { ManifestDescription
|
|
3
|
+
import { ManifestDescription } from '@provoly/dashboard';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PryTitlePresentationComponent {
|
|
6
6
|
private store;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
presentationTitle$: Observable<string | null>;
|
|
10
|
-
constructor(store: Store, i18nService: PryI18nService);
|
|
7
|
+
currentPresentation$: Observable<ManifestDescription | undefined>;
|
|
8
|
+
constructor(store: Store);
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PryTitlePresentationComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<PryTitlePresentationComponent, "pry-title-presentation", never, {}, {}, never, never, false, never>;
|
|
13
11
|
}
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
&__content {
|
|
33
33
|
height: 100%;
|
|
34
|
+
overflow: auto;
|
|
34
35
|
|
|
35
36
|
.pointer {
|
|
36
37
|
cursor: pointer;
|
|
@@ -78,11 +79,6 @@
|
|
|
78
79
|
}
|
|
79
80
|
}
|
|
80
81
|
|
|
81
|
-
.a-tooltip {
|
|
82
|
-
align-items: center;
|
|
83
|
-
width: 100%;
|
|
84
|
-
height: 100%;
|
|
85
|
-
}
|
|
86
82
|
&__image {
|
|
87
83
|
width: auto;
|
|
88
84
|
cursor: pointer;
|
|
@@ -135,6 +131,22 @@
|
|
|
135
131
|
}
|
|
136
132
|
}
|
|
137
133
|
|
|
134
|
+
&__description-container {
|
|
135
|
+
position: relative;
|
|
136
|
+
width: 100%;
|
|
137
|
+
display: flex;
|
|
138
|
+
align-content: center;
|
|
139
|
+
|
|
140
|
+
&.a-tooltip[data-tooltip]:after {
|
|
141
|
+
width: 100%;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
&__description {
|
|
146
|
+
width: 100%;
|
|
147
|
+
max-height: toRem(40);
|
|
148
|
+
}
|
|
149
|
+
|
|
138
150
|
&__footer {
|
|
139
151
|
display: flex;
|
|
140
152
|
align-content: center;
|
|
@@ -142,6 +154,7 @@
|
|
|
142
154
|
font-size: toRem(14);
|
|
143
155
|
line-height: toRem(18);
|
|
144
156
|
padding: toRem(3) 0;
|
|
157
|
+
max-height: toRem(37);
|
|
145
158
|
|
|
146
159
|
.a-btn {
|
|
147
160
|
margin-left: toRem(20); // needed for centering the footer text
|
|
@@ -162,102 +175,7 @@
|
|
|
162
175
|
padding: toRem(15);
|
|
163
176
|
}
|
|
164
177
|
|
|
165
|
-
.
|
|
166
|
-
position: relative;
|
|
167
|
-
width: 100%;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.description {
|
|
171
|
-
white-space: nowrap;
|
|
172
|
-
text-overflow: ellipsis;
|
|
173
|
-
overflow: hidden;
|
|
174
|
-
display: inherit;
|
|
175
|
-
position: relative;
|
|
176
|
-
line-height: 2rem;
|
|
177
|
-
box-sizing: border-box;
|
|
178
|
-
pointer-events:none;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.description:after {
|
|
182
|
-
content:"";
|
|
183
|
-
display: block;
|
|
184
|
-
position: absolute;
|
|
185
|
-
top: 0;
|
|
186
|
-
right: 0;
|
|
187
|
-
width: 40px;
|
|
188
|
-
height: 48px;
|
|
189
|
-
z-index: 1;
|
|
190
|
-
pointer-events:initial;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.description:hover:after{
|
|
194
|
-
cursor: pointer;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.description-tooltip {
|
|
198
|
-
position: absolute;
|
|
199
|
-
max-width: 50vw;
|
|
200
|
-
visibility: hidden;
|
|
201
|
-
background-color: #fff;
|
|
202
|
-
padding: 20px;
|
|
203
|
-
-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
|
|
204
|
-
opacity: 0;
|
|
205
|
-
transition: opacity 0.5s ease;
|
|
206
|
-
z-index: 2;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.description:hover + .description-tooltip {
|
|
210
|
-
visibility: visible;
|
|
211
|
-
transition: opacity 0.2s ease;
|
|
212
|
-
opacity: 1;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.title-tooltip {
|
|
216
|
-
transform: translateY(4rem);
|
|
217
|
-
}
|
|
218
|
-
.info-tooltip{
|
|
219
|
-
transform: translateY(8rem);
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
h1.a-presentation-title {
|
|
223
|
-
font-size: 16px;
|
|
224
|
-
padding-right: 20px;
|
|
225
|
-
color: #113B6E;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.title-container {
|
|
229
|
-
display: flex;
|
|
230
|
-
|
|
231
|
-
.h-1 {
|
|
232
|
-
padding-top: 0;
|
|
233
|
-
padding-bottom: 0;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
.actions-list {
|
|
237
|
-
display: flex;
|
|
238
|
-
align-items: center;
|
|
239
|
-
gap: 0.9375rem;
|
|
240
|
-
flex-direction: row;
|
|
241
|
-
flex-wrap: nowrap;
|
|
242
|
-
justify-content: space-evenly;
|
|
243
|
-
list-style-type: none;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.info-icon {
|
|
247
|
-
position: relative;
|
|
248
|
-
width: 1.5rem;
|
|
249
|
-
height: 1.5rem;
|
|
250
|
-
border-radius: 50%;
|
|
251
|
-
cursor: pointer;
|
|
252
|
-
display: inline-flex;
|
|
253
|
-
justify-content: center;
|
|
254
|
-
align-items: center;
|
|
255
|
-
align-self: center;
|
|
256
|
-
margin-right: 1rem;
|
|
257
|
-
border: 1px solid #3E546A;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.more-actions {
|
|
178
|
+
.more-button {
|
|
261
179
|
position: absolute;
|
|
262
180
|
top: toRem(6);
|
|
263
181
|
right: toRem(10);
|
|
@@ -24,7 +24,7 @@ export declare class PryRestitutionCatalogComponent {
|
|
|
24
24
|
closeRestitution($event: void): void;
|
|
25
25
|
deleteRestitution(id: string): void;
|
|
26
26
|
editRestitution(restitution: Widget): void;
|
|
27
|
-
toggleModalActions(restitution?: Widget): void;
|
|
27
|
+
toggleModalActions(restitution?: Widget, moreButton?: HTMLButtonElement): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<PryRestitutionCatalogComponent, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<PryRestitutionCatalogComponent, "pry-restitution-catalog", never, {}, {}, never, never, false, never>;
|
|
30
30
|
}
|
|
@@ -8,7 +8,7 @@ export declare const enTranslations: {
|
|
|
8
8
|
image: string;
|
|
9
9
|
close: string;
|
|
10
10
|
validate: string;
|
|
11
|
-
|
|
11
|
+
share: string;
|
|
12
12
|
view: string;
|
|
13
13
|
create: string;
|
|
14
14
|
cancel: string;
|
|
@@ -20,7 +20,7 @@ export declare const enTranslations: {
|
|
|
20
20
|
choice: string;
|
|
21
21
|
or: string;
|
|
22
22
|
create_title: string;
|
|
23
|
-
|
|
23
|
+
consultRestitution: string;
|
|
24
24
|
search: string;
|
|
25
25
|
backToCatalog: string;
|
|
26
26
|
options: string;
|
|
@@ -8,11 +8,12 @@ export declare const frTranslations: {
|
|
|
8
8
|
image: string;
|
|
9
9
|
close: string;
|
|
10
10
|
validate: string;
|
|
11
|
-
|
|
11
|
+
share: string;
|
|
12
12
|
more: string;
|
|
13
13
|
options: string;
|
|
14
14
|
view: string;
|
|
15
15
|
create: string;
|
|
16
|
+
edit: string;
|
|
16
17
|
cancel: string;
|
|
17
18
|
configure: string;
|
|
18
19
|
visualize: string;
|
|
@@ -21,11 +22,10 @@ export declare const frTranslations: {
|
|
|
21
22
|
private: string;
|
|
22
23
|
choice: string;
|
|
23
24
|
or: string;
|
|
24
|
-
create_title: string;
|
|
25
|
-
consult_title: string;
|
|
26
25
|
search: string;
|
|
27
26
|
backToCatalog: string;
|
|
28
27
|
consult: string;
|
|
28
|
+
consultRestitution: string;
|
|
29
29
|
catalog: string;
|
|
30
30
|
add_icon: string;
|
|
31
31
|
selection: string;
|
|
@@ -25,18 +25,15 @@
|
|
|
25
25
|
label {
|
|
26
26
|
border-radius: 10%;
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
position: absolute;
|
|
40
|
-
top: toRem(6);
|
|
41
|
-
right: toRem(10);
|
|
28
|
+
|
|
29
|
+
.more-button {
|
|
30
|
+
position: absolute;
|
|
31
|
+
top: toRem(6);
|
|
32
|
+
right: toRem(10);
|
|
33
|
+
|
|
34
|
+
.a-btn {
|
|
35
|
+
padding: toRem(2) 0;
|
|
36
|
+
border-radius: 50%;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
42
39
|
}
|
|
@@ -19,7 +19,12 @@
|
|
|
19
19
|
"migration-v0.18": {
|
|
20
20
|
"version": "0.18",
|
|
21
21
|
"description": "Update library to version 0.18",
|
|
22
|
-
"factory": "./ng-update/version-0-
|
|
22
|
+
"factory": "./ng-update/version-0-18/index#updateTo0_18"
|
|
23
|
+
},
|
|
24
|
+
"migration-v0.20": {
|
|
25
|
+
"version": "0.20",
|
|
26
|
+
"description": "Update library to version 0.20",
|
|
27
|
+
"factory": "./ng-update/version-0-20/index#updateTo0_20"
|
|
23
28
|
}
|
|
24
29
|
}
|
|
25
30
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.updateTo0_20 = void 0;
|
|
4
|
+
const schematics_1 = require("@angular-devkit/schematics");
|
|
5
|
+
const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
6
|
+
const complete_function_1 = require("../utils/complete.function");
|
|
7
|
+
const dependencies_1 = require("@schematics/angular/utility/dependencies");
|
|
8
|
+
function removeUselessDeps(tree) {
|
|
9
|
+
(0, dependencies_1.removePackageJsonDependency)(tree, 'ng-select');
|
|
10
|
+
}
|
|
11
|
+
function updateTo0_20() {
|
|
12
|
+
return (_tree, context) => {
|
|
13
|
+
removeUselessDeps(_tree);
|
|
14
|
+
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
15
|
+
return (0, schematics_1.chain)([(0, complete_function_1.onMigrationComplete)('0.20', context)]);
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
exports.updateTo0_20 = updateTo0_20;
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../projects/provoly/dashboard/schematics/ng-update/version-0-20/index.ts"],"names":[],"mappings":";;;AAAA,2DAAiF;AACjF,4DAA0E;AAC1E,kEAAiE;AACjE,2EAAuF;AAEvF,SAAS,iBAAiB,CAAC,IAAU;IACnC,IAAA,0CAA2B,EAAC,IAAI,EAAE,WAAW,CAAC,CAAC;AACjD,CAAC;AAED,SAAgB,YAAY;IAC1B,OAAO,CAAC,KAAW,EAAE,OAAyB,EAAQ,EAAE;QACtD,iBAAiB,CAAC,KAAK,CAAC,CAAC;QACzB,OAAO,CAAC,OAAO,CAAC,IAAI,8BAAsB,EAAE,CAAC,CAAC;QAC9C,OAAO,IAAA,kBAAK,EAAC,CAAC,IAAA,uCAAmB,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;IACvD,CAAC,CAAC;AACJ,CAAC;AAND,oCAMC"}
|
package/styles/base/_utils.scss
CHANGED
|
@@ -2,22 +2,46 @@
|
|
|
2
2
|
|
|
3
3
|
/* Atom - Component pry-select (lib) */
|
|
4
4
|
.a-pry-select {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: row;
|
|
7
|
+
gap: toRem(10);
|
|
8
|
+
align-items: center;
|
|
9
|
+
padding: toRem(10);
|
|
10
|
+
|
|
11
|
+
&__value {
|
|
12
|
+
&.-multiple {
|
|
13
|
+
padding: toRem(2) toRem(15);
|
|
14
|
+
border-radius: toRem(15);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&__filler, &__search {
|
|
19
|
+
flex: 1 1;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&__search {
|
|
23
|
+
border: none;
|
|
24
|
+
outline: none;
|
|
9
25
|
}
|
|
10
26
|
|
|
11
|
-
|
|
27
|
+
&__options {
|
|
12
28
|
display: flex;
|
|
13
|
-
|
|
29
|
+
flex-direction: column;
|
|
30
|
+
justify-content: space-evenly;
|
|
31
|
+
overflow: auto;
|
|
14
32
|
|
|
15
|
-
|
|
16
|
-
|
|
33
|
+
&__option {
|
|
34
|
+
cursor: pointer;
|
|
35
|
+
padding: toRem(8) toRem(10);
|
|
36
|
+
font-family: Ubuntu,sans-serif;
|
|
37
|
+
font-size: .875rem;
|
|
38
|
+
line-height: 1.1875rem;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
font-style: normal;
|
|
17
41
|
}
|
|
18
42
|
}
|
|
19
43
|
|
|
20
|
-
|
|
21
|
-
|
|
44
|
+
&__clear {
|
|
45
|
+
cursor: pointer;
|
|
22
46
|
}
|
|
23
47
|
}
|
|
@@ -8,26 +8,21 @@
|
|
|
8
8
|
cursor: pointer;
|
|
9
9
|
|
|
10
10
|
&:after {
|
|
11
|
-
line-height: 1;
|
|
12
|
-
pointer-events: none;
|
|
13
|
-
position: absolute;
|
|
14
|
-
box-sizing: border-box;
|
|
15
11
|
display: none;
|
|
16
12
|
opacity: 0;
|
|
17
|
-
|
|
13
|
+
position: absolute;
|
|
14
|
+
z-index: 1000;
|
|
15
|
+
pointer-events: none;
|
|
18
16
|
|
|
19
|
-
&:after {
|
|
20
17
|
content: attr(data-tooltip);
|
|
21
18
|
text-align: center;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
white-space: nowrap;
|
|
25
|
-
overflow: hidden;
|
|
26
|
-
text-overflow: ellipsis;
|
|
27
|
-
padding: toRem(5) toRem(7);
|
|
28
|
-
box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
|
|
19
|
+
line-height: 1;
|
|
20
|
+
|
|
29
21
|
border-radius: toRem(5);
|
|
30
|
-
|
|
22
|
+
box-sizing: border-box;
|
|
23
|
+
box-shadow: 0 1px 3px 0 #0000001A;
|
|
24
|
+
min-width: 3em;
|
|
25
|
+
padding: toRem(5) toRem(10);
|
|
31
26
|
}
|
|
32
27
|
|
|
33
28
|
&:hover:after {
|
|
@@ -38,17 +33,13 @@
|
|
|
38
33
|
&:not([data-tooltip-position])::after,
|
|
39
34
|
&[data-tooltip-position="top"]::after {
|
|
40
35
|
bottom: calc(100% + 5px);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&:not([data-tooltip-position])::after,
|
|
44
|
-
&[data-tooltip-position="top"]::after {
|
|
45
36
|
left: 50%;
|
|
46
37
|
-webkit-transform: translate(-50%, -4px);
|
|
47
38
|
transform: translate(-50%, -4px);
|
|
48
39
|
}
|
|
49
40
|
|
|
50
41
|
&[data-tooltip-position="bottom"]::after {
|
|
51
|
-
top: calc(100%);
|
|
42
|
+
top: calc(100% + 5px);
|
|
52
43
|
left: 50%;
|
|
53
44
|
-webkit-transform: translate(-50%, 8px);
|
|
54
45
|
transform: translate(-50%, 8px);
|
|
@@ -72,5 +63,21 @@
|
|
|
72
63
|
[data-tooltip=""]::after {
|
|
73
64
|
display: none;
|
|
74
65
|
}
|
|
66
|
+
|
|
67
|
+
&.-tooltip-no-wrap:after {
|
|
68
|
+
white-space: nowrap;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&.-tooltip-width-sm:after {
|
|
72
|
+
width: toRem(100);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&.-tooltip-width-md:after {
|
|
76
|
+
width: toRem(200);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&.-tooltip-width-lg:after {
|
|
80
|
+
width: toRem(300);
|
|
81
|
+
}
|
|
75
82
|
}
|
|
76
83
|
|
|
@@ -43,27 +43,18 @@
|
|
|
43
43
|
padding: toRem(3) toRem(10);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
border: none;
|
|
48
|
-
min-width: toRem(150);
|
|
49
|
-
}
|
|
46
|
+
height: toRem(30);
|
|
50
47
|
|
|
51
|
-
.
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
border: none transparent;
|
|
62
|
-
box-shadow: none;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.ng-option-label {
|
|
66
|
-
font-size: toRem(12);
|
|
48
|
+
.a-pry-select {
|
|
49
|
+
border: none;
|
|
50
|
+
padding: 0;
|
|
51
|
+
outline: none;
|
|
52
|
+
|
|
53
|
+
&:focus-within {
|
|
54
|
+
outline: 0;
|
|
55
|
+
border-radius: 0;
|
|
56
|
+
box-shadow: none;
|
|
57
|
+
}
|
|
67
58
|
}
|
|
68
59
|
}
|
|
69
60
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@use '../abstracts' as *;
|
|
2
|
+
|
|
3
|
+
/* Molecule - info-icon */
|
|
4
|
+
|
|
5
|
+
.m-info-icon {
|
|
6
|
+
display: inline-flex;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
align-items: center;
|
|
9
|
+
position: relative;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
|
|
12
|
+
width: 1.5rem;
|
|
13
|
+
height: 1.5rem;
|
|
14
|
+
border: 1px solid #3E546A;
|
|
15
|
+
border-radius: 50%;
|
|
16
|
+
}
|
|
@@ -3,11 +3,7 @@
|
|
|
3
3
|
.o-about {
|
|
4
4
|
position: relative;
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
cursor: pointer;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.description-tooltip {
|
|
6
|
+
&__tooltip {
|
|
11
7
|
position: absolute;
|
|
12
8
|
max-width: 50vw;
|
|
13
9
|
visibility: hidden;
|
|
@@ -62,30 +58,12 @@
|
|
|
62
58
|
}
|
|
63
59
|
}
|
|
64
60
|
|
|
65
|
-
.
|
|
61
|
+
.m-info-icon:hover + &__tooltip {
|
|
66
62
|
visibility: visible;
|
|
67
63
|
transition: opacity 0.2s ease;
|
|
68
64
|
opacity: 1;
|
|
69
65
|
}
|
|
70
66
|
|
|
71
|
-
.title-container {
|
|
72
|
-
display: flex;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.info-icon {
|
|
76
|
-
position: relative;
|
|
77
|
-
width: 1.5rem;
|
|
78
|
-
height: 1.5rem;
|
|
79
|
-
border-radius: 50%;
|
|
80
|
-
border: 1px solid #3E546A;
|
|
81
|
-
cursor: pointer;
|
|
82
|
-
display: inline-flex;
|
|
83
|
-
justify-content: center;
|
|
84
|
-
align-items: center;
|
|
85
|
-
align-self: center;
|
|
86
|
-
margin: 0 1rem;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
67
|
&__line {
|
|
90
68
|
display: flex;
|
|
91
69
|
flex-direction: row;
|
package/styles/main.scss
CHANGED
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
/* Atoms lib */
|
|
25
25
|
@use 'components/a-pry-select' as *;
|
|
26
26
|
@use 'components/a-pry-select-image' as *;
|
|
27
|
-
@use '/node_modules/@ng-select/ng-select/scss/default.theme';
|
|
28
27
|
|
|
29
28
|
/* Molecules */
|
|
30
29
|
@use 'components/m-actions-list' as *;
|
|
@@ -36,10 +35,12 @@
|
|
|
36
35
|
@use 'components/m-form-label-field' as *;
|
|
37
36
|
@use 'components/m-form-radio-group' as *;
|
|
38
37
|
@use 'components/m-image-selector' as *;
|
|
38
|
+
@use 'components/m-info-icon' as *;
|
|
39
39
|
@use 'components/m-metadata-tag' as *;
|
|
40
40
|
@use 'components/m-minus-plus' as *;
|
|
41
41
|
@use 'components/m-minus-plus' as *;
|
|
42
42
|
@use 'components/m-nav-links' as *;
|
|
43
|
+
@use 'components/m-presentation-title' as *;
|
|
43
44
|
@use 'components/m-snackbar' as *;
|
|
44
45
|
@use 'components/m-time-picker' as *;
|
|
45
46
|
@use 'components/m-toolbox' as *;
|
|
@@ -137,6 +137,15 @@ $theme-typography: (
|
|
|
137
137
|
'font-weight': 400,
|
|
138
138
|
'font-style': ''
|
|
139
139
|
),
|
|
140
|
+
'simple-tooltip': (
|
|
141
|
+
'font-family': '',
|
|
142
|
+
'font-variation': '',
|
|
143
|
+
'font-size': 11px,
|
|
144
|
+
'line-height': 15px,
|
|
145
|
+
'letter-spacing': '',
|
|
146
|
+
'font-weight': 400,
|
|
147
|
+
'font-style': ''
|
|
148
|
+
),
|
|
140
149
|
);
|
|
141
150
|
|
|
142
151
|
///// DO NOT EDIT FROM HERE /////
|