matcha-components 19.107.0 → 19.109.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 +49 -2
- package/fesm2022/matcha-components.mjs.map +1 -1
- package/lib/matcha-input-phone/lib/ngx-mask-applier.service.d.ts +1 -1
- package/lib/matcha-input-phone/lib/ngx-mask.directive.d.ts +5 -5
- package/lib/matcha-input-phone/lib/ngx-mask.providers.d.ts +4 -0
- package/package.json +1 -1
- package/public-api.d.ts +9 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, Output, Input, Component, ContentChildren, ElementRef, Renderer2, HostBinding, Inject, HostListener, ContentChild, Directive, forwardRef, ChangeDetectionStrategy, InjectionToken, inject, Injectable, input, output, signal, ViewChild, TemplateRef, NgModule, createComponent, Pipe } from '@angular/core';
|
|
2
|
+
import { EventEmitter, Output, Input, Component, ContentChildren, ElementRef, Renderer2, HostBinding, Inject, HostListener, ContentChild, Directive, forwardRef, ChangeDetectionStrategy, InjectionToken, inject, Injectable, input, output, signal, ViewChild, TemplateRef, NgModule, createComponent, Pipe, makeEnvironmentProviders } from '@angular/core';
|
|
3
3
|
import { animation, style, animate, trigger, transition, useAnimation, state, query, stagger, animateChild, sequence, group } from '@angular/animations';
|
|
4
4
|
import { Subscription, Subject, BehaviorSubject } from 'rxjs';
|
|
5
5
|
import { debounceTime } from 'rxjs/operators';
|
|
@@ -8504,6 +8504,53 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImpor
|
|
|
8504
8504
|
args: ['step']
|
|
8505
8505
|
}] } });
|
|
8506
8506
|
|
|
8507
|
+
/**
|
|
8508
|
+
* @internal
|
|
8509
|
+
*/
|
|
8510
|
+
function _configFactory() {
|
|
8511
|
+
const initConfig = inject(INITIAL_CONFIG);
|
|
8512
|
+
const configValue = inject(NEW_CONFIG);
|
|
8513
|
+
return configValue instanceof Function
|
|
8514
|
+
? { ...initConfig, ...configValue() }
|
|
8515
|
+
: { ...initConfig, ...configValue };
|
|
8516
|
+
}
|
|
8517
|
+
function provideNgxMask(configValue) {
|
|
8518
|
+
return [
|
|
8519
|
+
{
|
|
8520
|
+
provide: NEW_CONFIG,
|
|
8521
|
+
useValue: configValue,
|
|
8522
|
+
},
|
|
8523
|
+
{
|
|
8524
|
+
provide: INITIAL_CONFIG,
|
|
8525
|
+
useValue: initialConfig,
|
|
8526
|
+
},
|
|
8527
|
+
{
|
|
8528
|
+
provide: NGX_MASK_CONFIG,
|
|
8529
|
+
useFactory: _configFactory,
|
|
8530
|
+
},
|
|
8531
|
+
NgxMaskService,
|
|
8532
|
+
];
|
|
8533
|
+
}
|
|
8534
|
+
function provideEnvironmentNgxMask(configValue) {
|
|
8535
|
+
return makeEnvironmentProviders(provideNgxMask(configValue));
|
|
8536
|
+
}
|
|
8537
|
+
|
|
8538
|
+
const commonjsGlobal = typeof globalThis !== 'undefined'
|
|
8539
|
+
? globalThis
|
|
8540
|
+
: typeof window !== 'undefined'
|
|
8541
|
+
? window
|
|
8542
|
+
: typeof global !== 'undefined'
|
|
8543
|
+
? global
|
|
8544
|
+
: typeof self !== 'undefined'
|
|
8545
|
+
? self
|
|
8546
|
+
: {};
|
|
8547
|
+
(function () {
|
|
8548
|
+
if (!commonjsGlobal.KeyboardEvent) {
|
|
8549
|
+
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
8550
|
+
commonjsGlobal.KeyboardEvent = function (_eventType, _init) { };
|
|
8551
|
+
}
|
|
8552
|
+
})();
|
|
8553
|
+
|
|
8507
8554
|
/*
|
|
8508
8555
|
* Public API Surface of matcha-components
|
|
8509
8556
|
*/
|
|
@@ -8523,5 +8570,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImpor
|
|
|
8523
8570
|
* Generated bundle index. Do not edit.
|
|
8524
8571
|
*/
|
|
8525
8572
|
|
|
8526
|
-
export { MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaBadgeDirective, MatchaBadgeModule, MatchaButtonComponent, MatchaButtonModule, MatchaButtonToggleComponent, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardModule, MatchaCheckboxComponent, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDateComponent, MatchaDateModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDividerComponent, MatchaDividerModule, MatchaElevationDirective, MatchaElevationModule, MatchaErrorComponent, MatchaFormFieldComponent, MatchaFormFieldModule, MatchaGridComponent, MatchaGridModule, MatchaHintTextComponent, MatchaHintTextModule, MatchaIconComponent, MatchaIconModule, MatchaInfiniteScrollComponent, MatchaInfiniteScrollDataComponent, MatchaInfiniteScrollModule, MatchaInputDirective, MatchaInputModule, MatchaInputPhoneComponent, MatchaInputPhoneModule, MatchaLabelComponent, MatchaMasonryComponent, MatchaMasonryModule, MatchaMenuComponent, MatchaMenuModule, MatchaMenuTriggerForDirective, MatchaModalComponent, MatchaModalContentComponent, MatchaModalFooterComponent, MatchaModalHeaderComponent, MatchaModalModule, MatchaModalOptionsComponent, MatchaModalService, MatchaOverlayService, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaRippleDirective, MatchaRippleModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleComponent, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaSpinComponent, MatchaSpinModule, MatchaStepperComponent, MatchaStepperContentComponent, MatchaStepperControllerComponent, MatchaStepperModule, MatchaTabItemComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsComponent, MatchaTabsModule, MatchaTimeComponent, MatchaTimeModule, MatchaTitleComponent, MatchaTitleModule, MatchaToolbarButtonComponent, MatchaToolbarComponent, MatchaToolbarContentComponent, MatchaToolbarCustomButtonComponent, MatchaToolbarMainButtonComponent, MatchaToolbarModule, MatchaTooltipDirective, MatchaTooltipModule, MatchaTreeDirective, MatchaTreeModule, NextStepDirective, PrevStepDirective, StepComponent, StepContentDirective };
|
|
8573
|
+
export { INITIAL_CONFIG, MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaBadgeDirective, MatchaBadgeModule, MatchaButtonComponent, MatchaButtonModule, MatchaButtonToggleComponent, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardModule, MatchaCheckboxComponent, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDateComponent, MatchaDateModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDividerComponent, MatchaDividerModule, MatchaElevationDirective, MatchaElevationModule, MatchaErrorComponent, MatchaFormFieldComponent, MatchaFormFieldModule, MatchaGridComponent, MatchaGridModule, MatchaHintTextComponent, MatchaHintTextModule, MatchaIconComponent, MatchaIconModule, MatchaInfiniteScrollComponent, MatchaInfiniteScrollDataComponent, MatchaInfiniteScrollModule, MatchaInputDirective, MatchaInputModule, MatchaInputPhoneComponent, MatchaInputPhoneModule, MatchaLabelComponent, MatchaMasonryComponent, MatchaMasonryModule, MatchaMenuComponent, MatchaMenuModule, MatchaMenuTriggerForDirective, MatchaModalComponent, MatchaModalContentComponent, MatchaModalFooterComponent, MatchaModalHeaderComponent, MatchaModalModule, MatchaModalOptionsComponent, MatchaModalService, MatchaOverlayService, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaRippleDirective, MatchaRippleModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleComponent, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaSpinComponent, MatchaSpinModule, MatchaStepperComponent, MatchaStepperContentComponent, MatchaStepperControllerComponent, MatchaStepperModule, MatchaTabItemComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsComponent, MatchaTabsModule, MatchaTimeComponent, MatchaTimeModule, MatchaTitleComponent, MatchaTitleModule, MatchaToolbarButtonComponent, MatchaToolbarComponent, MatchaToolbarContentComponent, MatchaToolbarCustomButtonComponent, MatchaToolbarMainButtonComponent, MatchaToolbarModule, MatchaTooltipDirective, MatchaTooltipModule, MatchaTreeDirective, MatchaTreeModule, NEW_CONFIG, NGX_MASK_CONFIG, NextStepDirective, NgxMaskApplierService, NgxMaskDirective, NgxMaskModule, NgxMaskPipe, NgxMaskService, PrevStepDirective, StepComponent, StepContentDirective, initialConfig, options, provideEnvironmentNgxMask, provideNgxMask, timeMasks, withoutValidation };
|
|
8527
8574
|
//# sourceMappingURL=matcha-components.mjs.map
|