@yoozsoft/yoozsoft-ng 4.0.6 → 5.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 (107) hide show
  1. package/README.md +11 -4
  2. package/datepicker/index.d.ts +291 -5
  3. package/directives/index.d.ts +15 -3
  4. package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs +47 -48
  5. package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs.map +1 -1
  6. package/fesm2022/yoozsoft-yoozsoft-ng-directives.mjs +4 -4
  7. package/fesm2022/yoozsoft-yoozsoft-ng-directives.mjs.map +1 -1
  8. package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs +17 -11
  9. package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs.map +1 -1
  10. package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs +6 -6
  11. package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs.map +1 -1
  12. package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs +6 -6
  13. package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs.map +1 -1
  14. package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs +6 -8
  15. package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs.map +1 -1
  16. package/fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs +4 -4
  17. package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs +9 -9
  18. package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs.map +1 -1
  19. package/fesm2022/yoozsoft-yoozsoft-ng-progress.mjs +7 -7
  20. package/fesm2022/yoozsoft-yoozsoft-ng-progress.mjs.map +1 -1
  21. package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs +8 -9
  22. package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs.map +1 -1
  23. package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs +9 -9
  24. package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs.map +1 -1
  25. package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs +8 -7
  26. package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs.map +1 -1
  27. package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs +9 -9
  28. package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs.map +1 -1
  29. package/file-upload/index.d.ts +72 -5
  30. package/footer/index.d.ts +25 -5
  31. package/index.d.ts +3 -5
  32. package/loading/index.d.ts +13 -5
  33. package/navbar/index.d.ts +56 -5
  34. package/overlay/index.d.ts +11 -5
  35. package/package.json +14 -14
  36. package/password-strength/index.d.ts +84 -5
  37. package/progress/index.d.ts +28 -5
  38. package/select/index.d.ts +37 -5
  39. package/sidebar/index.d.ts +93 -5
  40. package/tiff-viewer/index.d.ts +51 -5
  41. package/toast/index.d.ts +53 -5
  42. package/datepicker/public-api.d.ts +0 -8
  43. package/datepicker/src/models/date-range.d.ts +0 -4
  44. package/datepicker/src/models/date-time-format.d.ts +0 -2
  45. package/datepicker/src/models/index.d.ts +0 -3
  46. package/datepicker/src/models/jalali-date.d.ts +0 -5
  47. package/datepicker/src/services/index.d.ts +0 -2
  48. package/datepicker/src/services/ys-date-parser-formatter.service.d.ts +0 -9
  49. package/datepicker/src/services/ys-datepicker-i18n.service.d.ts +0 -23
  50. package/datepicker/src/ys-datepicker/ys-datepicker.component.d.ts +0 -38
  51. package/datepicker/src/ys-datepicker-persian/ys-datepicker-persian.component.d.ts +0 -38
  52. package/datepicker/src/ys-datepicker-popup/ys-datepicker-popup.component.d.ts +0 -41
  53. package/datepicker/src/ys-datepicker-popup-persian/ys-datepicker-popup-persian.component.d.ts +0 -41
  54. package/datepicker/src/ys-datepicker-range-popup/ys-datepicker-range-popup.component.d.ts +0 -51
  55. package/datepicker/src/ys-datepicker-range-popup-persian/ys-datepicker-range-popup-persian.component.d.ts +0 -55
  56. package/directives/public-api.d.ts +0 -1
  57. package/directives/src/password-match/ys-password-match.directive.d.ts +0 -14
  58. package/file-upload/public-api.d.ts +0 -1
  59. package/file-upload/src/ys-file-upload/ys-file-upload.component.d.ts +0 -67
  60. package/footer/public-api.d.ts +0 -2
  61. package/footer/src/models/footer-brand.d.ts +0 -5
  62. package/footer/src/models/index.d.ts +0 -2
  63. package/footer/src/models/social-network.d.ts +0 -5
  64. package/footer/src/ys-footer/ys-footer.component.d.ts +0 -10
  65. package/loading/public-api.d.ts +0 -1
  66. package/loading/src/ys-loading-mask/ys-loading-mask.component.d.ts +0 -10
  67. package/navbar/public-api.d.ts +0 -2
  68. package/navbar/src/models/index.d.ts +0 -2
  69. package/navbar/src/models/navbar-brand.d.ts +0 -8
  70. package/navbar/src/models/navbar-item.d.ts +0 -13
  71. package/navbar/src/ys-navbar/ys-navbar.component.d.ts +0 -30
  72. package/overlay/public-api.d.ts +0 -1
  73. package/overlay/src/ys-overlay/ys-overlay.component.d.ts +0 -8
  74. package/password-strength/public-api.d.ts +0 -3
  75. package/password-strength/src/directives/index.d.ts +0 -1
  76. package/password-strength/src/directives/ys-password-strength.directive.d.ts +0 -18
  77. package/password-strength/src/models/index.d.ts +0 -4
  78. package/password-strength/src/models/regx.d.ts +0 -5
  79. package/password-strength/src/models/strength-validation-control.d.ts +0 -6
  80. package/password-strength/src/models/strength-validation-feedback.d.ts +0 -16
  81. package/password-strength/src/models/strength-validation-option.d.ts +0 -14
  82. package/password-strength/src/ys-password-strength/ys-password-strength.component.d.ts +0 -21
  83. package/progress/public-api.d.ts +0 -2
  84. package/progress/src/services/index.d.ts +0 -1
  85. package/progress/src/services/progress.service.d.ts +0 -8
  86. package/progress/src/ys-progress/ys-progress.component.d.ts +0 -17
  87. package/public-api.d.ts +0 -1
  88. package/select/public-api.d.ts +0 -1
  89. package/select/src/ys-select/ys-select.component.d.ts +0 -34
  90. package/sidebar/public-api.d.ts +0 -3
  91. package/sidebar/src/models/index.d.ts +0 -4
  92. package/sidebar/src/models/sidebar-item-active.d.ts +0 -6
  93. package/sidebar/src/models/sidebar-item.d.ts +0 -13
  94. package/sidebar/src/models/user-image.d.ts +0 -4
  95. package/sidebar/src/models/user-profile.d.ts +0 -7
  96. package/sidebar/src/services/index.d.ts +0 -1
  97. package/sidebar/src/services/sidebar.service.d.ts +0 -34
  98. package/sidebar/src/ys-sidebar/ys-sidebar.component.d.ts +0 -24
  99. package/tiff-viewer/public-api.d.ts +0 -1
  100. package/tiff-viewer/src/ys-tiff-viewer/ys-tiff-viewer.component.d.ts +0 -48
  101. package/toast/public-api.d.ts +0 -3
  102. package/toast/src/models/index.d.ts +0 -2
  103. package/toast/src/models/toast-info.d.ts +0 -5
  104. package/toast/src/models/toast-type.d.ts +0 -6
  105. package/toast/src/services/index.d.ts +0 -1
  106. package/toast/src/services/toast.service.d.ts +0 -15
  107. package/toast/src/ys-toast/ys-toast.component.d.ts +0 -23
@@ -1,23 +0,0 @@
1
- import { ElementRef, OnInit } from '@angular/core';
2
- import { ToastService } from '../../../toast/src/services';
3
- import * as i0 from "@angular/core";
4
- export declare class YsToastComponent implements OnInit {
5
- toastService: ToastService;
6
- _elementRef: ElementRef<HTMLElement>;
7
- autohide: boolean;
8
- private _placement;
9
- /**
10
- * Set toasts placement with style classes.
11
- * Default place is top end.
12
- */
13
- get placement(): string[];
14
- set placement(placement: string[]);
15
- constructor(toastService: ToastService, _elementRef: ElementRef<HTMLElement>);
16
- ngOnInit(): void;
17
- get toastTypes(): any;
18
- private get hostElement();
19
- private setPlacement;
20
- isTemplate(toast: any): boolean;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<YsToastComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<YsToastComponent, "ys-toast", never, { "autohide": { "alias": "autohide"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, never, never, true, never>;
23
- }