@lucca-front/ng 17.3.5 → 17.3.6
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/core-select/user/users.directive.d.ts +2 -1
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/core-select/establishment/establishment-grouping.service.mjs +2 -2
- package/esm2022/core-select/establishment/establishments.directive.mjs +2 -2
- package/esm2022/core-select/job-qualification/job-qualifications.directive.mjs +2 -2
- package/esm2022/core-select/user/users.directive.mjs +15 -3
- package/esm2022/form-field/form-field.component.mjs +7 -5
- package/fesm2022/lucca-front-ng-button.mjs +2 -2
- package/fesm2022/lucca-front-ng-button.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-establishment.mjs +2 -2
- package/fesm2022/lucca-front-ng-core-select-establishment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs +1 -1
- package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-user.mjs +14 -2
- package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +6 -4
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.6",
|
|
4
4
|
"description": "A library of icons made by the team @Lucca",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@angular/common": "^17.0.2",
|
|
27
27
|
"@angular/core": "^17.0.2",
|
|
28
28
|
"@angular/cdk": "^17.0.0",
|
|
29
|
-
"@lucca-front/icons": "v17.3.
|
|
30
|
-
"@lucca-front/scss": "v17.3.
|
|
29
|
+
"@lucca-front/icons": "v17.3.6",
|
|
30
|
+
"@lucca-front/scss": "v17.3.6",
|
|
31
31
|
"@types/dompurify": "^3.0.0",
|
|
32
32
|
"isomorphic-dompurify": "^2.2.0",
|
|
33
33
|
"rxjs": "^7.8.1"
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
"esm": "./esm2022/animations/lucca-front-ng-animations.mjs",
|
|
60
60
|
"default": "./fesm2022/lucca-front-ng-animations.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./api": {
|
|
63
|
-
"types": "./api/index.d.ts",
|
|
64
|
-
"esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
65
|
-
"esm": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
66
|
-
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
67
|
-
},
|
|
68
62
|
"./button": {
|
|
69
63
|
"types": "./button/index.d.ts",
|
|
70
64
|
"esm2022": "./esm2022/button/lucca-front-ng-button.mjs",
|
|
71
65
|
"esm": "./esm2022/button/lucca-front-ng-button.mjs",
|
|
72
66
|
"default": "./fesm2022/lucca-front-ng-button.mjs"
|
|
73
67
|
},
|
|
68
|
+
"./api": {
|
|
69
|
+
"types": "./api/index.d.ts",
|
|
70
|
+
"esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
71
|
+
"esm": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
72
|
+
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
73
|
+
},
|
|
74
74
|
"./callout": {
|
|
75
75
|
"types": "./callout/index.d.ts",
|
|
76
76
|
"esm2022": "./esm2022/callout/lucca-front-ng-callout.mjs",
|
|
@@ -83,18 +83,18 @@
|
|
|
83
83
|
"esm": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
84
84
|
"default": "./fesm2022/lucca-front-ng-core.mjs"
|
|
85
85
|
},
|
|
86
|
-
"./core-select": {
|
|
87
|
-
"types": "./core-select/index.d.ts",
|
|
88
|
-
"esm2022": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
89
|
-
"esm": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
90
|
-
"default": "./fesm2022/lucca-front-ng-core-select.mjs"
|
|
91
|
-
},
|
|
92
86
|
"./date": {
|
|
93
87
|
"types": "./date/index.d.ts",
|
|
94
88
|
"esm2022": "./esm2022/date/lucca-front-ng-date.mjs",
|
|
95
89
|
"esm": "./esm2022/date/lucca-front-ng-date.mjs",
|
|
96
90
|
"default": "./fesm2022/lucca-front-ng-date.mjs"
|
|
97
91
|
},
|
|
92
|
+
"./core-select": {
|
|
93
|
+
"types": "./core-select/index.d.ts",
|
|
94
|
+
"esm2022": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
95
|
+
"esm": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
96
|
+
"default": "./fesm2022/lucca-front-ng-core-select.mjs"
|
|
97
|
+
},
|
|
98
98
|
"./department": {
|
|
99
99
|
"types": "./department/index.d.ts",
|
|
100
100
|
"esm2022": "./esm2022/department/lucca-front-ng-department.mjs",
|