@igo2/common 16.0.0-rc.0 → 16.0.0-rc.2

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 (170) hide show
  1. package/esm2022/lib/action/action.module.mjs +2 -2
  2. package/esm2022/lib/action/actionbar/actionbar-item.component.mjs +2 -2
  3. package/esm2022/lib/action/actionbar/actionbar.component.mjs +6 -6
  4. package/esm2022/lib/action/actionbar/actionbar.module.mjs +3 -3
  5. package/esm2022/lib/action/shared/action.interfaces.mjs +1 -1
  6. package/esm2022/lib/action/shared/store.mjs +1 -1
  7. package/esm2022/lib/backdrop/backdrop.component.mjs +2 -2
  8. package/esm2022/lib/backdrop/backdrop.module.mjs +2 -2
  9. package/esm2022/lib/badge-icon/badge-icon.directive.mjs +2 -2
  10. package/esm2022/lib/badge-icon/badge-icon.module.mjs +2 -2
  11. package/esm2022/lib/clickout/clickout.module.mjs +1 -1
  12. package/esm2022/lib/clone/clone.module.mjs +1 -1
  13. package/esm2022/lib/clone/clone.pipe.mjs +1 -1
  14. package/esm2022/lib/collapsible/collapse.directive.mjs +2 -2
  15. package/esm2022/lib/collapsible/collapsible.component.mjs +3 -3
  16. package/esm2022/lib/collapsible/collapsible.module.mjs +1 -1
  17. package/esm2022/lib/color-picker-form-field/color-picker-form-field.component.mjs +67 -69
  18. package/esm2022/lib/color-picker-form-field/color-picker-form-field.module.mjs +25 -5
  19. package/esm2022/lib/confirm-dialog/confirm-dialog.component.mjs +2 -2
  20. package/esm2022/lib/confirm-dialog/confirm-dialog.module.mjs +1 -1
  21. package/esm2022/lib/confirm-dialog/confirm-dialog.service.mjs +1 -1
  22. package/esm2022/lib/context-menu/context-menu.directive.mjs +3 -3
  23. package/esm2022/lib/context-menu/context-menu.module.mjs +1 -1
  24. package/esm2022/lib/context-menu/long-press.directive.mjs +2 -2
  25. package/esm2022/lib/custom-html/custom-html.module.mjs +2 -2
  26. package/esm2022/lib/custom-html/custom-html.pipe.mjs +1 -1
  27. package/esm2022/lib/dom/dom.module.mjs +1 -1
  28. package/esm2022/lib/dom/dom.service.mjs +3 -3
  29. package/esm2022/lib/drag-drop/drag-drop.directive.mjs +2 -2
  30. package/esm2022/lib/drag-drop/drag-drop.module.mjs +1 -1
  31. package/esm2022/lib/dynamic-component/dynamic-component.module.mjs +2 -2
  32. package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.component.mjs +2 -2
  33. package/esm2022/lib/dynamic-component/dynamic-outlet/dynamic-outlet.module.mjs +2 -2
  34. package/esm2022/lib/dynamic-component/shared/dynamic-component.mjs +1 -1
  35. package/esm2022/lib/dynamic-component/shared/dynamic-component.service.mjs +1 -1
  36. package/esm2022/lib/entity/entity-selector/entity-selector.component.mjs +4 -4
  37. package/esm2022/lib/entity/entity-selector/entity-selector.module.mjs +2 -2
  38. package/esm2022/lib/entity/entity-table/entity-table-row.directive.mjs +2 -2
  39. package/esm2022/lib/entity/entity-table/entity-table.component.mjs +103 -103
  40. package/esm2022/lib/entity/entity-table/entity-table.module.mjs +13 -13
  41. package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.component.mjs +5 -5
  42. package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.interface.mjs +1 -1
  43. package/esm2022/lib/entity/entity-table-paginator/entity-table-paginator.module.mjs +2 -2
  44. package/esm2022/lib/entity/entity.module.mjs +3 -3
  45. package/esm2022/lib/entity/index.mjs +1 -1
  46. package/esm2022/lib/entity/shared/entity.interfaces.mjs +1 -1
  47. package/esm2022/lib/entity/shared/index.mjs +1 -1
  48. package/esm2022/lib/entity/shared/store-strategy.mjs +1 -1
  49. package/esm2022/lib/entity/shared/store.mjs +2 -2
  50. package/esm2022/lib/entity/shared/strategies/filter-custom-function.mjs +1 -1
  51. package/esm2022/lib/entity/shared/strategies/filter-selection.mjs +1 -1
  52. package/esm2022/lib/entity/shared/strategies/strategy.mjs +1 -1
  53. package/esm2022/lib/entity/shared/transaction.mjs +3 -3
  54. package/esm2022/lib/entity/shared/view.mjs +2 -2
  55. package/esm2022/lib/entity/shared/watcher.mjs +2 -2
  56. package/esm2022/lib/environment/environment.interface.mjs +2 -0
  57. package/esm2022/lib/environment/index.mjs +2 -0
  58. package/esm2022/lib/flexible/flexible.component.mjs +3 -3
  59. package/esm2022/lib/flexible/flexible.module.mjs +1 -1
  60. package/esm2022/lib/form/form/form.component.mjs +3 -3
  61. package/esm2022/lib/form/form/form.module.mjs +2 -2
  62. package/esm2022/lib/form/form-field/form-field-select.component.mjs +4 -4
  63. package/esm2022/lib/form/form-field/form-field-text.component.mjs +4 -4
  64. package/esm2022/lib/form/form-field/form-field-textarea.component.mjs +4 -4
  65. package/esm2022/lib/form/form-field/form-field.component.mjs +4 -4
  66. package/esm2022/lib/form/form-field/form-field.module.mjs +3 -3
  67. package/esm2022/lib/form/form-group/form-group.component.mjs +3 -3
  68. package/esm2022/lib/form/form-group/form-group.module.mjs +2 -2
  69. package/esm2022/lib/form/form.module.mjs +5 -5
  70. package/esm2022/lib/form/shared/form-field.service.mjs +1 -1
  71. package/esm2022/lib/form/shared/form.interfaces.mjs +1 -1
  72. package/esm2022/lib/form/shared/form.service.mjs +1 -1
  73. package/esm2022/lib/form/shared/form.utils.mjs +1 -1
  74. package/esm2022/lib/home-button/home-button.component.mjs +2 -2
  75. package/esm2022/lib/home-button/home-button.module.mjs +3 -3
  76. package/esm2022/lib/image/image-error.directive.mjs +2 -2
  77. package/esm2022/lib/image/image.module.mjs +1 -1
  78. package/esm2022/lib/image/secure-image.pipe.mjs +4 -4
  79. package/esm2022/lib/interactive-tour/interactive-tour.component.mjs +4 -4
  80. package/esm2022/lib/interactive-tour/interactive-tour.interface.mjs +1 -1
  81. package/esm2022/lib/interactive-tour/interactive-tour.loader.mjs +2 -2
  82. package/esm2022/lib/interactive-tour/interactive-tour.module.mjs +4 -4
  83. package/esm2022/lib/interactive-tour/interactive-tour.service.mjs +7 -9
  84. package/esm2022/lib/json-dialog/json-dialog.component.mjs +2 -2
  85. package/esm2022/lib/json-dialog/json-dialog.module.mjs +2 -2
  86. package/esm2022/lib/keyvalue/keyvalue.module.mjs +1 -1
  87. package/esm2022/lib/list/list-item.directive.mjs +2 -2
  88. package/esm2022/lib/list/list.component.mjs +4 -4
  89. package/esm2022/lib/list/list.module.mjs +2 -2
  90. package/esm2022/lib/panel/panel.component.mjs +3 -3
  91. package/esm2022/lib/panel/panel.module.mjs +2 -2
  92. package/esm2022/lib/sidenav/sidenav-shim.directive.mjs +2 -2
  93. package/esm2022/lib/sidenav/sidenav.module.mjs +1 -1
  94. package/esm2022/lib/spinner/spinner-activity.directive.mjs +2 -2
  95. package/esm2022/lib/spinner/spinner.component.mjs +2 -2
  96. package/esm2022/lib/spinner/spinner.module.mjs +2 -2
  97. package/esm2022/lib/stop-propagation/stop-propagation.module.mjs +1 -1
  98. package/esm2022/lib/table/table-datasource.mjs +2 -2
  99. package/esm2022/lib/table/table-model.interface.mjs +1 -1
  100. package/esm2022/lib/table/table.component.mjs +7 -7
  101. package/esm2022/lib/table/table.module.mjs +3 -3
  102. package/esm2022/lib/tool/shared/tool-component.mjs +1 -1
  103. package/esm2022/lib/tool/shared/toolbox.mjs +2 -2
  104. package/esm2022/lib/tool/tool.module.mjs +2 -2
  105. package/esm2022/lib/tool/toolbox/toolbox.animation.mjs +2 -2
  106. package/esm2022/lib/tool/toolbox/toolbox.component.mjs +4 -4
  107. package/esm2022/lib/tool/toolbox/toolbox.module.mjs +2 -2
  108. package/esm2022/lib/widget/shared/widget.service.mjs +1 -1
  109. package/esm2022/lib/widget/widget-outlet/widget-outlet.component.mjs +3 -3
  110. package/esm2022/lib/widget/widget-outlet/widget-outlet.module.mjs +2 -2
  111. package/esm2022/lib/widget/widget.module.mjs +3 -3
  112. package/esm2022/lib/workspace/shared/store.mjs +2 -2
  113. package/esm2022/lib/workspace/shared/workspace.interfaces.mjs +1 -1
  114. package/esm2022/lib/workspace/shared/workspace.mjs +1 -1
  115. package/esm2022/lib/workspace/workspace-selector/workspace-selector.component.mjs +3 -3
  116. package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +2 -2
  117. package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.component.mjs +3 -3
  118. package/esm2022/lib/workspace/workspace-widget-outlet/workspace-widget-outlet.module.mjs +2 -2
  119. package/esm2022/lib/workspace/workspace.module.mjs +2 -2
  120. package/esm2022/public_api.mjs +2 -1
  121. package/fesm2022/igo2-common.mjs +2392 -2379
  122. package/fesm2022/igo2-common.mjs.map +1 -1
  123. package/lib/action/action.theming.scss +5 -5
  124. package/lib/action/actionbar/actionbar-item.component.d.ts +1 -1
  125. package/lib/action/actionbar/actionbar.component.d.ts +4 -4
  126. package/lib/collapsible/collapse.directive.d.ts +1 -1
  127. package/lib/collapsible/collapsible.theming.scss +22 -22
  128. package/lib/color-picker-form-field/color-picker-form-field.component.d.ts +14 -17
  129. package/lib/color-picker-form-field/color-picker-form-field.module.d.ts +8 -3
  130. package/lib/context-menu/context-menu.directive.d.ts +1 -1
  131. package/lib/entity/entity-selector/entity-selector.component.d.ts +1 -1
  132. package/lib/entity/entity-selector/entity-selector.theming.scss +21 -21
  133. package/lib/entity/entity-table/entity-table-row.directive.d.ts +1 -1
  134. package/lib/entity/entity-table/entity-table.component.d.ts +22 -7
  135. package/lib/entity/entity-table/entity-table.theming.scss +4 -1
  136. package/lib/entity/entity-table-paginator/entity-table-paginator.component.d.ts +3 -3
  137. package/lib/entity/entity.theming.scss +0 -3
  138. package/lib/entity/shared/store-strategy.d.ts +1 -1
  139. package/lib/entity/shared/store.d.ts +1 -1
  140. package/lib/entity/shared/transaction.d.ts +2 -2
  141. package/lib/entity/shared/view.d.ts +1 -1
  142. package/lib/environment/environment.interface.d.ts +13 -0
  143. package/lib/environment/index.d.ts +1 -0
  144. package/lib/flexible/flexible.component.d.ts +2 -2
  145. package/lib/form/form/form.component.d.ts +1 -1
  146. package/lib/form/form-field/form-field.component.d.ts +1 -1
  147. package/lib/home-button/home-button.theming.scss +18 -18
  148. package/lib/image/secure-image.pipe.d.ts +2 -2
  149. package/lib/interactive-tour/interactive-tour.component.d.ts +2 -2
  150. package/lib/interactive-tour/interactive-tour.interface.d.ts +2 -1
  151. package/lib/interactive-tour/interactive-tour.loader.d.ts +1 -1
  152. package/lib/interactive-tour/interactive-tour.service.d.ts +1 -1
  153. package/lib/interactive-tour/interactive-tour.theming.scss +32 -32
  154. package/lib/list/list-item.directive.d.ts +1 -1
  155. package/lib/list/list.component.d.ts +1 -1
  156. package/lib/list/list.theming.scss +18 -0
  157. package/lib/spinner/spinner-activity.directive.d.ts +1 -1
  158. package/lib/table/table-datasource.d.ts +1 -1
  159. package/lib/table/table.component.d.ts +3 -3
  160. package/lib/tool/shared/toolbox.d.ts +1 -1
  161. package/lib/tool/toolbox/toolbox.component.d.ts +1 -1
  162. package/lib/tool/toolbox/toolbox.theming.scss +105 -105
  163. package/lib/workspace/shared/store.d.ts +1 -1
  164. package/lib/workspace/shared/workspace.d.ts +1 -1
  165. package/lib/workspace/workspace-selector/workspace-selector.component.d.ts +1 -1
  166. package/locale/en.common.json +44 -43
  167. package/locale/fr.common.json +44 -43
  168. package/package.json +5 -3
  169. package/public_api.d.ts +1 -0
  170. package/lib/entity/entity-table-paginator/entity-table-paginator.theming.scss +0 -21
@@ -2,8 +2,8 @@ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { BehaviorSubject, Observable } from 'rxjs';
3
3
  import { ActionStore } from '../../action';
4
4
  import { Tool } from '../shared/tool.interface';
5
- import { ToolboxColor } from '../shared/toolbox.enums';
6
5
  import { Toolbox } from '../shared/toolbox';
6
+ import { ToolboxColor } from '../shared/toolbox.enums';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class ToolboxComponent implements OnInit, OnDestroy {
9
9
  /**
@@ -1,105 +1,105 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin igo-toolbox-theming($theme) {
5
- @include color($theme);
6
- @include density($theme);
7
- }
8
-
9
- @mixin color($theme) {
10
- $primary: map.get($theme, primary);
11
- $accent: map.get($theme, accent);
12
- $foreground: map.get($theme, foreground);
13
- $darker-contrast: mat.get-color-from-palette($primary, darker-contrast);
14
- $lighter-contrast: mat.get-color-from-palette($primary, lighter-contrast);
15
-
16
- igo-toolbox {
17
- &.color-primary > igo-actionbar:not(.with-title) {
18
- box-shadow: unset;
19
- background-color: mat.get-color-from-palette($primary);
20
- #lowChevron,
21
- #topChevron {
22
- background-color: mat.get-color-from-palette($primary);
23
- color: white;
24
- }
25
- }
26
-
27
- &.color-grey > igo-actionbar:not(.with-title) {
28
- box-shadow: unset;
29
- background-color: #737475;
30
- #lowChevron,
31
- #topChevron {
32
- background-color: #737475;
33
- color: white;
34
- }
35
- }
36
-
37
- &.color-primary,
38
- &.color-grey {
39
- & > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base {
40
- .mat-mdc-list-item.mdc-list-item--with-leading-avatar {
41
- color: white;
42
- &:hover {
43
- color: black;
44
- }
45
-
46
- &.tool-activated,
47
- &.children-tool-activated {
48
- background-color: white;
49
- color: black;
50
- }
51
- }
52
- }
53
- }
54
-
55
- > igo-actionbar {
56
- &:not(.with-title) {
57
- > mat-list {
58
- & > #lowChevron,
59
- & > #topChevron {
60
- &:hover {
61
- background-color: mat.get-color-from-palette($accent, lighter);
62
- color: black;
63
- }
64
- }
65
-
66
- mat-list-item {
67
- color: $lighter-contrast;
68
- }
69
- }
70
- }
71
-
72
- mat-list.mat-mdc-list-base igo-actionbar-item mat-list-item {
73
- &:hover {
74
- background-color: mat.get-color-from-palette($accent, lighter);
75
- }
76
-
77
- &.tool-activated,
78
- &.children-tool-activated {
79
- color: $lighter-contrast;
80
- background-color: $darker-contrast;
81
-
82
- button {
83
- cursor: default;
84
- }
85
- }
86
- }
87
- }
88
- }
89
- }
90
-
91
- @mixin density($theme) {
92
- $density: mat.get-density-config($theme);
93
- $theme: map.merge(
94
- $theme,
95
- (
96
- density: $density - 2
97
- )
98
- );
99
-
100
- igo-toolbox {
101
- igo-actionbar-item {
102
- @include mat.list-density($theme);
103
- }
104
- }
105
- }
1
+ @use 'sass:map';
2
+ @use '@angular/material' as mat;
3
+
4
+ @mixin igo-toolbox-theming($theme) {
5
+ @include color($theme);
6
+ @include density($theme);
7
+ }
8
+
9
+ @mixin color($theme) {
10
+ $primary: map.get($theme, primary);
11
+ $accent: map.get($theme, accent);
12
+ $foreground: map.get($theme, foreground);
13
+ $darker-contrast: mat.get-color-from-palette($primary, darker-contrast);
14
+ $lighter-contrast: mat.get-color-from-palette($primary, lighter-contrast);
15
+
16
+ igo-toolbox {
17
+ &.color-primary > igo-actionbar:not(.with-title) {
18
+ box-shadow: unset;
19
+ background-color: mat.get-color-from-palette($primary);
20
+ #lowChevron,
21
+ #topChevron {
22
+ background-color: mat.get-color-from-palette($primary);
23
+ color: white;
24
+ }
25
+ }
26
+
27
+ &.color-grey > igo-actionbar:not(.with-title) {
28
+ box-shadow: unset;
29
+ background-color: #737475;
30
+ #lowChevron,
31
+ #topChevron {
32
+ background-color: #737475;
33
+ color: white;
34
+ }
35
+ }
36
+
37
+ &.color-primary,
38
+ &.color-grey {
39
+ & > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base {
40
+ .mat-mdc-list-item.mdc-list-item--with-leading-avatar {
41
+ color: white;
42
+ &:hover {
43
+ color: black;
44
+ }
45
+
46
+ &.tool-activated,
47
+ &.children-tool-activated {
48
+ background-color: white;
49
+ color: black;
50
+ }
51
+ }
52
+ }
53
+ }
54
+
55
+ > igo-actionbar {
56
+ &:not(.with-title) {
57
+ > mat-list {
58
+ & > #lowChevron,
59
+ & > #topChevron {
60
+ &:hover {
61
+ background-color: mat.get-color-from-palette($accent, lighter);
62
+ color: black;
63
+ }
64
+ }
65
+
66
+ mat-list-item {
67
+ color: $lighter-contrast;
68
+ }
69
+ }
70
+ }
71
+
72
+ mat-list.mat-mdc-list-base igo-actionbar-item mat-list-item {
73
+ &:hover {
74
+ background-color: mat.get-color-from-palette($accent, lighter);
75
+ }
76
+
77
+ &.tool-activated,
78
+ &.children-tool-activated {
79
+ color: $lighter-contrast;
80
+ background-color: $darker-contrast;
81
+
82
+ button {
83
+ cursor: default;
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }
90
+
91
+ @mixin density($theme) {
92
+ $density: mat.get-density-config($theme);
93
+ $theme: map.merge(
94
+ $theme,
95
+ (
96
+ density: $density - 2
97
+ )
98
+ );
99
+
100
+ igo-toolbox {
101
+ igo-actionbar-item {
102
+ @include mat.list-density($theme);
103
+ }
104
+ }
105
+ }
@@ -1,6 +1,6 @@
1
+ import { BehaviorSubject } from 'rxjs';
1
2
  import { EntityStore } from '../../entity';
2
3
  import { Workspace } from './workspace';
3
- import { BehaviorSubject } from 'rxjs';
4
4
  /**
5
5
  * The class is a specialized version of an EntityStore that stores
6
6
  * workspaces.
@@ -1,7 +1,7 @@
1
1
  import { BehaviorSubject } from 'rxjs';
2
2
  import { ActionStore } from '../../action';
3
- import { Widget } from '../../widget';
4
3
  import { EntityStoreWithStrategy } from '../../entity';
4
+ import { Widget } from '../../widget';
5
5
  import { WorkspaceOptions } from './workspace.interfaces';
6
6
  /**
7
7
  * This class is responsible of managing the relations between
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { Workspace } from '../shared/workspace';
3
2
  import { WorkspaceStore } from '../shared/store';
3
+ import { Workspace } from '../shared/workspace';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * Drop list that activates the selected workspace emit an event.
@@ -1,43 +1,44 @@
1
- {
2
- "igo": {
3
- "common": {
4
- "confirmDialog": {
5
- "cancelBtn": "Cancel",
6
- "confirmBtn": "Confirm",
7
- "title": "Confirm"
8
- },
9
- "table": {
10
- "filter": "Filter"
11
- },
12
- "entity-table": {
13
- "targetHtmlUrl": "Open the external link"
14
- },
15
- "form": {
16
- "errors": {
17
- "required": "This field is required"
18
- }
19
- },
20
- "actionbar": {
21
- "scrollUp": "Scroll up",
22
- "scrollDown": "Scroll down",
23
- "icon": "Action list"
24
- },
25
- "interactiveTour": {
26
- "tooltipTourToolButton": "Interactive tour of the application",
27
- "disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
28
- "buttonTitle": "Discover",
29
- "exitButton": "Exit",
30
- "backButton": "Back",
31
- "nextButton": "Next"
32
- },
33
- "paginator": {
34
- "firstPageLabel": "First page",
35
- "itemsPerPageLabel": "Items per page:",
36
- "lastPageLabel": "Last page",
37
- "nextPageLabel": "Next page",
38
- "previousPageLabel": "Previous page",
39
- "of": "of"
40
- }
41
- }
42
- }
43
- }
1
+ {
2
+ "igo": {
3
+ "common": {
4
+ "confirmDialog": {
5
+ "cancelBtn": "Cancel",
6
+ "confirmBtn": "Confirm",
7
+ "title": "Confirm",
8
+ "applyBtn": "Apply"
9
+ },
10
+ "table": {
11
+ "filter": "Filter"
12
+ },
13
+ "entity-table": {
14
+ "targetHtmlUrl": "Open the external link"
15
+ },
16
+ "form": {
17
+ "errors": {
18
+ "required": "This field is required"
19
+ }
20
+ },
21
+ "actionbar": {
22
+ "scrollUp": "Scroll up",
23
+ "scrollDown": "Scroll down",
24
+ "icon": "Action list"
25
+ },
26
+ "interactiveTour": {
27
+ "tooltipTourToolButton": "Interactive tour of the application",
28
+ "disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
29
+ "buttonTitle": "Discover",
30
+ "exitButton": "Exit",
31
+ "backButton": "Back",
32
+ "nextButton": "Next"
33
+ },
34
+ "paginator": {
35
+ "firstPageLabel": "First page",
36
+ "itemsPerPageLabel": "Items per page:",
37
+ "lastPageLabel": "Last page",
38
+ "nextPageLabel": "Next page",
39
+ "previousPageLabel": "Previous page",
40
+ "of": "of"
41
+ }
42
+ }
43
+ }
44
+ }
@@ -1,43 +1,44 @@
1
- {
2
- "igo": {
3
- "common": {
4
- "confirmDialog": {
5
- "cancelBtn": "Annuler",
6
- "confirmBtn": "Confirmer",
7
- "title": "Confirmation"
8
- },
9
- "table": {
10
- "filter": "Filtre"
11
- },
12
- "entity-table": {
13
- "targetHtmlUrl": "Ouvrir le lien externe"
14
- },
15
- "form": {
16
- "errors": {
17
- "required": "Ce champ est requis"
18
- }
19
- },
20
- "actionbar": {
21
- "scrollUp": "Défiler vers le haut",
22
- "scrollDown": "Défiler vers le bas",
23
- "icon": "Actions supplémentaires"
24
- },
25
- "interactiveTour": {
26
- "tooltipTourToolButton": "Aide interactive sur l'outil",
27
- "disaledTooltipTourToolButton": "Pour avoir accès au tour interactif de cet outil, ajouter des contextes ou des couches",
28
- "buttonTitle": "Découvrir",
29
- "exitButton": "Quitter",
30
- "backButton": "Précédent",
31
- "nextButton": "Suivant"
32
- },
33
- "paginator": {
34
- "firstPageLabel": "Première page",
35
- "itemsPerPageLabel": "Entités par page:",
36
- "lastPageLabel": "Dernière page",
37
- "nextPageLabel": "Page suivante",
38
- "previousPageLabel": "Page précédente",
39
- "of": "de"
40
- }
41
- }
42
- }
43
- }
1
+ {
2
+ "igo": {
3
+ "common": {
4
+ "confirmDialog": {
5
+ "cancelBtn": "Annuler",
6
+ "confirmBtn": "Confirmer",
7
+ "title": "Confirmation",
8
+ "applyBtn": "Appliquer"
9
+ },
10
+ "table": {
11
+ "filter": "Filtre"
12
+ },
13
+ "entity-table": {
14
+ "targetHtmlUrl": "Ouvrir le lien externe"
15
+ },
16
+ "form": {
17
+ "errors": {
18
+ "required": "Ce champ est requis"
19
+ }
20
+ },
21
+ "actionbar": {
22
+ "scrollUp": "Défiler vers le haut",
23
+ "scrollDown": "Défiler vers le bas",
24
+ "icon": "Actions supplémentaires"
25
+ },
26
+ "interactiveTour": {
27
+ "tooltipTourToolButton": "Aide interactive sur l'outil",
28
+ "disaledTooltipTourToolButton": "Pour avoir accès au tour interactif de cet outil, ajouter des contextes ou des couches",
29
+ "buttonTitle": "Découvrir",
30
+ "exitButton": "Quitter",
31
+ "backButton": "Précédent",
32
+ "nextButton": "Suivant"
33
+ },
34
+ "paginator": {
35
+ "firstPageLabel": "Première page",
36
+ "itemsPerPageLabel": "Entités par page:",
37
+ "lastPageLabel": "Dernière page",
38
+ "nextPageLabel": "Page suivante",
39
+ "previousPageLabel": "Page précédente",
40
+ "of": "de"
41
+ }
42
+ }
43
+ }
44
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/common",
3
- "version": "16.0.0-rc.0",
3
+ "version": "16.0.0-rc.2",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -37,11 +37,13 @@
37
37
  "@angular/core": "^16.2.5",
38
38
  "@angular/material": "^16.2.4",
39
39
  "@angular/platform-browser": "^16.2.5",
40
- "@igo2/core": "^16.0.0-rc.0",
41
- "@igo2/utils": "^16.0.0-rc.0",
40
+ "@floating-ui/utils": "^0.1.4",
41
+ "@igo2/core": "^16.0.0-rc.2",
42
+ "@igo2/utils": "^16.0.0-rc.2",
42
43
  "angular-shepherd": "16.0.0",
43
44
  "scroll-into-view-if-needed": "^3.0.0",
44
45
  "typy": "^3.3.0",
46
+ "ngx-color": "^9.0.0",
45
47
  "tinycolor2": "^1.6.0"
46
48
  },
47
49
  "dependencies": {
package/public_api.d.ts CHANGED
@@ -12,6 +12,7 @@ export * from './lib/dom/dom.module';
12
12
  export * from './lib/drag-drop/drag-drop.module';
13
13
  export * from './lib/dynamic-component/dynamic-component.module';
14
14
  export * from './lib/dynamic-component/dynamic-outlet/dynamic-outlet.module';
15
+ export * from './lib/environment';
15
16
  export * from './lib/flexible/flexible.module';
16
17
  export * from './lib/form/form.module';
17
18
  export * from './lib/form/form/form.module';
@@ -1,21 +0,0 @@
1
- @use 'sass:map';
2
- @use '@angular/material' as mat;
3
-
4
- @mixin theme($theme) {
5
- @include density($theme);
6
- }
7
-
8
- @mixin density($theme) {
9
- $density: mat.get-density-config($theme);
10
-
11
- $theme: map.merge(
12
- $theme,
13
- (
14
- density: $density - 4
15
- )
16
- );
17
-
18
- igo-entity-selector {
19
- @include mat.paginator-density($theme);
20
- }
21
- }