matcha-components 20.66.0 → 20.67.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/index.d.ts
CHANGED
|
@@ -1634,6 +1634,8 @@ declare class MatchaChipListComponent implements AfterContentInit, OnDestroy, Co
|
|
|
1634
1634
|
orientation: 'horizontal' | 'vertical';
|
|
1635
1635
|
/** Evento emitido quando a seleção muda */
|
|
1636
1636
|
change: EventEmitter<any>;
|
|
1637
|
+
/** Evento emitido quando um chip é removido */
|
|
1638
|
+
removed: EventEmitter<MatchaChipComponent>;
|
|
1637
1639
|
chips: QueryList<MatchaChipComponent>;
|
|
1638
1640
|
chipListClass: boolean;
|
|
1639
1641
|
get isDisabled(): boolean;
|
|
@@ -1652,6 +1654,8 @@ declare class MatchaChipListComponent implements AfterContentInit, OnDestroy, Co
|
|
|
1652
1654
|
private _cleanupChipSubscriptions;
|
|
1653
1655
|
/** Manipula mudança de seleção de um chip */
|
|
1654
1656
|
private _onChipSelectionChange;
|
|
1657
|
+
/** Manipula remoção de um chip */
|
|
1658
|
+
private _onChipRemoved;
|
|
1655
1659
|
/** Atualiza o valor baseado nos chips selecionados */
|
|
1656
1660
|
private _updateValue;
|
|
1657
1661
|
/** Atualiza o estado de seleção dos chips baseado no valor */
|
|
@@ -1673,7 +1677,7 @@ declare class MatchaChipListComponent implements AfterContentInit, OnDestroy, Co
|
|
|
1673
1677
|
registerOnTouched(fn: any): void;
|
|
1674
1678
|
setDisabledState(isDisabled: boolean): void;
|
|
1675
1679
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaChipListComponent, never>;
|
|
1676
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaChipListComponent, "matcha-chip-list", never, { "multiple": { "alias": "multiple"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "change": "change"; }, ["chips"], ["*"], false, never>;
|
|
1680
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaChipListComponent, "matcha-chip-list", never, { "multiple": { "alias": "multiple"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "change": "change"; "removed": "removed"; }, ["chips"], ["*"], false, never>;
|
|
1677
1681
|
}
|
|
1678
1682
|
|
|
1679
1683
|
declare class MatchaTooltipDirective implements OnDestroy {
|
|
@@ -2274,21 +2278,21 @@ declare class MatchaHighlightModule {
|
|
|
2274
2278
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaHighlightModule>;
|
|
2275
2279
|
}
|
|
2276
2280
|
|
|
2277
|
-
declare class MatchaAvatarModule {
|
|
2278
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAvatarModule, never>;
|
|
2279
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAvatarModule, [typeof MatchaAvatarComponent], [typeof i2.CommonModule], [typeof MatchaAvatarComponent]>;
|
|
2280
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAvatarModule>;
|
|
2281
|
-
}
|
|
2282
|
-
|
|
2283
2281
|
declare class MatchaChipModule {
|
|
2284
2282
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaChipModule, never>;
|
|
2285
2283
|
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaChipModule, [typeof MatchaChipComponent, typeof MatchaChipListComponent], [typeof i2.CommonModule, typeof MatchaDividerModule, typeof MatchaIconModule], [typeof MatchaChipComponent, typeof MatchaChipListComponent]>;
|
|
2286
2284
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaChipModule>;
|
|
2287
2285
|
}
|
|
2288
2286
|
|
|
2287
|
+
declare class MatchaAvatarModule {
|
|
2288
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAvatarModule, never>;
|
|
2289
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAvatarModule, [typeof MatchaAvatarComponent], [typeof i2.CommonModule], [typeof MatchaAvatarComponent]>;
|
|
2290
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAvatarModule>;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2289
2293
|
declare class MatchaComponentsModule {
|
|
2290
2294
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaComponentsModule, never>;
|
|
2291
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaComponentsModule, [typeof MatchaOverflowDraggableComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof MatchaAccordionModule, typeof MatchaAutocompleteModule, typeof MatchaOptionModule, typeof MatchaPanelModule, typeof MatchaSelectModule, typeof MatchaButtonModule, typeof MatchaButtonToggleModule, typeof MatchaCardModule, typeof MatchaCheckboxModule, typeof MatchaRadioModule, typeof MatchaDividerModule, typeof MatchaElevationModule, typeof MatchaFormFieldModule, typeof MatchaHintTextModule, typeof MatchaIconModule, typeof MatchaInfiniteScrollModule, typeof MatchaLazyloadModule, typeof MatchaInputPhoneModule, typeof MatchaMasonryModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaRippleModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTabsModule, typeof MatchaTitleModule, typeof MatchaTooltipModule, typeof MatchaDateRangeModule, typeof MatchaTimeModule, typeof MatchaDropListModule, typeof MatchaPageLayoutModule, typeof MatchaDrawerModule, typeof MatchaHighlightModule, typeof MatchaMaskModule], [typeof MatchaAccordionModule, typeof MatchaAutocompleteModule, typeof MatchaOptionModule, typeof MatchaPanelModule, typeof MatchaSelectModule, typeof MatchaButtonModule, typeof MatchaButtonToggleModule, typeof MatchaCardModule, typeof MatchaCheckboxModule, typeof MatchaRadioModule, typeof MatchaDividerModule, typeof MatchaElevationModule, typeof MatchaFormFieldModule, typeof MatchaHintTextModule, typeof MatchaIconModule, typeof MatchaInfiniteScrollModule, typeof MatchaLazyloadModule, typeof MatchaInputPhoneModule, typeof MatchaMasonryModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaRippleModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTabsModule, typeof MatchaTitleModule, typeof MatchaTooltipModule, typeof MatchaDateRangeModule, typeof MatchaTimeModule, typeof MatchaDropListModule, typeof MatchaPageLayoutModule, typeof MatchaAvatarModule, typeof MatchaDrawerModule, typeof MatchaHighlightModule, typeof MatchaMaskModule, typeof MatchaChipModule]>;
|
|
2295
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaComponentsModule, [typeof MatchaOverflowDraggableComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof MatchaAccordionModule, typeof MatchaAutocompleteModule, typeof MatchaOptionModule, typeof MatchaPanelModule, typeof MatchaSelectModule, typeof MatchaButtonModule, typeof MatchaButtonToggleModule, typeof MatchaCardModule, typeof MatchaCheckboxModule, typeof MatchaRadioModule, typeof MatchaDividerModule, typeof MatchaElevationModule, typeof MatchaFormFieldModule, typeof MatchaHintTextModule, typeof MatchaIconModule, typeof MatchaInfiniteScrollModule, typeof MatchaLazyloadModule, typeof MatchaInputPhoneModule, typeof MatchaMasonryModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaRippleModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTabsModule, typeof MatchaTitleModule, typeof MatchaTooltipModule, typeof MatchaDateRangeModule, typeof MatchaTimeModule, typeof MatchaDropListModule, typeof MatchaPageLayoutModule, typeof MatchaDrawerModule, typeof MatchaHighlightModule, typeof MatchaMaskModule, typeof MatchaChipModule], [typeof MatchaAccordionModule, typeof MatchaAutocompleteModule, typeof MatchaOptionModule, typeof MatchaPanelModule, typeof MatchaSelectModule, typeof MatchaButtonModule, typeof MatchaButtonToggleModule, typeof MatchaCardModule, typeof MatchaCheckboxModule, typeof MatchaRadioModule, typeof MatchaDividerModule, typeof MatchaElevationModule, typeof MatchaFormFieldModule, typeof MatchaHintTextModule, typeof MatchaIconModule, typeof MatchaInfiniteScrollModule, typeof MatchaLazyloadModule, typeof MatchaInputPhoneModule, typeof MatchaMasonryModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaRippleModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTabsModule, typeof MatchaTitleModule, typeof MatchaTooltipModule, typeof MatchaDateRangeModule, typeof MatchaTimeModule, typeof MatchaDropListModule, typeof MatchaPageLayoutModule, typeof MatchaAvatarModule, typeof MatchaDrawerModule, typeof MatchaHighlightModule, typeof MatchaMaskModule, typeof MatchaChipModule]>;
|
|
2292
2296
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaComponentsModule>;
|
|
2293
2297
|
}
|
|
2294
2298
|
|