@seniorsistemas/angular-components 19.6.0-fix-sds-552-80a83369 → 19.6.1
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.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seniorsistemas/angular-components",
|
|
3
|
-
"version": "19.6.
|
|
3
|
+
"version": "19.6.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "^18.2.14",
|
|
6
6
|
"@angular/common": "^18.2.0",
|
|
@@ -222,18 +222,18 @@
|
|
|
222
222
|
"esm": "./esm2022/custom-fields/seniorsistemas-angular-components-custom-fields.mjs",
|
|
223
223
|
"default": "./fesm2022/seniorsistemas-angular-components-custom-fields.mjs"
|
|
224
224
|
},
|
|
225
|
-
"./datepicker": {
|
|
226
|
-
"types": "./datepicker/index.d.ts",
|
|
227
|
-
"esm2022": "./esm2022/datepicker/seniorsistemas-angular-components-datepicker.mjs",
|
|
228
|
-
"esm": "./esm2022/datepicker/seniorsistemas-angular-components-datepicker.mjs",
|
|
229
|
-
"default": "./fesm2022/seniorsistemas-angular-components-datepicker.mjs"
|
|
230
|
-
},
|
|
231
225
|
"./dialog": {
|
|
232
226
|
"types": "./dialog/index.d.ts",
|
|
233
227
|
"esm2022": "./esm2022/dialog/seniorsistemas-angular-components-dialog.mjs",
|
|
234
228
|
"esm": "./esm2022/dialog/seniorsistemas-angular-components-dialog.mjs",
|
|
235
229
|
"default": "./fesm2022/seniorsistemas-angular-components-dialog.mjs"
|
|
236
230
|
},
|
|
231
|
+
"./datepicker": {
|
|
232
|
+
"types": "./datepicker/index.d.ts",
|
|
233
|
+
"esm2022": "./esm2022/datepicker/seniorsistemas-angular-components-datepicker.mjs",
|
|
234
|
+
"esm": "./esm2022/datepicker/seniorsistemas-angular-components-datepicker.mjs",
|
|
235
|
+
"default": "./fesm2022/seniorsistemas-angular-components-datepicker.mjs"
|
|
236
|
+
},
|
|
237
237
|
"./dynamic-form": {
|
|
238
238
|
"types": "./dynamic-form/index.d.ts",
|
|
239
239
|
"esm2022": "./esm2022/dynamic-form/seniorsistemas-angular-components-dynamic-form.mjs",
|