@skyux/packages 6.0.0-beta.9 → 6.0.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/package.json +47 -47
- package/src/schematics/migrations/migration-collection.json +16 -1
- package/src/schematics/migrations/update-6/ensure-theme-stylesheets.schematic.d.ts +2 -0
- package/src/schematics/migrations/update-6/ensure-theme-stylesheets.schematic.js +8 -0
- package/src/schematics/migrations/update-6/ensure-theme-stylesheets.schematic.js.map +1 -0
- package/src/schematics/migrations/update-6/prettier-ignore-updates.schematic.d.ts +2 -0
- package/src/schematics/migrations/update-6/prettier-ignore-updates.schematic.js +29 -0
- package/src/schematics/migrations/update-6/prettier-ignore-updates.schematic.js.map +1 -0
- package/src/schematics/migrations/update-6/prettier-ignore.schematic.d.ts +2 -0
- package/src/schematics/migrations/update-6/prettier-ignore.schematic.js +14 -0
- package/src/schematics/migrations/update-6/prettier-ignore.schematic.js.map +1 -0
- package/src/schematics/rules/apply-skyux-stylesheets-to-workspace.js +2 -2
- package/src/schematics/rules/apply-skyux-stylesheets-to-workspace.js.map +1 -1
- package/src/schematics/utility/regex.d.ts +5 -0
- package/src/schematics/utility/regex.js +12 -0
- package/src/schematics/utility/regex.js.map +1 -0
- package/src/schematics/utility/theme.d.ts +1 -2
- package/src/schematics/utility/theme.js +1 -1
- package/src/schematics/utility/theme.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/packages",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Handles the `ng update` command for SKY UX component libraries.",
|
|
6
6
|
"keywords": [
|
|
@@ -27,54 +27,54 @@
|
|
|
27
27
|
"@blackbaud/skyux-lib-code-block": "^5.0.0-beta.0",
|
|
28
28
|
"@blackbaud/skyux-lib-media": "^5.0.0-beta.0",
|
|
29
29
|
"@blackbaud/skyux-lib-stache": "^5.0.0-beta.0",
|
|
30
|
-
"@skyux-sdk/prettier-schematics": "6.0.
|
|
31
|
-
"@skyux-sdk/testing": "6.0.
|
|
32
|
-
"@skyux/a11y": "6.0.
|
|
33
|
-
"@skyux/action-bars": "6.0.
|
|
34
|
-
"@skyux/ag-grid": "6.0.
|
|
35
|
-
"@skyux/angular-tree-component": "6.0.
|
|
36
|
-
"@skyux/animations": "6.0.
|
|
37
|
-
"@skyux/assets": "6.0.
|
|
38
|
-
"@skyux/autonumeric": "6.0.
|
|
39
|
-
"@skyux/avatar": "6.0.
|
|
40
|
-
"@skyux/colorpicker": "6.0.
|
|
41
|
-
"@skyux/config": "6.0.
|
|
42
|
-
"@skyux/core": "6.0.
|
|
43
|
-
"@skyux/data-manager": "6.0.
|
|
44
|
-
"@skyux/datetime": "6.0.
|
|
30
|
+
"@skyux-sdk/prettier-schematics": "6.0.2",
|
|
31
|
+
"@skyux-sdk/testing": "6.0.2",
|
|
32
|
+
"@skyux/a11y": "6.0.2",
|
|
33
|
+
"@skyux/action-bars": "6.0.2",
|
|
34
|
+
"@skyux/ag-grid": "6.0.2",
|
|
35
|
+
"@skyux/angular-tree-component": "6.0.2",
|
|
36
|
+
"@skyux/animations": "6.0.2",
|
|
37
|
+
"@skyux/assets": "6.0.2",
|
|
38
|
+
"@skyux/autonumeric": "6.0.2",
|
|
39
|
+
"@skyux/avatar": "6.0.2",
|
|
40
|
+
"@skyux/colorpicker": "6.0.2",
|
|
41
|
+
"@skyux/config": "6.0.2",
|
|
42
|
+
"@skyux/core": "6.0.2",
|
|
43
|
+
"@skyux/data-manager": "6.0.2",
|
|
44
|
+
"@skyux/datetime": "6.0.2",
|
|
45
45
|
"@skyux/docs-tools": "^6.0.0-beta.0",
|
|
46
|
-
"@skyux/errors": "6.0.
|
|
47
|
-
"@skyux/flyout": "6.0.
|
|
48
|
-
"@skyux/forms": "6.0.
|
|
49
|
-
"@skyux/grids": "6.0.
|
|
50
|
-
"@skyux/http": "6.0.
|
|
51
|
-
"@skyux/i18n": "6.0.
|
|
46
|
+
"@skyux/errors": "6.0.2",
|
|
47
|
+
"@skyux/flyout": "6.0.2",
|
|
48
|
+
"@skyux/forms": "6.0.2",
|
|
49
|
+
"@skyux/grids": "6.0.2",
|
|
50
|
+
"@skyux/http": "6.0.2",
|
|
51
|
+
"@skyux/i18n": "6.0.2",
|
|
52
52
|
"@skyux/icons": "^5.0.0",
|
|
53
|
-
"@skyux/indicators": "6.0.
|
|
54
|
-
"@skyux/inline-form": "6.0.
|
|
55
|
-
"@skyux/layout": "6.0.
|
|
56
|
-
"@skyux/list-builder": "6.0.
|
|
57
|
-
"@skyux/list-builder-common": "6.0.
|
|
58
|
-
"@skyux/list-builder-view-checklist": "6.0.
|
|
59
|
-
"@skyux/list-builder-view-grids": "6.0.
|
|
60
|
-
"@skyux/lists": "6.0.
|
|
61
|
-
"@skyux/lookup": "6.0.
|
|
62
|
-
"@skyux/modals": "6.0.
|
|
63
|
-
"@skyux/navbar": "6.0.
|
|
64
|
-
"@skyux/omnibar-interop": "6.0.
|
|
65
|
-
"@skyux/pages": "6.0.
|
|
66
|
-
"@skyux/phone-field": "6.0.
|
|
67
|
-
"@skyux/popovers": "6.0.
|
|
68
|
-
"@skyux/progress-indicator": "6.0.
|
|
69
|
-
"@skyux/router": "6.0.
|
|
70
|
-
"@skyux/select-field": "6.0.
|
|
71
|
-
"@skyux/split-view": "6.0.
|
|
72
|
-
"@skyux/tabs": "6.0.
|
|
73
|
-
"@skyux/text-editor": "6.0.
|
|
74
|
-
"@skyux/theme": "6.0.
|
|
75
|
-
"@skyux/tiles": "6.0.
|
|
76
|
-
"@skyux/toast": "6.0.
|
|
77
|
-
"@skyux/validation": "6.0.
|
|
53
|
+
"@skyux/indicators": "6.0.2",
|
|
54
|
+
"@skyux/inline-form": "6.0.2",
|
|
55
|
+
"@skyux/layout": "6.0.2",
|
|
56
|
+
"@skyux/list-builder": "6.0.2",
|
|
57
|
+
"@skyux/list-builder-common": "6.0.2",
|
|
58
|
+
"@skyux/list-builder-view-checklist": "6.0.2",
|
|
59
|
+
"@skyux/list-builder-view-grids": "6.0.2",
|
|
60
|
+
"@skyux/lists": "6.0.2",
|
|
61
|
+
"@skyux/lookup": "6.0.2",
|
|
62
|
+
"@skyux/modals": "6.0.2",
|
|
63
|
+
"@skyux/navbar": "6.0.2",
|
|
64
|
+
"@skyux/omnibar-interop": "6.0.2",
|
|
65
|
+
"@skyux/pages": "6.0.2",
|
|
66
|
+
"@skyux/phone-field": "6.0.2",
|
|
67
|
+
"@skyux/popovers": "6.0.2",
|
|
68
|
+
"@skyux/progress-indicator": "6.0.2",
|
|
69
|
+
"@skyux/router": "6.0.2",
|
|
70
|
+
"@skyux/select-field": "6.0.2",
|
|
71
|
+
"@skyux/split-view": "6.0.2",
|
|
72
|
+
"@skyux/tabs": "6.0.2",
|
|
73
|
+
"@skyux/text-editor": "6.0.2",
|
|
74
|
+
"@skyux/theme": "6.0.2",
|
|
75
|
+
"@skyux/tiles": "6.0.2",
|
|
76
|
+
"@skyux/toast": "6.0.2",
|
|
77
|
+
"@skyux/validation": "6.0.2",
|
|
78
78
|
"ag-grid-angular": "^27.2.0",
|
|
79
79
|
"ag-grid-community": "^27.2.0",
|
|
80
80
|
"ag-grid-enterprise": "^27.2.0"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schematics": {
|
|
3
3
|
"noop": {
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.2",
|
|
5
5
|
"factory": "./noop/noop.schematic",
|
|
6
6
|
"description": "Update all SKY UX component packages"
|
|
7
7
|
},
|
|
@@ -44,6 +44,21 @@
|
|
|
44
44
|
"version": "6.0.0",
|
|
45
45
|
"factory": "./update-6/crossvent.schematic",
|
|
46
46
|
"description": "Apply fix for crossvent 'global is not defined' error"
|
|
47
|
+
},
|
|
48
|
+
"ensure-theme-stylesheets": {
|
|
49
|
+
"version": "6.0.0",
|
|
50
|
+
"factory": "./update-6/ensure-theme-stylesheets.schematic",
|
|
51
|
+
"description": "Ensure applications reference SKY UX stylesheets correctly"
|
|
52
|
+
},
|
|
53
|
+
"prettier-ignore": {
|
|
54
|
+
"version": "6.0.0",
|
|
55
|
+
"factory": "./update-6/prettier-ignore.schematic",
|
|
56
|
+
"description": "Add '.angular/cache' to .prettierignore"
|
|
57
|
+
},
|
|
58
|
+
"prettier-ignore-updates": {
|
|
59
|
+
"version": "6.0.1",
|
|
60
|
+
"factory": "./update-6/prettier-ignore-updates.schematic",
|
|
61
|
+
"description": "Add new items to .prettierignore"
|
|
47
62
|
}
|
|
48
63
|
}
|
|
49
64
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const apply_skyux_stylesheets_to_workspace_1 = require("../../rules/apply-skyux-stylesheets-to-workspace");
|
|
4
|
+
function ensureSkyuxThemeStylesheets() {
|
|
5
|
+
return (0, apply_skyux_stylesheets_to_workspace_1.applySkyuxStylesheetsToWorkspace)();
|
|
6
|
+
}
|
|
7
|
+
exports.default = ensureSkyuxThemeStylesheets;
|
|
8
|
+
//# sourceMappingURL=ensure-theme-stylesheets.schematic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ensure-theme-stylesheets.schematic.js","sourceRoot":"","sources":["../../../../../../../../libs/components/packages/src/schematics/migrations/update-6/ensure-theme-stylesheets.schematic.ts"],"names":[],"mappings":";;AAEA,2GAAoG;AAEpG,SAAwB,2BAA2B;IACjD,OAAO,IAAA,uEAAgC,GAAE,CAAC;AAC5C,CAAC;AAFD,8CAEC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const regex_1 = require("../../utility/regex");
|
|
4
|
+
function addNewItemsToPrettierIgnore() {
|
|
5
|
+
return (tree) => {
|
|
6
|
+
var _a;
|
|
7
|
+
const ignorePaths = [
|
|
8
|
+
'/src/assets/',
|
|
9
|
+
'/projects/*/src/assets/',
|
|
10
|
+
'/src/app/lib/',
|
|
11
|
+
];
|
|
12
|
+
const prettierIgnorePath = '/.prettierignore';
|
|
13
|
+
const prettierIgnore = (_a = tree.read(prettierIgnorePath)) === null || _a === void 0 ? void 0 : _a.toString();
|
|
14
|
+
if (prettierIgnore) {
|
|
15
|
+
let replacementString = prettierIgnore;
|
|
16
|
+
for (const ignorePath of ignorePaths) {
|
|
17
|
+
if (prettierIgnore &&
|
|
18
|
+
!new RegExp(`^` + (0, regex_1.regexEscape)(ignorePath) + `$`, 'm').exec(replacementString)) {
|
|
19
|
+
replacementString = `${ignorePath}\n` + replacementString;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
if (replacementString !== prettierIgnore) {
|
|
23
|
+
tree.overwrite(prettierIgnorePath, replacementString);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
exports.default = addNewItemsToPrettierIgnore;
|
|
29
|
+
//# sourceMappingURL=prettier-ignore-updates.schematic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prettier-ignore-updates.schematic.js","sourceRoot":"","sources":["../../../../../../../../libs/components/packages/src/schematics/migrations/update-6/prettier-ignore-updates.schematic.ts"],"names":[],"mappings":";;AAEA,+CAAkD;AAElD,SAAwB,2BAA2B;IACjD,OAAO,CAAC,IAAI,EAAE,EAAE;;QACd,MAAM,WAAW,GAAG;YAClB,cAAc;YACd,yBAAyB;YACzB,eAAe;SAChB,CAAC;QACF,MAAM,kBAAkB,GAAG,kBAAkB,CAAC;QAC9C,MAAM,cAAc,GAAG,MAAA,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,0CAAE,QAAQ,EAAE,CAAC;QAEjE,IAAI,cAAc,EAAE;YAClB,IAAI,iBAAiB,GAAG,cAAc,CAAC;YAEvC,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;gBACpC,IACE,cAAc;oBACd,CAAC,IAAI,MAAM,CAAC,GAAG,GAAG,IAAA,mBAAW,EAAC,UAAU,CAAC,GAAG,GAAG,EAAE,GAAG,CAAC,CAAC,IAAI,CACxD,iBAAiB,CAClB,EACD;oBACA,iBAAiB,GAAG,GAAG,UAAU,IAAI,GAAG,iBAAiB,CAAC;iBAC3D;aACF;YAED,IAAI,iBAAiB,KAAK,cAAc,EAAE;gBACxC,IAAI,CAAC,SAAS,CAAC,kBAAkB,EAAE,iBAAiB,CAAC,CAAC;aACvD;SACF;IACH,CAAC,CAAC;AACJ,CAAC;AA7BD,8CA6BC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
function addAngularCacheToPrettierIgnore() {
|
|
4
|
+
return (tree) => {
|
|
5
|
+
const cachePath = '/.angular/cache';
|
|
6
|
+
const prettierIgnorePath = '/.prettierignore';
|
|
7
|
+
const prettierIgnore = tree.read(prettierIgnorePath);
|
|
8
|
+
if (prettierIgnore && !prettierIgnore.includes(cachePath)) {
|
|
9
|
+
tree.overwrite(prettierIgnorePath, `${cachePath}\n` + prettierIgnore);
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
exports.default = addAngularCacheToPrettierIgnore;
|
|
14
|
+
//# sourceMappingURL=prettier-ignore.schematic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prettier-ignore.schematic.js","sourceRoot":"","sources":["../../../../../../../../libs/components/packages/src/schematics/migrations/update-6/prettier-ignore.schematic.ts"],"names":[],"mappings":";;AAEA,SAAwB,+BAA+B;IACrD,OAAO,CAAC,IAAI,EAAE,EAAE;QACd,MAAM,SAAS,GAAG,iBAAiB,CAAC;QACpC,MAAM,kBAAkB,GAAG,kBAAkB,CAAC;QAC9C,MAAM,cAAc,GAAG,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QAErD,IAAI,cAAc,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE;YACzD,IAAI,CAAC,SAAS,CAAC,kBAAkB,EAAE,GAAG,SAAS,IAAI,GAAG,cAAc,CAAC,CAAC;SACvE;IACH,CAAC,CAAC;AACJ,CAAC;AAVD,kDAUC"}
|
|
@@ -4,7 +4,7 @@ exports.applySkyuxStylesheetsToWorkspace = void 0;
|
|
|
4
4
|
const theme_1 = require("../utility/theme");
|
|
5
5
|
const workspace_1 = require("../utility/workspace");
|
|
6
6
|
function applySkyuxStylesheetsToWorkspace() {
|
|
7
|
-
return (
|
|
7
|
+
return () => (0, workspace_1.updateWorkspace)((workspace) => {
|
|
8
8
|
for (const project of workspace.projects.values()) {
|
|
9
9
|
for (const targetName of ['build', 'test']) {
|
|
10
10
|
// Ignore build target for libraries.
|
|
@@ -16,7 +16,7 @@ function applySkyuxStylesheetsToWorkspace() {
|
|
|
16
16
|
const target = project.targets.get(targetName);
|
|
17
17
|
/*istanbul ignore else*/
|
|
18
18
|
if (target) {
|
|
19
|
-
target.options.styles = (0, theme_1.ensureSkyuxStylesheets)(
|
|
19
|
+
target.options.styles = (0, theme_1.ensureSkyuxStylesheets)(target.options.styles);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apply-skyux-stylesheets-to-workspace.js","sourceRoot":"","sources":["../../../../../../../libs/components/packages/src/schematics/rules/apply-skyux-stylesheets-to-workspace.ts"],"names":[],"mappings":";;;AAEA,4CAA0D;AAC1D,oDAAuD;AAEvD,SAAgB,gCAAgC;IAC9C,OAAO,
|
|
1
|
+
{"version":3,"file":"apply-skyux-stylesheets-to-workspace.js","sourceRoot":"","sources":["../../../../../../../libs/components/packages/src/schematics/rules/apply-skyux-stylesheets-to-workspace.ts"],"names":[],"mappings":";;;AAEA,4CAA0D;AAC1D,oDAAuD;AAEvD,SAAgB,gCAAgC;IAC9C,OAAO,GAAG,EAAE,CACV,IAAA,2BAAe,EAAC,CAAC,SAAS,EAAE,EAAE;QAC5B,KAAK,MAAM,OAAO,IAAI,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,EAAE;YACjD,KAAK,MAAM,UAAU,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE;gBAC1C,qCAAqC;gBACrC,IACE,UAAU,KAAK,OAAO;oBACtB,OAAO,CAAC,UAAU,CAAC,WAAW,KAAK,SAAS,EAC5C;oBACA,SAAS;iBACV;gBAED,0CAA0C;gBAC1C,MAAM,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;gBAE/C,wBAAwB;gBACxB,IAAI,MAAM,EAAE;oBACV,MAAM,CAAC,OAAO,CAAC,MAAM,GAAG,IAAA,8BAAsB,EAC5C,MAAM,CAAC,OAAO,CAAC,MAAkB,CAClC,CAAC;iBACH;aACF;SACF;IACH,CAAC,CAAC,CAAC;AACP,CAAC;AAzBD,4EAyBC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.regexEscape = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Escapes a string value to be used in a `RegExp` constructor.
|
|
6
|
+
* @see https://stackoverflow.com/questions/3446170/escape-string-for-use-in-javascript-regex
|
|
7
|
+
*/
|
|
8
|
+
function regexEscape(value) {
|
|
9
|
+
return value.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
|
10
|
+
}
|
|
11
|
+
exports.regexEscape = regexEscape;
|
|
12
|
+
//# sourceMappingURL=regex.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"regex.js","sourceRoot":"","sources":["../../../../../../../libs/components/packages/src/schematics/utility/regex.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,SAAgB,WAAW,CAAC,KAAa;IACvC,OAAO,KAAK,CAAC,OAAO,CAAC,qBAAqB,EAAE,MAAM,CAAC,CAAC;AACtD,CAAC;AAFD,kCAEC"}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { Tree } from '@angular-devkit/schematics';
|
|
2
1
|
export declare function getThemeStylesheets(): string[];
|
|
3
|
-
export declare function ensureSkyuxStylesheets(
|
|
2
|
+
export declare function ensureSkyuxStylesheets(existingStylesheets: string[]): string[];
|
|
@@ -8,7 +8,7 @@ function getThemeStylesheets() {
|
|
|
8
8
|
];
|
|
9
9
|
}
|
|
10
10
|
exports.getThemeStylesheets = getThemeStylesheets;
|
|
11
|
-
function ensureSkyuxStylesheets(
|
|
11
|
+
function ensureSkyuxStylesheets(existingStylesheets) {
|
|
12
12
|
existingStylesheets = existingStylesheets
|
|
13
13
|
? existingStylesheets.map((x) => {
|
|
14
14
|
// Angular 13 prefers root-relative stylesheet URLs.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../../../../../libs/components/packages/src/schematics/utility/theme.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../../../../../libs/components/packages/src/schematics/utility/theme.ts"],"names":[],"mappings":";;;AAAA,SAAgB,mBAAmB;IACjC,OAAO;QACL,uCAAuC;QACvC,wDAAwD;KACzD,CAAC;AACJ,CAAC;AALD,kDAKC;AAED,SAAgB,sBAAsB,CACpC,mBAA6B;IAE7B,mBAAmB,GAAG,mBAAmB;QACvC,CAAC,CAAC,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE;YAC5B,oDAAoD;YACpD,oDAAoD;YACpD,OAAO,CAAC,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QAC3D,CAAC,CAAC;QACJ,CAAC,CAAC,EAAE,CAAC;IACP,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,mBAAmB,EAAE,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC;AACzE,CAAC;AAXD,wDAWC"}
|