@quadrel-enterprise-ui/framework 20.13.0 → 20.15.0

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';
@@ -963,6 +963,16 @@ declare enum QdCalendarMode {
963
963
  MonthPicker = 2
964
964
  }
965
965
 
966
+ declare class QdViewportAdaptiveDirective {
967
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdViewportAdaptiveDirective, never>;
968
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdViewportAdaptiveDirective, "[qdViewportAdaptive]", never, {}, {}, never, never, false, never>;
969
+ }
970
+
971
+ declare class QdDisabledDirective {
972
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdDisabledDirective, never>;
973
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdDisabledDirective, "[qdDisabled]", never, {}, {}, never, never, false, never>;
974
+ }
975
+
966
976
  /**
967
977
  * Represents the QdAppEnvironment configuration.
968
978
  */
@@ -987,72 +997,7 @@ type QdAppEnvironment = {
987
997
  disableBackendNotifications?: boolean;
988
998
  };
989
999
 
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
- }
1000
+ declare const QD_SAFE_BOTTOM_OFFSET: InjectionToken<BehaviorSubject<number>>;
1056
1001
 
1057
1002
  type i18n = string;
1058
1003
  interface QdTranslatable {
@@ -1075,125 +1020,30 @@ interface QdTranslation {
1075
1020
  en: string;
1076
1021
  }
1077
1022
 
1078
- declare class QdVisuallyHiddenDirective {
1079
- static ɵfac: i0.ɵɵFactoryDeclaration<QdVisuallyHiddenDirective, never>;
1080
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdVisuallyHiddenDirective, "[qdVisuallyHidden]", never, {}, {}, never, never, false, never>;
1023
+ declare class QdFileSizePipe$1 implements PipeTransform {
1024
+ private translate;
1025
+ transform(bytes: number | null | undefined): string;
1026
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdFileSizePipe$1, never>;
1027
+ static ɵpipe: i0.ɵɵPipeDeclaration<QdFileSizePipe$1, "qdFileSize", false>;
1081
1028
  }
1082
1029
 
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>;
1030
+ declare class QdPlaceholderPipe implements PipeTransform {
1031
+ transform(value: string, placeholderName: string, replacementStr: string): string;
1032
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdPlaceholderPipe, never>;
1033
+ static ɵpipe: i0.ɵɵPipeDeclaration<QdPlaceholderPipe, "placeholder", false>;
1034
+ }
1035
+
1036
+ declare const QD_POPOVER_TOP_FIRST: InjectionToken<boolean>;
1037
+
1038
+ declare class QdProjectionGuardComponent implements AfterContentInit, AfterViewInit {
1039
+ private elementRef;
1040
+ isDisabled: boolean;
1041
+ warningMessage: string;
1042
+ wildcardSlot: Element;
1043
+ ngAfterContentInit(): void;
1044
+ ngAfterViewInit(): void;
1045
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdProjectionGuardComponent, never>;
1046
+ static ɵcmp: i0.ɵɵComponentDeclaration<QdProjectionGuardComponent, "qd-projection-guard", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "warningMessage": { "alias": "warningMessage"; "required": false; }; }, {}, never, ["*"], false, never>;
1197
1047
  }
1198
1048
 
1199
1049
  /**
@@ -1414,9 +1264,152 @@ declare class QdRouterQueryParamHubService {
1414
1264
  static ɵprov: i0.ɵɵInjectableDeclaration<QdRouterQueryParamHubService>;
1415
1265
  }
1416
1266
 
1417
- declare class QdViewportAdaptiveDirective {
1418
- static ɵfac: i0.ɵɵFactoryDeclaration<QdViewportAdaptiveDirective, never>;
1419
- static ɵdir: i0.ɵɵDirectiveDeclaration<QdViewportAdaptiveDirective, "[qdViewportAdaptive]", never, {}, {}, never, never, false, never>;
1267
+ declare class QdRwdDisabledDirective {
1268
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdRwdDisabledDirective, never>;
1269
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdRwdDisabledDirective, "[qdRwdDisabled]", never, {}, {}, never, never, false, never>;
1270
+ }
1271
+
1272
+ declare class QdNumberInputService {
1273
+ private _locale;
1274
+ private _decimalSeparator;
1275
+ private _groupSeparator;
1276
+ private readonly localeService;
1277
+ private readonly destroyRef;
1278
+ readonly ambiguityHintKeyDot = "i18n.qd.input.number.ambiguousHint.dot";
1279
+ readonly ambiguityHintKeyComma = "i18n.qd.input.number.ambiguousHint.comma";
1280
+ readonly invalidCharactersErrorKeyComma = "i18n.qd.input.number.invalidCharacters.comma";
1281
+ readonly invalidCharactersErrorKeyDot = "i18n.qd.input.number.invalidCharacters.dot";
1282
+ get invalidCharactersErrorKey(): string;
1283
+ get decimalSeparator(): string;
1284
+ get groupSeparator(): string;
1285
+ constructor();
1286
+ detectSeparators(): void;
1287
+ isValidNumber(value: string): boolean;
1288
+ private detectSeparatorsForLocale;
1289
+ filterValue(value: string): string;
1290
+ parseValue(value: string): number | string;
1291
+ isAmbiguous(value: QdInputValue): boolean;
1292
+ getAmbiguityHintKey(value: QdInputValue): string;
1293
+ formatNumberForViewonly(value: QdInputValue): string;
1294
+ formatValueForDisplay(value: QdInputValue): string;
1295
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdNumberInputService, never>;
1296
+ static ɵprov: i0.ɵɵInjectableDeclaration<QdNumberInputService>;
1297
+ }
1298
+
1299
+ type QdPushEventName = 'RESOURCE_CREATED' | 'RESOURCE_UPDATED' | 'RESOURCE_DELETED';
1300
+ /**
1301
+ * Manages a server-sent event (SSE) connection with automatic reconnection and heartbeat monitoring.
1302
+ *
1303
+ * All service endpoints — including SSE — must be protected. The connection is therefore secured
1304
+ * via Quadrel Auth (Bearer token) by default. When the access token refreshes, the connection is
1305
+ * transparently rebuilt. Only disable authentication for endpoints that are explicitly public.
1306
+ *
1307
+ * ### Reconnection behavior
1308
+ *
1309
+ * - **Heartbeat timeout**: If no HEARTBEAT event arrives within the expected interval, the service reconnects.
1310
+ * - **401 Unauthorized**: Triggers exponential-backoff reconnection (max 5 attempts, capped at 30 s).
1311
+ * - **Other errors**: Reconnects immediately when the EventSource transitions to CLOSED.
1312
+ *
1313
+ * Existing `observe()` subscriptions are preserved across reconnections.
1314
+ *
1315
+ * ### Usage
1316
+ *
1317
+ * ```ts
1318
+ * pushEventsService.connect('https://api.example.com/events');
1319
+ *
1320
+ * const sub = pushEventsService.observe('RESOURCE_UPDATED').subscribe(event => handleEvent(event));
1321
+ *
1322
+ * sub.unsubscribe();
1323
+ * pushEventsService.disconnect();
1324
+ * ```
1325
+ */
1326
+ declare class QdPushEventsService {
1327
+ private readonly authenticationService;
1328
+ private _eventSource;
1329
+ private _subjects;
1330
+ private _listeners;
1331
+ private _accessTokenSub?;
1332
+ private _options;
1333
+ private _heartbeatTimeout;
1334
+ private readonly _heartbeatGracePeriod;
1335
+ private readonly _initialHeartbeatTimeout;
1336
+ private _isUnauthorized;
1337
+ private _reconnectAttempts;
1338
+ private readonly _maxReconnectAttempts;
1339
+ private _backoffTimer?;
1340
+ /**
1341
+ * Opens an SSE connection to the given URL.
1342
+ *
1343
+ * With authentication enabled (default), the service subscribes to the `accessToken$` observable
1344
+ * provided by Quadrel Auth and rebuilds the connection whenever the token changes.
1345
+ * No-op if already connected.
1346
+ *
1347
+ * @param url The SSE endpoint URL.
1348
+ * @param options Set `{ disableAuthentication: true }` only for explicitly public endpoints.
1349
+ *
1350
+ * @example
1351
+ * ```ts
1352
+ * // Authenticated (default — requires Quadrel Auth)
1353
+ * pushEventsService.connect('https://api.example.com/events');
1354
+ *
1355
+ * // Without authentication (only for public endpoints)
1356
+ * pushEventsService.connect('https://api.example.com/public-events', { disableAuthentication: true });
1357
+ * ```
1358
+ */
1359
+ connect(url: string, options?: {
1360
+ disableAuthentication: boolean;
1361
+ }): void;
1362
+ /**
1363
+ * Closes the EventSource connection, clears all event listeners, and cancels pending backoff timers.
1364
+ * Subscription subjects are preserved so that a subsequent `connect()` re-attaches them.
1365
+ *
1366
+ * @example
1367
+ * ```ts
1368
+ * pushEventsService.disconnect();
1369
+ * // Subjects survive — a new connect() will re-attach existing observe() subscriptions.
1370
+ * ```
1371
+ */
1372
+ disconnect(): void;
1373
+ /**
1374
+ * Returns an Observable that emits whenever the server sends an event of the given type.
1375
+ *
1376
+ * Lazily registers an EventSource listener on first call per event name.
1377
+ * Returns `NEVER` and logs an error if no connection exists.
1378
+ *
1379
+ * @param eventName The SSE event type to listen for.
1380
+ *
1381
+ * @example
1382
+ * ```ts
1383
+ * pushEventsService.observe('RESOURCE_UPDATED').subscribe(event => handleUpdate(event));
1384
+ * ```
1385
+ */
1386
+ observe(eventName: QdPushEventName): Observable<MessageEvent>;
1387
+ /**
1388
+ * Removes all event listeners and clears all subscription subjects. The connection stays open.
1389
+ * Use this to reset all subscriptions without disconnecting the SSE stream.
1390
+ *
1391
+ * @example
1392
+ * ```ts
1393
+ * pushEventsService.unobserveAll();
1394
+ * // Connection remains open, but no events are forwarded until observe() is called again.
1395
+ * ```
1396
+ */
1397
+ unobserveAll(): void;
1398
+ /** Returns `true` when the EventSource is in state OPEN or CONNECTING. */
1399
+ isConnectedOrConnecting(): boolean;
1400
+ private connectWithAuth;
1401
+ private openEventSource;
1402
+ private reconnect;
1403
+ private handleError;
1404
+ private scheduleRetry;
1405
+ private handleHeartbeat;
1406
+ private addListener;
1407
+ private reattachListeners;
1408
+ private removeAllListeners;
1409
+ private logWarn;
1410
+ private logError;
1411
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdPushEventsService, never>;
1412
+ static ɵprov: i0.ɵɵInjectableDeclaration<QdPushEventsService>;
1420
1413
  }
1421
1414
 
1422
1415
  /**
@@ -1449,6 +1442,39 @@ interface QdTooltip {
1449
1442
  hidden?: boolean;
1450
1443
  }
1451
1444
 
1445
+ /**
1446
+ * QdTooltipAtIntersectionDirective provides a tooltip. This will be triggered if the content is intersected.
1447
+ *
1448
+ * * Selector: [qdTooltipAtIntersection]
1449
+ * * Target Selector: .qd-intersection-target
1450
+ *
1451
+ * The IntersectionObserver API is used for the implementation.
1452
+ * * @see https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver
1453
+ *
1454
+ * * 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.
1455
+ * */
1456
+ declare class QdTooltipAtIntersectionDirective implements AfterViewInit, OnDestroy {
1457
+ private _host;
1458
+ private _positionBuilder;
1459
+ private _overlay;
1460
+ private _overlayRef;
1461
+ private _target;
1462
+ private _observer$;
1463
+ private _isIntersected;
1464
+ private _destroyed$;
1465
+ ngAfterViewInit(): void;
1466
+ ngOnDestroy(): void;
1467
+ private setTarget;
1468
+ private observeTarget;
1469
+ private _setStyles;
1470
+ private createOverlay;
1471
+ private subscribeShow;
1472
+ private subscribeHide;
1473
+ private getContent;
1474
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdTooltipAtIntersectionDirective, never>;
1475
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdTooltipAtIntersectionDirective, "[qdTooltipAtIntersection]", never, {}, {}, never, never, false, never>;
1476
+ }
1477
+
1452
1478
  declare class QdTooltipIconComponent {
1453
1479
  tooltip?: QdTooltip;
1454
1480
  get isVisible(): boolean;
@@ -1456,9 +1482,10 @@ declare class QdTooltipIconComponent {
1456
1482
  static ɵcmp: i0.ɵɵComponentDeclaration<QdTooltipIconComponent, "qd-tooltip-icon", never, { "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, false, never>;
1457
1483
  }
1458
1484
 
1459
- declare const QD_SAFE_BOTTOM_OFFSET: InjectionToken<BehaviorSubject<number>>;
1460
-
1461
- declare const QD_POPOVER_TOP_FIRST: InjectionToken<boolean>;
1485
+ declare class QdVisuallyHiddenDirective {
1486
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdVisuallyHiddenDirective, never>;
1487
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QdVisuallyHiddenDirective, "[qdVisuallyHidden]", never, {}, {}, never, never, false, never>;
1488
+ }
1462
1489
 
1463
1490
  /**
1464
1491
  * The **QdChip** component can visualize different statuses.
@@ -6915,6 +6942,7 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
6915
6942
  private readonly resolverRegistry;
6916
6943
  private readonly controlContainer;
6917
6944
  private readonly eventBrokerService;
6945
+ private readonly numberInputService;
6918
6946
  /**
6919
6947
  * The form control name can be assigned here if you want to use Reactive Forms.
6920
6948
  */
@@ -6985,9 +7013,11 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
6985
7013
  areUnitsOpened: boolean;
6986
7014
  get hasError(): boolean;
6987
7015
  get isErrorFromOutside(): boolean;
7016
+ get isAmbiguousState(): boolean;
6988
7017
  inputElement: ElementRef;
6989
7018
  inputType: QdInputType;
6990
7019
  inputMode: QdInputMode;
7020
+ htmlInputType: string;
6991
7021
  placeholder: string;
6992
7022
  label: string;
6993
7023
  hint: string;
@@ -6999,10 +7029,13 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
6999
7029
  control: AbstractControl | QdFormControl<any>;
7000
7030
  private _optionsResolver;
7001
7031
  private _subs;
7032
+ private _isUserTyped;
7002
7033
  private _onChange;
7003
7034
  private _onTouch;
7004
7035
  get hasOnlyUnitsError(): boolean;
7005
7036
  get hasUnits(): boolean;
7037
+ get ambiguityHintKey(): string;
7038
+ get isAmbiguousInput(): boolean;
7006
7039
  get numberOfCharacters(): number;
7007
7040
  get hasMaxLength(): boolean;
7008
7041
  get maxLength(): number;
@@ -7029,6 +7062,7 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
7029
7062
  private emitValue;
7030
7063
  private initOpModeSubscription;
7031
7064
  private normalizeInitialControlValueIfNeeded;
7065
+ private applyDisplayFormat;
7032
7066
  static ɵfac: i0.ɵɵFactoryDeclaration<QdInputComponent, never>;
7033
7067
  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
7068
  }
@@ -17257,6 +17291,7 @@ declare class QdShellServiceNavigationComponent implements OnInit, OnDestroy, Af
17257
17291
  private _config;
17258
17292
  private _destroyed$;
17259
17293
  private _attributesHaveBeenSet$;
17294
+ private readonly localeService;
17260
17295
  ngOnInit(): void;
17261
17296
  private setPamsEnvironment;
17262
17297
  private logPamsEnvironmentMissingError;
@@ -17981,5 +18016,5 @@ declare class QdUiModule {
17981
18016
 
17982
18017
  declare const APP_ENVIRONMENT: InjectionToken<QdAppEnvironment>;
17983
18018
 
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 };
18019
+ 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
18020
  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.13.0",
3
+ "version": "20.15.0",
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).",
@@ -68,6 +68,12 @@
68
68
  "i18n.qd.input.units.percentage": "%",
69
69
  "i18n.qd.input.options.loading": "[fr] Vorschläge werden geladen...",
70
70
  "i18n.qd.input.options.error": "[fr] Fehler beim Laden der Vorschläge",
71
+
72
+ "i18n.qd.input.number.ambiguousHint.comma": "La valeur saisie est interprétée conformément au format régional et utilise une virgule (,) comme séparateur décimal.",
73
+ "i18n.qd.input.number.ambiguousHint.dot": "La valeur saisie est interprétée conformément au format régional et utilise un point (.) comme séparateur décimal.",
74
+ "i18n.qd.input.number.invalidCharacters.comma": "La valeur saisie est invalide. Format numérique attendu : « 123,45 ».",
75
+ "i18n.qd.input.number.invalidCharacters.dot": "La valeur saisie est invalide. Format numérique attendu : « 123.45 ».",
76
+
71
77
  "i18n.qd.multiInput.label.tariffNumbers": "[fr]Tarifnummern",
72
78
  "i18n.qd.multiInput.label.tariffNumbers.hint": "[fr]Bitte erfassen Sie mindestens eine Tarifnummer.",
73
79
  "i18n.qd.multiInput.label.tariffNumbers.hintFormat": "[fr]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": "[it] Vorschläge werden geladen...",
70
70
  "i18n.qd.input.options.error": "[it] Fehler beim Laden der Vorschläge",
71
+
72
+ "i18n.qd.input.number.ambiguousHint.comma": "Il valore inserito viene interpretato in base al formato regionale e utilizza una virgola (,) come separatore decimale.",
73
+ "i18n.qd.input.number.ambiguousHint.dot": "Il valore inserito viene interpretato in base al formato regionale e utilizza un punto (.) come separatore decimale.",
74
+ "i18n.qd.input.number.invalidCharacters.comma": "Il valore inserito non è valido. Formato numerico previsto: \"123,45\".",
75
+ "i18n.qd.input.number.invalidCharacters.dot": "Il valore inserito non è valido. Formato numerico previsto: \"123.45\".",
76
+
71
77
  "i18n.qd.multiInput.label.tariffNumbers": "[it]Tarifnummern",
72
78
  "i18n.qd.multiInput.label.tariffNumbers.hint": "[it]Bitte erfassen Sie mindestens eine Tarifnummer.",
73
79
  "i18n.qd.multiInput.label.tariffNumbers.hintFormat": "[it]Bitte erfassen Sie mindestens eine Tarifnummer (Format: 9- od. 13-stellig).",