@lucca-front/ng 17.0.0 → 17.0.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/button/button.component.d.ts +1 -2
- package/callout/callout-feedback-list/callout-feedback-list.component.d.ts +1 -2
- package/core/public-api.d.ts +1 -1
- package/core/tools/class.d.ts +11 -0
- package/esm2022/button/button.component.mjs +7 -8
- package/esm2022/callout/callout-feedback-list/callout-feedback-list.component.mjs +6 -7
- package/esm2022/core/public-api.mjs +2 -2
- package/esm2022/core/tools/class.mjs +75 -0
- package/esm2022/form-field/form-field.component.mjs +9 -10
- package/esm2022/inline-message/inline-message.component.mjs +7 -9
- package/esm2022/numeric-badge/numeric-badge.component.mjs +7 -8
- package/fesm2022/lucca-front-ng-button.mjs +6 -7
- package/fesm2022/lucca-front-ng-button.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-callout.mjs +5 -6
- package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core.mjs +73 -18
- package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +8 -9
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-inline-message.mjs +6 -8
- package/fesm2022/lucca-front-ng-inline-message.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-numeric-badge.mjs +6 -7
- package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
- package/form-field/form-field.component.d.ts +1 -2
- package/inline-message/inline-message.component.d.ts +1 -2
- package/numeric-badge/numeric-badge.component.d.ts +1 -2
- package/package.json +27 -27
- package/core/tools/ng-clazz.directive.d.ts +0 -7
- package/esm2022/core/tools/ng-clazz.directive.mjs +0 -21
- /package/{dockerRegistry-a64fee7f-1bfc-49ea-b07d-9ccbdbf6fd83.env → dockerRegistry-c6c91acb-1b7f-4177-ae0a-4c08be89fe3d.env} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.1",
|
|
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.0.
|
|
30
|
-
"@lucca-front/scss": "v17.0.
|
|
29
|
+
"@lucca-front/icons": "v17.0.1",
|
|
30
|
+
"@lucca-front/scss": "v17.0.1",
|
|
31
31
|
"@types/dompurify": "^3.0.0",
|
|
32
32
|
"dompurify": "^3.0.0",
|
|
33
33
|
"rxjs": "^7.8.1"
|
|
@@ -65,6 +65,12 @@
|
|
|
65
65
|
"esm": "./esm2022/button/lucca-front-ng-button.mjs",
|
|
66
66
|
"default": "./fesm2022/lucca-front-ng-button.mjs"
|
|
67
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
|
+
},
|
|
68
74
|
"./callout": {
|
|
69
75
|
"types": "./callout/index.d.ts",
|
|
70
76
|
"esm2022": "./esm2022/callout/lucca-front-ng-callout.mjs",
|
|
@@ -77,12 +83,6 @@
|
|
|
77
83
|
"esm": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
78
84
|
"default": "./fesm2022/lucca-front-ng-core.mjs"
|
|
79
85
|
},
|
|
80
|
-
"./api": {
|
|
81
|
-
"types": "./api/index.d.ts",
|
|
82
|
-
"esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
83
|
-
"esm": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
84
|
-
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
85
|
-
},
|
|
86
86
|
"./core-select": {
|
|
87
87
|
"types": "./core-select/index.d.ts",
|
|
88
88
|
"esm2022": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
@@ -173,18 +173,18 @@
|
|
|
173
173
|
"esm": "./esm2022/number/lucca-front-ng-number.mjs",
|
|
174
174
|
"default": "./fesm2022/lucca-front-ng-number.mjs"
|
|
175
175
|
},
|
|
176
|
-
"./option": {
|
|
177
|
-
"types": "./option/index.d.ts",
|
|
178
|
-
"esm2022": "./esm2022/option/lucca-front-ng-option.mjs",
|
|
179
|
-
"esm": "./esm2022/option/lucca-front-ng-option.mjs",
|
|
180
|
-
"default": "./fesm2022/lucca-front-ng-option.mjs"
|
|
181
|
-
},
|
|
182
176
|
"./numeric-badge": {
|
|
183
177
|
"types": "./numeric-badge/index.d.ts",
|
|
184
178
|
"esm2022": "./esm2022/numeric-badge/lucca-front-ng-numeric-badge.mjs",
|
|
185
179
|
"esm": "./esm2022/numeric-badge/lucca-front-ng-numeric-badge.mjs",
|
|
186
180
|
"default": "./fesm2022/lucca-front-ng-numeric-badge.mjs"
|
|
187
181
|
},
|
|
182
|
+
"./option": {
|
|
183
|
+
"types": "./option/index.d.ts",
|
|
184
|
+
"esm2022": "./esm2022/option/lucca-front-ng-option.mjs",
|
|
185
|
+
"esm": "./esm2022/option/lucca-front-ng-option.mjs",
|
|
186
|
+
"default": "./fesm2022/lucca-front-ng-option.mjs"
|
|
187
|
+
},
|
|
188
188
|
"./picker": {
|
|
189
189
|
"types": "./picker/index.d.ts",
|
|
190
190
|
"esm2022": "./esm2022/picker/lucca-front-ng-picker.mjs",
|
|
@@ -221,30 +221,24 @@
|
|
|
221
221
|
"esm": "./esm2022/scroll/lucca-front-ng-scroll.mjs",
|
|
222
222
|
"default": "./fesm2022/lucca-front-ng-scroll.mjs"
|
|
223
223
|
},
|
|
224
|
-
"./sidepanel": {
|
|
225
|
-
"types": "./sidepanel/index.d.ts",
|
|
226
|
-
"esm2022": "./esm2022/sidepanel/lucca-front-ng-sidepanel.mjs",
|
|
227
|
-
"esm": "./esm2022/sidepanel/lucca-front-ng-sidepanel.mjs",
|
|
228
|
-
"default": "./fesm2022/lucca-front-ng-sidepanel.mjs"
|
|
229
|
-
},
|
|
230
224
|
"./select": {
|
|
231
225
|
"types": "./select/index.d.ts",
|
|
232
226
|
"esm2022": "./esm2022/select/lucca-front-ng-select.mjs",
|
|
233
227
|
"esm": "./esm2022/select/lucca-front-ng-select.mjs",
|
|
234
228
|
"default": "./fesm2022/lucca-front-ng-select.mjs"
|
|
235
229
|
},
|
|
230
|
+
"./sidepanel": {
|
|
231
|
+
"types": "./sidepanel/index.d.ts",
|
|
232
|
+
"esm2022": "./esm2022/sidepanel/lucca-front-ng-sidepanel.mjs",
|
|
233
|
+
"esm": "./esm2022/sidepanel/lucca-front-ng-sidepanel.mjs",
|
|
234
|
+
"default": "./fesm2022/lucca-front-ng-sidepanel.mjs"
|
|
235
|
+
},
|
|
236
236
|
"./simple-select": {
|
|
237
237
|
"types": "./simple-select/index.d.ts",
|
|
238
238
|
"esm2022": "./esm2022/simple-select/lucca-front-ng-simple-select.mjs",
|
|
239
239
|
"esm": "./esm2022/simple-select/lucca-front-ng-simple-select.mjs",
|
|
240
240
|
"default": "./fesm2022/lucca-front-ng-simple-select.mjs"
|
|
241
241
|
},
|
|
242
|
-
"./title": {
|
|
243
|
-
"types": "./title/index.d.ts",
|
|
244
|
-
"esm2022": "./esm2022/title/lucca-front-ng-title.mjs",
|
|
245
|
-
"esm": "./esm2022/title/lucca-front-ng-title.mjs",
|
|
246
|
-
"default": "./fesm2022/lucca-front-ng-title.mjs"
|
|
247
|
-
},
|
|
248
242
|
"./toast": {
|
|
249
243
|
"types": "./toast/index.d.ts",
|
|
250
244
|
"esm2022": "./esm2022/toast/lucca-front-ng-toast.mjs",
|
|
@@ -257,6 +251,12 @@
|
|
|
257
251
|
"esm": "./esm2022/tooltip/lucca-front-ng-tooltip.mjs",
|
|
258
252
|
"default": "./fesm2022/lucca-front-ng-tooltip.mjs"
|
|
259
253
|
},
|
|
254
|
+
"./title": {
|
|
255
|
+
"types": "./title/index.d.ts",
|
|
256
|
+
"esm2022": "./esm2022/title/lucca-front-ng-title.mjs",
|
|
257
|
+
"esm": "./esm2022/title/lucca-front-ng-title.mjs",
|
|
258
|
+
"default": "./fesm2022/lucca-front-ng-title.mjs"
|
|
259
|
+
},
|
|
260
260
|
"./user": {
|
|
261
261
|
"types": "./user/index.d.ts",
|
|
262
262
|
"esm2022": "./esm2022/user/lucca-front-ng-user.mjs",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { NgClass } from '@angular/common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NgClazz extends NgClass {
|
|
4
|
-
constructor();
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgClazz, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgClazz, "[ngClazz]", never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Directive, ElementRef, inject, IterableDiffers, KeyValueDiffers, Renderer2 } from '@angular/core';
|
|
2
|
-
import { NgClass } from '@angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
// This directive exists to temporarily resolve a conflict in how directives work, see https://github.com/angular/angular/issues/52072
|
|
5
|
-
// eslint-disable-next-line @angular-eslint/directive-class-suffix
|
|
6
|
-
export class NgClazz extends NgClass {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(inject(IterableDiffers), inject(KeyValueDiffers), inject(ElementRef), inject(Renderer2));
|
|
9
|
-
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NgClazz, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.2", type: NgClazz, isStandalone: true, selector: "[ngClazz]", usesInheritance: true, ngImport: i0 }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: NgClazz, decorators: [{
|
|
14
|
-
type: Directive,
|
|
15
|
-
args: [{
|
|
16
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
17
|
-
selector: '[ngClazz]',
|
|
18
|
-
standalone: true,
|
|
19
|
-
}]
|
|
20
|
-
}], ctorParameters: () => [] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctY2xhenouZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvY29yZS90b29scy9uZy1jbGF6ei5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLGVBQWUsRUFBRSxlQUFlLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNHLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFFMUMsc0lBQXNJO0FBTXRJLGtFQUFrRTtBQUNsRSxNQUFNLE9BQU8sT0FBUSxTQUFRLE9BQU87SUFDbkM7UUFDQyxLQUFLLENBQUMsTUFBTSxDQUFDLGVBQWUsQ0FBQyxFQUFFLE1BQU0sQ0FBQyxlQUFlLENBQUMsRUFBRSxNQUFNLENBQUMsVUFBVSxDQUFDLEVBQUUsTUFBTSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUM7SUFDaEcsQ0FBQzs4R0FIVyxPQUFPO2tHQUFQLE9BQU87OzJGQUFQLE9BQU87a0JBTm5CLFNBQVM7bUJBQUM7b0JBQ1YsOERBQThEO29CQUM5RCxRQUFRLEVBQUUsV0FBVztvQkFDckIsVUFBVSxFQUFFLElBQUk7aUJBQ2hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBpbmplY3QsIEl0ZXJhYmxlRGlmZmVycywgS2V5VmFsdWVEaWZmZXJzLCBSZW5kZXJlcjIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5nQ2xhc3MgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG4vLyBUaGlzIGRpcmVjdGl2ZSBleGlzdHMgdG8gdGVtcG9yYXJpbHkgcmVzb2x2ZSBhIGNvbmZsaWN0IGluIGhvdyBkaXJlY3RpdmVzIHdvcmssIHNlZSBodHRwczovL2dpdGh1Yi5jb20vYW5ndWxhci9hbmd1bGFyL2lzc3Vlcy81MjA3MlxuQERpcmVjdGl2ZSh7XG5cdC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvZGlyZWN0aXZlLXNlbGVjdG9yXG5cdHNlbGVjdG9yOiAnW25nQ2xhenpdJyxcblx0c3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2RpcmVjdGl2ZS1jbGFzcy1zdWZmaXhcbmV4cG9ydCBjbGFzcyBOZ0NsYXp6IGV4dGVuZHMgTmdDbGFzcyB7XG5cdGNvbnN0cnVjdG9yKCkge1xuXHRcdHN1cGVyKGluamVjdChJdGVyYWJsZURpZmZlcnMpLCBpbmplY3QoS2V5VmFsdWVEaWZmZXJzKSwgaW5qZWN0KEVsZW1lbnRSZWYpLCBpbmplY3QoUmVuZGVyZXIyKSk7XG5cdH1cbn1cbiJdfQ==
|