@arsedizioni/ars-utils 22.0.23 → 22.0.25
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/arsedizioni-ars-utils-core.mjs +5 -5
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +23 -91
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
- package/types/arsedizioni-ars-utils-core.d.ts +921 -921
- package/types/arsedizioni-ars-utils-ui.application.d.ts +9 -34
|
@@ -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 scm-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: [provideSCMDateFns()]
|
|
321
321
|
* });
|
|
322
322
|
*/
|
|
323
|
-
function
|
|
323
|
+
function provideSCMDateFns() {
|
|
324
324
|
return makeEnvironmentProviders([
|
|
325
325
|
{
|
|
326
326
|
provide: DateAdapter,
|
|
@@ -3450,7 +3450,7 @@ class BroadcastService {
|
|
|
3450
3450
|
/**
|
|
3451
3451
|
* Creates a new standalone `BroadcastChannelManager` instance bound to the shared ARS channel.
|
|
3452
3452
|
* Useful when a caller needs direct channel access outside the service.
|
|
3453
|
-
* @returns A new `BroadcastChannelManager` connected to
|
|
3453
|
+
* @returns A new `BroadcastChannelManager` connected to the shared channel.
|
|
3454
3454
|
*/
|
|
3455
3455
|
static createChannel() {
|
|
3456
3456
|
return new BroadcastChannelManager(CHANNEL_NAME);
|
|
@@ -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, provideSCMDateFns };
|
|
3800
3800
|
//# sourceMappingURL=arsedizioni-ars-utils-core.mjs.map
|