matcha-components 20.65.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/fesm2022/matcha-components.mjs +35 -12
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/index.d.ts +11 -9
- package/package.json +1 -1
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,7 +1654,7 @@ 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;
|
|
1655
|
-
/** Manipula
|
|
1657
|
+
/** Manipula remoção de um chip */
|
|
1656
1658
|
private _onChipRemoved;
|
|
1657
1659
|
/** Atualiza o valor baseado nos chips selecionados */
|
|
1658
1660
|
private _updateValue;
|
|
@@ -1675,7 +1677,7 @@ declare class MatchaChipListComponent implements AfterContentInit, OnDestroy, Co
|
|
|
1675
1677
|
registerOnTouched(fn: any): void;
|
|
1676
1678
|
setDisabledState(isDisabled: boolean): void;
|
|
1677
1679
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaChipListComponent, never>;
|
|
1678
|
-
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>;
|
|
1679
1681
|
}
|
|
1680
1682
|
|
|
1681
1683
|
declare class MatchaTooltipDirective implements OnDestroy {
|
|
@@ -2276,21 +2278,21 @@ declare class MatchaHighlightModule {
|
|
|
2276
2278
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaHighlightModule>;
|
|
2277
2279
|
}
|
|
2278
2280
|
|
|
2279
|
-
declare class MatchaAvatarModule {
|
|
2280
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAvatarModule, never>;
|
|
2281
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAvatarModule, [typeof MatchaAvatarComponent], [typeof i2.CommonModule], [typeof MatchaAvatarComponent]>;
|
|
2282
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAvatarModule>;
|
|
2283
|
-
}
|
|
2284
|
-
|
|
2285
2281
|
declare class MatchaChipModule {
|
|
2286
2282
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaChipModule, never>;
|
|
2287
2283
|
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaChipModule, [typeof MatchaChipComponent, typeof MatchaChipListComponent], [typeof i2.CommonModule, typeof MatchaDividerModule, typeof MatchaIconModule], [typeof MatchaChipComponent, typeof MatchaChipListComponent]>;
|
|
2288
2284
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaChipModule>;
|
|
2289
2285
|
}
|
|
2290
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
|
+
|
|
2291
2293
|
declare class MatchaComponentsModule {
|
|
2292
2294
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaComponentsModule, never>;
|
|
2293
|
-
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]>;
|
|
2294
2296
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaComponentsModule>;
|
|
2295
2297
|
}
|
|
2296
2298
|
|