@ascentgl/ads-ui 20.3.1 → 20.4.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/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +10 -10
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +585 -579
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +7 -4
- package/package.json +14 -11
package/index.d.ts
CHANGED
|
@@ -208,7 +208,7 @@ declare class AdsButtonComponent {
|
|
|
208
208
|
/** Whether the button is a smaller version */
|
|
209
209
|
size: i0.InputSignal<Size>;
|
|
210
210
|
/** Sets the "type" attribute on the button */
|
|
211
|
-
type: i0.InputSignal<"
|
|
211
|
+
type: i0.InputSignal<"button" | "submit" | "reset">;
|
|
212
212
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
|
|
213
213
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsButtonComponent, "ads-button", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
214
214
|
}
|
|
@@ -221,7 +221,7 @@ declare class AdsButtonModule {
|
|
|
221
221
|
|
|
222
222
|
declare class AdsButtonContainerComponent {
|
|
223
223
|
/** How buttons in the container should be placed */
|
|
224
|
-
justify: i0.InputSignal<"
|
|
224
|
+
justify: i0.InputSignal<"flex-start" | "flex-end" | "center">;
|
|
225
225
|
/** The gap between elements */
|
|
226
226
|
gap: i0.InputSignal<number>;
|
|
227
227
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|
|
@@ -820,7 +820,7 @@ declare class AdsAscentLogoComponent extends AbstractLogoComponent implements Af
|
|
|
820
820
|
/**
|
|
821
821
|
* Logo size
|
|
822
822
|
*/
|
|
823
|
-
size: i0.InputSignal<"
|
|
823
|
+
size: i0.InputSignal<"large" | "small">;
|
|
824
824
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAscentLogoComponent, never>;
|
|
825
825
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsAscentLogoComponent, "ads-ascent-logo", never, { "invertTheme": { "alias": "invertTheme"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
826
826
|
}
|
|
@@ -1778,6 +1778,8 @@ declare class AdsDatetimepickerComponent extends AbstractInputComponent implemen
|
|
|
1778
1778
|
customDisplayFormat: string;
|
|
1779
1779
|
/** Interval between 1 and 60 minus. "5" minutes is by default */
|
|
1780
1780
|
timeInterval: number;
|
|
1781
|
+
/** Optional class for styling CDK panel */
|
|
1782
|
+
overlayCdkClass: string;
|
|
1781
1783
|
/** @ignore */
|
|
1782
1784
|
input?: ElementRef;
|
|
1783
1785
|
/** @ignore */
|
|
@@ -1796,6 +1798,7 @@ declare class AdsDatetimepickerComponent extends AbstractInputComponent implemen
|
|
|
1796
1798
|
private isDisplayValueChangeRegistered;
|
|
1797
1799
|
private cdr;
|
|
1798
1800
|
private templateFormatter;
|
|
1801
|
+
private readonly overlayContainer;
|
|
1799
1802
|
constructor();
|
|
1800
1803
|
/** @ignore */
|
|
1801
1804
|
ngOnInit(): void;
|
|
@@ -1869,7 +1872,7 @@ declare class AdsDatetimepickerComponent extends AbstractInputComponent implemen
|
|
|
1869
1872
|
/** @ignore */
|
|
1870
1873
|
private dateToActualOffset;
|
|
1871
1874
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatetimepickerComponent, never>;
|
|
1872
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDatetimepickerComponent, "ads-datetimepicker", never, { "twelveHour": { "alias": "twelveHour"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "allowPastValues": { "alias": "allowPastValues"; "required": false; }; "allowManualInput": { "alias": "allowManualInput"; "required": false; }; "useShortcuts": { "alias": "useShortcuts"; "required": false; }; "overrideDisplayFormat": { "alias": "overrideDisplayFormat"; "required": false; }; "showTimePicker": { "alias": "showTimePicker"; "required": false; }; "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; "timeInterval": { "alias": "timeInterval"; "required": false; }; }, {}, never, never, false, never>;
|
|
1875
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDatetimepickerComponent, "ads-datetimepicker", never, { "twelveHour": { "alias": "twelveHour"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "allowPastValues": { "alias": "allowPastValues"; "required": false; }; "allowManualInput": { "alias": "allowManualInput"; "required": false; }; "useShortcuts": { "alias": "useShortcuts"; "required": false; }; "overrideDisplayFormat": { "alias": "overrideDisplayFormat"; "required": false; }; "showTimePicker": { "alias": "showTimePicker"; "required": false; }; "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; "timeInterval": { "alias": "timeInterval"; "required": false; }; "overlayCdkClass": { "alias": "overlayCdkClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
1873
1876
|
}
|
|
1874
1877
|
|
|
1875
1878
|
interface DateTimeParseDisplay {
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.4.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
+
"@angular/animations": ">=20.3.0",
|
|
6
|
+
"date-fns": ">=4.1.0",
|
|
5
7
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
8
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
7
9
|
"@jsverse/transloco": ">=7.0.0",
|
|
8
10
|
"ag-grid-angular": ">=34.0.1",
|
|
11
|
+
"@mat-datetimepicker/core": ">=16.0.1",
|
|
9
12
|
"ag-grid-community": ">=34.0.1",
|
|
10
13
|
"angular-split": ">=19.0.0",
|
|
11
14
|
"ngx-mask": ">=19.0.7"
|
|
@@ -68,21 +71,21 @@
|
|
|
68
71
|
"types": "./src/lib/components/header/container/index.d.ts",
|
|
69
72
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs"
|
|
70
73
|
},
|
|
71
|
-
"./src/lib/components/
|
|
72
|
-
"types": "./src/lib/components/
|
|
73
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-
|
|
74
|
-
},
|
|
75
|
-
"./src/lib/components/progress-indicators/progress-spinner": {
|
|
76
|
-
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
74
|
+
"./src/lib/components/logo/primary-logo": {
|
|
75
|
+
"types": "./src/lib/components/logo/primary-logo/index.d.ts",
|
|
76
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
|
|
78
77
|
},
|
|
79
78
|
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
80
79
|
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
81
80
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|
|
82
81
|
},
|
|
83
|
-
"./src/lib/components/
|
|
84
|
-
"types": "./src/lib/components/
|
|
85
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-
|
|
82
|
+
"./src/lib/components/progress-indicators/progress-spinner": {
|
|
83
|
+
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
85
|
+
},
|
|
86
|
+
"./src/lib/components/progress-indicators/progress-bar": {
|
|
87
|
+
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
86
89
|
},
|
|
87
90
|
"./src/lib/components/tags/tag-container": {
|
|
88
91
|
"types": "./src/lib/components/tags/tag-container/index.d.ts",
|