@yoozsoft/yoozsoft-ng 5.0.1 → 5.0.3

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 (27) hide show
  1. package/assets/js/UTIF.js-master/LICENSE +21 -21
  2. package/assets/js/UTIF.js-master/README.md +72 -72
  3. package/assets/js/UTIF.js-master/UTIF.js +1762 -1762
  4. package/assets/js/UTIF.js-master/package-lock.json +13 -13
  5. package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs +12 -12
  6. package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs.map +1 -1
  7. package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs +3 -3
  8. package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs.map +1 -1
  9. package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs +2 -2
  10. package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs.map +1 -1
  11. package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs +2 -2
  12. package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs.map +1 -1
  13. package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs +2 -2
  14. package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs.map +1 -1
  15. package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs +2 -2
  16. package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs.map +1 -1
  17. package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs +14 -9
  18. package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs.map +1 -1
  19. package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs +2 -2
  20. package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs.map +1 -1
  21. package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs +2 -2
  22. package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs.map +1 -1
  23. package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs +2 -2
  24. package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs.map +1 -1
  25. package/fesm2022/yoozsoft-yoozsoft-ng.mjs.map +1 -1
  26. package/package.json +9 -9
  27. package/select/index.d.ts +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoozsoft/yoozsoft-ng",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"
@@ -39,14 +39,14 @@
39
39
  "types": "./datepicker/index.d.ts",
40
40
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs"
41
41
  },
42
- "./directives": {
43
- "types": "./directives/index.d.ts",
44
- "default": "./fesm2022/yoozsoft-yoozsoft-ng-directives.mjs"
45
- },
46
42
  "./file-upload": {
47
43
  "types": "./file-upload/index.d.ts",
48
44
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs"
49
45
  },
46
+ "./directives": {
47
+ "types": "./directives/index.d.ts",
48
+ "default": "./fesm2022/yoozsoft-yoozsoft-ng-directives.mjs"
49
+ },
50
50
  "./footer": {
51
51
  "types": "./footer/index.d.ts",
52
52
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-footer.mjs"
@@ -59,14 +59,14 @@
59
59
  "types": "./navbar/index.d.ts",
60
60
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs"
61
61
  },
62
- "./overlay": {
63
- "types": "./overlay/index.d.ts",
64
- "default": "./fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs"
65
- },
66
62
  "./password-strength": {
67
63
  "types": "./password-strength/index.d.ts",
68
64
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs"
69
65
  },
66
+ "./overlay": {
67
+ "types": "./overlay/index.d.ts",
68
+ "default": "./fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs"
69
+ },
70
70
  "./progress": {
71
71
  "types": "./progress/index.d.ts",
72
72
  "default": "./fesm2022/yoozsoft-yoozsoft-ng-progress.mjs"
package/select/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
- import { ControlValueAccessor } from '@angular/forms';
2
1
  import * as i0 from '@angular/core';
2
+ import { EventEmitter } from '@angular/core';
3
+ import { ControlValueAccessor } from '@angular/forms';
3
4
 
4
5
  declare class YsSelectComponent implements ControlValueAccessor {
5
6
  /**ُSelect element id */
@@ -10,9 +11,9 @@ declare class YsSelectComponent implements ControlValueAccessor {
10
11
  placeholder?: string;
11
12
  styleClass?: string;
12
13
  invalid?: boolean;
13
- invalidStyleClass?: string;
14
+ invalidFeedback?: string;
14
15
  valid?: boolean;
15
- validStyleClass?: string;
16
+ validFeedback?: string;
16
17
  /**Support multiple attribute */
17
18
  multiple?: boolean;
18
19
  /**Size of multiple attribute */
@@ -20,6 +21,7 @@ declare class YsSelectComponent implements ControlValueAccessor {
20
21
  /**Display clear button */
21
22
  isClear?: boolean;
22
23
  disabled: boolean;
24
+ selected: EventEmitter<any>;
23
25
  onChange: any;
24
26
  onTouched: any;
25
27
  value?: any;
@@ -31,7 +33,7 @@ declare class YsSelectComponent implements ControlValueAccessor {
31
33
  clearValue(): void;
32
34
  isObject(item: any): boolean;
33
35
  static ɵfac: i0.ɵɵFactoryDeclaration<YsSelectComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<YsSelectComponent, "ys-select", never, { "id": { "alias": "id"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "invalidStyleClass": { "alias": "invalidStyleClass"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "validStyleClass": { "alias": "validStyleClass"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isClear": { "alias": "isClear"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<YsSelectComponent, "ys-select", never, { "id": { "alias": "id"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "invalidFeedback": { "alias": "invalidFeedback"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "validFeedback": { "alias": "validFeedback"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isClear": { "alias": "isClear"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selected": "selected"; }, never, never, true, never>;
35
37
  }
36
38
 
37
39
  export { YsSelectComponent };