@igo2/core 1.9.0 → 1.10.0

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 (88) hide show
  1. package/__ivy_ngcc__/locale/en.common.json +43 -43
  2. package/__ivy_ngcc__/locale/en.core.json +29 -23
  3. package/__ivy_ngcc__/locale/en.geo.json +74 -26
  4. package/__ivy_ngcc__/locale/en.integration.json +12 -4
  5. package/__ivy_ngcc__/locale/en.json +91 -30
  6. package/__ivy_ngcc__/locale/fr.common.json +43 -43
  7. package/__ivy_ngcc__/locale/fr.core.json +29 -23
  8. package/__ivy_ngcc__/locale/fr.geo.json +75 -27
  9. package/__ivy_ngcc__/locale/fr.integration.json +11 -3
  10. package/__ivy_ngcc__/locale/fr.json +91 -30
  11. package/assets/icons/mdi.svg +1 -1
  12. package/bundles/igo2-core.umd.js +125 -149
  13. package/bundles/igo2-core.umd.js.map +1 -1
  14. package/esm2015/lib/activity/activity.interceptor.js +1 -1
  15. package/esm2015/lib/activity/activity.module.js +1 -1
  16. package/esm2015/lib/activity/activity.service.js +1 -1
  17. package/esm2015/lib/activity/index.js +1 -1
  18. package/esm2015/lib/analytics/index.js +1 -1
  19. package/esm2015/lib/analytics/shared/analytics.interface.js +1 -1
  20. package/esm2015/lib/analytics/shared/analytics.service.js +1 -1
  21. package/esm2015/lib/analytics/shared/index.js +1 -1
  22. package/esm2015/lib/config/config.interface.js +1 -1
  23. package/esm2015/lib/config/config.module.js +1 -1
  24. package/esm2015/lib/config/config.provider.js +1 -1
  25. package/esm2015/lib/config/config.service.js +1 -1
  26. package/esm2015/lib/config/index.js +1 -1
  27. package/esm2015/lib/config/version.js +3 -3
  28. package/esm2015/lib/core.module.js +1 -1
  29. package/esm2015/lib/gesture/gesture.module.js +1 -1
  30. package/esm2015/lib/gesture/gesture.provider.js +1 -1
  31. package/esm2015/lib/language/index.js +1 -1
  32. package/esm2015/lib/language/language.module.js +1 -1
  33. package/esm2015/lib/language/shared/index.js +1 -1
  34. package/esm2015/lib/language/shared/language.interface.js +1 -1
  35. package/esm2015/lib/language/shared/language.loader.js +1 -1
  36. package/esm2015/lib/language/shared/language.provider.js +1 -1
  37. package/esm2015/lib/language/shared/language.service.js +1 -1
  38. package/esm2015/lib/language/shared/missing-translation.guard.js +2 -2
  39. package/esm2015/lib/media/index.js +1 -1
  40. package/esm2015/lib/media/media.enum.js +1 -1
  41. package/esm2015/lib/message/index.js +1 -2
  42. package/esm2015/lib/message/message.module.js +38 -9
  43. package/esm2015/lib/message/shared/index.js +1 -1
  44. package/esm2015/lib/message/shared/message.enum.js +3 -2
  45. package/esm2015/lib/message/shared/message.interface.js +1 -1
  46. package/esm2015/lib/message/shared/message.service.js +48 -71
  47. package/esm2015/lib/network/index.js +1 -1
  48. package/esm2015/lib/network/network.interfaces.js +1 -1
  49. package/esm2015/lib/network/network.service.js +1 -1
  50. package/esm2015/lib/request/error.interceptor.js +1 -1
  51. package/esm2015/lib/request/error.module.js +1 -1
  52. package/esm2015/lib/request/index.js +1 -1
  53. package/esm2015/lib/request/logging.interceptor.js +2 -2
  54. package/esm2015/lib/request/logging.module.js +1 -1
  55. package/esm2015/lib/route/route.interface.js +1 -1
  56. package/esm2015/lib/route/route.service.js +20 -4
  57. package/esm2015/lib/storage/index.js +1 -1
  58. package/esm2015/public_api.js +1 -1
  59. package/fesm2015/igo2-core.js +116 -133
  60. package/fesm2015/igo2-core.js.map +1 -1
  61. package/lib/message/index.d.ts +0 -1
  62. package/lib/message/message.module.d.ts +3 -4
  63. package/lib/message/shared/index.d.ts +1 -1
  64. package/lib/message/shared/message.enum.d.ts +2 -1
  65. package/lib/message/shared/message.interface.d.ts +4 -4
  66. package/lib/message/shared/message.service.d.ts +12 -11
  67. package/lib/route/route.interface.d.ts +1 -0
  68. package/lib/route/route.service.d.ts +4 -3
  69. package/locale/en.common.json +43 -43
  70. package/locale/en.core.json +29 -23
  71. package/locale/en.geo.json +74 -26
  72. package/locale/en.integration.json +12 -4
  73. package/locale/en.json +91 -30
  74. package/locale/fr.common.json +43 -43
  75. package/locale/fr.core.json +29 -23
  76. package/locale/fr.geo.json +75 -27
  77. package/locale/fr.integration.json +11 -3
  78. package/locale/fr.json +91 -30
  79. package/package.json +8 -7
  80. package/style/core.theming.scss +3 -1
  81. package/style/index.theming.scss +291 -71
  82. package/style/material.font.scss +9 -9
  83. package/style/partial/core.variables.scss +5 -3
  84. package/style/partial/media.scss +80 -80
  85. package/esm2015/lib/message/message-center/index.js +0 -2
  86. package/esm2015/lib/message/message-center/message-center.component.js +0 -43
  87. package/lib/message/message-center/index.d.ts +0 -1
  88. package/lib/message/message-center/message-center.component.d.ts +0 -19
@@ -1,43 +0,0 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@igo2/angular2-notifications";
4
- import * as i2 from "@angular/common";
5
- const _c0 = function (a0) { return { closeIcon: a0 }; };
6
- export class MessageCenterComponent {
7
- constructor() {
8
- this._options = {};
9
- }
10
- get options() {
11
- return Object.assign({}, MessageCenterComponent.defaultOptions, this._options);
12
- }
13
- set options(value) {
14
- this._options = value;
15
- }
16
- }
17
- MessageCenterComponent.defaultOptions = {
18
- timeOut: 5000,
19
- hasCloseIcon: false,
20
- showProgressBar: true,
21
- pauseOnHover: true,
22
- clickToClose: true,
23
- maxLength: 100,
24
- maxStack: 3,
25
- preventDuplicates: true
26
- };
27
- MessageCenterComponent.ɵfac = function MessageCenterComponent_Factory(t) { return new (t || MessageCenterComponent)(); };
28
- MessageCenterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MessageCenterComponent, selectors: [["igo-message-center"]], inputs: { options: "options" }, decls: 1, vars: 4, consts: [[1, "mat-typography", 3, "ngClass", "options"]], template: function MessageCenterComponent_Template(rf, ctx) { if (rf & 1) {
29
- i0.ɵɵelement(0, "simple-notifications", 0);
30
- } if (rf & 2) {
31
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0, ctx.options.hasCloseIcon))("options", ctx.options);
32
- } }, directives: [i1.SimpleNotificationsComponent, i2.NgClass], styles: ["[_nghost-%COMP%] div.simple-notification-wrapper{bottom:0;right:calc(50% - 150px)}@media only screen and (orientation:portrait) and (max-width: 599px),only screen and (orientation:landscape) and (max-width: 959px){[_nghost-%COMP%] div.simple-notification-wrapper{right:0;left:0;width:100%}}[_nghost-%COMP%] .closeIcon .sn-title:after{content:\"close\";font-family:\"Material Icons\";font-feature-settings:\"liga\" 1;font-size:24px;font-weight:normal;right:5px;top:5px;position:absolute}[_nghost-%COMP%] .simple-notification .icon{top:0;left:0;width:45px;height:45px;height:100%;padding:7px}[_nghost-%COMP%] .simple-notification .icon mat-icon{display:flex;align-items:center;height:100%;font-size:32px}[_nghost-%COMP%] div.simple-notification{min-height:50px;margin-bottom:5px;padding-left:45px;padding-right:25px}[_nghost-%COMP%] div.simple-notification.noIcon{padding-left:25px}@media only screen and (orientation:portrait) and (max-width: 599px),only screen and (orientation:landscape) and (max-width: 959px){[_nghost-%COMP%] div.simple-notification{margin-bottom:0}}[_nghost-%COMP%] div.simple-notification .sn-title{line-height:23px;font-size:15px;font-weight:bold}[_nghost-%COMP%] div.simple-notification .sn-content{line-height:18px;font-size:15px}"] });
33
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MessageCenterComponent, [{
34
- type: Component,
35
- args: [{
36
- selector: 'igo-message-center',
37
- templateUrl: './message-center.component.html',
38
- styleUrls: ['./message-center.component.scss']
39
- }]
40
- }], function () { return []; }, { options: [{
41
- type: Input
42
- }] }); })();
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVzc2FnZS1jZW50ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29yZS9zcmMvbGliL21lc3NhZ2UvbWVzc2FnZS1jZW50ZXIvbWVzc2FnZS1jZW50ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvY29yZS9zcmMvbGliL21lc3NhZ2UvbWVzc2FnZS1jZW50ZXIvbWVzc2FnZS1jZW50ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7O0FBT2pELE1BQU0sT0FBTyxzQkFBc0I7SUF5QmpDO1FBRlEsYUFBUSxHQUFRLEVBQUUsQ0FBQztJQUVaLENBQUM7SUFiaEIsSUFDSSxPQUFPO1FBQ1QsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUNsQixFQUFFLEVBQ0Ysc0JBQXNCLENBQUMsY0FBYyxFQUNyQyxJQUFJLENBQUMsUUFBUSxDQUNkLENBQUM7SUFDSixDQUFDO0lBQ0QsSUFBSSxPQUFPLENBQUMsS0FBVTtRQUNwQixJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQztJQUN4QixDQUFDOztBQXJCTSxxQ0FBYyxHQUFHO0lBQ3RCLE9BQU8sRUFBRSxJQUFJO0lBQ2IsWUFBWSxFQUFFLEtBQUs7SUFDbkIsZUFBZSxFQUFFLElBQUk7SUFDckIsWUFBWSxFQUFFLElBQUk7SUFDbEIsWUFBWSxFQUFFLElBQUk7SUFDbEIsU0FBUyxFQUFFLEdBQUc7SUFDZCxRQUFRLEVBQUUsQ0FBQztJQUNYLGlCQUFpQixFQUFFLElBQUk7Q0FDeEIsQ0FBQzs0RkFWUyxzQkFBc0I7eUVBQXRCLHNCQUFzQjtRQ1BuQywwQ0FJdUI7O1FBRnJCLDhFQUE2Qyx3QkFBQTs7dUZES2xDLHNCQUFzQjtjQUxsQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLG9CQUFvQjtnQkFDOUIsV0FBVyxFQUFFLGlDQUFpQztnQkFDOUMsU0FBUyxFQUFFLENBQUMsaUNBQWlDLENBQUM7YUFDL0M7c0NBY0ssT0FBTztrQkFEVixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpZ28tbWVzc2FnZS1jZW50ZXInLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9tZXNzYWdlLWNlbnRlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbWVzc2FnZS1jZW50ZXIuY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTWVzc2FnZUNlbnRlckNvbXBvbmVudCB7XHJcbiAgc3RhdGljIGRlZmF1bHRPcHRpb25zID0ge1xyXG4gICAgdGltZU91dDogNTAwMCxcclxuICAgIGhhc0Nsb3NlSWNvbjogZmFsc2UsXHJcbiAgICBzaG93UHJvZ3Jlc3NCYXI6IHRydWUsXHJcbiAgICBwYXVzZU9uSG92ZXI6IHRydWUsXHJcbiAgICBjbGlja1RvQ2xvc2U6IHRydWUsXHJcbiAgICBtYXhMZW5ndGg6IDEwMCxcclxuICAgIG1heFN0YWNrOiAzLFxyXG4gICAgcHJldmVudER1cGxpY2F0ZXM6IHRydWVcclxuICB9O1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGdldCBvcHRpb25zKCk6IGFueSB7XHJcbiAgICByZXR1cm4gT2JqZWN0LmFzc2lnbihcclxuICAgICAge30sXHJcbiAgICAgIE1lc3NhZ2VDZW50ZXJDb21wb25lbnQuZGVmYXVsdE9wdGlvbnMsXHJcbiAgICAgIHRoaXMuX29wdGlvbnNcclxuICAgICk7XHJcbiAgfVxyXG4gIHNldCBvcHRpb25zKHZhbHVlOiBhbnkpIHtcclxuICAgIHRoaXMuX29wdGlvbnMgPSB2YWx1ZTtcclxuICB9XHJcbiAgcHJpdmF0ZSBfb3B0aW9uczogYW55ID0ge307XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkge31cclxufVxyXG4iLCI8c2ltcGxlLW5vdGlmaWNhdGlvbnNcclxuICBjbGFzcz1cIm1hdC10eXBvZ3JhcGh5XCJcclxuICBbbmdDbGFzc109XCJ7Y2xvc2VJY29uOiBvcHRpb25zLmhhc0Nsb3NlSWNvbn1cIlxyXG4gIFtvcHRpb25zXT1cIm9wdGlvbnNcIj5cclxuPC9zaW1wbGUtbm90aWZpY2F0aW9ucz5cclxuIl19
@@ -1 +0,0 @@
1
- export * from './message-center.component';
@@ -1,19 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class MessageCenterComponent {
3
- static defaultOptions: {
4
- timeOut: number;
5
- hasCloseIcon: boolean;
6
- showProgressBar: boolean;
7
- pauseOnHover: boolean;
8
- clickToClose: boolean;
9
- maxLength: number;
10
- maxStack: number;
11
- preventDuplicates: boolean;
12
- };
13
- get options(): any;
14
- set options(value: any);
15
- private _options;
16
- constructor();
17
- static ɵfac: i0.ɵɵFactoryDeclaration<MessageCenterComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageCenterComponent, "igo-message-center", never, { "options": "options"; }, {}, never, never>;
19
- }