@energycap/components 0.46.15 → 22.0.2-angular-22.20260721-2053
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/energycap-components.min.css +1 -1
- package/fesm2022/energycap-components.mjs +834 -601
- package/fesm2022/energycap-components.mjs.map +1 -1
- package/package.json +10 -9
- package/schematics/utilities/typescript.js +34 -1
- package/schematics/utilities/typescript.js.map +1 -1
- package/schematics/utilities/workspace.js +1 -0
- package/schematics/utilities/workspace.js.map +1 -1
- package/src/styles/mixins/_button-base.scss +6 -1
- package/src/styles/mixins/_form-control-base.scss +10 -1
- package/src/styles/mixins/_login.scss +1 -0
- package/src/styles/mixins/_menu-base.scss +7 -2
- package/src/styles/mixins/_tabs-base.scss +11 -3
- package/src/styles/mixins/_text.scss +6 -2
- package/types/energycap-components.d.ts +109 -34
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@energycap/components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "22.0.2-angular-22.20260721-2053",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^2.0.0"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@angular/common": ">=
|
|
10
|
-
"@angular/core": ">=
|
|
11
|
-
"@angular/forms": ">=
|
|
12
|
-
"@angular/router": ">=
|
|
13
|
-
"@angular/cdk": ">=
|
|
9
|
+
"@angular/common": ">=22.0.0",
|
|
10
|
+
"@angular/core": ">=22.0.0",
|
|
11
|
+
"@angular/forms": ">=22.0.0",
|
|
12
|
+
"@angular/router": ">=22.0.0",
|
|
13
|
+
"@angular/cdk": ">=22.0.0",
|
|
14
14
|
"@ngx-translate/core": "^15.0.0",
|
|
15
15
|
"popper.js": "~1.11.1",
|
|
16
|
-
"lodash": "^4.17.21",
|
|
17
|
-
"
|
|
16
|
+
"lodash-es": "^4.17.21",
|
|
17
|
+
"luxon": "^3.5.0",
|
|
18
18
|
"ngx-clipboard": "^16.0.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2022/energycap-components.mjs",
|
|
@@ -28,5 +28,6 @@
|
|
|
28
28
|
"default": "./fesm2022/energycap-components.mjs"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
-
"sideEffects": false
|
|
31
|
+
"sideEffects": false,
|
|
32
|
+
"type": "module"
|
|
32
33
|
}
|
|
@@ -1,10 +1,43 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
2
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
36
|
exports.parseTsConfig = parseTsConfig;
|
|
4
37
|
exports.createTsCompilerHost = createTsCompilerHost;
|
|
5
38
|
exports.createTsProgram = createTsProgram;
|
|
6
39
|
const path_1 = require("path");
|
|
7
|
-
const ts = require("typescript");
|
|
40
|
+
const ts = __importStar(require("typescript"));
|
|
8
41
|
/** Parses the TSConfig file to be used in the TS Compiler Program. */
|
|
9
42
|
function parseTsConfig(absoluteTsConfigPath) {
|
|
10
43
|
const { config } = ts.readConfigFile(absoluteTsConfigPath, ts.sys.readFile);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typescript.js","sourceRoot":"","sources":["../../../../projects/components/schematics/utilities/typescript.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"typescript.js","sourceRoot":"","sources":["../../../../projects/components/schematics/utilities/typescript.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,sCAUC;AAGD,oDAWC;AAGD,0CAOC;AAtCD,+BAAkD;AAClD,+CAAiC;AAEjC,sEAAsE;AACtE,SAAgB,aAAa,CAAC,oBAA4B;IACxD,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,cAAc,CAAC,oBAAoB,EAAE,EAAE,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAC5E,MAAM,SAAS,GAAG;QAChB,yBAAyB,EAAE,EAAE,CAAC,GAAG,CAAC,yBAAyB;QAC3D,UAAU,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU;QAC7B,QAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,QAAQ;QACzB,aAAa,EAAE,EAAE,CAAC,GAAG,CAAC,aAAa;KACpC,CAAC;IAEF,OAAO,EAAE,CAAC,0BAA0B,CAAC,MAAM,EAAE,SAAS,EAAE,IAAA,cAAO,EAAC,oBAAoB,CAAC,EAAE,EAAE,CAAC,CAAC;AAC7F,CAAC;AAED,sEAAsE;AACtE,SAAgB,oBAAoB,CAAC,IAAU,EAAE,OAA2B,EAAE,QAAgB;IAC5F,MAAM,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC;IAC5C,6FAA6F;IAC7F,IAAI,CAAC,QAAQ,GAAG,CAAC,QAAgB,EAAE,EAAE;;QACnC,kFAAkF;QAClF,MAAM,QAAQ,GAAG,IAAA,eAAQ,EAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;QAC9C,MAAM,MAAM,GAAG,MAAA,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,0CAAE,QAAQ,EAAE,CAAC;QAC/C,kDAAkD;QAClD,OAAO,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;IACxC,CAAC,CAAC;IACF,OAAO,IAAI,CAAC;AACd,CAAC;AAGD,SAAgB,eAAe,CAAC,IAAU,EAAE,YAAoB,EAAE,QAAgB;IAChF,6HAA6H;IAC7H,MAAM,oBAAoB,GAAG,IAAA,cAAO,EAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;IAC7D,MAAM,MAAM,GAAG,aAAa,CAAC,oBAAoB,CAAC,CAAC;IACnD,MAAM,OAAO,mCAAQ,MAAM,CAAC,OAAO,KAAE,YAAY,EAAE,IAAI,EAAE,mBAAmB,EAAE,IAAI,GAAE,CAAC;IACrF,MAAM,IAAI,GAAG,oBAAoB,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;IAC3D,OAAO,EAAE,CAAC,aAAa,CAAC,MAAM,CAAC,SAAS,EAAE,OAAO,EAAE,IAAI,CAAC,CAAC;AAC3D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../../../projects/components/schematics/utilities/workspace.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,qDAAqD;AACrD,iGAAiG;AAEjG,kFAAkF;AAClF,8EAA8E;AAC9E,aAAa;AACb,sDAAsD;AACtD,sCAAsC;AACtC,qBAAqB;AACrB,sDAAsD;AACtD,UAAU;AACV,mDAAmD;AACnD,SAAS;AACT,mEAAmE;AACnE,2CAA2C;AAC3C,SAAS;AACT,0DAA0D;AAC1D,4EAA4E;AAC5E,SAAS;AACT,qDAAqD;AACrD,kCAAkC;AAClC,QAAQ;AACR,MAAM;AACN,IAAI;AAEJ,qJAAqJ;AACrJ,0GAA0G;AAC1G,4CAA4C;AAC5C,sEAAsE;AACtE,sBAAsB;AACtB,IAAI;AAEJ,6FAA6F;AAC7F,sGAAsG;AACtG,0CAA0C;AAC1C,yCAAyC;AACzC,mGAAmG;AAEnG,6EAA6E;AAC7E,iDAAiD;AACjD,kBAAkB;AAClB,QAAQ;AAER,4DAA4D;AAC5D,yGAAyG;AACzG,8DAA8D;AAC9D,6FAA6F;AAC7F,UAAU;AACV,QAAQ;AACR,MAAM;AAEN,0CAA0C;AAC1C,IAAI"}
|
|
1
|
+
{"version":3,"file":"workspace.js","sourceRoot":"","sources":["../../../../projects/components/schematics/utilities/workspace.ts"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,qDAAqD;AACrD,iGAAiG;AAEjG,kFAAkF;AAClF,8EAA8E;AAC9E,aAAa;AACb,sDAAsD;AACtD,sCAAsC;AACtC,qBAAqB;AACrB,sDAAsD;AACtD,UAAU;AACV,mDAAmD;AACnD,SAAS;AACT,mEAAmE;AACnE,2CAA2C;AAC3C,SAAS;AACT,0DAA0D;AAC1D,4EAA4E;AAC5E,SAAS;AACT,qDAAqD;AACrD,kCAAkC;AAClC,QAAQ;AACR,MAAM;AACN,IAAI;AAEJ,qJAAqJ;AACrJ,0GAA0G;AAC1G,4CAA4C;AAC5C,sEAAsE;AACtE,sBAAsB;AACtB,IAAI;AAEJ,6FAA6F;AAC7F,sGAAsG;AACtG,0CAA0C;AAC1C,yCAAyC;AACzC,mGAAmG;AAEnG,6EAA6E;AAC7E,iDAAiD;AACjD,kBAAkB;AAClB,QAAQ;AAER,4DAA4D;AAC5D,yGAAyG;AACzG,8DAA8D;AAC9D,6FAA6F;AAC7F,UAAU;AACV,QAAQ;AACR,MAAM;AAEN,0CAA0C;AAC1C,IAAI"}
|
|
@@ -37,11 +37,16 @@ $button-padding-x: 0.5rem;
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
&:focus {
|
|
40
|
-
outline:
|
|
40
|
+
outline: 2px solid transparent;
|
|
41
|
+
outline-offset: 2px;
|
|
41
42
|
position: relative;
|
|
42
43
|
z-index: 1;
|
|
43
44
|
}
|
|
44
45
|
|
|
46
|
+
&:focus-visible {
|
|
47
|
+
outline-color: var(--ec-border-color-focus);
|
|
48
|
+
}
|
|
49
|
+
|
|
45
50
|
&:disabled {
|
|
46
51
|
background-color: var(--ec-background-color-disabled);
|
|
47
52
|
border: 1px solid var(--ec-form-control-border-color-disabled);
|
|
@@ -125,6 +125,8 @@ $checkbox-indicator-size: $form-control-icon-size;
|
|
|
125
125
|
} @else if $state == focus {
|
|
126
126
|
border-color: var(--ec-form-control-border-color-focus);
|
|
127
127
|
box-shadow: var(--ec-form-control-box-shadow-focus);
|
|
128
|
+
outline: 2px solid transparent;
|
|
129
|
+
outline-offset: 2px;
|
|
128
130
|
position: relative;
|
|
129
131
|
z-index: 1;
|
|
130
132
|
|
|
@@ -342,7 +344,14 @@ $checkbox-indicator-size: $form-control-icon-size;
|
|
|
342
344
|
textarea:focus,
|
|
343
345
|
input:focus,
|
|
344
346
|
select:focus {
|
|
345
|
-
outline:
|
|
347
|
+
outline: 2px solid transparent;
|
|
348
|
+
outline-offset: 2px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
textarea:focus-visible,
|
|
352
|
+
input:focus-visible,
|
|
353
|
+
select:focus-visible {
|
|
354
|
+
outline-color: var(--ec-border-color-focus);
|
|
346
355
|
}
|
|
347
356
|
|
|
348
357
|
.sr-only {
|
|
@@ -68,12 +68,17 @@ $menu-item-padding: get-item-padding($menu-item-height, $menu-item-line-height);
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
&:focus .item-wrapper{
|
|
71
|
-
outline:
|
|
72
|
-
|
|
71
|
+
outline: 2px solid transparent;
|
|
72
|
+
outline-offset: -2px;
|
|
73
|
+
background-color: var(--ec-background-color-selected);
|
|
73
74
|
position: relative;
|
|
74
75
|
z-index: 1;
|
|
75
76
|
}
|
|
76
77
|
|
|
78
|
+
&:focus-visible .item-wrapper{
|
|
79
|
+
outline-color: var(--ec-border-color-focus);
|
|
80
|
+
}
|
|
81
|
+
|
|
77
82
|
&.is-disabled .item-wrapper {
|
|
78
83
|
color: var(--ec-color-disabled-dark);
|
|
79
84
|
opacity: var(--ec-form-control-opacity-disabled);
|
|
@@ -61,9 +61,6 @@
|
|
|
61
61
|
|
|
62
62
|
&:hover,
|
|
63
63
|
&:focus {
|
|
64
|
-
// Override the default browser focus ring
|
|
65
|
-
outline: none;
|
|
66
|
-
|
|
67
64
|
@if $style =='pills' {
|
|
68
65
|
border-color: var(--ec-tab-border-color-active, var(--ec-border-color-focus));
|
|
69
66
|
box-shadow: 0 0 0 1px var(--ec-tab-border-color-active, var(--ec-border-color-focus));
|
|
@@ -85,6 +82,17 @@
|
|
|
85
82
|
}
|
|
86
83
|
}
|
|
87
84
|
|
|
85
|
+
// Transparent outline only on actual focus (not hover) so forced-colors doesn't
|
|
86
|
+
// promote it to a visible ring on hover; keyboard ring set in &:focus-visible below.
|
|
87
|
+
&:focus {
|
|
88
|
+
outline: 2px solid transparent;
|
|
89
|
+
outline-offset: -2px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&:focus-visible {
|
|
93
|
+
outline-color: var(--ec-border-color-focus);
|
|
94
|
+
}
|
|
95
|
+
|
|
88
96
|
&.is-disabled {
|
|
89
97
|
opacity: var(--ec-form-control-opacity-disabled);
|
|
90
98
|
cursor: default;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnInit, OnChanges, AfterViewInit, OnDestroy, TemplateRef, EventEmitter, ElementRef, SimpleChanges, PipeTransform, ViewContainerRef, Renderer2, QueryList, ApplicationRef, AfterContentInit, Type, ComponentRef,
|
|
3
|
-
import * as
|
|
2
|
+
import { OnInit, OnChanges, AfterViewInit, OnDestroy, TemplateRef, EventEmitter, ElementRef, SimpleChanges, PipeTransform, ViewContainerRef, Renderer2, QueryList, ApplicationRef, AfterContentInit, Type, ComponentRef, AfterViewChecked, Injector, Provider, ModuleWithProviders } from '@angular/core';
|
|
3
|
+
import * as i74 from '@angular/router';
|
|
4
4
|
import { Params, Router, ActivatedRoute, ActivatedRouteSnapshot, ParamMap, UrlSegment, QueryParamsHandling } from '@angular/router';
|
|
5
5
|
import { Subject, Observable } from 'rxjs';
|
|
6
|
-
import * as
|
|
6
|
+
import * as i73 from '@angular/forms';
|
|
7
7
|
import { UntypedFormGroup, AbstractControl, ValidatorFn, ValidationErrors, UntypedFormArray, UntypedFormControl, FormControlDirective, AsyncValidatorFn, FormGroup, FormControl } from '@angular/forms';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i75 from '@ngx-translate/core';
|
|
9
9
|
import { TranslateService } from '@ngx-translate/core';
|
|
10
|
-
import
|
|
10
|
+
import { DateTime } from 'luxon';
|
|
11
11
|
import * as _angular_cdk_overlay from '@angular/cdk/overlay';
|
|
12
12
|
import { OverlayRef, Overlay as Overlay$1, CdkConnectedOverlay } from '@angular/cdk/overlay';
|
|
13
13
|
import Popper from 'popper.js';
|
|
14
14
|
import { ClipboardService } from 'ngx-clipboard';
|
|
15
|
-
import * as
|
|
15
|
+
import * as i76 from '@angular/cdk/a11y';
|
|
16
16
|
import { InteractivityChecker } from '@angular/cdk/a11y';
|
|
17
|
-
import * as
|
|
18
|
-
import * as
|
|
17
|
+
import * as i72 from '@angular/common';
|
|
18
|
+
import * as i78 from '@angular/cdk/scrolling';
|
|
19
19
|
import { HttpErrorResponse } from '@angular/common/http';
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -300,7 +300,7 @@ declare class UserPreferenceService {
|
|
|
300
300
|
static ɵprov: i0.ɵɵInjectableDeclaration<UserPreferenceService>;
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
type DateDisplay = Date |
|
|
303
|
+
type DateDisplay = Date | DateTime | string | number | null;
|
|
304
304
|
/**
|
|
305
305
|
* Format a date to the user's preference for display
|
|
306
306
|
* @deprecated Use DateDisplayPipe2 instead
|
|
@@ -3148,7 +3148,6 @@ declare const DialogCloseDuration: number;
|
|
|
3148
3148
|
declare const PanelOpenDuration: number;
|
|
3149
3149
|
declare const PanelCloseDuration: number;
|
|
3150
3150
|
declare class DialogComponent {
|
|
3151
|
-
private componentFactoryResolver;
|
|
3152
3151
|
private windowService;
|
|
3153
3152
|
private dialogService;
|
|
3154
3153
|
private documentRef;
|
|
@@ -3227,7 +3226,7 @@ declare class DialogComponent {
|
|
|
3227
3226
|
*/
|
|
3228
3227
|
updateCdkTrapFocusAutoCapture: boolean;
|
|
3229
3228
|
private previouslyFocusedElement;
|
|
3230
|
-
constructor(
|
|
3229
|
+
constructor(windowService: WindowService, dialogService: DialogService, documentRef: Document);
|
|
3231
3230
|
ngOnInit(): void;
|
|
3232
3231
|
ngOnDestroy(): void;
|
|
3233
3232
|
/**
|
|
@@ -5820,6 +5819,13 @@ declare class QuarterSelectionStrategy extends DateInputSelectionStrategyBase {
|
|
|
5820
5819
|
readonly showSecondaryTextbox = false;
|
|
5821
5820
|
readonly showSecondaryCalendar = false;
|
|
5822
5821
|
formatSelection(selection?: DateInput.Selection | null): DateInput.TextboxGroup['value'];
|
|
5822
|
+
/**
|
|
5823
|
+
* Format of the quarter range shown in the textbox (see {@link formatSelection}), e.g. "Jan–Mar, 2023".
|
|
5824
|
+
* Included in parsing so the displayed value round-trips (Luxon parsing is strict and would otherwise
|
|
5825
|
+
* reject it, clearing the selection when the textbox is blurred). Both month tokens land in the same
|
|
5826
|
+
* quarter, so parsing keys off whichever the parser resolves.
|
|
5827
|
+
*/
|
|
5828
|
+
private readonly rangeParseFormats;
|
|
5823
5829
|
parseTextboxValues(value: DateInput.TextboxGroup['value'], parseFormats: string[], opts?: DateInput.ParsingOptions): DateInput.Selection | null;
|
|
5824
5830
|
getSelectionFromDate(date: Date): DateInput.Selection | null;
|
|
5825
5831
|
getNewSelectionFromExisting(previousSelection?: DateInput.Selection): DateInput.Selection | null;
|
|
@@ -5859,6 +5865,17 @@ declare namespace DateInput {
|
|
|
5859
5865
|
type SelectionMode = 'day' | 'last7Days' | 'last28Days' | 'month' | 'quarter' | 'year' | 'range';
|
|
5860
5866
|
function isSelectionSingleDate(selection?: Selection | null): selection is Date;
|
|
5861
5867
|
function isSelectionRange(selection?: Selection | null): selection is Range;
|
|
5868
|
+
/**
|
|
5869
|
+
* Coerces a selection into one backed by real {@link Date} objects.
|
|
5870
|
+
*
|
|
5871
|
+
* The form model is typed as `Date | Range`, but hosts commonly bind ISO date strings
|
|
5872
|
+
* (e.g. values straight off an API response). The display path tolerates strings via
|
|
5873
|
+
* Luxon parsing, but the calendar view builders pass the value to `DateTime.fromJSDate`,
|
|
5874
|
+
* which only accepts a `Date` — a string yields an Invalid Date and crashes the calendar
|
|
5875
|
+
* (`RangeError: Invalid time value`). Normalizing at the boundary lets all downstream
|
|
5876
|
+
* calendar/stepper logic rely on actual Dates. Invalid/unparseable values become null.
|
|
5877
|
+
*/
|
|
5878
|
+
function normalizeSelection(selection?: Selection | null): Selection | null;
|
|
5862
5879
|
type ParsingOptions = {
|
|
5863
5880
|
/**
|
|
5864
5881
|
* When configured, the parser will shift the parsed date to the current year if the date is below this date.
|
|
@@ -5916,7 +5933,7 @@ declare class CalendarComponent implements OnChanges, OnInit {
|
|
|
5916
5933
|
yearRange?: string;
|
|
5917
5934
|
/** Array of calendar item rows to display in the calendar. */
|
|
5918
5935
|
calendarItems: Calendar.Item[][];
|
|
5919
|
-
/** Weekday labels to show at the top of the calendar in day view. */
|
|
5936
|
+
/** Weekday labels to show at the top of the calendar in day view. Starts on Sunday to match the calendar grid layout. */
|
|
5920
5937
|
weekDays: string[];
|
|
5921
5938
|
disablePreviousButton: boolean;
|
|
5922
5939
|
disableNextButton: boolean;
|
|
@@ -6115,6 +6132,21 @@ declare class DateDisplayPipe2 implements PipeTransform {
|
|
|
6115
6132
|
static ɵpipe: i0.ɵɵPipeDeclaration<DateDisplayPipe2, "dateDisplay2", false>;
|
|
6116
6133
|
}
|
|
6117
6134
|
|
|
6135
|
+
/**
|
|
6136
|
+
* Same behavior as {@link DateDisplayPipe2}, but always appends the short named
|
|
6137
|
+
* timezone abbreviation (e.g. `EST`, `PDT`, `UTC`) to the output. Use this when
|
|
6138
|
+
* downstream consumers need to disambiguate the timezone of a rendered date.
|
|
6139
|
+
*
|
|
6140
|
+
* @example <span>{{ someDate | dateDisplay3 | async }}</span>
|
|
6141
|
+
*/
|
|
6142
|
+
declare class DateDisplayPipe3 implements PipeTransform {
|
|
6143
|
+
private userPrefs;
|
|
6144
|
+
constructor(userPrefs: UserPreferenceService);
|
|
6145
|
+
transform(date?: DateDisplay, options?: DateDisplayPipeOptions): Promise<string>;
|
|
6146
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateDisplayPipe3, never>;
|
|
6147
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DateDisplayPipe3, "dateDisplay3", false>;
|
|
6148
|
+
}
|
|
6149
|
+
|
|
6118
6150
|
/**
|
|
6119
6151
|
* Position of the menu relative to the input
|
|
6120
6152
|
*/
|
|
@@ -6430,7 +6462,7 @@ declare class ComponentsModule {
|
|
|
6430
6462
|
*/
|
|
6431
6463
|
static forRoot(config: ComponentsModuleConfig): ModuleWithProviders<ComponentsModule>;
|
|
6432
6464
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
|
|
6433
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof ButtonComponent, typeof TabsComponent, typeof TextboxComponent, typeof NavItemActiveDirective, typeof SpinnerComponent, typeof ViewOverlayComponent, typeof BannerComponent, typeof ResizableTableDirective, typeof TabsComponent, typeof TableComponent, typeof SearchableTableComponent, typeof ComboboxComponent, typeof MenuComponent, typeof PopupContainerDirective, typeof DropdownComponent, typeof ConfirmComponent, typeof DialogComponent, typeof DateDisplayPipe, typeof TimeDisplayPipe, typeof MockDateDisplayPipe, typeof RadioButtonComponent, typeof CheckboxComponent, typeof NumericboxComponent, typeof AvatarComponent, typeof AppBarComponent, typeof SplashComponent, typeof IfViewportWidthDirective, typeof ClickAreaForDirective, typeof CollapsibleToggleComponent, typeof TableMasterRowComponent, typeof TableMasterHeaderRowComponent, typeof TableDetailRowComponent, typeof TableLockedColumnComponent, typeof TableSelectableRowComponent, typeof PopoverComponent, typeof TablePaginationComponent, typeof RowCountPipe, typeof CopyButtonDirective, typeof TablePaginationComponent, typeof TagsComponent, typeof FormControlComponent, typeof SelectComponent, typeof ItemDisplayComponent, typeof TableSelectableRowComponent, typeof ResizableColumnComponent, typeof DialogGroupComponent, typeof FileUploadComponent, typeof FormGroupComponent, typeof JsonDisplayComponent, typeof ToastComponent, typeof ToasterComponent, typeof PageViewComponent, typeof PageTitleComponent, typeof WizardProgressComponent, typeof WizardButtonsComponent, typeof HierarchyTreeComponent, typeof TreeComponent, typeof RelativeDatePipe, typeof ResizableComponent, typeof HighlightTextPipe, typeof FormControlLabelComponent, typeof ItemPickerComponent, typeof HelpPopoverComponent, typeof LinkButtonComponent, typeof TooltipComponent, typeof CopyTableButtonDirective, typeof TooltipDirective, typeof CalendarComponent, typeof CalendarItemComponent, typeof DateInputComponent, typeof KeyboardNavContainerDirective, typeof DateDisplayPipe2, typeof MultiselectComponent], [typeof
|
|
6465
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof ButtonComponent, typeof TabsComponent, typeof TextboxComponent, typeof NavItemActiveDirective, typeof SpinnerComponent, typeof ViewOverlayComponent, typeof BannerComponent, typeof ResizableTableDirective, typeof TabsComponent, typeof TableComponent, typeof SearchableTableComponent, typeof ComboboxComponent, typeof MenuComponent, typeof PopupContainerDirective, typeof DropdownComponent, typeof ConfirmComponent, typeof DialogComponent, typeof DateDisplayPipe, typeof TimeDisplayPipe, typeof MockDateDisplayPipe, typeof RadioButtonComponent, typeof CheckboxComponent, typeof NumericboxComponent, typeof AvatarComponent, typeof AppBarComponent, typeof SplashComponent, typeof IfViewportWidthDirective, typeof ClickAreaForDirective, typeof CollapsibleToggleComponent, typeof TableMasterRowComponent, typeof TableMasterHeaderRowComponent, typeof TableDetailRowComponent, typeof TableLockedColumnComponent, typeof TableSelectableRowComponent, typeof PopoverComponent, typeof TablePaginationComponent, typeof RowCountPipe, typeof CopyButtonDirective, typeof TablePaginationComponent, typeof TagsComponent, typeof FormControlComponent, typeof SelectComponent, typeof ItemDisplayComponent, typeof TableSelectableRowComponent, typeof ResizableColumnComponent, typeof DialogGroupComponent, typeof FileUploadComponent, typeof FormGroupComponent, typeof JsonDisplayComponent, typeof ToastComponent, typeof ToasterComponent, typeof PageViewComponent, typeof PageTitleComponent, typeof WizardProgressComponent, typeof WizardButtonsComponent, typeof HierarchyTreeComponent, typeof TreeComponent, typeof RelativeDatePipe, typeof ResizableComponent, typeof HighlightTextPipe, typeof FormControlLabelComponent, typeof ItemPickerComponent, typeof HelpPopoverComponent, typeof LinkButtonComponent, typeof TooltipComponent, typeof CopyTableButtonDirective, typeof TooltipDirective, typeof CalendarComponent, typeof CalendarItemComponent, typeof DateInputComponent, typeof KeyboardNavContainerDirective, typeof DateDisplayPipe2, typeof DateDisplayPipe3, typeof MultiselectComponent], [typeof i72.CommonModule, typeof i73.FormsModule, typeof i73.ReactiveFormsModule, typeof i74.RouterModule, typeof i75.TranslateModule, typeof i76.A11yModule, typeof _angular_cdk_overlay.OverlayModule, typeof i78.ScrollingModule], [typeof ButtonComponent, typeof TabsComponent, typeof TextboxComponent, typeof NavItemActiveDirective, typeof SpinnerComponent, typeof ViewOverlayComponent, typeof BannerComponent, typeof TabsComponent, typeof TableComponent, typeof SearchableTableComponent, typeof ComboboxComponent, typeof MenuComponent, typeof MultiselectComponent, typeof PopupContainerDirective, typeof DropdownComponent, typeof ConfirmComponent, typeof DialogComponent, typeof DateDisplayPipe, typeof TimeDisplayPipe, typeof RadioButtonComponent, typeof CheckboxComponent, typeof NumericboxComponent, typeof AvatarComponent, typeof AppBarComponent, typeof SplashComponent, typeof IfViewportWidthDirective, typeof ClickAreaForDirective, typeof CollapsibleToggleComponent, typeof TableMasterRowComponent, typeof TableMasterHeaderRowComponent, typeof TableLockedColumnComponent, typeof TableSelectableRowComponent, typeof PopoverComponent, typeof CopyButtonDirective, typeof TablePaginationComponent, typeof TagsComponent, typeof FormControlComponent, typeof SelectComponent, typeof ItemDisplayComponent, typeof ResizableColumnComponent, typeof DialogGroupComponent, typeof FileUploadComponent, typeof FormGroupComponent, typeof JsonDisplayComponent, typeof ToastComponent, typeof ToasterComponent, typeof PageViewComponent, typeof PageTitleComponent, typeof WizardProgressComponent, typeof WizardButtonsComponent, typeof HierarchyTreeComponent, typeof TreeComponent, typeof RelativeDatePipe, typeof ResizableComponent, typeof HighlightTextPipe, typeof FormControlLabelComponent, typeof ItemPickerComponent, typeof HelpPopoverComponent, typeof LinkButtonComponent, typeof TooltipComponent, typeof CopyTableButtonDirective, typeof TooltipDirective, typeof CalendarComponent, typeof DateInputComponent, typeof KeyboardNavContainerDirective, typeof DateDisplayPipe2, typeof DateDisplayPipe3]>;
|
|
6434
6466
|
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
|
|
6435
6467
|
}
|
|
6436
6468
|
|
|
@@ -6493,6 +6525,8 @@ declare class CustomValidators {
|
|
|
6493
6525
|
static domain: ValidatorFn;
|
|
6494
6526
|
}
|
|
6495
6527
|
|
|
6528
|
+
/** Anything accepted by {@link DateTimeHelper.toDateTime} */
|
|
6529
|
+
type DateLike = Date | DateTime | string | number;
|
|
6496
6530
|
/**
|
|
6497
6531
|
* Helper class that provides common date constants and helpful date functions
|
|
6498
6532
|
*/
|
|
@@ -6527,43 +6561,84 @@ declare class DateTimeHelper {
|
|
|
6527
6561
|
*/
|
|
6528
6562
|
static monthFirstParseFormats: string[];
|
|
6529
6563
|
/**
|
|
6530
|
-
*
|
|
6531
|
-
*
|
|
6532
|
-
*
|
|
6533
|
-
* so dates like 2020/09/10 will be parsed the same as 2020-09-10
|
|
6564
|
+
* Luxon parse formats for the month-first preference. Separator characters
|
|
6565
|
+
* in the input are normalized to a hyphen before matching (see {@link parseWithFormats}),
|
|
6566
|
+
* so the formats below intentionally use a single separator.
|
|
6534
6567
|
*/
|
|
6535
|
-
static
|
|
6568
|
+
static luxonMonthFirstParseFormats: string[];
|
|
6536
6569
|
/**
|
|
6537
6570
|
* User input formats that we will parse into a date
|
|
6538
6571
|
* when the users date format preference has day before month
|
|
6539
6572
|
*/
|
|
6540
6573
|
static dateFirstParseFormats: string[];
|
|
6541
6574
|
/**
|
|
6542
|
-
*
|
|
6543
|
-
*
|
|
6544
|
-
* To be used with moment.js. Moment ignores non-alphanumeric characters
|
|
6545
|
-
* so dates like 2020/09/10 will be parsed the same as 2020-09-10
|
|
6575
|
+
* Luxon parse formats for the day-first preference. Separator characters
|
|
6576
|
+
* in the input are normalized to a hyphen before matching (see {@link parseWithFormats}).
|
|
6546
6577
|
*/
|
|
6547
|
-
static
|
|
6578
|
+
static luxonDateFirstParseFormats: string[];
|
|
6548
6579
|
/**
|
|
6549
|
-
*
|
|
6550
|
-
*
|
|
6551
|
-
*
|
|
6552
|
-
* This is not an exhaustive list of formats, but it should cover most common formats.
|
|
6580
|
+
* Luxon parse formats for medium/long date strings (e.g. "Jan 5, 2024").
|
|
6581
|
+
* Shared by date-first and month-first preferences because the month is
|
|
6582
|
+
* not numeric, so the order is unambiguous.
|
|
6553
6583
|
*/
|
|
6554
|
-
static
|
|
6584
|
+
static luxonMedAndLongDateFormats: string[];
|
|
6555
6585
|
/**
|
|
6556
6586
|
* Format to display the time portion of a datetime
|
|
6557
6587
|
*/
|
|
6558
6588
|
static timeFormat: string;
|
|
6589
|
+
/**
|
|
6590
|
+
* Convert any date-like value into a Luxon {@link DateTime}. Strings are parsed
|
|
6591
|
+
* as ISO 8601; numbers are treated as epoch milliseconds. Returns an invalid
|
|
6592
|
+
* DateTime when the input is null/undefined.
|
|
6593
|
+
*/
|
|
6594
|
+
static toDateTime(value: DateLike | null | undefined): DateTime;
|
|
6595
|
+
/**
|
|
6596
|
+
* Translate a moment-style format string (e.g. `MM/DD/YYYY HH:mm:ss A`) into
|
|
6597
|
+
* the Luxon equivalent (`MM/dd/yyyy HH:mm:ss a`). Use this when format strings
|
|
6598
|
+
* originate from external sources (such as user preferences) that still use
|
|
6599
|
+
* moment tokens.
|
|
6600
|
+
*
|
|
6601
|
+
* Only the tokens currently in use across this library are translated:
|
|
6602
|
+
* `Y`→`y`, `D`→`d`, `A`→`a`. `M`, `H`, `h`, `m`, `s` are identical between
|
|
6603
|
+
* the two libraries.
|
|
6604
|
+
*/
|
|
6605
|
+
static momentToLuxonFormat(format: string): string;
|
|
6606
|
+
/**
|
|
6607
|
+
* Format a date-like value using a moment-style format string. The format
|
|
6608
|
+
* string is automatically translated to Luxon tokens, so callers can keep
|
|
6609
|
+
* passing the same preference strings (e.g. `MM/DD/YYYY HH:mm:ss`).
|
|
6610
|
+
*
|
|
6611
|
+
* When `displayInUTC` is true, string inputs without zone info are parsed
|
|
6612
|
+
* as UTC (matching `moment.utc(str)`), and all other inputs are shifted to
|
|
6613
|
+
* the UTC zone for display. Returns an empty string for invalid input.
|
|
6614
|
+
*
|
|
6615
|
+
* Moment's lowercase `a` token produces lowercase `am`/`pm`, but Luxon's
|
|
6616
|
+
* `a` is locale-aware and emits uppercase `AM`/`PM` in en-US. When the
|
|
6617
|
+
* incoming format uses lowercase `a` (and not uppercase `A`), the meridiem
|
|
6618
|
+
* in the output is lowercased to preserve the moment contract for user
|
|
6619
|
+
* preferences like `h:mm:ss a` that are stored externally.
|
|
6620
|
+
*/
|
|
6621
|
+
static formatDate(date: DateLike | null | undefined, momentFormat: string, displayInUTC?: boolean): string;
|
|
6622
|
+
/**
|
|
6623
|
+
* Parse a string against a list of format patterns. Returns the first
|
|
6624
|
+
* successful parse as a {@link DateTime} (which may be invalid if none match).
|
|
6625
|
+
*
|
|
6626
|
+
* Format strings may use either Luxon or moment tokens — each pattern is
|
|
6627
|
+
* run through {@link momentToLuxonFormat} before matching, so callers can
|
|
6628
|
+
* keep passing arrays like `['M/D/YYYY']` from previously moment-based code.
|
|
6629
|
+
*
|
|
6630
|
+
* Mirrors moment's behavior of ignoring separator characters by normalizing
|
|
6631
|
+
* `/`, `.` and `-` in both input and patterns before matching.
|
|
6632
|
+
*/
|
|
6633
|
+
static parseWithFormats(value: string, formats: string[]): DateTime;
|
|
6559
6634
|
/**
|
|
6560
6635
|
* Return true if @see date is equal to the @see endOfTime
|
|
6561
6636
|
*/
|
|
6562
|
-
static isEndOfTime(date:
|
|
6637
|
+
static isEndOfTime(date: DateLike, timeZoneOffset?: boolean): boolean;
|
|
6563
6638
|
/**
|
|
6564
6639
|
* Compare two dates and return true if they represent the same year, month, and day (time is ignored).
|
|
6565
6640
|
*/
|
|
6566
|
-
static isSameDay(date1:
|
|
6641
|
+
static isSameDay(date1: DateLike, date2: DateLike): boolean;
|
|
6567
6642
|
/**
|
|
6568
6643
|
* Get the parse formats based on the given date format. If no date format is
|
|
6569
6644
|
* given, or we don't recognize the format, return the month first parse formats.
|
|
@@ -6571,10 +6646,10 @@ declare class DateTimeHelper {
|
|
|
6571
6646
|
*/
|
|
6572
6647
|
static getParseFormats(dateFormat?: string | null): string[];
|
|
6573
6648
|
/**
|
|
6574
|
-
* Get the
|
|
6649
|
+
* Get the Luxon parse formats based on the given date format. If no date format is
|
|
6575
6650
|
* given, or we don't recognize the format, return the month first parse formats.
|
|
6576
6651
|
*/
|
|
6577
|
-
static
|
|
6652
|
+
static getLuxonParseFormats(dateFormat?: string | null): string[];
|
|
6578
6653
|
/**
|
|
6579
6654
|
* Get relationship start date (favoring date in partialFormState if exists)
|
|
6580
6655
|
* * return default account-meter effective date if no start date found
|
|
@@ -6818,5 +6893,5 @@ declare class MockTranslationHelperService {
|
|
|
6818
6893
|
setLanguage(): void;
|
|
6819
6894
|
}
|
|
6820
6895
|
|
|
6821
|
-
export { AppBarComponent, AvatarComponent, BannerComponent, ButtonComponent, CacheService, Calendar, CalendarComponent, CheckboxComponent, ClickAreaForDirective, CollapsibleToggleComponent, ComboboxComponent, ComponentsModule, ConfirmComponent, ConfirmDialogContext, CopyButtonBaseTestInjectorFactory, CopyButtonDirective, CopyTableButtonDirective, CustomValidators, DateDisplayPipe, DateDisplayPipe2, DateInput, DateInputComponent, DateTimeHelper, DialogCloseDuration, DialogCloseEvent, DialogCloseLatestEvent, DialogComponent, DialogEvent, DialogGroupComponent, DialogOpenDuration, DialogOpenEndEvent, DialogOpenStartEvent, DialogResult, DialogService, DropdownComponent, ErrorService, FileTypeExtensions, FileUploadComponent, FormControlBase, FormControlComponent, FormControlLabelComponent, FormGroupComponent, FormGroupHelper, HelpPopoverComponent, HierarchyBase, HierarchyBaseTestInjectorFactory, HierarchyItem, HierarchyMocks, HierarchyTreeComponent, HighlightTextPipe, IfViewportWidthDirective, ItemDisplayComponent, ItemPickerComponent, ItemPickerSelectableContext, JsonDisplayComponent, JsonHelper, KeyboardNavContainerDirective, LinkButtonComponent, MenuComponent, MockActivatedRoute, MockDateDisplayPipe, MockDialog, MockDialogContent, MockTranslateService, MockTranslationHelperService, MultiselectComponent, NavGroup, NavItemActiveDirective, NumericboxComponent, Overlay, PageBaseComponent, PageBaseComponentTestHelper, PageBaseComponentTestInjectorFactory, PageInitResult, PageStatus, PageStatuses, PageTitleComponent, PageViewComponent, PanelCloseDuration, PanelOpenDuration, PopoverComponent, PopupContainerDirective, RadioButtonComponent, RadioButtonOption, RelativeDatePipe, ResizableBase, ResizableColumnComponent, ResizableComponent, RouterHelper, RowCountPipe, ScrollService, SearchableTableComponent, SelectComponent, SpinnerComponent, SplashComponent, SplashService, SpyFactory, TableComponent, TableLockedColumnComponent, TableMasterHeaderRowComponent, TableMasterRowComponent, TablePaginationComponent, TableSelectableRowComponent, TableSelectableRowContext, TabsComponent, Tag, TagsComponent, TelemetryService, TelemetryTrackerService, TextboxComponent, TimeDisplayPipe, ToastComponent, ToastEvent, ToastService, ToasterComponent, TooltipComponent, TooltipDirective, TooltipService, TreeComponent, UnicodeStrings, UserPreferenceService, ValidationMessageService, ViewOverlayComponent, WindowService, WizardBaseComponent, WizardButtonsComponent, WizardProgressComponent, canadianPostalCodeRegex, clickEvent, dateInputFormatRegex, domainPattern, findAllSpacesPattern, forEachFormControl, getApiError, getControlValue, getDecimalPattern, handleKeyNavigate, integerPattern, isApiError, menuAnimationSpeed, mockRouterFactory, mockRouterHelperFactory, numericboxValidation, orderByIgnoreCase, otherZipCodeRegex, phoneNumberValidationPattern, sortByIgnoreCase, textboxValidation, unitedStatesZipCodeRegex, urlValidationPattern, validateFormGroupValuesAreUnique };
|
|
6822
|
-
export type { ApiError, AppSplashEvent, AppSplashOptions, AvatarUser, BannerCacheEntry, BannerStyle, BannerType, ButtonType, CheckboxState, ClickableElement, ComboboxMenuPosition, ComponentsModuleConfig, ControlLabelPosition, CustomActionResult, DateDisplay, DateDisplayPipeOptions, DatePreferenceContainer, DialogAnimationEvent, DialogContent, DialogOptions, DialogSize, DisplayStatus, DisplayValue, FileOutput, FileType, FileUploadFormGroup, FileValidatorCallback, Help, HelpControl, HelpPopoverConfig, InvalidFileError, KeyNavigateHandlers, LinkItem, LinkTarget, MenuHostElementClasses, MenuItem, MenuRolePattern, MenuTemplateType, MultiselectMenuPosition, NavItem, PagingInfo, PickerItem, PopoverContentPosition, PopupPlacement, PopupStatus, RadioButtonDirection, RadioButtonType, RelativeDateOptions, ResizeCacheEntry, RowCountInfo, SearchableTableRefreshOptions, Tab, TableSearchResults, TableSort, TableSortDirection, TagType, TextboxType, TextboxValidatorParameters, ToastAction, ToastItem, ToastSource, ToggledHierarchyItem, TooltipOptions, TooltipPosition, TreeType, ViewStatus, WizardTab };
|
|
6896
|
+
export { AppBarComponent, AvatarComponent, BannerComponent, ButtonComponent, CacheService, Calendar, CalendarComponent, CheckboxComponent, ClickAreaForDirective, CollapsibleToggleComponent, ComboboxComponent, ComponentsModule, ConfirmComponent, ConfirmDialogContext, CopyButtonBaseTestInjectorFactory, CopyButtonDirective, CopyTableButtonDirective, CustomValidators, DateDisplayPipe, DateDisplayPipe2, DateDisplayPipe3, DateInput, DateInputComponent, DateTimeHelper, DialogCloseDuration, DialogCloseEvent, DialogCloseLatestEvent, DialogComponent, DialogEvent, DialogGroupComponent, DialogOpenDuration, DialogOpenEndEvent, DialogOpenStartEvent, DialogResult, DialogService, DropdownComponent, ErrorService, FileTypeExtensions, FileUploadComponent, FormControlBase, FormControlComponent, FormControlLabelComponent, FormGroupComponent, FormGroupHelper, HelpPopoverComponent, HierarchyBase, HierarchyBaseTestInjectorFactory, HierarchyItem, HierarchyMocks, HierarchyTreeComponent, HighlightTextPipe, IfViewportWidthDirective, ItemDisplayComponent, ItemPickerComponent, ItemPickerSelectableContext, JsonDisplayComponent, JsonHelper, KeyboardNavContainerDirective, LinkButtonComponent, MenuComponent, MockActivatedRoute, MockDateDisplayPipe, MockDialog, MockDialogContent, MockTranslateService, MockTranslationHelperService, MultiselectComponent, NavGroup, NavItemActiveDirective, NumericboxComponent, Overlay, PageBaseComponent, PageBaseComponentTestHelper, PageBaseComponentTestInjectorFactory, PageInitResult, PageStatus, PageStatuses, PageTitleComponent, PageViewComponent, PanelCloseDuration, PanelOpenDuration, PopoverComponent, PopupContainerDirective, RadioButtonComponent, RadioButtonOption, RelativeDatePipe, ResizableBase, ResizableColumnComponent, ResizableComponent, RouterHelper, RowCountPipe, ScrollService, SearchableTableComponent, SelectComponent, SpinnerComponent, SplashComponent, SplashService, SpyFactory, TableComponent, TableLockedColumnComponent, TableMasterHeaderRowComponent, TableMasterRowComponent, TablePaginationComponent, TableSelectableRowComponent, TableSelectableRowContext, TabsComponent, Tag, TagsComponent, TelemetryService, TelemetryTrackerService, TextboxComponent, TimeDisplayPipe, ToastComponent, ToastEvent, ToastService, ToasterComponent, TooltipComponent, TooltipDirective, TooltipService, TreeComponent, UnicodeStrings, UserPreferenceService, ValidationMessageService, ViewOverlayComponent, WindowService, WizardBaseComponent, WizardButtonsComponent, WizardProgressComponent, canadianPostalCodeRegex, clickEvent, dateInputFormatRegex, domainPattern, findAllSpacesPattern, forEachFormControl, getApiError, getControlValue, getDecimalPattern, handleKeyNavigate, integerPattern, isApiError, menuAnimationSpeed, mockRouterFactory, mockRouterHelperFactory, numericboxValidation, orderByIgnoreCase, otherZipCodeRegex, phoneNumberValidationPattern, sortByIgnoreCase, textboxValidation, unitedStatesZipCodeRegex, urlValidationPattern, validateFormGroupValuesAreUnique };
|
|
6897
|
+
export type { ApiError, AppSplashEvent, AppSplashOptions, AvatarUser, BannerCacheEntry, BannerStyle, BannerType, ButtonType, CheckboxState, ClickableElement, ComboboxMenuPosition, ComponentsModuleConfig, ControlLabelPosition, CustomActionResult, DateDisplay, DateDisplayPipeOptions, DateLike, DatePreferenceContainer, DialogAnimationEvent, DialogContent, DialogOptions, DialogSize, DisplayStatus, DisplayValue, FileOutput, FileType, FileUploadFormGroup, FileValidatorCallback, Help, HelpControl, HelpPopoverConfig, InvalidFileError, KeyNavigateHandlers, LinkItem, LinkTarget, MenuHostElementClasses, MenuItem, MenuRolePattern, MenuTemplateType, MultiselectMenuPosition, NavItem, PagingInfo, PickerItem, PopoverContentPosition, PopupPlacement, PopupStatus, RadioButtonDirection, RadioButtonType, RelativeDateOptions, ResizeCacheEntry, RowCountInfo, SearchableTableRefreshOptions, Tab, TableSearchResults, TableSort, TableSortDirection, TagType, TextboxType, TextboxValidatorParameters, ToastAction, ToastItem, ToastSource, ToggledHierarchyItem, TooltipOptions, TooltipPosition, TreeType, ViewStatus, WizardTab };
|