@lucca-front/ng 16.4.0-rc.3 → 16.4.0
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.
|
@@ -8,12 +8,12 @@ class NumericBadgeComponent {
|
|
|
8
8
|
this.palette = 'none';
|
|
9
9
|
}
|
|
10
10
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: NumericBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: NumericBadgeComponent, isStandalone: true, selector: "lu-numeric-badge", inputs: { value: ["value", "value", numberAttribute], size: "size", palette: "palette" }, ngImport: i0, template: "<
|
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: NumericBadgeComponent, isStandalone: true, selector: "lu-numeric-badge", inputs: { value: ["value", "value", numberAttribute], size: "size", palette: "palette" }, ngImport: i0, template: "<span class=\"numericBadge palette-{{palette}} mod-{{size | uppercase}}\">{{value}}</span>\r\n", styles: [".numericBadge{--components-numericBadge-background: var(--palettes-200, var(--palettes-grey-200));--components-numericBadge-color: var(--palettes-800, var(--palettes-grey-700));--components-numericBadge-size: 1.5rem;--components-numericBadge-fontSize: var(--sizes-S-fontSize);--components-numericBadge-lineHeight: var(--sizes-S-lineHeight);--components-numericBadge-borderRadius: var(--commons-borderRadius-L);display:inline-flex;align-items:center;justify-content:center;height:var(--components-numericBadge-size);min-width:var(--components-numericBadge-size);padding:var(--spacings-XXS);font-size:var(--components-numericBadge-fontSize);line-height:var(--components-numericBadge-lineHeight);font-weight:600;background-color:var(--components-numericBadge-background);color:var(--components-numericBadge-color);border-radius:var(--components-numericBadge-borderRadius);transition-property:background-color,color;transition-duration:var(--commons-animations-durations-fast);transition-timing-function:ease}.numericBadge.mod-S{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}.numericBadge.mod-XS{--components-numericBadge-size: 1rem;--components-numericBadge-borderRadius: var(--commons-borderRadius-M);--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}:host{display:inline-flex}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.UpperCasePipe, name: "uppercase" }] }); }
|
|
12
12
|
}
|
|
13
13
|
export { NumericBadgeComponent };
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: NumericBadgeComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
|
-
args: [{ selector: 'lu-numeric-badge', standalone: true, imports: [CommonModule], template: "<
|
|
16
|
+
args: [{ selector: 'lu-numeric-badge', standalone: true, imports: [CommonModule], template: "<span class=\"numericBadge palette-{{palette}} mod-{{size | uppercase}}\">{{value}}</span>\r\n", styles: [".numericBadge{--components-numericBadge-background: var(--palettes-200, var(--palettes-grey-200));--components-numericBadge-color: var(--palettes-800, var(--palettes-grey-700));--components-numericBadge-size: 1.5rem;--components-numericBadge-fontSize: var(--sizes-S-fontSize);--components-numericBadge-lineHeight: var(--sizes-S-lineHeight);--components-numericBadge-borderRadius: var(--commons-borderRadius-L);display:inline-flex;align-items:center;justify-content:center;height:var(--components-numericBadge-size);min-width:var(--components-numericBadge-size);padding:var(--spacings-XXS);font-size:var(--components-numericBadge-fontSize);line-height:var(--components-numericBadge-lineHeight);font-weight:600;background-color:var(--components-numericBadge-background);color:var(--components-numericBadge-color);border-radius:var(--components-numericBadge-borderRadius);transition-property:background-color,color;transition-duration:var(--commons-animations-durations-fast);transition-timing-function:ease}.numericBadge.mod-S{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}.numericBadge.mod-XS{--components-numericBadge-size: 1rem;--components-numericBadge-borderRadius: var(--commons-borderRadius-M);--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}:host{display:inline-flex}\n"] }]
|
|
17
17
|
}], propDecorators: {
|
|
18
18
|
/**
|
|
19
19
|
* The value to display, number only.
|
|
@@ -34,4 +34,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImpor
|
|
|
34
34
|
palette: [{
|
|
35
35
|
type: Input
|
|
36
36
|
}] } });
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtZXJpYy1iYWRnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9udW1lcmljLWJhZGdlL251bWVyaWMtYmFkZ2UvbnVtZXJpYy1iYWRnZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9udW1lcmljLWJhZGdlL251bWVyaWMtYmFkZ2UvbnVtZXJpYy1iYWRnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxlQUFlLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7QUFHL0MsTUFPYSxxQkFBcUI7SUFQbEM7UUFrQkMsU0FBSSxHQUFxQixHQUFHLENBQUM7UUFNN0IsWUFBTyxHQUFZLE1BQU0sQ0FBQztLQUMxQjs4R0FsQlkscUJBQXFCO2tHQUFyQixxQkFBcUIsd0ZBQ0csZUFBZSwrRENacEQsZ0dBQ0Esc2lERE1XLFlBQVk7O1NBSVYscUJBQXFCOzJGQUFyQixxQkFBcUI7a0JBUGpDLFNBQVM7K0JBQ0Msa0JBQWtCLGNBQ2hCLElBQUksV0FDUCxDQUFDLFlBQVksQ0FBQzs7UUFNdkI7O1dBRUc7UUFDSCxLQUFLO3NCQUpKLEtBQUs7dUJBQUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRSxlQUFlLEVBQUU7O1FBT3JEOztXQUVHO1FBQ0gsSUFBSTtzQkFKSCxLQUFLOztRQU9OOztXQUVHO1FBQ0gsT0FBTztzQkFKTixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgbnVtYmVyQXR0cmlidXRlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IFBhbGV0dGUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuXHRzZWxlY3RvcjogJ2x1LW51bWVyaWMtYmFkZ2UnLFxyXG5cdHN0YW5kYWxvbmU6IHRydWUsXHJcblx0aW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcblx0dGVtcGxhdGVVcmw6ICcuL251bWVyaWMtYmFkZ2UuY29tcG9uZW50Lmh0bWwnLFxyXG5cdHN0eWxlVXJsczogWycuL251bWVyaWMtYmFkZ2UuY29tcG9uZW50LnNjc3MnXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIE51bWVyaWNCYWRnZUNvbXBvbmVudCB7XHJcblx0QElucHV0KHsgcmVxdWlyZWQ6IHRydWUsIHRyYW5zZm9ybTogbnVtYmVyQXR0cmlidXRlIH0pXHJcblx0LyoqXHJcblx0ICogVGhlIHZhbHVlIHRvIGRpc3BsYXksIG51bWJlciBvbmx5LlxyXG5cdCAqL1xyXG5cdHZhbHVlITogbnVtYmVyO1xyXG5cclxuXHRASW5wdXQoKVxyXG5cdC8qKlxyXG5cdCAqIFRoZSBzaXplIG9mIHRoZSBiYWRnZVxyXG5cdCAqL1xyXG5cdHNpemU6ICdYUycgfCAnUycgfCAnTScgPSAnTSc7XHJcblxyXG5cdEBJbnB1dCgpXHJcblx0LyoqXHJcblx0ICogVGhlIHBhbGV0dGUgdG8gdXNlIGZvciB0aGlzIGJhZGdlLiBEZWZhdWx0cyB0byAnbm9uZScgKGluaGVyaXRzIHBhcmVudCBwYWxldHRlKVxyXG5cdCAqL1xyXG5cdHBhbGV0dGU6IFBhbGV0dGUgPSAnbm9uZSc7XHJcbn1cclxuIiwiPHNwYW4gY2xhc3M9XCJudW1lcmljQmFkZ2UgcGFsZXR0ZS17e3BhbGV0dGV9fSBtb2Qte3tzaXplIHwgdXBwZXJjYXNlfX1cIj57e3ZhbHVlfX08L3NwYW4+XHJcbiJdfQ==
|
|
@@ -9,11 +9,11 @@ class NumericBadgeComponent {
|
|
|
9
9
|
this.palette = 'none';
|
|
10
10
|
}
|
|
11
11
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: NumericBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: NumericBadgeComponent, isStandalone: true, selector: "lu-numeric-badge", inputs: { value: ["value", "value", numberAttribute], size: "size", palette: "palette" }, ngImport: i0, template: "<
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: NumericBadgeComponent, isStandalone: true, selector: "lu-numeric-badge", inputs: { value: ["value", "value", numberAttribute], size: "size", palette: "palette" }, ngImport: i0, template: "<span class=\"numericBadge palette-{{palette}} mod-{{size | uppercase}}\">{{value}}</span>\r\n", styles: [".numericBadge{--components-numericBadge-background: var(--palettes-200, var(--palettes-grey-200));--components-numericBadge-color: var(--palettes-800, var(--palettes-grey-700));--components-numericBadge-size: 1.5rem;--components-numericBadge-fontSize: var(--sizes-S-fontSize);--components-numericBadge-lineHeight: var(--sizes-S-lineHeight);--components-numericBadge-borderRadius: var(--commons-borderRadius-L);display:inline-flex;align-items:center;justify-content:center;height:var(--components-numericBadge-size);min-width:var(--components-numericBadge-size);padding:var(--spacings-XXS);font-size:var(--components-numericBadge-fontSize);line-height:var(--components-numericBadge-lineHeight);font-weight:600;background-color:var(--components-numericBadge-background);color:var(--components-numericBadge-color);border-radius:var(--components-numericBadge-borderRadius);transition-property:background-color,color;transition-duration:var(--commons-animations-durations-fast);transition-timing-function:ease}.numericBadge.mod-S{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}.numericBadge.mod-XS{--components-numericBadge-size: 1rem;--components-numericBadge-borderRadius: var(--commons-borderRadius-M);--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}:host{display:inline-flex}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.UpperCasePipe, name: "uppercase" }] }); }
|
|
13
13
|
}
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: NumericBadgeComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
|
-
args: [{ selector: 'lu-numeric-badge', standalone: true, imports: [CommonModule], template: "<
|
|
16
|
+
args: [{ selector: 'lu-numeric-badge', standalone: true, imports: [CommonModule], template: "<span class=\"numericBadge palette-{{palette}} mod-{{size | uppercase}}\">{{value}}</span>\r\n", styles: [".numericBadge{--components-numericBadge-background: var(--palettes-200, var(--palettes-grey-200));--components-numericBadge-color: var(--palettes-800, var(--palettes-grey-700));--components-numericBadge-size: 1.5rem;--components-numericBadge-fontSize: var(--sizes-S-fontSize);--components-numericBadge-lineHeight: var(--sizes-S-lineHeight);--components-numericBadge-borderRadius: var(--commons-borderRadius-L);display:inline-flex;align-items:center;justify-content:center;height:var(--components-numericBadge-size);min-width:var(--components-numericBadge-size);padding:var(--spacings-XXS);font-size:var(--components-numericBadge-fontSize);line-height:var(--components-numericBadge-lineHeight);font-weight:600;background-color:var(--components-numericBadge-background);color:var(--components-numericBadge-color);border-radius:var(--components-numericBadge-borderRadius);transition-property:background-color,color;transition-duration:var(--commons-animations-durations-fast);transition-timing-function:ease}.numericBadge.mod-S{--components-numericBadge-size: 1.25rem;--components-numericBadge-borderRadius: 6px;--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}.numericBadge.mod-XS{--components-numericBadge-size: 1rem;--components-numericBadge-borderRadius: var(--commons-borderRadius-M);--components-numericBadge-fontSize: var(--sizes-XS-fontSize);--components-numericBadge-lineHeight: var(--sizes-XS-lineHeight)}:host{display:inline-flex}\n"] }]
|
|
17
17
|
}], propDecorators: {
|
|
18
18
|
/**
|
|
19
19
|
* The value to display, number only.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lucca-front-ng-numeric-badge.mjs","sources":["../../../packages/ng/numeric-badge/numeric-badge/numeric-badge.component.ts","../../../packages/ng/numeric-badge/numeric-badge/numeric-badge.component.html","../../../packages/ng/numeric-badge/lucca-front-ng-numeric-badge.ts"],"sourcesContent":["import { Component, Input, numberAttribute } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { Palette } from '@lucca-front/ng/core';\r\n\r\n@Component({\r\n\tselector: 'lu-numeric-badge',\r\n\tstandalone: true,\r\n\timports: [CommonModule],\r\n\ttemplateUrl: './numeric-badge.component.html',\r\n\tstyleUrls: ['./numeric-badge.component.scss'],\r\n})\r\nexport class NumericBadgeComponent {\r\n\t@Input({ required: true, transform: numberAttribute })\r\n\t/**\r\n\t * The value to display, number only.\r\n\t */\r\n\tvalue!: number;\r\n\r\n\t@Input()\r\n\t/**\r\n\t * The size of the badge\r\n\t */\r\n\tsize: 'XS' | 'S' | 'M' = 'M';\r\n\r\n\t@Input()\r\n\t/**\r\n\t * The palette to use for this badge. Defaults to 'none' (inherits parent palette)\r\n\t */\r\n\tpalette: Palette = 'none';\r\n}\r\n","<
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-numeric-badge.mjs","sources":["../../../packages/ng/numeric-badge/numeric-badge/numeric-badge.component.ts","../../../packages/ng/numeric-badge/numeric-badge/numeric-badge.component.html","../../../packages/ng/numeric-badge/lucca-front-ng-numeric-badge.ts"],"sourcesContent":["import { Component, Input, numberAttribute } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { Palette } from '@lucca-front/ng/core';\r\n\r\n@Component({\r\n\tselector: 'lu-numeric-badge',\r\n\tstandalone: true,\r\n\timports: [CommonModule],\r\n\ttemplateUrl: './numeric-badge.component.html',\r\n\tstyleUrls: ['./numeric-badge.component.scss'],\r\n})\r\nexport class NumericBadgeComponent {\r\n\t@Input({ required: true, transform: numberAttribute })\r\n\t/**\r\n\t * The value to display, number only.\r\n\t */\r\n\tvalue!: number;\r\n\r\n\t@Input()\r\n\t/**\r\n\t * The size of the badge\r\n\t */\r\n\tsize: 'XS' | 'S' | 'M' = 'M';\r\n\r\n\t@Input()\r\n\t/**\r\n\t * The palette to use for this badge. Defaults to 'none' (inherits parent palette)\r\n\t */\r\n\tpalette: Palette = 'none';\r\n}\r\n","<span class=\"numericBadge palette-{{palette}} mod-{{size | uppercase}}\">{{value}}</span>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAIA,MAOa,qBAAqB,CAAA;AAPlC,IAAA,WAAA,GAAA;QAkBC,IAAI,CAAA,IAAA,GAAqB,GAAG,CAAC;QAM7B,IAAO,CAAA,OAAA,GAAY,MAAM,CAAC;AAC1B,KAAA;8GAlBY,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,EACG,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,CAAA,OAAA,EAAA,OAAA,EAAA,eAAe,CCZpD,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,gGACA,siDDMW,YAAY,EAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,CAAA,aAAA,EAAA,IAAA,EAAA,WAAA,EAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAIV,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;AACC,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,kBAAkB,EAChB,UAAA,EAAA,IAAI,EACP,OAAA,EAAA,CAAC,YAAY,CAAC,EAAA,QAAA,EAAA,gGAAA,EAAA,MAAA,EAAA,CAAA,++CAAA,CAAA,EAAA,CAAA;;AAMvB;;AAEG;QACH,KAAK,EAAA,CAAA;sBAJJ,KAAK;AAAC,gBAAA,IAAA,EAAA,CAAA,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,CAAA;;AAOrD;;AAEG;QACH,IAAI,EAAA,CAAA;sBAJH,KAAK;;AAON;;AAEG;QACH,OAAO,EAAA,CAAA;sBAJN,KAAK;;;AExBP;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "16.4.0
|
|
3
|
+
"version": "16.4.0",
|
|
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": "^16.0.0",
|
|
27
27
|
"@angular/core": "^16.0.0",
|
|
28
28
|
"@angular/cdk": "^16.0.0",
|
|
29
|
-
"@lucca-front/icons": "v16.4.0
|
|
30
|
-
"@lucca-front/scss": "v16.4.0
|
|
29
|
+
"@lucca-front/icons": "v16.4.0",
|
|
30
|
+
"@lucca-front/scss": "v16.4.0",
|
|
31
31
|
"@types/dompurify": "^3.0.0",
|
|
32
32
|
"dompurify": "^3.0.0",
|
|
33
33
|
"rxjs": "^6.0.0 || ^7.0.0"
|
|
@@ -59,12 +59,6 @@
|
|
|
59
59
|
"esm": "./esm2022/animations/lucca-front-ng-animations.mjs",
|
|
60
60
|
"default": "./fesm2022/lucca-front-ng-animations.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./core": {
|
|
63
|
-
"types": "./core/index.d.ts",
|
|
64
|
-
"esm2022": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
65
|
-
"esm": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
66
|
-
"default": "./fesm2022/lucca-front-ng-core.mjs"
|
|
67
|
-
},
|
|
68
62
|
"./api": {
|
|
69
63
|
"types": "./api/index.d.ts",
|
|
70
64
|
"esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
@@ -77,18 +71,18 @@
|
|
|
77
71
|
"esm": "./esm2022/callout/lucca-front-ng-callout.mjs",
|
|
78
72
|
"default": "./fesm2022/lucca-front-ng-callout.mjs"
|
|
79
73
|
},
|
|
74
|
+
"./core": {
|
|
75
|
+
"types": "./core/index.d.ts",
|
|
76
|
+
"esm2022": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
77
|
+
"esm": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
78
|
+
"default": "./fesm2022/lucca-front-ng-core.mjs"
|
|
79
|
+
},
|
|
80
80
|
"./core-select": {
|
|
81
81
|
"types": "./core-select/index.d.ts",
|
|
82
82
|
"esm2022": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
83
83
|
"esm": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
84
84
|
"default": "./fesm2022/lucca-front-ng-core-select.mjs"
|
|
85
85
|
},
|
|
86
|
-
"./dropdown": {
|
|
87
|
-
"types": "./dropdown/index.d.ts",
|
|
88
|
-
"esm2022": "./esm2022/dropdown/lucca-front-ng-dropdown.mjs",
|
|
89
|
-
"esm": "./esm2022/dropdown/lucca-front-ng-dropdown.mjs",
|
|
90
|
-
"default": "./fesm2022/lucca-front-ng-dropdown.mjs"
|
|
91
|
-
},
|
|
92
86
|
"./date": {
|
|
93
87
|
"types": "./date/index.d.ts",
|
|
94
88
|
"esm2022": "./esm2022/date/lucca-front-ng-date.mjs",
|
|
@@ -101,24 +95,18 @@
|
|
|
101
95
|
"esm": "./esm2022/department/lucca-front-ng-department.mjs",
|
|
102
96
|
"default": "./fesm2022/lucca-front-ng-department.mjs"
|
|
103
97
|
},
|
|
98
|
+
"./dropdown": {
|
|
99
|
+
"types": "./dropdown/index.d.ts",
|
|
100
|
+
"esm2022": "./esm2022/dropdown/lucca-front-ng-dropdown.mjs",
|
|
101
|
+
"esm": "./esm2022/dropdown/lucca-front-ng-dropdown.mjs",
|
|
102
|
+
"default": "./fesm2022/lucca-front-ng-dropdown.mjs"
|
|
103
|
+
},
|
|
104
104
|
"./establishment": {
|
|
105
105
|
"types": "./establishment/index.d.ts",
|
|
106
106
|
"esm2022": "./esm2022/establishment/lucca-front-ng-establishment.mjs",
|
|
107
107
|
"esm": "./esm2022/establishment/lucca-front-ng-establishment.mjs",
|
|
108
108
|
"default": "./fesm2022/lucca-front-ng-establishment.mjs"
|
|
109
109
|
},
|
|
110
|
-
"./forms": {
|
|
111
|
-
"types": "./forms/index.d.ts",
|
|
112
|
-
"esm2022": "./esm2022/forms/lucca-front-ng-forms.mjs",
|
|
113
|
-
"esm": "./esm2022/forms/lucca-front-ng-forms.mjs",
|
|
114
|
-
"default": "./fesm2022/lucca-front-ng-forms.mjs"
|
|
115
|
-
},
|
|
116
|
-
"./icon": {
|
|
117
|
-
"types": "./icon/index.d.ts",
|
|
118
|
-
"esm2022": "./esm2022/icon/lucca-front-ng-icon.mjs",
|
|
119
|
-
"esm": "./esm2022/icon/lucca-front-ng-icon.mjs",
|
|
120
|
-
"default": "./fesm2022/lucca-front-ng-icon.mjs"
|
|
121
|
-
},
|
|
122
110
|
"./form-field": {
|
|
123
111
|
"types": "./form-field/index.d.ts",
|
|
124
112
|
"esm2022": "./esm2022/form-field/lucca-front-ng-form-field.mjs",
|
|
@@ -131,6 +119,18 @@
|
|
|
131
119
|
"esm": "./esm2022/formly/lucca-front-ng-formly.mjs",
|
|
132
120
|
"default": "./fesm2022/lucca-front-ng-formly.mjs"
|
|
133
121
|
},
|
|
122
|
+
"./forms": {
|
|
123
|
+
"types": "./forms/index.d.ts",
|
|
124
|
+
"esm2022": "./esm2022/forms/lucca-front-ng-forms.mjs",
|
|
125
|
+
"esm": "./esm2022/forms/lucca-front-ng-forms.mjs",
|
|
126
|
+
"default": "./fesm2022/lucca-front-ng-forms.mjs"
|
|
127
|
+
},
|
|
128
|
+
"./icon": {
|
|
129
|
+
"types": "./icon/index.d.ts",
|
|
130
|
+
"esm2022": "./esm2022/icon/lucca-front-ng-icon.mjs",
|
|
131
|
+
"esm": "./esm2022/icon/lucca-front-ng-icon.mjs",
|
|
132
|
+
"default": "./fesm2022/lucca-front-ng-icon.mjs"
|
|
133
|
+
},
|
|
134
134
|
"./inline-message": {
|
|
135
135
|
"types": "./inline-message/index.d.ts",
|
|
136
136
|
"esm2022": "./esm2022/inline-message/lucca-front-ng-inline-message.mjs",
|
|
@@ -209,12 +209,6 @@
|
|
|
209
209
|
"esm": "./esm2022/safe-content/lucca-front-ng-safe-content.mjs",
|
|
210
210
|
"default": "./fesm2022/lucca-front-ng-safe-content.mjs"
|
|
211
211
|
},
|
|
212
|
-
"./scroll": {
|
|
213
|
-
"types": "./scroll/index.d.ts",
|
|
214
|
-
"esm2022": "./esm2022/scroll/lucca-front-ng-scroll.mjs",
|
|
215
|
-
"esm": "./esm2022/scroll/lucca-front-ng-scroll.mjs",
|
|
216
|
-
"default": "./fesm2022/lucca-front-ng-scroll.mjs"
|
|
217
|
-
},
|
|
218
212
|
"./select": {
|
|
219
213
|
"types": "./select/index.d.ts",
|
|
220
214
|
"esm2022": "./esm2022/select/lucca-front-ng-select.mjs",
|
|
@@ -227,6 +221,12 @@
|
|
|
227
221
|
"esm": "./esm2022/sidepanel/lucca-front-ng-sidepanel.mjs",
|
|
228
222
|
"default": "./fesm2022/lucca-front-ng-sidepanel.mjs"
|
|
229
223
|
},
|
|
224
|
+
"./scroll": {
|
|
225
|
+
"types": "./scroll/index.d.ts",
|
|
226
|
+
"esm2022": "./esm2022/scroll/lucca-front-ng-scroll.mjs",
|
|
227
|
+
"esm": "./esm2022/scroll/lucca-front-ng-scroll.mjs",
|
|
228
|
+
"default": "./fesm2022/lucca-front-ng-scroll.mjs"
|
|
229
|
+
},
|
|
230
230
|
"./simple-select": {
|
|
231
231
|
"types": "./simple-select/index.d.ts",
|
|
232
232
|
"esm2022": "./esm2022/simple-select/lucca-front-ng-simple-select.mjs",
|