@lucca-front/ng 20.0.1 → 20.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.
- package/date2/index.d.ts +1 -1
- package/package.json +7 -7
package/date2/index.d.ts
CHANGED
|
@@ -317,4 +317,4 @@ declare class DateRangeInputComponent extends AbstractDateComponent implements C
|
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
export { Calendar2Component, DateInputComponent, DateRangeInputComponent, PremadeShortcuts, getDateFormat, getLocalizedDateFormat };
|
|
320
|
-
export type { CalendarMode, CalendarShortcut, CellStatus, DateInputValidatorErrorType };
|
|
320
|
+
export type { CalendarMode, CalendarShortcut, CellStatus, DateInputValidatorErrorType, DateRange, DateRangeInput };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.2",
|
|
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": "^20.0.0",
|
|
27
27
|
"@angular/core": "^20.0.0",
|
|
28
28
|
"@angular/cdk": "^20.0.0",
|
|
29
|
-
"@lucca-front/icons": "20.0.
|
|
30
|
-
"@lucca-front/scss": "20.0.
|
|
29
|
+
"@lucca-front/icons": "20.0.2",
|
|
30
|
+
"@lucca-front/scss": "20.0.2",
|
|
31
31
|
"isomorphic-dompurify": "^2.17.0",
|
|
32
32
|
"date-fns": "^3.6.0",
|
|
33
33
|
"rxjs": "^7.8.0",
|
|
@@ -87,6 +87,10 @@
|
|
|
87
87
|
"types": "./api/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
89
89
|
},
|
|
90
|
+
"./button": {
|
|
91
|
+
"types": "./button/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/lucca-front-ng-button.mjs"
|
|
93
|
+
},
|
|
90
94
|
"./a11y": {
|
|
91
95
|
"types": "./a11y/index.d.ts",
|
|
92
96
|
"default": "./fesm2022/lucca-front-ng-a11y.mjs"
|
|
@@ -95,10 +99,6 @@
|
|
|
95
99
|
"types": "./breadcrumbs/index.d.ts",
|
|
96
100
|
"default": "./fesm2022/lucca-front-ng-breadcrumbs.mjs"
|
|
97
101
|
},
|
|
98
|
-
"./button": {
|
|
99
|
-
"types": "./button/index.d.ts",
|
|
100
|
-
"default": "./fesm2022/lucca-front-ng-button.mjs"
|
|
101
|
-
},
|
|
102
102
|
"./callout": {
|
|
103
103
|
"types": "./callout/index.d.ts",
|
|
104
104
|
"default": "./fesm2022/lucca-front-ng-callout.mjs"
|