@entake/particle 17.0.3 → 18.0.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 (77) hide show
  1. package/esm2022/app/modules/accordion/accordion.component.mjs +3 -3
  2. package/esm2022/app/modules/accordion/accordion.module.mjs +4 -4
  3. package/esm2022/app/modules/accordion/directives/accordion-content.directive.mjs +3 -3
  4. package/esm2022/app/modules/accordion/directives/accordion-header.directive.mjs +3 -3
  5. package/esm2022/app/modules/accordion/directives/accordion-item.directive.mjs +3 -3
  6. package/esm2022/app/modules/background-carousel/background-carousel.directive.mjs +3 -3
  7. package/esm2022/app/modules/background-carousel/particle-background-carousel.module.mjs +4 -4
  8. package/esm2022/app/modules/checkbox/checkbox.component.mjs +3 -3
  9. package/esm2022/app/modules/checkbox/checkbox.module.mjs +4 -4
  10. package/esm2022/app/modules/color-picker/color-picker.component.mjs +3 -3
  11. package/esm2022/app/modules/color-picker/color-picker.module.mjs +4 -4
  12. package/esm2022/app/modules/date-picker/components/calendar/calendar.component.mjs +3 -3
  13. package/esm2022/app/modules/date-picker/components/date-range-picker/date-range-picker.component.mjs +3 -3
  14. package/esm2022/app/modules/date-picker/date-picker.component.mjs +3 -3
  15. package/esm2022/app/modules/date-picker/date-picker.module.mjs +4 -4
  16. package/esm2022/app/modules/dialog/dialog.component.mjs +3 -3
  17. package/esm2022/app/modules/dialog/dialog.module.mjs +4 -4
  18. package/esm2022/app/modules/dropdown/dropdown.component.mjs +3 -3
  19. package/esm2022/app/modules/dropdown/dropdown.module.mjs +4 -4
  20. package/esm2022/app/modules/endpoint-state/components/endpoint-state.component.mjs +3 -3
  21. package/esm2022/app/modules/endpoint-state/endpoint-state.module.mjs +4 -4
  22. package/esm2022/app/modules/icons/components/icon-select.component.mjs +3 -3
  23. package/esm2022/app/modules/icons/particle-icons.module.mjs +4 -4
  24. package/esm2022/app/modules/icons/services/icons.service.mjs +3 -3
  25. package/esm2022/app/modules/idle-timeout/idle-timeout.component.mjs +3 -3
  26. package/esm2022/app/modules/idle-timeout/particle-idle-timeout.module.mjs +4 -4
  27. package/esm2022/app/modules/input-mask/input-mask.component.mjs +3 -3
  28. package/esm2022/app/modules/input-mask/input-mask.module.mjs +4 -4
  29. package/esm2022/app/modules/keyfilter/keyfilter.directive.mjs +3 -3
  30. package/esm2022/app/modules/keyfilter/keyfilter.module.mjs +4 -4
  31. package/esm2022/app/modules/layout/components/layout-full-framing/layout-full-framing.component.mjs +3 -3
  32. package/esm2022/app/modules/layout/components/layout-fullwidth-sidebar/layout-fullwidth-sidebar.component.mjs +3 -3
  33. package/esm2022/app/modules/layout/layout.module.mjs +4 -4
  34. package/esm2022/app/modules/loader/components/loader.component.mjs +3 -3
  35. package/esm2022/app/modules/loader/loader.module.mjs +4 -4
  36. package/esm2022/app/modules/multi-select/multi-select.component.mjs +3 -3
  37. package/esm2022/app/modules/multi-select/multi-select.module.mjs +4 -4
  38. package/esm2022/app/modules/notification/notification.component.mjs +3 -3
  39. package/esm2022/app/modules/notification/notification.module.mjs +4 -4
  40. package/esm2022/app/modules/notification/services/notification.service.mjs +3 -3
  41. package/esm2022/app/modules/ordinal-number-pipe/ordinal-number-pipe.module.mjs +4 -4
  42. package/esm2022/app/modules/ordinal-number-pipe/ordinal-number.pipe.mjs +3 -3
  43. package/esm2022/app/modules/paginator/paginator.component.mjs +3 -3
  44. package/esm2022/app/modules/paginator/particle-paginator.module.mjs +4 -4
  45. package/esm2022/app/modules/popover/popover.component.mjs +3 -3
  46. package/esm2022/app/modules/popover/popover.module.mjs +4 -4
  47. package/esm2022/app/modules/profile-pic/particle-profile-pic.module.mjs +4 -4
  48. package/esm2022/app/modules/profile-pic/profile-pic.component.mjs +3 -3
  49. package/esm2022/app/modules/progress-bar/progress-bar.component.mjs +3 -3
  50. package/esm2022/app/modules/progress-bar/progress-bar.module.mjs +4 -4
  51. package/esm2022/app/modules/push-container/particle-push-container.module.mjs +4 -4
  52. package/esm2022/app/modules/push-container/push-container.component.mjs +3 -3
  53. package/esm2022/app/modules/rich-text/particle-rich-text.module.mjs +4 -4
  54. package/esm2022/app/modules/rich-text/render-rich-text.component.mjs +3 -3
  55. package/esm2022/app/modules/rich-text/rich-text.component.mjs +3 -3
  56. package/esm2022/app/modules/scroll-to-top/particle-scroll-to-top.module.mjs +4 -4
  57. package/esm2022/app/modules/scroll-to-top/scroll-to-top.component.mjs +3 -3
  58. package/esm2022/app/modules/slideover/particle-slideover.module.mjs +4 -4
  59. package/esm2022/app/modules/slideover/slideover.component.mjs +3 -3
  60. package/esm2022/app/modules/slider/slider.component.mjs +3 -3
  61. package/esm2022/app/modules/slider/slider.module.mjs +4 -4
  62. package/esm2022/app/modules/theming/components/theming.component.mjs +3 -3
  63. package/esm2022/app/modules/theming/services/theme-change-detection.service.mjs +3 -3
  64. package/esm2022/app/modules/theming/services/theming.service.mjs +3 -3
  65. package/esm2022/app/modules/theming/theming.module.mjs +4 -4
  66. package/esm2022/app/modules/toggle-switch/toggle-switch.component.mjs +3 -3
  67. package/esm2022/app/modules/toggle-switch/toggle-switch.module.mjs +4 -4
  68. package/esm2022/app/modules/tooltip/tooltip.directive.mjs +3 -3
  69. package/esm2022/app/modules/tooltip/tooltip.module.mjs +4 -4
  70. package/esm2022/app/modules/week-picker/week-picker.component.mjs +3 -3
  71. package/esm2022/app/modules/week-picker/week-picker.module.mjs +4 -4
  72. package/esm2022/app/shared/interceptors/json.interceptor.mjs +3 -3
  73. package/esm2022/app/shared/services/dialog.service.mjs +3 -3
  74. package/esm2022/app/shared/services/local-storage.service.mjs +3 -3
  75. package/fesm2022/entake-particle.mjs +252 -252
  76. package/package.json +17 -17
  77. package/particle.css +1 -1
@@ -466,8 +466,8 @@ export class WeekPickerComponent {
466
466
  this.currentDate.selectable = isWithinInterval(startOfCurrentWeek, selectionInterval) &&
467
467
  isWithinInterval(endOfCurrentWeek, selectionInterval);
468
468
  }
469
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: WeekPickerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
470
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.2", type: WeekPickerComponent, selector: "particle-week-picker", inputs: { value: "value", disabled: "disabled", dateRange: "dateRange", inputClassList: "inputClassList", calendarButtonClassList: "calendarButtonClassList", ariaLabel: "ariaLabel", dateFormat: "dateFormat", closeOnSelect: "closeOnSelect", text: "text" }, outputs: { weekSelected: "weekSelected" }, providers: [
469
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: WeekPickerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
470
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.1", type: WeekPickerComponent, selector: "particle-week-picker", inputs: { value: "value", disabled: "disabled", dateRange: "dateRange", inputClassList: "inputClassList", calendarButtonClassList: "calendarButtonClassList", ariaLabel: "ariaLabel", dateFormat: "dateFormat", closeOnSelect: "closeOnSelect", text: "text" }, outputs: { weekSelected: "weekSelected" }, providers: [
471
471
  {
472
472
  provide: NG_VALUE_ACCESSOR,
473
473
  useExisting: forwardRef(() => WeekPickerComponent),
@@ -475,7 +475,7 @@ export class WeekPickerComponent {
475
475
  }
476
476
  ], viewQueries: [{ propertyName: "calendarPopover", first: true, predicate: ["calendarPopover"], descendants: true }], ngImport: i0, template: "<div style=\"cursor:default;overflow: hidden;\"\r\n [ngClass]=\"inputClassList ? '' : 'row ptl_input ptl_input_height ptl_input_bg_color ptl_brdr_color ptl_brdr_size ptl_brdr_radius ent_r2l_dir'\"\r\n [style.filter]=\"disabled ? 'brightness(.95)' : ''\">\r\n <button (click)=\"openCalendar($event)\"\r\n aria-haspopup=\"dialog\"\r\n [disabled]=\"disabled\"\r\n [attr.aria-label]=\"ariaLabel + ', ' + text.openCalendar\"\r\n [attr.aria-expanded]=\"calendarPopover.visible\"\r\n [ngClass]=\"inputClassList ? inputClassList : 'clear'\"\r\n type=\"button\"\r\n class=\"access btnset width100 height100 center_center\"\r\n style=\"outline-offset: -2px;\"\r\n >\r\n <div class=\"col size_1 height100 width100 ptl_input_text_size ptl_input_padding v_center\">\r\n <ng-container *ngIf=\"_internalValue | async as internalValue else placeholderTemplate\">\r\n {{internalValue.start | date: dateFormat}} - {{internalValue.end | date: dateFormat}}\r\n </ng-container>\r\n <ng-template #placeholderTemplate>\r\n <div class=\"ent_r2l_txt\">{{text.selectWeek}}...</div>\r\n </ng-template>\r\n </div>\r\n <div class=\"col min_w50 height100 center_center border_left\"\r\n [ngClass]=\"calendarButtonClassList ? calendarButtonClassList : 'bg_overlay ptl_brdr_color'\">\r\n <div class=\"width100 height100 center_center\">\r\n <i class=\"fas fa-calendar-week ptl_input_text_size\"></i>\r\n </div>\r\n </div>\r\n </button>\r\n</div>\r\n\r\n\r\n<!-- week picker input\r\n<div class=\"wwp_container\" style=\"cursor:default;\"\r\n [ngClass]=\"inputClassList\"\r\n [style.filter]=\"disabled ? 'brightness(.95)' : ''\">\r\n\r\n <button (click)=\"openCalendar($event)\"\r\n aria-haspopup=\"dialog\"\r\n [disabled]=\"disabled\"\r\n [attr.aria-label]=\"ariaLabel + ', ' + text.openCalendar\"\r\n [attr.aria-expanded]=\"calendarPopover.visible\"\r\n class=\"access content_color wwp_input\">\r\n <ng-container *ngIf=\"_internalValue | async as internalValue else placeholderTemplate\">\r\n {{internalValue.start | date: dateFormat}} - {{internalValue.end | date: dateFormat}}\r\n </ng-container>\r\n <ng-template #placeholderTemplate>\r\n <div class=\"wwp_placeholder\">{{text.selectWeek}}...</div>\r\n </ng-template>\r\n </button>\r\n <div class=\"wwp_button\" [ngClass]=\"calendarButtonClassList\">\r\n <i class=\"fas fa-calendar-week\"></i>\r\n </div>\r\n</div>\r\n-->\r\n<!-- TODO: instead of offset 1, attach to wwp_container -->\r\n<!-- calendar widget -->\r\n<particle-popover [offset]=\"1\" #calendarPopover>\r\n <!-- month / year select -->\r\n <div class=\"wwp_options\">\r\n <div class=\"content_color pad_5 pad_bot0\">\r\n <div class=\"row space_between\">\r\n <div class=\"col size_1 mar_5\">\r\n <select #yearSelect\r\n [ngModel]=\"_selectedYear | async\"\r\n [attr.data-dialog-close-override]=\"true\"\r\n (change)=\"_selectedYear.next(+yearSelect.value)\"\r\n class=\"access input sm content_color\"\r\n [attr.aria-label]=\"text.selectYear\">\r\n <option *ngFor=\"let year of validYearRange$ | async\"\r\n [value]=\"year\">\r\n {{year}}\r\n </option>\r\n </select>\r\n </div>\r\n <div class=\"col size_2 mar_5\">\r\n <select #monthSelect\r\n [ngModel]=\"_selectedMonth | async\"\r\n (change)=\"_selectedMonth.next(+monthSelect.value)\"\r\n class=\"access input sm content_color\"\r\n [attr.aria-label]=\"text.selectMonth\">\r\n <option value=\"0\">{{text.january}}</option>\r\n <option value=\"1\">{{text.february}}</option>\r\n <option value=\"2\">{{text.march}}</option>\r\n <option value=\"3\">{{text.april}}</option>\r\n <option value=\"4\">{{text.may}}</option>\r\n <option value=\"5\">{{text.june}}</option>\r\n <option value=\"6\">{{text.july}}</option>\r\n <option value=\"7\">{{text.august}}</option>\r\n <option value=\"8\">{{text.september}}</option>\r\n <option value=\"9\">{{text.october}}</option>\r\n <option value=\"10\">{{text.november}}</option>\r\n <option value=\"11\">{{text.december}}</option>\r\n </select>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"content_color pad_5\">\r\n <!-- weekdays -->\r\n <div class=\"mar_5 mar_bot10\">\r\n <div class=\"row wrap space_between ptl_input_bg_color ptl_brdr_color border_bottom brad_3 mar_bot5\">\r\n <div class=\"wwp_weekday\">{{text.sundayAbbr}}</div>\r\n <div class=\"wwp_weekday\">{{text.mondayAbbr}}</div>\r\n <div class=\"wwp_weekday\">{{text.tuesdayAbbr}}</div>\r\n <div class=\"wwp_weekday\">{{text.wednesdayAbbr}}</div>\r\n <div class=\"wwp_weekday\">{{text.thursdayAbbr}}</div>\r\n <div class=\"wwp_weekday\">{{text.fridayAbbr}}</div>\r\n <div class=\"wwp_weekday\">{{text.saturdayAbbr}}</div>\r\n </div>\r\n <!-- days -->\r\n <ng-container *ngIf=\"fullMonth$ | async as fullMonth\">\r\n <ng-container *ngFor=\"let week of fullMonth\">\r\n <div class=\"wwp_week\"\r\n [ngClass]=\"{ 'currentWeek': week.week === currentDate.week && week.year === currentDate.year }\">\r\n <button (click)=\"onWeekSelect(week.week, week.selectable)\"\r\n [disabled]=\"!week.selectable\"\r\n [ngClass]=\"((selectedWeek$ | async) === week.week) && ((selectedYear$ | async) === week.year)\r\n ? 'ok_button_color'\r\n : 'bg_overlay_rev brdr hov_bg'\"\r\n class=\"access wwp_week_btn\">\r\n <ng-container *ngFor=\"let date of week.dates\">\r\n <div class=\"wwp_day\">\r\n {{date}}\r\n </div>\r\n </ng-container>\r\n </button>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n <div class=\"bg_overlay brdr hr mar_5\"></div>\r\n <div class=\"row space_between\">\r\n <button *ngIf=\"canSelectLastWeek$ | async else disabledLastWeekButton\"\r\n (click)=\"selectLastWeek()\"\r\n class=\"access btn sm bg_overlay_rev brdr mar_5 hov_bg\"\r\n [attr.aria-label]=\"text.selectLastWeek\">\r\n <i class=\"fas fa-chevron-left mar_right5\"></i><span class=\"text bold\">{{text.lastWeek}}</span>\r\n </button>\r\n <ng-template #disabledLastWeekButton>\r\n <button disabled\r\n class=\"access btn sm mar_5\"\r\n [attr.aria-label]=\"text.selectLastWeek\">\r\n <i class=\"fas fa-chevron-left mar_right5\"></i><span class=\"text bold\">{{text.lastWeek}}</span>\r\n </button>\r\n </ng-template>\r\n <ng-container *ngIf=\"currentDate.selectable\">\r\n <button *ngIf=\"((selectedWeek$ | async) === currentDate.week) && ((selectedYear$ | async) === currentDate.year) else selectCurrentWeekButton\"\r\n disabled\r\n class=\"access btn sm mar_5\"\r\n [attr.aria-label]=\"text.resetWeekSelection\">\r\n <i class=\"fas fa-undo-alt\"></i>\r\n </button>\r\n <ng-template #selectCurrentWeekButton>\r\n <button (click)=\"selectCurrentWeek()\"\r\n particleTooltip=\"Reset to Current Week\"\r\n class=\"access btn sm bg_overlay_rev brdr hov_bg mar_5\"\r\n [attr.aria-label]=\"text.resetWeekSelection\">\r\n <i class=\"fas fa-undo-alt\"></i>\r\n </button>\r\n </ng-template>\r\n </ng-container>\r\n <button\r\n *ngIf=\"canSelectNextWeek$ | async else disabledNextWeekButton\"\r\n (click)=\"selectNextWeek()\"\r\n class=\"access btn sm bg_overlay_rev brdr mar_5 hov_bg\"\r\n [attr.aria-label]=\"text.selectNextWeek\">\r\n <span class=\"text bold\">{{text.nextWeek}}</span><i class=\"fas fa-chevron-right mar_left5\"></i>\r\n </button>\r\n <ng-template #disabledNextWeekButton>\r\n <button disabled\r\n class=\"access btn sm mar_5\"\r\n [attr.aria-label]=\"text.selectNextWeek\">\r\n <span class=\"text bold\">{{text.nextWeek}}</span><i class=\"fas fa-chevron-right mar_left5\"></i>\r\n </button>\r\n </ng-template>\r\n </div>\r\n </div>\r\n </div>\r\n</particle-popover>\r\n", styles: [":host{width:100%}.wwp_container{width:100%;min-width:150px;position:relative}.wwp_container:after{content:\"mm/dd/yyyy\";opacity:0;pointer-events:none}.wwp_input{position:absolute;inset:0;padding:inherit;padding-right:2.25em;width:100%;-moz-appearance:none;-webkit-appearance:none;appearance:none;font-size:inherit;outline:none;border:none;text-align:left;-webkit-user-select:none;user-select:none;background-color:transparent;color:inherit;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wwp_input:not([disabled]){cursor:pointer}.wwp_input::-ms-expand{display:none}.wwp_button{position:absolute;height:calc(100% + 2px);width:2.25em;top:0;right:0;z-index:var(--z-frame);border-top-left-radius:0!important;border-bottom-left-radius:0!important;font-size:inherit;margin:-1px;-webkit-user-select:none;user-select:none;pointer-events:none;display:flex;align-items:center;justify-content:center}.wwp_button>svg{transition:all .2s ease}.wwp_container:hover .wwp_button>svg{transform:scale(1.2)}.wwp_placeholder{opacity:.5;display:inline}.wwp_options{border-radius:3px;line-height:1.5;overflow:hidden;font-weight:400;z-index:var(--z-overlay);width:300px;background:#fff0;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.wwp_weekday{font-size:12px;font-weight:900;min-width:30px;height:32px;display:flex;flex:1;align-items:center;justify-content:center;opacity:.8;-webkit-user-select:none;user-select:none}.wwp_week.currentWeek{border-radius:3px;background-color:#8080801a}.wwp_week_btn{display:flex;align-items:center;width:100%;border:none;padding:0;cursor:pointer}.wwp_week_btn:disabled{cursor:default}.wwp_day{font-size:12px;font-weight:400;min-width:14%;height:32px;display:flex;flex:1;border-radius:3px;-webkit-user-select:none;user-select:none;background-color:transparent;align-items:center;justify-content:center}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PopoverComponent, selector: "particle-popover", inputs: ["offset", "width", "height", "classList", "targetOverride", "openDirection", "alignment", "scaleForMobile"], outputs: ["opened", "closed"] }, { kind: "directive", type: i4.TooltipDirective, selector: "[particleTooltip]", inputs: ["particleTooltip", "tooltipPosition", "tooltipDisabled"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i1.DatePipe, name: "date" }] });
477
477
  }
478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: WeekPickerComponent, decorators: [{
478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: WeekPickerComponent, decorators: [{
479
479
  type: Component,
480
480
  args: [{ selector: 'particle-week-picker', providers: [
481
481
  {
@@ -8,21 +8,21 @@ import { WeekPickerComponent } from './week-picker.component';
8
8
  import { ParticleTooltipModule } from '../tooltip/tooltip.module';
9
9
  import * as i0 from "@angular/core";
10
10
  export class ParticleWeekPickerModule {
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: ParticleWeekPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.2", ngImport: i0, type: ParticleWeekPickerModule, declarations: [WeekPickerComponent], imports: [CommonModule,
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ParticleWeekPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.1", ngImport: i0, type: ParticleWeekPickerModule, declarations: [WeekPickerComponent], imports: [CommonModule,
13
13
  ParticleOrdinalNumberPipeModule,
14
14
  FormsModule,
15
15
  A11yModule,
16
16
  ParticlePopoverModule,
17
17
  ParticleTooltipModule], exports: [WeekPickerComponent] });
18
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: ParticleWeekPickerModule, imports: [CommonModule,
18
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ParticleWeekPickerModule, imports: [CommonModule,
19
19
  ParticleOrdinalNumberPipeModule,
20
20
  FormsModule,
21
21
  A11yModule,
22
22
  ParticlePopoverModule,
23
23
  ParticleTooltipModule] });
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: ParticleWeekPickerModule, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: ParticleWeekPickerModule, decorators: [{
26
26
  type: NgModule,
27
27
  args: [{
28
28
  declarations: [WeekPickerComponent],
@@ -14,10 +14,10 @@ export class JsonInterceptor {
14
14
  const clone = req.clone({ setHeaders: { 'Content-Type': 'application/json' } });
15
15
  return next.handle(clone);
16
16
  }
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: JsonInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: JsonInterceptor });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: JsonInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: JsonInterceptor });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: JsonInterceptor, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: JsonInterceptor, decorators: [{
21
21
  type: Injectable
22
22
  }] });
23
23
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNvbi5pbnRlcmNlcHRvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvc2hhcmVkL2ludGVyY2VwdG9ycy9qc29uLmludGVyY2VwdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBSXpDOztHQUVHO0FBRUgsTUFBTSxPQUFPLGVBQWU7SUFFMUI7Ozs7O09BS0c7SUFDSCxTQUFTLENBQUMsR0FBcUIsRUFBRSxJQUFpQjtRQUNoRCxNQUFNLEtBQUssR0FBRyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUMsVUFBVSxFQUFFLEVBQUMsY0FBYyxFQUFFLGtCQUFrQixFQUFDLEVBQUMsQ0FBQyxDQUFDO1FBQzVFLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM1QixDQUFDO3VHQVhVLGVBQWU7MkdBQWYsZUFBZTs7MkZBQWYsZUFBZTtrQkFEM0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7SW5qZWN0YWJsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0h0dHBFdmVudCwgSHR0cEhhbmRsZXIsIEh0dHBJbnRlcmNlcHRvciwgSHR0cFJlcXVlc3R9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcbmltcG9ydCB7T2JzZXJ2YWJsZX0gZnJvbSAncnhqcyc7XG5cbi8qKlxuICogVGhpcyBpbnRlcmNlcHRvciB3aWxsIGZvcmNlIHRoZSBDb250ZW50LVR5cGUgaGVhZGVyIHRvIGFwcGxpY2F0aW9uL2pzb24gc28gdGhhdCBlYWNoIGh0dHAgY2FsbCBkb2Vzbid0IGhhdmUgdG8uXG4gKi9cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBKc29uSW50ZXJjZXB0b3IgaW1wbGVtZW50cyBIdHRwSW50ZXJjZXB0b3Ige1xuXG4gIC8qKlxuICAgKiBJbnRlcmNlcHQgbWV0aG9kIHRvIHNldCB0aGUgY29udGVudCB0eXBlIGhlYWRlci5cbiAgICpcbiAgICogQHBhcmFtIHJlcVxuICAgKiBAcGFyYW0gbmV4dFxuICAgKi9cbiAgaW50ZXJjZXB0KHJlcTogSHR0cFJlcXVlc3Q8YW55PiwgbmV4dDogSHR0cEhhbmRsZXIpOiBPYnNlcnZhYmxlPEh0dHBFdmVudDxhbnk+PiB7XG4gICAgY29uc3QgY2xvbmUgPSByZXEuY2xvbmUoe3NldEhlYWRlcnM6IHsnQ29udGVudC1UeXBlJzogJ2FwcGxpY2F0aW9uL2pzb24nfX0pO1xuICAgIHJldHVybiBuZXh0LmhhbmRsZShjbG9uZSk7XG4gIH1cblxufVxuIl19
@@ -38,10 +38,10 @@ export class DialogService {
38
38
  document.body.classList.remove('scroll_none');
39
39
  }
40
40
  }
41
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: DialogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: DialogService, providedIn: 'root' });
41
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: DialogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: DialogService, providedIn: 'root' });
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: DialogService, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: DialogService, decorators: [{
45
45
  type: Injectable,
46
46
  args: [{
47
47
  providedIn: 'root'
@@ -51,10 +51,10 @@ export class LocalStorageService {
51
51
  remove(key) {
52
52
  localStorage.removeItem(key);
53
53
  }
54
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
55
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: LocalStorageService });
54
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
55
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LocalStorageService });
56
56
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: LocalStorageService, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LocalStorageService, decorators: [{
58
58
  type: Injectable
59
59
  }] });
60
60
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9jYWwtc3RvcmFnZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9zaGFyZWQvc2VydmljZXMvbG9jYWwtc3RvcmFnZS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBRXpDOzs7R0FHRztBQUVILE1BQU0sT0FBTyxtQkFBbUI7SUFFOUI7Ozs7T0FJRztJQUNILFNBQVMsQ0FBSSxHQUFXO1FBQ3RCLE1BQU0sR0FBRyxHQUFRLFlBQVksQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDM0MsSUFBSSxHQUFHLEVBQUUsQ0FBQztZQUNSLE9BQVcsSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUM3QixDQUFDO1FBRUQsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBRUQ7Ozs7T0FJRztJQUNILE9BQU8sQ0FBQyxHQUFXO1FBQ2pCLE9BQU8sWUFBWSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUM7SUFDeEMsQ0FBQztJQUVEOzs7OztPQUtHO0lBQ0gsU0FBUyxDQUFDLEdBQVcsRUFBRSxNQUFXO1FBQ2hDLFlBQVksQ0FBQyxPQUFPLENBQUMsR0FBRyxFQUFFLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQztJQUNwRCxDQUFDO0lBRUQ7Ozs7O09BS0c7SUFDSCxPQUFPLENBQUMsR0FBVyxFQUFFLEtBQWE7UUFDaEMsWUFBWSxDQUFDLE9BQU8sQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLENBQUM7SUFDbkMsQ0FBQztJQUVEOzs7O09BSUc7SUFDSCxNQUFNLENBQUMsR0FBVztRQUNoQixZQUFZLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQy9CLENBQUM7dUdBcERVLG1CQUFtQjsyR0FBbkIsbUJBQW1COzsyRkFBbkIsbUJBQW1CO2tCQUQvQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtJbmplY3RhYmxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbi8qKlxyXG4gKiBXcmFwcGVyIGFyb3VuZCBpbnRlcmFjdGlvbnMgd2l0aCBMb2NhbCBTdG9yYWdlLiBIYW5kbGVzIHNlcmlhbGl6aW5nIHRoaW5ncyB0byBKU09OIHRvIG1ha2UgaXQgZWFzaWVyIHRvIHB1c2ggbW9yZSBjb21wbGV4IGRhdGEgaW50b1xyXG4gKiBsb2NhbCBzdG9yYWdlLlxyXG4gKi9cclxuQEluamVjdGFibGUoKVxyXG5leHBvcnQgY2xhc3MgTG9jYWxTdG9yYWdlU2VydmljZSB7XHJcblxyXG4gIC8qKlxyXG4gICAqIFJldHJpZXZlIGFuIG9iamVjdCBmcm9tIExvY2FsU3RvcmFnZVxyXG4gICAqXHJcbiAgICogQHBhcmFtIGtleVxyXG4gICAqL1xyXG4gIGdldE9iamVjdDxUPihrZXk6IHN0cmluZyk6IFQgfCBudWxsIHtcclxuICAgIGNvbnN0IG9iajogYW55ID0gbG9jYWxTdG9yYWdlLmdldEl0ZW0oa2V5KTtcclxuICAgIGlmIChvYmopIHtcclxuICAgICAgcmV0dXJuIDxUPiBKU09OLnBhcnNlKG9iaik7XHJcbiAgICB9XHJcblxyXG4gICAgcmV0dXJuIG51bGw7XHJcbiAgfVxyXG5cclxuICAvKipcclxuICAgKiBHZXQgc3RyYWlnaHQgdGV4dCBvdXQgb2YgbG9jYWwgc3RvcmFnZS4gRG9uJ3QgdXNlIHRoaXMgaWYgdGhlIGRhdGEgaXMgYSBKU09OIE9iamVjdC5cclxuICAgKlxyXG4gICAqIEBwYXJhbSBrZXlcclxuICAgKi9cclxuICBnZXRUZXh0KGtleTogc3RyaW5nKTogc3RyaW5nIHtcclxuICAgIHJldHVybiBsb2NhbFN0b3JhZ2UuZ2V0SXRlbShrZXkpICsgJyc7XHJcbiAgfVxyXG5cclxuICAvKipcclxuICAgKiBQdXRzIGFuIG9iamVjdCBpbnRvIExvY2FsIFN0b3JhZ2UuIEhhbmRsZXMgc3RyaW5naWZ5aW5nIHRoZSBKUyBPYmplY3QuXHJcbiAgICpcclxuICAgKiBAcGFyYW0ga2V5XHJcbiAgICogQHBhcmFtIG9iamVjdFxyXG4gICAqL1xyXG4gIHB1dE9iamVjdChrZXk6IHN0cmluZywgb2JqZWN0OiBhbnkpOiB2b2lkIHtcclxuICAgIGxvY2FsU3RvcmFnZS5zZXRJdGVtKGtleSwgSlNPTi5zdHJpbmdpZnkob2JqZWN0KSk7XHJcbiAgfVxyXG5cclxuICAvKipcclxuICAgKiBQdXRzIHRleHQgaW50byBMb2NhbCBTdG9yYWdlLlxyXG4gICAqXHJcbiAgICogQHBhcmFtIGtleVxyXG4gICAqIEBwYXJhbSB2YWx1ZVxyXG4gICAqL1xyXG4gIHB1dFRleHQoa2V5OiBzdHJpbmcsIHZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcclxuICAgIGxvY2FsU3RvcmFnZS5zZXRJdGVtKGtleSwgdmFsdWUpO1xyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogUmVtb3ZlcyBhbiBpdGVtIGZyb20gbG9jYWwgc3RvcmFnZSBiYXNlZCBvbiB0aGUga2V5LlxyXG4gICAqXHJcbiAgICogQHBhcmFtIGtleVxyXG4gICAqL1xyXG4gIHJlbW92ZShrZXk6IHN0cmluZyk6IHZvaWQge1xyXG4gICAgbG9jYWxTdG9yYWdlLnJlbW92ZUl0ZW0oa2V5KTtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==