@skyux/core 5.1.3 → 5.2.3

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 (79) hide show
  1. package/README.md +1 -1
  2. package/bundles/skyux-core-testing.umd.js +22 -25
  3. package/bundles/skyux-core-testing.umd.js.map +1 -1
  4. package/bundles/skyux-core.umd.js +417 -357
  5. package/bundles/skyux-core.umd.js.map +1 -1
  6. package/documentation.json +541 -548
  7. package/esm2015/modules/adapter-service/adapter.module.js +5 -5
  8. package/esm2015/modules/adapter-service/adapter.service.js +9 -8
  9. package/esm2015/modules/adapter-service/focusable-children-options.js +1 -1
  10. package/esm2015/modules/affix/affix-auto-fit-context.js +1 -1
  11. package/esm2015/modules/affix/affix-config.js +1 -1
  12. package/esm2015/modules/affix/affix-offset-change.js +1 -1
  13. package/esm2015/modules/affix/affix-offset.js +1 -1
  14. package/esm2015/modules/affix/affix-placement-change.js +1 -1
  15. package/esm2015/modules/affix/affix-utils.js +3 -8
  16. package/esm2015/modules/affix/affix.directive.js +7 -7
  17. package/esm2015/modules/affix/affix.module.js +8 -16
  18. package/esm2015/modules/affix/affix.service.js +6 -6
  19. package/esm2015/modules/affix/affixer.js +21 -19
  20. package/esm2015/modules/affix/dom-utils.js +3 -4
  21. package/esm2015/modules/dock/dock-dom-adapter.service.js +8 -7
  22. package/esm2015/modules/dock/dock-insert-component-config.js +1 -1
  23. package/esm2015/modules/dock/dock-item-config.js +1 -1
  24. package/esm2015/modules/dock/dock-item-reference.js +1 -1
  25. package/esm2015/modules/dock/dock-item.js +1 -1
  26. package/esm2015/modules/dock/dock-location.js +1 -1
  27. package/esm2015/modules/dock/dock-options.js +1 -1
  28. package/esm2015/modules/dock/dock.component.js +13 -17
  29. package/esm2015/modules/dock/dock.module.js +9 -21
  30. package/esm2015/modules/dock/dock.service.js +6 -6
  31. package/esm2015/modules/dynamic-component/dynamic-component-location.js +1 -1
  32. package/esm2015/modules/dynamic-component/dynamic-component-options.js +1 -1
  33. package/esm2015/modules/dynamic-component/dynamic-component.module.js +5 -5
  34. package/esm2015/modules/dynamic-component/dynamic-component.service.js +7 -7
  35. package/esm2015/modules/format/app-format.js +5 -5
  36. package/esm2015/modules/id/id.directive.js +5 -5
  37. package/esm2015/modules/id/id.module.js +7 -11
  38. package/esm2015/modules/log/log.module.js +5 -5
  39. package/esm2015/modules/log/log.service.js +5 -5
  40. package/esm2015/modules/media-query/media-breakpoints.js +1 -1
  41. package/esm2015/modules/media-query/media-query-listener.js +1 -1
  42. package/esm2015/modules/media-query/media-query.module.js +5 -5
  43. package/esm2015/modules/media-query/media-query.service.js +12 -12
  44. package/esm2015/modules/mutation/mutation-observer-service.js +5 -5
  45. package/esm2015/modules/numeric/numeric.module.js +9 -24
  46. package/esm2015/modules/numeric/numeric.options.js +1 -1
  47. package/esm2015/modules/numeric/numeric.pipe.js +12 -14
  48. package/esm2015/modules/numeric/numeric.service.js +16 -15
  49. package/esm2015/modules/overlay/overlay-adapter.service.js +5 -5
  50. package/esm2015/modules/overlay/overlay-config.js +1 -1
  51. package/esm2015/modules/overlay/overlay-context.js +1 -1
  52. package/esm2015/modules/overlay/overlay-instance.js +1 -1
  53. package/esm2015/modules/overlay/overlay.component.js +11 -11
  54. package/esm2015/modules/overlay/overlay.module.js +8 -16
  55. package/esm2015/modules/overlay/overlay.service.js +13 -11
  56. package/esm2015/modules/percent-pipe/percent-pipe.module.js +9 -24
  57. package/esm2015/modules/percent-pipe/percent.pipe.js +7 -6
  58. package/esm2015/modules/scrollable-host/scrollable-host.service.js +103 -25
  59. package/esm2015/modules/shared/number-format/number-format-utility.js +8 -5
  60. package/esm2015/modules/shared/sky-core-resources.module.js +21 -12
  61. package/esm2015/modules/title/set-title-args.js +1 -1
  62. package/esm2015/modules/title/title.service.js +5 -5
  63. package/esm2015/modules/ui-config/ui-config.service.js +5 -5
  64. package/esm2015/modules/viewkeeper/viewkeeper-boundary-info.js +1 -1
  65. package/esm2015/modules/viewkeeper/viewkeeper-host-options.js +4 -4
  66. package/esm2015/modules/viewkeeper/viewkeeper.directive.js +14 -11
  67. package/esm2015/modules/viewkeeper/viewkeeper.js +36 -15
  68. package/esm2015/modules/viewkeeper/viewkeeper.module.js +7 -11
  69. package/esm2015/modules/viewkeeper/viewkeeper.service.js +5 -5
  70. package/esm2015/modules/window/window-ref.js +5 -5
  71. package/esm2015/testing/mock-media-query.service.js +7 -7
  72. package/esm2015/testing/mock-ui-config.service.js +18 -21
  73. package/fesm2015/skyux-core-testing.js +22 -25
  74. package/fesm2015/skyux-core-testing.js.map +1 -1
  75. package/fesm2015/skyux-core.js +407 -363
  76. package/fesm2015/skyux-core.js.map +1 -1
  77. package/modules/scrollable-host/scrollable-host.service.d.ts +25 -6
  78. package/modules/viewkeeper/viewkeeper.d.ts +3 -1
  79. package/package.json +4 -4
@@ -6,7 +6,7 @@ import { BehaviorSubject, of } from 'rxjs';
6
6
  class MockSkyMediaQueryService extends SkyMediaQueryService {
7
7
  constructor() {
8
8
  super(new NgZone({
9
- enableLongStackTrace: true
9
+ enableLongStackTrace: true,
10
10
  }));
11
11
  this.currentMockSubject = new BehaviorSubject(this.current);
12
12
  this._currentBreakpoints = SkyMediaBreakpoints.md;
@@ -21,7 +21,7 @@ class MockSkyMediaQueryService extends SkyMediaQueryService {
21
21
  return this.currentMockSubject.subscribe({
22
22
  next: (breakpoints) => {
23
23
  listener(breakpoints);
24
- }
24
+ },
25
25
  });
26
26
  }
27
27
  fire(args) {
@@ -34,9 +34,9 @@ MockSkyMediaQueryService.xs = '(max-width: 767px)';
34
34
  MockSkyMediaQueryService.sm = '(min-width: 768px) and (max-width: 991px)';
35
35
  MockSkyMediaQueryService.md = '(min-width: 992px) and (max-width: 1199px)';
36
36
  MockSkyMediaQueryService.lg = '(min-width: 1200px)';
37
- MockSkyMediaQueryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MockSkyMediaQueryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
- MockSkyMediaQueryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MockSkyMediaQueryService });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MockSkyMediaQueryService, decorators: [{
37
+ MockSkyMediaQueryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MockSkyMediaQueryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
38
+ MockSkyMediaQueryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MockSkyMediaQueryService });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MockSkyMediaQueryService, decorators: [{
40
40
  type: Injectable
41
41
  }], ctorParameters: function () { return []; } });
42
42
 
@@ -55,46 +55,43 @@ class MockSkyUIConfigService extends SkyUIConfigService {
55
55
  tiles: [
56
56
  {
57
57
  id: 'tile-1',
58
- isCollapsed: true
58
+ isCollapsed: true,
59
59
  },
60
60
  {
61
61
  id: 'tile-2',
62
- isCollapsed: true
63
- }
64
- ]
62
+ isCollapsed: true,
63
+ },
64
+ ],
65
65
  },
66
66
  multiColumn: [
67
67
  {
68
68
  tiles: [
69
69
  {
70
70
  id: 'tile-2',
71
- isCollapsed: true
72
- }
73
- ]
71
+ isCollapsed: true,
72
+ },
73
+ ],
74
74
  },
75
75
  {
76
76
  tiles: [
77
77
  {
78
78
  id: 'tile-1',
79
- isCollapsed: true
80
- }
81
- ]
82
- }
83
- ]
79
+ isCollapsed: true,
80
+ },
81
+ ],
82
+ },
83
+ ],
84
84
  },
85
- defaultSettings: [
86
- 'tile-1',
87
- 'tile-2'
88
- ]
89
- }
85
+ defaultSettings: ['tile-1', 'tile-2'],
86
+ },
90
87
  });
91
88
  }
92
89
  }
93
90
  }
94
91
  }
95
- MockSkyUIConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MockSkyUIConfigService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
96
- MockSkyUIConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MockSkyUIConfigService });
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: MockSkyUIConfigService, decorators: [{
92
+ MockSkyUIConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MockSkyUIConfigService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
93
+ MockSkyUIConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MockSkyUIConfigService });
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MockSkyUIConfigService, decorators: [{
98
95
  type: Injectable
99
96
  }] });
100
97
 
@@ -1 +1 @@
1
- {"version":3,"file":"skyux-core-testing.js","sources":["../../../projects/core/testing/src/mock-media-query.service.ts","../../../projects/core/testing/src/mock-ui-config.service.ts","../../../projects/core/testing/src/skyux-core-testing.ts"],"sourcesContent":["import {\n Injectable,\n NgZone\n} from '@angular/core';\n\nimport {\n SkyMediaBreakpoints,\n SkyMediaQueryListener,\n SkyMediaQueryService\n} from '@skyux/core';\n\nimport {\n BehaviorSubject,\n Subscription\n} from 'rxjs';\n\n@Injectable()\nexport class MockSkyMediaQueryService extends SkyMediaQueryService {\n public static xs = '(max-width: 767px)';\n public static sm = '(min-width: 768px) and (max-width: 991px)';\n public static md = '(min-width: 992px) and (max-width: 1199px)';\n public static lg = '(min-width: 1200px)';\n\n public get current(): SkyMediaBreakpoints {\n return this._currentBreakpoints;\n }\n\n public set current(breakpoints: SkyMediaBreakpoints) {\n this._currentBreakpoints = breakpoints;\n }\n\n public currentMockSubject = new BehaviorSubject<SkyMediaBreakpoints>(this.current);\n\n private _currentBreakpoints = SkyMediaBreakpoints.md;\n\n constructor() {\n super(\n new NgZone({\n enableLongStackTrace: true\n })\n );\n }\n\n public subscribe(listener: SkyMediaQueryListener): Subscription {\n return this.currentMockSubject.subscribe(\n {\n next: (breakpoints: SkyMediaBreakpoints) => {\n listener(breakpoints);\n }\n }\n );\n }\n\n public fire(args: SkyMediaBreakpoints): void {\n this._currentBreakpoints = args;\n this.currentMockSubject.next(this._currentBreakpoints);\n }\n\n public destroy(): void {}\n}\n","import {\n Injectable\n} from '@angular/core';\n\nimport {\n SkyUIConfigService\n} from '@skyux/core';\n\nimport {\n of as observableOf\n} from 'rxjs';\n\n@Injectable()\nexport class MockSkyUIConfigService extends SkyUIConfigService {\n\n public getConfig(\n key: string,\n defaultConfig?: any\n ): any {\n switch (key) {\n case 'defaultSettings':\n return observableOf(defaultConfig);\n case 'badData':\n return observableOf({invalidProperty: 'invalidData'});\n default: {\n return observableOf({\n settings: {\n userSettings: {\n singleColumn: {\n tiles: [\n {\n id: 'tile-1',\n isCollapsed: true\n },\n {\n id: 'tile-2',\n isCollapsed: true\n }\n ]\n },\n multiColumn: [\n {\n tiles: [\n {\n id: 'tile-2',\n isCollapsed: true\n }\n ]\n },\n {\n tiles: [\n {\n id: 'tile-1',\n isCollapsed: true\n }\n ]\n }\n ]\n },\n defaultSettings: [\n 'tile-1',\n 'tile-2'\n ]\n }\n });\n }\n }\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["observableOf"],"mappings":";;;;;MAiBa,wBAAyB,SAAQ,oBAAoB;IAkBhE;QACE,KAAK,CACH,IAAI,MAAM,CAAC;YACT,oBAAoB,EAAE,IAAI;SAC3B,CAAC,CACH,CAAC;QATG,uBAAkB,GAAG,IAAI,eAAe,CAAsB,IAAI,CAAC,OAAO,CAAC,CAAC;QAE3E,wBAAmB,GAAG,mBAAmB,CAAC,EAAE,CAAC;KAQpD;IAlBD,IAAW,OAAO;QAChB,OAAO,IAAI,CAAC,mBAAmB,CAAC;KACjC;IAED,IAAW,OAAO,CAAC,WAAgC;QACjD,IAAI,CAAC,mBAAmB,GAAG,WAAW,CAAC;KACxC;IAcM,SAAS,CAAC,QAA+B;QAC9C,OAAO,IAAI,CAAC,kBAAkB,CAAC,SAAS,CACtC;YACE,IAAI,EAAE,CAAC,WAAgC;gBACrC,QAAQ,CAAC,WAAW,CAAC,CAAC;aACvB;SACF,CACF,CAAC;KACH;IAEM,IAAI,CAAC,IAAyB;QACnC,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC;QAChC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACxD;IAEM,OAAO,MAAW;;AAxCX,2BAAE,GAAG,oBAAoB,CAAC;AAC1B,2BAAE,GAAG,2CAA2C,CAAC;AACjD,2BAAE,GAAG,4CAA4C,CAAC;AAClD,2BAAE,GAAG,qBAAqB,CAAC;sHAJ9B,wBAAwB;0HAAxB,wBAAwB;4FAAxB,wBAAwB;kBADpC,UAAU;;;MCHE,sBAAuB,SAAQ,kBAAkB;IAErD,SAAS,CACd,GAAW,EACX,aAAmB;QAEnB,QAAQ,GAAG;YACT,KAAK,iBAAiB;gBACpB,OAAOA,EAAY,CAAC,aAAa,CAAC,CAAC;YACrC,KAAK,SAAS;gBACZ,OAAOA,EAAY,CAAC,EAAC,eAAe,EAAE,aAAa,EAAC,CAAC,CAAC;YACxD,SAAS;gBACP,OAAOA,EAAY,CAAC;oBAClB,QAAQ,EAAE;wBACR,YAAY,EAAE;4BACZ,YAAY,EAAE;gCACZ,KAAK,EAAE;oCACL;wCACE,EAAE,EAAE,QAAQ;wCACZ,WAAW,EAAE,IAAI;qCAClB;oCACD;wCACE,EAAE,EAAE,QAAQ;wCACZ,WAAW,EAAE,IAAI;qCAClB;iCACF;6BACF;4BACD,WAAW,EAAE;gCACX;oCACE,KAAK,EAAE;wCACL;4CACE,EAAE,EAAE,QAAQ;4CACZ,WAAW,EAAE,IAAI;yCAClB;qCACF;iCACF;gCACD;oCACE,KAAK,EAAE;wCACL;4CACE,EAAE,EAAE,QAAQ;4CACZ,WAAW,EAAE,IAAI;yCAClB;qCACF;iCACF;6BACF;yBACF;wBACD,eAAe,EAAE;4BACf,QAAQ;4BACR,QAAQ;yBACT;qBACF;iBACF,CAAC,CAAC;aACJ;SACF;KACF;;oHAtDU,sBAAsB;wHAAtB,sBAAsB;4FAAtB,sBAAsB;kBADlC,UAAU;;;ACZX;;;;;;"}
1
+ {"version":3,"file":"skyux-core-testing.js","sources":["../../../projects/core/testing/src/mock-media-query.service.ts","../../../projects/core/testing/src/mock-ui-config.service.ts","../../../projects/core/testing/src/skyux-core-testing.ts"],"sourcesContent":["import { Injectable, NgZone } from '@angular/core';\n\nimport {\n SkyMediaBreakpoints,\n SkyMediaQueryListener,\n SkyMediaQueryService,\n} from '@skyux/core';\n\nimport { BehaviorSubject, Subscription } from 'rxjs';\n\n@Injectable()\nexport class MockSkyMediaQueryService extends SkyMediaQueryService {\n public static xs = '(max-width: 767px)';\n public static sm = '(min-width: 768px) and (max-width: 991px)';\n public static md = '(min-width: 992px) and (max-width: 1199px)';\n public static lg = '(min-width: 1200px)';\n\n public get current(): SkyMediaBreakpoints {\n return this._currentBreakpoints;\n }\n\n public set current(breakpoints: SkyMediaBreakpoints) {\n this._currentBreakpoints = breakpoints;\n }\n\n public currentMockSubject = new BehaviorSubject<SkyMediaBreakpoints>(\n this.current\n );\n\n private _currentBreakpoints = SkyMediaBreakpoints.md;\n\n constructor() {\n super(\n new NgZone({\n enableLongStackTrace: true,\n })\n );\n }\n\n public subscribe(listener: SkyMediaQueryListener): Subscription {\n return this.currentMockSubject.subscribe({\n next: (breakpoints: SkyMediaBreakpoints) => {\n listener(breakpoints);\n },\n });\n }\n\n public fire(args: SkyMediaBreakpoints): void {\n this._currentBreakpoints = args;\n this.currentMockSubject.next(this._currentBreakpoints);\n }\n\n public destroy(): void {}\n}\n","import { Injectable } from '@angular/core';\n\nimport { SkyUIConfigService } from '@skyux/core';\n\nimport { of as observableOf } from 'rxjs';\n\n@Injectable()\nexport class MockSkyUIConfigService extends SkyUIConfigService {\n public getConfig(key: string, defaultConfig?: any): any {\n switch (key) {\n case 'defaultSettings':\n return observableOf(defaultConfig);\n case 'badData':\n return observableOf({ invalidProperty: 'invalidData' });\n default: {\n return observableOf({\n settings: {\n userSettings: {\n singleColumn: {\n tiles: [\n {\n id: 'tile-1',\n isCollapsed: true,\n },\n {\n id: 'tile-2',\n isCollapsed: true,\n },\n ],\n },\n multiColumn: [\n {\n tiles: [\n {\n id: 'tile-2',\n isCollapsed: true,\n },\n ],\n },\n {\n tiles: [\n {\n id: 'tile-1',\n isCollapsed: true,\n },\n ],\n },\n ],\n },\n defaultSettings: ['tile-1', 'tile-2'],\n },\n });\n }\n }\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["observableOf"],"mappings":";;;;;MAWa,wBAAyB,SAAQ,oBAAoB;IAoBhE;QACE,KAAK,CACH,IAAI,MAAM,CAAC;YACT,oBAAoB,EAAE,IAAI;SAC3B,CAAC,CACH,CAAC;QAXG,uBAAkB,GAAG,IAAI,eAAe,CAC7C,IAAI,CAAC,OAAO,CACb,CAAC;QAEM,wBAAmB,GAAG,mBAAmB,CAAC,EAAE,CAAC;KAQpD;IApBD,IAAW,OAAO;QAChB,OAAO,IAAI,CAAC,mBAAmB,CAAC;KACjC;IAED,IAAW,OAAO,CAAC,WAAgC;QACjD,IAAI,CAAC,mBAAmB,GAAG,WAAW,CAAC;KACxC;IAgBM,SAAS,CAAC,QAA+B;QAC9C,OAAO,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC;YACvC,IAAI,EAAE,CAAC,WAAgC;gBACrC,QAAQ,CAAC,WAAW,CAAC,CAAC;aACvB;SACF,CAAC,CAAC;KACJ;IAEM,IAAI,CAAC,IAAyB;QACnC,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC;QAChC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KACxD;IAEM,OAAO,MAAW;;AAxCX,2BAAE,GAAG,oBAAoB,CAAC;AAC1B,2BAAE,GAAG,2CAA2C,CAAC;AACjD,2BAAE,GAAG,4CAA4C,CAAC;AAClD,2BAAE,GAAG,qBAAqB,CAAC;sHAJ9B,wBAAwB;0HAAxB,wBAAwB;4FAAxB,wBAAwB;kBADpC,UAAU;;;MCHE,sBAAuB,SAAQ,kBAAkB;IACrD,SAAS,CAAC,GAAW,EAAE,aAAmB;QAC/C,QAAQ,GAAG;YACT,KAAK,iBAAiB;gBACpB,OAAOA,EAAY,CAAC,aAAa,CAAC,CAAC;YACrC,KAAK,SAAS;gBACZ,OAAOA,EAAY,CAAC,EAAE,eAAe,EAAE,aAAa,EAAE,CAAC,CAAC;YAC1D,SAAS;gBACP,OAAOA,EAAY,CAAC;oBAClB,QAAQ,EAAE;wBACR,YAAY,EAAE;4BACZ,YAAY,EAAE;gCACZ,KAAK,EAAE;oCACL;wCACE,EAAE,EAAE,QAAQ;wCACZ,WAAW,EAAE,IAAI;qCAClB;oCACD;wCACE,EAAE,EAAE,QAAQ;wCACZ,WAAW,EAAE,IAAI;qCAClB;iCACF;6BACF;4BACD,WAAW,EAAE;gCACX;oCACE,KAAK,EAAE;wCACL;4CACE,EAAE,EAAE,QAAQ;4CACZ,WAAW,EAAE,IAAI;yCAClB;qCACF;iCACF;gCACD;oCACE,KAAK,EAAE;wCACL;4CACE,EAAE,EAAE,QAAQ;4CACZ,WAAW,EAAE,IAAI;yCAClB;qCACF;iCACF;6BACF;yBACF;wBACD,eAAe,EAAE,CAAC,QAAQ,EAAE,QAAQ,CAAC;qBACtC;iBACF,CAAC,CAAC;aACJ;SACF;KACF;;oHA/CU,sBAAsB;wHAAtB,sBAAsB;4FAAtB,sBAAsB;kBADlC,UAAU;;;ACNX;;;;;;"}