@c8y/ngx-components 1021.58.0 → 1021.59.6

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 (56) hide show
  1. package/core/router/scoped-context-route.service.d.ts +2 -1
  2. package/core/router/scoped-context-route.service.d.ts.map +1 -1
  3. package/device-provisioned-certificates/device-tab-provisioned-certificates.component.d.ts.map +1 -1
  4. package/esm2022/core/router/scoped-context-route.service.mjs +32 -33
  5. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.mjs +3 -3
  6. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-preview/datapoints-export-selector-preview.component.mjs +3 -3
  7. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-exports-selector-data-scope/datapoints-exports-selector-data-scope.component.mjs +3 -3
  8. package/esm2022/datapoints-export-selector/datapoints-export-selector.component.mjs +3 -3
  9. package/esm2022/device-provisioned-certificates/device-provisioned-certificates.guard.mjs +2 -2
  10. package/esm2022/device-provisioned-certificates/device-tab-provisioned-certificates.component.mjs +7 -5
  11. package/esm2022/sensor-phone/sensor-phone-modal/sensor-phone-modal.component.mjs +4 -4
  12. package/esm2022/sub-assets/add-group/add-group.component.mjs +30 -4
  13. package/esm2022/sub-assets/add-group/add-group.module.mjs +23 -4
  14. package/esm2022/sub-assets/assign-devices/assign-child-devices.component.mjs +14 -2
  15. package/esm2022/sub-assets/groups.component.mjs +3 -3
  16. package/esm2022/sub-assets/sub-assets-grids.module.mjs +24 -0
  17. package/esm2022/sub-assets/sub-assets.component.mjs +4 -4
  18. package/esm2022/sub-assets/sub-assets.module.mjs +8 -12
  19. package/esm2022/trusted-certificates/crl/crl-settings.component.mjs +3 -3
  20. package/esm2022/trusted-certificates/list/trusted-certificate-list.component.mjs +5 -5
  21. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +8 -8
  22. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs +7 -5
  24. package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs +3 -3
  26. package/fesm2022/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs.map +1 -1
  27. package/fesm2022/c8y-ngx-components-sub-assets.mjs +1246 -1181
  28. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  29. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +6 -6
  30. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components.mjs +29 -30
  32. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  33. package/locales/de.po +46 -51
  34. package/locales/es.po +25 -31
  35. package/locales/fr.po +30 -35
  36. package/locales/ja_JP.po +24 -32
  37. package/locales/ko.po +26 -31
  38. package/locales/locales.pot +6 -6
  39. package/locales/nl.po +26 -31
  40. package/locales/pl.po +27 -32
  41. package/locales/pt_BR.po +25 -30
  42. package/locales/zh_CN.po +27 -32
  43. package/locales/zh_TW.po +28 -33
  44. package/package.json +1 -1
  45. package/sensor-phone/sensor-phone-modal/sensor-phone-modal.component.d.ts.map +1 -1
  46. package/sub-assets/add-group/add-group.component.d.ts +9 -1
  47. package/sub-assets/add-group/add-group.component.d.ts.map +1 -1
  48. package/sub-assets/add-group/add-group.module.d.ts +3 -1
  49. package/sub-assets/add-group/add-group.module.d.ts.map +1 -1
  50. package/sub-assets/assign-devices/assign-child-devices.component.d.ts +3 -1
  51. package/sub-assets/assign-devices/assign-child-devices.component.d.ts.map +1 -1
  52. package/sub-assets/sub-assets-grids.module.d.ts +15 -0
  53. package/sub-assets/sub-assets-grids.module.d.ts.map +1 -0
  54. package/sub-assets/sub-assets.module.d.ts +18 -19
  55. package/sub-assets/sub-assets.module.d.ts.map +1 -1
  56. package/trusted-certificates/list/trusted-certificate-list.component.d.ts.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"add-group.module.d.ts","sourceRoot":"","sources":["../../../sub-assets/add-group/add-group.module.ts"],"names":[],"mappings":";;;;;AAOA,qBAMa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
1
+ {"version":3,"file":"add-group.module.d.ts","sourceRoot":"","sources":["../../../sub-assets/add-group/add-group.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAaa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -11,7 +11,9 @@ export declare class AssignChildDevicesComponent {
11
11
  currentGroupId: string;
12
12
  parentDevice: IManagedObject;
13
13
  onCancel: EventEmitter<any>;
14
+ onSelectedDevices: EventEmitter<string[]>;
14
15
  refresh: EventEmitter<any>;
16
+ onlySelect: boolean;
15
17
  selected: string[];
16
18
  baseQuery: any;
17
19
  canAssignDevice: boolean;
@@ -24,6 +26,6 @@ export declare class AssignChildDevicesComponent {
24
26
  assignDevices(): Promise<void>;
25
27
  onSelected(selectedDevicesIDs: string[]): void;
26
28
  static ɵfac: i0.ɵɵFactoryDeclaration<AssignChildDevicesComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AssignChildDevicesComponent, "c8y-assign-child-devices", never, { "currentGroupId": { "alias": "currentGroupId"; "required": false; }; "parentDevice": { "alias": "parentDevice"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, { "onCancel": "onCancel"; }, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<AssignChildDevicesComponent, "c8y-assign-child-devices", never, { "currentGroupId": { "alias": "currentGroupId"; "required": false; }; "parentDevice": { "alias": "parentDevice"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; "onlySelect": { "alias": "onlySelect"; "required": false; }; }, { "onCancel": "onCancel"; "onSelectedDevices": "onSelectedDevices"; }, never, never, false, never>;
28
30
  }
29
31
  //# sourceMappingURL=assign-child-devices.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"assign-child-devices.component.d.ts","sourceRoot":"","sources":["../../../sub-assets/assign-devices/assign-child-devices.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrF,OAAO,EAAE,YAAY,EAAW,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;;AAE7C,qBAIa,2BAA2B;IAYpC,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IAbjB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,cAAc,CAAC;IAC5B,QAAQ,oBAA2B;IACpC,OAAO,oBAA2B;IAE3C,QAAQ,EAAE,MAAM,EAAE,CAAM;IACxB,SAAS,EAAE,GAAG,CAAC;IACf,eAAe,UAAS;IACxB,aAAa,UAAS;gBAGZ,KAAK,EAAE,YAAY,EACnB,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB;IAGQ,cAAc,CAAC,MAAM,EAAE,aAAa;IAMnC,eAAe,CAAC,MAAM,EAAE,aAAa;IAIpF,QAAQ;IAOd,0BAA0B;IAKpB,aAAa;IAkBnB,UAAU,CAAC,kBAAkB,EAAE,MAAM,EAAE;yCAzD5B,2BAA2B;2CAA3B,2BAA2B;CA4DvC"}
1
+ {"version":3,"file":"assign-child-devices.component.d.ts","sourceRoot":"","sources":["../../../sub-assets/assign-devices/assign-child-devices.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrF,OAAO,EAAE,YAAY,EAAW,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;;AAE7C,qBAIa,2BAA2B;IAcpC,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IAfjB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,cAAc,CAAC;IAC5B,QAAQ,oBAA2B;IACnC,iBAAiB,yBAAgC;IAClD,OAAO,oBAA2B;IAClC,UAAU,UAAS;IAE5B,QAAQ,EAAE,MAAM,EAAE,CAAM;IACxB,SAAS,EAAE,GAAG,CAAC;IACf,eAAe,UAAS;IACxB,aAAa,UAAS;gBAGZ,KAAK,EAAE,YAAY,EACnB,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB;IAGQ,cAAc,CAAC,MAAM,EAAE,aAAa;IAMnC,eAAe,CAAC,MAAM,EAAE,aAAa;IAIpF,QAAQ;IAOd,0BAA0B;IAKpB,aAAa;IAyBnB,UAAU,CAAC,kBAAkB,EAAE,MAAM,EAAE;yCAlE5B,2BAA2B;2CAA3B,2BAA2B;CAqEvC"}
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./assign-devices/assign-devices.component";
3
+ import * as i2 from "./assign-devices/assign-child-devices.component";
4
+ import * as i3 from "./sub-assets-grid.component";
5
+ import * as i4 from "@c8y/ngx-components";
6
+ import * as i5 from "@c8y/ngx-components/device-grid";
7
+ import * as i6 from "ngx-bootstrap/popover";
8
+ import * as i7 from "ngx-bootstrap/dropdown";
9
+ import * as i8 from "ngx-bootstrap/tooltip";
10
+ export declare class SubAssetsGridsModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubAssetsGridsModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SubAssetsGridsModule, [typeof i1.AssignDevicesComponent, typeof i2.AssignChildDevicesComponent, typeof i3.SubAssetsGridComponent], [typeof i4.CoreModule, typeof i5.DeviceGridModule, typeof i6.PopoverModule, typeof i7.BsDropdownModule, typeof i8.TooltipModule], [typeof i3.SubAssetsGridComponent, typeof i1.AssignDevicesComponent, typeof i2.AssignChildDevicesComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<SubAssetsGridsModule>;
14
+ }
15
+ //# sourceMappingURL=sub-assets-grids.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sub-assets-grids.module.d.ts","sourceRoot":"","sources":["../../sub-assets/sub-assets-grids.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAKa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -2,28 +2,27 @@ import { ModuleWithProviders } from '@angular/core';
2
2
  import { SubAssetsConfig } from './sub-assets.model';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "./sub-assets.component";
5
- import * as i2 from "./sub-assets-grid.component";
6
- import * as i3 from "./groups.component";
7
- import * as i4 from "./group-info.component";
8
- import * as i5 from "./delete-assets-modal/delete-assets-modal.component";
9
- import * as i6 from "./unassign-assets-modal/unassign-modal.component";
10
- import * as i7 from "./assign-devices/assign-devices.component";
11
- import * as i8 from "./assign-devices/assign-child-devices.component";
12
- import * as i9 from "./asset-properties.component";
13
- import * as i10 from "./asset-properties-item.component";
14
- import * as i11 from "./location/asset-location.component";
15
- import * as i12 from "@c8y/ngx-components";
16
- import * as i13 from "@c8y/ngx-components/device-grid";
17
- import * as i14 from "./add-group/add-group.module";
18
- import * as i15 from "ngx-bootstrap/popover";
19
- import * as i16 from "ngx-bootstrap/dropdown";
20
- import * as i17 from "ngx-bootstrap/tooltip";
21
- import * as i18 from "@c8y/ngx-components/map";
22
- import * as i19 from "@c8y/ngx-components/data-grid-columns/asset-type";
5
+ import * as i2 from "./groups.component";
6
+ import * as i3 from "./group-info.component";
7
+ import * as i4 from "./delete-assets-modal/delete-assets-modal.component";
8
+ import * as i5 from "./unassign-assets-modal/unassign-modal.component";
9
+ import * as i6 from "./asset-properties.component";
10
+ import * as i7 from "./asset-properties-item.component";
11
+ import * as i8 from "./location/asset-location.component";
12
+ import * as i9 from "@c8y/ngx-components";
13
+ import * as i10 from "@c8y/ngx-components/device-grid";
14
+ import * as i11 from "./add-group/add-group.module";
15
+ import * as i12 from "ngx-bootstrap/popover";
16
+ import * as i13 from "ngx-bootstrap/dropdown";
17
+ import * as i14 from "ngx-bootstrap/tooltip";
18
+ import * as i15 from "@c8y/ngx-components/map";
19
+ import * as i16 from "@c8y/ngx-components/data-grid-columns/asset-type";
20
+ import * as i17 from "./sub-assets-grids.module";
21
+ import * as i18 from "./sub-assets-grid.component";
23
22
  export declare class SubAssetsModule {
24
23
  static config(config?: SubAssetsConfig): ModuleWithProviders<SubAssetsModule>;
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<SubAssetsModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<SubAssetsModule, [typeof i1.SubAssetsComponent, typeof i2.SubAssetsGridComponent, typeof i3.GroupsComponent, typeof i4.GroupInfoComponent, typeof i5.DeleteAssetsModalComponent, typeof i6.UnassignModalComponent, typeof i7.AssignDevicesComponent, typeof i8.AssignChildDevicesComponent, typeof i9.AssetPropertiesComponent, typeof i10.AssetPropertiesItemComponent, typeof i11.AssetLocationComponent], [typeof i12.CoreModule, typeof i13.DeviceGridModule, typeof i14.AddGroupModule, typeof i15.PopoverModule, typeof i16.BsDropdownModule, typeof i17.TooltipModule, typeof i12.FilterMapperModule, typeof i18.MapModule, typeof i19.AssetTypeCellRendererComponent], [typeof i2.SubAssetsGridComponent, typeof i11.AssetLocationComponent]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SubAssetsModule, [typeof i1.SubAssetsComponent, typeof i2.GroupsComponent, typeof i3.GroupInfoComponent, typeof i4.DeleteAssetsModalComponent, typeof i5.UnassignModalComponent, typeof i6.AssetPropertiesComponent, typeof i7.AssetPropertiesItemComponent, typeof i8.AssetLocationComponent], [typeof i9.CoreModule, typeof i10.DeviceGridModule, typeof i11.AddGroupModule, typeof i12.PopoverModule, typeof i13.BsDropdownModule, typeof i14.TooltipModule, typeof i9.FilterMapperModule, typeof i15.MapModule, typeof i16.AssetTypeCellRendererComponent, typeof i17.SubAssetsGridsModule], [typeof i18.SubAssetsGridComponent, typeof i8.AssetLocationComponent]>;
27
26
  static ɵinj: i0.ɵɵInjectorDeclaration<SubAssetsModule>;
28
27
  }
29
28
  //# sourceMappingURL=sub-assets.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sub-assets.module.d.ts","sourceRoot":"","sources":["../../sub-assets/sub-assets.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;AAyB9D,OAAO,EAAuB,eAAe,EAAqB,MAAM,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;;AAI7F,qBAkDa,eAAe;IAC1B,MAAM,CAAC,MAAM,CAAC,MAAM,GAAE,eAAoB,GAAG,mBAAmB,CAAC,eAAe,CAAC;yCADtE,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAY3B"}
1
+ {"version":3,"file":"sub-assets.module.d.ts","sourceRoot":"","sources":["../../sub-assets/sub-assets.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;AAuB9D,OAAO,EAAuB,eAAe,EAAqB,MAAM,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;AAK7F,qBAgDa,eAAe;IAC1B,MAAM,CAAC,MAAM,CAAC,MAAM,GAAE,eAAoB,GAAG,mBAAmB,CAAC,eAAe,CAAC;yCADtE,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAY3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"trusted-certificate-list.component.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/list/trusted-certificate-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EAEhB,YAAY,EAEb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,cAAc,EACd,WAAW,EACX,mBAAmB,EACnB,oBAAoB,EACpB,yBAAyB,EAC1B,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAQ,eAAe,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGzD,OAAO,EAEL,kBAAkB,EACnB,MAAM,6BAA6B,CAAC;;AAErC,qBAIa,+BAAgC,YAAW,MAAM;IAyC1D,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,cAAc;IAhDxB,2BAA2B,2JAEzB;IACF,gCAAgC,mKAE9B;IAEF,yBAAyB,wNAEvB;IAEF,SAAS,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACjE,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,CAA6B;IAC1D,mBAAmB,EAAE,UAAU,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAS/D;IACF,uBAAuB,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAS3D;IAEF,0BAA0B,UAAS;IACnC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA2C;IAC7D,kCAAkC,UAAS;gBAGjC,OAAO,EAAE,cAAc,EACvB,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,oBAAoB,EAC1C,cAAc,EAAE,cAAc;IAGlC,QAAQ;IAMR,uBAAuB;IAI7B,sBAAsB;IAQhB,qBAAqB;IAiBrB,gBAAgB;IAUhB,wBAAwB,CAAC,WAAW,KAAA;IA8BpC,iBAAiB,CACrB,kBAAkB,EAAE,mBAAmB,EACvC,YAAY,EAAE,OAAO,CAAC,mBAAmB,CAAC;IAmB5C,oCAAoC,CAAC,IAAI,EAAE,mBAAmB;IAgB9D,kCAAkC,CAAC,kBAAkB,EAAE,mBAAmB;IAiB1E,4BAA4B,CAAC,kBAAkB,EAAE,kBAAkB;IA2BnE,gCAAgC,CAAC,kBAAkB,EAAE,mBAAmB;IAMxE,uCAAuC,CAAC,kBAAkB,EAAE,mBAAmB;IAI/E,WAAW,CAAC,KAAK,KAAA,EAAE,kBAAkB,EAAE,kBAAkB;YAS3C,mBAAmB;IAejC,OAAO,CAAC,gCAAgC;yCAlP7B,+BAA+B;2CAA/B,+BAA+B;CAuP3C"}
1
+ {"version":3,"file":"trusted-certificate-list.component.d.ts","sourceRoot":"","sources":["../../../trusted-certificates/list/trusted-certificate-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EAEhB,YAAY,EAEb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,cAAc,EACd,WAAW,EACX,mBAAmB,EACnB,oBAAoB,EACpB,yBAAyB,EAC1B,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAQ,eAAe,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGzD,OAAO,EAEL,kBAAkB,EACnB,MAAM,6BAA6B,CAAC;;AAErC,qBAIa,+BAAgC,YAAW,MAAM;IA0C1D,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,cAAc;IAjDxB,2BAA2B,2JAEzB;IACF,gCAAgC,mKAE9B;IAEF,yBAAyB,wNAEvB;IAEF,SAAS,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACjE,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,CAA6B;IAC1D,mBAAmB,EAAE,UAAU,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAU/D;IACF,uBAAuB,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAS3D;IAEF,0BAA0B,UAAS;IACnC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA2C;IAC7D,kCAAkC,UAAS;gBAGjC,OAAO,EAAE,cAAc,EACvB,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,oBAAoB,EAC1C,cAAc,EAAE,cAAc;IAGlC,QAAQ;IAMR,uBAAuB;IAI7B,sBAAsB;IAQhB,qBAAqB;IAiBrB,gBAAgB;IAUhB,wBAAwB,CAAC,WAAW,KAAA;IA8BpC,iBAAiB,CACrB,kBAAkB,EAAE,mBAAmB,EACvC,YAAY,EAAE,OAAO,CAAC,mBAAmB,CAAC;IAmB5C,oCAAoC,CAAC,IAAI,EAAE,mBAAmB;IAgB9D,kCAAkC,CAAC,kBAAkB,EAAE,mBAAmB;IAiB1E,4BAA4B,CAAC,kBAAkB,EAAE,kBAAkB;IA2BnE,gCAAgC,CAAC,kBAAkB,EAAE,mBAAmB;IAMxE,uCAAuC,CAAC,kBAAkB,EAAE,mBAAmB;IAI/E,WAAW,CAAC,KAAK,KAAA,EAAE,kBAAkB,EAAE,kBAAkB;YAS3C,mBAAmB;IAejC,OAAO,CAAC,gCAAgC;yCAnP7B,+BAA+B;2CAA/B,+BAA+B;CAwP3C"}