@cauca-911/material 21.0.2 → 21.0.3
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Injectable, ChangeDetectionStrategy, Component, input, output, signal, inject, HostListener, computed, Injector, ElementRef, Directive, forwardRef, model, TemplateRef, Optional, Self, ContentChild, ViewChild, resource, effect,
|
|
2
|
+
import { Injectable, ChangeDetectionStrategy, Component, input, output, signal, inject, HostListener, computed, Injector, ElementRef, Directive, forwardRef, model, TemplateRef, Input, Optional, Self, ContentChild, ViewChild, resource, effect, NgModule, EventEmitter, Output } from '@angular/core';
|
|
3
3
|
import * as i1 from '@ngx-translate/core';
|
|
4
4
|
import { TranslateModule, TranslatePipe, TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import * as i1$5 from '@angular/material/dialog';
|
|
@@ -2781,7 +2781,7 @@ class DropdownChipAutocompleteComponent {
|
|
|
2781
2781
|
} }, hostVars: 3, hostBindings: function DropdownChipAutocompleteComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
2782
2782
|
i0.ɵɵdomProperty("id", ctx.id);
|
|
2783
2783
|
i0.ɵɵclassProp("floating", ctx.shouldLabelFloat);
|
|
2784
|
-
} }, inputs: { listAutoComplete: [1, "listAutoComplete"], keyValue: [1, "keyValue"], displayValue: [1, "displayValue"], allowRemove: [1, "allowRemove"], ariaDescribedBy: [1, "ariaDescribedBy"], canRemoveAll: [1, "canRemoveAll"], hasOptionTemplate: [1, "hasOptionTemplate"] }, outputs: { clearAll: "clearAll" }, features: [i0.ɵɵProvidersFeature([{
|
|
2784
|
+
} }, inputs: { listAutoComplete: [1, "listAutoComplete"], keyValue: [1, "keyValue"], displayValue: [1, "displayValue"], allowRemove: [1, "allowRemove"], ariaDescribedBy: [1, "ariaDescribedBy"], canRemoveAll: [1, "canRemoveAll"], hasOptionTemplate: [1, "hasOptionTemplate"], value: "value", required: "required", disabled: "disabled", placeholder: "placeholder" }, outputs: { clearAll: "clearAll" }, features: [i0.ɵɵProvidersFeature([{
|
|
2785
2785
|
provide: MatFormFieldControl,
|
|
2786
2786
|
useExisting: DropdownChipAutocompleteComponent,
|
|
2787
2787
|
}])], decls: 16, vars: 10, consts: [["chipGrid", ""], ["chipInput", ""], ["auto", "matAutocomplete"], ["role", "group", 1, "dropdown-chip-autocomplete-container"], [3, "disabled"], ["highlighted", "", "color", "primary", 3, "disabled"], [1, "input-wrapper"], [3, "ngModelChange", "ngModel", "matAutocomplete", "matChipInputFor", "matChipInputSeparatorKeyCodes"], ["matPrefix", "", 1, "clearAll"], ["matSuffix", ""], ["panelWidth", "500px", 3, "optionSelected"], [1, "full-width-option", 3, "value"], ["highlighted", "", "color", "primary", 3, "removed", "disabled"], ["matChipRemove", ""], ["matPrefix", "", 1, "clearAll", 3, "click"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"]], template: function DropdownChipAutocompleteComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -2861,8 +2861,16 @@ class DropdownChipAutocompleteComponent {
|
|
|
2861
2861
|
type: Optional
|
|
2862
2862
|
}], parentFormGroup: [{
|
|
2863
2863
|
type: Optional
|
|
2864
|
+
}], value: [{
|
|
2865
|
+
type: Input
|
|
2866
|
+
}], required: [{
|
|
2867
|
+
type: Input
|
|
2868
|
+
}], disabled: [{
|
|
2869
|
+
type: Input
|
|
2870
|
+
}], placeholder: [{
|
|
2871
|
+
type: Input
|
|
2864
2872
|
}] }); })();
|
|
2865
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DropdownChipAutocompleteComponent, { className: "DropdownChipAutocompleteComponent", filePath: "lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.ts", lineNumber:
|
|
2873
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DropdownChipAutocompleteComponent, { className: "DropdownChipAutocompleteComponent", filePath: "lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.ts", lineNumber: 51 }); })();
|
|
2866
2874
|
|
|
2867
2875
|
class ColorPickerComponent {
|
|
2868
2876
|
static { this.nextId = 0; }
|