@yoozsoft/yoozsoft-ng 5.3.5 → 6.0.2
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.
Potentially problematic release.
This version of @yoozsoft/yoozsoft-ng might be problematic. Click here for more details.
- package/README.md +11 -4
- package/fesm2022/yoozsoft-yoozsoft-ng-autocomplete.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-autocomplete.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs +31 -31
- package/fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-directives.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-directives.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-dropdown.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-dropdown.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-footer.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-loading.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs +4 -4
- package/fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-pagination.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-pagination.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs +6 -6
- package/fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-progress.mjs +6 -6
- package/fesm2022/yoozsoft-yoozsoft-ng-progress.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-select.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs +6 -6
- package/fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs +3 -3
- package/fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs +6 -6
- package/fesm2022/yoozsoft-yoozsoft-ng-toast.mjs.map +1 -1
- package/fesm2022/yoozsoft-yoozsoft-ng.mjs +2593 -2
- package/fesm2022/yoozsoft-yoozsoft-ng.mjs.map +1 -1
- package/package.json +36 -36
- package/types/yoozsoft-yoozsoft-ng.d.ts +925 -0
- package/index.d.ts +0 -3
- /package/{autocomplete/index.d.ts → types/yoozsoft-yoozsoft-ng-autocomplete.d.ts} +0 -0
- /package/{datepicker/index.d.ts → types/yoozsoft-yoozsoft-ng-datepicker.d.ts} +0 -0
- /package/{directives/index.d.ts → types/yoozsoft-yoozsoft-ng-directives.d.ts} +0 -0
- /package/{dropdown/index.d.ts → types/yoozsoft-yoozsoft-ng-dropdown.d.ts} +0 -0
- /package/{file-upload/index.d.ts → types/yoozsoft-yoozsoft-ng-file-upload.d.ts} +0 -0
- /package/{footer/index.d.ts → types/yoozsoft-yoozsoft-ng-footer.d.ts} +0 -0
- /package/{loading/index.d.ts → types/yoozsoft-yoozsoft-ng-loading.d.ts} +0 -0
- /package/{navbar/index.d.ts → types/yoozsoft-yoozsoft-ng-navbar.d.ts} +0 -0
- /package/{overlay/index.d.ts → types/yoozsoft-yoozsoft-ng-overlay.d.ts} +0 -0
- /package/{pagination/index.d.ts → types/yoozsoft-yoozsoft-ng-pagination.d.ts} +0 -0
- /package/{password-strength/index.d.ts → types/yoozsoft-yoozsoft-ng-password-strength.d.ts} +0 -0
- /package/{progress/index.d.ts → types/yoozsoft-yoozsoft-ng-progress.d.ts} +0 -0
- /package/{select/index.d.ts → types/yoozsoft-yoozsoft-ng-select.d.ts} +0 -0
- /package/{sidebar/index.d.ts → types/yoozsoft-yoozsoft-ng-sidebar.d.ts} +0 -0
- /package/{tiff-viewer/index.d.ts → types/yoozsoft-yoozsoft-ng-tiff-viewer.d.ts} +0 -0
- /package/{toast/index.d.ts → types/yoozsoft-yoozsoft-ng-toast.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yoozsoft/yoozsoft-ng",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^21.0.0",
|
|
6
|
+
"@angular/core": "^21.0.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.3.0"
|
|
@@ -29,78 +29,78 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"module": "fesm2022/yoozsoft-yoozsoft-ng.mjs",
|
|
32
|
-
"typings": "
|
|
32
|
+
"typings": "types/yoozsoft-yoozsoft-ng.d.ts",
|
|
33
33
|
"exports": {
|
|
34
34
|
"./package.json": {
|
|
35
35
|
"default": "./package.json"
|
|
36
36
|
},
|
|
37
37
|
".": {
|
|
38
|
-
"types": "./
|
|
38
|
+
"types": "./types/yoozsoft-yoozsoft-ng.d.ts",
|
|
39
39
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng.mjs"
|
|
40
40
|
},
|
|
41
41
|
"./autocomplete": {
|
|
42
|
-
"types": "./autocomplete
|
|
42
|
+
"types": "./types/yoozsoft-yoozsoft-ng-autocomplete.d.ts",
|
|
43
43
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-autocomplete.mjs"
|
|
44
44
|
},
|
|
45
|
-
"./
|
|
46
|
-
"types": "./
|
|
47
|
-
"default": "./fesm2022/yoozsoft-yoozsoft-ng-
|
|
45
|
+
"./datepicker": {
|
|
46
|
+
"types": "./types/yoozsoft-yoozsoft-ng-datepicker.d.ts",
|
|
47
|
+
"default": "./fesm2022/yoozsoft-yoozsoft-ng-datepicker.mjs"
|
|
48
48
|
},
|
|
49
49
|
"./directives": {
|
|
50
|
-
"types": "./directives
|
|
50
|
+
"types": "./types/yoozsoft-yoozsoft-ng-directives.d.ts",
|
|
51
51
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-directives.mjs"
|
|
52
52
|
},
|
|
53
|
+
"./dropdown": {
|
|
54
|
+
"types": "./types/yoozsoft-yoozsoft-ng-dropdown.d.ts",
|
|
55
|
+
"default": "./fesm2022/yoozsoft-yoozsoft-ng-dropdown.mjs"
|
|
56
|
+
},
|
|
53
57
|
"./file-upload": {
|
|
54
|
-
"types": "./file-upload
|
|
58
|
+
"types": "./types/yoozsoft-yoozsoft-ng-file-upload.d.ts",
|
|
55
59
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-file-upload.mjs"
|
|
56
60
|
},
|
|
57
|
-
"./
|
|
58
|
-
"types": "./
|
|
59
|
-
"default": "./fesm2022/yoozsoft-yoozsoft-ng-
|
|
61
|
+
"./footer": {
|
|
62
|
+
"types": "./types/yoozsoft-yoozsoft-ng-footer.d.ts",
|
|
63
|
+
"default": "./fesm2022/yoozsoft-yoozsoft-ng-footer.mjs"
|
|
64
|
+
},
|
|
65
|
+
"./loading": {
|
|
66
|
+
"types": "./types/yoozsoft-yoozsoft-ng-loading.d.ts",
|
|
67
|
+
"default": "./fesm2022/yoozsoft-yoozsoft-ng-loading.mjs"
|
|
60
68
|
},
|
|
61
69
|
"./navbar": {
|
|
62
|
-
"types": "./navbar
|
|
70
|
+
"types": "./types/yoozsoft-yoozsoft-ng-navbar.d.ts",
|
|
63
71
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-navbar.mjs"
|
|
64
72
|
},
|
|
65
|
-
"./footer": {
|
|
66
|
-
"types": "./footer/index.d.ts",
|
|
67
|
-
"default": "./fesm2022/yoozsoft-yoozsoft-ng-footer.mjs"
|
|
68
|
-
},
|
|
69
73
|
"./overlay": {
|
|
70
|
-
"types": "./overlay
|
|
74
|
+
"types": "./types/yoozsoft-yoozsoft-ng-overlay.d.ts",
|
|
71
75
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-overlay.mjs"
|
|
72
76
|
},
|
|
73
|
-
"./
|
|
74
|
-
"types": "./
|
|
75
|
-
"default": "./fesm2022/yoozsoft-yoozsoft-ng-
|
|
77
|
+
"./pagination": {
|
|
78
|
+
"types": "./types/yoozsoft-yoozsoft-ng-pagination.d.ts",
|
|
79
|
+
"default": "./fesm2022/yoozsoft-yoozsoft-ng-pagination.mjs"
|
|
76
80
|
},
|
|
77
81
|
"./password-strength": {
|
|
78
|
-
"types": "./password-strength
|
|
82
|
+
"types": "./types/yoozsoft-yoozsoft-ng-password-strength.d.ts",
|
|
79
83
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-password-strength.mjs"
|
|
80
84
|
},
|
|
81
|
-
"./pagination": {
|
|
82
|
-
"types": "./pagination/index.d.ts",
|
|
83
|
-
"default": "./fesm2022/yoozsoft-yoozsoft-ng-pagination.mjs"
|
|
84
|
-
},
|
|
85
85
|
"./progress": {
|
|
86
|
-
"types": "./progress
|
|
86
|
+
"types": "./types/yoozsoft-yoozsoft-ng-progress.d.ts",
|
|
87
87
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-progress.mjs"
|
|
88
88
|
},
|
|
89
89
|
"./select": {
|
|
90
|
-
"types": "./select
|
|
90
|
+
"types": "./types/yoozsoft-yoozsoft-ng-select.d.ts",
|
|
91
91
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-select.mjs"
|
|
92
92
|
},
|
|
93
93
|
"./sidebar": {
|
|
94
|
-
"types": "./sidebar
|
|
94
|
+
"types": "./types/yoozsoft-yoozsoft-ng-sidebar.d.ts",
|
|
95
95
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-sidebar.mjs"
|
|
96
96
|
},
|
|
97
|
-
"./toast": {
|
|
98
|
-
"types": "./toast/index.d.ts",
|
|
99
|
-
"default": "./fesm2022/yoozsoft-yoozsoft-ng-toast.mjs"
|
|
100
|
-
},
|
|
101
97
|
"./tiff-viewer": {
|
|
102
|
-
"types": "./tiff-viewer
|
|
98
|
+
"types": "./types/yoozsoft-yoozsoft-ng-tiff-viewer.d.ts",
|
|
103
99
|
"default": "./fesm2022/yoozsoft-yoozsoft-ng-tiff-viewer.mjs"
|
|
100
|
+
},
|
|
101
|
+
"./toast": {
|
|
102
|
+
"types": "./types/yoozsoft-yoozsoft-ng-toast.d.ts",
|
|
103
|
+
"default": "./fesm2022/yoozsoft-yoozsoft-ng-toast.mjs"
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
}
|