@hug/ngx-layout 1.1.11 → 2.0.1
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/CHANGELOG.md +93 -57
- package/README.md +2 -1
- package/_layout-theme.scss +36 -36
- package/esm2022/layout.component.mjs +158 -0
- package/fesm2022/hug-ngx-layout.mjs +165 -0
- package/fesm2022/hug-ngx-layout.mjs.map +1 -0
- package/layout.component.d.ts +1 -1
- package/package.json +12 -18
- package/esm2020/layout.component.mjs +0 -152
- package/fesm2015/hug-ngx-layout.mjs +0 -166
- package/fesm2015/hug-ngx-layout.mjs.map +0 -1
- package/fesm2020/hug-ngx-layout.mjs +0 -159
- package/fesm2020/hug-ngx-layout.mjs.map +0 -1
- /package/{esm2020 → esm2022}/hug-ngx-layout.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,148 +1,184 @@
|
|
|
1
|
-
##
|
|
1
|
+
## 2.0.1 (2024-09-20)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### 🐛 Fixes
|
|
5
5
|
|
|
6
|
-
- **ngx-layout:** remove
|
|
6
|
+
- **ngx-layout:** remove hardcoded backcolor ([36b052e](https://github.com/DSI-HUG/ngx-components/commit/36b052e))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### ❤️ Thank You
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- Serge
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
# 2.0.0 (2024-09-11)
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
###
|
|
16
|
+
### 🚀 Features
|
|
17
17
|
|
|
18
|
-
-
|
|
18
|
+
- update to angular 15 - FC-67 ([6bad712](https://github.com/DSI-HUG/ngx-components/commit/6bad712))
|
|
19
19
|
|
|
20
|
+
- update material to angular 15 - FC-67 ([44406c1](https://github.com/DSI-HUG/ngx-components/commit/44406c1))
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
- update material to angular 15 - FC-67 ([5af2c75](https://github.com/DSI-HUG/ngx-components/commit/5af2c75))
|
|
22
23
|
|
|
23
|
-
-
|
|
24
|
+
- layout angular15 ([02777f7](https://github.com/DSI-HUG/ngx-components/commit/02777f7))
|
|
24
25
|
|
|
25
|
-
-
|
|
26
|
+
- apply angular material 18 ([f65d64c](https://github.com/DSI-HUG/ngx-components/commit/f65d64c))
|
|
26
27
|
|
|
28
|
+
- layout storybook ([6ae63c1](https://github.com/DSI-HUG/ngx-components/commit/6ae63c1))
|
|
27
29
|
|
|
28
|
-
|
|
30
|
+
- prettier ([2aa36f0](https://github.com/DSI-HUG/ngx-components/commit/2aa36f0))
|
|
29
31
|
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
+
- format to ng18 ([3b78bdf](https://github.com/DSI-HUG/ngx-components/commit/3b78bdf))
|
|
33
|
+
|
|
34
|
+
- **ng18:** remove no more necessary files ([54c46a1](https://github.com/DSI-HUG/ngx-components/commit/54c46a1))
|
|
32
35
|
|
|
33
|
-
|
|
36
|
+
|
|
37
|
+
### 🐛 Fixes
|
|
38
|
+
|
|
39
|
+
- layout css button ([f042a32](https://github.com/DSI-HUG/ngx-components/commit/f042a32))
|
|
40
|
+
|
|
41
|
+
- correctif passage compelt ng18 ([3fe864e](https://github.com/DSI-HUG/ngx-components/commit/3fe864e))
|
|
42
|
+
|
|
43
|
+
- **ci:** tests ([9387ba8](https://github.com/DSI-HUG/ngx-components/commit/9387ba8))
|
|
34
44
|
|
|
35
45
|
|
|
36
46
|
### 🌱 Dependencies
|
|
37
47
|
|
|
38
|
-
- **@hug/ngx-
|
|
48
|
+
- **@hug/ngx-sidenav:** upgrade to v2.0.0 ([243d31f](https://github.com/DSI-HUG/ngx-components/commit/243d31f))
|
|
49
|
+
|
|
50
|
+
- **@hug/ngx-core:** upgrade to v2.0.0 ([ce6226c](https://github.com/DSI-HUG/ngx-components/commit/ce6226c))
|
|
39
51
|
|
|
40
52
|
|
|
41
53
|
### ❤️ Thank You
|
|
42
54
|
|
|
55
|
+
- Badisi
|
|
43
56
|
- dsi-hug-bot @dsi-hug-bot
|
|
57
|
+
- rfrt
|
|
44
58
|
|
|
45
|
-
## 1.1.
|
|
46
|
-
|
|
59
|
+
## 1.1.11 (2024-07-26)
|
|
47
60
|
|
|
48
61
|
### 🐛 Fixes
|
|
49
62
|
|
|
50
|
-
-
|
|
63
|
+
- **ngx-layout:** remove deprecated/unused input options ([73defb9](https://github.com/DSI-HUG/ngx-components/commit/73defb9))
|
|
51
64
|
|
|
65
|
+
### ❤️ Thank You
|
|
52
66
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
- **@hug/ngx-sidenav:** upgrade to v1.1.6 ([72246b0](https://github.com/DSI-HUG/ngx-components/commit/72246b0))
|
|
67
|
+
- damien-guillermet
|
|
56
68
|
|
|
57
|
-
|
|
69
|
+
## 1.1.10 (2024-07-25)
|
|
58
70
|
|
|
71
|
+
### 🐛 Fixes
|
|
59
72
|
|
|
60
|
-
|
|
73
|
+
- **ngx-layout:** update patch version ([0cb3d44](https://github.com/DSI-HUG/ngx-components/commit/0cb3d44))
|
|
61
74
|
|
|
62
|
-
|
|
63
|
-
- Serge
|
|
75
|
+
### 🌱 Dependencies
|
|
64
76
|
|
|
65
|
-
|
|
77
|
+
- **@hug/ngx-sidenav:** upgrade to v1.1.8 ([88b29fb](https://github.com/DSI-HUG/ngx-components/commit/88b29fb))
|
|
66
78
|
|
|
79
|
+
- **@hug/ngx-core:** upgrade to v1.1.14 ([12ee5d4](https://github.com/DSI-HUG/ngx-components/commit/12ee5d4))
|
|
67
80
|
|
|
68
|
-
###
|
|
81
|
+
### ❤️ Thank You
|
|
69
82
|
|
|
70
|
-
-
|
|
83
|
+
- dsi-hug-bot @dsi-hug-bot
|
|
84
|
+
- Serge
|
|
71
85
|
|
|
86
|
+
## 1.1.9 (2024-07-25)
|
|
72
87
|
|
|
73
88
|
### 🌱 Dependencies
|
|
74
89
|
|
|
75
|
-
-
|
|
90
|
+
- **@hug/ngx-core:** upgrade to v1.1.13 ([15e11d7](https://github.com/DSI-HUG/ngx-components/commit/15e11d7))
|
|
76
91
|
|
|
77
|
-
|
|
92
|
+
### ❤️ Thank You
|
|
78
93
|
|
|
94
|
+
- dsi-hug-bot @dsi-hug-bot
|
|
79
95
|
|
|
80
|
-
|
|
96
|
+
## 1.1.8 (2024-07-24)
|
|
81
97
|
|
|
82
|
-
|
|
83
|
-
- Serge
|
|
98
|
+
### 🐛 Fixes
|
|
84
99
|
|
|
85
|
-
|
|
100
|
+
- **ngx-layout:** update patch version ([2a03908](https://github.com/DSI-HUG/ngx-components/commit/2a03908))
|
|
86
101
|
|
|
102
|
+
### 🌱 Dependencies
|
|
87
103
|
|
|
88
|
-
|
|
104
|
+
- **@hug/ngx-sidenav:** upgrade to v1.1.6 ([72246b0](https://github.com/DSI-HUG/ngx-components/commit/72246b0))
|
|
89
105
|
|
|
90
|
-
-
|
|
106
|
+
- **@hug/ngx-core:** upgrade to v1.1.12 ([78a2936](https://github.com/DSI-HUG/ngx-components/commit/78a2936))
|
|
91
107
|
|
|
92
|
-
|
|
108
|
+
### ❤️ Thank You
|
|
93
109
|
|
|
110
|
+
- dsi-hug-bot @dsi-hug-bot
|
|
111
|
+
- Serge
|
|
94
112
|
|
|
95
|
-
|
|
113
|
+
## 1.1.7 (2024-07-24)
|
|
96
114
|
|
|
97
|
-
|
|
115
|
+
### 🐛 Fixes
|
|
98
116
|
|
|
99
|
-
-
|
|
117
|
+
- **ngx-layout:** update patch version ([1e19c96](https://github.com/DSI-HUG/ngx-components/commit/1e19c96))
|
|
100
118
|
|
|
101
|
-
|
|
119
|
+
### 🌱 Dependencies
|
|
102
120
|
|
|
121
|
+
- **@hug/ngx-core:** upgrade to v1.1.11 ([bda1d8c](https://github.com/DSI-HUG/ngx-components/commit/bda1d8c))
|
|
103
122
|
|
|
104
|
-
|
|
123
|
+
- **@hug/ngx-sidenav:** upgrade to v1.1.5 ([7b0ce30](https://github.com/DSI-HUG/ngx-components/commit/7b0ce30))
|
|
105
124
|
|
|
106
|
-
|
|
107
|
-
- Serge
|
|
125
|
+
### ❤️ Thank You
|
|
108
126
|
|
|
109
|
-
|
|
127
|
+
- dsi-hug-bot @dsi-hug-bot
|
|
128
|
+
- Serge
|
|
110
129
|
|
|
130
|
+
## 1.1.6 (2024-07-23)
|
|
111
131
|
|
|
112
132
|
### 🐛 Fixes
|
|
113
133
|
|
|
114
|
-
-
|
|
115
|
-
|
|
116
|
-
- **ngx-layout:** ngx prefix ([d5a4b08](https://github.com/DSI-HUG/ngx-components/commit/d5a4b08))
|
|
134
|
+
- **ngx-core:** ngx prefix ([e08e71a](https://github.com/DSI-HUG/ngx-components/commit/e08e71a))
|
|
117
135
|
|
|
136
|
+
- **ngx-layout:** compile path ([f9f464e](https://github.com/DSI-HUG/ngx-components/commit/f9f464e))
|
|
118
137
|
|
|
119
138
|
### 🌱 Dependencies
|
|
120
139
|
|
|
121
|
-
-
|
|
140
|
+
- **@hug/ngx-core:** upgrade to v1.1.9 ([3692c68](https://github.com/DSI-HUG/ngx-components/commit/3692c68))
|
|
122
141
|
|
|
142
|
+
- **@hug/ngx-sidenav:** upgrade to v1.1.4 ([47676fa](https://github.com/DSI-HUG/ngx-components/commit/47676fa))
|
|
123
143
|
|
|
124
|
-
|
|
144
|
+
- **@hug/ngx-core:** upgrade to v1.1.10 ([78dbe21](https://github.com/DSI-HUG/ngx-components/commit/78dbe21))
|
|
125
145
|
|
|
126
|
-
|
|
127
|
-
- Serge
|
|
146
|
+
### ❤️ Thank You
|
|
128
147
|
|
|
129
|
-
|
|
148
|
+
- dsi-hug-bot @dsi-hug-bot
|
|
149
|
+
- Serge
|
|
130
150
|
|
|
151
|
+
## 1.1.5 (2024-07-23)
|
|
131
152
|
|
|
132
153
|
### 🐛 Fixes
|
|
133
154
|
|
|
134
|
-
-
|
|
155
|
+
- **ngx-list-loader:** improve encapsulation ([550e79a](https://github.com/DSI-HUG/ngx-components/commit/550e79a))
|
|
135
156
|
|
|
157
|
+
- **ngx-layout:** ngx prefix ([d5a4b08](https://github.com/DSI-HUG/ngx-components/commit/d5a4b08))
|
|
136
158
|
|
|
137
159
|
### 🌱 Dependencies
|
|
138
160
|
|
|
139
|
-
-
|
|
161
|
+
- **@hug/ngx-sidenav:** upgrade to v1.1.3 ([3d9afa7](https://github.com/DSI-HUG/ngx-components/commit/3d9afa7))
|
|
140
162
|
|
|
163
|
+
### ❤️ Thank You
|
|
141
164
|
|
|
142
|
-
|
|
165
|
+
- dsi-hug-bot @dsi-hug-bot
|
|
166
|
+
- Serge
|
|
143
167
|
|
|
144
|
-
|
|
145
|
-
|
|
168
|
+
## 1.1.4 (2024-07-23)
|
|
169
|
+
|
|
170
|
+
### 🐛 Fixes
|
|
171
|
+
|
|
172
|
+
- **ngx-layout:** use inject ([b44b216](https://github.com/DSI-HUG/ngx-components/commit/b44b216))
|
|
173
|
+
|
|
174
|
+
### 🌱 Dependencies
|
|
175
|
+
|
|
176
|
+
- **@hug/ngx-core:** upgrade to v1.1.8 ([26f0d10](https://github.com/DSI-HUG/ngx-components/commit/26f0d10))
|
|
177
|
+
|
|
178
|
+
### ❤️ Thank You
|
|
179
|
+
|
|
180
|
+
- dsi-hug-bot @dsi-hug-bot
|
|
181
|
+
- Serge
|
|
146
182
|
|
|
147
183
|
## 1.1.3 (2024-07-08)
|
|
148
184
|
|
package/README.md
CHANGED
package/_layout-theme.scss
CHANGED
|
@@ -7,19 +7,19 @@
|
|
|
7
7
|
$foreground: map-get($theme, foreground);
|
|
8
8
|
|
|
9
9
|
ngx-layout > .mat-toolbar.mat-primary {
|
|
10
|
-
background-color: mat.get-color-from-palette($primary, darker);
|
|
11
|
-
color: mat.get-color-from-palette($primary, darker-contrast);
|
|
10
|
+
background-color: mat.m2-get-color-from-palette($primary, darker);
|
|
11
|
+
color: mat.m2-get-color-from-palette($primary, darker-contrast);
|
|
12
12
|
|
|
13
|
-
.mat-icon-button:not([disabled]) .mat-icon {
|
|
14
|
-
color: mat.get-color-from-palette($primary, darker-contrast);
|
|
13
|
+
.mat-mdc-icon-button:not([disabled]) .mat-icon {
|
|
14
|
+
color: mat.m2-get-color-from-palette($primary, darker-contrast);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
&:not(:first-of-type) {
|
|
18
|
-
background-color: mat.get-color-from-palette($primary);
|
|
19
|
-
color: mat.get-color-from-palette($primary, default-contrast);
|
|
18
|
+
background-color: mat.m2-get-color-from-palette($primary);
|
|
19
|
+
color: mat.m2-get-color-from-palette($primary, default-contrast);
|
|
20
20
|
|
|
21
|
-
.mat-icon-button:not([disabled]) .mat-icon {
|
|
22
|
-
color: mat.get-color-from-palette($primary, default-contrast);
|
|
21
|
+
.mat-mdc-icon-button:not([disabled]) .mat-icon {
|
|
22
|
+
color: mat.m2-get-color-from-palette($primary, default-contrast);
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -28,37 +28,37 @@
|
|
|
28
28
|
mat-drawer {
|
|
29
29
|
&.right {
|
|
30
30
|
[filters-title] {
|
|
31
|
-
color: mat.get-color-from-palette($foreground, secondary-text);
|
|
32
|
-
background-color: mat.get-color-from-palette($background, disabled-button-toggle);
|
|
31
|
+
color: mat.m2-get-color-from-palette($foreground, secondary-text);
|
|
32
|
+
background-color: mat.m2-get-color-from-palette($background, disabled-button-toggle);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
[filters-subtitle] {
|
|
36
|
-
color: mat.get-color-from-palette($foreground, secondary-text);
|
|
37
|
-
background-color: mat.get-color-from-palette($background, hover);
|
|
36
|
+
color: mat.m2-get-color-from-palette($foreground, secondary-text);
|
|
37
|
+
background-color: mat.m2-get-color-from-palette($background, hover);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
[filters-icon] {
|
|
41
|
-
color: mat.get-color-from-palette($foreground, text);
|
|
41
|
+
color: mat.m2-get-color-from-palette($foreground, text);
|
|
42
42
|
|
|
43
43
|
&:hover {
|
|
44
|
-
color: mat.get-color-from-palette($foreground, secondary-text);
|
|
44
|
+
color: mat.m2-get-color-from-palette($foreground, secondary-text);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
[filters-chip-list] {
|
|
49
|
-
.mat-
|
|
50
|
-
background-color: mat.get-color-from-palette($accent);
|
|
51
|
-
color: mat.get-color-from-palette($background, background);
|
|
49
|
+
.mat-mdc-chip {
|
|
50
|
+
background-color: mat.m2-get-color-from-palette($accent);
|
|
51
|
+
color: mat.m2-get-color-from-palette($background, background);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.mat-
|
|
54
|
+
.mat-mdc-chip {
|
|
55
55
|
&:not([disabled]) {
|
|
56
56
|
&:hover {
|
|
57
|
-
background-color: mat.get-color-from-palette($accent, 700);
|
|
58
|
-
color: mat.get-color-from-palette($accent, 600);
|
|
57
|
+
background-color: mat.m2-get-color-from-palette($accent, 700);
|
|
58
|
+
color: mat.m2-get-color-from-palette($accent, 600);
|
|
59
59
|
|
|
60
60
|
&:before {
|
|
61
|
-
color: mat.get-color-from-palette($background, background);
|
|
61
|
+
color: mat.m2-get-color-from-palette($background, background);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -67,17 +67,17 @@
|
|
|
67
67
|
|
|
68
68
|
[filters-toggle-group] {
|
|
69
69
|
.mat-button-toggle {
|
|
70
|
-
color: mat.get-color-from-palette($foreground, secondary-text);
|
|
70
|
+
color: mat.m2-get-color-from-palette($foreground, secondary-text);
|
|
71
71
|
|
|
72
72
|
&.mat-button-toggle-checked {
|
|
73
|
-
background-color: mat.get-color-from-palette($accent);
|
|
74
|
-
color: mat.get-color-from-palette($background, background);
|
|
73
|
+
background-color: mat.m2-get-color-from-palette($accent);
|
|
74
|
+
color: mat.m2-get-color-from-palette($background, background);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
&:not(:has(button[disabled])) {
|
|
78
78
|
&:hover {
|
|
79
|
-
background-color: mat.get-color-from-palette($accent, 200);
|
|
80
|
-
color: mat.get-color-from-palette($background, background);
|
|
79
|
+
background-color: mat.m2-get-color-from-palette($accent, 200);
|
|
80
|
+
color: mat.m2-get-color-from-palette($background, background);
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
}
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
mat-button-toggle {
|
|
91
91
|
button {
|
|
92
92
|
.mat-button-toggle-label-content {
|
|
93
|
-
color: mat.get-color-from-palette($foreground, secondary-text);
|
|
93
|
+
color: mat.m2-get-color-from-palette($foreground, secondary-text);
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
.info-boxes-container {
|
|
103
103
|
.info-box {
|
|
104
104
|
&.accent {
|
|
105
|
-
background-color: mat.get-color-from-palette($accent);
|
|
106
|
-
color: mat.get-color-from-palette($accent, default-contrast);
|
|
105
|
+
background-color: mat.m2-get-color-from-palette($accent);
|
|
106
|
+
color: mat.m2-get-color-from-palette($accent, default-contrast);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
&.primary {
|
|
110
|
-
background-color: mat.get-color-from-palette($primary, 800);
|
|
111
|
-
color: mat.get-color-from-palette($primary, default-contrast);
|
|
110
|
+
background-color: mat.m2-get-color-from-palette($primary, 800);
|
|
111
|
+
color: mat.m2-get-color-from-palette($primary, default-contrast);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
}
|
|
@@ -117,20 +117,20 @@
|
|
|
117
117
|
|
|
118
118
|
// Custom scrollbar
|
|
119
119
|
::-webkit-scrollbar-track {
|
|
120
|
-
background-color: mat.get-color-from-palette($background, background);
|
|
120
|
+
background-color: mat.m2-get-color-from-palette($background, background);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
::-webkit-scrollbar-thumb {
|
|
124
|
-
background-color: mat.get-color-from-palette($foreground, hint-text);
|
|
125
|
-
border: 2px solid mat.get-color-from-palette($background, background);
|
|
124
|
+
background-color: mat.m2-get-color-from-palette($foreground, hint-text);
|
|
125
|
+
border: 2px solid mat.m2-get-color-from-palette($background, background);
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
::-webkit-scrollbar-thumb:hover {
|
|
129
|
-
background-color: mat.get-color-from-palette($foreground, secondary-text);
|
|
129
|
+
background-color: mat.m2-get-color-from-palette($foreground, secondary-text);
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.editor-toolbar-wrapper {
|
|
133
|
-
background-color: mat.get-color-from-palette($background, background);
|
|
133
|
+
background-color: mat.m2-get-color-from-palette($background, background);
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
}
|