@skyux/packages 5.0.0-beta.11 → 5.0.0-beta.110

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 (27) hide show
  1. package/CHANGELOG.md +396 -0
  2. package/package.json +27 -4
  3. package/schematics/migrations/migration-collection.json +14 -0
  4. package/schematics/migrations/noop/noop.schematic.d.ts +2 -0
  5. package/{migrations → schematics/migrations}/noop/noop.schematic.js +0 -0
  6. package/schematics/migrations/noop/noop.schematic.js.map +1 -0
  7. package/schematics/migrations/setup-coverage-for-testing-module/setup-coverage-for-testing-module.schematic.d.ts +2 -0
  8. package/schematics/migrations/setup-coverage-for-testing-module/setup-coverage-for-testing-module.schematic.js +68 -0
  9. package/schematics/migrations/setup-coverage-for-testing-module/setup-coverage-for-testing-module.schematic.js.map +1 -0
  10. package/schematics/migrations/setup-coverage-for-testing-module/setup-coverage-for-testing-module.schematic.spec.d.ts +1 -0
  11. package/schematics/migrations/setup-coverage-for-testing-module/setup-coverage-for-testing-module.schematic.spec.js +84 -0
  12. package/schematics/migrations/setup-coverage-for-testing-module/setup-coverage-for-testing-module.schematic.spec.js.map +1 -0
  13. package/schematics/testing/scaffold.d.ts +13 -0
  14. package/schematics/testing/scaffold.js +55 -0
  15. package/schematics/testing/scaffold.js.map +1 -0
  16. package/schematics/utility/json-file.d.ts +23 -0
  17. package/schematics/utility/json-file.js +74 -0
  18. package/schematics/utility/json-file.js.map +1 -0
  19. package/schematics/utility/tree.d.ts +5 -0
  20. package/schematics/utility/tree.js +16 -0
  21. package/schematics/utility/tree.js.map +1 -0
  22. package/schematics/utility/workspace.d.ts +13 -0
  23. package/schematics/utility/workspace.js +68 -0
  24. package/schematics/utility/workspace.js.map +1 -0
  25. package/migrations/migration-collection.json +0 -9
  26. package/migrations/noop/noop.schematic.d.ts +0 -1
  27. package/migrations/noop/noop.schematic.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,399 @@
1
+ # 5.0.0-beta.110 (2021-09-16)
2
+
3
+ - Added the `ng update` schematic `setup-coverage-for-testing-module` to setup code coverage for library testing modules. [#7](https://github.com/blackbaud/skyux-packages/pull/7)
4
+
5
+ # 5.0.0-beta.109 (2021-09-16)
6
+
7
+ - `@skyux/select-field@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-select-field/blob/5.0.0-beta.2/CHANGELOG.md)
8
+
9
+ # 5.0.0-beta.108 (2021-09-16)
10
+
11
+ - `@skyux/tabs@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-tabs/blob/5.0.0-beta.2/CHANGELOG.md)
12
+
13
+ # 5.0.0-beta.107 (2021-09-16)
14
+
15
+ - `@skyux/data-manager@5.0.0-beta.6` [Release notes](https://github.com/blackbaud/skyux-data-manager/blob/5.0.0-beta.6/CHANGELOG.md)
16
+
17
+ # 5.0.0-beta.106 (2021-09-16)
18
+
19
+ - `@skyux/phone-field@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-phone-field/blob/5.0.0-beta.1/CHANGELOG.md)
20
+
21
+ # 5.0.0-beta.105 (2021-09-16)
22
+
23
+ - `@skyux/modals@5.0.0-beta.6` [Release notes](https://github.com/blackbaud/skyux-modals/blob/5.0.0-beta.6/CHANGELOG.md)
24
+
25
+ # 5.0.0-beta.104 (2021-09-16)
26
+
27
+ - `@skyux/avatar@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-avatar/blob/5.0.0-beta.3/CHANGELOG.md)
28
+
29
+ # 5.0.0-beta.103 (2021-09-15)
30
+
31
+ - `@skyux/data-manager@5.0.0-beta.5` [Release notes](https://github.com/blackbaud/skyux-data-manager/blob/5.0.0-beta.5/CHANGELOG.md)
32
+
33
+ # 5.0.0-beta.102 (2021-09-15)
34
+
35
+ - `@skyux/split-view@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-split-view/blob/5.0.0-beta.3/CHANGELOG.md)
36
+
37
+ # 5.0.0-beta.101 (2021-09-15)
38
+
39
+ - `@skyux/pages@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-pages/blob/5.0.0-beta.4/CHANGELOG.md)
40
+
41
+ # 5.0.0-beta.100 (2021-09-15)
42
+
43
+ - `@skyux/list-builder-view-grids@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-list-builder-view-grids/blob/5.0.0-beta.1/CHANGELOG.md)
44
+
45
+ # 5.0.0-beta.99 (2021-09-14)
46
+
47
+ - `@skyux/list-builder-view-checklist@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-list-builder-view-checklist/blob/5.0.0-beta.1/CHANGELOG.md)
48
+
49
+ # 5.0.0-beta.98 (2021-09-14)
50
+
51
+ - `@skyux/tiles@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-tiles/blob/5.0.0-beta.2/CHANGELOG.md)
52
+
53
+ # 5.0.0-beta.97 (2021-09-14)
54
+
55
+ - `@skyux/list-builder@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-list-builder/blob/5.0.0-beta.2/CHANGELOG.md)
56
+
57
+ # 5.0.0-beta.96 (2021-09-14)
58
+
59
+ - `@skyux/errors@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-errors/blob/5.0.0-beta.4/CHANGELOG.md)
60
+
61
+ # 5.0.0-beta.95 (2021-09-14)
62
+
63
+ - `@skyux/lookup@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-lookup/blob/5.0.0-beta.2/CHANGELOG.md)
64
+
65
+ # 5.0.0-beta.94 (2021-09-14)
66
+
67
+ - `@skyux/grids@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-grids/blob/5.0.0-beta.1/CHANGELOG.md)
68
+
69
+ # 5.0.0-beta.93 (2021-09-14)
70
+
71
+ - `@skyux/forms@5.0.0-beta.5` [Release notes](https://github.com/blackbaud/skyux-forms/blob/5.0.0-beta.5/CHANGELOG.md)
72
+
73
+ # 5.0.0-beta.92 (2021-09-14)
74
+
75
+ - `@skyux/lists@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-lists/blob/5.0.0-beta.3/CHANGELOG.md)
76
+
77
+ # 5.0.0-beta.91 (2021-09-14)
78
+
79
+ - `@skyux/inline-form@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-inline-form/blob/5.0.0-beta.2/CHANGELOG.md)
80
+
81
+ # 5.0.0-beta.90 (2021-09-14)
82
+
83
+ - `@skyux/layout@5.0.0-beta.7` [Release notes](https://github.com/blackbaud/skyux-layout/blob/5.0.0-beta.7/CHANGELOG.md)
84
+
85
+ # 5.0.0-beta.89 (2021-09-14)
86
+
87
+ - `@skyux/colorpicker@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-colorpicker/blob/5.0.0-beta.3/CHANGELOG.md)
88
+
89
+ # 5.0.0-beta.88 (2021-09-14)
90
+
91
+ - `@skyux/router@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-router/blob/5.0.0-beta.2/CHANGELOG.md)
92
+
93
+ # 5.0.0-beta.87 (2021-09-14)
94
+
95
+ - `@skyux/action-bars@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-action-bars/blob/5.0.0-beta.4/CHANGELOG.md)
96
+
97
+ # 5.0.0-beta.86 (2021-09-13)
98
+
99
+ - `@skyux/popovers@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-popovers/blob/5.0.0-beta.2/CHANGELOG.md)
100
+
101
+ # 5.0.0-beta.85 (2021-09-13)
102
+
103
+ - `@skyux/router@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-router/blob/5.0.0-beta.1/CHANGELOG.md)
104
+
105
+ # 5.0.0-beta.84 (2021-09-13)
106
+
107
+ - `@skyux-sdk/testing@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-sdk-testing/blob/5.0.0-beta.2/CHANGELOG.md)
108
+
109
+ # 5.0.0-beta.83 (2021-09-13)
110
+
111
+ - `@skyux/core@5.0.0-beta.11` [Release notes](https://github.com/blackbaud/skyux-core/blob/5.0.0-beta.11/CHANGELOG.md)
112
+
113
+ # 5.0.0-beta.82 (2021-09-13)
114
+
115
+ - `@skyux/list-builder@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-list-builder/blob/5.0.0-beta.1/CHANGELOG.md)
116
+
117
+ # 5.0.0-beta.81 (2021-09-13)
118
+
119
+ - `@skyux/datetime@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-datetime/blob/5.0.0-beta.4/CHANGELOG.md)
120
+
121
+ # 5.0.0-beta.80 (2021-09-13)
122
+
123
+ - `@skyux/lists@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-lists/blob/5.0.0-beta.2/CHANGELOG.md)
124
+
125
+ # 5.0.0-beta.79 (2021-09-13)
126
+
127
+ - `@skyux/data-manager@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-data-manager/blob/5.0.0-beta.4/CHANGELOG.md)
128
+
129
+ # 5.0.0-beta.78 (2021-09-10)
130
+
131
+ - `@skyux/validation@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-validation/blob/5.0.0-beta.1/CHANGELOG.md)
132
+
133
+ # 5.0.0-beta.77 (2021-09-10)
134
+
135
+ - `@skyux/flyout@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-flyout/blob/5.0.0-beta.2/CHANGELOG.md)
136
+
137
+ # 5.0.0-beta.76 (2021-09-10)
138
+
139
+ - `@skyux/inline-form@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-inline-form/blob/5.0.0-beta.1/CHANGELOG.md)
140
+
141
+ # 5.0.0-beta.75 (2021-09-10)
142
+
143
+ - `@skyux/datetime@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-datetime/blob/5.0.0-beta.3/CHANGELOG.md)
144
+
145
+ # 5.0.0-beta.74 (2021-09-10)
146
+
147
+ - `@skyux/http@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-http/blob/5.0.0-beta.2/CHANGELOG.md)
148
+
149
+ # 5.0.0-beta.73 (2021-09-10)
150
+
151
+ - `@skyux/layout@5.0.0-beta.6` [Release notes](https://github.com/blackbaud/skyux-layout/blob/5.0.0-beta.6/CHANGELOG.md)
152
+
153
+ # 5.0.0-beta.72 (2021-09-10)
154
+
155
+ - `@skyux/toast@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-toast/blob/5.0.0-beta.2/CHANGELOG.md)
156
+
157
+ # 5.0.0-beta.71 (2021-09-10)
158
+
159
+ - `@skyux/modals@5.0.0-beta.5` [Release notes](https://github.com/blackbaud/skyux-modals/blob/5.0.0-beta.5/CHANGELOG.md)
160
+
161
+ # 5.0.0-beta.70 (2021-09-10)
162
+
163
+ - `@skyux/list-builder-common@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-list-builder-common/blob/5.0.0-beta.1/CHANGELOG.md)
164
+
165
+ # 5.0.0-beta.69 (2021-09-10)
166
+
167
+ - `@skyux/forms@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-forms/blob/5.0.0-beta.4/CHANGELOG.md)
168
+
169
+ # 5.0.0-beta.68 (2021-09-10)
170
+
171
+ - `@skyux/navbar@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-navbar/blob/5.0.0-beta.3/CHANGELOG.md)
172
+
173
+ # 5.0.0-beta.67 (2021-09-10)
174
+
175
+ - `@skyux/config@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-config/blob/5.0.0-beta.2/CHANGELOG.md)
176
+
177
+ # 5.0.0-beta.66 (2021-09-10)
178
+
179
+ - `@skyux/omnibar-interop@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-omnibar-interop/blob/5.0.0-beta.1/CHANGELOG.md)
180
+
181
+ # 5.0.0-beta.65 (2021-09-10)
182
+
183
+ - `@skyux/indicators@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-indicators/blob/5.0.0-beta.4/CHANGELOG.md)
184
+
185
+ # 5.0.0-beta.64 (2021-09-09)
186
+
187
+ - `@skyux/theme@5.0.0-beta.5` [Release notes](https://github.com/blackbaud/skyux-theme/blob/5.0.0-beta.5/CHANGELOG.md)
188
+
189
+ # 5.0.0-beta.63 (2021-09-09)
190
+
191
+ - `@skyux/layout@5.0.0-beta.5` [Release notes](https://github.com/blackbaud/skyux-layout/blob/5.0.0-beta.5/CHANGELOG.md)
192
+
193
+ # 5.0.0-beta.62 (2021-09-09)
194
+
195
+ - `@skyux/colorpicker@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-colorpicker/blob/5.0.0-beta.2/CHANGELOG.md)
196
+
197
+ # 5.0.0-beta.61 (2021-09-09)
198
+
199
+ - `@skyux/avatar@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-avatar/blob/5.0.0-beta.2/CHANGELOG.md)
200
+
201
+ # 5.0.0-beta.60 (2021-09-09)
202
+
203
+ - `@skyux/modals@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-modals/blob/5.0.0-beta.4/CHANGELOG.md)
204
+
205
+ # 5.0.0-beta.59 (2021-09-09)
206
+
207
+ - `@skyux/core@5.0.0-beta.10` [Release notes](https://github.com/blackbaud/skyux-core/blob/5.0.0-beta.10/CHANGELOG.md)
208
+
209
+ # 5.0.0-beta.58 (2021-09-08)
210
+
211
+ - `@skyux/angular-tree-component@5.0.0-beta.0` [Release notes](https://github.com/blackbaud/skyux-angular-tree-component/blob/5.0.0-beta.0/CHANGELOG.md)
212
+
213
+ # 5.0.0-beta.57 (2021-09-08)
214
+
215
+ - `@skyux/action-bars@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-action-bars/blob/5.0.0-beta.3/CHANGELOG.md)
216
+
217
+ # 5.0.0-beta.56 (2021-09-08)
218
+
219
+ - `@skyux/autonumeric@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-autonumeric/blob/5.0.0-beta.3/CHANGELOG.md)
220
+
221
+ # 5.0.0-beta.55 (2021-09-08)
222
+
223
+ - `@skyux/layout@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-layout/blob/5.0.0-beta.4/CHANGELOG.md)
224
+
225
+ # 5.0.0-beta.54 (2021-09-08)
226
+
227
+ - `@skyux/select-field@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-select-field/blob/5.0.0-beta.1/CHANGELOG.md)
228
+
229
+ # 5.0.0-beta.53 (2021-09-07)
230
+
231
+ - `@skyux/forms@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-forms/blob/5.0.0-beta.3/CHANGELOG.md)
232
+
233
+ # 5.0.0-beta.52 (2021-09-07)
234
+
235
+ - `@skyux/progress-indicator@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-progress-indicator/blob/5.0.0-beta.2/CHANGELOG.md)
236
+
237
+ # 5.0.0-beta.51 (2021-09-03)
238
+
239
+ - `@skyux/forms@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-forms/blob/5.0.0-beta.2/CHANGELOG.md)
240
+
241
+ # 5.0.0-beta.50 (2021-09-03)
242
+
243
+ - `@skyux/assets@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-assets/blob/5.0.0-beta.2/CHANGELOG.md)
244
+
245
+ # 5.0.0-beta.49 (2021-09-03)
246
+
247
+ - `@skyux/autonumeric@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-autonumeric/blob/5.0.0-beta.2/CHANGELOG.md)
248
+
249
+ # 5.0.0-beta.48 (2021-09-03)
250
+
251
+ - `@skyux/i18n@5.0.0-beta.7` [Release notes](https://github.com/blackbaud/skyux-i18n/blob/5.0.0-beta.7/CHANGELOG.md)
252
+
253
+ # 5.0.0-beta.47 (2021-09-02)
254
+
255
+ - `@skyux/indicators@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-indicators/blob/5.0.0-beta.3/CHANGELOG.md)
256
+
257
+ # 5.0.0-beta.46 (2021-09-02)
258
+
259
+ - `@skyux/layout@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-layout/blob/5.0.0-beta.3/CHANGELOG.md)
260
+
261
+ # 5.0.0-beta.45 (2021-09-02)
262
+
263
+ - `@skyux/animations@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-animations/blob/5.0.0-beta.2/CHANGELOG.md)
264
+
265
+ # 5.0.0-beta.44 (2021-09-02)
266
+
267
+ - `@skyux/avatar@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-avatar/blob/5.0.0-beta.1/CHANGELOG.md)
268
+
269
+ # 5.0.0-beta.43 (2021-09-02)
270
+
271
+ - `@skyux/http@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-http/blob/5.0.0-beta.1/CHANGELOG.md)
272
+
273
+ # 5.0.0-beta.42 (2021-09-02)
274
+
275
+ - `@skyux/action-bars@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-action-bars/blob/5.0.0-beta.2/CHANGELOG.md)
276
+
277
+ # 5.0.0-beta.41 (2021-09-02)
278
+
279
+ - `@skyux/a11y@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-a11y/blob/5.0.0-beta.2/CHANGELOG.md)
280
+
281
+ # 5.0.0-beta.40 (2021-09-02)
282
+
283
+ - `@skyux/data-manager@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-data-manager/blob/5.0.0-beta.3/CHANGELOG.md)
284
+
285
+ # 5.0.0-beta.39 (2021-09-02)
286
+
287
+ - `@skyux/errors@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-errors/blob/5.0.0-beta.3/CHANGELOG.md)
288
+
289
+ # 5.0.0-beta.38 (2021-09-01)
290
+
291
+ - `@skyux/datetime@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-datetime/blob/5.0.0-beta.2/CHANGELOG.md)
292
+
293
+ # 5.0.0-beta.37 (2021-09-01)
294
+
295
+ - `@skyux/errors@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-errors/blob/5.0.0-beta.2/CHANGELOG.md)
296
+
297
+ # 5.0.0-beta.36 (2021-09-01)
298
+
299
+ - `@skyux/modals@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-modals/blob/5.0.0-beta.3/CHANGELOG.md)
300
+
301
+ # 5.0.0-beta.35 (2021-09-01)
302
+
303
+ - `@skyux/i18n@5.0.0-beta.6` [Release notes](https://github.com/blackbaud/skyux-i18n/blob/5.0.0-beta.6/CHANGELOG.md)
304
+
305
+ # 5.0.0-beta.34 (2021-08-31)
306
+
307
+ - `@skyux/i18n@5.0.0-beta.5` [Release notes](https://github.com/blackbaud/skyux-i18n/blob/5.0.0-beta.5/CHANGELOG.md)
308
+
309
+ # 5.0.0-beta.33 (2021-08-30)
310
+
311
+ - `@skyux/errors@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-errors/blob/5.0.0-beta.1/CHANGELOG.md)
312
+
313
+ # 5.0.0-beta.32 (2021-08-30)
314
+
315
+ - `@skyux/toast@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-toast/blob/5.0.0-beta.1/CHANGELOG.md)
316
+
317
+ # 5.0.0-beta.31 (2021-08-27)
318
+
319
+ - `@skyux/autonumeric@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-autonumeric/blob/5.0.0-beta.1/CHANGELOG.md)
320
+
321
+ # 5.0.0-beta.30 (2021-08-27)
322
+
323
+ - `@skyux/indicators@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-indicators/blob/5.0.0-beta.2/CHANGELOG.md)
324
+
325
+ # 5.0.0-beta.29 (2021-08-27)
326
+
327
+ - `@skyux/tabs@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-tabs/blob/5.0.0-beta.1/CHANGELOG.md)
328
+
329
+ # 5.0.0-beta.28 (2021-08-27)
330
+
331
+ - `@skyux/tiles@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-tiles/blob/5.0.0-beta.1/CHANGELOG.md)
332
+
333
+ # 5.0.0-beta.27 (2021-08-27)
334
+
335
+ - `@skyux/assets@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-assets/blob/5.0.0-beta.1/CHANGELOG.md)
336
+
337
+ # 5.0.0-beta.26 (2021-08-26)
338
+
339
+ - `@skyux/flyout@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-flyout/blob/5.0.0-beta.1/CHANGELOG.md)
340
+
341
+ # 5.0.0-beta.25 (2021-08-26)
342
+
343
+ - `@skyux/animations@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-animations/blob/5.0.0-beta.1/CHANGELOG.md)
344
+
345
+ # 5.0.0-beta.24 (2021-08-26)
346
+
347
+ - `@skyux/a11y@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-a11y/blob/5.0.0-beta.1/CHANGELOG.md)
348
+
349
+ # 5.0.0-beta.23 (2021-08-26)
350
+
351
+ - `@skyux/modals@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-modals/blob/5.0.0-beta.2/CHANGELOG.md)
352
+
353
+ # 5.0.0-beta.22 (2021-08-24)
354
+
355
+ - `@skyux/colorpicker@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-colorpicker/blob/5.0.0-beta.1/CHANGELOG.md)
356
+
357
+ # 5.0.0-beta.21 (2021-08-18)
358
+
359
+ - `@skyux/datetime@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-datetime/blob/5.0.0-beta.1/CHANGELOG.md)
360
+
361
+ # 5.0.0-beta.20 (2021-08-13)
362
+
363
+ - `@skyux/i18n@5.0.0-beta.4` [Release notes](https://github.com/blackbaud/skyux-i18n/blob/5.0.0-beta.4/CHANGELOG.md)
364
+
365
+ # 5.0.0-beta.19 (2021-08-09)
366
+
367
+ - `@skyux/layout@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-layout/blob/5.0.0-beta.2/CHANGELOG.md)
368
+
369
+ # 5.0.0-beta.18 (2021-08-06)
370
+
371
+ - `@skyux/i18n@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-i18n/blob/5.0.0-beta.3/CHANGELOG.md)
372
+
373
+ # 5.0.0-beta.17 (2021-08-05)
374
+
375
+ - `@skyux/theme@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-theme/blob/5.0.0-beta.3/CHANGELOG.md)
376
+
377
+ # 5.0.0-beta.16 (2021-08-03)
378
+
379
+ - `@skyux/split-view@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-split-view/blob/5.0.0-beta.1/CHANGELOG.md)
380
+
381
+ # 5.0.0-beta.15 (2021-07-30)
382
+
383
+ - `@skyux/text-editor@5.0.0-beta.3` [Release notes](https://github.com/blackbaud/skyux-text-editor/blob/5.0.0-beta.3/CHANGELOG.md)
384
+
385
+ # 5.0.0-beta.14 (2021-07-29)
386
+
387
+ - `@skyux/indicators@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-indicators/blob/5.0.0-beta.1/CHANGELOG.md)
388
+
389
+ # 5.0.0-beta.13 (2021-07-29)
390
+
391
+ - `@skyux/forms@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-forms/blob/5.0.0-beta.1/CHANGELOG.md)
392
+
393
+ # 5.0.0-beta.12 (2021-07-29)
394
+
395
+ - `@skyux/lookup@5.0.0-beta.1` [Release notes](https://github.com/blackbaud/skyux-lookup/blob/5.0.0-beta.1/CHANGELOG.md)
396
+
1
397
  # 5.0.0-beta.11 (2021-07-29)
2
398
 
3
399
  - `@skyux/theme@5.0.0-beta.2` [Release notes](https://github.com/blackbaud/skyux-theme/blob/5.0.0-beta.2/CHANGELOG.md)
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@skyux/packages",
3
- "version": "5.0.0-beta.11",
3
+ "version": "5.0.0-beta.110",
4
4
  "description": "Handles the `ng update` command for SKY UX component libraries.",
5
5
  "scripts": {
6
6
  "build": "npm run clean && tsc -p tsconfig.json",
7
7
  "postbuild": "node ./scripts/after-build-success.js",
8
8
  "clean": "rimraf dist",
9
- "format-all": "npx prettier --write ."
9
+ "format-all": "npx prettier --write .",
10
+ "lint": "eslint src --ext .ts",
11
+ "test": "npm run lint && nyc npm run test:unit",
12
+ "test:unit": "ts-node --project tsconfig.test.json node_modules/jasmine/bin/jasmine.js --config=jasmine.json"
10
13
  },
11
14
  "repository": {
12
15
  "type": "git",
@@ -19,13 +22,15 @@
19
22
  },
20
23
  "homepage": "https://github.com/blackbaud/skyux-packages#readme",
21
24
  "ng-update": {
22
- "migrations": "./migrations/migration-collection.json",
25
+ "migrations": "./schematics/migrations/migration-collection.json",
23
26
  "packageGroup": {
27
+ "@skyux-sdk/documentation-schematics": "^5.0.0-beta.0",
28
+ "@skyux-sdk/e2e": "^5.0.0-beta.0",
24
29
  "@skyux-sdk/testing": "^5.0.0-beta.0",
25
30
  "@skyux/a11y": "^5.0.0-beta.0",
26
31
  "@skyux/action-bars": "^5.0.0-beta.0",
27
32
  "@skyux/ag-grid": "^5.0.0-beta.0",
28
- "@skyux/angular-tree-component": "^4",
33
+ "@skyux/angular-tree-component": "^5.0.0-beta.0",
29
34
  "@skyux/animations": "^5.0.0-beta.0",
30
35
  "@skyux/assets": "^5.0.0-beta.0",
31
36
  "@skyux/autonumeric": "^5.0.0-beta.0",
@@ -35,6 +40,7 @@
35
40
  "@skyux/core": "^5.0.0-beta.0",
36
41
  "@skyux/data-manager": "^5.0.0-beta.0",
37
42
  "@skyux/datetime": "^5.0.0-beta.0",
43
+ "@skyux/e2e-client": "^5.0.0",
38
44
  "@skyux/errors": "^5.0.0-beta.0",
39
45
  "@skyux/flyout": "^5.0.0-beta.0",
40
46
  "@skyux/forms": "^5.0.0-beta.0",
@@ -69,13 +75,30 @@
69
75
  "@skyux/validation": "^5.0.0-beta.0"
70
76
  }
71
77
  },
78
+ "peerDependencies": {
79
+ "@angular-devkit/schematics": "^12.2.5"
80
+ },
81
+ "dependencies": {
82
+ "jsonc-parser": "^3.0.0"
83
+ },
72
84
  "devDependencies": {
85
+ "@angular-devkit/schematics": "^12.2.5",
86
+ "@istanbuljs/nyc-config-typescript": "^1.0.1",
87
+ "@schematics/angular": "^12.2.6",
73
88
  "@trivago/prettier-plugin-sort-imports": "^2.0.2",
89
+ "@types/fs-extra": "^9.0.12",
90
+ "@types/jasmine": "^3.6.11",
91
+ "@types/node": "~14.14.45",
92
+ "@typescript-eslint/eslint-plugin": "^4.31.1",
93
+ "@typescript-eslint/parser": "^4.31.1",
74
94
  "eslint": "^7.30.0",
75
95
  "eslint-config-prettier": "^8.3.0",
76
96
  "fs-extra": "^10.0.0",
97
+ "jasmine": "^3.6.4",
98
+ "nyc": "^15.1.0",
77
99
  "prettier": "^2.3.2",
78
100
  "rimraf": "^3.0.2",
101
+ "ts-node": "^10.2.1",
79
102
  "typescript": "^4.2.4"
80
103
  }
81
104
  }
@@ -0,0 +1,14 @@
1
+ {
2
+ "schematics": {
3
+ "noop": {
4
+ "version": "5.0.0-beta.0",
5
+ "factory": "./noop/noop.schematic",
6
+ "description": "Update all SKY UX component packages"
7
+ },
8
+ "setup-coverage-for-testing-module": {
9
+ "version": "5.0.0-beta.0",
10
+ "factory": "./setup-coverage-for-testing-module/setup-coverage-for-testing-module.schematic",
11
+ "description": "Setup coverage for the testing module"
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,2 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ export default function (): Rule;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"noop.schematic.js","sourceRoot":"","sources":["../../../../src/schematics/migrations/noop/noop.schematic.ts"],"names":[],"mappings":";;AAEA;IACE,OAAO,GAAG,EAAE,GAAE,CAAC,CAAC;AAClB,CAAC;AAFD,4BAEC"}
@@ -0,0 +1,2 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ export default function updatePackages(): Rule;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ const schematics_1 = require("@angular-devkit/schematics");
13
+ const json_file_1 = require("../../utility/json-file");
14
+ const workspace_1 = require("../../utility/workspace");
15
+ function updateLibraryTsConfig(projectName) {
16
+ return (tree) => {
17
+ const tsconfigPath = `projects/${projectName}/tsconfig.lib.json`;
18
+ const tsConfig = new json_file_1.JsonFile(tree, tsconfigPath);
19
+ const exclude = tsConfig.get(['exclude']);
20
+ if (!exclude.includes('testing/src/test.ts')) {
21
+ exclude.push('testing/src/test.ts');
22
+ tsConfig.modify(['exclude'], exclude);
23
+ }
24
+ };
25
+ }
26
+ function updateSpecTsConfig(projectName) {
27
+ return (tree) => {
28
+ const tsconfigPath = `projects/${projectName}/tsconfig.spec.json`;
29
+ const tsConfig = new json_file_1.JsonFile(tree, tsconfigPath);
30
+ const files = tsConfig.get(['files']);
31
+ if (!files.includes('testing/src/test.ts')) {
32
+ files.push('testing/src/test.ts');
33
+ tsConfig.modify(['files'], files);
34
+ }
35
+ };
36
+ }
37
+ function createTestingEntryPoint(projectName) {
38
+ return (tree) => {
39
+ const filePath = `projects/${projectName}/testing/src/test.ts`;
40
+ if (!tree.exists(filePath)) {
41
+ tree.create(filePath, `const context = (require as any).context('./', true, /\.spec\.ts$/);
42
+ context.keys().map(context);
43
+ `);
44
+ }
45
+ };
46
+ }
47
+ function updatePackages() {
48
+ return (tree) => __awaiter(this, void 0, void 0, function* () {
49
+ const { host, workspace } = yield workspace_1.getWorkspace(tree);
50
+ const { project, projectName } = yield workspace_1.getProject(workspace, workspace.extensions.defaultProject);
51
+ // Only run for libraries.
52
+ if (project.extensions.projectType !== 'library') {
53
+ return;
54
+ }
55
+ const hasTestingModule = yield host.isDirectory(`projects/${projectName}/testing`);
56
+ // Only run if a testing module exists.
57
+ if (!hasTestingModule) {
58
+ return;
59
+ }
60
+ return schematics_1.chain([
61
+ updateLibraryTsConfig(projectName),
62
+ updateSpecTsConfig(projectName),
63
+ createTestingEntryPoint(projectName),
64
+ ]);
65
+ });
66
+ }
67
+ exports.default = updatePackages;
68
+ //# sourceMappingURL=setup-coverage-for-testing-module.schematic.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-coverage-for-testing-module.schematic.js","sourceRoot":"","sources":["../../../../src/schematics/migrations/setup-coverage-for-testing-module/setup-coverage-for-testing-module.schematic.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,2DAAyD;AAEzD,uDAAmD;AACnD,uDAAmE;AAEnE,SAAS,qBAAqB,CAAC,WAAmB;IAChD,OAAO,CAAC,IAAI,EAAE,EAAE;QACd,MAAM,YAAY,GAAG,YAAY,WAAW,oBAAoB,CAAC;QACjE,MAAM,QAAQ,GAAG,IAAI,oBAAQ,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;QAClD,MAAM,OAAO,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;QAC1C,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAC,EAAE;YAC5C,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;YACpC,QAAQ,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,CAAC;SACvC;IACH,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,kBAAkB,CAAC,WAAmB;IAC7C,OAAO,CAAC,IAAI,EAAE,EAAE;QACd,MAAM,YAAY,GAAG,YAAY,WAAW,qBAAqB,CAAC;QAClE,MAAM,QAAQ,GAAG,IAAI,oBAAQ,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;QAClD,MAAM,KAAK,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;QACtC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,qBAAqB,CAAC,EAAE;YAC1C,KAAK,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;YAClC,QAAQ,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,KAAK,CAAC,CAAC;SACnC;IACH,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,uBAAuB,CAAC,WAAmB;IAClD,OAAO,CAAC,IAAI,EAAE,EAAE;QACd,MAAM,QAAQ,GAAG,YAAY,WAAW,sBAAsB,CAAC;QAC/D,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;YAC1B,IAAI,CAAC,MAAM,CACT,QAAQ,EACR;;CAEP,CACM,CAAC;SACH;IACH,CAAC,CAAC;AACJ,CAAC;AAED,SAAwB,cAAc;IACpC,OAAO,CAAO,IAAI,EAAE,EAAE;QACpB,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,MAAM,wBAAY,CAAC,IAAI,CAAC,CAAC;QAErD,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,MAAM,sBAAU,CAC/C,SAAS,EACT,SAAS,CAAC,UAAU,CAAC,cAAwB,CAC9C,CAAC;QAEF,0BAA0B;QAC1B,IAAI,OAAO,CAAC,UAAU,CAAC,WAAW,KAAK,SAAS,EAAE;YAChD,OAAO;SACR;QAED,MAAM,gBAAgB,GAAG,MAAM,IAAI,CAAC,WAAW,CAC7C,YAAY,WAAW,UAAU,CAClC,CAAC;QAEF,uCAAuC;QACvC,IAAI,CAAC,gBAAgB,EAAE;YACrB,OAAO;SACR;QAED,OAAO,kBAAK,CAAC;YACX,qBAAqB,CAAC,WAAW,CAAC;YAClC,kBAAkB,CAAC,WAAW,CAAC;YAC/B,uBAAuB,CAAC,WAAW,CAAC;SACrC,CAAC,CAAC;IACL,CAAC,CAAA,CAAC;AACJ,CAAC;AA7BD,iCA6BC"}
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ var __importDefault = (this && this.__importDefault) || function (mod) {
12
+ return (mod && mod.__esModule) ? mod : { "default": mod };
13
+ };
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ const testing_1 = require("@angular-devkit/schematics/testing");
16
+ const path_1 = __importDefault(require("path"));
17
+ const scaffold_1 = require("../../testing/scaffold");
18
+ const json_file_1 = require("../../utility/json-file");
19
+ describe('Migrations > Setup specs for testing module', () => {
20
+ const collectionPath = path_1.default.join(__dirname, '../migration-collection.json');
21
+ const defaultProjectName = 'my-lib';
22
+ const schematicName = 'setup-coverage-for-testing-module';
23
+ const runner = new testing_1.SchematicTestRunner('migrations', collectionPath);
24
+ let tree;
25
+ beforeEach(() => __awaiter(void 0, void 0, void 0, function* () {
26
+ tree = yield scaffold_1.createTestLibrary(runner, {
27
+ name: defaultProjectName,
28
+ });
29
+ }));
30
+ function createTestingModule() {
31
+ tree.create(`projects/${defaultProjectName}/testing/ng-package.json`, `{}`);
32
+ tree.create(`projects/${defaultProjectName}/testing/src/public-api.ts`, ``);
33
+ }
34
+ function runSchematic(name) {
35
+ return runner
36
+ .runSchematicAsync(schematicName, {
37
+ defaultProjectName: name || defaultProjectName,
38
+ }, tree)
39
+ .toPromise();
40
+ }
41
+ function validateFiles() {
42
+ const entryPointContents = tree.readContent(`projects/${defaultProjectName}/testing/src/test.ts`);
43
+ expect(entryPointContents)
44
+ .toEqual(`const context = (require as any).context('./', true, /.spec.ts$/);
45
+ context.keys().map(context);
46
+ `);
47
+ const specTsConfig = new json_file_1.JsonFile(tree, `projects/${defaultProjectName}/tsconfig.spec.json`);
48
+ expect(specTsConfig.get(['files'])).toEqual([
49
+ 'src/test.ts',
50
+ 'testing/src/test.ts',
51
+ ]);
52
+ const libTsConfig = new json_file_1.JsonFile(tree, `projects/${defaultProjectName}/tsconfig.lib.json`);
53
+ expect(libTsConfig.get(['exclude'])).toEqual([
54
+ 'src/test.ts',
55
+ '**/*.spec.ts',
56
+ 'testing/src/test.ts',
57
+ ]);
58
+ }
59
+ it('should setup testing module for code coverage', () => __awaiter(void 0, void 0, void 0, function* () {
60
+ createTestingModule();
61
+ yield runSchematic();
62
+ validateFiles();
63
+ }));
64
+ it('should abort if testing module not found', () => __awaiter(void 0, void 0, void 0, function* () {
65
+ const updatedTree = yield runSchematic();
66
+ expect(updatedTree.exists(`projects/${defaultProjectName}/testing/src/test.ts`)).toEqual(false);
67
+ }));
68
+ it('should abort if project type is application', () => __awaiter(void 0, void 0, void 0, function* () {
69
+ tree = yield scaffold_1.createTestApp(runner, {
70
+ defaultProjectName: 'my-app',
71
+ });
72
+ const updatedTree = yield runSchematic('my-app');
73
+ expect(updatedTree.exists('projects/my-app/testing/src/test.ts')).toEqual(false);
74
+ }));
75
+ it('should abort if testing module already setup', () => __awaiter(void 0, void 0, void 0, function* () {
76
+ createTestingModule();
77
+ yield runSchematic();
78
+ validateFiles();
79
+ // Run the schematic again.
80
+ yield runSchematic();
81
+ validateFiles();
82
+ }));
83
+ });
84
+ //# sourceMappingURL=setup-coverage-for-testing-module.schematic.spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-coverage-for-testing-module.schematic.spec.js","sourceRoot":"","sources":["../../../../src/schematics/migrations/setup-coverage-for-testing-module/setup-coverage-for-testing-module.schematic.spec.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,13 @@
1
+ import { SchematicTestRunner, UnitTestTree } from '@angular-devkit/schematics/testing';
2
+ /**
3
+ * Creates a new Angular CLI application.
4
+ */
5
+ export declare function createTestApp(runner: SchematicTestRunner, appOptions: {
6
+ defaultProjectName: string;
7
+ }): Promise<UnitTestTree>;
8
+ /**
9
+ * Create a test workspace with a library as the default project.
10
+ */
11
+ export declare function createTestLibrary(runner: SchematicTestRunner, libOptions: {
12
+ name: string;
13
+ }): Promise<UnitTestTree>;
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.createTestLibrary = exports.createTestApp = void 0;
13
+ /**
14
+ * Creates a new Angular CLI application.
15
+ */
16
+ function createTestApp(runner, appOptions) {
17
+ return __awaiter(this, void 0, void 0, function* () {
18
+ return yield runner
19
+ .runExternalSchematicAsync('@schematics/angular', 'ng-new', {
20
+ directory: '/',
21
+ legacyBrowsers: true,
22
+ name: appOptions.defaultProjectName,
23
+ routing: true,
24
+ strict: true,
25
+ style: 'scss',
26
+ version: '12',
27
+ })
28
+ .toPromise();
29
+ });
30
+ }
31
+ exports.createTestApp = createTestApp;
32
+ /**
33
+ * Create a test workspace with a library as the default project.
34
+ */
35
+ function createTestLibrary(runner, libOptions) {
36
+ return __awaiter(this, void 0, void 0, function* () {
37
+ const workspaceTree = yield runner
38
+ .runExternalSchematicAsync('@schematics/angular', 'ng-new', {
39
+ directory: '/',
40
+ name: `${libOptions.name}-workspace`,
41
+ createApplication: false,
42
+ strict: true,
43
+ version: '12',
44
+ })
45
+ .toPromise();
46
+ yield runner
47
+ .runExternalSchematicAsync('@schematics/angular', 'library', {
48
+ name: libOptions.name,
49
+ }, workspaceTree)
50
+ .toPromise();
51
+ return workspaceTree;
52
+ });
53
+ }
54
+ exports.createTestLibrary = createTestLibrary;
55
+ //# sourceMappingURL=scaffold.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scaffold.js","sourceRoot":"","sources":["../../../src/schematics/testing/scaffold.ts"],"names":[],"mappings":";;;;;;;;;;;;AAKA;;GAEG;AACH,SAAsB,aAAa,CACjC,MAA2B,EAC3B,UAEC;;QAED,OAAO,MAAM,MAAM;aAChB,yBAAyB,CAAC,qBAAqB,EAAE,QAAQ,EAAE;YAC1D,SAAS,EAAE,GAAG;YACd,cAAc,EAAE,IAAI;YACpB,IAAI,EAAE,UAAU,CAAC,kBAAkB;YACnC,OAAO,EAAE,IAAI;YACb,MAAM,EAAE,IAAI;YACZ,KAAK,EAAE,MAAM;YACb,OAAO,EAAE,IAAI;SACd,CAAC;aACD,SAAS,EAAE,CAAC;IACjB,CAAC;CAAA;AAjBD,sCAiBC;AAED;;GAEG;AACH,SAAsB,iBAAiB,CACrC,MAA2B,EAC3B,UAEC;;QAED,MAAM,aAAa,GAAG,MAAM,MAAM;aAC/B,yBAAyB,CAAC,qBAAqB,EAAE,QAAQ,EAAE;YAC1D,SAAS,EAAE,GAAG;YACd,IAAI,EAAE,GAAG,UAAU,CAAC,IAAI,YAAY;YACpC,iBAAiB,EAAE,KAAK;YACxB,MAAM,EAAE,IAAI;YACZ,OAAO,EAAE,IAAI;SACd,CAAC;aACD,SAAS,EAAE,CAAC;QAEf,MAAM,MAAM;aACT,yBAAyB,CACxB,qBAAqB,EACrB,SAAS,EACT;YACE,IAAI,EAAE,UAAU,CAAC,IAAI;SACtB,EACD,aAAa,CACd;aACA,SAAS,EAAE,CAAC;QAEf,OAAO,aAAa,CAAC;IACvB,CAAC;CAAA;AA5BD,8CA4BC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * The contents of this file were copied from '@schematics/angular'.
3
+ * @see https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/utility/json-file.ts
4
+ */
5
+ import { JsonValue } from '@angular-devkit/core';
6
+ import { Tree } from '@angular-devkit/schematics';
7
+ export declare type InsertionIndex = (properties: string[]) => number;
8
+ export declare type JsonPath = (string | number)[];
9
+ /**
10
+ * Handles JSONC files (JSON files that include comments).
11
+ * @internal
12
+ */
13
+ export declare class JsonFile {
14
+ private readonly host;
15
+ private readonly path;
16
+ content: string;
17
+ private get JsonAst();
18
+ private _jsonAst;
19
+ constructor(host: Tree, path: string);
20
+ get(jsonPath: JsonPath): any;
21
+ modify(jsonPath: JsonPath, value: JsonValue | undefined, insertInOrder?: InsertionIndex | false): void;
22
+ remove(jsonPath: JsonPath): void;
23
+ }
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ /* istanbul ignore file */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.JsonFile = void 0;
5
+ const jsonc_parser_1 = require("jsonc-parser");
6
+ /**
7
+ * Handles JSONC files (JSON files that include comments).
8
+ * @internal
9
+ */
10
+ class JsonFile {
11
+ constructor(host, path) {
12
+ this.host = host;
13
+ this.path = path;
14
+ const buffer = this.host.read(this.path);
15
+ if (buffer) {
16
+ this.content = buffer.toString();
17
+ }
18
+ else {
19
+ throw new Error(`Could not read '${path}'.`);
20
+ }
21
+ }
22
+ get JsonAst() {
23
+ if (this._jsonAst) {
24
+ return this._jsonAst;
25
+ }
26
+ const errors = [];
27
+ this._jsonAst = jsonc_parser_1.parseTree(this.content, errors, {
28
+ allowTrailingComma: true,
29
+ });
30
+ if (errors.length) {
31
+ const { error, offset } = errors[0];
32
+ throw new Error(`Failed to parse "${this.path}" as JSON AST Object. ${jsonc_parser_1.printParseErrorCode(error)} at location: ${offset}.`);
33
+ }
34
+ return this._jsonAst;
35
+ }
36
+ get(jsonPath) {
37
+ const jsonAstNode = this.JsonAst;
38
+ if (!jsonAstNode) {
39
+ return undefined;
40
+ }
41
+ if (jsonPath.length === 0) {
42
+ return jsonc_parser_1.getNodeValue(jsonAstNode);
43
+ }
44
+ const node = jsonc_parser_1.findNodeAtLocation(jsonAstNode, jsonPath);
45
+ return node === undefined ? undefined : jsonc_parser_1.getNodeValue(node);
46
+ }
47
+ modify(jsonPath, value, insertInOrder) {
48
+ let getInsertionIndex;
49
+ if (insertInOrder === undefined) {
50
+ const property = jsonPath.slice(-1)[0];
51
+ getInsertionIndex = (properties) => [...properties, property].sort().findIndex((p) => p === property);
52
+ }
53
+ else if (insertInOrder !== false) {
54
+ getInsertionIndex = insertInOrder;
55
+ }
56
+ const edits = jsonc_parser_1.modify(this.content, jsonPath, value, {
57
+ getInsertionIndex,
58
+ formattingOptions: {
59
+ insertSpaces: true,
60
+ tabSize: 2,
61
+ },
62
+ });
63
+ this.content = jsonc_parser_1.applyEdits(this.content, edits);
64
+ this.host.overwrite(this.path, this.content);
65
+ this._jsonAst = undefined;
66
+ }
67
+ remove(jsonPath) {
68
+ if (this.get(jsonPath) !== undefined) {
69
+ this.modify(jsonPath, undefined);
70
+ }
71
+ }
72
+ }
73
+ exports.JsonFile = JsonFile;
74
+ //# sourceMappingURL=json-file.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"json-file.js","sourceRoot":"","sources":["../../../src/schematics/utility/json-file.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import { Tree } from '@angular-devkit/schematics';
2
+ /**
3
+ * Returns the contents of a required file or throws an error if it doesn't exist.
4
+ */
5
+ export declare function readRequiredFile(tree: Tree, filePath: string): string;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.readRequiredFile = void 0;
4
+ const core_1 = require("@angular-devkit/core");
5
+ /**
6
+ * Returns the contents of a required file or throws an error if it doesn't exist.
7
+ */
8
+ function readRequiredFile(tree, filePath) {
9
+ const data = tree.read(filePath);
10
+ if (!data) {
11
+ throw new Error(`The file '${filePath}' was expected to exist but was not found.`);
12
+ }
13
+ return core_1.virtualFs.fileBufferToString(data);
14
+ }
15
+ exports.readRequiredFile = readRequiredFile;
16
+ //# sourceMappingURL=tree.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree.js","sourceRoot":"","sources":["../../../src/schematics/utility/tree.ts"],"names":[],"mappings":";;;AAAA,+CAAiD;AAGjD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAAU,EAAE,QAAgB;IAC3D,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACjC,IAAI,CAAC,IAAI,EAAE;QACT,MAAM,IAAI,KAAK,CACb,aAAa,QAAQ,4CAA4C,CAClE,CAAC;KACH;IAED,OAAO,gBAAS,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC;AAC5C,CAAC;AATD,4CASC"}
@@ -0,0 +1,13 @@
1
+ import { workspaces } from '@angular-devkit/core';
2
+ import { Tree } from '@angular-devkit/schematics';
3
+ /**
4
+ * Returns the workspace host and project config (angular.json).
5
+ */
6
+ export declare function getWorkspace(tree: Tree): Promise<{
7
+ host: workspaces.WorkspaceHost;
8
+ workspace: workspaces.WorkspaceDefinition;
9
+ }>;
10
+ export declare function getProject(workspace: workspaces.WorkspaceDefinition, projectName: string): Promise<{
11
+ project: workspaces.ProjectDefinition;
12
+ projectName: string;
13
+ }>;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.getProject = exports.getWorkspace = void 0;
13
+ const core_1 = require("@angular-devkit/core");
14
+ const schematics_1 = require("@angular-devkit/schematics");
15
+ const tree_1 = require("./tree");
16
+ /**
17
+ * Creates a workspace host.
18
+ * Taken from: https://angular.io/guide/schematics-for-libraries#get-the-project-configuration
19
+ */
20
+ function createHost(tree) {
21
+ return {
22
+ /* istanbul ignore next */
23
+ readFile(path) {
24
+ return __awaiter(this, void 0, void 0, function* () {
25
+ return tree_1.readRequiredFile(tree, path);
26
+ });
27
+ },
28
+ /* istanbul ignore next */
29
+ writeFile(path, data) {
30
+ return __awaiter(this, void 0, void 0, function* () {
31
+ return tree.overwrite(path, data);
32
+ });
33
+ },
34
+ isDirectory(path) {
35
+ return __awaiter(this, void 0, void 0, function* () {
36
+ // approximate a directory check
37
+ return !tree.exists(path) && tree.getDir(path).subfiles.length > 0;
38
+ });
39
+ },
40
+ isFile(path) {
41
+ return __awaiter(this, void 0, void 0, function* () {
42
+ return tree.exists(path);
43
+ });
44
+ },
45
+ };
46
+ }
47
+ /**
48
+ * Returns the workspace host and project config (angular.json).
49
+ */
50
+ function getWorkspace(tree) {
51
+ return __awaiter(this, void 0, void 0, function* () {
52
+ const host = createHost(tree);
53
+ const { workspace } = yield core_1.workspaces.readWorkspace('/', host);
54
+ return { host, workspace };
55
+ });
56
+ }
57
+ exports.getWorkspace = getWorkspace;
58
+ function getProject(workspace, projectName) {
59
+ return __awaiter(this, void 0, void 0, function* () {
60
+ const project = workspace.projects.get(projectName);
61
+ if (!project) {
62
+ throw new schematics_1.SchematicsException(`The "${projectName}" project is not defined in angular.json. Provide a valid project name.`);
63
+ }
64
+ return { project, projectName };
65
+ });
66
+ }
67
+ exports.getProject = getProject;
68
+ //# sourceMappingURL=workspace.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../../src/schematics/utility/workspace.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAAkD;AAClD,2DAAuE;AAEvE,iCAA0C;AAE1C;;;GAGG;AACH,SAAS,UAAU,CAAC,IAAU;IAC5B,OAAO;QACL,0BAA0B;QACpB,QAAQ,CAAC,IAAY;;gBACzB,OAAO,uBAAgB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACtC,CAAC;SAAA;QACD,0BAA0B;QACpB,SAAS,CAAC,IAAY,EAAE,IAAY;;gBACxC,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACpC,CAAC;SAAA;QACK,WAAW,CAAC,IAAY;;gBAC5B,gCAAgC;gBAChC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;YACrE,CAAC;SAAA;QACK,MAAM,CAAC,IAAY;;gBACvB,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;YAC3B,CAAC;SAAA;KACF,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,SAAsB,YAAY,CAAC,IAAU;;QAI3C,MAAM,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;QAC9B,MAAM,EAAE,SAAS,EAAE,GAAG,MAAM,iBAAU,CAAC,aAAa,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;QAChE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;IAC7B,CAAC;CAAA;AAPD,oCAOC;AAED,SAAsB,UAAU,CAC9B,SAAyC,EACzC,WAAmB;;QAEnB,MAAM,OAAO,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACpD,IAAI,CAAC,OAAO,EAAE;YACZ,MAAM,IAAI,gCAAmB,CAC3B,QAAQ,WAAW,yEAAyE,CAC7F,CAAC;SACH;QAED,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,CAAC;IAClC,CAAC;CAAA;AAZD,gCAYC"}
@@ -1,9 +0,0 @@
1
- {
2
- "schematics": {
3
- "noop": {
4
- "version": "5.0.0-beta.0",
5
- "factory": "./noop/noop.schematic",
6
- "description": "Update all SKY UX component packages"
7
- }
8
- }
9
- }
@@ -1 +0,0 @@
1
- export default function (): () => void;
@@ -1 +0,0 @@
1
- {"version":3,"file":"noop.schematic.js","sourceRoot":"","sources":["../../../src/migrations/noop/noop.schematic.ts"],"names":[],"mappings":";;AAAA;IACE,OAAO,GAAG,EAAE,GAAE,CAAC,CAAC;AAClB,CAAC;AAFD,4BAEC"}