@arsedizioni/ars-utils 22.0.25 → 22.0.31
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/package.json
CHANGED
|
@@ -1053,7 +1053,7 @@ declare class ClipperDocumentMenuComponent {
|
|
|
1053
1053
|
/** Internal counter incremented on each external selection-model change to drive signal re-evaluation. */
|
|
1054
1054
|
private readonly selectionChangeTick;
|
|
1055
1055
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1056
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1056
|
+
readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
|
|
1057
1057
|
/**
|
|
1058
1058
|
* Computed signal that returns the current effective document selection.
|
|
1059
1059
|
* Re-evaluates when any input signal or the underlying selection model changes.
|
|
@@ -13,7 +13,7 @@ declare const MAT_DATE_FNS_FORMATS: MatDateFormats;
|
|
|
13
13
|
* applying `Europe/Rome` timezone for all parsed and created dates.
|
|
14
14
|
*/
|
|
15
15
|
declare class DateFnsAdapter extends DateAdapter<Date, Locale> {
|
|
16
|
-
constructor(
|
|
16
|
+
constructor();
|
|
17
17
|
/**
|
|
18
18
|
* Returns the year component of the given date.
|
|
19
19
|
* @param date - The source date.
|
|
@@ -145,17 +145,17 @@ declare class DateFnsAdapter extends DateAdapter<Date, Locale> {
|
|
|
145
145
|
static ɵprov: i0.ɵɵInjectableDeclaration<DateFnsAdapter>;
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
|
-
* Standalone providers for the
|
|
148
|
+
* Standalone providers for the ars-utils date-fns adapter.
|
|
149
149
|
*
|
|
150
150
|
* Configures Angular Material to use {@link DateFnsAdapter} (Europe/Rome timezone)
|
|
151
151
|
* and the matching {@link MAT_DATE_FNS_FORMATS}.
|
|
152
152
|
*
|
|
153
153
|
* @example
|
|
154
154
|
* bootstrapApplication(AppComponent, {
|
|
155
|
-
* providers: [
|
|
155
|
+
* providers: [provideArsDateFns()]
|
|
156
156
|
* });
|
|
157
157
|
*/
|
|
158
|
-
declare function
|
|
158
|
+
declare function provideArsDateFns(): EnvironmentProviders;
|
|
159
159
|
|
|
160
160
|
/**
|
|
161
161
|
* Directive that moves browser focus to the host element after the first render cycle.
|
|
@@ -1710,5 +1710,5 @@ declare class ThemeService implements OnDestroy {
|
|
|
1710
1710
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
|
|
1711
1711
|
}
|
|
1712
1712
|
|
|
1713
|
-
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,
|
|
1713
|
+
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 };
|
|
1714
1714
|
export type { AddModel, AddResultModel, ApiResponse, ApiResult, BroadcastChannelMessageBag, BroadcastChannelSubscriberInfo, BroadcastMessageInfo, BroadcastMessageToastData, Checkable, DeleteResultModel, DoneResult, EnableDisableModel, ErrorInfo, File, Folder, FolderTree, INode, KeyOf, LoginResult, NameValueItem, PasswordStrength, QueryResultModel, SearchBag, SearchFilterMetadata, Searchable, SendToModel, ThemeType, UpdateModel, UpdateResultModel, Validated };
|