@morozeckiy/dd-lib 0.7.38 → 0.7.44

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 (106) hide show
  1. package/assets/images/svg/eds-2-m.svg +34 -0
  2. package/assets/images/svg/eds-2.svg +34 -0
  3. package/assets/scss/common.scss +4 -4
  4. package/assets/scss/theme.scss +2 -2
  5. package/assets/scss/titles.scss +2 -2
  6. package/assets/styles.scss +12 -12
  7. package/fesm2022/morozeckiy-dd-lib.mjs +545 -461
  8. package/fesm2022/morozeckiy-dd-lib.mjs.map +1 -1
  9. package/lib/common/lib-common-button.d.ts +1 -1
  10. package/lib/common/lib-common-input-text.d.ts +1 -1
  11. package/lib/components/footer/footer-links-block/footer-link/footer-link.component.d.ts +7 -0
  12. package/lib/components/footer/footer-links-block/footer-links-block.component.d.ts +7 -0
  13. package/lib/components/footer/footer.component.d.ts +21 -3
  14. package/lib/components/index.d.ts +2 -0
  15. package/lib/core/dialog/modal-base/modal-common.component.d.ts +1 -1
  16. package/lib/core/services/destroy.service.d.ts +3 -0
  17. package/lib/lib-input/lib-input.component.d.ts +5 -6
  18. package/lib/lib-search-input/lib-search-input.component.d.ts +2 -3
  19. package/lib/lib-select/lib-select.component.d.ts +6 -5
  20. package/lib/svg-icons/svg-icon.model.d.ts +96 -82
  21. package/morozeckiy-dd-lib-0.7.44.tgz +0 -0
  22. package/package.json +4 -6
  23. package/esm2022/lib/common/const.mjs +0 -10
  24. package/esm2022/lib/common/lib-common-button.mjs +0 -65
  25. package/esm2022/lib/common/lib-common-input-text.mjs +0 -211
  26. package/esm2022/lib/components/data-empty/data-empty.component.mjs +0 -20
  27. package/esm2022/lib/components/error-page/error-page.component.mjs +0 -32
  28. package/esm2022/lib/components/footer/footer.component.mjs +0 -22
  29. package/esm2022/lib/components/index.mjs +0 -7
  30. package/esm2022/lib/components/main-shared/main-shared.component.mjs +0 -16
  31. package/esm2022/lib/components/not-found/not-found.component.mjs +0 -29
  32. package/esm2022/lib/components/tech-works/tech-works.component.mjs +0 -29
  33. package/esm2022/lib/core/dialog/dialog-config.mjs +0 -15
  34. package/esm2022/lib/core/dialog/dialog-container.component.mjs +0 -40
  35. package/esm2022/lib/core/dialog/dialog-ref.mjs +0 -19
  36. package/esm2022/lib/core/dialog/dialog.service.mjs +0 -106
  37. package/esm2022/lib/core/dialog/modal-base/modal-base.component.mjs +0 -52
  38. package/esm2022/lib/core/dialog/modal-base/modal-common.component.mjs +0 -13
  39. package/esm2022/lib/core/directives/auto-height.directive.mjs +0 -36
  40. package/esm2022/lib/core/directives/ban-symbol.directive.mjs +0 -36
  41. package/esm2022/lib/core/directives/click-outside.directive.mjs +0 -42
  42. package/esm2022/lib/core/directives/counter.directive.mjs +0 -76
  43. package/esm2022/lib/core/directives/declension.directive.mjs +0 -40
  44. package/esm2022/lib/core/directives/drop-down-position.directive.mjs +0 -66
  45. package/esm2022/lib/core/directives/fixed-position.directive.mjs +0 -89
  46. package/esm2022/lib/core/directives/list-keyboard-navigation.directive.mjs +0 -57
  47. package/esm2022/lib/core/directives/max-num.directive.mjs +0 -56
  48. package/esm2022/lib/core/directives/phone-mask.directive.mjs +0 -34
  49. package/esm2022/lib/core/directives/resize-textarea.directive.mjs +0 -26
  50. package/esm2022/lib/core/directives/selectable-item.directive.mjs +0 -29
  51. package/esm2022/lib/core/directives/triangle.directive.mjs +0 -75
  52. package/esm2022/lib/core/index.mjs +0 -37
  53. package/esm2022/lib/core/pipes/filter-tabs.pipe.mjs +0 -31
  54. package/esm2022/lib/core/pipes/filter.pipe.mjs +0 -44
  55. package/esm2022/lib/core/pipes/highlight.pipe.mjs +0 -23
  56. package/esm2022/lib/core/pipes/reverse.pipe.mjs +0 -17
  57. package/esm2022/lib/core/pipes/safe.pipe.mjs +0 -34
  58. package/esm2022/lib/core/services/date.service.mjs +0 -119
  59. package/esm2022/lib/core/services/destroy.service.mjs +0 -15
  60. package/esm2022/lib/core/services/fetcher.service.mjs +0 -76
  61. package/esm2022/lib/core/services/interceptors.service.mjs +0 -27
  62. package/esm2022/lib/core/services/svg-icons.service.mjs +0 -26
  63. package/esm2022/lib/core/services/theme-constructor.service.mjs +0 -70
  64. package/esm2022/lib/core/services/validators.service.mjs +0 -106
  65. package/esm2022/lib/core/toast/index.mjs +0 -5
  66. package/esm2022/lib/core/toast/toast/toast-animations.mjs +0 -9
  67. package/esm2022/lib/core/toast/toast/toast.component.mjs +0 -62
  68. package/esm2022/lib/core/toast/toast-config.mjs +0 -35
  69. package/esm2022/lib/core/toast/toast-ref.mjs +0 -15
  70. package/esm2022/lib/core/toast/toast.service.mjs +0 -74
  71. package/esm2022/lib/core/tooltip/tooltip.component.mjs +0 -27
  72. package/esm2022/lib/core/tooltip/tooltip.directive.mjs +0 -179
  73. package/esm2022/lib/lib-accordion/lib-accordion.component.mjs +0 -15
  74. package/esm2022/lib/lib-back-button/lib-back-button.component.mjs +0 -37
  75. package/esm2022/lib/lib-button/lib-button.component.mjs +0 -26
  76. package/esm2022/lib/lib-calendar/lib-calendar.component.mjs +0 -316
  77. package/esm2022/lib/lib-card/lib-card.component.mjs +0 -34
  78. package/esm2022/lib/lib-checkbox/lib-checkbox.component.mjs +0 -72
  79. package/esm2022/lib/lib-comment-input/lib-comment-input.component.mjs +0 -20
  80. package/esm2022/lib/lib-date-input/lib-date-input.component.mjs +0 -117
  81. package/esm2022/lib/lib-date-range/lib-date-range.component.mjs +0 -117
  82. package/esm2022/lib/lib-disclaimer/lib-disclaimer.component.mjs +0 -26
  83. package/esm2022/lib/lib-file-loader/lib-file-loader.component.mjs +0 -116
  84. package/esm2022/lib/lib-file-upload/lib-file-upload.component.mjs +0 -37
  85. package/esm2022/lib/lib-filter/lib-filter.component.mjs +0 -29
  86. package/esm2022/lib/lib-filter-button/lib-filter-button.component.mjs +0 -41
  87. package/esm2022/lib/lib-image-loader/lib-image-loader.component.mjs +0 -14
  88. package/esm2022/lib/lib-info-card/lib-info-card.component.mjs +0 -30
  89. package/esm2022/lib/lib-input/lib-input.component.mjs +0 -99
  90. package/esm2022/lib/lib-loader/lib-loader.component.mjs +0 -22
  91. package/esm2022/lib/lib-period/lib-period.component.mjs +0 -118
  92. package/esm2022/lib/lib-radio/lib-radio.component.mjs +0 -78
  93. package/esm2022/lib/lib-search-input/lib-search-input.component.mjs +0 -209
  94. package/esm2022/lib/lib-select/lib-select.component.mjs +0 -384
  95. package/esm2022/lib/lib-skeleton/lib-skeleton.component.mjs +0 -45
  96. package/esm2022/lib/lib-sort/lib-sort.component.mjs +0 -44
  97. package/esm2022/lib/lib-step/lib-step.component.mjs +0 -19
  98. package/esm2022/lib/lib-svg/lib-svg.component.mjs +0 -75
  99. package/esm2022/lib/lib-svg-icon/lib-svg-icon.component.mjs +0 -61
  100. package/esm2022/lib/lib-tabs-fragment/lib-tabs-fragment.component.mjs +0 -92
  101. package/esm2022/lib/lib-textarea/lib-textarea.component.mjs +0 -62
  102. package/esm2022/lib/svg-icons/svg-icon.model.mjs +0 -409
  103. package/esm2022/lib/utils/decorators.mjs +0 -102
  104. package/esm2022/morozeckiy-dd-lib.mjs +0 -5
  105. package/esm2022/public-api.mjs +0 -41
  106. package/morozeckiy-dd-lib-0.7.38.tgz +0 -0
@@ -17,5 +17,5 @@ export declare abstract class LibCommonButtonComponent {
17
17
  clickEvent: EventEmitter<null>;
18
18
  onClick(event: Event): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<LibCommonButtonComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<LibCommonButtonComponent, "ng-component", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "btnColor": { "alias": "btnColor"; "required": false; }; "active": { "alias": "active"; "required": false; }; "activeNoBlock": { "alias": "activeNoBlock"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showLoader": { "alias": "showLoader"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; }, { "clickEvent": "clickEvent"; }, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibCommonButtonComponent, "ng-component", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "btnColor": { "alias": "btnColor"; "required": false; }; "active": { "alias": "active"; "required": false; }; "activeNoBlock": { "alias": "activeNoBlock"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showLoader": { "alias": "showLoader"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; }, { "clickEvent": "clickEvent"; }, never, never, true, never>;
21
21
  }
@@ -64,5 +64,5 @@ export declare abstract class LibCommonInputTextComponent implements AfterViewCh
64
64
  commit(_value: string | null | undefined): void;
65
65
  updateDropdownPosition(el: ElementRef, data: any[], itemSize: number, dHeight: number): void;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<LibCommonInputTextComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<LibCommonInputTextComponent, "dd-lib-common-input", never, { "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "type": { "alias": "type"; "required": false; }; "contextClass": { "alias": "contextClass"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "max": { "alias": "max"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "fetchMode": { "alias": "fetchMode"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "commitOnInput": { "alias": "commitOnInput"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "showSelfError": { "alias": "showSelfError"; "required": false; }; "uppercase": { "alias": "uppercase"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "errorTexts": { "alias": "errorTexts"; "required": false; }; "side": { "alias": "side"; "required": false; }; }, { "cleared": "cleared"; "fetchEvent": "fetchEvent"; "focus": "focus"; "blur": "blur"; "fullBlur": "fullBlur"; }, never, never, false, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibCommonInputTextComponent, "dd-lib-common-input", never, { "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "type": { "alias": "type"; "required": false; }; "contextClass": { "alias": "contextClass"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "max": { "alias": "max"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "fetchMode": { "alias": "fetchMode"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "commitOnInput": { "alias": "commitOnInput"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "showSelfError": { "alias": "showSelfError"; "required": false; }; "uppercase": { "alias": "uppercase"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "errorTexts": { "alias": "errorTexts"; "required": false; }; "side": { "alias": "side"; "required": false; }; }, { "cleared": "cleared"; "fetchEvent": "fetchEvent"; "focus": "focus"; "blur": "blur"; "fullBlur": "fullBlur"; }, never, never, true, never>;
68
68
  }
@@ -0,0 +1,7 @@
1
+ import { IFooterLink } from "../../footer.component";
2
+ import * as i0 from "@angular/core";
3
+ export declare class FooterLinkComponent {
4
+ link: import("@angular/core").InputSignal<IFooterLink | undefined>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FooterLinkComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FooterLinkComponent, "dd-footer-link", never, { "link": { "alias": "link"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { IFooterLinkBlock } from "../footer.component";
2
+ import * as i0 from "@angular/core";
3
+ export declare class FooterLinksBlockComponent {
4
+ block: import("@angular/core").InputSignal<IFooterLinkBlock | undefined>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FooterLinksBlockComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FooterLinksBlockComponent, "dd-footer-links-block", never, { "block": { "alias": "block"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
+ }
@@ -1,12 +1,30 @@
1
+ import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
1
2
  import { SvgIconsService } from "../../core";
2
3
  import * as i0 from "@angular/core";
3
- export declare class FooterComponent {
4
+ export interface IFooterLink {
5
+ name: string;
6
+ link?: string;
7
+ svg?: string;
8
+ action?: () => void;
9
+ }
10
+ export interface IFooterLinkBlock {
11
+ title: string;
12
+ lastElement?: TemplateRef<HTMLElement> | null;
13
+ links?: IFooterLink[];
14
+ }
15
+ export declare class FooterComponent implements OnInit {
4
16
  private svgIconRegistry;
5
- protected readonly sharingLink: {
17
+ socSharing: TemplateRef<HTMLElement> | null;
18
+ appLink: TemplateRef<HTMLElement> | null;
19
+ linkAction: EventEmitter<string>;
20
+ sharingLink: {
6
21
  icon: string;
7
22
  url: string;
8
23
  }[];
24
+ linksLeft: IFooterLinkBlock[];
25
+ linksRight: IFooterLinkBlock[];
9
26
  constructor(svgIconRegistry: SvgIconsService);
27
+ ngOnInit(): void;
10
28
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "dd-footer", never, {}, {}, never, never, true, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "dd-footer", never, {}, { "linkAction": "linkAction"; }, never, never, true, never>;
12
30
  }
@@ -1,4 +1,6 @@
1
1
  export * from './footer/footer.component';
2
+ export * from './footer/footer-links-block/footer-links-block.component';
3
+ export * from './footer/footer-links-block/footer-link/footer-link.component';
2
4
  export * from './main-shared/main-shared.component';
3
5
  export * from './data-empty/data-empty.component';
4
6
  export * from './not-found/not-found.component';
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare abstract class ModalCommonComponent {
3
3
  destroy: (() => {}) | undefined;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalCommonComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalCommonComponent, "ng-component", never, {}, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalCommonComponent, "ng-component", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -1,6 +1,9 @@
1
1
  import { OnDestroy } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * @deprecated Этот сервис устарел. Используйте `private destroyed$: DestroyRef + takeUntilDestroyed(this.destroyed$)`.
6
+ */
4
7
  export declare class DestroyService extends Subject<void> implements OnDestroy {
5
8
  ngOnDestroy(): void;
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DestroyService, never>;
@@ -1,7 +1,6 @@
1
- import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { AbstractControl, ControlContainer, ControlValueAccessor, NgControl } from '@angular/forms';
1
+ import { ChangeDetectorRef, DestroyRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { AbstractControl, ControlContainer, ControlValueAccessor } from '@angular/forms';
3
3
  import { LibCommonInputTextComponent } from '../common/lib-common-input-text';
4
- import { DestroyService } from "../core";
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class LibInputComponent extends LibCommonInputTextComponent implements OnInit, OnDestroy, ControlValueAccessor {
7
6
  private destroyed$;
@@ -14,13 +13,13 @@ export declare class LibInputComponent extends LibCommonInputTextComponent imple
14
13
  shownMaskExpression: string | null;
15
14
  mask: string | undefined;
16
15
  validation: boolean;
17
- ngControl: NgControl | null | undefined;
18
- constructor(destroyed$: DestroyService, changeDetection: ChangeDetectorRef, controlContainer: ControlContainer);
16
+ customPatterns: any;
17
+ constructor(destroyed$: DestroyRef, changeDetection: ChangeDetectorRef, controlContainer: ControlContainer);
19
18
  ngOnInit(): void;
20
19
  changeValueSub(control: AbstractControl): void;
21
20
  writeValue(value: string | number | null): void;
22
21
  ngOnDestroy(): void;
23
22
  handleBlur(): void;
24
23
  static ɵfac: i0.ɵɵFactoryDeclaration<LibInputComponent, [null, null, { optional: true; host: true; skipSelf: true; }]>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<LibInputComponent, "dd-lib-input", never, { "showMaskTyped": { "alias": "showMaskTyped"; "required": false; }; "dropSpecialCharacters": { "alias": "dropSpecialCharacters"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "shownMaskExpression": { "alias": "shownMaskExpression"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "validation": { "alias": "validation"; "required": false; }; }, {}, never, never, true, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibInputComponent, "dd-lib-input", never, { "showMaskTyped": { "alias": "showMaskTyped"; "required": false; }; "dropSpecialCharacters": { "alias": "dropSpecialCharacters"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "shownMaskExpression": { "alias": "shownMaskExpression"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "validation": { "alias": "validation"; "required": false; }; "customPatterns": { "alias": "customPatterns"; "required": false; }; }, {}, never, never, true, never>;
26
25
  }
@@ -66,11 +66,10 @@
66
66
  * getTitle(item: any)Метод для получения заголовка элемента данных.
67
67
  * getDesc(item: any)Метод для получения описания элемента данных.
68
68
  * **/
69
- import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
69
+ import { ChangeDetectorRef, DestroyRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
70
70
  import { ControlValueAccessor } from '@angular/forms';
71
71
  import { LibCommonInputTextComponent } from '../common/lib-common-input-text';
72
72
  import { BehaviorSubject, Subject } from 'rxjs';
73
- import { DestroyService } from "../core";
74
73
  import * as i0 from "@angular/core";
75
74
  export declare class LibSearchInputComponent<T> extends LibCommonInputTextComponent implements OnInit, ControlValueAccessor {
76
75
  private destroy$;
@@ -90,7 +89,7 @@ export declare class LibSearchInputComponent<T> extends LibCommonInputTextCompon
90
89
  keyUp: Subject<KeyboardEvent>;
91
90
  data: T[] | null | undefined;
92
91
  itemSize: number;
93
- constructor(destroy$: DestroyService, el: ElementRef, changeDetection: ChangeDetectorRef, cdr: ChangeDetectorRef);
92
+ constructor(destroy$: DestroyRef, el: ElementRef, changeDetection: ChangeDetectorRef, cdr: ChangeDetectorRef);
94
93
  onWindowScroll(): void;
95
94
  ngOnInit(): void;
96
95
  writeValue(value: string): void;
@@ -1,7 +1,7 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges, WritableSignal } from '@angular/core';
1
+ import { ChangeDetectorRef, DestroyRef, ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges, WritableSignal } from '@angular/core';
2
2
  import { AbstractControl, ControlContainer, ControlValueAccessor } from '@angular/forms';
3
3
  import { LibCommonInputTextComponent } from '../common/lib-common-input-text';
4
- import { DestroyService, TToolTipPositions } from "../core";
4
+ import { TToolTipPositions } from "../core";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class LibSelectComponent<T> extends LibCommonInputTextComponent implements OnInit, ControlValueAccessor, OnChanges {
7
7
  private destroyed$;
@@ -20,11 +20,12 @@ export declare class LibSelectComponent<T> extends LibCommonInputTextComponent i
20
20
  keyTitle: string;
21
21
  keyDesc: string;
22
22
  keyValue: string;
23
+ noDataError: string | undefined;
23
24
  placeholder: string;
24
25
  selectedItem: EventEmitter<any>;
25
26
  selectedItems: EventEmitter<any>;
26
27
  checkedItem: any;
27
- _data: WritableSignal<undefined | any[]>;
28
+ _data: WritableSignal<any[] | undefined>;
28
29
  checkedItems: any[];
29
30
  inputValue: string | undefined;
30
31
  multiCountValue: string | undefined;
@@ -34,7 +35,7 @@ export declare class LibSelectComponent<T> extends LibCommonInputTextComponent i
34
35
  initWriteValue: boolean;
35
36
  stringArray: WritableSignal<boolean | undefined>;
36
37
  writtenValue: any;
37
- constructor(destroyed$: DestroyService, changeDetection: ChangeDetectorRef, el: ElementRef, controlContainer: ControlContainer);
38
+ constructor(destroyed$: DestroyRef, changeDetection: ChangeDetectorRef, el: ElementRef, controlContainer: ControlContainer);
38
39
  onWindowScroll(): void;
39
40
  ngOnInit(): void;
40
41
  ngOnChanges(changes: SimpleChanges): void;
@@ -55,5 +56,5 @@ export declare class LibSelectComponent<T> extends LibCommonInputTextComponent i
55
56
  handleBlur(): void;
56
57
  handleFocus(): void;
57
58
  static ɵfac: i0.ɵɵFactoryDeclaration<LibSelectComponent<any>, [null, null, null, { optional: true; host: true; skipSelf: true; }]>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<LibSelectComponent<any>, "dd-lib-select", never, { "data": { "alias": "data"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "highlight": { "alias": "highlight"; "required": false; }; "selectId": { "alias": "selectId"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "keyTitle": { "alias": "keyTitle"; "required": false; }; "keyDesc": { "alias": "keyDesc"; "required": false; }; "keyValue": { "alias": "keyValue"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "selectedItem": "selectedItem"; "selectedItems": "selectedItems"; }, never, never, true, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibSelectComponent<any>, "dd-lib-select", never, { "data": { "alias": "data"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "highlight": { "alias": "highlight"; "required": false; }; "selectId": { "alias": "selectId"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "keyTitle": { "alias": "keyTitle"; "required": false; }; "keyDesc": { "alias": "keyDesc"; "required": false; }; "keyValue": { "alias": "keyValue"; "required": false; }; "noDataError": { "alias": "noDataError"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "selectedItem": "selectedItem"; "selectedItems": "selectedItems"; }, never, never, true, never>;
59
60
  }
@@ -78,6 +78,14 @@ export declare const svgIconDownload: {
78
78
  name: 'download';
79
79
  data: string;
80
80
  };
81
+ export declare const svgIconEds2M: {
82
+ name: 'eds_2_m';
83
+ data: string;
84
+ };
85
+ export declare const svgIconEds2: {
86
+ name: 'eds_2';
87
+ data: string;
88
+ };
81
89
  export declare const svgIconEdsM: {
82
90
  name: 'eds_m';
83
91
  data: string;
@@ -322,253 +330,259 @@ export declare const svgIconWarningT: {
322
330
  name: 'warning_t';
323
331
  data: string;
324
332
  };
325
- export type svgIcon = 'actogone_accept' | 'all' | 'appgalery' | 'appstore' | 'arrow_down_red' | 'arrow_up_green' | 'back_arrow' | 'burger' | 'calendar' | 'check_green' | 'check_white' | 'circle_no' | 'clear' | 'close' | 'danger_t' | 'dd_m' | 'dd' | 'dobrodel' | 'down_chevron' | 'download' | 'eds_m' | 'eds' | 'entry' | 'error_hint' | 'esia' | 'eye_off' | 'eye' | 'file' | 'filter' | 'googleapp' | 'grid' | 'health_m' | 'health' | 'info_t' | 'info_circle' | 'left_chevron' | 'list_search' | 'logout' | 'mail_exclamation' | 'max_filter' | 'moon' | 'my_m' | 'my' | 'news' | 'next' | 'paperclip' | 'pen_edit' | 'pgu_mo_m' | 'pgu_mo' | 'plug_d' | 'plug' | 'plus' | 'preset' | 'prev' | 'print' | 'printer' | 'question_white_g' | 'question' | 'red_close' | 'reload' | 'right_chevron' | 'rustore' | 'search' | 'send' | 'set_avatar' | 'shared_logo' | 'small_round_loader' | 'sort' | 'star' | 'success_t' | 'sun' | 'tg' | 'toggle_arrow_left' | 'toggle_arrow_right' | 'trash' | 'trophy' | 'user_empty_d' | 'user_empty' | 'user' | 'vk' | 'warning_t';
333
+ export type svgIcon = 'actogone_accept' | 'all' | 'appgalery' | 'appstore' | 'arrow_down_red' | 'arrow_up_green' | 'back_arrow' | 'burger' | 'calendar' | 'check_green' | 'check_white' | 'circle_no' | 'clear' | 'close' | 'danger_t' | 'dd_m' | 'dd' | 'dobrodel' | 'down_chevron' | 'download' | 'eds_2_m' | 'eds_2' | 'eds_m' | 'eds' | 'entry' | 'error_hint' | 'esia' | 'eye_off' | 'eye' | 'file' | 'filter' | 'googleapp' | 'grid' | 'health_m' | 'health' | 'info_t' | 'info_circle' | 'left_chevron' | 'list_search' | 'logout' | 'mail_exclamation' | 'max_filter' | 'moon' | 'my_m' | 'my' | 'news' | 'next' | 'paperclip' | 'pen_edit' | 'pgu_mo_m' | 'pgu_mo' | 'plug_d' | 'plug' | 'plus' | 'preset' | 'prev' | 'print' | 'printer' | 'question_white_g' | 'question' | 'red_close' | 'reload' | 'right_chevron' | 'rustore' | 'search' | 'send' | 'set_avatar' | 'shared_logo' | 'small_round_loader' | 'sort' | 'star' | 'success_t' | 'sun' | 'tg' | 'toggle_arrow_left' | 'toggle_arrow_right' | 'trash' | 'trophy' | 'user_empty_d' | 'user_empty' | 'user' | 'vk' | 'warning_t';
326
334
  export interface SvgIcon {
327
335
  name: svgIcon;
328
336
  data: string;
329
337
  }
330
338
  export type SvgIconNameSubset<T extends Readonly<SvgIcon[]>> = T[number]['name'];
331
339
  export declare const completeIconSet: ({
332
- name: 'actogone_accept';
340
+ name: "actogone_accept";
333
341
  data: string;
334
342
  } | {
335
- name: 'all';
343
+ name: "all";
336
344
  data: string;
337
345
  } | {
338
- name: 'appgalery';
346
+ name: "appgalery";
339
347
  data: string;
340
348
  } | {
341
- name: 'appstore';
349
+ name: "appstore";
342
350
  data: string;
343
351
  } | {
344
- name: 'arrow_down_red';
352
+ name: "arrow_down_red";
345
353
  data: string;
346
354
  } | {
347
- name: 'arrow_up_green';
355
+ name: "arrow_up_green";
348
356
  data: string;
349
357
  } | {
350
- name: 'back_arrow';
358
+ name: "back_arrow";
351
359
  data: string;
352
360
  } | {
353
- name: 'burger';
361
+ name: "burger";
354
362
  data: string;
355
363
  } | {
356
- name: 'calendar';
364
+ name: "calendar";
357
365
  data: string;
358
366
  } | {
359
- name: 'check_green';
367
+ name: "check_green";
360
368
  data: string;
361
369
  } | {
362
- name: 'check_white';
370
+ name: "check_white";
363
371
  data: string;
364
372
  } | {
365
- name: 'circle_no';
373
+ name: "circle_no";
366
374
  data: string;
367
375
  } | {
368
- name: 'clear';
376
+ name: "clear";
369
377
  data: string;
370
378
  } | {
371
- name: 'close';
379
+ name: "close";
372
380
  data: string;
373
381
  } | {
374
- name: 'danger_t';
382
+ name: "danger_t";
375
383
  data: string;
376
384
  } | {
377
- name: 'dd_m';
385
+ name: "dd_m";
378
386
  data: string;
379
387
  } | {
380
- name: 'dd';
388
+ name: "dd";
381
389
  data: string;
382
390
  } | {
383
- name: 'dobrodel';
391
+ name: "dobrodel";
384
392
  data: string;
385
393
  } | {
386
- name: 'down_chevron';
394
+ name: "down_chevron";
387
395
  data: string;
388
396
  } | {
389
- name: 'download';
397
+ name: "download";
390
398
  data: string;
391
399
  } | {
392
- name: 'eds_m';
400
+ name: "eds_2_m";
393
401
  data: string;
394
402
  } | {
395
- name: 'eds';
403
+ name: "eds_2";
396
404
  data: string;
397
405
  } | {
398
- name: 'entry';
406
+ name: "eds_m";
399
407
  data: string;
400
408
  } | {
401
- name: 'error_hint';
409
+ name: "eds";
402
410
  data: string;
403
411
  } | {
404
- name: 'esia';
412
+ name: "entry";
405
413
  data: string;
406
414
  } | {
407
- name: 'eye_off';
415
+ name: "error_hint";
408
416
  data: string;
409
417
  } | {
410
- name: 'eye';
418
+ name: "esia";
411
419
  data: string;
412
420
  } | {
413
- name: 'file';
421
+ name: "eye_off";
414
422
  data: string;
415
423
  } | {
416
- name: 'filter';
424
+ name: "eye";
417
425
  data: string;
418
426
  } | {
419
- name: 'googleapp';
427
+ name: "file";
420
428
  data: string;
421
429
  } | {
422
- name: 'grid';
430
+ name: "filter";
423
431
  data: string;
424
432
  } | {
425
- name: 'health_m';
433
+ name: "googleapp";
426
434
  data: string;
427
435
  } | {
428
- name: 'health';
436
+ name: "grid";
429
437
  data: string;
430
438
  } | {
431
- name: 'info_t';
439
+ name: "health_m";
432
440
  data: string;
433
441
  } | {
434
- name: 'info_circle';
442
+ name: "health";
435
443
  data: string;
436
444
  } | {
437
- name: 'left_chevron';
445
+ name: "info_t";
438
446
  data: string;
439
447
  } | {
440
- name: 'list_search';
448
+ name: "info_circle";
441
449
  data: string;
442
450
  } | {
443
- name: 'logout';
451
+ name: "left_chevron";
444
452
  data: string;
445
453
  } | {
446
- name: 'mail_exclamation';
454
+ name: "list_search";
447
455
  data: string;
448
456
  } | {
449
- name: 'max_filter';
457
+ name: "logout";
450
458
  data: string;
451
459
  } | {
452
- name: 'moon';
460
+ name: "mail_exclamation";
453
461
  data: string;
454
462
  } | {
455
- name: 'my_m';
463
+ name: "max_filter";
456
464
  data: string;
457
465
  } | {
458
- name: 'my';
466
+ name: "moon";
459
467
  data: string;
460
468
  } | {
461
- name: 'news';
469
+ name: "my_m";
462
470
  data: string;
463
471
  } | {
464
- name: 'next';
472
+ name: "my";
465
473
  data: string;
466
474
  } | {
467
- name: 'paperclip';
475
+ name: "news";
468
476
  data: string;
469
477
  } | {
470
- name: 'pen_edit';
478
+ name: "next";
471
479
  data: string;
472
480
  } | {
473
- name: 'pgu_mo_m';
481
+ name: "paperclip";
474
482
  data: string;
475
483
  } | {
476
- name: 'pgu_mo';
484
+ name: "pen_edit";
477
485
  data: string;
478
486
  } | {
479
- name: 'plug_d';
487
+ name: "pgu_mo_m";
480
488
  data: string;
481
489
  } | {
482
- name: 'plug';
490
+ name: "pgu_mo";
483
491
  data: string;
484
492
  } | {
485
- name: 'plus';
493
+ name: "plug_d";
486
494
  data: string;
487
495
  } | {
488
- name: 'preset';
496
+ name: "plug";
489
497
  data: string;
490
498
  } | {
491
- name: 'prev';
499
+ name: "plus";
492
500
  data: string;
493
501
  } | {
494
- name: 'print';
502
+ name: "preset";
495
503
  data: string;
496
504
  } | {
497
- name: 'printer';
505
+ name: "prev";
498
506
  data: string;
499
507
  } | {
500
- name: 'question_white_g';
508
+ name: "print";
501
509
  data: string;
502
510
  } | {
503
- name: 'question';
511
+ name: "printer";
504
512
  data: string;
505
513
  } | {
506
- name: 'red_close';
514
+ name: "question_white_g";
507
515
  data: string;
508
516
  } | {
509
- name: 'reload';
517
+ name: "question";
510
518
  data: string;
511
519
  } | {
512
- name: 'right_chevron';
520
+ name: "red_close";
513
521
  data: string;
514
522
  } | {
515
- name: 'rustore';
523
+ name: "reload";
516
524
  data: string;
517
525
  } | {
518
- name: 'search';
526
+ name: "right_chevron";
519
527
  data: string;
520
528
  } | {
521
- name: 'send';
529
+ name: "rustore";
522
530
  data: string;
523
531
  } | {
524
- name: 'set_avatar';
532
+ name: "search";
525
533
  data: string;
526
534
  } | {
527
- name: 'shared_logo';
535
+ name: "send";
528
536
  data: string;
529
537
  } | {
530
- name: 'small_round_loader';
538
+ name: "set_avatar";
531
539
  data: string;
532
540
  } | {
533
- name: 'sort';
541
+ name: "shared_logo";
534
542
  data: string;
535
543
  } | {
536
- name: 'star';
544
+ name: "small_round_loader";
537
545
  data: string;
538
546
  } | {
539
- name: 'success_t';
547
+ name: "sort";
540
548
  data: string;
541
549
  } | {
542
- name: 'sun';
550
+ name: "star";
543
551
  data: string;
544
552
  } | {
545
- name: 'tg';
553
+ name: "success_t";
546
554
  data: string;
547
555
  } | {
548
- name: 'toggle_arrow_left';
556
+ name: "sun";
549
557
  data: string;
550
558
  } | {
551
- name: 'toggle_arrow_right';
559
+ name: "tg";
552
560
  data: string;
553
561
  } | {
554
- name: 'trash';
562
+ name: "toggle_arrow_left";
555
563
  data: string;
556
564
  } | {
557
- name: 'trophy';
565
+ name: "toggle_arrow_right";
558
566
  data: string;
559
567
  } | {
560
- name: 'user_empty_d';
568
+ name: "trash";
561
569
  data: string;
562
570
  } | {
563
- name: 'user_empty';
571
+ name: "trophy";
564
572
  data: string;
565
573
  } | {
566
- name: 'user';
574
+ name: "user_empty_d";
567
575
  data: string;
568
576
  } | {
569
- name: 'vk';
577
+ name: "user_empty";
570
578
  data: string;
571
579
  } | {
572
- name: 'warning_t';
580
+ name: "user";
581
+ data: string;
582
+ } | {
583
+ name: "vk";
584
+ data: string;
585
+ } | {
586
+ name: "warning_t";
573
587
  data: string;
574
588
  })[];
Binary file
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.7.38",
3
+ "version": "0.7.44",
4
4
  "types": "./src/typings.d.ts",
5
5
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "peerDependencies": {
10
- "@angular/common": "17.2.2",
11
- "@angular/core": "17.2.02",
12
- "ngx-mask": "18.0.0"
10
+ "@angular/common": "19.2.2",
11
+ "@angular/core": "19.2.2",
12
+ "ngx-mask": "18.0.4"
13
13
  },
14
14
  "dependencies": {
15
15
  "tslib": "^2.3.0"
@@ -23,8 +23,6 @@
23
23
  },
24
24
  ".": {
25
25
  "types": "./index.d.ts",
26
- "esm2022": "./esm2022/morozeckiy-dd-lib.mjs",
27
- "esm": "./esm2022/morozeckiy-dd-lib.mjs",
28
26
  "default": "./fesm2022/morozeckiy-dd-lib.mjs"
29
27
  }
30
28
  }
@@ -1,10 +0,0 @@
1
- export const SharingLink = [
2
- { icon: 'googleapp', url: 'https://play.google.com/store/apps/details?id=ru.mosreg.uslugi.mobile.beta' },
3
- { icon: 'appgalery', url: 'https://appgallery.huawei.com/#/app/C104319083' },
4
- {
5
- icon: 'appstore',
6
- url: 'https://apps.apple.com/ru/app/%D0%B4%D0%BE%D0%B1%D1%80%D0%BE%D0%B4%D0%B5%D0%BB/id1206769284',
7
- },
8
- { icon: 'rustore', url: 'https://apps.rustore.ru/app/ru.mosreg.uslugi.mobile.beta' },
9
- ];
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kZC1saWIvc3JjL2xpYi9jb21tb24vY29uc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0sV0FBVyxHQUFHO0lBQ3pCLEVBQUUsSUFBSSxFQUFFLFdBQVcsRUFBRSxHQUFHLEVBQUUsNEVBQTRFLEVBQUU7SUFDeEcsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFLEdBQUcsRUFBRSxnREFBZ0QsRUFBRTtJQUM1RTtRQUNFLElBQUksRUFBRSxVQUFVO1FBQ2hCLEdBQUcsRUFBRSw2RkFBNkY7S0FDbkc7SUFDRCxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUUsR0FBRyxFQUFFLDBEQUEwRCxFQUFFO0NBQ3JGLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgU2hhcmluZ0xpbmsgPSBbXHJcbiAgeyBpY29uOiAnZ29vZ2xlYXBwJywgdXJsOiAnaHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lkPXJ1Lm1vc3JlZy51c2x1Z2kubW9iaWxlLmJldGEnIH0sXHJcbiAgeyBpY29uOiAnYXBwZ2FsZXJ5JywgdXJsOiAnaHR0cHM6Ly9hcHBnYWxsZXJ5Lmh1YXdlaS5jb20vIy9hcHAvQzEwNDMxOTA4MycgfSxcclxuICB7XHJcbiAgICBpY29uOiAnYXBwc3RvcmUnLFxyXG4gICAgdXJsOiAnaHR0cHM6Ly9hcHBzLmFwcGxlLmNvbS9ydS9hcHAvJUQwJUI0JUQwJUJFJUQwJUIxJUQxJTgwJUQwJUJFJUQwJUI0JUQwJUI1JUQwJUJCL2lkMTIwNjc2OTI4NCcsXHJcbiAgfSxcclxuICB7IGljb246ICdydXN0b3JlJywgdXJsOiAnaHR0cHM6Ly9hcHBzLnJ1c3RvcmUucnUvYXBwL3J1Lm1vc3JlZy51c2x1Z2kubW9iaWxlLmJldGEnIH0sXHJcbl07XHJcbiJdfQ==