@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.
Files changed (251) hide show
  1. package/components/metadata-editor/style/_o-metadata-editor.scss +0 -5
  2. package/dataset/components/dataset-detail/dataset-detail.component.d.ts +2 -1
  3. package/dataset/i18n/en.translations.d.ts +2 -1
  4. package/dataset/i18n/fr.translations.d.ts +2 -1
  5. package/dataset/style/_o-pry-dataset-card.scss +4 -37
  6. package/dataset/style/_o-pry-dataset-detail.scss +2 -53
  7. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +3 -3
  8. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +3 -3
  9. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +3 -3
  10. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +3 -3
  11. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -3
  12. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +3 -3
  13. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +15 -10
  14. package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +3 -3
  15. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +3 -3
  16. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +3 -3
  17. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +3 -3
  18. package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +3 -3
  19. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +3 -3
  20. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +3 -3
  21. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +3 -3
  22. package/esm2022/components/metadata-editor/style/css.component.mjs +2 -2
  23. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +3 -3
  24. package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +5 -5
  25. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +20 -5
  26. package/esm2022/dataset/i18n/en.translations.mjs +3 -2
  27. package/esm2022/dataset/i18n/fr.translations.mjs +4 -3
  28. package/esm2022/dataset/style/css.component.mjs +2 -2
  29. package/esm2022/filters/autocomplete/autocomplete.component.mjs +19 -6
  30. package/esm2022/filters/autocomplete/autocomplete.module.mjs +5 -5
  31. package/esm2022/filters/autocomplete/style/css.component.mjs +2 -2
  32. package/esm2022/filters/list/list-filter.component.mjs +1 -1
  33. package/esm2022/import/components/import.component.mjs +3 -3
  34. package/esm2022/lib/core/components/about/about.component.mjs +3 -3
  35. package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +3 -3
  36. package/esm2022/lib/core/components/ellipsis.directive.mjs +31 -0
  37. package/esm2022/lib/core/components/select/select.component.mjs +193 -39
  38. package/esm2022/lib/core/components/select/select.module.mjs +4 -5
  39. package/esm2022/lib/core/components/share/share.component.mjs +3 -3
  40. package/esm2022/lib/core/components/translate-id/translate-id.pipe.mjs +7 -8
  41. package/esm2022/lib/core/core.module.mjs +8 -4
  42. package/esm2022/lib/core/i18n/en.translations.mjs +7 -6
  43. package/esm2022/lib/core/i18n/fr.translations.mjs +8 -6
  44. package/esm2022/lib/core/model/display-options.interface.mjs +18 -4
  45. package/esm2022/lib/core/model/manifest.interface.mjs +1 -1
  46. package/esm2022/lib/core/public-api.mjs +2 -1
  47. package/esm2022/lib/core/store/class/class.actions.mjs +1 -4
  48. package/esm2022/lib/core/store/class/class.effects.mjs +1 -4
  49. package/esm2022/lib/core/store/class/class.interface.mjs +1 -1
  50. package/esm2022/lib/core/store/class/class.reducer.mjs +3 -13
  51. package/esm2022/lib/core/store/class/class.selectors.mjs +1 -3
  52. package/esm2022/lib/core/store/class/class.service.mjs +1 -9
  53. package/esm2022/lib/core/store/config/config.selectors.mjs +1 -3
  54. package/esm2022/lib/core/store/config/config.service.mjs +4 -7
  55. package/esm2022/lib/core/toolbox/toolbox-manifest.service.mjs +1 -4
  56. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
  57. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +6 -15
  58. package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +3 -3
  59. package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
  60. package/esm2022/lib/dashboard/filter/style/css.component.mjs +2 -2
  61. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +1 -4
  62. package/esm2022/pipeline-components/filter/component/filter.component.mjs +3 -3
  63. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +3 -3
  64. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +3 -3
  65. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +5 -5
  66. package/esm2022/presentation/components/presentation.component.mjs +3 -3
  67. package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +11 -21
  68. package/esm2022/presentation/i18n/fr.translations.mjs +9 -9
  69. package/esm2022/presentation/style/css.component.mjs +2 -2
  70. package/esm2022/restitution/components/restitution/restitution.component.mjs +23 -22
  71. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +13 -6
  72. package/esm2022/restitution/i18n/en.translations.mjs +3 -3
  73. package/esm2022/restitution/i18n/fr.translations.mjs +4 -4
  74. package/esm2022/restitution/style/css.component.mjs +2 -2
  75. package/esm2022/search/i18n/en.translations.mjs +2 -1
  76. package/esm2022/search/i18n/fr.translations.mjs +2 -1
  77. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +3 -3
  78. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +3 -3
  79. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +3 -3
  80. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +3 -3
  81. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
  82. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
  83. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
  84. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +4 -8
  85. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
  86. package/esm2022/toolbox/components/named-query/named-query.component.mjs +3 -3
  87. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
  88. package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
  89. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
  90. package/esm2022/toolbox/components/toolbox.component.mjs +4 -3
  91. package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +8 -2
  92. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +8 -7
  93. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +3 -4
  94. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +3 -3
  95. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +10 -4
  96. package/esm2022/widgets/widget-map/i18n/en.translations.mjs +3 -2
  97. package/esm2022/widgets/widget-map/i18n/fr.translations.mjs +3 -2
  98. package/esm2022/widgets/widget-map/style/css.component.mjs +2 -2
  99. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +7 -7
  100. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +3 -3
  101. package/fesm2022/provoly-dashboard-admin.mjs +40 -35
  102. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  103. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +4 -4
  104. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  105. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +2 -2
  106. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  107. package/fesm2022/provoly-dashboard-dataset.mjs +28 -11
  108. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  109. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +24 -11
  110. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  111. package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
  112. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  113. package/fesm2022/provoly-dashboard-import.mjs +2 -2
  114. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  115. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +2 -2
  116. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  117. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +2 -2
  118. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  119. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +2 -2
  120. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  121. package/fesm2022/provoly-dashboard-presentation.mjs +24 -34
  122. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  123. package/fesm2022/provoly-dashboard-restitution.mjs +40 -32
  124. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  125. package/fesm2022/provoly-dashboard-search.mjs +10 -8
  126. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  127. package/fesm2022/provoly-dashboard-toolbox.mjs +22 -25
  128. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  129. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +7 -1
  130. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs.map +1 -1
  131. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +7 -6
  132. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  133. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +2 -3
  134. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  135. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +2 -2
  136. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  137. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +15 -7
  138. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  139. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +6 -6
  140. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  141. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +2 -2
  142. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  143. package/fesm2022/provoly-dashboard.mjs +286 -135
  144. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  145. package/filters/autocomplete/autocomplete.component.d.ts +2 -0
  146. package/filters/autocomplete/autocomplete.module.d.ts +1 -1
  147. package/filters/autocomplete/style/_m-autocomplete.scss +16 -3
  148. package/lib/core/components/ellipsis.directive.d.ts +11 -0
  149. package/lib/core/components/select/select.component.d.ts +41 -20
  150. package/lib/core/components/select/select.module.d.ts +4 -5
  151. package/lib/core/components/translate-id/translate-id.pipe.d.ts +1 -3
  152. package/lib/core/core.module.d.ts +15 -14
  153. package/lib/core/i18n/en.translations.d.ts +4 -3
  154. package/lib/core/i18n/fr.translations.d.ts +5 -3
  155. package/lib/core/model/display-options.interface.d.ts +11 -0
  156. package/lib/core/model/manifest.interface.d.ts +1 -5
  157. package/lib/core/public-api.d.ts +1 -0
  158. package/lib/core/store/class/class.actions.d.ts +1 -12
  159. package/lib/core/store/class/class.effects.d.ts +0 -5
  160. package/lib/core/store/class/class.interface.d.ts +0 -6
  161. package/lib/core/store/class/class.reducer.d.ts +2 -3
  162. package/lib/core/store/class/class.selectors.d.ts +0 -1
  163. package/lib/core/store/class/class.service.d.ts +1 -5
  164. package/lib/core/store/config/config.selectors.d.ts +0 -1
  165. package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +2 -5
  166. package/lib/dashboard/filter/style/_o-pry-filter-group.scss +0 -11
  167. package/lib/dashboard/store/dashboard.effects.d.ts +0 -1
  168. package/lib/dashboard/store/dashboard.selectors.d.ts +0 -9
  169. package/package.json +1 -8
  170. package/presentation/components/title-presentation/title-presentation.component.d.ts +3 -5
  171. package/presentation/style/_o-pry-new-presentation.scss +0 -7
  172. package/presentation/style/_o-pry-presentation.scss +19 -101
  173. package/restitution/components/restitution-catalog/restitution-catalog.component.d.ts +1 -1
  174. package/restitution/i18n/en.translations.d.ts +2 -2
  175. package/restitution/i18n/fr.translations.d.ts +3 -3
  176. package/restitution/style/_o-restitution.scss +11 -14
  177. package/schematics/migration.json +6 -1
  178. package/schematics/ng-update/version-0-20/index.d.ts +2 -0
  179. package/schematics/ng-update/version-0-20/index.js +19 -0
  180. package/schematics/ng-update/version-0-20/index.js.map +1 -0
  181. package/search/i18n/en.translations.d.ts +1 -0
  182. package/search/i18n/fr.translations.d.ts +1 -0
  183. package/styles/base/_utils.scss +4 -0
  184. package/styles/components/_a-pry-select.scss +34 -10
  185. package/styles/components/_a-tooltip.scss +26 -19
  186. package/styles/components/_m-filter.scss +11 -20
  187. package/styles/components/_m-info-icon.scss +16 -0
  188. package/styles/components/_m-presentation-title.scss +14 -0
  189. package/styles/components/_o-about.scss +2 -24
  190. package/styles/components/_o-dashboard.scss +4 -0
  191. package/styles/components/_o-draggable-menu.scss +1 -1
  192. package/styles/components/_o-widget.scss +2 -2
  193. package/styles/main.scss +2 -1
  194. package/styles-theme/abstracts-theme/variables/_variables-typo.scss +9 -0
  195. package/styles-theme/components-theme/_a-pry-select.theme.scss +23 -96
  196. package/styles-theme/components-theme/_a-tooltip.theme.scss +2 -2
  197. package/styles-theme/components-theme/_o-pry-composed-condition.theme.scss +0 -12
  198. package/styles-theme/components-theme/_o-pry-dataset.theme.scss +0 -8
  199. package/styles-theme/components-theme/_o-pry-presentation.theme.scss +1 -1
  200. package/styles-theme/components-theme/_o-restitution.theme.scss +10 -0
  201. package/toolbox/components/toolbox.component.d.ts +1 -0
  202. package/tooltips/attribute/attribute-tooltip.component.d.ts +1 -0
  203. package/widgets/widget-chart/component/widget-chart.component.d.ts +0 -1
  204. package/widgets/widget-map/component/widget-map.component.d.ts +2 -0
  205. package/widgets/widget-map/i18n/en.translations.d.ts +1 -0
  206. package/widgets/widget-map/i18n/fr.translations.d.ts +1 -0
  207. package/widgets/widget-map/style/_o-layer-legend.scss +21 -0
  208. package/esm2022/supervision/components/supervision-business-data/supervision-business-data.component.mjs +0 -34
  209. package/esm2022/supervision/components/supervision-flow/supervision-flow.component.mjs +0 -33
  210. package/esm2022/supervision/components/supervision-infrastructures/supervision-infrastructures.component.mjs +0 -51
  211. package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors-select/supervision-integration-errors-select.component.mjs +0 -27
  212. package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors.component.mjs +0 -100
  213. package/esm2022/supervision/components/supervision-layout/supervision-layout.component.mjs +0 -47
  214. package/esm2022/supervision/components/supervision-menu/supervision-menu.component.mjs +0 -32
  215. package/esm2022/supervision/components/supervision-title/supervision-title.component.mjs +0 -24
  216. package/esm2022/supervision/components/supervision.component.mjs +0 -19
  217. package/esm2022/supervision/i18n/en.translations.mjs +0 -58
  218. package/esm2022/supervision/i18n/fr.translations.mjs +0 -58
  219. package/esm2022/supervision/provoly-dashboard-supervision.mjs +0 -5
  220. package/esm2022/supervision/public-api.mjs +0 -2
  221. package/esm2022/supervision/store/supervision-api.model.mjs +0 -2
  222. package/esm2022/supervision/store/supervision.actions.mjs +0 -33
  223. package/esm2022/supervision/store/supervision.effects.mjs +0 -60
  224. package/esm2022/supervision/store/supervision.reducer.mjs +0 -111
  225. package/esm2022/supervision/store/supervision.selectors.mjs +0 -35
  226. package/esm2022/supervision/store/supervision.service.mjs +0 -54
  227. package/esm2022/supervision/supervision-routing.module.mjs +0 -96
  228. package/esm2022/supervision/supervision.module.mjs +0 -96
  229. package/fesm2022/provoly-dashboard-supervision.mjs +0 -861
  230. package/fesm2022/provoly-dashboard-supervision.mjs.map +0 -1
  231. package/supervision/components/supervision-business-data/supervision-business-data.component.d.ts +0 -14
  232. package/supervision/components/supervision-flow/supervision-flow.component.d.ts +0 -14
  233. package/supervision/components/supervision-infrastructures/supervision-infrastructures.component.d.ts +0 -18
  234. package/supervision/components/supervision-integration-errors/supervision-integration-errors-select/supervision-integration-errors-select.component.d.ts +0 -12
  235. package/supervision/components/supervision-integration-errors/supervision-integration-errors.component.d.ts +0 -29
  236. package/supervision/components/supervision-layout/supervision-layout.component.d.ts +0 -21
  237. package/supervision/components/supervision-menu/supervision-menu.component.d.ts +0 -13
  238. package/supervision/components/supervision-title/supervision-title.component.d.ts +0 -11
  239. package/supervision/components/supervision.component.d.ts +0 -9
  240. package/supervision/i18n/en.translations.d.ts +0 -57
  241. package/supervision/i18n/fr.translations.d.ts +0 -57
  242. package/supervision/index.d.ts +0 -5
  243. package/supervision/public-api.d.ts +0 -1
  244. package/supervision/store/supervision-api.model.d.ts +0 -36
  245. package/supervision/store/supervision.actions.d.ts +0 -121
  246. package/supervision/store/supervision.effects.d.ts +0 -51
  247. package/supervision/store/supervision.reducer.d.ts +0 -22
  248. package/supervision/store/supervision.selectors.d.ts +0 -18
  249. package/supervision/store/supervision.service.d.ts +0 -19
  250. package/supervision/supervision-routing.module.d.ts +0 -7
  251. 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, PryI18nService } from '@provoly/dashboard';
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
- private i18nService;
8
- presentation$: Observable<ManifestDescription | null>;
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
  }
@@ -43,13 +43,6 @@ pry-add-edit-presentation {
43
43
 
44
44
  .o-presentation__metadata-editor {
45
45
  flex: 1 50%;
46
-
47
- pry-metadata-editor {
48
- ng-select {
49
- position: relative;
50
- width: 100%;
51
- }
52
- }
53
46
  }
54
47
 
55
48
  .o-presentation-form {
@@ -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
- .description-container {
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
- broadcast: string;
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
- consult_title: string;
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
- broadcast: string;
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
- .actions-list {
30
- display: flex;
31
- align-items: center;
32
- gap: 0.9375rem;
33
- flex-direction: row;
34
- flex-wrap: nowrap;
35
- justify-content: space-evenly;
36
- list-style-type: none;
37
- }
38
- .more-actions {
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-15/index#updateTo0_18"
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,2 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ export declare function updateTo0_20(): Rule;
@@ -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"}
@@ -46,6 +46,7 @@ export declare const enTranslations: {
46
46
  startWith: string;
47
47
  endWith: string;
48
48
  notEqualsString: string;
49
+ notEqualsNumber: string;
49
50
  equalsString: string;
50
51
  equalsNumber: string;
51
52
  greaterThanNumber: string;
@@ -46,6 +46,7 @@ export declare const frTranslations: {
46
46
  startWith: string;
47
47
  endWith: string;
48
48
  notEqualsString: string;
49
+ notEqualsNumber: string;
49
50
  equalsString: string;
50
51
  equalsNumber: string;
51
52
  greaterThanNumber: string;
@@ -69,3 +69,7 @@
69
69
  .u-self-end {
70
70
  align-self: flex-end;
71
71
  }
72
+
73
+ .-flex-shrink-0 {
74
+ flex-shrink: 0;
75
+ }
@@ -2,22 +2,46 @@
2
2
 
3
3
  /* Atom - Component pry-select (lib) */
4
4
  .a-pry-select {
5
- .ng-value-label {
6
- display: flex;
7
- align-items: center;
8
- height: toRem(36);
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
- .ng-option-label {
27
+ &__options {
12
28
  display: flex;
13
- align-items: center;
29
+ flex-direction: column;
30
+ justify-content: space-evenly;
31
+ overflow: auto;
14
32
 
15
- pry-icon {
16
- margin-right: toRem(8);
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
- .ng-value {
21
- width: 100%;
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
- min-width: 3em;
23
- max-width: 21em;
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
- z-index: 1000;
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
- .ng-select-container {
47
- border: none;
48
- min-width: toRem(150);
49
- }
46
+ height: toRem(30);
50
47
 
51
- .ng-select.ng-select-single .ng-select-container {
52
- min-height: toRem(22);
53
- height: toRem(22);
54
- }
55
-
56
- .ng-dropdown-panel.ng-select-bottom {
57
- margin-top: 3px;
58
- }
59
-
60
- .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container{
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
+ }
@@ -0,0 +1,14 @@
1
+ @use '../abstracts' as *;
2
+
3
+ /* Molecule - presentation title */
4
+
5
+ .m-presentation-title {
6
+ display: flex;
7
+
8
+ &__text {
9
+ display: flex;
10
+ padding-top: 0;
11
+ padding-bottom: 0;
12
+ }
13
+ }
14
+
@@ -3,11 +3,7 @@
3
3
  .o-about {
4
4
  position: relative;
5
5
 
6
- .description:hover:after {
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
- .description:hover + .description-tooltip {
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;
@@ -142,6 +142,10 @@
142
142
  line-height: toRem(20);
143
143
  text-align: center;
144
144
  }
145
+
146
+ &__loader {
147
+ width: toRem(20);
148
+ }
145
149
  }
146
150
 
147
151
  .a-indicator-block {
@@ -5,7 +5,7 @@
5
5
  .o-draggable-menu {
6
6
  display: flex;
7
7
  flex-direction: column;
8
- width: toRem(150);
8
+ width: toRem(170);
9
9
  padding: toRem(6);
10
10
 
11
11
  &__list {
@@ -167,7 +167,7 @@
167
167
  }
168
168
 
169
169
  &.-with-header {
170
- top: toRem(38);
170
+ top: toRem(35);
171
171
  left: toRem(5);
172
172
  }
173
173
 
@@ -206,7 +206,7 @@
206
206
  z-index: 1;
207
207
 
208
208
  &.-with-header {
209
- top: toRem(77);
209
+ top: toRem(75);
210
210
  }
211
211
  }
212
212
  }
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 /////