@rxap/layout 16.0.2-dev.1 → 16.0.2-dev.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [16.0.2-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.2-dev.1...@rxap/layout@16.0.2-dev.2) (2024-05-27)
7
+
8
+ **Note:** Version bump only for package @rxap/layout
9
+
6
10
  ## [16.0.2-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.2-dev.0...@rxap/layout@16.0.2-dev.1) (2024-04-29)
7
11
 
8
12
  ### Bug Fixes
package/README.md CHANGED
@@ -17,5 +17,5 @@ yarn add @rxap/layout
17
17
  ```
18
18
  **Install peer dependencies:**
19
19
  ```bash
20
- yarn add @angular/animations@^16.2.12 @angular/cdk@^16.2.14 @angular/common@^16.2.12 @angular/core@^16.2.12 @angular/forms@^16.2.12 @angular/material@^16.2.14 @angular/router@^16.2.12 @rxap/authentication@^16.0.1 @rxap/authorization@^16.0.1 @rxap/browser-utilities@^1.1.0-dev.0 @rxap/config@^16.0.1 @rxap/data-source@^16.1.0 @rxap/directives@^16.0.1 @rxap/environment@^16.1.0 @rxap/icon@^16.1.0 @rxap/material-directives@^16.2.0-dev.0 @rxap/ngx-changelog@^16.1.1 @rxap/ngx-localize@^16.1.1 @rxap/ngx-status-check@^16.1.1 @rxap/ngx-theme@^16.1.1 @rxap/ngx-user@^16.1.1 @rxap/services@^16.0.1 @rxap/utilities@^16.1.0 rxjs@^7.8.1 tslib@2.6.2
20
+ yarn add @angular/animations@^16.2.12 @angular/cdk@^16.2.14 @angular/common@^16.2.12 @angular/core@^16.2.12 @angular/forms@^16.2.12 @angular/material@^16.2.14 @angular/router@^16.2.12 @rxap/authentication@^16.0.1 @rxap/authorization@^16.0.1 @rxap/browser-utilities@^1.1.0-dev.0 @rxap/config@^16.0.1 @rxap/data-source@^16.2.0-dev.0 @rxap/directives@^16.0.1 @rxap/environment@^16.1.0 @rxap/icon@^16.1.0 @rxap/material-directives@^16.2.0-dev.0 @rxap/ngx-changelog@^16.1.1 @rxap/ngx-localize@^16.1.1 @rxap/ngx-status-check@^16.1.1 @rxap/ngx-theme@^16.1.2-dev.0 @rxap/ngx-user@^16.1.1 @rxap/services@^16.0.1 @rxap/utilities@^16.2.0-dev.1 rxjs@^7.8.1 tslib@2.6.2
21
21
  ```
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "16.0.2-dev.1",
2
+ "version": "16.0.2-dev.2",
3
3
  "name": "@rxap/layout",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -17,7 +17,7 @@
17
17
  "@rxap/authorization": "^16.0.1",
18
18
  "@rxap/browser-utilities": "^1.1.0-dev.0",
19
19
  "@rxap/config": "^16.0.1",
20
- "@rxap/data-source": "^16.1.0",
20
+ "@rxap/data-source": "^16.2.0-dev.0",
21
21
  "@rxap/directives": "^16.0.1",
22
22
  "@rxap/environment": "^16.1.0",
23
23
  "@rxap/icon": "^16.1.0",
@@ -25,10 +25,10 @@
25
25
  "@rxap/ngx-changelog": "^16.1.1",
26
26
  "@rxap/ngx-localize": "^16.1.1",
27
27
  "@rxap/ngx-status-check": "^16.1.1",
28
- "@rxap/ngx-theme": "^16.1.1",
28
+ "@rxap/ngx-theme": "^16.1.2-dev.0",
29
29
  "@rxap/ngx-user": "^16.1.1",
30
30
  "@rxap/services": "^16.0.1",
31
- "@rxap/utilities": "^16.1.0",
31
+ "@rxap/utilities": "^16.2.0-dev.1",
32
32
  "rxjs": "^7.8.1",
33
33
  "@faker-js/faker": "8.0.2"
34
34
  },
@@ -52,6 +52,34 @@
52
52
  ],
53
53
  "nx-migrations": {
54
54
  "packageGroup": [
55
+ {
56
+ "package": "@angular/animations",
57
+ "version": "16.2.12"
58
+ },
59
+ {
60
+ "package": "@angular/cdk",
61
+ "version": "16.2.14"
62
+ },
63
+ {
64
+ "package": "@angular/common",
65
+ "version": "16.2.12"
66
+ },
67
+ {
68
+ "package": "@angular/core",
69
+ "version": "16.2.12"
70
+ },
71
+ {
72
+ "package": "@angular/forms",
73
+ "version": "16.2.12"
74
+ },
75
+ {
76
+ "package": "@angular/material",
77
+ "version": "16.2.14"
78
+ },
79
+ {
80
+ "package": "@angular/router",
81
+ "version": "16.2.12"
82
+ },
55
83
  {
56
84
  "package": "@rxap/authentication",
57
85
  "version": "16.0.1"
@@ -70,7 +98,15 @@
70
98
  },
71
99
  {
72
100
  "package": "@rxap/data-source",
73
- "version": "16.1.0"
101
+ "version": "16.2.0-dev.0"
102
+ },
103
+ {
104
+ "package": "@rxap/data-structure-tree",
105
+ "version": "1.1.1"
106
+ },
107
+ {
108
+ "package": "@rxap/definition",
109
+ "version": "16.0.1"
74
110
  },
75
111
  {
76
112
  "package": "@rxap/directives",
@@ -88,6 +124,10 @@
88
124
  "package": "@rxap/material-directives",
89
125
  "version": "16.2.0-dev.0"
90
126
  },
127
+ {
128
+ "package": "@rxap/mixin",
129
+ "version": "16.0.1"
130
+ },
91
131
  {
92
132
  "package": "@rxap/ngx-changelog",
93
133
  "version": "16.1.1"
@@ -96,21 +136,53 @@
96
136
  "package": "@rxap/ngx-localize",
97
137
  "version": "16.1.1"
98
138
  },
139
+ {
140
+ "package": "@rxap/ngx-memory",
141
+ "version": "16.1.1"
142
+ },
143
+ {
144
+ "package": "@rxap/ngx-pub-sub",
145
+ "version": "16.0.2"
146
+ },
99
147
  {
100
148
  "package": "@rxap/ngx-status-check",
101
149
  "version": "16.1.1"
102
150
  },
103
151
  {
104
152
  "package": "@rxap/ngx-theme",
105
- "version": "16.1.1"
153
+ "version": "16.1.2-dev.0"
106
154
  },
107
155
  {
108
156
  "package": "@rxap/ngx-user",
109
157
  "version": "16.1.1"
110
158
  },
159
+ {
160
+ "package": "@rxap/node-utilities",
161
+ "version": "1.2.0"
162
+ },
163
+ {
164
+ "package": "@rxap/open-api",
165
+ "version": "16.0.1"
166
+ },
167
+ {
168
+ "package": "@rxap/pattern",
169
+ "version": "1.1.1"
170
+ },
171
+ {
172
+ "package": "@rxap/plugin-utilities",
173
+ "version": "16.4.0-dev.0"
174
+ },
175
+ {
176
+ "package": "@rxap/reflect-metadata",
177
+ "version": "1.0.2"
178
+ },
179
+ {
180
+ "package": "@rxap/remote-method",
181
+ "version": "16.0.1"
182
+ },
111
183
  {
112
184
  "package": "@rxap/rxjs",
113
- "version": "1.0.1-dev.0"
185
+ "version": "1.1.1"
114
186
  },
115
187
  {
116
188
  "package": "@rxap/services",
@@ -118,7 +190,11 @@
118
190
  },
119
191
  {
120
192
  "package": "@rxap/utilities",
121
- "version": "16.1.0"
193
+ "version": "16.2.0-dev.1"
194
+ },
195
+ {
196
+ "package": "@rxap/workspace-utilities",
197
+ "version": "16.3.0-dev.1"
122
198
  }
123
199
  ]
124
200
  },
@@ -132,7 +208,7 @@
132
208
  "directory": "packages/angular/layout"
133
209
  },
134
210
  "sideEffects": false,
135
- "gitHead": "2c674f05c1adb56f4039edf943f5a47f48e4c370",
211
+ "gitHead": "ca2e1999cd330fd3c1a07a2b2471a36567dab3e9",
136
212
  "module": "fesm2022/rxap-layout.mjs",
137
213
  "typings": "index.d.ts",
138
214
  "exports": {