@arsedizioni/ars-utils 22.0.22 → 22.0.23
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.
|
|
@@ -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.
|
|
@@ -1251,17 +1251,6 @@ declare class SearchFilterPipe implements PipeTransform {
|
|
|
1251
1251
|
static ɵpipe: i0.ɵɵPipeDeclaration<SearchFilterPipe, "search", true>;
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
|
-
declare const Breakpoints: {
|
|
1255
|
-
XXSmall: string;
|
|
1256
|
-
XSmall: string;
|
|
1257
|
-
Small: string;
|
|
1258
|
-
SmallMedium: string;
|
|
1259
|
-
Medium: string;
|
|
1260
|
-
MediumLarge: string;
|
|
1261
|
-
Large: string;
|
|
1262
|
-
XLarge: string;
|
|
1263
|
-
};
|
|
1264
|
-
|
|
1265
1254
|
declare const UtilsMessages: {
|
|
1266
1255
|
/**
|
|
1267
1256
|
* Messages
|
|
@@ -1468,6 +1457,7 @@ declare class BroadcastChannelManager {
|
|
|
1468
1457
|
unsubscribeAll(): void;
|
|
1469
1458
|
}
|
|
1470
1459
|
|
|
1460
|
+
declare const CHANNEL_NAME = "D2693418-B18F-41BB-BAE9-41BB5407957A-CHANNEL";
|
|
1471
1461
|
/** Payload carried by every in-process broadcast message. */
|
|
1472
1462
|
interface BroadcastMessageInfo {
|
|
1473
1463
|
/** Unique identifier for the message type. */
|
|
@@ -1491,7 +1481,7 @@ declare class BroadcastService implements OnDestroy {
|
|
|
1491
1481
|
/**
|
|
1492
1482
|
* Creates a new standalone `BroadcastChannelManager` instance bound to the shared ARS channel.
|
|
1493
1483
|
* Useful when a caller needs direct channel access outside the service.
|
|
1494
|
-
* @returns A new `BroadcastChannelManager` connected to `'
|
|
1484
|
+
* @returns A new `BroadcastChannelManager` connected to `'D2693418-B18F-41BB-BAE9-41BB5407957A-CHANNEL'`.
|
|
1495
1485
|
*/
|
|
1496
1486
|
static createChannel(): BroadcastChannelManager;
|
|
1497
1487
|
ngOnDestroy(): void;
|
|
@@ -1720,5 +1710,5 @@ declare class ThemeService implements OnDestroy {
|
|
|
1720
1710
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
|
|
1721
1711
|
}
|
|
1722
1712
|
|
|
1723
|
-
export { AutoFocusDirective,
|
|
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 };
|
|
1724
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 };
|