@quadrel-enterprise-ui/framework 20.14.0 → 20.15.1

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/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { Observable, BehaviorSubject, Subject, Subscription, ReplaySubject } fro
3
3
  import * as i11 from '@angular/cdk/dialog';
4
4
  import { DialogConfig, DialogRef } from '@angular/cdk/dialog';
5
5
  import * as i0 from '@angular/core';
6
- import { InjectionToken, EventEmitter, OnInit, PipeTransform, TemplateRef, AfterContentInit, AfterViewInit, OnDestroy, DestroyRef, OnChanges, AfterViewChecked, SimpleChanges, AfterContentChecked, Injector, ElementRef, QueryList, DoCheck, NgIterable, ViewContainerRef, TrackByFunction, Type, ModuleWithProviders } from '@angular/core';
6
+ import { InjectionToken, EventEmitter, OnInit, PipeTransform, TemplateRef, AfterContentInit, AfterViewInit, DestroyRef, OnDestroy, OnChanges, AfterViewChecked, SimpleChanges, AfterContentChecked, Injector, ElementRef, QueryList, DoCheck, NgIterable, ViewContainerRef, TrackByFunction, Type, ModuleWithProviders } from '@angular/core';
7
7
  import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
8
8
  import * as i2 from '@angular/common';
9
9
  import { Moment } from 'moment/moment';
@@ -21,6 +21,7 @@ import { Moment as Moment$1 } from 'moment';
21
21
  import * as i25 from '@ngrx/store';
22
22
  import * as i5 from '@angular/cdk/stepper';
23
23
  import { CdkStep, CdkStepper, StepState, CdkStepHeader } from '@angular/cdk/stepper';
24
+ import * as i20 from '@angular/cdk/scrolling';
24
25
  import * as rxjs_internal_scheduler_AsyncScheduler from 'rxjs/internal/scheduler/AsyncScheduler';
25
26
  import * as i19 from '@angular/cdk/drag-drop';
26
27
  import { ComponentType } from '@angular/cdk/portal';
@@ -633,8 +634,6 @@ declare class QdMockPopoverOnClickDirective {
633
634
  readonly closed: EventEmitter<any>;
634
635
  private _open;
635
636
  private _embeddedView;
636
- ngOnInit(): void;
637
- ngOnDestroy(): void;
638
637
  show(event: any): void;
639
638
  clickedOutside(event: PointerEvent): void;
640
639
  close(): void;
@@ -963,6 +962,16 @@ declare enum QdCalendarMode {
963
962
  MonthPicker = 2
964
963
  }
965
964
 
965
+ declare class QdViewportAdaptiveDirective {
966
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdViewportAdaptiveDirective, never>;
967
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdViewportAdaptiveDirective, "[qdViewportAdaptive]", never, {}, {}, never, never, false, never>;
968
+ }
969
+
970
+ declare class QdDisabledDirective {
971
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdDisabledDirective, never>;
972
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdDisabledDirective, "[qdDisabled]", never, {}, {}, never, never, false, never>;
973
+ }
974
+
966
975
  /**
967
976
  * Represents the QdAppEnvironment configuration.
968
977
  */
@@ -987,72 +996,7 @@ type QdAppEnvironment = {
987
996
  disableBackendNotifications?: boolean;
988
997
  };
989
998
 
990
- declare class QdDisabledDirective {
991
- static ɵfac: i0.ɵɵFactoryDeclaration<QdDisabledDirective, never>;
992
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdDisabledDirective, "[qdDisabled]", never, {}, {}, never, never, false, never>;
993
- }
994
-
995
- declare class QdFileSizePipe$1 implements PipeTransform {
996
- private translate;
997
- transform(bytes: number | null | undefined): string;
998
- static ɵfac: i0.ɵɵFactoryDeclaration<QdFileSizePipe$1, never>;
999
- static ɵpipe: i0.ɵɵPipeDeclaration<QdFileSizePipe$1, "qdFileSize", false>;
1000
- }
1001
-
1002
- declare class QdPlaceholderPipe implements PipeTransform {
1003
- transform(value: string, placeholderName: string, replacementStr: string): string;
1004
- static ɵfac: i0.ɵɵFactoryDeclaration<QdPlaceholderPipe, never>;
1005
- static ɵpipe: i0.ɵɵPipeDeclaration<QdPlaceholderPipe, "placeholder", false>;
1006
- }
1007
-
1008
- declare class QdProjectionGuardComponent implements AfterContentInit, AfterViewInit {
1009
- private elementRef;
1010
- isDisabled: boolean;
1011
- warningMessage: string;
1012
- wildcardSlot: Element;
1013
- ngAfterContentInit(): void;
1014
- ngAfterViewInit(): void;
1015
- static ɵfac: i0.ɵɵFactoryDeclaration<QdProjectionGuardComponent, never>;
1016
- static ɵcmp: i0.ɵɵComponentDeclaration<QdProjectionGuardComponent, "qd-projection-guard", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "warningMessage": { "alias": "warningMessage"; "required": false; }; }, {}, never, ["*"], false, never>;
1017
- }
1018
-
1019
- declare class QdRwdDisabledDirective {
1020
- static ɵfac: i0.ɵɵFactoryDeclaration<QdRwdDisabledDirective, never>;
1021
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdRwdDisabledDirective, "[qdRwdDisabled]", never, {}, {}, never, never, false, never>;
1022
- }
1023
-
1024
- /**
1025
- * QdTooltipAtIntersectionDirective provides a tooltip. This will be triggered if the content is intersected.
1026
- *
1027
- * * Selector: [qdTooltipAtIntersection]
1028
- * * Target Selector: .qd-intersection-target
1029
- *
1030
- * The IntersectionObserver API is used for the implementation.
1031
- * * @see https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver
1032
- *
1033
- * * Note: The intersection of the target is calculated by the IntersectionObserver only once, initially (can be extended later if required). After that it will be unsubscribed immediately.
1034
- * */
1035
- declare class QdTooltipAtIntersectionDirective implements AfterViewInit, OnDestroy {
1036
- private _host;
1037
- private _positionBuilder;
1038
- private _overlay;
1039
- private _overlayRef;
1040
- private _target;
1041
- private _observer$;
1042
- private _isIntersected;
1043
- private _destroyed$;
1044
- ngAfterViewInit(): void;
1045
- ngOnDestroy(): void;
1046
- private setTarget;
1047
- private observeTarget;
1048
- private _setStyles;
1049
- private createOverlay;
1050
- private subscribeShow;
1051
- private subscribeHide;
1052
- private getContent;
1053
- static ɵfac: i0.ɵɵFactoryDeclaration<QdTooltipAtIntersectionDirective, never>;
1054
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdTooltipAtIntersectionDirective, "[qdTooltipAtIntersection]", never, {}, {}, never, never, false, never>;
1055
- }
999
+ declare const QD_SAFE_BOTTOM_OFFSET: InjectionToken<BehaviorSubject<number>>;
1056
1000
 
1057
1001
  type i18n = string;
1058
1002
  interface QdTranslatable {
@@ -1075,125 +1019,30 @@ interface QdTranslation {
1075
1019
  en: string;
1076
1020
  }
1077
1021
 
1078
- declare class QdVisuallyHiddenDirective {
1079
- static ɵfac: i0.ɵɵFactoryDeclaration<QdVisuallyHiddenDirective, never>;
1080
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdVisuallyHiddenDirective, "[qdVisuallyHidden]", never, {}, {}, never, never, false, never>;
1022
+ declare class QdFileSizePipe$1 implements PipeTransform {
1023
+ private translate;
1024
+ transform(bytes: number | null | undefined): string;
1025
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdFileSizePipe$1, never>;
1026
+ static ɵpipe: i0.ɵɵPipeDeclaration<QdFileSizePipe$1, "qdFileSize", false>;
1081
1027
  }
1082
1028
 
1083
- type QdPushEventName = 'RESOURCE_CREATED' | 'RESOURCE_UPDATED' | 'RESOURCE_DELETED';
1084
- /**
1085
- * Manages a server-sent event (SSE) connection with automatic reconnection and heartbeat monitoring.
1086
- *
1087
- * All service endpoints — including SSE — must be protected. The connection is therefore secured
1088
- * via Quadrel Auth (Bearer token) by default. When the access token refreshes, the connection is
1089
- * transparently rebuilt. Only disable authentication for endpoints that are explicitly public.
1090
- *
1091
- * ### Reconnection behavior
1092
- *
1093
- * - **Heartbeat timeout**: If no HEARTBEAT event arrives within the expected interval, the service reconnects.
1094
- * - **401 Unauthorized**: Triggers exponential-backoff reconnection (max 5 attempts, capped at 30 s).
1095
- * - **Other errors**: Reconnects immediately when the EventSource transitions to CLOSED.
1096
- *
1097
- * Existing `observe()` subscriptions are preserved across reconnections.
1098
- *
1099
- * ### Usage
1100
- *
1101
- * ```ts
1102
- * pushEventsService.connect('https://api.example.com/events');
1103
- *
1104
- * const sub = pushEventsService.observe('RESOURCE_UPDATED').subscribe(event => handleEvent(event));
1105
- *
1106
- * sub.unsubscribe();
1107
- * pushEventsService.disconnect();
1108
- * ```
1109
- */
1110
- declare class QdPushEventsService {
1111
- private readonly authenticationService;
1112
- private _eventSource;
1113
- private _subjects;
1114
- private _listeners;
1115
- private _accessTokenSub?;
1116
- private _options;
1117
- private _heartbeatTimeout;
1118
- private readonly _heartbeatGracePeriod;
1119
- private readonly _initialHeartbeatTimeout;
1120
- private _isUnauthorized;
1121
- private _reconnectAttempts;
1122
- private readonly _maxReconnectAttempts;
1123
- private _backoffTimer?;
1124
- /**
1125
- * Opens an SSE connection to the given URL.
1126
- *
1127
- * With authentication enabled (default), the service subscribes to the `accessToken$` observable
1128
- * provided by Quadrel Auth and rebuilds the connection whenever the token changes.
1129
- * No-op if already connected.
1130
- *
1131
- * @param url The SSE endpoint URL.
1132
- * @param options Set `{ disableAuthentication: true }` only for explicitly public endpoints.
1133
- *
1134
- * @example
1135
- * ```ts
1136
- * // Authenticated (default — requires Quadrel Auth)
1137
- * pushEventsService.connect('https://api.example.com/events');
1138
- *
1139
- * // Without authentication (only for public endpoints)
1140
- * pushEventsService.connect('https://api.example.com/public-events', { disableAuthentication: true });
1141
- * ```
1142
- */
1143
- connect(url: string, options?: {
1144
- disableAuthentication: boolean;
1145
- }): void;
1146
- /**
1147
- * Closes the EventSource connection, clears all event listeners, and cancels pending backoff timers.
1148
- * Subscription subjects are preserved so that a subsequent `connect()` re-attaches them.
1149
- *
1150
- * @example
1151
- * ```ts
1152
- * pushEventsService.disconnect();
1153
- * // Subjects survive — a new connect() will re-attach existing observe() subscriptions.
1154
- * ```
1155
- */
1156
- disconnect(): void;
1157
- /**
1158
- * Returns an Observable that emits whenever the server sends an event of the given type.
1159
- *
1160
- * Lazily registers an EventSource listener on first call per event name.
1161
- * Returns `NEVER` and logs an error if no connection exists.
1162
- *
1163
- * @param eventName The SSE event type to listen for.
1164
- *
1165
- * @example
1166
- * ```ts
1167
- * pushEventsService.observe('RESOURCE_UPDATED').subscribe(event => handleUpdate(event));
1168
- * ```
1169
- */
1170
- observe(eventName: QdPushEventName): Observable<MessageEvent>;
1171
- /**
1172
- * Removes all event listeners and clears all subscription subjects. The connection stays open.
1173
- * Use this to reset all subscriptions without disconnecting the SSE stream.
1174
- *
1175
- * @example
1176
- * ```ts
1177
- * pushEventsService.unobserveAll();
1178
- * // Connection remains open, but no events are forwarded until observe() is called again.
1179
- * ```
1180
- */
1181
- unobserveAll(): void;
1182
- /** Returns `true` when the EventSource is in state OPEN or CONNECTING. */
1183
- isConnectedOrConnecting(): boolean;
1184
- private connectWithAuth;
1185
- private openEventSource;
1186
- private reconnect;
1187
- private handleError;
1188
- private scheduleRetry;
1189
- private handleHeartbeat;
1190
- private addListener;
1191
- private reattachListeners;
1192
- private removeAllListeners;
1193
- private logWarn;
1194
- private logError;
1195
- static ɵfac: i0.ɵɵFactoryDeclaration<QdPushEventsService, never>;
1196
- static ɵprov: i0.ɵɵInjectableDeclaration<QdPushEventsService>;
1029
+ declare class QdPlaceholderPipe implements PipeTransform {
1030
+ transform(value: string, placeholderName: string, replacementStr: string): string;
1031
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdPlaceholderPipe, never>;
1032
+ static ɵpipe: i0.ɵɵPipeDeclaration<QdPlaceholderPipe, "placeholder", false>;
1033
+ }
1034
+
1035
+ declare const QD_POPOVER_TOP_FIRST: InjectionToken<boolean>;
1036
+
1037
+ declare class QdProjectionGuardComponent implements AfterContentInit, AfterViewInit {
1038
+ private elementRef;
1039
+ isDisabled: boolean;
1040
+ warningMessage: string;
1041
+ wildcardSlot: Element;
1042
+ ngAfterContentInit(): void;
1043
+ ngAfterViewInit(): void;
1044
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdProjectionGuardComponent, never>;
1045
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdProjectionGuardComponent, "qd-projection-guard", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "warningMessage": { "alias": "warningMessage"; "required": false; }; }, {}, never, ["*"], false, never>;
1197
1046
  }
1198
1047
 
1199
1048
  /**
@@ -1414,9 +1263,152 @@ declare class QdRouterQueryParamHubService {
1414
1263
  static ɵprov: i0.ɵɵInjectableDeclaration<QdRouterQueryParamHubService>;
1415
1264
  }
1416
1265
 
1417
- declare class QdViewportAdaptiveDirective {
1418
- static ɵfac: i0.ɵɵFactoryDeclaration<QdViewportAdaptiveDirective, never>;
1419
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdViewportAdaptiveDirective, "[qdViewportAdaptive]", never, {}, {}, never, never, false, never>;
1266
+ declare class QdRwdDisabledDirective {
1267
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdRwdDisabledDirective, never>;
1268
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdRwdDisabledDirective, "[qdRwdDisabled]", never, {}, {}, never, never, false, never>;
1269
+ }
1270
+
1271
+ declare class QdNumberInputService {
1272
+ private _locale;
1273
+ private _decimalSeparator;
1274
+ private _groupSeparator;
1275
+ private readonly localeService;
1276
+ private readonly destroyRef;
1277
+ readonly ambiguityHintKeyDot = "i18n.qd.input.number.ambiguousHint.dot";
1278
+ readonly ambiguityHintKeyComma = "i18n.qd.input.number.ambiguousHint.comma";
1279
+ readonly invalidCharactersErrorKeyComma = "i18n.qd.input.number.invalidCharacters.comma";
1280
+ readonly invalidCharactersErrorKeyDot = "i18n.qd.input.number.invalidCharacters.dot";
1281
+ get invalidCharactersErrorKey(): string;
1282
+ get decimalSeparator(): string;
1283
+ get groupSeparator(): string;
1284
+ constructor();
1285
+ detectSeparators(): void;
1286
+ isValidNumber(value: string): boolean;
1287
+ private detectSeparatorsForLocale;
1288
+ filterValue(value: string): string;
1289
+ parseValue(value: string): number | string;
1290
+ isAmbiguous(value: QdInputValue): boolean;
1291
+ getAmbiguityHintKey(value: QdInputValue): string;
1292
+ formatNumberForViewonly(value: QdInputValue): string;
1293
+ formatValueForDisplay(value: QdInputValue): string;
1294
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdNumberInputService, never>;
1295
+ static ɵprov: i0.ɵɵInjectableDeclaration<QdNumberInputService>;
1296
+ }
1297
+
1298
+ type QdPushEventName = 'RESOURCE_CREATED' | 'RESOURCE_UPDATED' | 'RESOURCE_DELETED';
1299
+ /**
1300
+ * Manages a server-sent event (SSE) connection with automatic reconnection and heartbeat monitoring.
1301
+ *
1302
+ * All service endpoints — including SSE — must be protected. The connection is therefore secured
1303
+ * via Quadrel Auth (Bearer token) by default. When the access token refreshes, the connection is
1304
+ * transparently rebuilt. Only disable authentication for endpoints that are explicitly public.
1305
+ *
1306
+ * ### Reconnection behavior
1307
+ *
1308
+ * - **Heartbeat timeout**: If no HEARTBEAT event arrives within the expected interval, the service reconnects.
1309
+ * - **401 Unauthorized**: Triggers exponential-backoff reconnection (max 5 attempts, capped at 30 s).
1310
+ * - **Other errors**: Reconnects immediately when the EventSource transitions to CLOSED.
1311
+ *
1312
+ * Existing `observe()` subscriptions are preserved across reconnections.
1313
+ *
1314
+ * ### Usage
1315
+ *
1316
+ * ```ts
1317
+ * pushEventsService.connect('https://api.example.com/events');
1318
+ *
1319
+ * const sub = pushEventsService.observe('RESOURCE_UPDATED').subscribe(event => handleEvent(event));
1320
+ *
1321
+ * sub.unsubscribe();
1322
+ * pushEventsService.disconnect();
1323
+ * ```
1324
+ */
1325
+ declare class QdPushEventsService {
1326
+ private readonly authenticationService;
1327
+ private _eventSource;
1328
+ private _subjects;
1329
+ private _listeners;
1330
+ private _accessTokenSub?;
1331
+ private _options;
1332
+ private _heartbeatTimeout;
1333
+ private readonly _heartbeatGracePeriod;
1334
+ private readonly _initialHeartbeatTimeout;
1335
+ private _isUnauthorized;
1336
+ private _reconnectAttempts;
1337
+ private readonly _maxReconnectAttempts;
1338
+ private _backoffTimer?;
1339
+ /**
1340
+ * Opens an SSE connection to the given URL.
1341
+ *
1342
+ * With authentication enabled (default), the service subscribes to the `accessToken$` observable
1343
+ * provided by Quadrel Auth and rebuilds the connection whenever the token changes.
1344
+ * No-op if already connected.
1345
+ *
1346
+ * @param url The SSE endpoint URL.
1347
+ * @param options Set `{ disableAuthentication: true }` only for explicitly public endpoints.
1348
+ *
1349
+ * @example
1350
+ * ```ts
1351
+ * // Authenticated (default — requires Quadrel Auth)
1352
+ * pushEventsService.connect('https://api.example.com/events');
1353
+ *
1354
+ * // Without authentication (only for public endpoints)
1355
+ * pushEventsService.connect('https://api.example.com/public-events', { disableAuthentication: true });
1356
+ * ```
1357
+ */
1358
+ connect(url: string, options?: {
1359
+ disableAuthentication: boolean;
1360
+ }): void;
1361
+ /**
1362
+ * Closes the EventSource connection, clears all event listeners, and cancels pending backoff timers.
1363
+ * Subscription subjects are preserved so that a subsequent `connect()` re-attaches them.
1364
+ *
1365
+ * @example
1366
+ * ```ts
1367
+ * pushEventsService.disconnect();
1368
+ * // Subjects survive — a new connect() will re-attach existing observe() subscriptions.
1369
+ * ```
1370
+ */
1371
+ disconnect(): void;
1372
+ /**
1373
+ * Returns an Observable that emits whenever the server sends an event of the given type.
1374
+ *
1375
+ * Lazily registers an EventSource listener on first call per event name.
1376
+ * Returns `NEVER` and logs an error if no connection exists.
1377
+ *
1378
+ * @param eventName The SSE event type to listen for.
1379
+ *
1380
+ * @example
1381
+ * ```ts
1382
+ * pushEventsService.observe('RESOURCE_UPDATED').subscribe(event => handleUpdate(event));
1383
+ * ```
1384
+ */
1385
+ observe(eventName: QdPushEventName): Observable<MessageEvent>;
1386
+ /**
1387
+ * Removes all event listeners and clears all subscription subjects. The connection stays open.
1388
+ * Use this to reset all subscriptions without disconnecting the SSE stream.
1389
+ *
1390
+ * @example
1391
+ * ```ts
1392
+ * pushEventsService.unobserveAll();
1393
+ * // Connection remains open, but no events are forwarded until observe() is called again.
1394
+ * ```
1395
+ */
1396
+ unobserveAll(): void;
1397
+ /** Returns `true` when the EventSource is in state OPEN or CONNECTING. */
1398
+ isConnectedOrConnecting(): boolean;
1399
+ private connectWithAuth;
1400
+ private openEventSource;
1401
+ private reconnect;
1402
+ private handleError;
1403
+ private scheduleRetry;
1404
+ private handleHeartbeat;
1405
+ private addListener;
1406
+ private reattachListeners;
1407
+ private removeAllListeners;
1408
+ private logWarn;
1409
+ private logError;
1410
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdPushEventsService, never>;
1411
+ static ɵprov: i0.ɵɵInjectableDeclaration<QdPushEventsService>;
1420
1412
  }
1421
1413
 
1422
1414
  /**
@@ -1449,6 +1441,42 @@ interface QdTooltip {
1449
1441
  hidden?: boolean;
1450
1442
  }
1451
1443
 
1444
+ /**
1445
+ * @deprecated Will be removed in v21. This directive is no longer used inside
1446
+ * the framework. Use `QdTooltipOnClickDirective` (`[qdTooltipOnClick]`) instead.
1447
+ *
1448
+ * QdTooltipAtIntersectionDirective provides a tooltip. This will be triggered if the content is intersected.
1449
+ *
1450
+ * * Selector: [qdTooltipAtIntersection]
1451
+ * * Target Selector: .qd-intersection-target
1452
+ *
1453
+ * The IntersectionObserver API is used for the implementation.
1454
+ * * @see https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver
1455
+ *
1456
+ * * Note: The intersection of the target is calculated by the IntersectionObserver only once, initially (can be extended later if required). After that it will be unsubscribed immediately.
1457
+ * */
1458
+ declare class QdTooltipAtIntersectionDirective implements AfterViewInit, OnDestroy {
1459
+ private _host;
1460
+ private _positionBuilder;
1461
+ private _overlay;
1462
+ private _overlayRef;
1463
+ private _target;
1464
+ private _observer$;
1465
+ private _isIntersected;
1466
+ private _destroyed$;
1467
+ ngAfterViewInit(): void;
1468
+ ngOnDestroy(): void;
1469
+ private setTarget;
1470
+ private observeTarget;
1471
+ private _setStyles;
1472
+ private createOverlay;
1473
+ private subscribeShow;
1474
+ private subscribeHide;
1475
+ private getContent;
1476
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdTooltipAtIntersectionDirective, never>;
1477
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdTooltipAtIntersectionDirective, "[qdTooltipAtIntersection]", never, {}, {}, never, never, false, never>;
1478
+ }
1479
+
1452
1480
  declare class QdTooltipIconComponent {
1453
1481
  tooltip?: QdTooltip;
1454
1482
  get isVisible(): boolean;
@@ -1456,9 +1484,10 @@ declare class QdTooltipIconComponent {
1456
1484
  static ɵcmp: i0.ɵɵComponentDeclaration<QdTooltipIconComponent, "qd-tooltip-icon", never, { "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, false, never>;
1457
1485
  }
1458
1486
 
1459
- declare const QD_SAFE_BOTTOM_OFFSET: InjectionToken<BehaviorSubject<number>>;
1460
-
1461
- declare const QD_POPOVER_TOP_FIRST: InjectionToken<boolean>;
1487
+ declare class QdVisuallyHiddenDirective {
1488
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdVisuallyHiddenDirective, never>;
1489
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdVisuallyHiddenDirective, "[qdVisuallyHidden]", never, {}, {}, never, never, false, never>;
1490
+ }
1462
1491
 
1463
1492
  /**
1464
1493
  * The **QdChip** component can visualize different statuses.
@@ -5155,6 +5184,10 @@ declare class QdPopoverOnClickDirective implements OnInit, OnDestroy {
5155
5184
  static ɵdir: i0.ɵɵDirectiveDeclaration<QdPopoverOnClickDirective, "[qdPopoverOnClick]", ["qdPopoverOnClick"], { "qdPopoverOnClick": { "alias": "qdPopoverOnClick"; "required": false; }; "positionStrategy": { "alias": "positionStrategy"; "required": false; }; "qdPopoverCloseStrategy": { "alias": "qdPopoverCloseStrategy"; "required": false; }; "qdPopoverDisabled": { "alias": "qdPopoverDisabled"; "required": false; }; "qdPopoverStopPropagation": { "alias": "qdPopoverStopPropagation"; "required": false; }; "qdPopoverBackgroundColor": { "alias": "qdPopoverBackgroundColor"; "required": false; }; "qdPopoverMaxHeight": { "alias": "qdPopoverMaxHeight"; "required": false; }; "qdPopoverMinWidth": { "alias": "qdPopoverMinWidth"; "required": false; }; "qdPopoverMaxWidth": { "alias": "qdPopoverMaxWidth"; "required": false; }; "qdPopoverAutoSize": { "alias": "qdPopoverAutoSize"; "required": false; }; "qdPopoverEnableKeyControl": { "alias": "qdPopoverEnableKeyControl"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, never, never, false, never>;
5156
5185
  }
5157
5186
 
5187
+ /**
5188
+ * @deprecated Will be removed in v21. This directive is no longer used inside
5189
+ * the framework. Use `QdPopoverOnClickDirective` (`[qdPopoverOnClick]`) instead.
5190
+ */
5158
5191
  declare class QdPopoverOnHoverDirective implements OnInit, OnDestroy {
5159
5192
  private hostRef;
5160
5193
  private overlayPositionBuilder;
@@ -6915,6 +6948,7 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
6915
6948
  private readonly resolverRegistry;
6916
6949
  private readonly controlContainer;
6917
6950
  private readonly eventBrokerService;
6951
+ private readonly numberInputService;
6918
6952
  /**
6919
6953
  * The form control name can be assigned here if you want to use Reactive Forms.
6920
6954
  */
@@ -6985,9 +7019,11 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
6985
7019
  areUnitsOpened: boolean;
6986
7020
  get hasError(): boolean;
6987
7021
  get isErrorFromOutside(): boolean;
7022
+ get isAmbiguousState(): boolean;
6988
7023
  inputElement: ElementRef;
6989
7024
  inputType: QdInputType;
6990
7025
  inputMode: QdInputMode;
7026
+ htmlInputType: string;
6991
7027
  placeholder: string;
6992
7028
  label: string;
6993
7029
  hint: string;
@@ -6999,13 +7035,16 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
6999
7035
  control: AbstractControl | QdFormControl<any>;
7000
7036
  private _optionsResolver;
7001
7037
  private _subs;
7038
+ private _isUserTyped;
7002
7039
  private _onChange;
7003
7040
  private _onTouch;
7004
7041
  get hasOnlyUnitsError(): boolean;
7005
7042
  get hasUnits(): boolean;
7043
+ get ambiguityHintKey(): string;
7044
+ get isAmbiguousInput(): boolean;
7006
7045
  get numberOfCharacters(): number;
7007
7046
  get hasMaxLength(): boolean;
7008
- get maxLength(): number;
7047
+ get maxLength(): number | undefined;
7009
7048
  get valueAsList(): string[];
7010
7049
  ngOnInit(): void;
7011
7050
  ngOnChanges(changes: SimpleChanges): void;
@@ -7029,6 +7068,7 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
7029
7068
  private emitValue;
7030
7069
  private initOpModeSubscription;
7031
7070
  private normalizeInitialControlValueIfNeeded;
7071
+ private applyDisplayFormat;
7032
7072
  static ɵfac: i0.ɵɵFactoryDeclaration<QdInputComponent, never>;
7033
7073
  static ɵcmp: i0.ɵɵComponentDeclaration<QdInputComponent, "qd-input", never, { "formControlName": { "alias": "formControlName"; "required": false; }; "value": { "alias": "value"; "required": false; }; "config": { "alias": "config"; "required": false; }; "isError": { "alias": "isError"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "valueChange": "valueChange"; "enterClick": "enterClick"; "clickClear": "clickClear"; "clickHint": "clickHint"; "clickReadonly": "clickReadonly"; "clickViewonly": "clickViewonly"; }, never, ["[qdIconButton]"], false, never>;
7034
7074
  }
@@ -8309,7 +8349,7 @@ declare class QdTextareaComponent implements OnInit, OnChanges, OnDestroy, Contr
8309
8349
  get required(): boolean;
8310
8350
  get numberOfCharacters(): number;
8311
8351
  get hasMaxLength(): boolean;
8312
- get maxLength(): number;
8352
+ get maxLength(): number | undefined;
8313
8353
  ngOnInit(): void;
8314
8354
  ngOnChanges(changes: any): void;
8315
8355
  ngOnDestroy(): void;
@@ -12648,6 +12688,8 @@ declare class QdPageTabComponent extends CdkStep implements OnInit, OnChanges, O
12648
12688
  ngOnDestroy(): void;
12649
12689
  private blockCdkInput;
12650
12690
  private validateLabel;
12691
+ private initErrorCheck;
12692
+ private hasAnyError;
12651
12693
  static ɵfac: i0.ɵɵFactoryDeclaration<QdPageTabComponent, never>;
12652
12694
  static ɵcmp: i0.ɵɵComponentDeclaration<QdPageTabComponent, "qd-page-tab", never, { "config": { "alias": "config"; "required": false; }; "tabControl": { "alias": "tabControl"; "required": false; }; }, {}, ["infoBanners"], ["qd-page-info-banner", "*"], true, never>;
12653
12695
  }
@@ -15767,7 +15809,7 @@ declare class QdTableModule {
15767
15809
 
15768
15810
  declare class QdPageModule {
15769
15811
  static ɵfac: i0.ɵɵFactoryDeclaration<QdPageModule, never>;
15770
- static ɵmod: i0.ɵɵNgModuleDeclaration<QdPageModule, [typeof QdPageComponent, typeof QdPageFooterComponent, typeof QdPageObjectHeaderComponent, typeof QdPageControlPanelComponent, typeof QdSingleSelectFacetComponent, typeof QdMultiSelectFacetComponent, typeof QdDateFacetComponent, typeof QdValueFacetComponent, typeof QdStatusFacetComponent, typeof QdDynamicFacetComponent, typeof QdDynamicFacetDirective, typeof QdCriticalityFacetComponent, typeof QdProgressFacetComponent, typeof QdReferencesFacetComponent, typeof QdConnectFormStateToPageDirective, typeof QdPageFooterCustomContentDirective, typeof QdContextSelectDialogComponent, typeof QdPageInfoBannerComponent], [typeof i2.CommonModule, typeof i9.TranslateModule, typeof QdButtonModule, typeof QdButtonModule, typeof QdChipModule, typeof QdCoreModule, typeof QdDialogModule, typeof QdIconModule, typeof QdProgressBarModule, typeof QdSectionModule, typeof QdSpinnerModule, typeof QdStatusIndicatorModule, typeof QdTableModule, typeof QdTextSectionModule, typeof QdSearchModule, typeof QdPopoverModule], [typeof QdPageComponent, typeof QdPageFooterComponent, typeof QdConnectFormStateToPageDirective, typeof QdPageControlPanelComponent, typeof QdPageFooterCustomContentDirective, typeof QdPageInfoBannerComponent]>;
15812
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QdPageModule, [typeof QdPageComponent, typeof QdPageFooterComponent, typeof QdPageObjectHeaderComponent, typeof QdPageControlPanelComponent, typeof QdSingleSelectFacetComponent, typeof QdMultiSelectFacetComponent, typeof QdDateFacetComponent, typeof QdValueFacetComponent, typeof QdStatusFacetComponent, typeof QdDynamicFacetComponent, typeof QdDynamicFacetDirective, typeof QdCriticalityFacetComponent, typeof QdProgressFacetComponent, typeof QdReferencesFacetComponent, typeof QdConnectFormStateToPageDirective, typeof QdPageFooterCustomContentDirective, typeof QdContextSelectDialogComponent, typeof QdPageInfoBannerComponent], [typeof i2.CommonModule, typeof i20.ScrollingModule, typeof i9.TranslateModule, typeof QdButtonModule, typeof QdButtonModule, typeof QdChipModule, typeof QdCoreModule, typeof QdDialogModule, typeof QdIconModule, typeof QdProgressBarModule, typeof QdSectionModule, typeof QdSpinnerModule, typeof QdStatusIndicatorModule, typeof QdTableModule, typeof QdTextSectionModule, typeof QdSearchModule, typeof QdPopoverModule], [typeof QdPageComponent, typeof QdPageFooterComponent, typeof QdConnectFormStateToPageDirective, typeof QdPageControlPanelComponent, typeof QdPageFooterCustomContentDirective, typeof QdPageInfoBannerComponent]>;
15771
15813
  static ɵinj: i0.ɵɵInjectorDeclaration<QdPageModule>;
15772
15814
  }
15773
15815
 
@@ -17257,6 +17299,7 @@ declare class QdShellServiceNavigationComponent implements OnInit, OnDestroy, Af
17257
17299
  private _config;
17258
17300
  private _destroyed$;
17259
17301
  private _attributesHaveBeenSet$;
17302
+ private readonly localeService;
17260
17303
  ngOnInit(): void;
17261
17304
  private setPamsEnvironment;
17262
17305
  private logPamsEnvironmentMissingError;
@@ -17981,5 +18024,5 @@ declare class QdUiModule {
17981
18024
 
17982
18025
  declare const APP_ENVIRONMENT: InjectionToken<QdAppEnvironment>;
17983
18026
 
17984
- export { APP_ENVIRONMENT, AVAILABLE_ICONS, BACKEND_ERROR_CODES, MockLocaleDatePipe, NavigationTileComponent, NavigationTilesComponent, QD_DIALOG_CONFIRMATION_RESOLVER_TOKEN, QD_FILE_MANAGER_TOKEN, QD_FILE_UPLOAD_MANAGER_TOKEN, QD_FORM_OPTIONS_RESOLVER, QD_PAGE_OBJECT_RESOLVER_TOKEN, QD_PAGE_STEP_RESOLVER_TOKEN, QD_POPOVER_TOP_FIRST, QD_SAFE_BOTTOM_OFFSET, QD_TABLE_DATA_RESOLVER_TOKEN, QD_UPLOAD_HTTP_OPTIONS, QdButtonComponent, QdButtonGhostDirective, QdButtonGridComponent, QdButtonLinkDirective, QdButtonModule, QdButtonStackButtonComponent, QdButtonStackComponent, QdCheckboxChipsComponent, QdCheckboxComponent, QdCheckboxesComponent, QdChipComponent, QdChipModule, QdColumnAutoFillDirective, QdColumnBreakBeforeDirective, QdColumnDirective, QdColumnDisableResponsiveColspansDirective, QdColumnFullGridWidthDirective, QdColumnNextInSameRowDirective, QdColumnsDirective, QdColumnsDisableAutoFillDirective, QdColumnsDisableResponsiveColspansDirective, QdColumnsMaxDirective, QdCommentsComponent, QdCommentsModule, QdConnectFormStateToPageDirective, QdConnectorTableContextDirective, QdConnectorTableFilterDirective, QdConnectorTableSearchDirective, QdContactCardComponent, QdContactCardModule, QdContainerPairsCaptionComponent, QdContainerPairsContainerComponent, QdContainerPairsHeaderComponent, QdContainerPairsItemComponent, QdContainerPairsValueComponent, QdContextService, QdCoreModule, QdDatepickerComponent, QdDialogActionComponent, QdDialogAuthSessionEndComponent, QdDialogAuthSessionEndService, QdDialogComponent, QdDialogConfirmationComponent, QdDialogConfirmationErrorDirective, QdDialogConfirmationInfoDirective, QdDialogConfirmationSuccessDirective, QdDialogModule, QdDialogRecordStepperComponent, QdDialogService, QdDialogSize, QdDisabledDirective, QdDropdownComponent, QdFileCollectorComponent, QdFileCollectorModule, QdFileSizePipe$1 as QdFileSizePipe, QdFileUploadComponent, QdFileUploadService, QdFilterComponent, QdFilterFormItemsComponent, QdFilterModule, QdFilterRestParamBuilder, QdFilterService, QdFormArray, QdFormBuilder, QdFormControl, QdFormGroup, QdFormModule, QdGridComponent, QdGridModule, QdHorizontalPairsCaptionComponent, QdHorizontalPairsComponent, QdHorizontalPairsItemComponent, QdHorizontalPairsValueComponent, QdIconButtonComponent, QdIconComponent, QdIconModule, QdImageComponent, QdImageModule, QdIndeterminateProgressBarComponent, QdInputComponent, QdListModule, QdMenuButtonComponent, QdMockBreakpointService, QdMockButtonComponent, QdMockButtonGhostDirective, QdMockButtonGridComponent, QdMockButtonLinkDirective, QdMockButtonModule, QdMockButtonStackButtonComponent, QdMockButtonStackComponent, QdMockCalendarComponent, QdMockCheckboxChipsComponent, QdMockCheckboxComponent, QdMockCheckboxesComponent, QdMockChipComponent, QdMockChipModule, QdMockColumnDirective, QdMockColumnsDirective, QdMockContactCardComponent, QdMockContactCardModule, QdMockContainerPairsCaptionComponent, QdMockContainerPairsContainerComponent, QdMockContainerPairsHeaderComponent, QdMockContainerPairsItemComponent, QdMockContainerPairsValueComponent, QdMockCoreModule, QdMockCounterBadgeComponent, QdMockDatepickerComponent, QdMockDisabledDirective, QdMockDropdownComponent, QdMockFileCollectorComponent, QdMockFileCollectorModule, QdMockFilterCategoryBooleanComponent, QdMockFilterCategoryComponent, QdMockFilterCategoryDateComponent, QdMockFilterCategoryDateRangeComponent, QdMockFilterCategoryFreeTextComponent, QdMockFilterCategorySelectComponent, QdMockFilterComponent, QdMockFilterFormItemsComponent, QdMockFilterItemBooleanComponent, QdMockFilterItemDateComponent, QdMockFilterItemDateRangeComponent, QdMockFilterItemFreeTextComponent, QdMockFilterItemMultiSelectComponent, QdMockFilterItemSingleSelectComponent, QdMockFilterModule, QdMockFilterService, QdMockFormErrorComponent, QdMockFormGroupErrorComponent, QdMockFormHintComponent, QdMockFormLabelComponent, QdMockFormReadonlyComponent, QdMockFormViewonlyComponent, QdMockFormsModule, QdMockGridModule, QdMockIconButtonComponent, QdMockIconComponent, QdMockIconModule, QdMockImageComponent, QdMockImageModule, QdMockIndeterminateProgressBarComponent, QdMockInputComponent, QdMockListModule, QdMockNavigationTileComponent, QdMockNavigationTilesComponent, QdMockNavigationTilesModule, QdMockNotificationComponent, QdMockNotificationContentComponent, QdMockNotificationsComponent, QdMockNotificationsModule, QdMockNotificationsService, QdMockPageComponent, QdMockPageModule, QdMockPercentageProgressBarComponent, QdMockPinCodeComponent, QdMockPlaceHolderModule, QdMockPopoverOnClickDirective, QdMockProgressBarModule, QdMockQdPlaceHolderComponent, QdMockRadioButtonsComponent, QdMockRwdDisabledDirective, QdMockSearchComponent, QdMockSearchModule, QdMockSectionComponent, QdMockSectionModule, QdMockShellComponent, QdMockShellFooterComponent, QdMockShellHeaderBannerComponent, QdMockShellHeaderComponent, QdMockShellHeaderSearchComponent, QdMockShellHeaderWidgetComponent, QdMockShellModule, QdMockShellToolbarComponent, QdMockShellToolbarItemComponent, QdMockStatusIndicatorCaptionComponent, QdMockStatusIndicatorComponent, QdMockStatusIndicatorItemComponent, QdMockStatusIndicatorModule, QdMockStatusPairsCaptionComponent, QdMockStatusPairsComponent, QdMockStatusPairsErrorComponent, QdMockStatusPairsItemComponent, QdMockStatusPairsValueComponent, QdMockSwitchComponent, QdMockSwitchesComponent, QdMockTableComponent, QdMockTableModule, QdMockTextSectionComponent, QdMockTextSectionHeadlineComponent, QdMockTextSectionModule, QdMockTextSectionParagraphComponent, QdMockTextareaComponent, QdMockTileButtonListComponent, QdMockTileComponent, QdMockTileTextListComponent, QdMockTileTextListItemComponent, QdMockTileTitleComponent, QdMockTilesContainerComponent, QdMockTilesContainerTitleComponent, QdMockTilesModule, QdMockTranslatePipe, QdMockVisuallyHiddenDirective, QdMultiInputComponent, QdNavigationTilesModule, QdNotificationComponent, QdNotificationContentComponent, QdNotificationsComponent, QdNotificationsHttpInterceptorService, QdNotificationsModule, QdNotificationsService, QdNotificationsSnackbarListenerDirective, QdPageComponent, QdPageControlPanelComponent, QdPageFooterComponent, QdPageFooterCustomContentDirective, QdPageInfoBannerComponent, QdPageModule, QdPageStepComponent, QdPageStepperAdapterDirective, QdPageStepperComponent, QdPageStepperModule, QdPageStoreService, QdPageTabComponent, QdPageTabsAdapterDirective, QdPageTabsComponent, QdPageTabsModule, QdPanelSectionActionsComponent, QdPanelSectionComponent, QdPanelSectionModule, QdPanelSectionStatusComponent, QdPanelSectionTextParagraphComponent, QdPendingChangesGuardDirective, QdPercentageProgressBarComponent, QdPinCodeComponent, QdPlaceHolderComponent, QdPlaceHolderModule, QdPlaceholderPipe, QdProgressBarModule, QdProjectionGuardComponent, QdPushEventsService, QdQuickEditComponent, QdQuickEditModule, QdRadioButtonsComponent, QdRichtextComponent, QdRouterQueryParamHubService, QdRwdDisabledDirective, QdSearchComponent, QdSearchModule, QdSectionAdapterDirective, QdSectionComponent, QdSectionModule, QdSectionToolbarComponent, QdShellComponent, QdShellModule, QdSortDirection, QdSpinnerComponent, QdSpinnerModule, QdStatusIndicatorComponent, QdStatusIndicatorModule, QdStatusPairsCaptionComponent, QdStatusPairsComponent, QdStatusPairsErrorComponent, QdStatusPairsItemComponent, QdStatusPairsValueComponent, QdSubgridComponent, QdSwitchComponent, QdSwitchesComponent, QdTableComponent, QdTableModule, QdTableSpringTools, QdTextSectionComponent, QdTextSectionHeadlineComponent, QdTextSectionModule, QdTextSectionParagraphComponent, QdTextareaComponent, QdTileButtonListComponent, QdTileComponent, QdTileTextListComponent, QdTileTextListItemComponent, QdTileTitleComponent, QdTilesComponent, QdTilesModule, QdTilesTitleComponent, QdTooltipAtIntersectionDirective, QdTooltipIconComponent, QdTreeComponent, QdTreeModule, QdTreeRowExpanderService, QdUiMockModule, QdUiModule, QdUploadErrorType, QdValidators, QdViewportAdaptiveDirective, QdVisuallyHiddenDirective, chipColorDefault, createMetadataStream, updateHtmlLang };
18027
+ export { APP_ENVIRONMENT, AVAILABLE_ICONS, BACKEND_ERROR_CODES, MockLocaleDatePipe, NavigationTileComponent, NavigationTilesComponent, QD_DIALOG_CONFIRMATION_RESOLVER_TOKEN, QD_FILE_MANAGER_TOKEN, QD_FILE_UPLOAD_MANAGER_TOKEN, QD_FORM_OPTIONS_RESOLVER, QD_PAGE_OBJECT_RESOLVER_TOKEN, QD_PAGE_STEP_RESOLVER_TOKEN, QD_POPOVER_TOP_FIRST, QD_SAFE_BOTTOM_OFFSET, QD_TABLE_DATA_RESOLVER_TOKEN, QD_UPLOAD_HTTP_OPTIONS, QdButtonComponent, QdButtonGhostDirective, QdButtonGridComponent, QdButtonLinkDirective, QdButtonModule, QdButtonStackButtonComponent, QdButtonStackComponent, QdCheckboxChipsComponent, QdCheckboxComponent, QdCheckboxesComponent, QdChipComponent, QdChipModule, QdColumnAutoFillDirective, QdColumnBreakBeforeDirective, QdColumnDirective, QdColumnDisableResponsiveColspansDirective, QdColumnFullGridWidthDirective, QdColumnNextInSameRowDirective, QdColumnsDirective, QdColumnsDisableAutoFillDirective, QdColumnsDisableResponsiveColspansDirective, QdColumnsMaxDirective, QdCommentsComponent, QdCommentsModule, QdConnectFormStateToPageDirective, QdConnectorTableContextDirective, QdConnectorTableFilterDirective, QdConnectorTableSearchDirective, QdContactCardComponent, QdContactCardModule, QdContainerPairsCaptionComponent, QdContainerPairsContainerComponent, QdContainerPairsHeaderComponent, QdContainerPairsItemComponent, QdContainerPairsValueComponent, QdContextService, QdCoreModule, QdDatepickerComponent, QdDialogActionComponent, QdDialogAuthSessionEndComponent, QdDialogAuthSessionEndService, QdDialogComponent, QdDialogConfirmationComponent, QdDialogConfirmationErrorDirective, QdDialogConfirmationInfoDirective, QdDialogConfirmationSuccessDirective, QdDialogModule, QdDialogRecordStepperComponent, QdDialogService, QdDialogSize, QdDisabledDirective, QdDropdownComponent, QdFileCollectorComponent, QdFileCollectorModule, QdFileSizePipe$1 as QdFileSizePipe, QdFileUploadComponent, QdFileUploadService, QdFilterComponent, QdFilterFormItemsComponent, QdFilterModule, QdFilterRestParamBuilder, QdFilterService, QdFormArray, QdFormBuilder, QdFormControl, QdFormGroup, QdFormModule, QdGridComponent, QdGridModule, QdHorizontalPairsCaptionComponent, QdHorizontalPairsComponent, QdHorizontalPairsItemComponent, QdHorizontalPairsValueComponent, QdIconButtonComponent, QdIconComponent, QdIconModule, QdImageComponent, QdImageModule, QdIndeterminateProgressBarComponent, QdInputComponent, QdListModule, QdMenuButtonComponent, QdMockBreakpointService, QdMockButtonComponent, QdMockButtonGhostDirective, QdMockButtonGridComponent, QdMockButtonLinkDirective, QdMockButtonModule, QdMockButtonStackButtonComponent, QdMockButtonStackComponent, QdMockCalendarComponent, QdMockCheckboxChipsComponent, QdMockCheckboxComponent, QdMockCheckboxesComponent, QdMockChipComponent, QdMockChipModule, QdMockColumnDirective, QdMockColumnsDirective, QdMockContactCardComponent, QdMockContactCardModule, QdMockContainerPairsCaptionComponent, QdMockContainerPairsContainerComponent, QdMockContainerPairsHeaderComponent, QdMockContainerPairsItemComponent, QdMockContainerPairsValueComponent, QdMockCoreModule, QdMockCounterBadgeComponent, QdMockDatepickerComponent, QdMockDisabledDirective, QdMockDropdownComponent, QdMockFileCollectorComponent, QdMockFileCollectorModule, QdMockFilterCategoryBooleanComponent, QdMockFilterCategoryComponent, QdMockFilterCategoryDateComponent, QdMockFilterCategoryDateRangeComponent, QdMockFilterCategoryFreeTextComponent, QdMockFilterCategorySelectComponent, QdMockFilterComponent, QdMockFilterFormItemsComponent, QdMockFilterItemBooleanComponent, QdMockFilterItemDateComponent, QdMockFilterItemDateRangeComponent, QdMockFilterItemFreeTextComponent, QdMockFilterItemMultiSelectComponent, QdMockFilterItemSingleSelectComponent, QdMockFilterModule, QdMockFilterService, QdMockFormErrorComponent, QdMockFormGroupErrorComponent, QdMockFormHintComponent, QdMockFormLabelComponent, QdMockFormReadonlyComponent, QdMockFormViewonlyComponent, QdMockFormsModule, QdMockGridModule, QdMockIconButtonComponent, QdMockIconComponent, QdMockIconModule, QdMockImageComponent, QdMockImageModule, QdMockIndeterminateProgressBarComponent, QdMockInputComponent, QdMockListModule, QdMockNavigationTileComponent, QdMockNavigationTilesComponent, QdMockNavigationTilesModule, QdMockNotificationComponent, QdMockNotificationContentComponent, QdMockNotificationsComponent, QdMockNotificationsModule, QdMockNotificationsService, QdMockPageComponent, QdMockPageModule, QdMockPercentageProgressBarComponent, QdMockPinCodeComponent, QdMockPlaceHolderModule, QdMockPopoverOnClickDirective, QdMockProgressBarModule, QdMockQdPlaceHolderComponent, QdMockRadioButtonsComponent, QdMockRwdDisabledDirective, QdMockSearchComponent, QdMockSearchModule, QdMockSectionComponent, QdMockSectionModule, QdMockShellComponent, QdMockShellFooterComponent, QdMockShellHeaderBannerComponent, QdMockShellHeaderComponent, QdMockShellHeaderSearchComponent, QdMockShellHeaderWidgetComponent, QdMockShellModule, QdMockShellToolbarComponent, QdMockShellToolbarItemComponent, QdMockStatusIndicatorCaptionComponent, QdMockStatusIndicatorComponent, QdMockStatusIndicatorItemComponent, QdMockStatusIndicatorModule, QdMockStatusPairsCaptionComponent, QdMockStatusPairsComponent, QdMockStatusPairsErrorComponent, QdMockStatusPairsItemComponent, QdMockStatusPairsValueComponent, QdMockSwitchComponent, QdMockSwitchesComponent, QdMockTableComponent, QdMockTableModule, QdMockTextSectionComponent, QdMockTextSectionHeadlineComponent, QdMockTextSectionModule, QdMockTextSectionParagraphComponent, QdMockTextareaComponent, QdMockTileButtonListComponent, QdMockTileComponent, QdMockTileTextListComponent, QdMockTileTextListItemComponent, QdMockTileTitleComponent, QdMockTilesContainerComponent, QdMockTilesContainerTitleComponent, QdMockTilesModule, QdMockTranslatePipe, QdMockVisuallyHiddenDirective, QdMultiInputComponent, QdNavigationTilesModule, QdNotificationComponent, QdNotificationContentComponent, QdNotificationsComponent, QdNotificationsHttpInterceptorService, QdNotificationsModule, QdNotificationsService, QdNotificationsSnackbarListenerDirective, QdNumberInputService, QdPageComponent, QdPageControlPanelComponent, QdPageFooterComponent, QdPageFooterCustomContentDirective, QdPageInfoBannerComponent, QdPageModule, QdPageStepComponent, QdPageStepperAdapterDirective, QdPageStepperComponent, QdPageStepperModule, QdPageStoreService, QdPageTabComponent, QdPageTabsAdapterDirective, QdPageTabsComponent, QdPageTabsModule, QdPanelSectionActionsComponent, QdPanelSectionComponent, QdPanelSectionModule, QdPanelSectionStatusComponent, QdPanelSectionTextParagraphComponent, QdPendingChangesGuardDirective, QdPercentageProgressBarComponent, QdPinCodeComponent, QdPlaceHolderComponent, QdPlaceHolderModule, QdPlaceholderPipe, QdProgressBarModule, QdProjectionGuardComponent, QdPushEventsService, QdQuickEditComponent, QdQuickEditModule, QdRadioButtonsComponent, QdRichtextComponent, QdRouterQueryParamHubService, QdRwdDisabledDirective, QdSearchComponent, QdSearchModule, QdSectionAdapterDirective, QdSectionComponent, QdSectionModule, QdSectionToolbarComponent, QdShellComponent, QdShellModule, QdSortDirection, QdSpinnerComponent, QdSpinnerModule, QdStatusIndicatorComponent, QdStatusIndicatorModule, QdStatusPairsCaptionComponent, QdStatusPairsComponent, QdStatusPairsErrorComponent, QdStatusPairsItemComponent, QdStatusPairsValueComponent, QdSubgridComponent, QdSwitchComponent, QdSwitchesComponent, QdTableComponent, QdTableModule, QdTableSpringTools, QdTextSectionComponent, QdTextSectionHeadlineComponent, QdTextSectionModule, QdTextSectionParagraphComponent, QdTextareaComponent, QdTileButtonListComponent, QdTileComponent, QdTileTextListComponent, QdTileTextListItemComponent, QdTileTitleComponent, QdTilesComponent, QdTilesModule, QdTilesTitleComponent, QdTooltipAtIntersectionDirective, QdTooltipIconComponent, QdTreeComponent, QdTreeModule, QdTreeRowExpanderService, QdUiMockModule, QdUiModule, QdUploadErrorType, QdValidators, QdViewportAdaptiveDirective, QdVisuallyHiddenDirective, chipColorDefault, createMetadataStream, updateHtmlLang };
17985
18028
  export type { CustomField, QdAppEnvironment, QdButtonAdditionalInfo, QdButtonColor, QdChipColor, QdCollectedFile, QdComment, QdCommentAuthorFieldConfig, QdCommentCustomFieldConfig, QdCommentDeletedMeta, QdCommentRichtextConfig, QdCommentSecondaryActionConfig, QdCommentsAddButtonConfig, QdCommentsAddConfig, QdCommentsConfig, QdContactAddress, QdContactData, QdContactDataCustomField, QdContactDataCustomFieldEntry, QdContactDataCustomTranslatedEntry, QdContactFunction, QdContactPerson, QdContactTag, QdContextSelection, QdDependentFilterCategory, QdDialogAuthSessionEndResult, QdDialogConfig, QdDialogConfirmationConfig, QdDialogConfirmationResolver, QdDialogData, QdDialogTitle, QdFileCollectorConfig, QdFileManager, QdFileType, QdFileUploadManager, QdFilterCategory, QdFilterConfigData, QdFilterItem, QdFilterPostBodyCategory, QdFilterPostBodyData, QdFormCheckboxChipsConfiguration, QdFormCheckboxesConfiguration, QdFormConfiguration, QdFormDatepickerConfiguration, QdFormDropdownConfiguration, QdFormFileUploadConfiguration, QdFormHint, QdFormInput, QdFormInputConfiguration, QdFormLabel, QdFormMultiInputConfiguration, QdFormOption, QdFormOptionsResolver, QdFormPinCodeConfiguration, QdFormRadioButtonsConfiguration, QdFormSwitchesConfiguration, QdFormTextAreaConfiguration, QdGridConfig, QdInputValue, QdInputValueWithUnit, QdInspectOperationMode, QdMenuButtonConfig, QdMultiInputOption, QdNotification, QdNotificationType, QdPageConfig, QdPageConfigCreate, QdPageConfigCustom, QdPageConfigInspect, QdPageConfigOverview, QdPageControlPanelConfig, QdPageHeaderFacetConfig, QdPageInfoBannerConfig, QdPageObjectResolver, QdPageObjectResolverConfig, QdPageSelectedContext, QdPageStepConfig, QdPageStepResolver, QdPageStepperConfig, QdPageTabConfig, QdPageTabCounters, QdPageTabsConfig, QdPageTypeCreateConfig, QdPageTypeCustomConfig, QdPageTypeInspectConfig, QdPageTypeOverviewConfig, QdPlaceholder, QdPushEventName, QdQuickEditConfig, QdQuickEditData, QdRichtextConfig, QdSearchOptions, QdSearchPostBodyData, QdSectionActionType, QdSectionConfig, QdShellConfig, QdShellFooterCopyrightInfo, QdShellNavigationConfig, QdShellServiceNavigationBadge, QdShellServiceNavigationConfig, QdShellServiceNavigationContactInfo, QdShellServiceNavigationCustomButtonLinks, QdShellServiceNavigationEnvironment, QdShellServiceNavigationHrefs, QdShellServiceNavigationInfoLink, QdShellServiceNavigationLanguage, QdShellServiceNavigationMultiHrefs, QdShellServiceNavigationProfileLink, QdShellServiceNavigationSingleHref, QdShellToolbarConfig, QdShellToolbarItem, QdStatusIndicator, QdSwitchOption, QdTabSelectionEvent, QdTableChipDataValue, QdTableConfig, QdTableConfigColumn, QdTableConfigSelection, QdTableContentDataChip, QdTableContentDataChipObject, QdTableData, QdTableDataResolver, QdTableDataResolverProps, QdTableDataRow, QdTableDataValue, QdTableEmptyStateView, QdTableOptionalRefreshingEventTypes, QdTablePagination, QdTablePrimaryAction, QdTableRecentSecondaryAction, QdTableResolvedData, QdTableRowIdentifier, QdTableRowIndex, QdTableRowUid, QdTableSecondaryAction, QdTableSelectedRow, QdTableSelectedRows, QdTableStateSort, QdTableStatusDataValue, QdTileConfig, QdTilesConfig, QdTooltip, QdTranslatable, QdTranslation, QdTreeConfig, QdTreeData, QdTreeDataRow, QdTreeDataValue, QdUploadError, QdUploadProgress };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quadrel-enterprise-ui/framework",
3
- "version": "20.14.0",
3
+ "version": "20.15.1",
4
4
  "exports": {
5
5
  "./jest-preset": "./jest-preset.js",
6
6
  "./package.json": {
@@ -68,6 +68,10 @@
68
68
  "i18n.qd.input.units.percentage": "%",
69
69
  "i18n.qd.input.options.loading": "Vorschläge werden geladen...",
70
70
  "i18n.qd.input.options.error": "Fehler beim Laden der Vorschläge",
71
+ "i18n.qd.input.number.ambiguousHint.comma": "Der eingegebene Wert wird gemäß der regionalen Formatierung interpretiert und verwendet als Dezimaltrennzeichen ein Komma (,).",
72
+ "i18n.qd.input.number.ambiguousHint.dot": "Der eingegebene Wert wird gemäß der regionalen Formatierung interpretiert und verwendet als Dezimaltrennzeichen einen Punkt (.).",
73
+ "i18n.qd.input.number.invalidCharacters.comma": "Der eingegebene Wert ist ungültig. Erwartetes Zahlenformat: „123,45“.",
74
+ "i18n.qd.input.number.invalidCharacters.dot": "Der eingegebene Wert ist ungültig. Erwartetes Zahlenformat: „123.45“.",
71
75
  "i18n.qd.multiInput.label.tariffNumbers": "Tarifnummern",
72
76
  "i18n.qd.multiInput.label.tariffNumbers.hint": "Bitte erfassen Sie mindestens eine Tarifnummer.",
73
77
  "i18n.qd.multiInput.label.tariffNumbers.hintFormat": "Bitte erfassen Sie mindestens eine Tarifnummer (Format: 9- od. 13-stellig).",
@@ -68,6 +68,12 @@
68
68
  "i18n.qd.input.units.percentage": "%",
69
69
  "i18n.qd.input.options.loading": "Suggestions are loading...",
70
70
  "i18n.qd.input.options.error": "Error loading suggestions",
71
+
72
+ "i18n.qd.input.number.ambiguousHint.comma": "The entered value is interpreted according to the regional formatting and uses a comma (,) as the decimal separator.",
73
+ "i18n.qd.input.number.ambiguousHint.dot": "The entered value is interpreted according to the regional formatting and uses a dot (.) as the decimal separator.",
74
+ "i18n.qd.input.number.invalidCharacters.comma": "The entered value is invalid. Expected number format: \"123,45\".",
75
+ "i18n.qd.input.number.invalidCharacters.dot": "The entered value is invalid. Expected number format: \"123.45\".",
76
+
71
77
  "i18n.qd.multiInput.label.tariffNumbers": "[en]Tarifnummern",
72
78
  "i18n.qd.multiInput.label.tariffNumbers.hint": "[en]Bitte erfassen Sie mindestens eine Tarifnummer.",
73
79
  "i18n.qd.multiInput.label.tariffNumbers.hintFormat": "[en]Bitte erfassen Sie mindestens eine Tarifnummer (Format: 9- od. 13-stellig).",