@arsedizioni/ars-utils 21.2.359 → 21.2.361
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-clipper.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +65 -63
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +143 -133
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-help.mjs +13 -13
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +7 -7
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +6 -6
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +7 -7
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +64 -64
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +202 -104
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +10 -10
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +12 -7
- package/types/arsedizioni-ars-utils-ui.application.d.ts +1 -1
- package/types/arsedizioni-ars-utils-ui.d.ts +24 -4
|
@@ -22,11 +22,11 @@ var LoginOAuthType;
|
|
|
22
22
|
})(LoginOAuthType || (LoginOAuthType = {}));
|
|
23
23
|
|
|
24
24
|
class ArsUIOAuthModule {
|
|
25
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
26
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
27
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
25
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: ArsUIOAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
26
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.15", ngImport: i0, type: ArsUIOAuthModule }); }
|
|
27
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: ArsUIOAuthModule }); }
|
|
28
28
|
}
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: ArsUIOAuthModule, decorators: [{
|
|
30
30
|
type: NgModule
|
|
31
31
|
}] });
|
|
32
32
|
|
|
@@ -181,8 +181,8 @@ class LoginOAuthComponent {
|
|
|
181
181
|
// Use wrapper click to prevent Illegal invocation exception
|
|
182
182
|
googleButtonWrapper.click();
|
|
183
183
|
}
|
|
184
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
185
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
184
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: LoginOAuthComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
185
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: LoginOAuthComponent, isStandalone: true, selector: "login-oauth", inputs: { showInfo: { classPropertyName: "showInfo", publicName: "showInfo", isSignal: true, isRequired: false, transformFunction: null }, applicationName: { classPropertyName: "applicationName", publicName: "applicationName", isSignal: true, isRequired: false, transformFunction: null }, autoInitialize: { classPropertyName: "autoInitialize", publicName: "autoInitialize", isSignal: true, isRequired: false, transformFunction: null }, allowMicrosoft: { classPropertyName: "allowMicrosoft", publicName: "allowMicrosoft", isSignal: true, isRequired: false, transformFunction: null }, allowGoogle: { classPropertyName: "allowGoogle", publicName: "allowGoogle", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { success: "success" }, providers: [
|
|
186
186
|
{
|
|
187
187
|
provide: MSAL_INSTANCE,
|
|
188
188
|
deps: [EnvironmentService],
|
|
@@ -201,7 +201,7 @@ class LoginOAuthComponent {
|
|
|
201
201
|
MsalBroadcastService
|
|
202
202
|
], ngImport: i0, template: "<div class=\"login-oauth\">\r\n @if(showInfo()) {\r\n <div class=\"message\">\r\n <p>Questa sezione consente di accedere al servizio utilizzando un provider OAuth2.</p>\r\n @if(applicationName()) {\r\n <p>La email utilizzata deve essere collegata ad un utente valido di {{applicationName()}} e dei servizi ad esso\r\n connessi.</p>\r\n }\r\n </div>\r\n }\r\n @if (allowMicrosoft()) {\r\n <div class=\"button\">\r\n <button mat-flat-button (click)=\"loginMSAL()\" aria-label=\"Effettua accesso\"\r\n [disabled]=\"!oauthMicrosoftReady()\" style=\"width: 100%;\">\r\n Accedi con Microsoft</button>\r\n </div>\r\n }\r\n @if (allowGoogle()) {\r\n <div class=\"button\">\r\n <button mat-flat-button (click)=\"loginGoogle()\" style=\"width: 100%;\"\r\n aria-label=\"Effettua accesso\" [disabled]=\"!oauthGoogleReady()\">\r\n Accedi con Google</button>\r\n </div>\r\n }\r\n</div>\r\n", styles: [".login-oauth{text-align:center}.login-oauth .button{padding:10px 0;width:100%}.login-oauth .message{padding:0 0 10px!important;font-size:small}\n"], dependencies: [{ kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
203
203
|
}
|
|
204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: LoginOAuthComponent, decorators: [{
|
|
205
205
|
type: Component,
|
|
206
206
|
args: [{ selector: 'login-oauth', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
207
207
|
{
|
|
@@ -256,10 +256,10 @@ class LoginOAuthOkMSComponent {
|
|
|
256
256
|
// it back to the opener window via BroadcastChannel, then close the popup.
|
|
257
257
|
broadcastResponseToMainFrame();
|
|
258
258
|
}
|
|
259
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
260
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.
|
|
259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: LoginOAuthOkMSComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
260
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.15", type: LoginOAuthOkMSComponent, isStandalone: true, selector: "app-login-oauth-ok-ms", inputs: { message: { classPropertyName: "message", publicName: "message", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div fxLayout=\"column\" fxLayoutAlign=\"center center\" fxFill>\r\n <div class=\"login-auto fade-in\">\r\n <div class=\"message\">\r\n Autenticazione in corso...\r\n </div>\r\n <mat-progress-bar mode=\"indeterminate\" color=\"primary\"></mat-progress-bar>\r\n </div>\r\n</div>\r\n", styles: [".login-auto{padding:20px 0}.login-auto .message{font-size:large;font-weight:700;color:var(--ars-color-primary);max-width:300px;text-align:center;width:100%;padding:40px 0}\n"], dependencies: [{ kind: "ngmodule", type: FlexModule }, { kind: "directive", type: i1$1.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i1$1.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "directive", type: i1$1.FlexFillDirective, selector: "[fxFill], [fxFlexFill]" }, { kind: "ngmodule", type: MatProgressBarModule }, { kind: "component", type: i2.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
261
261
|
}
|
|
262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: LoginOAuthOkMSComponent, decorators: [{
|
|
263
263
|
type: Component,
|
|
264
264
|
args: [{ selector: 'app-login-oauth-ok-ms', changeDetection: ChangeDetectionStrategy.OnPush, imports: [FlexModule, MatProgressBarModule], template: "<div fxLayout=\"column\" fxLayoutAlign=\"center center\" fxFill>\r\n <div class=\"login-auto fade-in\">\r\n <div class=\"message\">\r\n Autenticazione in corso...\r\n </div>\r\n <mat-progress-bar mode=\"indeterminate\" color=\"primary\"></mat-progress-bar>\r\n </div>\r\n</div>\r\n", styles: [".login-auto{padding:20px 0}.login-auto .message{font-size:large;font-weight:700;color:var(--ars-color-primary);max-width:300px;text-align:center;width:100%;padding:40px 0}\n"] }]
|
|
265
265
|
}], ctorParameters: () => [], propDecorators: { message: [{ type: i0.Input, args: [{ isSignal: true, alias: "message", required: false }] }] } });
|
package/package.json
CHANGED
|
@@ -868,13 +868,18 @@ declare class ClipperDocumentComponent extends ClipperDocumentManager {
|
|
|
868
868
|
*/
|
|
869
869
|
private applyIframeUrl;
|
|
870
870
|
/**
|
|
871
|
-
*
|
|
872
|
-
*
|
|
871
|
+
* Navigates the iframe to the given URL, always pushing a new entry into its
|
|
872
|
+
* session history — even when the URL is identical to the current one.
|
|
873
873
|
*
|
|
874
|
-
*
|
|
875
|
-
*
|
|
876
|
-
*
|
|
877
|
-
*
|
|
874
|
+
* We use `location.assign` instead of setting `src` directly so that:
|
|
875
|
+
* - the navigation is guaranteed to happen across browsers (assigning the same
|
|
876
|
+
* string to `src` is a no-op in some engines);
|
|
877
|
+
* - a new history entry is added, keeping the iframe's Back stack independent
|
|
878
|
+
* from the parent window's history. Otherwise, repeated Back presses would
|
|
879
|
+
* eventually fall through to the host page and close the dialog.
|
|
880
|
+
*
|
|
881
|
+
* If the iframe is cross-origin and `contentWindow.location` access throws,
|
|
882
|
+
* we fall back to a plain `src` assignment.
|
|
878
883
|
*
|
|
879
884
|
* @param el - The iframe element to update.
|
|
880
885
|
* @param url - The URL to navigate to.
|
|
@@ -1048,7 +1053,7 @@ declare class ClipperDocumentMenuComponent {
|
|
|
1048
1053
|
/** Internal counter incremented on each external selection-model change to drive signal re-evaluation. */
|
|
1049
1054
|
private readonly selectionChangeTick;
|
|
1050
1055
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1051
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1056
|
+
readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
|
|
1052
1057
|
/**
|
|
1053
1058
|
* Computed signal that returns the current effective document selection.
|
|
1054
1059
|
* Re-evaluates when any input signal or the underlying selection model changes.
|
|
@@ -1032,7 +1032,7 @@ declare class ChipsSelectorComponent implements OnDestroy, ControlValueAccessor
|
|
|
1032
1032
|
/** When `true`, at least one item must remain selected. */
|
|
1033
1033
|
readonly mustSelect: _angular_core.InputSignal<boolean>;
|
|
1034
1034
|
/** Layout mode: `'collapsed'` forces dropdown mode, `'dynamic'` collapses based on `collapseAt`. */
|
|
1035
|
-
readonly mode: _angular_core.InputSignal<"
|
|
1035
|
+
readonly mode: _angular_core.InputSignal<"dynamic" | "collapsed">;
|
|
1036
1036
|
/** When `true`, chips are stacked vertically instead of wrapping horizontally. */
|
|
1037
1037
|
readonly stacked: _angular_core.InputSignal<boolean>;
|
|
1038
1038
|
/** Chips below this index receive extra padding to align with other UI elements. */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { ElementRef, TemplateRef, Signal, Renderer2 } from '@angular/core';
|
|
2
|
+
import { ElementRef, TemplateRef, InjectionToken, Signal, Renderer2 } from '@angular/core';
|
|
3
3
|
import * as i1 from '@arsedizioni/ars-utils/core';
|
|
4
4
|
import { PasswordStrength } from '@arsedizioni/ars-utils/core';
|
|
5
5
|
import { MatPaginatorIntl } from '@angular/material/paginator';
|
|
@@ -400,7 +400,7 @@ declare class BusyDialogComponent {
|
|
|
400
400
|
/** Current progress value (0–100). Used when `progressMode` is `'determinate'`. */
|
|
401
401
|
readonly progress: _angular_core.WritableSignal<number>;
|
|
402
402
|
/** Progress mode passed to the Material progress components. */
|
|
403
|
-
readonly progressMode: _angular_core.WritableSignal<"
|
|
403
|
+
readonly progressMode: _angular_core.WritableSignal<"indeterminate" | "determinate">;
|
|
404
404
|
/** Message displayed above the progress indicator. */
|
|
405
405
|
readonly message: _angular_core.WritableSignal<string>;
|
|
406
406
|
/**
|
|
@@ -640,9 +640,23 @@ declare class IfBpDirective {
|
|
|
640
640
|
* They share the same media query string so CDK deduplicates them internally.
|
|
641
641
|
*/
|
|
642
642
|
|
|
643
|
+
declare const BS5_BREAKPOINTS: Record<string, string>;
|
|
644
|
+
/** InjectionToken — override to customise or extend breakpoints */
|
|
645
|
+
declare const LAYOUT_BREAKPOINTS: InjectionToken<Record<string, string>>;
|
|
643
646
|
/** Ordered canonical aliases, smallest → largest (used for mobile-first cascade) */
|
|
644
647
|
declare const CANONICAL_ALIASES: readonly ["xs", "sm", "md", "lg", "xl", "xxl"];
|
|
645
648
|
type BreakpointAlias = typeof CANONICAL_ALIASES[number];
|
|
649
|
+
/**
|
|
650
|
+
* All non-canonical alias families.
|
|
651
|
+
* Used by ResponsiveBaseDirective.resolveNonCanonical() to handle lt-* / gt-* / *-up / *-down
|
|
652
|
+
* inputs without polluting the mobile-first cascade logic.
|
|
653
|
+
*/
|
|
654
|
+
declare const ALIAS_FAMILIES: {
|
|
655
|
+
readonly up: readonly ["sm-up", "md-up", "lg-up", "xl-up", "xxl-up"];
|
|
656
|
+
readonly down: readonly ["sm-down", "md-down", "lg-down", "xl-down"];
|
|
657
|
+
readonly gt: readonly ["gt-xs", "gt-sm", "gt-md", "gt-lg", "gt-xl"];
|
|
658
|
+
readonly lt: readonly ["lt-sm", "lt-md", "lt-lg", "lt-xl", "lt-xxl"];
|
|
659
|
+
};
|
|
646
660
|
|
|
647
661
|
/**
|
|
648
662
|
* @file media-observer.service.ts (v2 — optimized)
|
|
@@ -1376,5 +1390,11 @@ declare class FxClassDirective extends ResponsiveBaseDirective {
|
|
|
1376
1390
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FxClassDirective, " [fxClass], [fxClass.xs],[fxClass.sm],[fxClass.md],[fxClass.lg],[fxClass.xl],[fxClass.xxl], [fxClass.lt-sm],[fxClass.lt-md],[fxClass.lt-lg],[fxClass.lt-xl],[fxClass.lt-xxl], [fxClass.gt-xs],[fxClass.gt-sm],[fxClass.gt-md],[fxClass.gt-lg],[fxClass.gt-xl], [fxClass.sm-up],[fxClass.md-up],[fxClass.lg-up],[fxClass.xl-up],[fxClass.xxl-up], [fxClass.sm-down],[fxClass.md-down],[fxClass.lg-down],[fxClass.xl-down] ", never, { "fxClass": { "alias": "fxClass"; "required": false; "isSignal": true; }; "xs": { "alias": "fxClass.xs"; "required": false; "isSignal": true; }; "sm": { "alias": "fxClass.sm"; "required": false; "isSignal": true; }; "md": { "alias": "fxClass.md"; "required": false; "isSignal": true; }; "lg": { "alias": "fxClass.lg"; "required": false; "isSignal": true; }; "xl": { "alias": "fxClass.xl"; "required": false; "isSignal": true; }; "xxl": { "alias": "fxClass.xxl"; "required": false; "isSignal": true; }; "ltSm": { "alias": "fxClass.lt-sm"; "required": false; "isSignal": true; }; "ltMd": { "alias": "fxClass.lt-md"; "required": false; "isSignal": true; }; "ltLg": { "alias": "fxClass.lt-lg"; "required": false; "isSignal": true; }; "ltXl": { "alias": "fxClass.lt-xl"; "required": false; "isSignal": true; }; "ltXxl": { "alias": "fxClass.lt-xxl"; "required": false; "isSignal": true; }; "gtXs": { "alias": "fxClass.gt-xs"; "required": false; "isSignal": true; }; "gtSm": { "alias": "fxClass.gt-sm"; "required": false; "isSignal": true; }; "gtMd": { "alias": "fxClass.gt-md"; "required": false; "isSignal": true; }; "gtLg": { "alias": "fxClass.gt-lg"; "required": false; "isSignal": true; }; "gtXl": { "alias": "fxClass.gt-xl"; "required": false; "isSignal": true; }; "smUp": { "alias": "fxClass.sm-up"; "required": false; "isSignal": true; }; "mdUp": { "alias": "fxClass.md-up"; "required": false; "isSignal": true; }; "lgUp": { "alias": "fxClass.lg-up"; "required": false; "isSignal": true; }; "xlUp": { "alias": "fxClass.xl-up"; "required": false; "isSignal": true; }; "xxlUp": { "alias": "fxClass.xxl-up"; "required": false; "isSignal": true; }; "smDown": { "alias": "fxClass.sm-down"; "required": false; "isSignal": true; }; "mdDown": { "alias": "fxClass.md-down"; "required": false; "isSignal": true; }; "lgDown": { "alias": "fxClass.lg-down"; "required": false; "isSignal": true; }; "xlDown": { "alias": "fxClass.xl-down"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1377
1391
|
}
|
|
1378
1392
|
|
|
1379
|
-
|
|
1380
|
-
|
|
1393
|
+
declare class ArsUIFlexModule {
|
|
1394
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ArsUIFlexModule, never>;
|
|
1395
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<ArsUIFlexModule, never, [typeof FxLayoutDirective, typeof FxLayoutWrapDirective, typeof FxFlexDirective, typeof FxShowHideDirective, typeof FxLayoutAlignDirective, typeof FxLayoutGapDirective, typeof FxFlexOrderDirective, typeof FxFlexOffsetDirective, typeof FxFlexAlignDirective, typeof FxFlexFillDirective, typeof FxStyleDirective, typeof FxClassDirective, typeof FxGridDirective, typeof FxGridColumnDirective, typeof FxGridAreaDirective, typeof IfBpDirective], [typeof FxLayoutDirective, typeof FxLayoutWrapDirective, typeof FxFlexDirective, typeof FxShowHideDirective, typeof FxLayoutAlignDirective, typeof FxLayoutGapDirective, typeof FxFlexOrderDirective, typeof FxFlexOffsetDirective, typeof FxFlexAlignDirective, typeof FxFlexFillDirective, typeof FxStyleDirective, typeof FxClassDirective, typeof FxGridDirective, typeof FxGridColumnDirective, typeof FxGridAreaDirective, typeof IfBpDirective]>;
|
|
1396
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<ArsUIFlexModule>;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
export { ALIAS_FAMILIES, ALIAS_INDEX, ArsUIFlexModule, ArsUIModule, BS5_BREAKPOINTS, BusyDialogComponent, BusyTimer, CANONICAL_ALIASES, ConfirmDialogComponent, CredentialsDialogComponent, DeleteDialogComponent, DeleteDialogConfirmMode, DialogService, FxClassDirective, FxFlexAlignDirective, FxFlexDirective, FxFlexFillDirective, FxFlexOffsetDirective, FxFlexOrderDirective, FxGridAreaDirective, FxGridColumnDirective, FxGridDirective, FxLayoutAlignDirective, FxLayoutDirective, FxLayoutGapDirective, FxLayoutWrapDirective, FxShowHideDirective, FxStyleDirective, IfBpDirective, InfoDialogComponent, LAYOUT_BREAKPOINTS, MediaObserver, NON_CANONICAL_PRIORITY, OtpInputComponent, PaginatorIntl, PasswordStrengthComponent, RecoverPasswordDialogComponent, ResetPasswordDialogComponent, ResponsiveBaseDirective, ToastComponent, UIService, resolve, resolveAll, resolveNonCanonical };
|
|
1400
|
+
export type { BpValues, BreakpointAlias, CanonicalKey, ConfirmDialogData, ConfirmDialogOption, CredentialsDialogData, CredentialsDialogResult, DeleteDialogData, DialogOption, DialogResult, IDialogService, InfoDialogData, NcValues, NonCanonicalKey, RecoverPasswordDialogData, RecoverPasswordDialogResult, ResetPasswordDialogData, ResetPasswordDialogMode, ResetPasswordDialogResult, ToastData };
|