@arsedizioni/ars-utils 22.0.25 → 22.0.30
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.
|
@@ -310,17 +310,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.1", ngImpor
|
|
|
310
310
|
type: Injectable
|
|
311
311
|
}], ctorParameters: () => [] });
|
|
312
312
|
/**
|
|
313
|
-
* Standalone providers for the
|
|
313
|
+
* Standalone providers for the ars-utils date-fns adapter.
|
|
314
314
|
*
|
|
315
315
|
* Configures Angular Material to use {@link DateFnsAdapter} (Europe/Rome timezone)
|
|
316
316
|
* and the matching {@link MAT_DATE_FNS_FORMATS}.
|
|
317
317
|
*
|
|
318
318
|
* @example
|
|
319
319
|
* bootstrapApplication(AppComponent, {
|
|
320
|
-
* providers: [
|
|
320
|
+
* providers: [provideArsDateFns()]
|
|
321
321
|
* });
|
|
322
322
|
*/
|
|
323
|
-
function
|
|
323
|
+
function provideArsDateFns() {
|
|
324
324
|
return makeEnvironmentProviders([
|
|
325
325
|
{
|
|
326
326
|
provide: DateAdapter,
|
|
@@ -3796,5 +3796,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.1", ngImpor
|
|
|
3796
3796
|
* Generated bundle index. Do not edit.
|
|
3797
3797
|
*/
|
|
3798
3798
|
|
|
3799
|
-
export { AutoFocusDirective, BroadcastChannelManager, BroadcastService, CHANNEL_NAME, CopyClipboardDirective, DateFnsAdapter, DateFormat, DateInterval, DateIntervalChangeDirective, DeleteModel, EmailsValidatorDirective, EnvironmentService, EqualsValidatorDirective, FileInfo, FileSizeValidatorDirective, FormatHtmlPipe, FormatMarkdownPipe, FormatPipe, GroupModel, GuidValidatorDirective, IDModel, ImportModel, MAT_DATE_FNS_FORMATS, MaxTermsValidatorDirective, NotEmptyValidatorDirective, NotEqualValidatorDirective, NotFutureValidatorDirective, PasswordValidatorDirective, QueryModel, RelationModel, RemoveFocusDirective, ReplacePipe, SafeHtmlPipe, SafeUrlPipe, ScreenService, SearchCallbackPipe, SearchFilterPipe, SelectableModel, SplashService, SqlDateValidatorDirective, SystemUtils, ThemeService, TimeValidatorDirective, UpdateRelationsModel, UrlValidatorDirective, UtilsMessages, ValidIfDirective, ValidatorDirective, ValueModel,
|
|
3799
|
+
export { AutoFocusDirective, BroadcastChannelManager, BroadcastService, CHANNEL_NAME, CopyClipboardDirective, DateFnsAdapter, DateFormat, DateInterval, DateIntervalChangeDirective, DeleteModel, EmailsValidatorDirective, EnvironmentService, EqualsValidatorDirective, FileInfo, FileSizeValidatorDirective, FormatHtmlPipe, FormatMarkdownPipe, FormatPipe, GroupModel, GuidValidatorDirective, IDModel, ImportModel, MAT_DATE_FNS_FORMATS, MaxTermsValidatorDirective, NotEmptyValidatorDirective, NotEqualValidatorDirective, NotFutureValidatorDirective, PasswordValidatorDirective, QueryModel, RelationModel, RemoveFocusDirective, ReplacePipe, SafeHtmlPipe, SafeUrlPipe, ScreenService, SearchCallbackPipe, SearchFilterPipe, SelectableModel, SplashService, SqlDateValidatorDirective, SystemUtils, ThemeService, TimeValidatorDirective, UpdateRelationsModel, UrlValidatorDirective, UtilsMessages, ValidIfDirective, ValidatorDirective, ValueModel, provideArsDateFns };
|
|
3800
3800
|
//# sourceMappingURL=arsedizioni-ars-utils-core.mjs.map
|