aril 1.1.63 → 1.1.64
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.
|
@@ -28,6 +28,7 @@ export class MultiSelectComponent extends BaseInputComponent {
|
|
|
28
28
|
this.groupName = input('');
|
|
29
29
|
this.parentSelectionKey = input(null);
|
|
30
30
|
this.selectionItems = signal(null);
|
|
31
|
+
this.showClear = input(false);
|
|
31
32
|
effect(() => {
|
|
32
33
|
if (this.groupName() || this.parentSelectionKey())
|
|
33
34
|
this.getSelectionItems();
|
|
@@ -47,10 +48,10 @@ export class MultiSelectComponent extends BaseInputComponent {
|
|
|
47
48
|
})));
|
|
48
49
|
}
|
|
49
50
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i1.HttpClient }, { token: i2.TranslocoService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
50
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: MultiSelectComponent, isStandalone: true, selector: "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, optionLabel: { classPropertyName: "optionLabel", publicName: "optionLabel", isSignal: true, isRequired: false, transformFunction: null }, optionValue: { classPropertyName: "optionValue", publicName: "optionValue", isSignal: true, isRequired: false, transformFunction: null }, defaultLabel: { classPropertyName: "defaultLabel", publicName: "defaultLabel", isSignal: true, isRequired: false, transformFunction: null }, selectedItemsLabel: { classPropertyName: "selectedItemsLabel", publicName: "selectedItemsLabel", isSignal: true, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, style: { classPropertyName: "style", publicName: "style", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, tooltipPosition: { classPropertyName: "tooltipPosition", publicName: "tooltipPosition", isSignal: true, isRequired: false, transformFunction: null }, groupName: { classPropertyName: "groupName", publicName: "groupName", isSignal: true, isRequired: false, transformFunction: null }, parentSelectionKey: { classPropertyName: "parentSelectionKey", publicName: "parentSelectionKey", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, hostDirectives: [{ directive: i3.ValueAccessorDirective }], ngImport: i0, template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"
|
|
51
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: MultiSelectComponent, isStandalone: true, selector: "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, optionLabel: { classPropertyName: "optionLabel", publicName: "optionLabel", isSignal: true, isRequired: false, transformFunction: null }, optionValue: { classPropertyName: "optionValue", publicName: "optionValue", isSignal: true, isRequired: false, transformFunction: null }, defaultLabel: { classPropertyName: "defaultLabel", publicName: "defaultLabel", isSignal: true, isRequired: false, transformFunction: null }, selectedItemsLabel: { classPropertyName: "selectedItemsLabel", publicName: "selectedItemsLabel", isSignal: true, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, style: { classPropertyName: "style", publicName: "style", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, tooltipPosition: { classPropertyName: "tooltipPosition", publicName: "tooltipPosition", isSignal: true, isRequired: false, transformFunction: null }, groupName: { classPropertyName: "groupName", publicName: "groupName", isSignal: true, isRequired: false, transformFunction: null }, parentSelectionKey: { classPropertyName: "parentSelectionKey", publicName: "parentSelectionKey", isSignal: true, isRequired: false, transformFunction: null }, showClear: { classPropertyName: "showClear", publicName: "showClear", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, hostDirectives: [{ directive: i3.ValueAccessorDirective }], ngImport: i0, template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"\r\n\t[showClear]=\"showClear()\" />\r\n", dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MultiSelectModule }, { kind: "component", type: i5.MultiSelect, selector: "p-multiSelect", inputs: ["id", "ariaLabel", "style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "variant", "appendTo", "dataKey", "name", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "loading", "virtualScrollItemSize", "loadingIcon", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autofocus", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "defaultLabel", "placeholder", "options", "filterValue", "itemSize", "selectAll", "focusOnHover", "filterFields", "selectOnFocus", "autoOptionFocus"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove", "onSelectAllChange"] }] }); }
|
|
51
52
|
}
|
|
52
53
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: MultiSelectComponent, decorators: [{
|
|
53
54
|
type: Component,
|
|
54
|
-
args: [{ standalone: true, selector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]', imports: [ReactiveFormsModule, MultiSelectModule], hostDirectives: [ValueAccessorDirective], template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"
|
|
55
|
+
args: [{ standalone: true, selector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]', imports: [ReactiveFormsModule, MultiSelectModule], hostDirectives: [ValueAccessorDirective], template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"\r\n\t[showClear]=\"showClear()\" />\r\n" }]
|
|
55
56
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: i2.TranslocoService }] });
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGktc2VsZWN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FyaWwvdWkvbXVsdGlTZWxlY3Qvc3JjL211bHRpLXNlbGVjdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcmlsL3VpL211bHRpU2VsZWN0L3NyYy9tdWx0aS1zZWxlY3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUVyRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUd4RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRXRDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxhQUFhLENBQUM7Ozs7Ozs7QUFXekUsTUFBTSxPQUFPLG9CQUFxQixTQUFRLGtCQUFrQjtJQWdCM0QsWUFDUyxJQUFnQixFQUNqQixnQkFBa0M7UUFFekMsS0FBSyxFQUFFLENBQUM7UUFIQSxTQUFJLEdBQUosSUFBSSxDQUFZO1FBQ2pCLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFqQjFDLFlBQU8sR0FBRyxLQUFLLENBQUssRUFBRSxDQUFDLENBQUM7UUFDeEIsZ0JBQVcsR0FBRyxLQUFLLENBQVMsTUFBTSxDQUFDLENBQUM7UUFDcEMsZ0JBQVcsR0FBRyxLQUFLLENBQVMsS0FBSyxDQUFDLENBQUM7UUFDbkMsaUJBQVksR0FBRyxLQUFLLENBQVMsU0FBUyxDQUFDLENBQUM7UUFDeEMsdUJBQWtCLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDLENBQUMsdUNBQXVDO1FBQy9FLGFBQVEsR0FBRyxLQUFLLENBQVMsTUFBTSxDQUFDLENBQUM7UUFDakMsVUFBSyxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUMxQixlQUFVLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQy9CLFlBQU8sR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDNUIsb0JBQWUsR0FBRyxLQUFLLENBQU0sS0FBSyxDQUFDLENBQUM7UUFDcEMsY0FBUyxHQUFHLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUN0Qix1QkFBa0IsR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDakMsbUJBQWMsR0FBRyxNQUFNLENBQXlCLElBQUksQ0FBQyxDQUFDO1FBQ3RELGNBQVMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFPakMsTUFBTSxDQUFDLEdBQUcsRUFBRTtZQUNYLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLElBQUksQ0FBQyxrQkFBa0IsRUFBRTtnQkFBRSxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztRQUM3RSxDQUFDLENBQUMsQ0FBQztJQUNKLENBQUM7SUFFRCxLQUFLLENBQUMsaUJBQWlCO1FBQ3RCLE1BQU0sT0FBTyxHQUF3QjtZQUNwQyxTQUFTLEVBQUUsSUFBSSxDQUFDLFNBQVMsRUFBRTtZQUMzQixrQkFBa0IsRUFBRSxJQUFJLENBQUMsa0JBQWtCLEVBQUU7U0FDN0MsQ0FBQztRQUNGLE1BQU0sT0FBTyxHQUFHLFdBQVcsQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDLGVBQWUsRUFBRSxVQUFVLENBQUMsQ0FBQztRQUNyRSxNQUFNLGNBQWMsR0FBRyxNQUFNLGNBQWMsQ0FDMUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQW9CLE9BQU8sR0FBRyx1QkFBdUIsRUFBRSxPQUFPLENBQUMsQ0FDN0UsQ0FBQztRQUVGLElBQUksQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUN0QixjQUFjLEVBQUUsY0FBYyxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFLENBQUMsQ0FBQztZQUM3QyxHQUFHLEVBQUUsSUFBSSxDQUFDLFlBQVk7WUFDdEIsSUFBSSxFQUFFLElBQUksQ0FBQyxnQkFBZ0I7WUFDM0Isa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGtCQUFrQjtTQUMzQyxDQUFDLENBQUMsQ0FDSCxDQUFDO0lBQ0gsQ0FBQzs4R0EzQ1csb0JBQW9CO2tHQUFwQixvQkFBb0Isay9EQ3JCakMsd2hCQWNBLDJDRElXLG1CQUFtQix5VEFBRSxpQkFBaUI7OzJGQUdwQyxvQkFBb0I7a0JBUGhDLFNBQVM7aUNBQ0csSUFBSSxZQUNOLGdHQUFnRyxXQUVqRyxDQUFDLG1CQUFtQixFQUFFLGlCQUFpQixDQUFDLGtCQUNqQyxDQUFDLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSHR0cENsaWVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcclxuaW1wb3J0IHsgQ29tcG9uZW50LCBlZmZlY3QsIGlucHV0LCBzaWduYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuXHJcbmltcG9ydCB7IE11bHRpU2VsZWN0TW9kdWxlIH0gZnJvbSAncHJpbWVuZy9tdWx0aXNlbGVjdCc7XHJcblxyXG5pbXBvcnQgeyBUcmFuc2xvY29TZXJ2aWNlIH0gZnJvbSAnQG5nbmVhdC90cmFuc2xvY28nO1xyXG5pbXBvcnQgeyBmaXJzdFZhbHVlRnJvbSB9IGZyb20gJ3J4anMnO1xyXG5cclxuaW1wb3J0IHsgQVBJX0NPTkZJR1MgfSBmcm9tICdhcmlsL2Jvb3QvY29uZmlnL2FwaSc7XHJcbmltcG9ydCB7IEJhc2VJbnB1dENvbXBvbmVudCwgVmFsdWVBY2Nlc3NvckRpcmVjdGl2ZSB9IGZyb20gJ2FyaWwvdWkvbGliJztcclxuXHJcbmltcG9ydCB7IFNlbGVjdEJveEl0ZW0sIFNlbGVjdGlvbkdyb3VwRFRPLCBTZWxlY3Rpb25SZXF1ZXN0RFRPIH0gZnJvbSAnLi9pbnRlcmZhY2VzJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHN0YW5kYWxvbmU6IHRydWUsXHJcblx0c2VsZWN0b3I6ICdhcmlsLW11bHRpLXNlbGVjdFtuZ01vZGVsXSwgYXJpbC1tdWx0aS1zZWxlY3RbZm9ybUNvbnRyb2xdLCBhcmlsLW11bHRpLXNlbGVjdFtmb3JtQ29udHJvbE5hbWVdJyxcclxuXHR0ZW1wbGF0ZVVybDogJy4vbXVsdGktc2VsZWN0LmNvbXBvbmVudC5odG1sJyxcclxuXHRpbXBvcnRzOiBbUmVhY3RpdmVGb3Jtc01vZHVsZSwgTXVsdGlTZWxlY3RNb2R1bGVdLFxyXG5cdGhvc3REaXJlY3RpdmVzOiBbVmFsdWVBY2Nlc3NvckRpcmVjdGl2ZV1cclxufSlcclxuZXhwb3J0IGNsYXNzIE11bHRpU2VsZWN0Q29tcG9uZW50IGV4dGVuZHMgQmFzZUlucHV0Q29tcG9uZW50IHtcclxuXHRvcHRpb25zID0gaW5wdXQ8W10+KFtdKTtcclxuXHRvcHRpb25MYWJlbCA9IGlucHV0PHN0cmluZz4oJ3RleHQnKTtcclxuXHRvcHRpb25WYWx1ZSA9IGlucHV0PHN0cmluZz4oJ2tleScpO1xyXG5cdGRlZmF1bHRMYWJlbCA9IGlucHV0PHN0cmluZz4oJ1Nlw6dpbml6Jyk7XHJcblx0c2VsZWN0ZWRJdGVtc0xhYmVsID0gaW5wdXQ8c3RyaW5nPignJyk7IC8vIGRlZmF1bHQgdmFsdWUgLT4gKHswfSBpdGVtcyBzZWxlY3RlZFxyXG5cdGFwcGVuZFRvID0gaW5wdXQ8c3RyaW5nPignYm9keScpO1xyXG5cdHN0eWxlID0gaW5wdXQ8b2JqZWN0Pih7fSk7XHJcblx0c3R5bGVDbGFzcyA9IGlucHV0PHN0cmluZz4oJycpO1xyXG5cdHRvb2x0aXAgPSBpbnB1dDxzdHJpbmc+KCcnKTtcclxuXHR0b29sdGlwUG9zaXRpb24gPSBpbnB1dDxhbnk+KCd0b3AnKTtcclxuXHRncm91cE5hbWUgPSBpbnB1dCgnJyk7XHJcblx0cGFyZW50U2VsZWN0aW9uS2V5ID0gaW5wdXQobnVsbCk7XHJcblx0c2VsZWN0aW9uSXRlbXMgPSBzaWduYWw8U2VsZWN0Qm94SXRlbVtdIHwgbnVsbD4obnVsbCk7XHJcblx0c2hvd0NsZWFyID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xyXG5cclxuXHRjb25zdHJ1Y3RvcihcclxuXHRcdHByaXZhdGUgaHR0cDogSHR0cENsaWVudCxcclxuXHRcdHB1YmxpYyB0cmFuc2xvY29TZXJ2aWNlOiBUcmFuc2xvY29TZXJ2aWNlXHJcblx0KSB7XHJcblx0XHRzdXBlcigpO1xyXG5cdFx0ZWZmZWN0KCgpID0+IHtcclxuXHRcdFx0aWYgKHRoaXMuZ3JvdXBOYW1lKCkgfHwgdGhpcy5wYXJlbnRTZWxlY3Rpb25LZXkoKSkgdGhpcy5nZXRTZWxlY3Rpb25JdGVtcygpO1xyXG5cdFx0fSk7XHJcblx0fVxyXG5cclxuXHRhc3luYyBnZXRTZWxlY3Rpb25JdGVtcygpIHtcclxuXHRcdGNvbnN0IHBheWxvYWQ6IFNlbGVjdGlvblJlcXVlc3REVE8gPSB7XHJcblx0XHRcdGdyb3VwTmFtZTogdGhpcy5ncm91cE5hbWUoKSxcclxuXHRcdFx0cGFyZW50U2VsZWN0aW9uS2V5OiB0aGlzLnBhcmVudFNlbGVjdGlvbktleSgpXHJcblx0XHR9O1xyXG5cdFx0Y29uc3QgaG9zdEFwaSA9IEFQSV9DT05GSUdTLmFwaS5yZXBsYWNlKC9cXC9bXlxcL10rXFwvdjEkLywgYC9ob3N0L3YxYCk7XHJcblx0XHRjb25zdCBzZWxlY3Rpb25Hcm91cCA9IGF3YWl0IGZpcnN0VmFsdWVGcm9tKFxyXG5cdFx0XHR0aGlzLmh0dHAucG9zdDxTZWxlY3Rpb25Hcm91cERUTz4oaG9zdEFwaSArICcvc2VsZWN0aW9uLWdyb3VwL2xvYWQnLCBwYXlsb2FkKVxyXG5cdFx0KTtcclxuXHJcblx0XHR0aGlzLnNlbGVjdGlvbkl0ZW1zLnNldChcclxuXHRcdFx0c2VsZWN0aW9uR3JvdXA/LnNlbGVjdGlvbkl0ZW1zLm1hcCgoaXRlbSkgPT4gKHtcclxuXHRcdFx0XHRrZXk6IGl0ZW0uc2VsZWN0aW9uS2V5LFxyXG5cdFx0XHRcdHRleHQ6IGl0ZW0uc2VsZWN0aW9uRGlzcGxheSxcclxuXHRcdFx0XHRwYXJlbnRTZWxlY3Rpb25LZXk6IGl0ZW0ucGFyZW50U2VsZWN0aW9uS2V5XHJcblx0XHRcdH0pKVxyXG5cdFx0KTtcclxuXHR9XHJcbn1cclxuIiwiPHAtbXVsdGlTZWxlY3RcclxuXHRbb3B0aW9uc109XCJzZWxlY3Rpb25JdGVtcygpIHx8IG9wdGlvbnMoKVwiXHJcblx0W29wdGlvbkxhYmVsXT1cIm9wdGlvbkxhYmVsKClcIlxyXG5cdFtvcHRpb25WYWx1ZV09XCJvcHRpb25WYWx1ZSgpXCJcclxuXHRbZGVmYXVsdExhYmVsXT1cImRlZmF1bHRMYWJlbCgpXCJcclxuXHRbc2VsZWN0ZWRJdGVtc0xhYmVsXT1cInNlbGVjdGVkSXRlbXNMYWJlbCgpXCJcclxuXHRbc3R5bGVdPVwic3R5bGUoKVwiXHJcblx0W3N0eWxlQ2xhc3NdPVwic3R5bGVDbGFzcygpXCJcclxuXHRbdG9vbHRpcF09XCJ0b29sdGlwKClcIlxyXG5cdFt0b29sdGlwUG9zaXRpb25dPVwidG9vbHRpcFBvc2l0aW9uKClcIlxyXG5cdFtmb3JtQ29udHJvbF09XCJuZ0NvbnRyb2wuY29udHJvbFwiXHJcblx0KG5nTW9kZWxDaGFuZ2UpPVwibmdDb250cm9sLnZpZXdUb01vZGVsVXBkYXRlKCRldmVudClcIlxyXG5cdFthcHBlbmRUb109XCJhcHBlbmRUbygpXCJcclxuXHRbc2hvd0NsZWFyXT1cInNob3dDbGVhcigpXCIgLz5cclxuIl19
|
|
@@ -29,6 +29,7 @@ class MultiSelectComponent extends BaseInputComponent {
|
|
|
29
29
|
this.groupName = input('');
|
|
30
30
|
this.parentSelectionKey = input(null);
|
|
31
31
|
this.selectionItems = signal(null);
|
|
32
|
+
this.showClear = input(false);
|
|
32
33
|
effect(() => {
|
|
33
34
|
if (this.groupName() || this.parentSelectionKey())
|
|
34
35
|
this.getSelectionItems();
|
|
@@ -48,11 +49,11 @@ class MultiSelectComponent extends BaseInputComponent {
|
|
|
48
49
|
})));
|
|
49
50
|
}
|
|
50
51
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i1.HttpClient }, { token: i2.TranslocoService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
51
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: MultiSelectComponent, isStandalone: true, selector: "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, optionLabel: { classPropertyName: "optionLabel", publicName: "optionLabel", isSignal: true, isRequired: false, transformFunction: null }, optionValue: { classPropertyName: "optionValue", publicName: "optionValue", isSignal: true, isRequired: false, transformFunction: null }, defaultLabel: { classPropertyName: "defaultLabel", publicName: "defaultLabel", isSignal: true, isRequired: false, transformFunction: null }, selectedItemsLabel: { classPropertyName: "selectedItemsLabel", publicName: "selectedItemsLabel", isSignal: true, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, style: { classPropertyName: "style", publicName: "style", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, tooltipPosition: { classPropertyName: "tooltipPosition", publicName: "tooltipPosition", isSignal: true, isRequired: false, transformFunction: null }, groupName: { classPropertyName: "groupName", publicName: "groupName", isSignal: true, isRequired: false, transformFunction: null }, parentSelectionKey: { classPropertyName: "parentSelectionKey", publicName: "parentSelectionKey", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, hostDirectives: [{ directive: i3.ValueAccessorDirective }], ngImport: i0, template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"
|
|
52
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: MultiSelectComponent, isStandalone: true, selector: "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, optionLabel: { classPropertyName: "optionLabel", publicName: "optionLabel", isSignal: true, isRequired: false, transformFunction: null }, optionValue: { classPropertyName: "optionValue", publicName: "optionValue", isSignal: true, isRequired: false, transformFunction: null }, defaultLabel: { classPropertyName: "defaultLabel", publicName: "defaultLabel", isSignal: true, isRequired: false, transformFunction: null }, selectedItemsLabel: { classPropertyName: "selectedItemsLabel", publicName: "selectedItemsLabel", isSignal: true, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, style: { classPropertyName: "style", publicName: "style", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, tooltipPosition: { classPropertyName: "tooltipPosition", publicName: "tooltipPosition", isSignal: true, isRequired: false, transformFunction: null }, groupName: { classPropertyName: "groupName", publicName: "groupName", isSignal: true, isRequired: false, transformFunction: null }, parentSelectionKey: { classPropertyName: "parentSelectionKey", publicName: "parentSelectionKey", isSignal: true, isRequired: false, transformFunction: null }, showClear: { classPropertyName: "showClear", publicName: "showClear", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, hostDirectives: [{ directive: i3.ValueAccessorDirective }], ngImport: i0, template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"\r\n\t[showClear]=\"showClear()\" />\r\n", dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MultiSelectModule }, { kind: "component", type: i5.MultiSelect, selector: "p-multiSelect", inputs: ["id", "ariaLabel", "style", "styleClass", "panelStyle", "panelStyleClass", "inputId", "disabled", "readonly", "group", "filter", "filterPlaceHolder", "filterLocale", "overlayVisible", "tabindex", "variant", "appendTo", "dataKey", "name", "ariaLabelledBy", "displaySelectedLabel", "maxSelectedLabels", "selectionLimit", "selectedItemsLabel", "showToggleAll", "emptyFilterMessage", "emptyMessage", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "showHeader", "filterBy", "scrollHeight", "lazy", "virtualScroll", "loading", "virtualScrollItemSize", "loadingIcon", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "display", "autocomplete", "showClear", "autofocus", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "defaultLabel", "placeholder", "options", "filterValue", "itemSize", "selectAll", "focusOnHover", "filterFields", "selectOnFocus", "autoOptionFocus"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onClear", "onPanelShow", "onPanelHide", "onLazyLoad", "onRemove", "onSelectAllChange"] }] }); }
|
|
52
53
|
}
|
|
53
54
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: MultiSelectComponent, decorators: [{
|
|
54
55
|
type: Component,
|
|
55
|
-
args: [{ standalone: true, selector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]', imports: [ReactiveFormsModule, MultiSelectModule], hostDirectives: [ValueAccessorDirective], template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"
|
|
56
|
+
args: [{ standalone: true, selector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]', imports: [ReactiveFormsModule, MultiSelectModule], hostDirectives: [ValueAccessorDirective], template: "<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"\r\n\t[showClear]=\"showClear()\" />\r\n" }]
|
|
56
57
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: i2.TranslocoService }] });
|
|
57
58
|
|
|
58
59
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aril-ui-multiSelect.mjs","sources":["../../projects/aril/ui/multiSelect/src/multi-select.component.ts","../../projects/aril/ui/multiSelect/src/multi-select.component.html","../../projects/aril/ui/multiSelect/aril-ui-multiSelect.ts"],"sourcesContent":["import { HttpClient } from '@angular/common/http';\r\nimport { Component, effect, input, signal } from '@angular/core';\r\nimport { ReactiveFormsModule } from '@angular/forms';\r\n\r\nimport { MultiSelectModule } from 'primeng/multiselect';\r\n\r\nimport { TranslocoService } from '@ngneat/transloco';\r\nimport { firstValueFrom } from 'rxjs';\r\n\r\nimport { API_CONFIGS } from 'aril/boot/config/api';\r\nimport { BaseInputComponent, ValueAccessorDirective } from 'aril/ui/lib';\r\n\r\nimport { SelectBoxItem, SelectionGroupDTO, SelectionRequestDTO } from './interfaces';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\tselector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]',\r\n\ttemplateUrl: './multi-select.component.html',\r\n\timports: [ReactiveFormsModule, MultiSelectModule],\r\n\thostDirectives: [ValueAccessorDirective]\r\n})\r\nexport class MultiSelectComponent extends BaseInputComponent {\r\n\toptions = input<[]>([]);\r\n\toptionLabel = input<string>('text');\r\n\toptionValue = input<string>('key');\r\n\tdefaultLabel = input<string>('Seçiniz');\r\n\tselectedItemsLabel = input<string>(''); // default value -> ({0} items selected\r\n\tappendTo = input<string>('body');\r\n\tstyle = input<object>({});\r\n\tstyleClass = input<string>('');\r\n\ttooltip = input<string>('');\r\n\ttooltipPosition = input<any>('top');\r\n\tgroupName = input('');\r\n\tparentSelectionKey = input(null);\r\n\tselectionItems = signal<SelectBoxItem[] | null>(null);\r\n\r\n\tconstructor(\r\n\t\tprivate http: HttpClient,\r\n\t\tpublic translocoService: TranslocoService\r\n\t) {\r\n\t\tsuper();\r\n\t\teffect(() => {\r\n\t\t\tif (this.groupName() || this.parentSelectionKey()) this.getSelectionItems();\r\n\t\t});\r\n\t}\r\n\r\n\tasync getSelectionItems() {\r\n\t\tconst payload: SelectionRequestDTO = {\r\n\t\t\tgroupName: this.groupName(),\r\n\t\t\tparentSelectionKey: this.parentSelectionKey()\r\n\t\t};\r\n\t\tconst hostApi = API_CONFIGS.api.replace(/\\/[^\\/]+\\/v1$/, `/host/v1`);\r\n\t\tconst selectionGroup = await firstValueFrom(\r\n\t\t\tthis.http.post<SelectionGroupDTO>(hostApi + '/selection-group/load', payload)\r\n\t\t);\r\n\r\n\t\tthis.selectionItems.set(\r\n\t\t\tselectionGroup?.selectionItems.map((item) => ({\r\n\t\t\t\tkey: item.selectionKey,\r\n\t\t\t\ttext: item.selectionDisplay,\r\n\t\t\t\tparentSelectionKey: item.parentSelectionKey\r\n\t\t\t}))\r\n\t\t);\r\n\t}\r\n}\r\n","<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"
|
|
1
|
+
{"version":3,"file":"aril-ui-multiSelect.mjs","sources":["../../projects/aril/ui/multiSelect/src/multi-select.component.ts","../../projects/aril/ui/multiSelect/src/multi-select.component.html","../../projects/aril/ui/multiSelect/aril-ui-multiSelect.ts"],"sourcesContent":["import { HttpClient } from '@angular/common/http';\r\nimport { Component, effect, input, signal } from '@angular/core';\r\nimport { ReactiveFormsModule } from '@angular/forms';\r\n\r\nimport { MultiSelectModule } from 'primeng/multiselect';\r\n\r\nimport { TranslocoService } from '@ngneat/transloco';\r\nimport { firstValueFrom } from 'rxjs';\r\n\r\nimport { API_CONFIGS } from 'aril/boot/config/api';\r\nimport { BaseInputComponent, ValueAccessorDirective } from 'aril/ui/lib';\r\n\r\nimport { SelectBoxItem, SelectionGroupDTO, SelectionRequestDTO } from './interfaces';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\tselector: 'aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]',\r\n\ttemplateUrl: './multi-select.component.html',\r\n\timports: [ReactiveFormsModule, MultiSelectModule],\r\n\thostDirectives: [ValueAccessorDirective]\r\n})\r\nexport class MultiSelectComponent extends BaseInputComponent {\r\n\toptions = input<[]>([]);\r\n\toptionLabel = input<string>('text');\r\n\toptionValue = input<string>('key');\r\n\tdefaultLabel = input<string>('Seçiniz');\r\n\tselectedItemsLabel = input<string>(''); // default value -> ({0} items selected\r\n\tappendTo = input<string>('body');\r\n\tstyle = input<object>({});\r\n\tstyleClass = input<string>('');\r\n\ttooltip = input<string>('');\r\n\ttooltipPosition = input<any>('top');\r\n\tgroupName = input('');\r\n\tparentSelectionKey = input(null);\r\n\tselectionItems = signal<SelectBoxItem[] | null>(null);\r\n\tshowClear = input<boolean>(false);\r\n\r\n\tconstructor(\r\n\t\tprivate http: HttpClient,\r\n\t\tpublic translocoService: TranslocoService\r\n\t) {\r\n\t\tsuper();\r\n\t\teffect(() => {\r\n\t\t\tif (this.groupName() || this.parentSelectionKey()) this.getSelectionItems();\r\n\t\t});\r\n\t}\r\n\r\n\tasync getSelectionItems() {\r\n\t\tconst payload: SelectionRequestDTO = {\r\n\t\t\tgroupName: this.groupName(),\r\n\t\t\tparentSelectionKey: this.parentSelectionKey()\r\n\t\t};\r\n\t\tconst hostApi = API_CONFIGS.api.replace(/\\/[^\\/]+\\/v1$/, `/host/v1`);\r\n\t\tconst selectionGroup = await firstValueFrom(\r\n\t\t\tthis.http.post<SelectionGroupDTO>(hostApi + '/selection-group/load', payload)\r\n\t\t);\r\n\r\n\t\tthis.selectionItems.set(\r\n\t\t\tselectionGroup?.selectionItems.map((item) => ({\r\n\t\t\t\tkey: item.selectionKey,\r\n\t\t\t\ttext: item.selectionDisplay,\r\n\t\t\t\tparentSelectionKey: item.parentSelectionKey\r\n\t\t\t}))\r\n\t\t);\r\n\t}\r\n}\r\n","<p-multiSelect\r\n\t[options]=\"selectionItems() || options()\"\r\n\t[optionLabel]=\"optionLabel()\"\r\n\t[optionValue]=\"optionValue()\"\r\n\t[defaultLabel]=\"defaultLabel()\"\r\n\t[selectedItemsLabel]=\"selectedItemsLabel()\"\r\n\t[style]=\"style()\"\r\n\t[styleClass]=\"styleClass()\"\r\n\t[tooltip]=\"tooltip()\"\r\n\t[tooltipPosition]=\"tooltipPosition()\"\r\n\t[formControl]=\"ngControl.control\"\r\n\t(ngModelChange)=\"ngControl.viewToModelUpdate($event)\"\r\n\t[appendTo]=\"appendTo()\"\r\n\t[showClear]=\"showClear()\" />\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aril",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.64",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "~17.1.0",
|
|
6
6
|
"@angular/common": "^17.1.0",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"esm": "./esm2022/boot/aril-boot.mjs",
|
|
52
52
|
"default": "./fesm2022/aril-boot.mjs"
|
|
53
53
|
},
|
|
54
|
-
"./http": {
|
|
55
|
-
"types": "./http/index.d.ts",
|
|
56
|
-
"esm2022": "./esm2022/http/aril-http.mjs",
|
|
57
|
-
"esm": "./esm2022/http/aril-http.mjs",
|
|
58
|
-
"default": "./fesm2022/aril-http.mjs"
|
|
59
|
-
},
|
|
60
54
|
"./i18n": {
|
|
61
55
|
"types": "./i18n/index.d.ts",
|
|
62
56
|
"esm2022": "./esm2022/i18n/aril-i18n.mjs",
|
|
63
57
|
"esm": "./esm2022/i18n/aril-i18n.mjs",
|
|
64
58
|
"default": "./fesm2022/aril-i18n.mjs"
|
|
65
59
|
},
|
|
60
|
+
"./http": {
|
|
61
|
+
"types": "./http/index.d.ts",
|
|
62
|
+
"esm2022": "./esm2022/http/aril-http.mjs",
|
|
63
|
+
"esm": "./esm2022/http/aril-http.mjs",
|
|
64
|
+
"default": "./fesm2022/aril-http.mjs"
|
|
65
|
+
},
|
|
66
66
|
"./keycloak": {
|
|
67
67
|
"types": "./keycloak/index.d.ts",
|
|
68
68
|
"esm2022": "./esm2022/keycloak/aril-keycloak.mjs",
|
|
@@ -129,18 +129,18 @@
|
|
|
129
129
|
"esm": "./esm2022/ui/badge/aril-ui-badge.mjs",
|
|
130
130
|
"default": "./fesm2022/aril-ui-badge.mjs"
|
|
131
131
|
},
|
|
132
|
-
"./ui/button": {
|
|
133
|
-
"types": "./ui/button/index.d.ts",
|
|
134
|
-
"esm2022": "./esm2022/ui/button/aril-ui-button.mjs",
|
|
135
|
-
"esm": "./esm2022/ui/button/aril-ui-button.mjs",
|
|
136
|
-
"default": "./fesm2022/aril-ui-button.mjs"
|
|
137
|
-
},
|
|
138
132
|
"./ui/calendar": {
|
|
139
133
|
"types": "./ui/calendar/index.d.ts",
|
|
140
134
|
"esm2022": "./esm2022/ui/calendar/aril-ui-calendar.mjs",
|
|
141
135
|
"esm": "./esm2022/ui/calendar/aril-ui-calendar.mjs",
|
|
142
136
|
"default": "./fesm2022/aril-ui-calendar.mjs"
|
|
143
137
|
},
|
|
138
|
+
"./ui/button": {
|
|
139
|
+
"types": "./ui/button/index.d.ts",
|
|
140
|
+
"esm2022": "./esm2022/ui/button/aril-ui-button.mjs",
|
|
141
|
+
"esm": "./esm2022/ui/button/aril-ui-button.mjs",
|
|
142
|
+
"default": "./fesm2022/aril-ui-button.mjs"
|
|
143
|
+
},
|
|
144
144
|
"./ui/charts": {
|
|
145
145
|
"types": "./ui/charts/index.d.ts",
|
|
146
146
|
"esm2022": "./esm2022/ui/charts/aril-ui-charts.mjs",
|
|
@@ -201,12 +201,6 @@
|
|
|
201
201
|
"esm": "./esm2022/ui/form/aril-ui-form.mjs",
|
|
202
202
|
"default": "./fesm2022/aril-ui-form.mjs"
|
|
203
203
|
},
|
|
204
|
-
"./ui/json-diff-comparison": {
|
|
205
|
-
"types": "./ui/json-diff-comparison/index.d.ts",
|
|
206
|
-
"esm2022": "./esm2022/ui/json-diff-comparison/aril-ui-json-diff-comparison.mjs",
|
|
207
|
-
"esm": "./esm2022/ui/json-diff-comparison/aril-ui-json-diff-comparison.mjs",
|
|
208
|
-
"default": "./fesm2022/aril-ui-json-diff-comparison.mjs"
|
|
209
|
-
},
|
|
210
204
|
"./ui/img-viewer": {
|
|
211
205
|
"types": "./ui/img-viewer/index.d.ts",
|
|
212
206
|
"esm2022": "./esm2022/ui/img-viewer/aril-ui-img-viewer.mjs",
|
|
@@ -225,29 +219,35 @@
|
|
|
225
219
|
"esm": "./esm2022/ui/loader/aril-ui-loader.mjs",
|
|
226
220
|
"default": "./fesm2022/aril-ui-loader.mjs"
|
|
227
221
|
},
|
|
222
|
+
"./ui/json-diff-comparison": {
|
|
223
|
+
"types": "./ui/json-diff-comparison/index.d.ts",
|
|
224
|
+
"esm2022": "./esm2022/ui/json-diff-comparison/aril-ui-json-diff-comparison.mjs",
|
|
225
|
+
"esm": "./esm2022/ui/json-diff-comparison/aril-ui-json-diff-comparison.mjs",
|
|
226
|
+
"default": "./fesm2022/aril-ui-json-diff-comparison.mjs"
|
|
227
|
+
},
|
|
228
228
|
"./ui/mask": {
|
|
229
229
|
"types": "./ui/mask/index.d.ts",
|
|
230
230
|
"esm2022": "./esm2022/ui/mask/aril-ui-mask.mjs",
|
|
231
231
|
"esm": "./esm2022/ui/mask/aril-ui-mask.mjs",
|
|
232
232
|
"default": "./fesm2022/aril-ui-mask.mjs"
|
|
233
233
|
},
|
|
234
|
-
"./ui/number": {
|
|
235
|
-
"types": "./ui/number/index.d.ts",
|
|
236
|
-
"esm2022": "./esm2022/ui/number/aril-ui-number.mjs",
|
|
237
|
-
"esm": "./esm2022/ui/number/aril-ui-number.mjs",
|
|
238
|
-
"default": "./fesm2022/aril-ui-number.mjs"
|
|
239
|
-
},
|
|
240
234
|
"./ui/multiSelect": {
|
|
241
235
|
"types": "./ui/multiSelect/index.d.ts",
|
|
242
236
|
"esm2022": "./esm2022/ui/multiSelect/aril-ui-multiSelect.mjs",
|
|
243
237
|
"esm": "./esm2022/ui/multiSelect/aril-ui-multiSelect.mjs",
|
|
244
238
|
"default": "./fesm2022/aril-ui-multiSelect.mjs"
|
|
245
239
|
},
|
|
246
|
-
"./ui/
|
|
247
|
-
"types": "./ui/
|
|
248
|
-
"esm2022": "./esm2022/ui/
|
|
249
|
-
"esm": "./esm2022/ui/
|
|
250
|
-
"default": "./fesm2022/aril-ui-
|
|
240
|
+
"./ui/number": {
|
|
241
|
+
"types": "./ui/number/index.d.ts",
|
|
242
|
+
"esm2022": "./esm2022/ui/number/aril-ui-number.mjs",
|
|
243
|
+
"esm": "./esm2022/ui/number/aril-ui-number.mjs",
|
|
244
|
+
"default": "./fesm2022/aril-ui-number.mjs"
|
|
245
|
+
},
|
|
246
|
+
"./ui/panel": {
|
|
247
|
+
"types": "./ui/panel/index.d.ts",
|
|
248
|
+
"esm2022": "./esm2022/ui/panel/aril-ui-panel.mjs",
|
|
249
|
+
"esm": "./esm2022/ui/panel/aril-ui-panel.mjs",
|
|
250
|
+
"default": "./fesm2022/aril-ui-panel.mjs"
|
|
251
251
|
},
|
|
252
252
|
"./ui/operation-types-dialog": {
|
|
253
253
|
"types": "./ui/operation-types-dialog/index.d.ts",
|
|
@@ -255,11 +255,11 @@
|
|
|
255
255
|
"esm": "./esm2022/ui/operation-types-dialog/aril-ui-operation-types-dialog.mjs",
|
|
256
256
|
"default": "./fesm2022/aril-ui-operation-types-dialog.mjs"
|
|
257
257
|
},
|
|
258
|
-
"./ui/
|
|
259
|
-
"types": "./ui/
|
|
260
|
-
"esm2022": "./esm2022/ui/
|
|
261
|
-
"esm": "./esm2022/ui/
|
|
262
|
-
"default": "./fesm2022/aril-ui-
|
|
258
|
+
"./ui/overlayPanel": {
|
|
259
|
+
"types": "./ui/overlayPanel/index.d.ts",
|
|
260
|
+
"esm2022": "./esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs",
|
|
261
|
+
"esm": "./esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs",
|
|
262
|
+
"default": "./fesm2022/aril-ui-overlayPanel.mjs"
|
|
263
263
|
},
|
|
264
264
|
"./ui/password": {
|
|
265
265
|
"types": "./ui/password/index.d.ts",
|
|
@@ -273,18 +273,18 @@
|
|
|
273
273
|
"esm": "./esm2022/ui/pdf-viewer/aril-ui-pdf-viewer.mjs",
|
|
274
274
|
"default": "./fesm2022/aril-ui-pdf-viewer.mjs"
|
|
275
275
|
},
|
|
276
|
-
"./ui/progressbar": {
|
|
277
|
-
"types": "./ui/progressbar/index.d.ts",
|
|
278
|
-
"esm2022": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
|
|
279
|
-
"esm": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
|
|
280
|
-
"default": "./fesm2022/aril-ui-progressbar.mjs"
|
|
281
|
-
},
|
|
282
276
|
"./ui/radioButton": {
|
|
283
277
|
"types": "./ui/radioButton/index.d.ts",
|
|
284
278
|
"esm2022": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
285
279
|
"esm": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
286
280
|
"default": "./fesm2022/aril-ui-radioButton.mjs"
|
|
287
281
|
},
|
|
282
|
+
"./ui/progressbar": {
|
|
283
|
+
"types": "./ui/progressbar/index.d.ts",
|
|
284
|
+
"esm2022": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
|
|
285
|
+
"esm": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
|
|
286
|
+
"default": "./fesm2022/aril-ui-progressbar.mjs"
|
|
287
|
+
},
|
|
288
288
|
"./ui/relativeDateSelector": {
|
|
289
289
|
"types": "./ui/relativeDateSelector/index.d.ts",
|
|
290
290
|
"esm2022": "./esm2022/ui/relativeDateSelector/aril-ui-relativeDateSelector.mjs",
|
|
@@ -363,24 +363,30 @@
|
|
|
363
363
|
"esm": "./esm2022/ui/tree/aril-ui-tree.mjs",
|
|
364
364
|
"default": "./fesm2022/aril-ui-tree.mjs"
|
|
365
365
|
},
|
|
366
|
-
"./ui/treeSelect": {
|
|
367
|
-
"types": "./ui/treeSelect/index.d.ts",
|
|
368
|
-
"esm2022": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
|
|
369
|
-
"esm": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
|
|
370
|
-
"default": "./fesm2022/aril-ui-treeSelect.mjs"
|
|
371
|
-
},
|
|
372
366
|
"./ui/treeTable": {
|
|
373
367
|
"types": "./ui/treeTable/index.d.ts",
|
|
374
368
|
"esm2022": "./esm2022/ui/treeTable/aril-ui-treeTable.mjs",
|
|
375
369
|
"esm": "./esm2022/ui/treeTable/aril-ui-treeTable.mjs",
|
|
376
370
|
"default": "./fesm2022/aril-ui-treeTable.mjs"
|
|
377
371
|
},
|
|
372
|
+
"./ui/treeSelect": {
|
|
373
|
+
"types": "./ui/treeSelect/index.d.ts",
|
|
374
|
+
"esm2022": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
|
|
375
|
+
"esm": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
|
|
376
|
+
"default": "./fesm2022/aril-ui-treeSelect.mjs"
|
|
377
|
+
},
|
|
378
378
|
"./ui/value": {
|
|
379
379
|
"types": "./ui/value/index.d.ts",
|
|
380
380
|
"esm2022": "./esm2022/ui/value/aril-ui-value.mjs",
|
|
381
381
|
"esm": "./esm2022/ui/value/aril-ui-value.mjs",
|
|
382
382
|
"default": "./fesm2022/aril-ui-value.mjs"
|
|
383
383
|
},
|
|
384
|
+
"./ui-business/detailed-overlay-panel": {
|
|
385
|
+
"types": "./ui-business/detailed-overlay-panel/index.d.ts",
|
|
386
|
+
"esm2022": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
|
|
387
|
+
"esm": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
|
|
388
|
+
"default": "./fesm2022/aril-ui-business-detailed-overlay-panel.mjs"
|
|
389
|
+
},
|
|
384
390
|
"./ui-business/assetPicker": {
|
|
385
391
|
"types": "./ui-business/assetPicker/index.d.ts",
|
|
386
392
|
"esm2022": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
|
|
@@ -393,12 +399,6 @@
|
|
|
393
399
|
"esm": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
|
|
394
400
|
"default": "./fesm2022/aril-ui-business-enumPicker.mjs"
|
|
395
401
|
},
|
|
396
|
-
"./ui-business/detailed-overlay-panel": {
|
|
397
|
-
"types": "./ui-business/detailed-overlay-panel/index.d.ts",
|
|
398
|
-
"esm2022": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
|
|
399
|
-
"esm": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
|
|
400
|
-
"default": "./fesm2022/aril-ui-business-detailed-overlay-panel.mjs"
|
|
401
|
-
},
|
|
402
402
|
"./ui-business/image-viewer": {
|
|
403
403
|
"types": "./ui-business/image-viewer/index.d.ts",
|
|
404
404
|
"esm2022": "./esm2022/ui-business/image-viewer/aril-ui-business-image-viewer.mjs",
|
|
@@ -411,18 +411,6 @@
|
|
|
411
411
|
"esm": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
|
|
412
412
|
"default": "./fesm2022/aril-ui-business-multiple-ref-value.mjs"
|
|
413
413
|
},
|
|
414
|
-
"./ui-business/ref-value": {
|
|
415
|
-
"types": "./ui-business/ref-value/index.d.ts",
|
|
416
|
-
"esm2022": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
417
|
-
"esm": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
418
|
-
"default": "./fesm2022/aril-ui-business-ref-value.mjs"
|
|
419
|
-
},
|
|
420
|
-
"./ui-business/rolePicker": {
|
|
421
|
-
"types": "./ui-business/rolePicker/index.d.ts",
|
|
422
|
-
"esm2022": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
423
|
-
"esm": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
424
|
-
"default": "./fesm2022/aril-ui-business-rolePicker.mjs"
|
|
425
|
-
},
|
|
426
414
|
"./ui-business/operation-types-dialog": {
|
|
427
415
|
"types": "./ui-business/operation-types-dialog/index.d.ts",
|
|
428
416
|
"esm2022": "./esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs",
|
|
@@ -435,6 +423,18 @@
|
|
|
435
423
|
"esm": "./esm2022/ui-business/notification-templates-dialog/aril-ui-business-notification-templates-dialog.mjs",
|
|
436
424
|
"default": "./fesm2022/aril-ui-business-notification-templates-dialog.mjs"
|
|
437
425
|
},
|
|
426
|
+
"./ui-business/rolePicker": {
|
|
427
|
+
"types": "./ui-business/rolePicker/index.d.ts",
|
|
428
|
+
"esm2022": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
429
|
+
"esm": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
430
|
+
"default": "./fesm2022/aril-ui-business-rolePicker.mjs"
|
|
431
|
+
},
|
|
432
|
+
"./ui-business/ref-value": {
|
|
433
|
+
"types": "./ui-business/ref-value/index.d.ts",
|
|
434
|
+
"esm2022": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
435
|
+
"esm": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
436
|
+
"default": "./fesm2022/aril-ui-business-ref-value.mjs"
|
|
437
|
+
},
|
|
438
438
|
"./ui-business/userPicker": {
|
|
439
439
|
"types": "./ui-business/userPicker/index.d.ts",
|
|
440
440
|
"esm2022": "./esm2022/ui-business/userPicker/aril-ui-business-userPicker.mjs",
|
|
@@ -447,30 +447,30 @@
|
|
|
447
447
|
"esm": "./esm2022/util/block/aril-util-block.mjs",
|
|
448
448
|
"default": "./fesm2022/aril-util-block.mjs"
|
|
449
449
|
},
|
|
450
|
-
"./util/custom_pages": {
|
|
451
|
-
"types": "./util/custom_pages/index.d.ts",
|
|
452
|
-
"esm2022": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
|
|
453
|
-
"esm": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
|
|
454
|
-
"default": "./fesm2022/aril-util-custom_pages.mjs"
|
|
455
|
-
},
|
|
456
450
|
"./util/init-event": {
|
|
457
451
|
"types": "./util/init-event/index.d.ts",
|
|
458
452
|
"esm2022": "./esm2022/util/init-event/aril-util-init-event.mjs",
|
|
459
453
|
"esm": "./esm2022/util/init-event/aril-util-init-event.mjs",
|
|
460
454
|
"default": "./fesm2022/aril-util-init-event.mjs"
|
|
461
455
|
},
|
|
462
|
-
"./util/loaders": {
|
|
463
|
-
"types": "./util/loaders/index.d.ts",
|
|
464
|
-
"esm2022": "./esm2022/util/loaders/aril-util-loaders.mjs",
|
|
465
|
-
"esm": "./esm2022/util/loaders/aril-util-loaders.mjs",
|
|
466
|
-
"default": "./fesm2022/aril-util-loaders.mjs"
|
|
467
|
-
},
|
|
468
456
|
"./util/lib": {
|
|
469
457
|
"types": "./util/lib/index.d.ts",
|
|
470
458
|
"esm2022": "./esm2022/util/lib/aril-util-lib.mjs",
|
|
471
459
|
"esm": "./esm2022/util/lib/aril-util-lib.mjs",
|
|
472
460
|
"default": "./fesm2022/aril-util-lib.mjs"
|
|
473
461
|
},
|
|
462
|
+
"./util/custom_pages": {
|
|
463
|
+
"types": "./util/custom_pages/index.d.ts",
|
|
464
|
+
"esm2022": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
|
|
465
|
+
"esm": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
|
|
466
|
+
"default": "./fesm2022/aril-util-custom_pages.mjs"
|
|
467
|
+
},
|
|
468
|
+
"./util/loaders": {
|
|
469
|
+
"types": "./util/loaders/index.d.ts",
|
|
470
|
+
"esm2022": "./esm2022/util/loaders/aril-util-loaders.mjs",
|
|
471
|
+
"esm": "./esm2022/util/loaders/aril-util-loaders.mjs",
|
|
472
|
+
"default": "./fesm2022/aril-util-loaders.mjs"
|
|
473
|
+
},
|
|
474
474
|
"./util/pipes": {
|
|
475
475
|
"types": "./util/pipes/index.d.ts",
|
|
476
476
|
"esm2022": "./esm2022/util/pipes/aril-util-pipes.mjs",
|
|
@@ -489,6 +489,12 @@
|
|
|
489
489
|
"esm": "./esm2022/util/sync-active-tab-route/aril-util-sync-active-tab-route.mjs",
|
|
490
490
|
"default": "./fesm2022/aril-util-sync-active-tab-route.mjs"
|
|
491
491
|
},
|
|
492
|
+
"./util/unwrap": {
|
|
493
|
+
"types": "./util/unwrap/index.d.ts",
|
|
494
|
+
"esm2022": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
495
|
+
"esm": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
496
|
+
"default": "./fesm2022/aril-util-unwrap.mjs"
|
|
497
|
+
},
|
|
492
498
|
"./util/pub-sub": {
|
|
493
499
|
"types": "./util/pub-sub/index.d.ts",
|
|
494
500
|
"esm2022": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
|
|
@@ -501,12 +507,6 @@
|
|
|
501
507
|
"esm": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
|
|
502
508
|
"default": "./fesm2022/aril-boot-config-api.mjs"
|
|
503
509
|
},
|
|
504
|
-
"./util/unwrap": {
|
|
505
|
-
"types": "./util/unwrap/index.d.ts",
|
|
506
|
-
"esm2022": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
507
|
-
"esm": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
508
|
-
"default": "./fesm2022/aril-util-unwrap.mjs"
|
|
509
|
-
},
|
|
510
510
|
"./boot/config/apps": {
|
|
511
511
|
"types": "./boot/config/apps/index.d.ts",
|
|
512
512
|
"esm2022": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
@@ -20,8 +20,9 @@ export declare class MultiSelectComponent extends BaseInputComponent {
|
|
|
20
20
|
groupName: import("@angular/core").InputSignal<string, string>;
|
|
21
21
|
parentSelectionKey: import("@angular/core").InputSignal<null, null>;
|
|
22
22
|
selectionItems: import("@angular/core").WritableSignal<SelectBoxItem[] | null>;
|
|
23
|
+
showClear: import("@angular/core").InputSignal<boolean, boolean>;
|
|
23
24
|
constructor(http: HttpClient, translocoService: TranslocoService);
|
|
24
25
|
getSelectionItems(): Promise<void>;
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "optionLabel": { "alias": "optionLabel"; "required": false; "isSignal": true; }; "optionValue": { "alias": "optionValue"; "required": false; "isSignal": true; }; "defaultLabel": { "alias": "defaultLabel"; "required": false; "isSignal": true; }; "selectedItemsLabel": { "alias": "selectedItemsLabel"; "required": false; "isSignal": true; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "style": { "alias": "style"; "required": false; "isSignal": true; }; "styleClass": { "alias": "styleClass"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "groupName": { "alias": "groupName"; "required": false; "isSignal": true; }; "parentSelectionKey": { "alias": "parentSelectionKey"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.ValueAccessorDirective; inputs: {}; outputs: {}; }]>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "aril-multi-select[ngModel], aril-multi-select[formControl], aril-multi-select[formControlName]", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "optionLabel": { "alias": "optionLabel"; "required": false; "isSignal": true; }; "optionValue": { "alias": "optionValue"; "required": false; "isSignal": true; }; "defaultLabel": { "alias": "defaultLabel"; "required": false; "isSignal": true; }; "selectedItemsLabel": { "alias": "selectedItemsLabel"; "required": false; "isSignal": true; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "style": { "alias": "style"; "required": false; "isSignal": true; }; "styleClass": { "alias": "styleClass"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; "isSignal": true; }; "groupName": { "alias": "groupName"; "required": false; "isSignal": true; }; "parentSelectionKey": { "alias": "parentSelectionKey"; "required": false; "isSignal": true; }; "showClear": { "alias": "showClear"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.ValueAccessorDirective; inputs: {}; outputs: {}; }]>;
|
|
27
28
|
}
|