matcha-components 20.44.0 → 20.45.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 +1131 -1131
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/index.d.ts +40 -40
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2318,6 +2318,39 @@ declare class MatchaHighlightModule {
|
|
|
2318
2318
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaHighlightModule>;
|
|
2319
2319
|
}
|
|
2320
2320
|
|
|
2321
|
+
declare class MatchaAvatarModule {
|
|
2322
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAvatarModule, never>;
|
|
2323
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAvatarModule, [typeof MatchaAvatarComponent], [typeof i2.CommonModule], [typeof MatchaAvatarComponent]>;
|
|
2324
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAvatarModule>;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
declare class MatchaComponentsModule {
|
|
2328
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaComponentsModule, never>;
|
|
2329
|
+
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 MatchaBadgeModule, 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 MatchaInputModule, typeof MatchaInputPhoneModule, typeof MatchaMasonryModule, typeof MatchaMenuModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaProgressBarModule, typeof MatchaRippleModule, typeof MatchaSidenavModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSnackBarModule, typeof MatchaSortHeaderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTableModule, typeof MatchaTabsModule, typeof MatchaTitleModule, typeof MatchaTooltipModule, typeof MatchaDateRangeModule, typeof MatchaTimeModule, typeof MatchaDropListModule, typeof MatchaPageLayoutModule, typeof MatchaDrawerModule, typeof MatchaHighlightModule, typeof MatchaMaskCompatibleModule], [typeof MatchaAccordionModule, typeof MatchaAutocompleteModule, typeof MatchaOptionModule, typeof MatchaPanelModule, typeof MatchaSelectModule, typeof MatchaBadgeModule, 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 MatchaInputModule, typeof MatchaInputPhoneModule, typeof MatchaMasonryModule, typeof MatchaMenuModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaProgressBarModule, typeof MatchaRippleModule, typeof MatchaSidenavModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSnackBarModule, typeof MatchaSortHeaderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTableModule, typeof MatchaTabsModule, typeof MatchaTitleModule, typeof MatchaTooltipModule, typeof MatchaDateRangeModule, typeof MatchaTimeModule, typeof MatchaDropListModule, typeof MatchaPageLayoutModule, typeof MatchaAvatarModule, typeof MatchaDrawerModule, typeof MatchaHighlightModule, typeof MatchaMaskCompatibleModule]>;
|
|
2330
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaComponentsModule>;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
declare class MatchaSkeletonModule {
|
|
2334
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSkeletonModule, never>;
|
|
2335
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSkeletonModule, [typeof MatchaSkeletonComponent], [typeof i2.CommonModule], [typeof MatchaSkeletonComponent]>;
|
|
2336
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSkeletonModule>;
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2339
|
+
/**
|
|
2340
|
+
* Módulo para o MatchaBreakpointObserver
|
|
2341
|
+
*
|
|
2342
|
+
* Este módulo fornece o serviço MatchaBreakpointObserver que pode ser usado
|
|
2343
|
+
* em qualquer parte da aplicação para observar breakpoints CSS.
|
|
2344
|
+
*
|
|
2345
|
+
* O serviço é um singleton (providedIn: 'root') e não precisa ser importado
|
|
2346
|
+
* explicitamente, mas este módulo pode ser usado para organização.
|
|
2347
|
+
*/
|
|
2348
|
+
declare class MatchaBreakpointObservableModule {
|
|
2349
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaBreakpointObservableModule, never>;
|
|
2350
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaBreakpointObservableModule, never, [typeof i2.CommonModule], never>;
|
|
2351
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaBreakpointObservableModule>;
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2321
2354
|
type CustomKeyboardEvent = KeyboardEvent;
|
|
2322
2355
|
|
|
2323
2356
|
declare class MatchaMaskDirective implements ControlValueAccessor, OnChanges, Validator {
|
|
@@ -2404,46 +2437,6 @@ declare class MatchaMaskPipe implements PipeTransform {
|
|
|
2404
2437
|
static ɵpipe: i0.ɵɵPipeDeclaration<MatchaMaskPipe, "mask", false>;
|
|
2405
2438
|
}
|
|
2406
2439
|
|
|
2407
|
-
declare const options: MatchaMaskOptions;
|
|
2408
|
-
declare class MatchaMaskModule {
|
|
2409
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaMaskModule, never>;
|
|
2410
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaMaskModule, [typeof MatchaMaskDirective, typeof MatchaMaskPipe], [typeof i2.CommonModule], [typeof MatchaMaskDirective, typeof MatchaMaskPipe]>;
|
|
2411
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaMaskModule>;
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
|
-
declare class MatchaAvatarModule {
|
|
2415
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAvatarModule, never>;
|
|
2416
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAvatarModule, [typeof MatchaAvatarComponent], [typeof i2.CommonModule], [typeof MatchaAvatarComponent]>;
|
|
2417
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAvatarModule>;
|
|
2418
|
-
}
|
|
2419
|
-
|
|
2420
|
-
declare class MatchaComponentsModule {
|
|
2421
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaComponentsModule, never>;
|
|
2422
|
-
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 MatchaBadgeModule, 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 MatchaInputModule, typeof MatchaInputPhoneModule, typeof MatchaMasonryModule, typeof MatchaMenuModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaProgressBarModule, typeof MatchaRippleModule, typeof MatchaSidenavModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSnackBarModule, typeof MatchaSortHeaderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTableModule, 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 MatchaBadgeModule, 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 MatchaInputModule, typeof MatchaInputPhoneModule, typeof MatchaMasonryModule, typeof MatchaMenuModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaProgressBarModule, typeof MatchaRippleModule, typeof MatchaSidenavModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSnackBarModule, typeof MatchaSortHeaderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTableModule, typeof MatchaTabsModule, typeof MatchaTitleModule, typeof MatchaTooltipModule, typeof MatchaDateRangeModule, typeof MatchaTimeModule, typeof MatchaDropListModule, typeof MatchaPageLayoutModule, typeof MatchaAvatarModule, typeof MatchaDrawerModule, typeof MatchaHighlightModule, typeof MatchaMaskModule]>;
|
|
2423
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaComponentsModule>;
|
|
2424
|
-
}
|
|
2425
|
-
|
|
2426
|
-
declare class MatchaSkeletonModule {
|
|
2427
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSkeletonModule, never>;
|
|
2428
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSkeletonModule, [typeof MatchaSkeletonComponent], [typeof i2.CommonModule], [typeof MatchaSkeletonComponent]>;
|
|
2429
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSkeletonModule>;
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
|
-
/**
|
|
2433
|
-
* Módulo para o MatchaBreakpointObserver
|
|
2434
|
-
*
|
|
2435
|
-
* Este módulo fornece o serviço MatchaBreakpointObserver que pode ser usado
|
|
2436
|
-
* em qualquer parte da aplicação para observar breakpoints CSS.
|
|
2437
|
-
*
|
|
2438
|
-
* O serviço é um singleton (providedIn: 'root') e não precisa ser importado
|
|
2439
|
-
* explicitamente, mas este módulo pode ser usado para organização.
|
|
2440
|
-
*/
|
|
2441
|
-
declare class MatchaBreakpointObservableModule {
|
|
2442
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaBreakpointObservableModule, never>;
|
|
2443
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaBreakpointObservableModule, never, [typeof i2.CommonModule], never>;
|
|
2444
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaBreakpointObservableModule>;
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
2440
|
declare const enum MaskExpression {
|
|
2448
2441
|
SEPARATOR = "separator",
|
|
2449
2442
|
PERCENT = "percent",
|
|
@@ -2488,6 +2481,13 @@ declare const enum MaskExpression {
|
|
|
2488
2481
|
DOUBLE_ZERO = "00"
|
|
2489
2482
|
}
|
|
2490
2483
|
|
|
2484
|
+
declare const options: MatchaMaskOptions;
|
|
2485
|
+
declare class MatchaMaskModule {
|
|
2486
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaMaskModule, never>;
|
|
2487
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaMaskModule, [typeof MatchaMaskDirective, typeof MatchaMaskPipe], [typeof i2.CommonModule], [typeof MatchaMaskDirective, typeof MatchaMaskPipe]>;
|
|
2488
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaMaskModule>;
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
2491
|
/**
|
|
2492
2492
|
* Serviço responsável pela implementação técnica do overlay e backdrop dos modais.
|
|
2493
2493
|
*
|