@xui/file-input 2.2.6 → 3.0.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.
- package/fesm2022/xui-file-input.mjs +3 -3
- package/package.json +18 -18
|
@@ -116,8 +116,8 @@ class XuiFileInput {
|
|
|
116
116
|
registerOnChange = this.cva.registerOnChange;
|
|
117
117
|
registerOnTouched = this.cva.registerOnTouched;
|
|
118
118
|
setDisabledState = this.cva.setDisabledState;
|
|
119
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
120
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "22.
|
|
119
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: XuiFileInput, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
120
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "22.1.4", type: XuiFileInput, isStandalone: true, selector: "xui-file-input", inputs: { class: { classPropertyName: "class", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, fill: { classPropertyName: "fill", publicName: "fill", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, buttonText: { classPropertyName: "buttonText", publicName: "buttonText", isSignal: true, isRequired: false, transformFunction: null }, accept: { classPropertyName: "accept", publicName: "accept", isSignal: true, isRequired: false, transformFunction: null }, multiple: { classPropertyName: "multiple", publicName: "multiple", isSignal: true, isRequired: false, transformFunction: null }, ariaLabel: { classPropertyName: "ariaLabel", publicName: "aria-label", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "block" }, providers: [
|
|
121
121
|
provideXValueAccessor((() => XuiFileInput)),
|
|
122
122
|
{
|
|
123
123
|
provide: XFormFieldControl,
|
|
@@ -147,7 +147,7 @@ class XuiFileInput {
|
|
|
147
147
|
</label>
|
|
148
148
|
`, isInline: true, dependencies: [{ kind: "component", type: NgIcon, selector: "ng-icon", inputs: ["name", "svg", "size", "strokeWidth", "color"] }, { kind: "directive", type: XuiIcon, selector: "ng-icon[xui]", inputs: ["class", "size", "color", "label"], exportAs: ["xuiIcon"] }], viewProviders: [provideIcons({ matUploadFileRound })], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
149
149
|
}
|
|
150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: XuiFileInput, decorators: [{
|
|
151
151
|
type: Component,
|
|
152
152
|
args: [{
|
|
153
153
|
selector: 'xui-file-input',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xui/file-input",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Modern Angular 22 UI Library based on TailwindCSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -20,7 +20,22 @@
|
|
|
20
20
|
"Rikarin"
|
|
21
21
|
],
|
|
22
22
|
"sideEffects": false,
|
|
23
|
-
"
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"@angular/cdk": "22",
|
|
25
|
+
"@angular/core": "22",
|
|
26
|
+
"@angular/forms": "22",
|
|
27
|
+
"@ng-icons/core": "35",
|
|
28
|
+
"@ng-icons/material-icons": "35",
|
|
29
|
+
"@xui/core": "3.0.0",
|
|
30
|
+
"@xui/icon": "3.0.0",
|
|
31
|
+
"class-variance-authority": "^0.7.1",
|
|
32
|
+
"clsx": "^2.1.1"
|
|
33
|
+
},
|
|
34
|
+
"publishConfig": {
|
|
35
|
+
"access": "public"
|
|
36
|
+
},
|
|
37
|
+
"module": "fesm2022/xui-file-input.mjs",
|
|
38
|
+
"typings": "types/xui-file-input.d.ts",
|
|
24
39
|
"exports": {
|
|
25
40
|
"./package.json": {
|
|
26
41
|
"default": "./package.json"
|
|
@@ -30,23 +45,8 @@
|
|
|
30
45
|
"default": "./fesm2022/xui-file-input.mjs"
|
|
31
46
|
}
|
|
32
47
|
},
|
|
33
|
-
"
|
|
34
|
-
"typings": "types/xui-file-input.d.ts",
|
|
48
|
+
"type": "module",
|
|
35
49
|
"dependencies": {
|
|
36
50
|
"tslib": "^2.3.0"
|
|
37
|
-
},
|
|
38
|
-
"peerDependencies": {
|
|
39
|
-
"@angular/cdk": "22",
|
|
40
|
-
"@angular/core": "22",
|
|
41
|
-
"@angular/forms": "22",
|
|
42
|
-
"@ng-icons/core": "34",
|
|
43
|
-
"@ng-icons/material-icons": "34",
|
|
44
|
-
"@xui/core": "2.2.6",
|
|
45
|
-
"@xui/icon": "2.2.6",
|
|
46
|
-
"class-variance-authority": "^0.7.1",
|
|
47
|
-
"clsx": "^2.1.1"
|
|
48
|
-
},
|
|
49
|
-
"publishConfig": {
|
|
50
|
-
"access": "public"
|
|
51
51
|
}
|
|
52
52
|
}
|