@xui/multi-select 2.2.6 → 2.3.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-multi-select.mjs +3 -3
- package/package.json +21 -21
|
@@ -144,8 +144,8 @@ class XuiMultiSelect {
|
|
|
144
144
|
registerOnChange = this.cva.registerOnChange;
|
|
145
145
|
registerOnTouched = this.cva.registerOnTouched;
|
|
146
146
|
setDisabledState = this.cva.setDisabledState;
|
|
147
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
148
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.
|
|
147
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: XuiMultiSelect, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
148
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.4", type: XuiMultiSelect, isStandalone: true, selector: "xui-multi-select", inputs: { class: { classPropertyName: "class", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, items: { classPropertyName: "items", publicName: "items", isSignal: true, isRequired: false, transformFunction: null }, itemText: { classPropertyName: "itemText", publicName: "itemText", isSignal: true, isRequired: false, transformFunction: null }, itemPredicate: { classPropertyName: "itemPredicate", publicName: "itemPredicate", isSignal: true, isRequired: false, transformFunction: null }, itemDisabled: { classPropertyName: "itemDisabled", publicName: "itemDisabled", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, noResultsText: { classPropertyName: "noResultsText", publicName: "noResultsText", isSignal: true, isRequired: false, transformFunction: null }, values: { classPropertyName: "values", publicName: "values", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { values: "valuesChange", itemAdded: "itemAdded", itemRemoved: "itemRemoved", open: "openChange" }, host: { properties: { "class": "computedClass()" } }, providers: [provideXValueAccessor((() => XuiMultiSelect))], queries: [{ propertyName: "optionTemplate", first: true, predicate: (XuiSelectOption), descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
149
149
|
<div
|
|
150
150
|
[class]="controlClass()"
|
|
151
151
|
[xuiPopover]="panel"
|
|
@@ -210,7 +210,7 @@ class XuiMultiSelect {
|
|
|
210
210
|
</ng-template>
|
|
211
211
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { 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"] }, { kind: "component", type: XuiTag, selector: "xui-tag", inputs: ["class", "color", "minimal", "large", "round", "fill", "interactive", "removable", "removeLabel", "icon"], outputs: ["removed"] }, { kind: "directive", type: i1.XuiPopover, selector: "[xuiPopover]", inputs: ["xuiPopover", "context", "interactionKind", "placement", "offset", "hoverOpenDelay", "hoverCloseDelay", "minimal", "matchTargetWidth", "bare", "disabled", "panelClass", "role", "ariaLabel", "open"], outputs: ["openChange", "opened", "closed"], exportAs: ["xuiPopover"] }], viewProviders: [provideIcons({ matCheckRound })], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
212
212
|
}
|
|
213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImport: i0, type: XuiMultiSelect, decorators: [{
|
|
214
214
|
type: Component,
|
|
215
215
|
args: [{
|
|
216
216
|
selector: 'xui-multi-select',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xui/multi-select",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "Modern Angular 22 UI Library based on TailwindCSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -20,7 +20,25 @@
|
|
|
20
20
|
"Rikarin"
|
|
21
21
|
],
|
|
22
22
|
"sideEffects": false,
|
|
23
|
-
"
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"@angular/cdk": "22",
|
|
25
|
+
"@angular/common": "22",
|
|
26
|
+
"@angular/core": "22",
|
|
27
|
+
"@angular/forms": "22",
|
|
28
|
+
"@ng-icons/core": "35",
|
|
29
|
+
"@ng-icons/material-icons": "35",
|
|
30
|
+
"@xui/core": "2.3.0",
|
|
31
|
+
"@xui/icon": "2.3.0",
|
|
32
|
+
"@xui/popover": "2.3.0",
|
|
33
|
+
"@xui/select": "2.3.0",
|
|
34
|
+
"@xui/tag": "2.3.0",
|
|
35
|
+
"clsx": "^2.1.1"
|
|
36
|
+
},
|
|
37
|
+
"publishConfig": {
|
|
38
|
+
"access": "public"
|
|
39
|
+
},
|
|
40
|
+
"module": "fesm2022/xui-multi-select.mjs",
|
|
41
|
+
"typings": "types/xui-multi-select.d.ts",
|
|
24
42
|
"exports": {
|
|
25
43
|
"./package.json": {
|
|
26
44
|
"default": "./package.json"
|
|
@@ -30,26 +48,8 @@
|
|
|
30
48
|
"default": "./fesm2022/xui-multi-select.mjs"
|
|
31
49
|
}
|
|
32
50
|
},
|
|
33
|
-
"
|
|
34
|
-
"typings": "types/xui-multi-select.d.ts",
|
|
51
|
+
"type": "module",
|
|
35
52
|
"dependencies": {
|
|
36
53
|
"tslib": "^2.3.0"
|
|
37
|
-
},
|
|
38
|
-
"peerDependencies": {
|
|
39
|
-
"@angular/cdk": "22",
|
|
40
|
-
"@angular/common": "22",
|
|
41
|
-
"@angular/core": "22",
|
|
42
|
-
"@angular/forms": "22",
|
|
43
|
-
"@ng-icons/core": "34",
|
|
44
|
-
"@ng-icons/material-icons": "34",
|
|
45
|
-
"@xui/core": "2.2.6",
|
|
46
|
-
"@xui/icon": "2.2.6",
|
|
47
|
-
"@xui/popover": "2.2.6",
|
|
48
|
-
"@xui/select": "2.2.6",
|
|
49
|
-
"@xui/tag": "2.2.6",
|
|
50
|
-
"clsx": "^2.1.1"
|
|
51
|
-
},
|
|
52
|
-
"publishConfig": {
|
|
53
|
-
"access": "public"
|
|
54
54
|
}
|
|
55
55
|
}
|